Skip to content

Commit

Permalink
Merge pull request #130 from JessicaMeixner-NOAA/bugfix/rtofs
Browse files Browse the repository at this point in the history
Bugfix for rtofs
  • Loading branch information
KateFriedman-NOAA authored Sep 14, 2020
2 parents c33869d + 586fe6c commit 67b33dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/JGLOBAL_WAVE_PREP
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ if [ $RUN_ENVIR = "nco" ]; then
export RPDY=`$NDATE -24 ${PDY}00 | cut -c1-8`
export COMIN_WAV_CUR=$(compath.py ${WAVECUR_DID}/prod)/${WAVECUR_DID}.${RPDY}
fi
else
else
if [ ! -d $DMPDIR/${WAVECUR_DID}.${RPDY} ]; then export RPDY=`$NDATE -24 ${PDY}00 | cut -c1-8`; fi
if [ ! -L $ROTDIR/${WAVECUR_DID}.${RPDY} ]; then # Check if symlink already exists in ROTDIR
$NLN $DMPDIR/${WAVECUR_DID}.${RPDY} $ROTDIR/${WAVECUR_DID}.${RPDY}
fi
Expand Down

0 comments on commit 67b33dd

Please sign in to comment.