Skip to content

Commit

Permalink
Bugfix to 31_past module grasslands_apr22 realization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Koberle committed Nov 25, 2023
1 parent a52044b commit 8f829ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ authors:
affiliation: "Potsdam Institute for Climate Impact Research"
email: [email protected]

- family-names: Lotze-Campen
- family-names: Lotze-Campen
given-names: Hermann
orcid: https://orcid.org/0000-0002-0003-5508
affiliation: "Potsdam Institute for Climate Impact Research"
Expand Down
6 changes: 3 additions & 3 deletions config/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ cfg$model <- "main.gms" #def = "main.gms"
#### input settings ####

# which input data sets should be used?
cfg$input <- c(regional = "rev4.94_h12_magpie.tgz",
cellular = "rev4.94_h12_fd712c0b_cellularmagpie_c200_MRI-ESM2-0-ssp370_lpjml-8e6c5eb1.tgz",
validation = "rev4.94_h12_validation.tgz",
cfg$input <- c(regional = "rev4.95_h12_magpie.tgz",
cellular = "rev4.95_h12_fd712c0b_cellularmagpie_c200_MRI-ESM2-0-ssp370_lpjml-8e6c5eb1.tgz",
validation = "rev4.95_h12_validation.tgz",
additional = "additional_data_rev4.46.tgz",
calibration = "calibration_H12_per_ton_fao_may22_glo_08Aug23.tgz")

Expand Down
7 changes: 7 additions & 0 deletions modules/31_past/grasslands_apr22/input.gms
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ table f31_grass_bio(t_all,i, grassland) Estimated regional grass biomass consump
$ondelim
$include "./modules/31_past/input/f31_grass_bio_hist.cs3"
$offdelim;



table f31_LUH2v2(t_all,j, f31_luh) LUH2v2 land classes separating rangelands from managed pastures
$ondelim
$include "./modules/31_past/input/f31_LUH2v2.cs3"
$offdelim;

0 comments on commit 8f829ad

Please sign in to comment.