Skip to content
Snippets Groups Projects
Commit 3f674cc8 authored by Johannes Koch's avatar Johannes Koch
Browse files

Move some declarations from the core to the modules

vm_effGr and vm_damageFactor are declared in the modules 20_growth and 50_damages respectively.
parent e3003d46
No related branches found
No related tags found
1 merge request!44Move some declarations from the core to the modules
......@@ -261,9 +261,7 @@ vm_emiFgas(tall,all_regi,all_enty) "F-gas emissions by single
positive variables
***----------------------------------------------------------------------------------------
***-------------------------------------------------MACRO module---------------------------
vm_effGr(ttot,all_regi,all_in) "growth of factor efficiency"
vm_enerSerAdj(tall,all_regi,all_in) "adjustment costs for energy service transformations"
vm_damageFactor(ttot,all_regi) "damage factor reducing GDP"
vm_esCapInv(ttot,all_regi,all_teEs) "investment for energy end-use capital at the energy service level"
***----------------------------------------------------------------------------------------
*-----------------------------------------------ESM module---------------------------------
......
*** | (C) 2006-2019 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of REMIND and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
*** | REMIND License Exception, version 1.0 (see LICENSE file).
*** | Contact: remind@pik-potsdam.de
*** SOF ./modules/20_growth/exogenous/declarations.gms
positive variables
vm_effGr(ttot,all_regi,all_in) "growth of factor efficiency"
;
*** EOF ./modules/20_growth/exogenous/declarations.gms
......@@ -24,6 +24,7 @@ Parameters
*mlb* vm_invInno and vm_invImi and pm_cumEff shifted to the core folder
Positive variables
vm_effGr(ttot,all_regi,all_in) "growth of factor efficiency"
v20_effInno(ttot,all_regi,all_in) "efficiency improvement by innovation"
v20_effImi(ttot,all_regi,all_in) "efficiency improvement by imitation"
;
......
......@@ -4,8 +4,13 @@
*** | AGPL-3.0, you are granted additional permissions described in the
*** | REMIND License Exception, version 1.0 (see LICENSE file).
*** | Contact: remind@pik-potsdam.de
*** SOF ./modules/50_damages/BurkeLike/declarations.gms
parameters
p50_damageFuncCoef1 "coef1 of damamge function",
p50_damageFuncCoef2 "coef2 of damamge function"
;
positive variable
vm_damageFactor(ttot,all_regi) "damage factor reducing GDP"
;
*** EOF ./modules/50_damages/BurkeLike/declarations.gms
......@@ -4,7 +4,13 @@
*** | AGPL-3.0, you are granted additional permissions described in the
*** | REMIND License Exception, version 1.0 (see LICENSE file).
*** | Contact: remind@pik-potsdam.de
*** SOF ./modules/50_damages/DiceLike/declarations.gms
parameters
p50_damageFuncCoef1 "damage function coefficient, linear in temperature"
p50_damageFuncCoef2 "damage function coefficient, quadratic in temperture"
;
positive variable
vm_damageFactor(ttot,all_regi) "damage factor reducing GDP"
;
*** EOF ./modules/50_damages/DiceLike/declarations.gms
*** | (C) 2006-2019 Potsdam Institute for Climate Impact Research (PIK)
*** | authors, and contributors see CITATION.cff file. This file is part
*** | of REMIND and licensed under AGPL-3.0-or-later. Under Section 7 of
*** | AGPL-3.0, you are granted additional permissions described in the
*** | REMIND License Exception, version 1.0 (see LICENSE file).
*** | Contact: remind@pik-potsdam.de
*** SOF ./modules/50_damages/off/declarations.gms
positive variable
vm_damageFactor(ttot,all_regi) "damage factor reducing GDP"
;
*** EOF ./modules/50_damages/off/declarations.gms
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment