Skip to content

Commit

Permalink
Update gdas_init utility for low res cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Nov 22, 2024
1 parent 40a1c50 commit 53a97b8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
14 changes: 7 additions & 7 deletions util/gdas_init/config
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
#
#-----------------------------------------------------------

EXTRACT_DIR=/lfs/h2/emc/stmp/$USER/gdas.init/input
EXTRACT_DATA=yes
EXTRACT_DIR=/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/input
EXTRACT_DATA=no

RUN_CHGRES=yes

yy=2020
mm=01
dd=01
yy=2024
mm=11
dd=16
hh=06

use_v16retro=no
Expand All @@ -67,12 +67,12 @@ LEVS=65

CDUMP=gfs

CRES_HIRES=C192
CRES_HIRES=C12
CRES_ENKF=C96

UFS_DIR=$PWD/../..

OUTDIR=/lfs/h2/emc/stmp/$USER/gdas.init/output
OUTDIR=/scratch2/NCEPDEV/stmp1/George.Gayno/gdas.init/output

#---------------------------------------------------------
# Dont touch anything below here.
Expand Down
2 changes: 1 addition & 1 deletion util/gdas_init/run_v16.chgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -x
MEMBER=$1

FIX_FV3=$UFS_DIR/fix
FIX_ORO=${FIX_FV3}/orog
FIX_ORO=${FIX_FV3}/orog.lowres
FIX_AM=${FIX_FV3}/am

WORKDIR=${WORKDIR:-$OUTDIR/work.${MEMBER}}
Expand Down
6 changes: 6 additions & 0 deletions util/gdas_init/set_fixed_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ elif [ ${CTAR} == 'C768' ]; then
OCNRES='025'
elif [ ${CTAR} == 'C1152' ]; then
OCNRES='025'
elif [ ${CTAR} == 'C12' ]; then
OCNRES='100'
elif [ ${CTAR} == 'C18' ]; then
OCNRES='100'
elif [ ${CTAR} == 'C24' ]; then
OCNRES='100'
else
OCNRES='025'
fi
Expand Down

0 comments on commit 53a97b8

Please sign in to comment.