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

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

CM6.0.8 : Update card and namelist for new NEMO revision

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