Skip to content

Commit

Permalink
One more change for order consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Oct 26, 2023
1 parent 9ac0059 commit 89f151f
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 vminmon verfozn verfrad; do
for fstep in prep anal fcst vrfy 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 89f151f

Please sign in to comment.