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/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_RHEO/EXPREF – NEMO

source: NEMO/branches/2019/dev_r11842_SI3-10_EAP/tests/ICE_RHEO/EXPREF/namelist_ice_cfg @ 12263

Last change on this file since 12263 was 12263, checked in by stefryn, 4 years ago

add test case for rheology, will change lateral bounday conditions later

File size: 7.7 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              =   1             !  number of ice  categories
25   ln_icedyn        = .true.          !  ice dynamics (T) or not (F)
26   ln_icethd        = .false.         !  ice thermo   (T) or not (F)
27/
28!------------------------------------------------------------------------------
29&namitd         !   Ice discretization
30!------------------------------------------------------------------------------
31/
32!------------------------------------------------------------------------------
33&namdyn         !   Ice dynamics
34!------------------------------------------------------------------------------
35   ln_dynALL        = .true.          !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction)
36   ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections  (rheology + advection)
37   ln_dynADV1D      = .false.         !  dyn.: only advection 1D                  (Schar & Smolarkiewicz 1996 test case)
38   ln_dynADV2D      = .false.         !  dyn.: only advection 2D w prescribed vel.(rn_uvice + advection)
39/
40!------------------------------------------------------------------------------
41&namdyn_rdgrft  !   Ice ridging/rafting
42!------------------------------------------------------------------------------
43   ln_str_H79       = .true.          !  ice strength param.: Hibler_79   => P = pstar*<h>*exp(-c_rhg*A)
44      rn_pstar      =   2700          !     ice strength thickness parameter [N/m2]
45      rn_crhg       =   20.0          !     ice strength conc. parameter (-)
46/
47!------------------------------------------------------------------------------
48&namdyn_rhg     !   Ice rheology
49!------------------------------------------------------------------------------
50   ln_rhg_EVP       = .false.          !  EVP rheology
51      ln_aEVP       = .true.          !     adaptive rheology (Kimmritz et al. 2016 & 2017)
52      rn_creepl     =   2.0e-9        !     creep limit [1/s]
53      rn_ecc        =   2.0           !     eccentricity of the elliptical yield curve         
54      nn_nevp       = 120             !     number of EVP subcycles                             
55      rn_relast     =   0.333         !     ratio of elastic timescale to ice time step: Telast = dt_ice * rn_relast
56                                      !        advised value: 1/3 (rn_nevp=120) or 1/9 (rn_nevp=300)
57   ln_rhg_EAP       = .true.          !  EVP rheology
58/
59!------------------------------------------------------------------------------
60&namdyn_adv     !   Ice advection
61!------------------------------------------------------------------------------
62   ln_adv_Pra       = .true.         !  Advection scheme (Prather)
63   ln_adv_UMx       = .false.          !  Advection scheme (Ultimate-Macho)
64      nn_UMx        =   5             !     order of the scheme for UMx (1-5 ; 20=centered 2nd order)
65/
66!------------------------------------------------------------------------------
67&namsbc         !   Ice surface boundary conditions
68!------------------------------------------------------------------------------
69/
70!------------------------------------------------------------------------------
71&namthd         !   Ice thermodynamics
72!------------------------------------------------------------------------------
73/
74!------------------------------------------------------------------------------
75&namthd_zdf     !   Ice heat diffusion
76!------------------------------------------------------------------------------
77/
78!------------------------------------------------------------------------------
79&namthd_da      !   Ice lateral melting
80!------------------------------------------------------------------------------
81/
82!------------------------------------------------------------------------------
83&namthd_do      !   Ice growth in open water
84!------------------------------------------------------------------------------
85/
86!------------------------------------------------------------------------------
87&namthd_sal     !   Ice salinity
88!------------------------------------------------------------------------------
89/
90!------------------------------------------------------------------------------
91&namthd_pnd     !   Melt ponds
92!------------------------------------------------------------------------------
93/
94!------------------------------------------------------------------------------
95&namini         !   Ice initialization
96!------------------------------------------------------------------------------
97   ln_iceini        = .true.          !  activate ice initialization (T) or not (F)
98   ln_iceini_file   = .true.         !  netcdf file provided for initialization (T) or not (F)
99   rn_thres_sst     =   2.0           !  max temp. above Tfreeze with initial ice = (sst - tfreeze)
100   rn_hti_ini_n     =   3.0           !  initial ice thickness       (m), North
101   rn_hts_ini_n     =   0.1           !  initial snow thickness      (m), North
102   rn_ati_ini_n     =   0.99          !  initial ice concentration   (-), North
103   rn_smi_ini_n     =   6.3           !  initial ice salinity     (g/kg), North
104   rn_tmi_ini_n     = 270.            !  initial ice temperature     (K), North
105   rn_tsu_ini_n     = 270.            !  initial surface temperature (K), North
106   rn_tms_ini_n     = 270.            !  initial snw temperature     (K), North
107   rn_apd_ini_n     =   0.0           !  initial pond fraction       (-), North
108   rn_hpd_ini_n     =   0.0           !  initial pond depth          (m), North
109   sn_hti = 'initice'                 , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', ''
110   sn_hts = 'initice'                 , -12 ,'hts'   ,  .false.  , .true., 'yearly'  , '' , '', ''
111   sn_ati = 'initice'                 , -12 ,'ati'   ,  .false.  , .true., 'yearly'  , '' , '', ''
112   sn_tsu = 'initice'                 , -12 ,'tsu'   ,  .false.  , .true., 'yearly'  , '' , '', ''
113   sn_tmi = 'initice'                 , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', ''
114   sn_smi = 'initice'                 , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', ''
115   cn_dir='./'
116/
117!------------------------------------------------------------------------------
118&namalb         !   albedo parameters
119!------------------------------------------------------------------------------
120/
121!------------------------------------------------------------------------------
122&namdia         !   Diagnostics
123!------------------------------------------------------------------------------
124/
Note: See TracBrowser for help on using the repository browser.