Skip to content

Commit

Permalink
bugfix for noCC scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicitasBeier committed Aug 30, 2024
1 parent a6a5609 commit 5011a60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/start/projects/project_EAT2p0.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ cfg$title <- "BAU_NoCC"
cfg <- setScenario(cfg, c("nocc_hist", "SSP2", "NPI"))
# scenario settings
cfg <- bau(cfg = cfg)
# deactivate labor productivity climate impacts
cfg$gms$labor_prod <- "off"
start_run(cfg, codeCheck = FALSE)

# BAU_MITI #
Expand Down Expand Up @@ -278,4 +280,6 @@ cfg <- miti(cfg = cfg)
cfg <- diet(cfg = cfg)
cfg <- prod(cfg = cfg)
cfg <- waste(cfg = cfg)
# deactivate labor productivity climate impacts
cfg$gms$labor_prod <- "off"
start_run(cfg, codeCheck = FALSE)

0 comments on commit 5011a60

Please sign in to comment.