/[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.2 by heimbach, Tue Jan 15 22:18:53 2008 UTC revision 1.8 by mlosch, Wed Jan 21 18:18:22 2015 UTC
# Line 1  Line 1 
 \newpage  
1    
2  \begin{table}  \begin{table}[!ht]
3  {\small  \caption{Run-time parameters and default values
4    \label{tab:pkg:seaice:runtimeparms}}
5    {\tiny
6  %\hspace*{-1.5in}  %\hspace*{-1.5in}
7  \begin{tabular}{|lllc|}  \begin{tabular}{|llp{5cm}c|}
8  \hline  \hline
9    & & & \\    & & & \\
10    \textbf{Name}  &  \textbf{Default value}      \textbf{Name}  &  \textbf{Default value}  
# Line 18  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        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---      &  %---ref---
57      \\      \\
58     SEAICE\_deltaTtherm  &                   3.60000E+03      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      &   thermodynamic timestep
68      &  %---ref---      &  %---ref---
69      \\      \\
70     SEAICE\_deltaTdyn    &                   3.60000E+03     SEAICE\_deltaTdyn    &                   dTracerLev(1)
71      &   dynamic timestep      &   dynamic timestep
72      &  %---ref---      &  %---ref---
73      \\      \\
74     SEAICE\_dumpFreq     &                   0.00000E+00     SEAICE\_deltaTevp    &                   0
75      &   dump frequency      &   EVP sub-cycling time step, values $>$ 0 turn on EVP
76        &  
77        \\
78       SEAICEuseEVPstar    & F & use modified EVP* instead of EVP & %---ref---
79        \\
80       SEAICEuseEVPrev     & F & use yet another variation on EVP* & %---ref---
81        \\
82       SEAICEnEVPstarSteps & UNSET & number of modified EVP* iteration & %---ref---
83        \\
84       SEAICE\_evpAlpha & UNSET & EVP* parameter & %---ref---
85        \\
86       SEAICE\_evpBeta & UNSET & EVP* parameter & %---ref---
87        \\
88       SEAICE\_elasticParm & $\frac{1}{3}$
89         & EVP paramter $E_0$ & \\
90       SEAICE\_evpTauRelax & $\Delta{t}_{EVP}E_0$
91         & relaxation time scale $T$ for EVP waves & \\
92    %   SEAICE_evpDampC & & & \\
93        SEAICEnewtonIterMax & 10
94        & maximum number of JFNK-Newton iterations
95        &  %---ref---
96        \\
97        SEAICEkrylovIterMax & 10
98        & maximum number of JFNK-Krylov iterations
99      &  %---ref---      &  %---ref---
100      \\      \\
101     SEAICE\_taveFreq     &                   3.60000E+04      SEAICE\_JFNK\_lsIter & (off)
102        & start line search after ``lsIter'' Newton iterations
103        &  %---ref---
104        \\
105    %     SEAICE\_JFNK\_tolIter    & 100
106    %     & number of Newton iterations after which the
107    %     the tolerance is relaxed again
108    %     &  %---ref---
109    %     \\
110        JFNKgamma\_nonlin        & 1.0E-05
111        & non-linear tolerance parameter for JFNK solver
112        &  %---ref---
113        \\
114        JFNKgamma\_lin\_min/max  & 0.10/0.99
115        & tolerance parameters for linear JFNK solver
116        &  %---ref---
117        \\
118        JFNKres\_tFac            & UNSET
119        & tolerance parameter for FGMRES residual
120        &  %---ref---
121        \\
122        SEAICE\_JFNKepsilon      & 1.0E-06
123        & step size for the FD-Jacobian-times-vector
124        &  %---ref---
125        \\
126        SEAICE\_dumpFreq     &                   dumpFreq
127        &   dump frequency
128        &  %---ref---
129        \\
130       SEAICE\_taveFreq     &                   taveFreq
131      &   time-averaging frequency      &   time-averaging frequency
132      &  %---ref---      &  %---ref---
133      \\      \\
# Line 58  Line 147 
147      &   write TimeAverage using MNC      &   write TimeAverage using MNC
148      &  %---ref---      &  %---ref---
149      \\      \\
150     SEAICE\_initialHEFF  &                   1.00000E+00     SEAICE\_initialHEFF  &                   0.00000E+00
151      &   initial sea-ice thickness      &   initial sea-ice thickness
152      &  %---ref---      &  %---ref---
153      \\      \\
# Line 98  Line 187 
187      &   sea-ice strength Pstar      &   sea-ice strength Pstar
188      &  %---ref---      &  %---ref---
189      \\      \\
190     SEAICE\_sensHeat     &                   2.28400E+00      SEAICE\_rhoAir      & 1.3 (or \code{exf} value)
191      &   sensible heat transfer      & density of air (kg/m$^3$)
192      &  %---ref---      & %---ref---
193      \\      \\
194     SEAICE\_latentWater  &                   5.68750E+03      SEAICE\_cpAir       & 1004 (or \code{exf} value)
195      &   latent heat transfer for water      & specific heat of air (J/kg/K)
196      &  %---ref---      & %---ref---
197      \\      \\
198     SEAICE\_latentIce    &                   6.44740E+03      SEAICE\_lhEvap      & 2,500,000 (or \code{exf} value)
199      &   latent heat transfer for ice      & latent heat of evaporation % for water (J/kg)
200      &  %---ref---      & %---ref---
201        \\
202        SEAICE\_lhFusion    &   334,000 (or \code{exf} value)
203        & latent heat of fusion %for ice and snow (J/kg)  
204        & %---ref---
205        \\
206        SEAICE\_lhSublim    & 2,834,000
207        & latent heat of sublimation  %for ice and snow (J/kg)
208        & %---ref---
209        \\
210        SEAICE\_dalton      & 1.75E-03  
211        & sensible heat transfer coefficient
212        & %---ref---
213      \\      \\
214     SEAICE\_iceConduct   &                   2.16560E+00     SEAICE\_iceConduct   &                   2.16560E+00
215      &   sea-ice conductivity      &   sea-ice conductivity
# Line 134  Line 235 
235      &   freezing temp. of sea water      &   freezing temp. of sea water
236      &  %---ref---      &  %---ref---
237      \\      \\
238     LSR\_ERROR           &                   1.00000E-12      SEAICE\_saltFrac    &                   0.0
239      &   sets accuracy of LSR solver      &   salinity newly formed ice (fraction of ocean surface salinity)
240      &  %---ref---      &  %---ref---
241      \\      \\
242     DIFF1               &                   4.00000E-03  %     SEAICE\_gamma\_t    &                   UNSET
243      &   parameter used in advect.F  %     &   restoring time scale for basal freezing and melting
244    %     &  %---ref---
245    %     \\
246    %     SEAICE\_gamma\_t\_frz &                 UNSET
247    %     &   restoring time scale for basal freezing
248    %     &  %---ref---
249    %     \\
250    %     SEAICE\_mcPheePiston  &                  UNSET
251    %     &  ocean-ice turbulent flux "piston velocity" (m/s) that sets melt
252    %     efficiency.
253    %     &  %---ref---
254    %     \\
255    %     SEAICE\_mcPheeTaper   &                  UNSET
256    %     & tapering down of turbulent flux term with ice concentration.
257    %     &  %---ref---
258    %     \\
259        SEAICE\_frazilFrac    &                   0.0
260        &  Fraction of surface level negative heat content anomalies
261        (relative to the local freezing point)
262        &  %---ref---
263        \\
264        SEAICEstressFactor  &                  1.00000E+00
265        &   scaling factor for ice-ocean stress
266        &  %---ref---
267        \\
268        Heff/Area/HsnowFile/Hsalt & UNSET
269        & initial fields for variables HEFF/AREA/HSNOW/HSALT
270        &  %---ref---
271        \\
272        LSR\_ERROR           &                   1.00000E-04
273        &   sets accuracy of LSR solver
274      &  %---ref---      &  %---ref---
275      \\      \\
276     A22                 &                   1.50000E-01      DIFF1               &                   0.0
277      &   parameter used in growth.F      &   parameter used in advect.F
278      &  %---ref---      &  %---ref---
279      \\      \\
280     HO                  &                   5.00000E-01     HO                  &                   5.00000E-01
281      &   demarcation ice thickness      &   demarcation ice thickness (AKA lead closing paramter $h_0$)
282      &  %---ref---      &  %---ref---
283      \\      \\
284     MAX\_HEFF            &                   1.00000E+01     MAX\_HEFF            &                   1.00000E+01
# Line 170  Line 301 
301      &   minimum ice temperature      &   minimum ice temperature
302      &  %---ref---      &  %---ref---
303      \\      \\
304       IMAX\_TICE           &                        10
305        &   iterations for ice heat budget
306        &  %---ref---
307        \\
308     SEAICE\_EPS          &                   1.00000E-10     SEAICE\_EPS          &                   1.00000E-10
309      &   reduce derivative singularities      &   reduce derivative singularities
310      &  %---ref---      &  %---ref---
311      \\      \\
312       SEAICE\_area\_reg    &                   1.00000E-5
313        &   minimum concentration to regularize ice thickness
314        &  %---ref---
315        \\
316       SEAICE\_hice\_reg    &                   0.05 m
317        &   minimum ice thickness for regularization
318        &  %---ref---
319        \\
320  \hline  \hline
321  \end{tabular}  \end{tabular}
322  }  }
323  \end{table}  \end{table}
324    
325    %%% Local Variables:
326    %%% mode: latex
327    %%% TeX-master: "../../manual"
328    %%% End:

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22