New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
namelist_ice_cfg in NEMO/releases/r4.0/r4.0-HEAD/cfgs/SPITZ12/EXPREF – NEMO

source: NEMO/releases/r4.0/r4.0-HEAD/cfgs/SPITZ12/EXPREF/namelist_ice_cfg @ 14262

Last change on this file since 14262 was 14262, checked in by clem, 3 years ago

remove comment in namelist_ice_ref stating that only 1 snow layer can be used. And add 5 snow layers in SPITZ12 for sette test.

File size: 6.8 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! SI3 configuration namelist: Overwrites SHARED/namelist_ice_ref
3!!              1 - Generic parameters                 (nampar)
4!!              2 - Ice thickness discretization       (namitd)
5!!              3 - Ice dynamics                       (namdyn)
6!!              4 - Ice ridging/rafting                (namdyn_rdgrft)
7!!              5 - Ice rheology                       (namdyn_rhg)
8!!              6 - Ice advection                      (namdyn_adv)
9!!              7 - Ice surface boundary conditions    (namsbc)
10!!              8 - Ice thermodynamics                 (namthd)
11!!              9 - Ice heat diffusion                 (namthd_zdf)
12!!             10 - Ice lateral melting                (namthd_da)
13!!             11 - Ice growth in open water           (namthd_do)
14!!             12 - Ice salinity                       (namthd_sal)
15!!             13 - Ice melt ponds                     (namthd_pnd)
16!!             14 - Ice initialization                 (namini)
17!!             15 - Ice/snow albedos                   (namalb)
18!!             16 - Ice diagnostics                    (namdia)
19!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
20!
21!------------------------------------------------------------------------------
22&nampar         !   Generic parameters
23!------------------------------------------------------------------------------
24   jpl              =    10         !  number of ice  categories
25   nlay_i           =    5          !  number of ice  layers
26   nlay_s           =    5          !  number of snw  layers
27/
28!------------------------------------------------------------------------------
29&namitd         !   Ice discretization
30!------------------------------------------------------------------------------
31   ln_cat_hfn       = .true.          !  ice categories are defined by a function following rn_himean**(-0.05)
32      rn_himean     =   2.0           !  expected domain-average ice thickness (m)
33   rn_himin         =   0.01          !  minimum ice thickness (m) used in remapping
34/
35!------------------------------------------------------------------------------
36&namdyn         !   Ice dynamics
37!------------------------------------------------------------------------------
38   ln_landfast_L16  = .true.          !  landfast: parameterization from Lemieux 2016
39/
40!------------------------------------------------------------------------------
41&namdyn_rdgrft  !   Ice ridging/rafting
42!------------------------------------------------------------------------------
43/
44!------------------------------------------------------------------------------
45&namdyn_rhg     !   Ice rheology
46!------------------------------------------------------------------------------
47/
48!------------------------------------------------------------------------------
49&namdyn_adv     !   Ice advection
50!------------------------------------------------------------------------------
51   ln_adv_Pra       = .false.         !  Advection scheme (Prather)
52   ln_adv_UMx       = .true.          !  Advection scheme (Ultimate-Macho)
53      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order)
54/
55!------------------------------------------------------------------------------
56&namsbc         !   Ice surface boundary conditions
57!------------------------------------------------------------------------------
58   nn_snwfra        =   0             !  calculate the fraction of ice covered by snow (for zdf and albedo)
59                                      !     = 0  fraction = 1 (if snow) or 0 (if no snow)
60                                      !     = 1  fraction = 1-exp(-0.2*rhos*hsnw) [MetO formulation]
61                                      !     = 2  fraction = hsnw / (hsnw+0.02)    [CICE formulation]
62   nn_qtrice        =   0             !  Solar flux transmitted thru the surface scattering layer:
63                                      !     = 0  Grenfell and Maykut 1977 (depends on cloudiness and is 0 when there is snow)
64                                      !     = 1  Lebrun 2019 (equals 0.3 anytime with different melting/dry snw conductivities)
65/
66!------------------------------------------------------------------------------
67&namthd         !   Ice thermodynamics
68!------------------------------------------------------------------------------
69/
70!------------------------------------------------------------------------------
71&namthd_zdf     !   Ice heat diffusion
72!------------------------------------------------------------------------------
73/
74!------------------------------------------------------------------------------
75&namthd_da      !   Ice lateral melting
76!------------------------------------------------------------------------------
77/
78!------------------------------------------------------------------------------
79&namthd_do      !   Ice growth in open water
80!------------------------------------------------------------------------------
81   rn_hinew         =   0.02          !  thickness for new ice formation in open water (m), must be larger than rn_himin
82   ln_frazil        = .true.          !  Frazil ice parameterization (ice collection as a function of wind)
83/
84!------------------------------------------------------------------------------
85&namthd_sal     !   Ice salinity
86!------------------------------------------------------------------------------
87/
88!------------------------------------------------------------------------------
89&namthd_pnd     !   Melt ponds
90!------------------------------------------------------------------------------
91   ln_pnd           = .false.          !  activate melt ponds or not
92     ln_pnd_LEV     = .false.          !  activate level ice melt ponds
93/
94
95!------------------------------------------------------------------------------
96&namini         !   Ice initialization
97!------------------------------------------------------------------------------
98   ln_iceini        = .true.         !  activate ice initialization (T) or not (F)
99   rn_thres_sst     =   0.5           !  max delta temp. above Tfreeze with initial ice = (sst - tfreeze)
100   rn_hts_ini_n     =   0.1           !  initial real snow thickness (m), North
101   rn_hti_ini_n     =   1.0           !  initial real ice thickness  (m), North
102   rn_ati_ini_n     =   0.9           !  initial ice concentration   (-), North
103   rn_smi_ini_n     =   6.0           !  initial ice salinity     (g/kg), North
104   rn_tmi_ini_n     = 267.            !  initial ice/snw temperature (K), North
105/
106!------------------------------------------------------------------------------
107&namalb         !   albedo parameters
108!------------------------------------------------------------------------------
109/
110!------------------------------------------------------------------------------
111&namdia         !   Diagnostics
112!------------------------------------------------------------------------------
113/
Note: See TracBrowser for help on using the repository browser.