From d5003eb21802efc2c85b89c496e85b078552c11f Mon Sep 17 00:00:00 2001
From: michael <m.langguth@fz-juelich.de>
Date: Mon, 8 Jun 2020 17:19:12 +0200
Subject: [PATCH] Bugfix in arguments of mpi_stager_v2_process_netCDF.py

---
 Zam347_scripts/DataPreprocess.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Zam347_scripts/DataPreprocess.sh b/Zam347_scripts/DataPreprocess.sh
index c3bd036d..235807d6 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
 
-- 
GitLab