From 9caa51de8fb7be07d2e61775da01937d576964f6 Mon Sep 17 00:00:00 2001 From: "Henry R. Winterbottom" <49202169+HenryWinterbottom-NOAA@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:15:23 -0600 Subject: [PATCH] Update RDHPCS Hera resource for `eupd` task (#2636) As per @wx20jjung, the resource for the `eupd` task have been updated for RDHPCS Hera to account for memory issues for C384 `gdaseupd` job fails. Resolves #2454 --------- Co-authored-by: Walter Kolczynski - NOAA --- parm/config/gfs/config.resources | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/parm/config/gfs/config.resources b/parm/config/gfs/config.resources index affb0da04f..0972f74f9c 100644 --- a/parm/config/gfs/config.resources +++ b/parm/config/gfs/config.resources @@ -1049,9 +1049,11 @@ case ${step} in if [[ "${machine}" == "WCOSS2" ]]; then export npe_eupd=315 export nth_eupd=14 - elif [[ ${machine} == "S4" ]]; then + elif [[ "${machine}" == "S4" ]]; then export npe_eupd=160 export nth_eupd=2 + elif [[ "${machine}" == "HERA" ]]; then + export npe_eupd=80 fi ;; "C192" | "C96" | "C48")