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

Bugfix in arguments of mpi_stager_v2_process_netCDF.py

parent f097bcaa
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ for year in "${years[@]}";
echo "Year $year"
echo "source_dir ${source_dir}/${year}"
mpirun -np 2 python ../../workflow_parallel_frame_prediction/DataPreprocess/mpi_stager_v2_process_netCDF.py \
--source_dir ${source_dir}/${year}/ \
--destination_dir ${destination_dir}/${year}/ --years ${years} --vars T2 MSL gph500 --lat_s 74 --lat_e 202 --lon_s 550 --lon_e 710
--source_dir ${source_dir} \
--destination_dir ${destination_dir} --years ${years} --vars T2 MSL gph500 --lat_s 74 --lat_e 202 --lon_s 550 --lon_e 710
done
python ../../workflow_parallel_frame_prediction/DataPreprocess/mpi_split_data_multi_years.py --destination_dir ${destination_dir} --varnames T2 MSL gph500
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment