Skip to content

Commit

Permalink
Return ocnanalrun npes resource setting back to previous value (NOAA-…
Browse files Browse the repository at this point in the history
…EMC#2386)

Variable `npes` in `ocnanalrun` entry of `config.resources` was
erroneously changed in
NOAA-EMC#2299 and this PR
changes it back.

Resolves NOAA-EMC/GDASApp#962
  • Loading branch information
AndrewEichmann-NOAA authored Mar 8, 2024
1 parent d7e9bde commit a337460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ case ${step} in
npes=16
case ${OCNRES} in
"025")
npes=40
npes=480
memory_ocnanalrun="96GB"
;;
"050")
Expand Down

0 comments on commit a337460

Please sign in to comment.