Skip to content

Commit

Permalink
Merge pull request #1879 from tonnrueter/dev/rm_magicc6
Browse files Browse the repository at this point in the history
Deprecate MAGICC6
  • Loading branch information
tonnrueter authored Dec 4, 2024
2 parents 7f290ca + e58371d commit 4b58a37
Show file tree
Hide file tree
Showing 62 changed files with 51 additions and 15,329 deletions.
4 changes: 0 additions & 4 deletions config/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ cfg$repositories <- append(list("https://rse.pik-potsdam.de/data/remind/public"
#### Folder run statistics should be submitted to
cfg$runstatistics <- "/p/projects/rd3mod/models/statistics/remind"

#### Folder containing magicc files that can not be published open source. These files are automatically
# copied into remind when starting a run and required to calculate climate responses (e.g. temperature).
cfg$magicc_template <- "/p/projects/rd3mod/magicc/"

#### Folders and file paths used for climate-assessment/MAGICC7 integration & reporting
cfg$climate_assessment_root <- "/p/projects/rd3mod/python/climate-assessment/src/"
cfg$climate_assessment_infiller_db <- "/p/projects/rd3mod/climate-assessment-files/1652361598937-ar6_emissions_vetted_infillerdatabase_10.5281-zenodo.6390768.csv"
Expand Down
51 changes: 0 additions & 51 deletions config/scenario_config_NGFS_v5.csv

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions core/datainput.gms
Original file line number Diff line number Diff line change
Expand Up @@ -1520,31 +1520,6 @@ pm_incinerationRate(ttot,all_regi)=f_incinerationShares(ttot,all_regi);
*** the differences are cancelled out here!!!
pm_cesdata(ttot,regi,in,"offset_quantity")$(ttot.val ge 2005) = 0;

*** ----- MAGICC RCP scenario emission data -----------------------------------
*** load default values from the scenario depending on cm_rcp_scen
*** (0): no RCP scenario, standard setting
*** (1): RCP2.6 - this only works with emiscen = 8
*** (2): RCP3.7 - this only works with emiscen = 5
*** (3): RCP4.5 - this only works with emiscen = 5
*** (4): RCP6.0 - this only works with emiscen = 5
*** (5): RCP8.5 - this only works with emiscen = 5
*** (6): RCP2.0 - this only works with emiscen = 8

$include "./core/magicc/magicc_scen_bau.inc";
$include "./core/magicc/magicc_scen_450.inc";
$include "./core/magicc/magicc_scen_550.inc";

*** ----- Parameters needed for MAGICC ----------------------------------------

table p_regi_2_MAGICC_regions(all_regi,RCP_regions_world_bunkers) "map REMIND to MAGICC regions"
$ondelim
$include "./core/input/p_regi_2_MAGICC_regions.cs3r"
$offdelim
;
p_regi_2_MAGICC_regions(regi,"WORLD") = 1;
p_regi_2_MAGICC_regions(regi,"BUNKERS") = 0;
display p_regi_2_MAGICC_regions ;

***-----------------------------------------------------------------
*RP* vintages
***-----------------------------------------------------------------
Expand Down
11 changes: 0 additions & 11 deletions core/declarations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,6 @@ pm_temperatureImpulseResponseCO2(tall,tall) "temperature impulse respon
pm_taxCO2eqSCC(ttot,all_regi) "carbon tax component due to damages (social cost of carbon) "
pm_GDPGross(tall,all_regi) "gross GDP (before damages)"

***----------------------------------------------------------------------------------------
*** ----- Parameters needed for MAGICC ----------------------------------------------------
p_MAGICC_emi(tall,RCP_regions_world_bunkers,emiRCP) "emission data to export"
***----------------------------------------------------------------------------------------
***---------------------------parameter for output-----------------------------------------
o_DirlcoCCS(ttot,all_regi,all_te) "Annuity per sequestered CO2 by CCS technology, calc. from investment costs and fixOM. [$/tCO2]"
Expand Down Expand Up @@ -651,14 +648,6 @@ pm_cintraw("pegas") = 15.0 / s_zj_2_twa;
***----------------------------------------------------------------------------------------
*** F I L E S
***----------------------------------------------------------------------------------------
file magicc_scenario / "./magicc/REMIND_%c_expname%.SCEN" /;

magicc_scenario.ap = 0;
magicc_scenario.pw = 3000;

file magicc_sed_script / "./magicc/modify_MAGCFG_USER_CFG.sed" /;

magicc_sed_script.ap = 0;

*** emissions reporting helper parameters

Expand Down
193 changes: 0 additions & 193 deletions core/magicc.gms

This file was deleted.

Loading

0 comments on commit 4b58a37

Please sign in to comment.