From 56df67a90fe090c425199f1285e5aac722c398b1 Mon Sep 17 00:00:00 2001 From: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:28:18 -0400 Subject: [PATCH 1/2] Hotfix: Update jcb to avoid git-lfs files (#2782) Removes git-lfs files from the `GDASApp` `jcb` submodule, allowing it to be cloned on Hera. This hotfix points to a non-authoritative branch of the GDASApp (https://github.com/DavidHuber-NOAA/GDASApp/tree/hotfix/update_jcb) and should be updated ASAP back to the authoritative repository. --- sorc/gdas.cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorc/gdas.cd b/sorc/gdas.cd index e3644a98c3..01a7c4f433 160000 --- a/sorc/gdas.cd +++ b/sorc/gdas.cd @@ -1 +1 @@ -Subproject commit e3644a98c362d7321f9e3081a4e55947885ed2bf +Subproject commit 01a7c4f433346581dee172044e0cd3bd0fe8bd71 From 71dc33c6ca991c16ce743760d99feaaf60f2218a Mon Sep 17 00:00:00 2001 From: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:51:53 -0400 Subject: [PATCH 2/2] Set METplus process count in config.metp; add verif-global support for Rocky 9 (#2774) Fix metp* resources and check that they completed properly; add support for Orion Rocky 9 --- parm/config/gfs/config.metp | 2 ++ sorc/verif-global.fd | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/parm/config/gfs/config.metp b/parm/config/gfs/config.metp index 8260d1c472..3623ce0c6e 100644 --- a/parm/config/gfs/config.metp +++ b/parm/config/gfs/config.metp @@ -8,6 +8,8 @@ echo "BEGIN: config.metp" # Get task specific resources . "${EXPDIR}/config.resources" metp +export nproc=${npe_metp:-1} + export RUN_GRID2GRID_STEP1="YES" # Run grid-to-grid verification using METplus export RUN_GRID2OBS_STEP1="YES" # Run grid-to-obs verification using METplus export RUN_PRECIP_STEP1="YES" # Run precip verification using METplus diff --git a/sorc/verif-global.fd b/sorc/verif-global.fd index 9377e84ba3..0d9e0b6ab0 160000 --- a/sorc/verif-global.fd +++ b/sorc/verif-global.fd @@ -1 +1 @@ -Subproject commit 9377e84ba3fc9b2fd13c2c84cfd571855dee75ae +Subproject commit 0d9e0b6ab0cabbaccbdfa0868a256065984777ee