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

Resources:

The authoritative Repository is located at the CICE Consortium

Documentation

Wiki

Namelist:

The CICE6 ice_in_template located in the ufs-s2s-model repository parm subdirectory should be used as the base namelist.

Model resources can be set at run time using the following settings:

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.

Clone this wiki locally