Skip to content

Commit

Permalink
calibration update
Browse files Browse the repository at this point in the history
  • Loading branch information
pvjeetze committed Jan 20, 2025
1 parent 9fffc09 commit c830370
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/start/projects/paper_MitiConsv.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# description: Land-based mitigation and habitat conservation
# -------------------------------------------------------------

rev <- "rev15"
rev <- "rev16"

cres <- "c200"

Expand Down Expand Up @@ -87,12 +87,13 @@ for (scen in scenarios) {
"output_check", "extra/disaggregation", "rds_report", "extra/runSEALSallocation"
)

cfg$input["calibration"] <- calib_tgz

# Climate change switched off for these runs
cfg <- setScenario(cfg, c(ssp, "nocc_hist", "NPI", "ForestryExo"))
cfg <- setScenario(cfg, c("MitiConsv"), scenario_config = "config/projects/scenario_config_miti_consv.csv")

# Update calibration
cfg$input["calibration"] <- calib_tgz

# sticky
cfg$gms$factor_costs <- "sticky_feb18"

Expand Down

0 comments on commit c830370

Please sign in to comment.