/[MITgcm]/manual/s_phys_pkgs/text/seaice-parms.tex
ViewVC logotype

Contents of /manual/s_phys_pkgs/text/seaice-parms.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download) (as text)
Mon Mar 31 11:29:50 2014 UTC (11 years, 3 months ago) by mlosch
Branch: MAIN
Changes since 1.6: +77 -18 lines
File MIME type: application/x-tex
update run time parameter list a little

1
2 \begin{table}[!ht]
3 \caption{Run-time parameters and default values
4 \label{tab:pkg:seaice:runtimeparms}}
5 {\tiny
6 %\hspace*{-1.5in}
7 \begin{tabular}{|llp{5cm}c|}
8 \hline
9 & & & \\
10 \textbf{Name} & \textbf{Default value}
11 & \textbf{Description} & \textbf{Reference} \\
12 & & & \\
13 \hline \hline
14 SEAICEwriteState & T
15 & write sea ice state to file
16 & %---ref---
17 \\
18 SEAICEuseDYNAMICS & T
19 & use dynamics
20 & %---ref---
21 \\
22 SEAICEuseJFNK & F
23 & use the JFNK-solver
24 & %---ref---
25 \\
26 SEAICEuseTEM & F
27 & use truncated ellipse method
28 & %---ref---
29 \\
30 SEAICEuseMetricTerms & T
31 & use metric terms in dynamics
32 & %---ref---
33 \\
34 SEAICEuseEVPpickup & T
35 & use EVP pickups
36 & %---ref---
37 \\
38 SEAICEuseFluxForm & F
39 & use flux form for 2nd central difference advection scheme
40 & %---ref---
41 \\
42 SEAICErestoreUnderIce & F
43 & enable restoring to climatology under ice
44 & %---ref---
45 \\
46 useHB87stressCoupling & F
47 & turn on ice-ocean stress coupling following \citet{hibler87}
48 & %---ref---
49 \\
50 usePW79thermodynamics & T
51 & flag to turn off zero-layer-thermodynamics for testing
52 & %---ref---
53 \\
54 SEAICEadvHeff/Area/Snow/Salt & T
55 & flag to turn off advection of scalar state variables
56 & %---ref---
57 \\
58 SEAICEuseFlooding & T
59 & use flood-freeze algorithm
60 & %---ref---
61 \\
62 SEAICE\_no\_slip & F
63 & switch between free-slip and no-slip boundary conditions
64 & %---ref---
65 \\
66 SEAICE\_deltaTtherm & dTracerLev(1)
67 & thermodynamic timestep
68 & %---ref---
69 \\
70 SEAICE\_deltaTdyn & dTracerLev(1)
71 & dynamic timestep
72 & %---ref---
73 \\
74 SEAICE\_deltaTevp & 0
75 & EVP sub-cycling time step, values $>$ 0 turn on EVP
76 & %---ref---
77 \\
78 SEAICE\_elasticParm & $\frac{1}{3}$
79 & EVP paramter $E_0$ & \\
80 SEAICE\_evpTauRelax & $\Delta{t}_{EVP}E_0$
81 & relaxation time scale $T$ for EVP waves & \\
82 % SEAICE_evpDampC & & & \\
83 SEAICEnewtonIterMax & 10
84 & maximum number of JFNK-Newton iterations
85 & %---ref---
86 \\
87 SEAICEkrylovIterMax & 10
88 & maximum number of JFNK-Krylov iterations
89 & %---ref---
90 \\
91 SEAICE\_JFNK\_lsIter & (off)
92 & start line search after ``lsIter'' Newton iterations
93 & %---ref---
94 \\
95 % SEAICE\_JFNK\_tolIter & 100
96 % & number of Newton iterations after which the
97 % the tolerance is relaxed again
98 % & %---ref---
99 % \\
100 JFNKgamma\_nonlin & 1.0E-05
101 & non-linear tolerance parameter for JFNK solver
102 & %---ref---
103 \\
104 JFNKgamma\_lin\_min/max & 0.10/0.99
105 & tolerance parameters for linear JFNK solver
106 & %---ref---
107 \\
108 JFNKres\_tFac & UNSET
109 & tolerance parameter for FGMRES residual
110 & %---ref---
111 \\
112 SEAICE\_JFNKepsilon & 1.0E-06
113 & step size for the FD-Jacobian-times-vector
114 & %---ref---
115 \\
116 SEAICE\_dumpFreq & dumpFreq
117 & dump frequency
118 & %---ref---
119 \\
120 SEAICE\_taveFreq & taveFreq
121 & time-averaging frequency
122 & %---ref---
123 \\
124 SEAICE\_dump\_mdsio & T
125 & write snap-shot using MDSIO
126 & %---ref---
127 \\
128 SEAICE\_tave\_mdsio & T
129 & write TimeAverage using MDSIO
130 & %---ref---
131 \\
132 SEAICE\_dump\_mnc & F
133 & write snap-shot using MNC
134 & %---ref---
135 \\
136 SEAICE\_tave\_mnc & F
137 & write TimeAverage using MNC
138 & %---ref---
139 \\
140 SEAICE\_initialHEFF & 0.00000E+00
141 & initial sea-ice thickness
142 & %---ref---
143 \\
144 SEAICE\_drag & 2.00000E-03
145 & air-ice drag coefficient
146 & %---ref---
147 \\
148 OCEAN\_drag & 1.00000E-03
149 & air-ocean drag coefficient
150 & %---ref---
151 \\
152 SEAICE\_waterDrag & 5.50000E+00
153 & water-ice drag
154 & %---ref---
155 \\
156 SEAICE\_dryIceAlb & 7.50000E-01
157 & winter albedo
158 & %---ref---
159 \\
160 SEAICE\_wetIceAlb & 6.60000E-01
161 & summer albedo
162 & %---ref---
163 \\
164 SEAICE\_drySnowAlb & 8.40000E-01
165 & dry snow albedo
166 & %---ref---
167 \\
168 SEAICE\_wetSnowAlb & 7.00000E-01
169 & wet snow albedo
170 & %---ref---
171 \\
172 SEAICE\_waterAlbedo & 1.00000E-01
173 & water albedo
174 & %---ref---
175 \\
176 SEAICE\_strength & 2.75000E+04
177 & sea-ice strength Pstar
178 & %---ref---
179 \\
180 SEAICE\_rhoAir & 1.3 (or \code{exf} value)
181 & density of air (kg/m$^3$)
182 & %---ref---
183 \\
184 SEAICE\_cpAir & 1004 (or \code{exf} value)
185 & specific heat of air (J/kg/K)
186 & %---ref---
187 \\
188 SEAICE\_lhEvap & 2,500,000 (or \code{exf} value)
189 & latent heat of evaporation % for water (J/kg)
190 & %---ref---
191 \\
192 SEAICE\_lhFusion & 334,000 (or \code{exf} value)
193 & latent heat of fusion %for ice and snow (J/kg)
194 & %---ref---
195 \\
196 SEAICE\_lhSublim & 2,834,000
197 & latent heat of sublimation %for ice and snow (J/kg)
198 & %---ref---
199 \\
200 SEAICE\_dalton & 1.75E-03
201 & sensible heat transfer coefficient
202 & %---ref---
203 \\
204 SEAICE\_iceConduct & 2.16560E+00
205 & sea-ice conductivity
206 & %---ref---
207 \\
208 SEAICE\_snowConduct & 3.10000E-01
209 & snow conductivity
210 & %---ref---
211 \\
212 SEAICE\_emissivity & 5.50000E-08
213 & Stefan-Boltzman
214 & %---ref---
215 \\
216 SEAICE\_snowThick & 1.50000E-01
217 & cutoff snow thickness
218 & %---ref---
219 \\
220 SEAICE\_shortwave & 3.00000E-01
221 & penetration shortwave radiation
222 & %---ref---
223 \\
224 SEAICE\_freeze & -1.96000E+00
225 & freezing temp. of sea water
226 & %---ref---
227 \\
228 SEAICE\_saltFrac & 0.0
229 & salinity newly formed ice (fraction of ocean surface salinity)
230 & %---ref---
231 \\
232 % SEAICE\_gamma\_t & UNSET
233 % & restoring time scale for basal freezing and melting
234 % & %---ref---
235 % \\
236 % SEAICE\_gamma\_t\_frz & UNSET
237 % & restoring time scale for basal freezing
238 % & %---ref---
239 % \\
240 % SEAICE\_mcPheePiston & UNSET
241 % & ocean-ice turbulent flux "piston velocity" (m/s) that sets melt
242 % efficiency.
243 % & %---ref---
244 % \\
245 % SEAICE\_mcPheeTaper & UNSET
246 % & tapering down of turbulent flux term with ice concentration.
247 % & %---ref---
248 % \\
249 SEAICE\_frazilFrac & 0.0
250 & Fraction of surface level negative heat content anomalies
251 (relative to the local freezing point)
252 & %---ref---
253 \\
254 SEAICEstressFactor & 1.00000E+00
255 & scaling factor for ice-ocean stress
256 & %---ref---
257 \\
258 Heff/Area/HsnowFile/Hsalt & UNSET
259 & initial fields for variables HEFF/AREA/HSNOW/HSALT
260 & %---ref---
261 \\
262 LSR\_ERROR & 1.00000E-04
263 & sets accuracy of LSR solver
264 & %---ref---
265 \\
266 DIFF1 & 0.0
267 & parameter used in advect.F
268 & %---ref---
269 \\
270 HO & 5.00000E-01
271 & demarcation ice thickness (AKA lead closing paramter $h_0$)
272 & %---ref---
273 \\
274 MAX\_HEFF & 1.00000E+01
275 & maximum ice thickness
276 & %---ref---
277 \\
278 MIN\_ATEMP & -5.00000E+01
279 & minimum air temperature
280 & %---ref---
281 \\
282 MIN\_LWDOWN & 6.00000E+01
283 & minimum downward longwave
284 & %---ref---
285 \\
286 MAX\_TICE & 3.00000E+01
287 & maximum ice temperature
288 & %---ref---
289 \\
290 MIN\_TICE & -5.00000E+01
291 & minimum ice temperature
292 & %---ref---
293 \\
294 IMAX\_TICE & 10
295 & iterations for ice heat budget
296 & %---ref---
297 \\
298 SEAICE\_EPS & 1.00000E-10
299 & reduce derivative singularities
300 & %---ref---
301 \\
302 SEAICE\_area\_reg & 1.00000E-5
303 & minimum concentration to regularize ice thickness
304 & %---ref---
305 \\
306 SEAICE\_hice\_reg & 0.05 m
307 & minimum ice thickness for regularization
308 & %---ref---
309 \\
310 \hline
311 \end{tabular}
312 }
313 \end{table}
314
315 %%% Local Variables:
316 %%% mode: latex
317 %%% TeX-master: "../../manual"
318 %%% End:

  ViewVC Help
Powered by ViewVC 1.1.22