From 0af86ca6387f1f851ed88e115ec5385b10e0b3ee Mon Sep 17 00:00:00 2001 From: "Kate.Zhang" Date: Wed, 15 May 2024 23:28:12 +0000 Subject: [PATCH] Update ICE namelist script as the updated UFS model --- parm/config/gfs/config.fcst | 1 + ush/parsing_namelists_CICE.sh | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/parm/config/gfs/config.fcst b/parm/config/gfs/config.fcst index db63004dcc..acd99ea007 100644 --- a/parm/config/gfs/config.fcst +++ b/parm/config/gfs/config.fcst @@ -6,6 +6,7 @@ echo "BEGIN: config.fcst" export USE_ESMF_THREADING="YES" # Toggle to use ESMF-managed threading or traditional threading in UFSWM +export COPY_FINAL_RESTARTS="NO" # Toggle to copy restarts from the end of GFS/GEFS Run (GDAS is handled seperately) # Turn off waves if not used for this CDUMP case ${WAVE_CDUMP} in diff --git a/ush/parsing_namelists_CICE.sh b/ush/parsing_namelists_CICE.sh index dc67777af9..08e8fc70f5 100755 --- a/ush/parsing_namelists_CICE.sh +++ b/ush/parsing_namelists_CICE.sh @@ -57,7 +57,14 @@ local CICE_NPT=${npt} local CICE_RUNTYPE=${runtype} local CICE_RUNID="unknown" local CICE_USE_RESTART_TIME=${use_restart_time} -local CICE_RESTART_DIR="./CICE_RESTART/" +local CICE_RESTART_FORMAT="pnetcdf2" +local CICE_RESTART_IOTASKS=-99 +local CICE_RESTART_REARR="box" +local CICE_RESTART_ROOT=-99 +local CICE_RESTART_STRIDE=-99 +local CICE_RESTART_CHUNK=0,0 +local CICE_RESTART_DEFLATE=0 +local CICE_RESTART_DIR="./RESTART/" local CICE_RESTART_FILE="cice_model.res" local CICE_DUMPFREQ="y" # "h","d","m" or "y" for restarts at intervals of "hours", "days", "months" or "years" local CICE_DUMPFREQ_N=10000 # Set this to a really large value, as cice, mom6 and cmeps restart interval is controlled by ufs.configure @@ -68,6 +75,14 @@ if [[ "${RUN}" =~ "gdas" ]]; then else local CICE_HIST_AVG=".true., .true., .true., .true., .true." # GFS long forecaset wants averaged over CICE_HISTFREQ_N fi +local CICE_HISTORY_FORMAT="pnetcdf2" +local CICE_HISTORY_IOTASKS=-99 +local CICE_HISTORY_REARR="box" +local CICE_HISTORY_ROOT=-99 +local CICE_HISTORY_STRIDE=-99 +local CICE_HISTORY_CHUNK=0,0 +local CICE_HISTORY_DEFLATE=0 +local CICE_HISTORY_PREC=4 local CICE_HISTORY_DIR="./CICE_OUTPUT/" local CICE_INCOND_DIR="./CICE_OUTPUT/" # grid_nml section