Skip to content

Commit

Permalink
Update ush/forecast_postdet.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
guillaumevernieres and WalterKolczynski-NOAA committed Nov 14, 2023
1 parent 654ce3c commit 9e0c486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ CICE_postdet() {
if [[ "${RUN}" =~ "gdas" ]]; then
cice_hist_avg=".false., .false., .false., .false., .false." # DA needs instantaneous
else
cice_hist_avg=".true." # P8 wants averaged over histfreq_n
cice_hist_avg=".true., .true., .true., .true., .true." # P8 wants averaged over histfreq_n
fi

FRAZIL_FWSALT=${FRAZIL_FWSALT:-".true."}
Expand Down

0 comments on commit 9e0c486

Please sign in to comment.