forked from CICE-Consortium/CICE
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Denise Worthen edited this page Aug 10, 2020
·
12 revisions
Resources:
The authoritative Repository is located at the CICE Consortium
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.