Skip to content

Commit

Permalink
bugfix related to config in start scripts of EL2
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicitasBeier committed Jul 4, 2024
1 parent 2688063 commit 8243a66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions scripts/start/projects/project_EAT2p0.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ cfg <- setScenario(cfg, c("cc", "SSP2", "NPI"))
# Trade: BAU
bau <- function(cfg) {

# obtain settings from default config
source("config/default.cfg")

### General settings ###
# For impacts of CC on labor:
cfg$gms$factor_costs <- "sticky_labor"
Expand Down
2 changes: 0 additions & 2 deletions scripts/start/projects/project_EAT2p0_DeepDive.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ cfg <- setScenario(cfg, c("nocc_hist", "SSP2", "NPI", "EL2_default"))
# Trade: BAU
bau <- function(cfg) {

# obtain settings from default config
source("config/default.cfg")
cfg$gms$factor_costs <- "sticky_labor"
### Components for Decomposition ###
# Diets: exogenous EATLancet diet
Expand Down

0 comments on commit 8243a66

Please sign in to comment.