Skip to content
Snippets Groups Projects
Commit e88bb49b authored by David Klein's avatar David Klein
Browse files

MAgPIE coupling: removed s56_ghgprice_start from coupling script, since the...

MAgPIE coupling: removed s56_ghgprice_start from coupling script, since the start year of the CO2 price is solely defined by the data transfered from REMIND. The parameter was once introduced to define the beginning of the CO2 price phase-in in MAgPIE. Since the phase-in is now done in REMIND and no longer in MAgPIE, the parameter is no longer needed in the coupling.
parent 109ed36b
No related branches found
No related tags found
1 merge request!91MAgPIE coupling: removed s56_ghgprice_start from coupling script, sin…
......@@ -269,9 +269,6 @@ for(scen in common){
}
}
# set start year of GHG emission pricing phase-in (only used in price_jan19)
cfg_mag$gms$s56_ghgprice_start <- cfg_rem$gms$cm_startyear
save(path_remind,path_magpie,cfg_rem,cfg_mag,runname,max_iterations,start_iter,n600_iterations,path_report,LU_pricing,file=paste0(runname,".RData"))
# Define colors for output
......
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