From b4b16c397ca13a157eeb99fc5d4b2def4d705f5d Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Wed, 10 Feb 2021 10:24:37 +0100 Subject: [PATCH] Rename Bash-variable dest_dir to destination_dir in /data_extraction_era5_template.sh . --- .../HPC_scripts/data_extraction_era5_template.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/video_prediction_tools/HPC_scripts/data_extraction_era5_template.sh b/video_prediction_tools/HPC_scripts/data_extraction_era5_template.sh index e6aa797a..dd647583 100644 --- a/video_prediction_tools/HPC_scripts/data_extraction_era5_template.sh +++ b/video_prediction_tools/HPC_scripts/data_extraction_era5_template.sh @@ -36,11 +36,11 @@ if [ -z ${VIRTUAL_ENV} ]; then fi # Declare path-variables (dest_dir will be set and configured automatically via generate_runscript.py) -source_dir=/p/fastdata/slmet/slmet111/met_data/ecmwf/era5/nc/ -dest_dir=/p/scratch/deepacf/video_prediction_shared_folder/extractedData/ +source_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/ +destination_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/ # Run data extraction -srun python ../main_scripts/main_data_extraction.py --source_dir ${source_dir} --destination_dir ${dest_dir} +srun python ../main_scripts/main_data_extraction.py --source_dir ${source_dir} --destination_dir ${destination_dir} -- GitLab