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

Update data_extraction_era5_template.sh

parent 00a5d43c
No related branches found
No related tags found
No related merge requests found
Pipeline #66506 passed
......@@ -47,5 +47,5 @@ years=( "2015" )
for year in "${years[@]}"; do
echo "Perform ERA5-data extraction for year ${year}"
srun python ../main_scripts/main_data_extraction.py --source_dir ${source_dir} --target_dir ${destination_dir} \
--year ${year} --varslist_path ${varslist_path}
--year ${year} --varslist_path ${varmap_file}
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment