Skip to content

Commit

Permalink
Boost requested memory for gdas init utility.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Jul 6, 2022
1 parent eadc5ca commit 0268817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/gdas_init/driver.wcoss2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ $EXTRACT_DATA == yes ]; then
mkdir -p $EXTRACT_DIR

QUEUE=dev_transfer
MEM=500MB
MEM=2GB
WALLT="02:00:00"

case $gfs_ver in
Expand Down Expand Up @@ -125,7 +125,7 @@ if [ $RUN_CHGRES == yes ]; then
WALLT="0:15:00"
MEM=75GB
if [ $CRES_HIRES == 'C768' ] ; then
MEM=175GB
MEM=250GB
elif [ $CRES_HIRES == 'C1152' ] ; then
MEM=350GB
NODES=1
Expand Down

0 comments on commit 0268817

Please sign in to comment.