Skip to content
Snippets Groups Projects
Commit 59b4f513 authored by Michael Langguth's avatar Michael Langguth
Browse files

Add source_dir to postprocessing runscript to enable usage of runscript generator.

parent c2358d24
Branches
Tags
No related merge requests found
Pipeline #105914 failed
......@@ -44,6 +44,7 @@ module purge
# declare directory-variables which will be modified by generate_runscript.py
# Note: source_dir is only needed for retrieving the base-directory
source_dir=/my/trained/model/dir # used by runscript generator only!
checkpoint_dir=/my/trained/model/dir
results_dir=/my/results/dir
clim_f=/my/climtology/netcdf_file
......
......@@ -31,8 +31,10 @@ fi
# declare directory-variables which will be modified by generate_runscript.py
# Note: source_dir is only needed for retrieving the base-directory
source_dir=/my/trained/model/dir # used by runscript generator only!
checkpoint_dir=/my/trained/model/dir
results_dir=/my/results/dir
clim_f=/my/climtology/netcdf_file
lquick=""
# run postprocessing/generation of model results including evaluation metrics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment