Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genie leos dev #690

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Genie leos dev #690

wants to merge 7 commits into from

Commits on Feb 21, 2023

  1. Add loop for TL & EOS

    Adding iteration loop for recursive-dynamic approach with technology learning and economy of scale module
    ywpratama authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    9728f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb3bb98 View commit details
    Browse the repository at this point in the history
  3. Add TL & EOS gams model

    This model takes the installed capacity of new technology from MESSAGE and optimizes the number of units and their size to minimize the investment cost.
    The results return `inv_cost` of the technology to MESSAGE
    ywpratama authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    4db26c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Add optional learning and foresight window size

    Making technology learning optional and allowing foresight window size to be adjustable
    ywpratama authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    dbfd9ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad29006 View commit details
    Browse the repository at this point in the history
  3. Add year4 for recursive dynamic approach

    add year4 set to define which years results are fixed for each iteration in the recursive dynamic approach
    ywpratama authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f21b612 View commit details
    Browse the repository at this point in the history
  4. Add data for learning technologies

    This is a temporary data load to include wind_ppl as a technology that will experience learning. Needs to make this automatic for the full model implementation
    ywpratama authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    239469f View commit details
    Browse the repository at this point in the history