Skip to content

Commit

Permalink
Updates to run gdas init utility at C3072 C128.
Browse files Browse the repository at this point in the history
Fixes #633.
  • Loading branch information
GeorgeGayno-NOAA committed Nov 10, 2022
1 parent dde77c1 commit 57792e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
16 changes: 8 additions & 8 deletions util/gdas_init/config
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@ EXTRACT_DATA=no

RUN_CHGRES=yes

yy=2022
mm=05
dd=06
hh=06
yy=2021
mm=03
dd=01
hh=00

use_v16retro=no
use_v16retro=yes

LEVS=65
LEVS=128

CDUMP=gdas
CDUMP=gfs

CRES_HIRES=C192
CRES_HIRES=C3072
CRES_ENKF=C96

UFS_DIR=$PWD/../..
Expand Down
7 changes: 6 additions & 1 deletion util/gdas_init/driver.wcoss2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,15 @@ if [ $RUN_CHGRES == yes ]; then
if [ $CRES_HIRES == 'C768' ] ; then
MEM=250GB
elif [ $CRES_HIRES == 'C1152' ] ; then
MEM=350GB
MEM=500GB
NODES=1
TASKS_PER_NODE=48
WALLT="0:20:00"
elif [ $CRES_HIRES == 'C3072' ] ; then
MEM=500GB
NODES=8
TASKS_PER_NODE=18
WALLT="0:45:00"
fi
NCPUS=${TASKS_PER_NODE}
(( TASKS = NODES * TASKS_PER_NODE ))
Expand Down

0 comments on commit 57792e3

Please sign in to comment.