Skip to content

Commit

Permalink
Patch missing lowres fix file, disable vrfy jobs from first helf cycl…
Browse files Browse the repository at this point in the history
…e and clean up extra files
  • Loading branch information
lgannoaa committed Jun 7, 2019
1 parent d919db6 commit 18341fc
Show file tree
Hide file tree
Showing 20 changed files with 17 additions and 3,426 deletions.
8 changes: 4 additions & 4 deletions jobs/rocoto/vrfy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi
###############################################################
echo
echo "=============== START TO RUN FIT2OBS VERIFICATION ==============="
if [ $VRFYFITS = "YES" -a $CDUMP = $CDFNL ]; then
if [ $VRFYFITS = "YES" -a $CDUMP = $CDFNL -a $CDATE != $SDATE ]; then

export CDUMPFCST=$VDUMP
export TMPDIR="$RUNDIR/$CDATE/$CDUMP"
Expand Down Expand Up @@ -116,7 +116,7 @@ fi
###############################################################
echo
echo "=============== START TO RUN RADMON DATA EXTRACTION ==============="
if [ $VRFYRAD = "YES" -a $CDUMP = $CDFNL ]; then
if [ $VRFYRAD = "YES" -a $CDUMP = $CDFNL -a $CDATE != $SDATE ]; then

export EXP=$PSLOT
export COMOUT="$ROTDIR/$CDUMP.$PDY/$cyc"
Expand All @@ -133,7 +133,7 @@ fi
###############################################################
echo
echo "=============== START TO RUN OZMON DATA EXTRACTION ==============="
if [ $VRFYOZN = "YES" -a $CDUMP = $CDFNL ]; then
if [ $VRFYOZN = "YES" -a $CDUMP = $CDFNL -a $CDATE != $SDATE ]; then

export EXP=$PSLOT
export COMOUT="$ROTDIR/$CDUMP.$PDY/$cyc"
Expand All @@ -150,7 +150,7 @@ fi
###############################################################
echo
echo "=============== START TO RUN MINMON ==============="
if [ $VRFYMINMON = "YES" ]; then
if [ $VRFYMINMON = "YES" -a $CDATE != $SDATE ]; then

export COMOUT="$ROTDIR/$CDUMP.$PDY/$cyc"
export jlogfile="$ROTDIR/logs/$CDATE/${CDUMP}minmon.log"
Expand Down
9 changes: 9 additions & 0 deletions parm/config/config.anal
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ if [ $REALTIME = "NO" ]; then
echo "WARNING: No CONVINFO for $CDATE"
fi

# Set OZINFO
if [[ "$CDATE" -ge "2018110700" ]]; then
export OZINFO=$FIXgsi/fv3_historical/global_ozinfo.txt.2018110700
elif [[ "$CDATE" -ge "2015110500" ]]; then
export OZINFO=$FIXgsi/fv3_historical/global_ozinfo.txt.2015110500
else
echo "WARNING: No OZINFO for $CDATE"
fi

# Set SATINFO
if [[ "$CDATE" -ge "2018053012" ]]; then
export SATINFO=$FIXgsi/fv3_historical/global_satinfo.txt.2018053012
Expand Down
59 changes: 0 additions & 59 deletions sorc/build_chgres.sh

This file was deleted.

27 changes: 0 additions & 27 deletions sorc/build_cycle.sh

This file was deleted.

32 changes: 0 additions & 32 deletions sorc/build_emcsfc.sh

This file was deleted.

118 changes: 0 additions & 118 deletions sorc/build_fre-nctools.sh

This file was deleted.

62 changes: 0 additions & 62 deletions sorc/build_orog.sh

This file was deleted.

4 changes: 4 additions & 0 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ if [[ ! -d gsi.fd ]] ; then
cd gsi.fd
git checkout fv3da.v1.0.43
git submodule update
# Workaround for missing GSI file on lowres parallel runs
cd fix/Big_Endian/
git checkout ae3bc2538f34c7cdb6a533a14c4880f6970a6724^ global_berror.l64y98.f77
git checkout ae3bc2538f34c7cdb6a533a14c4880f6970a6724^ global_berror.l64y194.f77
cd ${topdir}
else
echo 'Skip. Directory gsi.fd already exists.'
Expand Down
Loading

0 comments on commit 18341fc

Please sign in to comment.