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

Add parsing of optional -lquick flag.

parent ab91934f
No related branches found
No related tags found
No related merge requests found
Pipeline #76862 passed
......@@ -47,5 +47,5 @@ model=convLSTM
# run postprocessing/generation of model results including evaluation metrics
srun python -u ../main_scripts/main_visualize_postprocess.py --checkpoint ${checkpoint_dir} --mode test \
--results_dir ${results_dir} --batch_size 4 \
--num_stochastic_samples 1 \
--num_stochastic_samples 1 ${lquick} \
> postprocess_era5-out_all.${SLURM_JOB_ID}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment