Skip to content

Commit

Permalink
Save the required CICE history for the sea-ice DA (#2062)
Browse files Browse the repository at this point in the history
The hist_avg setting of CICE was changed to be an array.
  • Loading branch information
guillaumevernieres committed Nov 15, 2023
1 parent 85f1f51 commit be9085e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -886,9 +886,9 @@ CICE_postdet() {
dumpfreq=${dumpfreq:-"y"} # "h","d","m" or "y" for restarts at intervals of "hours", "days", "months" or "years"

if [[ "${RUN}" =~ "gdas" ]]; then
cice_hist_avg=".false." # DA needs instantaneous
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 be9085e

Please sign in to comment.