Skip to content

Commit

Permalink
Reduce processors for GEFS wave post
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Feb 10, 2024
1 parent 57303ca commit ff4f60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/gefs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ case ${step} in

"wavepostsbs")
export wtime_wavepostsbs="03:00:00"
export npe_wavepostsbs=8
export npe_wavepostsbs=1
export nth_wavepostsbs=1
export npe_node_wavepostsbs=$(( npe_node_max / nth_wavepostsbs ))
export NTASKS=${npe_wavepostsbs}
Expand Down Expand Up @@ -261,4 +261,4 @@ case ${step} in

esac

echo "END: config.resources"
echo "END: config.resources"

0 comments on commit ff4f60d

Please sign in to comment.