diff --git a/Zam347_scripts/DataPreprocess.sh b/Zam347_scripts/DataPreprocess.sh index c3bd036d4d0ae8e5c1c9b76a7f7dd627517d0b00..235807d61dc08b53a0ad407f250d38bb607c8cc5 100755 --- a/Zam347_scripts/DataPreprocess.sh +++ b/Zam347_scripts/DataPreprocess.sh @@ -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