Skip to content

Commit

Permalink
Removed magicc from core
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonn Rüter committed Nov 8, 2024
1 parent f28e8e4 commit dbb94b1
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 8,279 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
25 changes: 0 additions & 25 deletions core/datainput.gms
Original file line number Diff line number Diff line change
Expand Up @@ -1512,31 +1512,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
373 changes: 0 additions & 373 deletions core/magicc/MAGCFG_STORE/MAGCFG_USER_OLDDEFAULT.CFG

This file was deleted.

Loading

0 comments on commit dbb94b1

Please sign in to comment.