aboutsummaryrefslogtreecommitdiffstats
path: root/R/build_scenarios.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/build_scenarios.R')
-rw-r--r--R/build_scenarios.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/build_scenarios.R b/R/build_scenarios.R
index 05b02ba3..7b1c902d 100644
--- a/R/build_scenarios.R
+++ b/R/build_scenarios.R
@@ -164,7 +164,7 @@ for(j in seq_along(dealnames)){
reinvflag = reinvflags[j])
cat(as.yaml(config), file = configfile)
save(scenariosd, scenariosr, dist.joint, file=file.path(save.dir, paste0(dealnames[j], ".RData")),
- compress="xz")
+ compress="xz", version=2)
cat("generated scenarios for:", dealnames[j], "\n")
}