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

Corrected passing of exp_id-argument.

parent 72553b8d
No related branches found
No related tags found
No related merge requests found
Pipeline #45268 failed
...@@ -55,7 +55,7 @@ for year in "${years[@]}"; do ...@@ -55,7 +55,7 @@ for year in "${years[@]}"; do
echo "Year $year" echo "Year $year"
echo "source_dir ${source_dir}/${year}" echo "source_dir ${source_dir}/${year}"
srun python ../../workflow_parallel_frame_prediction/DataPreprocess/mpi_stager_v2_process_netCDF.py \ srun python ../../workflow_parallel_frame_prediction/DataPreprocess/mpi_stager_v2_process_netCDF.py \
--source_dir ${source_dir} -scr_dir ${script_dir} --exp_id ${exp_id} \ --source_dir ${source_dir} -scr_dir ${script_dir} -exp_id ${exp_id} \
--destination_dir ${destination_dir} --years ${year} --vars T2 MSL gph500 --lat_s 74 --lat_e 202 --lon_s 550 --lon_e 710 --destination_dir ${destination_dir} --years ${year} --vars T2 MSL gph500 --lat_s 74 --lat_e 202 --lon_s 550 --lon_e 710
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment