Skip to content

Commit

Permalink
Merge pull request #1011 from RussTreadon-NOAA/release/gfs.v16.3.0
Browse files Browse the repository at this point in the history
Add cycle to RadMon tank (archive) directory paths (#1010)
  • Loading branch information
KateFriedman-NOAA authored Sep 6, 2022
2 parents f39d6c7 + 00222c3 commit 4335ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/rocoto/vrfy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ if [ $VRFYRAD = "YES" -a $CDUMP = $CDFNL -a $CDATE != $SDATE ]; then

export EXP=$PSLOT
export COMOUT="$ROTDIR/$CDUMP.$PDY/$cyc/$COMPONENT"
export TANKverf_rad="$TANKverf/stats/$PSLOT/$CDUMP.$PDY"
export TANKverf_radM1="$TANKverf/stats/$PSLOT/$CDUMP.$PDYm1"
export TANKverf_rad="$TANKverf/stats/$PSLOT/$CDUMP.$PDY/$cyc"
export TANKverf_radM1="$TANKverf/stats/$PSLOT/$CDUMP.$PDYm1/$cyc"
export MY_MACHINE=$machine

$VRFYRADSH
Expand Down

0 comments on commit 4335ef2

Please sign in to comment.