From efa1016eac210a3283bdb6f6051c43ca134f4782 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 10 May 2022 07:19:50 +0200 Subject: [PATCH] Update models.py for changes in GAMS --- message_ix/models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/message_ix/models.py b/message_ix/models.py index 5de64417e..19fe4243e 100644 --- a/message_ix/models.py +++ b/message_ix/models.py @@ -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"), @@ -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