source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_lim3_ORCA1_cfg @ 3153

Last change on this file since 3153 was 3120, checked in by cetlod, 7 years ago

Update NEMO namelist parameters to fit with up-to-date NEMO sources

File size: 2.9 KB
Line 
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   rn_amax_s     = 0.95             !  maximum tolerated ice concentration SH
10   ln_limdiahsb  = .false.          !  check the heat and salt budgets (T) or not (F)
11   ln_limdiaout  = .true.          !  output the heat and salt budgets (T) or not (F)
12/
13!-----------------------------------------------------------------------
14&namiceini     !   ice initialisation
15!-----------------------------------------------------------------------
16/
17!-----------------------------------------------------------------------
18&namicedyn     !   ice dynamic
19!-----------------------------------------------------------------------
20/
21!------------------------------------------------------------------------------
22&namicehdf     !   Ice horizontal diffusion
23!------------------------------------------------------------------------------
24   nn_ahi0        =  2          !  horizontal diffusivity computation
25                                   !    -1: no diffusion (bypass limhdf)
26                                   !     0: use rn_ahi0_ref
27                                   !     1: use rn_ahi0_ref x mean grid cell length / ( 2deg mean grid cell length )
28                                   !     2: use rn_ahi0_ref x grid cell length      / ( 2deg mean grid cell length )
29   rn_ahi0_ref    = 350.0          !  horizontal sea ice diffusivity (m2/s)
30                                   !     if nn_ahi0 > 0, rn_ahi0_ref is the reference value at a nominal 2 deg resolution
31/
32!-----------------------------------------------------------------------
33&namicethd     !   ice thermodynamic
34!-----------------------------------------------------------------------
35/
36!-----------------------------------------------------------------------
37&namicesal     !   ice salinity
38!-----------------------------------------------------------------------
39/
40!-----------------------------------------------------------------------
41&namiceitdme   !   parameters for mechanical redistribution of ice
42!-----------------------------------------------------------------------
43/
44!-----------------------------------------------------------------------
45&namicedia     !   ice diagnostics
46!-----------------------------------------------------------------------
47/
48!------------------------------------------------------------------------------
49&namiceitd     !   Ice discretization
50!------------------------------------------------------------------------------
51/
Note: See TracBrowser for help on using the repository browser.