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

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

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

revision 1.1 by molod, Mon Apr 24 21:16:58 2006 UTC revision 1.11 by mlosch, Tue Mar 29 14:48:32 2016 UTC
# Line 1  Line 1 
 \newpage  
   
 \begin{table}  
 \hspace*{-1.5in}  
 \begin{tabular}{lllc}  
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}      \textbf{Name}  &  \textbf{Default value}  
11      &  \textbf{Description}   &  \textbf{Reference}  \\      &  \textbf{Description}   &  \textbf{Reference}  \\
12    & & & \\    & & & \\
13    \hline \hline
14     SEAICEwriteState    &                     T     SEAICEwriteState    &                     T
15      &   write sea ice state to file      &   write sea ice state to file
16      &  %---ref---      &  %---ref---
# Line 16  Line 19 
19      &   use dynamics      &   use dynamics
20      &  %---ref---      &  %---ref---
21      \\      \\
22     LAD                 &                         2     SEAICEuseJFNK       &                     F
23      &   time stepping scheme      &   use the JFNK-solver
24      &  %---ref---      &  %---ref---
25      \\      \\
26     IMAX\_TICE           &                        10      SEAICEuseTEM       &                     F
27      &   iterations for ice heat budget      & use truncated ellipse method
28        &  %---ref---
29        \\
30        SEAICEuseStrImpCpl &                     F
31        & use strength implicit coupling in LSR/JFNK
32        &  %---ref---
33        \\
34        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---      &  %---ref---
57      \\      \\
58     SEAICE\_deltaTtherm  &                   3.600000000000000E+03      SEAICEadvHeff/Area/Snow/Salt &      T
59        & 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      &   thermodynamic timestep      &   thermodynamic timestep
72      &  %---ref---      &  %---ref---
73      \\      \\
74     SEAICE\_deltaTdyn    &                   3.600000000000000E+03     SEAICE\_deltaTdyn    &                   dTracerLev(1)
75      &   dynamic timestep      &   dynamic timestep
76      &  %---ref---      &  %---ref---
77      \\      \\
78     SEAICE\_dumpFreq     &                   0.000000000000000E+00     SEAICE\_deltaTevp    &                   0
79      &   dump frequency      &   EVP sub-cycling time step, values $>$ 0 turn on EVP
80        &  
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        \\
92        SEAICEaEVPcoeff & UNSET & aEVP parameter & %---ref---
93        \\
94        SEAICEaEVPcStar & 4 & aEVP parameter & \citep{kimmritz16}
95        \\
96        SEAICEaEVPalphaMin & 5 & aEVP parameter & \citep{kimmritz16}
97        \\
98       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        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---      &  %---ref---
114      \\      \\
115     SEAICE\_taveFreq     &                   3.600000000000000E+04  %     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        &  %---ref---
139        \\
140       SEAICE\_taveFreq     &                   taveFreq
141      &   time-averaging frequency      &   time-averaging frequency
142      &  %---ref---      &  %---ref---
143      \\      \\
# Line 56  Line 157 
157      &   write TimeAverage using MNC      &   write TimeAverage using MNC
158      &  %---ref---      &  %---ref---
159      \\      \\
160     SEAICE\_initialHEFF  &                   1.000000000000000E+00     SEAICE\_initialHEFF  &                   0.00000E+00
161      &   initial sea-ice thickness      &   initial sea-ice thickness
162      &  %---ref---      &  %---ref---
163      \\      \\
164     SEAICE\_drag         &                   2.000000000000000E-03     SEAICE\_drag         &                   2.00000E-03
165      &   air-ice drag coefficient      &   air-ice drag coefficient
166      &  %---ref---      &  %---ref---
167      \\      \\
168     OCEAN\_drag          &                   1.000000000000000E-03     OCEAN\_drag          &                   1.00000E-03
169      &   air-ocean drag coefficient      &   air-ocean drag coefficient
170      &  %---ref---      &  %---ref---
171      \\      \\
172     SEAICE\_waterDrag    &                   5.500000000000000E+00     SEAICE\_waterDrag    &                   5.50000E+00
173      &   water-ice drag      &   water-ice drag
174      &  %---ref---      &  %---ref---
175      \\      \\
176     SEAICE\_dryIceAlb    &                   7.500000000000000E-01     SEAICE\_dryIceAlb    &                   7.50000E-01
177      &   winter albedo      &   winter albedo
178      &  %---ref---      &  %---ref---
179      \\      \\
180     SEAICE\_wetIceAlb    &                   6.600000000000000E-01     SEAICE\_wetIceAlb    &                   6.60000E-01
181      &   summer albedo      &   summer albedo
182      &  %---ref---      &  %---ref---
183      \\      \\
184     SEAICE\_drySnowAlb   &                   8.400000000000000E-01     SEAICE\_drySnowAlb   &                   8.40000E-01
185      &   dry snow albedo      &   dry snow albedo
186      &  %---ref---      &  %---ref---
187      \\      \\
188     SEAICE\_wetSnowAlb   &                   7.000000000000000E-01     SEAICE\_wetSnowAlb   &                   7.00000E-01
189      &   wet snow albedo      &   wet snow albedo
190      &  %---ref---      &  %---ref---
191      \\      \\
192     SEAICE\_waterAlbedo  &                   1.000000000000000E-01     SEAICE\_waterAlbedo  &                   1.00000E-01
193      &   water albedo      &   water albedo
194      &  %---ref---      &  %---ref---
195      \\      \\
196     SEAICE\_strength     &                   2.750000000000000E+04     SEAICE\_strength     &                   2.75000E+04
197      &   sea-ice strength Pstar      &   sea-ice strength $P^{*}$
198      &  %---ref---      &  %---ref---
199      \\      \\
200     SEAICE\_sensHeat     &                   2.284000000000000E+00     SEAICE\_cStar       &                    20.0000E+00
201      &   sensible heat transfer      &   sea-ice strength paramter $C^{*}$
202      &  %---ref---      &  %---ref---
203      \\      \\
204     SEAICE\_latentWater  &                   5.687500000000000E+03      SEAICE\_rhoAir      & 1.3 (or \code{exf} value)
205      &   latent heat transfer for water      & density of air (kg/m$^3$)
206      &  %---ref---      & %---ref---
207      \\      \\
208     SEAICE\_latentIce    &                   6.447400000000000E+03      SEAICE\_cpAir       & 1004 (or \code{exf} value)
209      &   latent heat transfer for ice      & specific heat of air (J/kg/K)
210      &  %---ref---      & %---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\_iceConduct   &                   2.165600000000000E+00      SEAICE\_dalton      & 1.75E-03  
225        & sensible heat transfer coefficient
226        & %---ref---
227        \\
228       SEAICE\_iceConduct   &                   2.16560E+00
229      &   sea-ice conductivity      &   sea-ice conductivity
230      &  %---ref---      &  %---ref---
231      \\      \\
232     SEAICE\_snowConduct  &                   3.100000000000000E-01     SEAICE\_snowConduct  &                   3.10000E-01
233      &   snow conductivity      &   snow conductivity
234      &  %---ref---      &  %---ref---
235      \\      \\
236     SEAICE\_emissivity   &                   5.500000000000000E-08     SEAICE\_emissivity   &                   5.50000E-08
237      &   Stefan-Boltzman      &   Stefan-Boltzman
238      &  %---ref---      &  %---ref---
239      \\      \\
240     SEAICE\_snowThick    &                   1.500000000000000E-01     SEAICE\_snowThick    &                   1.50000E-01
241      &   cutoff snow thickness      &   cutoff snow thickness
242      &  %---ref---      &  %---ref---
243      \\      \\
244     SEAICE\_shortwave    &                   3.000000000000000E-01     SEAICE\_shortwave    &                   3.00000E-01
245      &   penetration shortwave radiation      &   penetration shortwave radiation
246      &  %---ref---      &  %---ref---
247      \\      \\
248     SEAICE\_freeze       &                  -1.960000000000000E+00     SEAICE\_freeze       &                  -1.96000E+00
249      &   freezing temp. of sea water      &   freezing temp. of sea water
250      &  %---ref---      &  %---ref---
251      \\      \\
252     LSR\_ERROR           &                   1.000000000000000E-12      SEAICE\_saltFrac    &                   0.0
253      &   sets accuracy of LSR solver      &   salinity newly formed ice (fraction of ocean surface salinity)
254      &  %---ref---      &  %---ref---
255      \\      \\
256     DIFF1               &                   4.000000000000000E-03  %     SEAICE\_gamma\_t    &                   UNSET
257      &   parameter used in advect.F  %     &   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        &  %---ref---
277        \\
278        SEAICEstressFactor  &                  1.00000E+00
279        &   scaling factor for ice-ocean stress
280      &  %---ref---      &  %---ref---
281      \\      \\
282     A22                 &                   1.500000000000000E-01      Heff/Area/HsnowFile/Hsalt & UNSET
283      &   parameter used in growth.F      & initial fields for variables HEFF/AREA/HSNOW/HSALT
284      &  %---ref---      &  %---ref---
285      \\      \\
286     HO                  &                   5.000000000000000E-01      LSR\_ERROR           &                   1.00000E-04
287      &   demarcation ice thickness      &   sets accuracy of LSR solver
288      &  %---ref---      &  %---ref---
289      \\      \\
290     MAX\_HEFF            &                   1.000000000000000E+01      DIFF1               &                   0.0
291        &   parameter used in advect.F
292        &  %---ref---
293        \\
294       HO                  &                   5.00000E-01
295        &   demarcation ice thickness (AKA lead closing paramter $h_0$)
296        &  %---ref---
297        \\
298       MAX\_HEFF            &                   1.00000E+01
299      &   maximum ice thickness      &   maximum ice thickness
300      &  %---ref---      &  %---ref---
301      \\      \\
302     MIN\_ATEMP           &                  -5.000000000000000E+01     MIN\_ATEMP           &                  -5.00000E+01
303      &   minimum air temperature      &   minimum air temperature
304      &  %---ref---      &  %---ref---
305      \\      \\
306     MIN\_LWDOWN          &                   6.000000000000000E+01     MIN\_LWDOWN          &                   6.00000E+01
307      &   minimum downward longwave      &   minimum downward longwave
308      &  %---ref---      &  %---ref---
309      \\      \\
310     MAX\_TICE            &                   3.000000000000000E+01     MAX\_TICE            &                   3.00000E+01
311      &   maximum ice temperature      &   maximum ice temperature
312      &  %---ref---      &  %---ref---
313      \\      \\
314     MIN\_TICE            &                  -5.000000000000000E+01     MIN\_TICE            &                  -5.00000E+01
315      &   minimum ice temperature      &   minimum ice temperature
316      &  %---ref---      &  %---ref---
317      \\      \\
318     SEAICE\_EPS          &                   1.000000000000000E-10     IMAX\_TICE           &                        10
319        &   iterations for ice heat budget
320        &  %---ref---
321        \\
322       SEAICE\_EPS          &                   1.00000E-10
323      &   reduce derivative singularities      &   reduce derivative singularities
324      &  %---ref---      &  %---ref---
325      \\      \\
326       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        &  %---ref---
333        \\
334        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    \hline
343  \end{tabular}  \end{tabular}
344    }
345  \end{table}  \end{table}
346    
347    %%% Local Variables:
348    %%% mode: latex
349    %%% TeX-master: "../../manual"
350    %%% End:

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22