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
Branches
Tags
No related merge requests found
Pipeline #106894 failed
...@@ -24,7 +24,7 @@ n_nodes=3 ...@@ -24,7 +24,7 @@ n_nodes=3
# Run data extraction # Run data extraction
for year in ${years}; do for year in ${years}; do
echo "Perform ERA5-data extraction for year ${year}" 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} --year "${year}" --varslist_path ${varmap_file}
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment