Skip to content

Commit

Permalink
Issue #1: update config.anal logic to point ABIBF at the correct GDA …
Browse files Browse the repository at this point in the history
…directory
  • Loading branch information
RussTreadon-NOAA committed May 26, 2020
1 parent 38cd821 commit 2e12e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/config.anal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export AMSR2BF=${AMSR2BF:-/dev/null}
export ABIBF="/dev/null"
if [[ "$CDATE" -ge "2019022800" ]] ; then
export ABIBF="$DMPDIR/${CDUMP}x.${PDY}/${cyc}/${CDUMP}.t${cyc}z.gsrcsr.tm00.bufr_d"
if [[ "$CDATE" -ge "2019111000" ]]; then
if [[ "$CDATE" -ge "2019111000" && "$CDATE" -le "2020052612" ]]; then
export ABIBF="$DMPDIR/${CDUMP}y.${PDY}/${cyc}/${CDUMP}.t${cyc}z.gsrcsr.tm00.bufr_d"
fi
fi
Expand Down

0 comments on commit 2e12e63

Please sign in to comment.