Skip to content

Commit 3f4877f

Browse files
Only run METplus in the 3Dvar tests (#3245)
This disables METplus jobs for most CI tests, instead only running them for the 3DVar tests.
1 parent 01f9c35 commit 3f4877f

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

ci/cases/pr/C96_atm3DVar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ arguments:
1414
nens: 0
1515
interval: 24
1616
start: cold
17-
yaml: {{ HOMEgfs }}/ci/cases/yamls/gfs_defaults_ci.yaml
17+
yaml: {{ HOMEgfs }}/ci/cases/yamls/gfs_metp_ci.yaml
1818

1919
skip_ci_on_hosts:
2020
- wcoss2

ci/cases/yamls/gfs_defaults_ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ defaults:
33
base:
44
ACCOUNT: {{ 'HPC_ACCOUNT' | getenv }}
55
DO_TEST_MODE: "NO"
6+
DO_METP: "NO"

ci/cases/yamls/gfs_extended_ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ base:
88
DO_GEMPAK: "YES"
99
DO_AWIPS: "YES"
1010
DO_NPOESS: "YES"
11+
DO_METP: "YES"
1112
DO_GENESIS_FSU: "NO"
1213
FCST_BREAKPOINTS: 192
1314
FHMAX_GFS: 384

ci/cases/yamls/gfs_metp_ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
defaults:
2+
!INC {{ HOMEgfs }}/parm/config/gfs/yaml/defaults.yaml
3+
base:
4+
ACCOUNT: {{ 'HPC_ACCOUNT' | getenv }}
5+
DO_TEST_MODE: "NO"
6+
DO_METP: "YES"

0 commit comments

Comments
 (0)