Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into upstream/features
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilKumar-NOAA committed Jun 7, 2024
2 parents 08de22e + 9caa51d commit ffefa4e
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 ffefa4e

Please sign in to comment.