From 654ce3c37e32d0e1eda5c00e70a5b74b5940156b Mon Sep 17 00:00:00 2001 From: Guillaume Vernieres Date: Tue, 14 Nov 2023 19:11:31 +0000 Subject: [PATCH 1/2] save cice da hist --- ush/forecast_postdet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/forecast_postdet.sh b/ush/forecast_postdet.sh index bafa61dd0e..3aadaa45e0 100755 --- a/ush/forecast_postdet.sh +++ b/ush/forecast_postdet.sh @@ -883,7 +883,7 @@ 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 fi From 9e0c4860c341338a13fef5fd192e68c51b680b37 Mon Sep 17 00:00:00 2001 From: Guillaume Vernieres Date: Tue, 14 Nov 2023 14:24:12 -0500 Subject: [PATCH 2/2] Update ush/forecast_postdet.sh Co-authored-by: Walter Kolczynski - NOAA --- ush/forecast_postdet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/forecast_postdet.sh b/ush/forecast_postdet.sh index 3aadaa45e0..421c8a9fad 100755 --- a/ush/forecast_postdet.sh +++ b/ush/forecast_postdet.sh @@ -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."}