Skip to content

Commit

Permalink
Remove vrfy from log list in hpssarch_gen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Nov 17, 2023
1 parent eff9011 commit 3a7c355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/hpssarch_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ if [[ ${type} == "gdas" ]]; then
if [[ -s "${COM_ATMOS_ANALYSIS}/${head}radstat" ]]; then
echo "${COM_ATMOS_ANALYSIS/${ROTDIR}\//}/${head}radstat"
fi
for fstep in prep anal fcst vrfy verfozn verfrad vminmon; do
for fstep in prep anal fcst verfozn verfrad vminmon; do
if [[ -s "${ROTDIR}/logs/${PDY}${cyc}/gdas${fstep}.log" ]]; then
echo "./logs/${PDY}${cyc}/gdas${fstep}.log"
fi
Expand Down

0 comments on commit 3a7c355

Please sign in to comment.