Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into feature/ldebug
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA authored Oct 2, 2023
2 parents a6fe137 + 48ba775 commit 8e17218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/rocoto/vrfy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fi
###############################################################
echo
echo "=============== START TO RUN MINMON ==============="
if [[ "${VRFYMINMON}" == "YES" && "${PDY}${cyc}" != "${SDATE}" ]]; then
if [[ "${VRFYMINMON}" == "YES" && "${PDY}${cyc}" != "${SDATE}" && "${MODE}" = "cycled" ]]; then

export M_TANKverfM0="${M_TANKverf}/stats/${PSLOT}/${RUN}.${PDY}/${cyc}"
export M_TANKverfM1="${M_TANKverf}/stats/${PSLOT}/${RUN}.${PDYm1c}/${pcyc}"
Expand Down

0 comments on commit 8e17218

Please sign in to comment.