Skip to content
Denise Worthen edited this page Aug 10, 2020 · 12 revisions

The CICE6 ice_in_template located in the ufs-s2s-model repository parm subdirectory should be used as the base namelist. In that file, the following variables are modified or set at run time from the default_vars.sh:

setup_nml:

restart_ext    = RESTART_EXT
restart_coszen = .true.
use_restart_time = USE_RESTART_TIME

domain_nml:

processor_shape   = 'slenderX2'
nprocs            = NPROC_ICE
nx_global         = NX_GLB
ny_global         = NY_GLB
block_size_x      = BLCKX
block_size_y      = BLCKY
max_blocks        = -1

Where:

np2=NPROC_ICE/2
BLCKX=NX_GLB/np2
BLCKY=NY_GLB/2

and NX_GLB and NY_GLB are the domain size in the x and y directions.

forcing_nml:

update_ocn_f    = FRAZIL_FWSALT
Clone this wiki locally