source: CONFIG/UNIFORM/v6/NEMO_v6/GENERAL/PARAM/NAMELIST/ORCA2/namelist_lim3_cfg @ 4397

Last change on this file since 4397 was 4193, checked in by cetlod, 5 years ago

NEMO_v6 : Move hard-coded value of maximum sea-ice thickness of last caterogie in namelist

File size: 2.2 KB
RevLine 
[3854]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/LIM-3 : Ice configuration namelist. Overwrites SHARED/namelist_ice_lim3_ref
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4
5!-----------------------------------------------------------------------
6&namicerun     !   Share parameters for dynamics/advection/thermo
7!-----------------------------------------------------------------------
8   cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input)
9/
10!-----------------------------------------------------------------------
11&namiceini     !   ice initialisation
12!-----------------------------------------------------------------------
13/
14!-----------------------------------------------------------------------
15&namicedyn     !   ice dynamic
16!-----------------------------------------------------------------------
17/
18!------------------------------------------------------------------------------
19&namicehdf     !   Ice horizontal diffusion
20!------------------------------------------------------------------------------
21   nn_ahi0        =  2          !  horizontal diffusivity computation
22/
23!-----------------------------------------------------------------------
24&namicethd     !   ice thermodynamic
25!-----------------------------------------------------------------------
26/
27!-----------------------------------------------------------------------
28&namicesal     !   ice salinity
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namiceitdme   !   parameters for mechanical redistribution of ice
33!-----------------------------------------------------------------------
34/
35!-----------------------------------------------------------------------
36&namicedia     !   ice diagnostics
37!-----------------------------------------------------------------------
38/
39!------------------------------------------------------------------------------
40&namiceitd     !   Ice discretization
41!------------------------------------------------------------------------------
[4193]42   rn_himax_bot = 99.             !  max ice thickness in the last category jpl
[3854]43/
Note: See TracBrowser for help on using the repository browser.