From e88bb49b65144ac0664da6d93f34b37c882e5dbc Mon Sep 17 00:00:00 2001
From: David Klein <dklein@pik-potsdam.de>
Date: Tue, 3 Mar 2020 13:53:12 +0100
Subject: [PATCH] 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.

---
 start_bundle_coupled.R | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/start_bundle_coupled.R b/start_bundle_coupled.R
index 137bc90..f8f5d49 100644
--- a/start_bundle_coupled.R
+++ b/start_bundle_coupled.R
@@ -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
-- 
GitLab