Skip to content

Commit

Permalink
Merge pull request #764 from pvjeetze/f_MitiConsv
Browse files Browse the repository at this point in the history
MitiConsv start script bugfix
  • Loading branch information
pvjeetze authored Jan 14, 2025
2 parents 0a644fb + 49aeb4a commit 183c89c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scripts/start/projects/paper_MitiConsv.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,6 @@ for (scen in scenarios) {
# SNV habitat defintion
cfg$gms$land_snv <- "secdforest, other"

if ("PriceAR" %in% scen) {
cfg$gms$c56_emis_policy <- "redd+natveg_nosoil"
}

if ("PriceProt" %in% scen) {
cfg$gms$c56_emis_policy <- "redd+natveg_nosoil"
cfg$gms$s56_c_price_induced_AR <- 0
}

if ("PB650" %in% scen) {
cfg <- setScenario(cfg, "NDC")
# Update path to coupled output
Expand All @@ -130,6 +121,15 @@ for (scen in scenarios) {
cfg$path_to_report_bioenergy <- pathToCoupledOutput
}

if ("PriceAR" %in% scen) {
cfg$gms$c56_emis_policy <- "redd+natveg_nosoil"
}

if ("PriceProt" %in% scen) {
cfg$gms$c56_emis_policy <- "redd+natveg_nosoil"
cfg$gms$s56_c_price_induced_aff <- 0
}

if ("30by30" %in% scen) {
cfg$gms$c22_protect_scenario <- "30by30"
}
Expand Down

0 comments on commit 183c89c

Please sign in to comment.