Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions main.gms
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,7 @@ $setGLobal cm_debug_preloop off !! def = off !! regexp = off|on
*' (MFR): Maximum Feasible Reductions
$setGlobal cm_APscen SSP2 !! def = SSP2
$setglobal cm_CES_configuration indu_subsectors-buil_simple-tran_edge_esm-POP_pop_SSP2-GDP_gdp_SSP2-En_gdp_SSP2-Kap_debt_limit-Reg_62eff8f7 !! this will be changed by start_run()
$setglobal cm_CES_load_cesdata_from_input_gdx 0 !! def = 0
$setglobal c_CES_calibration_iterations 10 !! def = 10
$setglobal c_CES_calibration_industry_FE_target 1
*' setting which region is to be tested in the one-region test run (80_optimization = testOneRegi)
Expand Down
3 changes: 3 additions & 0 deletions modules/29_CES_parameters/load/datainput.gms
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
*** Load CES parameters based on current model configuration
$include "./modules/29_CES_parameters/load/input/%cm_CES_configuration%.inc"

*** If desired, load pm_cesdata from input gdx
$if %cm_CES_load_cesdata_from_input_gdx% == 1 Execute_loadpoint 'input' pm_cesdata;

option pm_cesdata:8:3:1;
display "loaded pm_cesdata", pm_cesdata;

Expand Down