/[MITgcm]/MITgcm_contrib/LCML/cpl_aim+ocn/cpl/OCNSIZE.xml
ViewVC logotype

Annotation of /MITgcm_contrib/LCML/cpl_aim+ocn/cpl/OCNSIZE.xml

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


Revision 1.1 - (hide annotations) (download) (as text)
Sun Oct 21 18:17:44 2007 UTC (17 years, 9 months ago) by ce107
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/xml
Coupler checkin tested on batsi.mit.edu

1 ce107 1.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>OcnSizeParameters</descriptionName>
11    
12     <descriptionInfo>Use to create the OCNSIZE.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>OCNSIZE.h</file>
21     </descriptionTarget>
22    
23     <descriptionContent>
24     <set>
25     <setName>Ocean SIZE Parameters</setName>
26     <setInfo>Compile Time array SIZE parameters.</setInfo>
27     <startText>&#x000A; INTEGER Nx_ocn
28     INTEGER Ny_ocn
29     PARAMETER (&#x000A; $</startText>
30     <endText>&#x000A; $)
31     &#x000A;</endText>
32     <separator>,&#x000A; $</separator>
33     <var>
34     <name>Nx_ocn</name>
35     <info>No. points in X for the total ocean domain.</info>
36     <type>numeric</type>
37     <!-- <value>EVAL(REF(Ocean SIZE Parameters;sNx)*REF(Ocean SIZE Parameters;nSx)*REF(Ocean SIZE Parameters;nPx))</value> -->
38     <value>192</value>
39     <use>true</use>
40     <hidden>false</hidden>
41     <header> Nx_ocn = </header>
42     <trailer></trailer>
43     <precision>integer</precision>
44     <range>[1,INFINITY)</range>
45     </var>
46     <var>
47     <name>Ny_ocn</name>
48     <info>No. points in Y for the total ocean domain.</info>
49     <type>numeric</type>
50     <!-- <value>EVAL(REF(Ocean SIZE Parameters;sNy)*REF(Ocean SIZE Parameters;nSy)*REF(Ocean SIZE Parameters;nPy))</value> -->
51     <value>32</value>
52     <use>true</use>
53     <hidden>false</hidden>
54     <header> Ny_ocn = </header>
55     <trailer></trailer>
56     <precision>integer</precision>
57     <range>[1,INFINITY)</range>
58     </var>
59     </set>
60     </descriptionContent>
61     </description>

  ViewVC Help
Powered by ViewVC 1.1.22