Skip to content
Snippets Groups Projects
Commit 74ae87b1 authored by David Klein's avatar David Klein
Browse files

Cosmetics for scripts that allow to restart subsequent runs.

parent 3e071962
No related branches found
No related tags found
1 merge request!50Adapt scripts for manually restarting subsequent runs to the new structure of start scripts. New input.gdx. Cosmetics
......@@ -765,7 +765,7 @@ prepare_and_run <- function() {
# In case there are no subsequent runs (or it's coupled runs), the file contains only
# a small message.
subseq_start_file <- paste0(cfg$results_folder,"/start_subsequentruns.R")
subseq_start_file <- paste0(cfg$results_folder,"/start_subsequentruns_manually.R")
if(no_subsequent_runs){
write("cat('\nNo subsequent run was set for this scenario\n')",file=subseq_start_file)
......
......@@ -42,7 +42,7 @@ submit <- function(cfg) {
"prepare_and_run.R" = "scripts/start/prepare_and_run.R")
.copy.fromlist(filelist,cfg$results_folder)
# Do not remove RData files from REMIND main folder because they are needed for manually restarting subsequent runs
# Do not remove .RData files from REMIND main folder because they are needed in case you need to manually restart subsequent runs
# change to run folder
setwd(cfg$results_folder)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment