Skip to content
Snippets Groups Projects
Commit 1220b2a8 authored by Felix Schreyer's avatar Felix Schreyer
Browse files

add regional switches to main.gms

parent 1685044e
No related branches found
No related tags found
1 merge request!18Feature regional sensitvities
main.gms 100755 → 100644
......@@ -58,7 +58,7 @@
*
* Input data revision: 5.936
*
* Last modification (input data): Thu Dec 12 12:26:04 2019
* Last modification (input data): Wed Dec 11 09:40:06 2019
*
*###################### R SECTION END (VERSION INFO) ###########################
......@@ -104,7 +104,7 @@ option profile = 0;
***--------------------- Run name -----------------------------------------
$setGlobal c_expname JPN_JPN_nucscen5
$setGlobal c_expname default
***------------------------------------------------------------------------------
*** MODULES
......@@ -167,7 +167,7 @@ $setGlobal internalizeDamages off !! def = off
***--------------------- 70_water -------------------------------------------
$setglobal water off !! def = off
***--------------------- 80_optimization ----------------------------------
$setGlobal optimization testOneRegi !! def = nash
$setGlobal optimization nash !! def = nash
***--------------------- 81_codePerformance -------------------------------
$setGlobal codePerformance off !! def = off
......@@ -256,8 +256,8 @@ cm_noReboundEffect "Switch for allowing a rebound effect when closing the e
cm_peakBudgYr "date of net-zero CO2 emissions for peak budget runs without overshoot"
cm_taxCO2inc_after_peakBudgYr "annual increase of CO2 price after the Peak Budget Year in $ per tCO2"
cm_CO2priceRegConvEndYr "Year at which regional CO2 prices converge in module 45 realization diffPhaseIn2LinFlex"
c_regi_nucscen "regions which nucscen applies to"
c_regi_capturescen "regions which capturescen applies to"
c_regi_nucscen "regions to apply nucscen to"
c_regi_capturescen "region to apply ccapturescen to"
;
*** --------------------------------------------------------------------------------------------------------------------------------------------------------------------
......@@ -277,7 +277,7 @@ cm_co2_tax_2020 = -1; !! def = -1
cm_co2_tax_growth = 1.05; !! def = 1.05
c_macscen = 1; !! def = 1
cm_nucscen = 5; !! def = 2
cm_nucscen = 2; !! def = 2
cm_ccapturescen = 1; !! def = 1
c_bioliqscen = 1; !! def = 1
c_bioh2scen = 1; !! def = 1
......@@ -367,9 +367,9 @@ cm_DiscRateScen = 0;!! def = 0
cm_noReboundEffect = 0;
$setGlobal cm_EsubGrowth low !! def = low
$setGlobal c_regi_nucscen all !! def = all
$setGlobal c_regi_capturescen all !! def = all
$setGlobal c_regi_nucscen all !! def = all
$setGlobal c_regi_capturescen all !! def = all
*** --------------------------------------------------------------------------------------------------------------------------------------------------------------------
*** YOU ARE IN THE WARNING ZONE (DON'T DO CHANGES HERE)
......@@ -403,7 +403,7 @@ $setglobal c_CES_calibration_iteration 1 !! def = 1
$setglobal c_CES_calibration_write_prices 0 !! def = 0
$setglobal cm_CES_calibration_default_prices 0 !! def = 0
$setglobal c_testOneRegi_region JPN !! def = EUR
$setglobal c_testOneRegi_region EUR !! def = EUR
$setglobal cm_cooling_shares static !! def = static
$setglobal cm_techcosts REG !! def = REG
......
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