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

Add destination_dir to list of batch variables in config_preprocess_step2.py.

parent 8a1f5a27
Branches
Tags
No related merge requests found
Pipeline #59075 passed
...@@ -28,7 +28,7 @@ class Config_Preprocess2(Config_runscript_base): ...@@ -28,7 +28,7 @@ class Config_Preprocess2(Config_runscript_base):
self.destination_dir = None self.destination_dir = None
self.sequence_length = None # only needed for ERA5 self.sequence_length = None # only needed for ERA5
# list of variables to be written to runscript # list of variables to be written to runscript
self.list_batch_vars = ["VIRT_ENV_NAME", "source_dir"] # appended for ERA5 dataset self.list_batch_vars = ["VIRT_ENV_NAME", "source_dir", "destination_dir"] # appended for ERA5 dataset
# copy over method for keyboard interaction # copy over method for keyboard interaction
self.run_config = Config_Preprocess2.run_preprocess2 self.run_config = Config_Preprocess2.run_preprocess2
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment