| 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>
 PARAMETER (
 $</startText> |
| 37 |
<endText> )
</endText> |
| 38 |
<separator>
 $</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> |