source: CMIP6/GeoMIP/CM61-LR-G6sulfur/PARAM/namelist_lim3_ORCA1_cfg @ 5128

Last change on this file since 5128 was 5128, checked in by tlurton, 4 years ago

Added CMIP6 experiment G6sulfur.

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   cn_icerst_in  = "restart_ice_in" !  suffix of ice restart name (input)
9   rn_amax_n     = 0.997            !  maximum tolerated ice concentration NH
10   rn_amax_s     = 0.950            !  maximum tolerated ice concentration SH
11   ln_limdiahsb  = .false.          !  check the heat and salt budgets (T) or not (F)
12   ln_limdiaout  = .true.            !  output the heat and salt budgets (T) or not (F)
13/
14!-----------------------------------------------------------------------
15&namiceini     !   ice initialisation
16!-----------------------------------------------------------------------
17/
18!-----------------------------------------------------------------------
19&namicedyn     !   ice dynamic
20!-----------------------------------------------------------------------
21/
22!------------------------------------------------------------------------------
23&namicehdf     !   Ice horizontal diffusion
24!------------------------------------------------------------------------------
25/
26!-----------------------------------------------------------------------
27&namicethd     !   ice thermodynamic
28!-----------------------------------------------------------------------
29   rn_cdsn     = 0.30              !  thermal conductivity of the snow (0.31 W/m/K, Maykut and Untersteiner, 1971)
30                                   !  Obs: 0.1-0.5 (Lecomte et al, JAMES 2013)
31/
32!-----------------------------------------------------------------------
33&namicesal     !   ice salinity
34!-----------------------------------------------------------------------
35/
36!-----------------------------------------------------------------------
37&namiceitdme   !   parameters for mechanical redistribution of ice
38!-----------------------------------------------------------------------
39   rn_astar    =   0.03            !  exponential measure of ridging ice fraction (nn_partfun = 1)
40   rn_hstar    = 25.0             !  determines the maximum thickness of ridged ice (m) (Hibler, 1980)
41/
42!-----------------------------------------------------------------------
43&namicedia     !   ice diagnostics
44!-----------------------------------------------------------------------
45/
46!------------------------------------------------------------------------------
47&namiceitd     !   Ice discretization
48!------------------------------------------------------------------------------
49   rn_himax_bot = 99.             !  max ice thickness in the last category jpl
50/
Note: See TracBrowser for help on using the repository browser.