source: CONFIG/trunk/IPSLCM5_WORK/EXP00/PARAM/namelist_ice_ORCA2 @ 396

Last change on this file since 396 was 396, checked in by aclsce, 16 years ago

Creation of IPSLCM5_WORK coupled configuration as working configuration.

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