/[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.1 - (hide annotations) (download) (as text)
Mon Apr 24 21:16:58 2006 UTC (19 years, 3 months ago) by molod
Branch: MAIN
File MIME type: application/x-tex
Add files with list of namelist parameters for the packages - need to be added

1 molod 1.1 \newpage
2    
3     \begin{table}
4     \hspace*{-1.5in}
5     \begin{tabular}{lllc}
6    
7     \textbf{Name} & \textbf{Default value}
8     & \textbf{Description} & \textbf{Reference} \\
9     & & & \\
10    
11     SEAICEwriteState & T
12     & write sea ice state to file
13     & %---ref---
14     \\
15     SEAICEuseDYNAMICS & T
16     & use dynamics
17     & %---ref---
18     \\
19     LAD & 2
20     & time stepping scheme
21     & %---ref---
22     \\
23     IMAX\_TICE & 10
24     & iterations for ice heat budget
25     & %---ref---
26     \\
27     SEAICE\_deltaTtherm & 3.600000000000000E+03
28     & thermodynamic timestep
29     & %---ref---
30     \\
31     SEAICE\_deltaTdyn & 3.600000000000000E+03
32     & dynamic timestep
33     & %---ref---
34     \\
35     SEAICE\_dumpFreq & 0.000000000000000E+00
36     & dump frequency
37     & %---ref---
38     \\
39     SEAICE\_taveFreq & 3.600000000000000E+04
40     & time-averaging frequency
41     & %---ref---
42     \\
43     SEAICE\_dump\_mdsio & T
44     & write snap-shot using MDSIO
45     & %---ref---
46     \\
47     SEAICE\_tave\_mdsio & T
48     & write TimeAverage using MDSIO
49     & %---ref---
50     \\
51     SEAICE\_dump\_mnc & F
52     & write snap-shot using MNC
53     & %---ref---
54     \\
55     SEAICE\_tave\_mnc & F
56     & write TimeAverage using MNC
57     & %---ref---
58     \\
59     SEAICE\_initialHEFF & 1.000000000000000E+00
60     & initial sea-ice thickness
61     & %---ref---
62     \\
63     SEAICE\_drag & 2.000000000000000E-03
64     & air-ice drag coefficient
65     & %---ref---
66     \\
67     OCEAN\_drag & 1.000000000000000E-03
68     & air-ocean drag coefficient
69     & %---ref---
70     \\
71     SEAICE\_waterDrag & 5.500000000000000E+00
72     & water-ice drag
73     & %---ref---
74     \\
75     SEAICE\_dryIceAlb & 7.500000000000000E-01
76     & winter albedo
77     & %---ref---
78     \\
79     SEAICE\_wetIceAlb & 6.600000000000000E-01
80     & summer albedo
81     & %---ref---
82     \\
83     SEAICE\_drySnowAlb & 8.400000000000000E-01
84     & dry snow albedo
85     & %---ref---
86     \\
87     SEAICE\_wetSnowAlb & 7.000000000000000E-01
88     & wet snow albedo
89     & %---ref---
90     \\
91     SEAICE\_waterAlbedo & 1.000000000000000E-01
92     & water albedo
93     & %---ref---
94     \\
95     SEAICE\_strength & 2.750000000000000E+04
96     & sea-ice strength Pstar
97     & %---ref---
98     \\
99     SEAICE\_sensHeat & 2.284000000000000E+00
100     & sensible heat transfer
101     & %---ref---
102     \\
103     SEAICE\_latentWater & 5.687500000000000E+03
104     & latent heat transfer for water
105     & %---ref---
106     \\
107     SEAICE\_latentIce & 6.447400000000000E+03
108     & latent heat transfer for ice
109     & %---ref---
110     \\
111     SEAICE\_iceConduct & 2.165600000000000E+00
112     & sea-ice conductivity
113     & %---ref---
114     \\
115     SEAICE\_snowConduct & 3.100000000000000E-01
116     & snow conductivity
117     & %---ref---
118     \\
119     SEAICE\_emissivity & 5.500000000000000E-08
120     & Stefan-Boltzman
121     & %---ref---
122     \\
123     SEAICE\_snowThick & 1.500000000000000E-01
124     & cutoff snow thickness
125     & %---ref---
126     \\
127     SEAICE\_shortwave & 3.000000000000000E-01
128     & penetration shortwave radiation
129     & %---ref---
130     \\
131     SEAICE\_freeze & -1.960000000000000E+00
132     & freezing temp. of sea water
133     & %---ref---
134     \\
135     LSR\_ERROR & 1.000000000000000E-12
136     & sets accuracy of LSR solver
137     & %---ref---
138     \\
139     DIFF1 & 4.000000000000000E-03
140     & parameter used in advect.F
141     & %---ref---
142     \\
143     A22 & 1.500000000000000E-01
144     & parameter used in growth.F
145     & %---ref---
146     \\
147     HO & 5.000000000000000E-01
148     & demarcation ice thickness
149     & %---ref---
150     \\
151     MAX\_HEFF & 1.000000000000000E+01
152     & maximum ice thickness
153     & %---ref---
154     \\
155     MIN\_ATEMP & -5.000000000000000E+01
156     & minimum air temperature
157     & %---ref---
158     \\
159     MIN\_LWDOWN & 6.000000000000000E+01
160     & minimum downward longwave
161     & %---ref---
162     \\
163     MAX\_TICE & 3.000000000000000E+01
164     & maximum ice temperature
165     & %---ref---
166     \\
167     MIN\_TICE & -5.000000000000000E+01
168     & minimum ice temperature
169     & %---ref---
170     \\
171     SEAICE\_EPS & 1.000000000000000E-10
172     & reduce derivative singularities
173     & %---ref---
174     \\
175    
176     \end{tabular}
177     \end{table}
178    

  ViewVC Help
Powered by ViewVC 1.1.22