Skip to content

Commit

Permalink
Update models.py for changes in GAMS
Browse files Browse the repository at this point in the history
  • Loading branch information
behnam-zakeri committed Dec 12, 2022
1 parent a818ceb commit efa1016
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message_ix/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def item(ix_type, expr):
"bound_activity_up": item("par", "nl t ya m h"),
"bound_emission": item("par", "n type_emission type_tec type_year"),
"bound_extraction_up": item("par", "n c g y"),
"bound_investment_up": item("par", "n y"),
"bound_new_capacity_lo": item("par", "nl t yv"),
"bound_new_capacity_up": item("par", "nl t yv"),
"bound_total_capacity_lo": item("par", "nl t ya"),
Expand Down Expand Up @@ -269,6 +270,8 @@ def item(ix_type, expr):
#
# Variables
#
# # Investment
"INVEST": item("var", "n y"),
# # Activity
# "ACT": item("var", "nl t yv ya m h"),
# # Maintained capacity
Expand Down

0 comments on commit efa1016

Please sign in to comment.