Skip to content

Commit

Permalink
Revert "Use FHMIN_GFS in FV3_predet"
Browse files Browse the repository at this point in the history
This reverts commit 235ee26.
  • Loading branch information
EricSinsky-NOAA committed Jul 23, 2024
1 parent 61b14e9 commit b8fec2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/forecast_predet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ FV3_predet(){

# Convert output settings into an explicit list for FV3
FV3_OUTPUT_FH=""
local fhr=${FHMIN_GFS}
local fhr=${FHMIN}
if (( FHOUT_HF > 0 && FHMAX_HF > 0 )); then
FV3_OUTPUT_FH="${FV3_OUTPUT_FH} $(seq -s ' ' "${FHMIN_GFS}" "${FHOUT_HF}" "${FHMAX_HF}")"
FV3_OUTPUT_FH="${FV3_OUTPUT_FH} $(seq -s ' ' "${FHMIN}" "${FHOUT_HF}" "${FHMAX_HF}")"
fhr=${FHMAX_HF}
fi
FV3_OUTPUT_FH="${FV3_OUTPUT_FH} $(seq -s ' ' "${fhr}" "${FHOUT}" "${FHMAX}")"
Expand Down

0 comments on commit b8fec2a

Please sign in to comment.