Skip to content

Commit

Permalink
Update RDHPCS Hera resource for eupd task (NOAA-EMC#2636)
Browse files Browse the repository at this point in the history
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 NOAA-EMC#2454 

---------

Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
1 parent acf3aaa commit 9caa51d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 9caa51d

Please sign in to comment.