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

Change postprocessing template (corrected partition, maximum job time as well...

Change postprocessing template (corrected partition, maximum job time as well as naming of logfiles.
parent ada3420e
No related branches found
No related tags found
No related merge requests found
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
#SBATCH --ntasks=1 #SBATCH --ntasks=1
##SBATCH --ntasks-per-node=1 ##SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=1 #SBATCH --cpus-per-task=1
#SBATCH --output=generate_era5-out.%j #SBATCH --output=postprocess_era5-out.%j
#SBATCH --error=generate_era5-err.%j #SBATCH --error=postprocess_era5-err.%j
#SBATCH --time=00:20:00 #SBATCH --time=01:00:00
#SBATCH --gres=gpu:1 #SBATCH --gres=gpu:1
#SBATCH --partition=develgpus #SBATCH --partition=gpus
#SBATCH --mail-type=ALL #SBATCH --mail-type=ALL
#SBATCH --mail-user=b.gong@fz-juelich.de #SBATCH --mail-user=b.gong@fz-juelich.de
##jutil env activate -p cjjsc42 ##jutil env activate -p cjjsc42
...@@ -47,4 +47,4 @@ model=convLSTM ...@@ -47,4 +47,4 @@ model=convLSTM
srun python -u ../main_scripts/main_visualize_postprocess.py --checkpoint ${checkpoint_dir} --mode test \ srun python -u ../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 \ --num_stochastic_samples 1 \
> generate_era5-out.out > 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