Skip to content
Snippets Groups Projects

Update coupling docu

Merged Jerome Hilaire requested to merge github/fork/dklein-pik/develop into develop
2 files
+ 56
10
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -747,6 +747,9 @@ run <- function(start_subsequent_runs = TRUE) {
#====================== Subsequent runs ===========================
if (start_subsequent_runs) {
# Note: step 1. and 2. below write to the same .RData file but are usually executed by different runs.
# Step 1. is usually only executed by BASE runs, step 2 by every run that preceeds another run.
# 1. Save the path to the fulldata.gdx of the current run to the cfg files
# of the runs that use it as 'input_bau.gdx'
Loading