Skip to content

Commit

Permalink
end of day commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed May 11, 2023
1 parent 08e30ed commit 3593ab2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# top level options
GWHASH=e55f090
GDASHASH=58d0b9b
BUILD="NO"
PSLOT=apple
PROTOROOT=/scratch1/NCEPDEV/da/Cory.R.Martin/GDAS_prototypes
GWDIR=$PROTOROOT/$PSLOT
DUMPDIR=/scratch1/NCEPDEV/da/role.jedipara/dump/
ICSDIR=/scratch1/NCEPDEV/stmp4/Cory.R.Martin/tmp_ics
expdir=$PROTOROOT/expdirs
comrot=$PROTOROOT/rotdirs
BUILD="NO"
idate=2021073118
edate=2021080118
app="ATM"
starttype="cold"
gfscyc=0
resdet=96
resens=48
nens=80

resens=96
nens=0
# config.* options
DO_JEDIVAR="YES"
DO_JEDIENS="NO"
DO_JEDIOCNVAR="NO"
DO_JEDILANDDA="NO"
DO_MERGENSST="NO"
13 changes: 9 additions & 4 deletions prototypes/gen_prototype.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,13 @@ base:
HPSS_PROJECT: "emc-da"
HOMEDIR: "/scratch1/NCEPDEV/da/${USER}"
DMPDIR: "${DUMPDIR}"
atmanl:
OBS_LIST: "/dev/null"
DO_JEDIVAR: "${DO_JEDIVAR}"
DO_JEDIENS: "${DO_JEDIENS}"
DO_JEDIOCNVAR: "${DO_JEDIOCNVAR}"
DO_JEDILANDDA: "${DO_JEDILANDDA}"
DO_MERGENSST: "${DO_MERGENSST}"
EOF



# setup experiment
cd $GWDIR/global-workflow/workflow
./setup_expt.py gfs cycled --idate $idate \
Expand All @@ -95,4 +96,8 @@ cd $GWDIR/global-workflow/workflow
--configdir $GWDIR/global-workflow/parm/config/gfs \
--comrot $comrot \
--expdir $expdir \
--icsdir $ICSDIR \
--yaml $expdir/config_${PSLOT}.yaml

# setup XML for workflow
./setup_xml.py $expdir/$PSLOT

0 comments on commit 3593ab2

Please sign in to comment.