Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSEC population data download and output scripts execution from projects_FSEC_scenarios.R #416

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions scripts/start/projects/project_FSEC_Scenarios.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ general_settings <- function(title) {
cfg$qos <- "priority_maxMem"
cfg$output <- c(cfg$output,
"rds_report_iso",
"extra/disaggregation_BII"
#"extra/disaggregation_BII", "projects/FSEC_dietaryIndicators",
#"projects/FSEC_environmentalPollution_grid"
)
"extra/disaggregation_BII",
"projects/FSEC_dietaryIndicators",
"projects/FSEC_costs.R",
"projects/FSEC_nitrogenPollution.R",
"projects/FSEC_StevenLord.R")

# Climate change impacts activated, SSP2 default settings, NDC activated, endogenous forestry activated
cfg <- gms::setScenario(cfg, c("cc", "rcp7p0", "SSP2", "NDC", "ForestryEndo"))
Expand Down Expand Up @@ -343,6 +344,12 @@ soil_transformation <- function(cfg) {
}


# -----------------------------------------------------------------------------------------------------------------
# Download population data

gms::download_unpack(input = "FSEC_populationScenarios_v1_12-07-22.tgz", targetdir = "./input", repositories = cfg$repositories)


# -----------------------------------------------------------------------------------------------------------------
# Scenario runs

Expand Down