Skip to content

Commit

Permalink
Make further corrections to gocart forecast hours
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Nov 13, 2024
1 parent 4d85e36 commit 2aca055
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ush/forecast_predet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ GOCART_predet(){

if [[ ! -d "${COMOUT_CHEM_HISTORY}" ]]; then mkdir -p "${COMOUT_CHEM_HISTORY}"; fi

local aero_min=$(( FHROT > FHMIN ? FHROT + FHOUT_AERO : FHMIN + FHOUT_AERO ))

local aero_min=$(( ${FHROT:-0} > FHMIN ? FHROT + FHOUT_AERO : FHMIN + FHOUT_AERO ))
GOCART_OUTPUT_FH=$(seq -s ' ' "$(( aero_min ))" "${FHOUT_AERO}" "${FHMAX}")
}

0 comments on commit 2aca055

Please sign in to comment.