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

Contents of /MITgcm_contrib/LCML/cpl_aim+ocn/aim/LAND_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>LAND_SIZE Parameters</descriptionName>
11
12 <descriptionInfo>Use to create the LAND_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>LAND_SIZE.h</file>
21 </descriptionTarget>
22
23 <descriptionContent>
24 <startText>
25 #ifndef SIZE_IS_SET
26 C MITgcm declaration of grid size.
27 #include "SIZE.h"
28 #define SIZE_IS_SET
29
30 #endif
31
32 INTEGER land_nLev</startText>
33 <set>
34 <setName>LAND_SIZE Parameters</setName>
35 <setInfo>Compile Time array LAND_SIZE parameters.</setInfo>
36 <startText>&#x000A; PARAMETER (&#x000A; $</startText>
37 <endText> )&#x000A;</endText>
38 <separator>&#x000A; $</separator>
39 <var>
40 <name>land_nLev</name>
41 <info>Nunber of soil layers for land model</info>
42 <type>numeric</type>
43 <value>2</value>
44 <use>true</use>
45 <hidden>false</hidden>
46 <header> land_nLev = </header>
47 <precision>integer</precision>
48 <range>[1,INFINITY)</range>
49 </var>
50 </set>
51 </descriptionContent>
52 </description>

  ViewVC Help
Powered by ViewVC 1.1.22