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

Deleted hash test and updated icon-nwp with psp-2.6.5 version

parent 8d723147
No related branches found
No related tags found
No related merge requests found
Pipeline #20167 failed
#!/bin/bash
#######################################################################################################################
# Variables that are required to define the test case
EXPID="rfihash"
ICON_CASE="real-from-ideal"
# That points to a specific hash in the psp branch.
ICON_VERSION="68f2b0564c03473c4ddc8eec651298133714b728"
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}"
...@@ -24,7 +24,11 @@ class IconNwp(Package): ...@@ -24,7 +24,11 @@ class IconNwp(Package):
# version("2.5.0-nwp3", branch="icon-nwp/op-release-2.5.0-nwp3") # version("2.5.0-nwp3", branch="icon-nwp/op-release-2.5.0-nwp3")
version("2.6.4-nwp3", branch="icon-nwp/op-release-2.6.4-nwp3") version("2.6.4-nwp3", branch="icon-nwp/op-release-2.6.4-nwp3")
version("2.6.5-nwp0", branch="icon-nwp/op-release-2.6.5-nwp0") version("2.6.5-nwp0", branch="icon-nwp/op-release-2.6.5-nwp0")
# Rolling version of psp pointing to a branch
version("psp", branch="icon-nwp/icon-nwp-psp") version("psp", branch="icon-nwp/icon-nwp-psp")
# PSP 2.6.5 pointing to a commit.
version("icon-2.6.5-psp", commit="cb2ccf0ece15da3a27ebba8a3835bed77ffb8be3")
version("plexrt", branch="icon-nwp/icon-nwp-plexrt") version("plexrt", branch="icon-nwp/icon-nwp-plexrt")
version("master", branch="master") version("master", branch="master")
......
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