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

Merge branch 'michael_issue#044_extend_config_train' of...

Merge branch 'michael_issue#044_extend_config_train' of ssh://gitlab.version.fz-juelich.de:10022/toar/ambs into michael_issue#044_extend_config_train
parents e006ca7d 2564d37b
Branches
Tags
No related merge requests found
Pipeline #59277 passed
......@@ -28,7 +28,7 @@ class Config_Preprocess2(Config_runscript_base):
self.destination_dir = None
self.sequence_length = None # only needed for ERA5
# 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
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