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_lim2 in trunk/CONFIG/ORCA2_LIM_PISCES/EXP00 – NEMO

source: trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_ice_lim2 @ 1113

Last change on this file since 1113 was 1113, checked in by rblod, 16 years ago

Namelist style for dynamics and sea-ice, see ticket #197

File size: 8.9 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/LIM2 :  1 - dynamics/advection/thermo          (namicerun)
3!! namelists    2 - ice intialisation                  (namiceini)
4!!              3 - ice dynamic                        (namicedyn)
5!!              5 - ice advection                      (namicetrp)
6!!              6 - thermodynamic                      (namicethd)
7!!              7 - ice salinity                       (namicesal)
8!!              8 - mechanical redistribution of ice   (namiceitdme)
9!!              3 - ice diagnostics                    (namicedia)
10!!              9 - ice outputs                        (namiceout)
11!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
12
13!-----------------------------------------------------------------------
14&namicerun     !   Share parameters for dynamics/advection/thermo
15!-----------------------------------------------------------------------
16   ln_limdyn   = .true.    !  ice dynamics (T) or thermodynamics only (F)
17   ln_limdmp   = .false.   !  restoring ice thickness and fraction leads (T) or not (F)
18   acrit       = 1.0e-06   , 1.0e-06   ! minimum fraction for leads in the Northern (Southern) Hemisphere
19   hsndif      =  0.0      !  computation of temperature in snow (=0.0) or not
20   hicdif      =  0.0      !  computation of temperature in ice  (=0.0) or not (=9999.0)
21/
22!-----------------------------------------------------------------------
23&namiceini     !   ice initialisation
24!-----------------------------------------------------------------------
25   ln_limini   = .false.   !  read the ice initial state in the file 'Ice_initialization.nc' (T) or not (F)
26   ttest       =  2.0      !  threshold water temperature for initial sea ice
27   hninn       =  0.5      !  initial snow thickness in the north
28   hginn       =  3.0      !  initial ice  thickness in the north
29   alinn       =  0.05     !  initial leads area     in the north
30   hnins       =  0.1      !  same  three parameter  in the south
31   hgins       =  1.0      !        "                 "     south   
32   alins       =  0.1      !        "                 "     south
33/
34!-----------------------------------------------------------------------
35&namicedyn     !   ice dynamic
36!-----------------------------------------------------------------------
37   epsd        =   1.0e-20 !  tolerance parameter
38   alpha       =   0.5     !  coefficient for semi-implicit coriolis
39   dm          =   0.6e+03 !  diffusion constant for dynamics
40   nbiter      =   1       !  number of sub-time steps for relaxation
41   nbitdr      = 100       !  maximum number of iterations for relaxation
42   om          =   0.5     !  relaxation constant
43   resl        =   5.0e-05 !  maximum value for the residual of relaxation
44   cw          =   5.0e-03 !  drag coefficient for oceanic stress
45   angvg       =   0.0     !  turning angle for oceanic stress
46   pstar       =   1.0e+04 !  1st bulk-rheology parameter
47   c_rhg       =  20.0     !  2nd bulk-rhelogy parameter
48   etamn       =   0.0e+07 !  minimun value for viscosity
49   creepl      =   2.0e-08 !  creep limit
50   ecc         =   2.0     !  eccentricity of the elliptical yield curve
51   ahi0        = 350.e0    !  horizontal eddy diffusivity coefficient for sea-ice [m2/s]
52/
53!-----------------------------------------------------------------------
54&namicetrp     !   ice transport
55!-----------------------------------------------------------------------
56   bound       =   0.      !  boundary conditions (=0.0 no-slip, =1.0 free-slip)
57/
58!-----------------------------------------------------------------------
59&namicethd     !   ice thermodynamic
60!-----------------------------------------------------------------------
61!  hmelt       : maximum melting at the bottom
62!  hiccrit(1/2): ice thickness for lateral accretion in the Northern (Southern) Hemisphere
63!                caution 1.0, 1.0 best value to be used!!! (gilles G.)
64!  hicmin      : ice thickness corr. to max. energy stored in brine pocket
65!  hiclim      : minimum ice thickness
66!  amax        : maximum lead fraction
67!  swiqst      : energy stored in brine pocket (=1) or not (=0)   
68!  sbeta       : numerical caracteritic of the scheme for diffusion in ice
69!               Cranck-Nicholson (=0.5), implicit (=1), explicit (=0)
70!  parlat      : percentage of energy used for lateral ablation
71!  hakspl      : slope of distr. for Hakkinen-Mellor's lateral melting
72!  hibspl      : slope of distribution for Hibler's lateral melting
73!  exld        : exponent for leads-closure rate
74!  hakdif      : coefficient for diffusions of ice and snow
75!  thth         : threshold thickness for comp. of eq. thermal conductivity
76!  hnzst       : thickness of the surf. layer in temp. computation
77!  parsub      : switch for snow sublimation or not
78!  alphs       : coefficient for snow density when snow ice formation
79!
80&namicethd
81   hmelt       = -0.15     !  maximum melting at the bottom
82   hiccrit     = 0.3 , 0.3 !  ice thickness for lateral accretion in the Northern (Southern) Hemisphere
83   hicmin      = 0.2       !  ice thickness corr. to max. energy stored in brine pocket
84   hiclim      = 0.05      !  minimum ice thickness
85   amax        = 0.999     !  maximum lead fraction
86   swiqst      = 1.        !  energy stored in brine pocket (=1) or not (=0) 
87   sbeta       = 1.        !  numerical caracteritic of the scheme for diffusion in ice
88                           !        Cranck-Nicholson (=0.5), implicit (=1), explicit (=0)
89   parlat      = 0.0       !  percentage of energy used for lateral ablation
90   hakspl      = 0.5       !  slope of distr. for Hakkinen-Mellor's lateral melting
91   hibspl      = 0.5       !  slope of distribution for Hibler's lateral melting
92   exld        = 2.0       !  exponent for leads-closure rate
93   hakdif      = 1.0       !  coefficient for diffusions of ice and snow
94   thth        = 0.2       !  threshold thickness for comp. of eq. thermal conductivity
95   hnzst       = 0.1       !  thickness of the surf. layer in temp. computation
96   parsub      = 1.0       !  switch for snow sublimation or not
97   alphs       = 1.0       !  coefficient for snow density when snow ice formation
98/
99!-----------------------------------------------------------------------
100&namicedia     !   ice diagnostics
101!-----------------------------------------------------------------------
102   fmtinf      ='1PE13.5 ' !  format of the output values
103   nfrinf      = 4         !  number of variables written in one line
104   ntmoy       = 1         !  instantaneous values of ice evolution or averaging
105   ninfo       = 1         !  frequency of ouputs on file ice_evolu in case of averaging
106/
107!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
108&namiceout     !   parameters for outputs
109!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
110   noumef      =   19      !  number of fields
111!
112!           !         title of the field           !  name     !   units   !  save  ! multipl. ! additive !
113!           !                                      !           !           ! or not !  factor  !  factor  !
114   field_1  = 'Snow thickness                     ', 'isnowthi', 'm       ',    1   ,  1.0     ,    0.0
115   field_2  = 'Ice thickness                      ', 'iicethic', 'm       ',    1   ,  1.0     ,    0.0
116   field_3  = 'Ice produced                       ', 'iiceprod', 'm/kt    ',    1   ,  1.0     ,    0.0
117   field_4  = 'Ice concentration                  ', 'ileadfra', '%       ',    1   , -1.0     ,    1.0
118   field_5  = 'Ice temperature                    ', 'iicetemp', 'C       ',    1   ,  1.0     , -273.15
119   field_6  = 'Oceanic flux at the ice base       ', 'ioceflxb', 'w/m2    ',    1   ,  1.0     ,    0.0
120   field_7  = 'Ice velocity u                     ', 'iicevelu', 'm/s     ',    1   ,  1.0     ,    0.0
121   field_8  = 'Ice velocity v                     ', 'iicevelv', 'm/s     ',    1   ,  1.0     ,    0.0
122   field_9  = 'Sea surface temperature            ', 'isstempe', 'C       ',    1   ,  1.0     , -273.15
123   field_10 = 'Sea surface salinity               ', 'isssalin', 'PSU     ',    1   ,  1.0     ,    0.0
124   field_11 = 'Total flux at ocean surface        ', 'iocetflx', 'w/m2    ',    1   ,  1.0     ,    0.0
125   field_12 = 'Solar flux at ocean surface        ', 'iocesflx', 'w/m2    ',    1   ,  1.0     ,    0.0
126   field_13 = 'Non-solar flux at ocean surface    ', 'iocwnsfl', 'w/m2    ',    1   ,  1.0     ,    0.0
127   field_14 = 'Salt flux at ocean surface         ', 'iocesafl', 'kg/m2/kt',    1   ,  1.0     ,    0.0
128   field_15 = 'Wind stress u                      ', 'iocestru', 'Pa      ',    1   ,  1.0     ,    0.0
129   field_16 = 'Wind stress v                      ', 'iocestrv', 'Pa      ',    1   ,  1.0     ,    0.0
130   field_17 = 'Solar flux at ice/ocean surface    ', 'iicesflx', 'w/m2    ',    1   ,  1.0     ,    0.0
131   field_18 = 'Non-solar flux at ice/ocean surface', 'iicenflx', 'w/m2    ',    1   ,  1.0     ,    0.0
132   field_19 = 'Snow precipitation                 ', 'isnowpre', 'kg/day  ',    1   ,  1.0     ,    0.0
133/     
Note: See TracBrowser for help on using the repository browser.