Skip to content

Commit

Permalink
Increase memory for UPP @C384 on WCOSS2.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jun 13, 2024
1 parent 41134d5 commit 7271bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.resources.WCOSS2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ case ${step} in
;;

"upp")
if [[ "${CASE}" == "C768" ]]; then
if [[ "${CASE}" == "C768" || "${CASE}" == "C384" ]]; then
export memory_upp="480GB"
fi
;;
Expand Down

0 comments on commit 7271bfe

Please sign in to comment.