Skip to content

Commit

Permalink
modified global-workflow/parm/config/gefs
Browse files Browse the repository at this point in the history
/config.resources
  • Loading branch information
AntonMFernando-NOAA committed Jul 16, 2024
1 parent b81155e commit 9262051
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions parm/config/gefs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,17 @@ case ${step} in
export NTASKS=${npe_wavepostpnt}
;;

"arch")
declare -x "wtime_${step}"="06:00:00"
declare -x "npe_${step}"="1"
declare -x "npe_node_${step}"="1"
declare -x "nth_${step}"="1"
declare -x "memory_${step}"="4096M"
if [[ "${machine}" == "WCOSS2" ]]; then
declare -x "memory_${step}"="50GB"
fi
;;

*)
echo "FATAL ERROR: Invalid job ${step} passed to ${BASH_SOURCE[0]}"
exit 1
Expand Down

0 comments on commit 9262051

Please sign in to comment.