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

Remove usage of environmental variable SAVE_DIR since this is a very bad way...

Remove usage of environmental variable SAVE_DIR since this is a very bad way for communication maong scripts.
parent 531924bf
No related branches found
No related tags found
No related merge requests found
Pipeline #45269 failed
......@@ -46,8 +46,8 @@ min_year=`echo "${years[*]}" | sort -nr | tail -n1`
# set some paths
# note, that destination_dir is used during runtime to set a proper experiment directory
exp_id=xxx # experiment identifier is set by 'generate_workflow_runscripts.sh'
source_dir=${SAVE_DIR}/extractedData
destination_dir=${SAVE_DIR}/preprocessedData/era5-Y${min_year}to${max_year}M01to12
source_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/extractedData
destination_dir=/p/project/deepacf/deeprain/video_prediction_shared_folder/preprocessedData/era5-Y${min_year}to${max_year}M01to12
script_dir=`pwd`
# execute Python-scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment