Skip to content
Snippets Groups Projects
Commit 44ab5cca authored by Lavinia Baumstark's avatar Lavinia Baumstark
Browse files

bugfix 42c16b11: delete rest of use of val_workspace

parent 42c16b11
No related branches found
No related tags found
1 merge request!29bugfix 42c16b1194a6fee88a78fc9854de67e1be4a5590: delete rest of use o…
......@@ -74,7 +74,7 @@
*
* Input data revision: 5.936
*
* Last modification (input data): Tue Jan 07 17:33:08 2020
* Last modification (input data): Mon Jan 13 09:10:28 2020
*
*###################### R SECTION END (VERSION INFO) ###########################
......
......@@ -409,18 +409,9 @@ if(no_subsequent_runs){
#=================== END - Subsequent runs ========================
# Reload the REMIND run configuration
load(cfg$val_workspace)
# Print REMIND runtime
cat("\n gams_runtime is ", gams_runtime, "\n")
# Save runtime for REMIND validation
validation$technical$time$full.gms <- gams_runtime
save(validation, file = cfg$val_workspace)
# Remove unused variables
rm(gams_runtime, validation)
# Copy important files into output_folder (after REMIND execution)
for (file in cfg$files2export$end)
file.copy(file, cfg$results_folder, overwrite = TRUE)
......
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