Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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