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

Add test with B6 branch.

parent 55e397e1
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,22 @@ real-from-dwd-ana:
artifacts:
name: real-from-dwd-ana-logs
when: always
paths:
- ./autosubmit/**/tmp
expire_in: 7 days
real-from-dwd-ana-B6:
stage: run_tests
script:
- ./examples/02_real-from-dwd-ana_B6.sh
tags:
- slurm.meteo.physik.lmu.de
variables:
SRUN_OPTIONS: "--time 04:00:00 --mem 64G -n 16 -c 2"
artifacts:
name: real-from-dwd-ana-B6-logs
when: always
paths:
- ./autosubmit/**/tmp
expire_in: 7 days
\ No newline at end of file
#!/bin/bash
#######################################################################################################################
# Variables that are required to define the test case
EXPID="rfdaB6"
ICON_CASE="real-from-dwd-ana"
ICON_VERSION="w2w-B6"
PLATFORM="LOCAL"
EXTRA_NAMELIST=""
EXTRA_CONFIGURATION=""
#######################################################################################################################
set -euo pipefail
# Get path to the script directory
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
# Import the function run_autoicon_example
source ${SCRIPT_DIR}/example_utils.sh
# Setup and run the experiment
run_autoicon_example "$EXPID" "$ICON_CASE" "$ICON_VERSION" "$PLATFORM" "${EXTRA_NAMELIST}" "${EXTRA_CONFIGURATION}"
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