Skip to content
Snippets Groups Projects
Commit 3d09a4d0 authored by Michael Langguth's avatar Michael Langguth
Browse files

Adding missing line break in calling preprocessing Python-script in...

Adding missing line break in calling preprocessing Python-script in preprocess_data_era5_step1_template.sh.
parent 6fb2553b
No related branches found
No related tags found
No related merge requests found
Pipeline #59697 passed
......@@ -51,7 +51,7 @@ for year in "${years[@]}"; do
echo "source_dir ${source_dir}/${year}"
srun python ../main_scripts/main_preprocess_data_step1.py \
--source_dir ${source_dir} --destination_dir ${destination_dir} --years ${year} \
--vars ${variables[0]} ${variables[1]} ${variables[2]}
--vars ${variables[0]} ${variables[1]} ${variables[2]} \
--lat_s ${lat_inds[0]} --lat_e ${lat_inds[1]} --lon_s ${lon_inds[0]} --lon_e ${lon_inds[1]}
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment