Skip to content

Commit

Permalink
Only run METplus in the 3Dvar tests (#3245)
Browse files Browse the repository at this point in the history
This disables METplus jobs for most CI tests, instead only running them
for the 3DVar tests.
  • Loading branch information
DavidHuber-NOAA authored Jan 22, 2025
1 parent 01f9c35 commit 3f4877f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cases/pr/C96_atm3DVar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arguments:
nens: 0
interval: 24
start: cold
yaml: {{ HOMEgfs }}/ci/cases/yamls/gfs_defaults_ci.yaml
yaml: {{ HOMEgfs }}/ci/cases/yamls/gfs_metp_ci.yaml

skip_ci_on_hosts:
- wcoss2
1 change: 1 addition & 0 deletions ci/cases/yamls/gfs_defaults_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ defaults:
base:
ACCOUNT: {{ 'HPC_ACCOUNT' | getenv }}
DO_TEST_MODE: "NO"
DO_METP: "NO"
1 change: 1 addition & 0 deletions ci/cases/yamls/gfs_extended_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ base:
DO_GEMPAK: "YES"
DO_AWIPS: "YES"
DO_NPOESS: "YES"
DO_METP: "YES"
DO_GENESIS_FSU: "NO"
FCST_BREAKPOINTS: 192
FHMAX_GFS: 384
Expand Down
6 changes: 6 additions & 0 deletions ci/cases/yamls/gfs_metp_ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
defaults:
!INC {{ HOMEgfs }}/parm/config/gfs/yaml/defaults.yaml
base:
ACCOUNT: {{ 'HPC_ACCOUNT' | getenv }}
DO_TEST_MODE: "NO"
DO_METP: "YES"

0 comments on commit 3f4877f

Please sign in to comment.