Skip to content
Snippets Groups Projects
Commit 07dce8df authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Add job for the 02_real-from-dwd-ana case in CI.

parent 76d1efd9
No related branches found
No related tags found
No related merge requests found
Pipeline #18783 failed
......@@ -43,6 +43,27 @@ real-from-ideal-psp:
artifacts:
name: real-from-ideal+psp-logs
when: always
paths:
- ./autosubmit/**/tmp
expire_in: 7 days
real-from-dwd-ana:
stage: everything
script:
# Build
- ./examples/02_real-from-dwd-ana.sh 0
# Run
- ./examples/02_real-from-dwd-ana.sh 1
# Post-process and clean
- ./examples/02_real-from-dwd-ana.sh 2
tags:
- slurm.meteo.physik.lmu.de
variables:
SRUN_OPTIONS: "--time 04:00:00 --mem 18G -n 4 -c 2"
artifacts:
name: real-from-dwd-ana-logs
when: always
paths:
- ./autosubmit/**/tmp
expire_in: 7 days
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment