Skip to content

Commit

Permalink
bugfix start script: bau setting for pal should be ssp2
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicitasBeier committed Jul 1, 2024
1 parent c49f7ee commit 5fd020a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/start/projects/project_EAT2p0_DeepDive.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ bau <- function(cfg) {
cfg$gms$s15_exo_diet <- 0 # default
cfg$gms$c15_kcal_scen <- "healthy_BMI" # default (but not active b/c of s15_exo_diet = 0)
cfg$gms$c15_EAT_scen <- "FLX" # default (but not active b/c of s15_exo_diet = 0)
cfg$gms$c09_pal_scenario <- "SSP2" # default
# Waste: half food waste
cfg$gms$s15_exo_waste <- 0 # default
cfg$gms$s15_waste_scen <- 1.2 # default (but not active b/c of s15_exo_waste = 0)
Expand Down

0 comments on commit 5fd020a

Please sign in to comment.