Skip to content
Snippets Groups Projects
Commit f32446fb authored by gong1's avatar gong1
Browse files

add climt_fl argument into the visulize_postprocess_templatesh

parent a503159a
No related branches found
No related tags found
No related merge requests found
Pipeline #101965 passed
...@@ -46,6 +46,7 @@ module purge ...@@ -46,6 +46,7 @@ module purge
# Note: source_dir is only needed for retrieving the base-directory # Note: source_dir is only needed for retrieving the base-directory
checkpoint_dir=/my/trained/model/dir checkpoint_dir=/my/trained/model/dir
results_dir=/my/results/dir results_dir=/my/results/dir
clim_f=/my/climtology/netcdf_file
lquick="" lquick=""
# run postprocessing/generation of model results including evaluation metrics # run postprocessing/generation of model results including evaluation metrics
...@@ -56,6 +57,7 @@ srun --mpi=pspmix --cpu-bind=none \ ...@@ -56,6 +57,7 @@ srun --mpi=pspmix --cpu-bind=none \
python3 ../main_scripts/main_visualize_postprocess.py --checkpoint ${checkpoint_dir} --mode test \ python3 ../main_scripts/main_visualize_postprocess.py --checkpoint ${checkpoint_dir} --mode test \
--results_dir ${results_dir} --batch_size 4 \ --results_dir ${results_dir} --batch_size 4 \
--num_stochastic_samples 1 ${lquick} \ --num_stochastic_samples 1 ${lquick} \
-clim_f ${clim_f} \
> postprocess_era5-out_all."${SLURM_JOB_ID}" > postprocess_era5-out_all."${SLURM_JOB_ID}"
# WITHOUT container usage, comment in the follwoing lines (and uncomment the lines above) # WITHOUT container usage, comment in the follwoing lines (and uncomment the lines above)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment