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

Rename Bash-variable dest_dir to destination_dir in /data_extraction_era5_template.sh

.
parent 36faf997
Branches
No related tags found
No related merge requests found
Pipeline #59393 passed
...@@ -36,11 +36,11 @@ if [ -z ${VIRTUAL_ENV} ]; then ...@@ -36,11 +36,11 @@ if [ -z ${VIRTUAL_ENV} ]; then
fi fi
# Declare path-variables (dest_dir will be set and configured automatically via generate_runscript.py) # 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/ source_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/
dest_dir=/p/scratch/deepacf/video_prediction_shared_folder/extractedData/ destination_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/
# Run data extraction # 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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment