Skip to content

Commit

Permalink
Update vrfy.sh to only run MINMON in cycled mode
Browse files Browse the repository at this point in the history
- Update MINMON if-block in jobs/rocoto/vrfy.sh to only invoke
this section when MODE is cycled.

Refs NOAA-EMC#1076
  • Loading branch information
KateFriedman-NOAA committed Oct 2, 2023
1 parent e65162f commit 8d89bdc
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 8d89bdc

Please sign in to comment.