From 11adf0dcc0aba2a6a4f5d67ef5fa5ce2b16d5672 Mon Sep 17 00:00:00 2001
From: gong1 <b.gong@fz-juelich.de>
Date: Tue, 22 Sep 2020 14:27:54 +0200
Subject: [PATCH] change the main script in data_extraction_era5_template.sh

---
 .../HPC_scripts/data_extraction_era5_template.sh                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/video_prediction_savp/HPC_scripts/data_extraction_era5_template.sh b/video_prediction_savp/HPC_scripts/data_extraction_era5_template.sh
index 68e1c97c..e00e3591 100644
--- a/video_prediction_savp/HPC_scripts/data_extraction_era5_template.sh
+++ b/video_prediction_savp/HPC_scripts/data_extraction_era5_template.sh
@@ -42,7 +42,7 @@ dest_dir="/p/scratch/deepacf/video_prediction_shared_folder/extractedData/"
 year="2010"
 
 # Run data extraction
-srun python ../../workflow_parallel_frame_prediction/DataExtraction/mpi_stager_v2.py --source_dir ${source_dir}/${year}/ --destination_dir ${dest_dir}/${year}/
+srun python ../main_scripts/main_data_extraction.py  --source_dir ${source_dir}/${year}/ --destination_dir ${dest_dir}/${year}/
 
 
 
-- 
GitLab