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

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

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


Revision 1.11 - (hide annotations) (download) (as text)
Tue Mar 29 14:48:32 2016 UTC (9 years, 3 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint01, HEAD
Changes since 1.10: +6 -0 lines
File MIME type: application/x-tex
add new parameters to the list

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

  ViewVC Help
Powered by ViewVC 1.1.22