Skip to content

Commit

Permalink
Assign fcsthrs for awips_g2 job.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 24, 2024
1 parent e304bbe commit f775755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/rocoto/awips_g2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ for fhr3 in ${fhrlst}; do
fhmax=240
if (( fhr >= fhmin && fhr <= fhmax )); then
if ((fhr % 6 == 0)); then
export fcsthrs="${fhr3}"
"${AWIPSG2SH}"
fi
fi
Expand Down

0 comments on commit f775755

Please sign in to comment.