Skip to content
Snippets Groups Projects
Commit 488f3a01 authored by Bing Gong's avatar Bing Gong
Browse files

update data_extraction_era5_template.sh

parent f2d732e4
No related branches found
No related tags found
No related merge requests found
Pipeline #106894 failed
......@@ -24,7 +24,7 @@ n_nodes=3
# Run data extraction
for year in ${years}; do
echo "Perform ERA5-data extraction for year ${year}"
python ../main_scripts/main_data_extraction.py --source_dir ${source_dir} --target_dir ${destination_dir} \
mpirun -n ${n_nodes} python ../main_scripts/main_data_extraction.py --source_dir ${source_dir} --target_dir ${destination_dir} \
--year "${year}" --varslist_path ${varmap_file}
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment