Skip to content
Snippets Groups Projects
Commit 11adf0dc authored by gong1's avatar gong1
Browse files

change the main script in data_extraction_era5_template.sh

parent c80c4b64
No related branches found
No related tags found
No related merge requests found
Pipeline #46180 failed
......@@ -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}/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment