/[MITgcm]/MITgcm_contrib/LCML/cpl_aim+ocn/aim/THSICE_SIZE.xml
ViewVC logotype

Contents of /MITgcm_contrib/LCML/cpl_aim+ocn/aim/THSICE_SIZE.xml

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Oct 21 18:16:09 2007 UTC (18 years, 2 months ago) by ce107
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/xml
AIM pkg checkin tested on batsi.mit.edu

1 <!-- $Header: $ -->
2 <!-- $Name: $ -->
3
4
5
6 <description xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xsi:noNamespaceSchemaLocation="http://deslab.mit.edu/LCML/lcml.xsd"
8 xmlns:dc="http://purl.org/dc/elements/1.1/">
9
10 <descriptionName>THSICE_SIZE Parameters</descriptionName>
11
12 <descriptionInfo>Use to create the THSICE_SIZE.h file that is used when building MITgcm.</descriptionInfo>
13
14 <descriptionMetadata>
15 <dc:creator>Constantinos Evangelinos</dc:creator>
16 <dc:date>2006-06-06</dc:date>
17 </descriptionMetadata>
18
19 <descriptionTarget>
20 <file>THSICE_SIZE.h</file>
21 </descriptionTarget>
22
23 <descriptionContent>
24 <startText>#ifdef ALLOW_THSICE
25 INTEGER nlyr, powerLawExp2</startText>
26 <endText>
27 C-- identifiers for advected properties
28 INTEGER GAD_SI_FRAC, GAD_SI_HSNOW
29 INTEGER GAD_SI_HICE, GAD_SI_QICE1, GAD_SI_QICE2
30 PARAMETER ( GAD_SI_FRAC = -5,
31 $ GAD_SI_HSNOW = -6,
32 $ GAD_SI_HICE = -7,
33 $ GAD_SI_QICE1 = -8,
34 $ GAD_SI_QICE2 = -9 )
35
36 #endif /* ALLOW_THSICE */
37 </endText>
38 <set>
39 <setName>THSICE_SIZE Parameters</setName>
40 <setInfo>Compile Time array THSICE_SIZE parameters.</setInfo>
41 <startText>&#x000A; PARAMETER (&#x000A; $</startText>
42 <endText> )&#x000A;</endText>
43 <separator>&#x000A; $</separator>
44 <var>
45 <name>nlyr</name>
46 <info>maximum number of ice layers</info>
47 <type>numeric</type>
48 <value>2</value>
49 <use>true</use>
50 <hidden>false</hidden>
51 <header> nlyr = </header>
52 <trailer>,</trailer>
53 <precision>integer</precision>
54 <range>[1,INFINITY)</range>
55 </var>
56 <var>
57 <name>powerLawExp2</name>
58 <info>Energy distribution (lateral / thickening-thinning) using a power law: power-law exponent is set to 1+2^powerLawExp2</info>
59 <type>numeric</type>
60 <value>2</value>
61 <use>true</use>
62 <hidden>false</hidden>
63 <header> powerLawExp2 = </header>
64 <precision>integer</precision>
65 <range>[1,INFINITY)</range>
66 </var>
67 </set>
68 </descriptionContent>
69 </description>

  ViewVC Help
Powered by ViewVC 1.1.22