Skip to content
Snippets Groups Projects
Unverified Commit f812ebb5 authored by David Klein's avatar David Klein Committed by GitHub
Browse files

Merge pull request #29 from LaviniaBaumstark/develop

bugfix 42c16b11: delete rest of use o…
parents 42c16b11 44ab5cca
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
* *
* Input data revision: 5.936 * 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) ########################### *###################### R SECTION END (VERSION INFO) ###########################
......
...@@ -409,18 +409,9 @@ if(no_subsequent_runs){ ...@@ -409,18 +409,9 @@ if(no_subsequent_runs){
#=================== END - Subsequent runs ======================== #=================== END - Subsequent runs ========================
# Reload the REMIND run configuration
load(cfg$val_workspace)
# Print REMIND runtime # Print REMIND runtime
cat("\n gams_runtime is ", gams_runtime, "\n") 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) # Copy important files into output_folder (after REMIND execution)
for (file in cfg$files2export$end) for (file in cfg$files2export$end)
file.copy(file, cfg$results_folder, overwrite = TRUE) 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