source: CONFIG/UNIFORM/v6/IPSLCM6.5/GENERAL/PARAM/namelist_ice_ORCA025_cfg @ 5066

Last change on this file since 5066 was 5066, checked in by cetlod, 4 years ago

First step towards IPSLCM6.5 with the use of NEMOv4 model

File size: 5.0 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   cn_icerst_in     = "restart_ice_in"   !  suffix of ice restart name (input)
25   rn_amax_n        =   0.997         !  maximum tolerated ice concentration NH
26   rn_amax_s        =   0.950         !  maximum tolerated ice concentration SH
27/
28!------------------------------------------------------------------------------
29&namitd         !   Ice discretization
30!------------------------------------------------------------------------------
31/
32!------------------------------------------------------------------------------
33&namdyn         !   Ice dynamics
34!------------------------------------------------------------------------------
35/
36!------------------------------------------------------------------------------
37&namdyn_rdgrft  !   Ice ridging/rafting
38!------------------------------------------------------------------------------
39/
40!------------------------------------------------------------------------------
41&namdyn_rhg     !   Ice rheology
42!------------------------------------------------------------------------------
43      ln_aEVP       = .false.          !     adaptive rheology (Kimmritz et al. 2016 & 2017)
44/
45!------------------------------------------------------------------------------
46&namdyn_adv     !   Ice advection
47!------------------------------------------------------------------------------
48/
49!------------------------------------------------------------------------------
50&namsbc         !   Ice surface boundary conditions
51!------------------------------------------------------------------------------
52/
53!------------------------------------------------------------------------------
54&namthd         !   Ice thermodynamics
55!------------------------------------------------------------------------------
56/
57!------------------------------------------------------------------------------
58&namthd_zdf     !   Ice heat diffusion
59!------------------------------------------------------------------------------
60   rn_cnd_s         =   0.30          !  thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971)
61                                      !     Obs: 0.1-0.5 (Lecomte et al, JAMES 2013)
62/
63!------------------------------------------------------------------------------
64&namthd_da      !   Ice lateral melting
65!------------------------------------------------------------------------------
66/
67!------------------------------------------------------------------------------
68&namthd_do      !   Ice growth in open water
69!------------------------------------------------------------------------------
70/
71!------------------------------------------------------------------------------
72&namthd_sal     !   Ice salinity
73!------------------------------------------------------------------------------
74/
75!------------------------------------------------------------------------------
76&namthd_pnd     !   Melt ponds
77!------------------------------------------------------------------------------
78/
79!------------------------------------------------------------------------------
80&namini         !   Ice initialization
81!------------------------------------------------------------------------------
82/
83!------------------------------------------------------------------------------
84&namalb         !   albedo parameters
85!------------------------------------------------------------------------------
86/
87!------------------------------------------------------------------------------
88&namdia         !   Diagnostics
89!------------------------------------------------------------------------------
90   ln_icediahsb     = .true.         !  output the heat, mass & salt budgets (T) or not (F)
91/
Note: See TracBrowser for help on using the repository browser.