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

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

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


Revision 1.1 - (hide annotations) (download) (as text)
Wed Oct 17 21:46:26 2007 UTC (17 years, 9 months ago) by ce107
Branch: MAIN
File MIME type: text/xml
Initial LCML checkin

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>cpl_aim+ocn</descriptionName>
11    
12     <descriptionInfo>Coupled Atmospheric/Land/Thermodynamic Ice with Ocean</descriptionInfo>
13    
14     <descriptionMetadata>
15     <dc:creator>C. Evangelinos</dc:creator>
16     <dc:date>2007-06-07</dc:date>
17     </descriptionMetadata>
18    
19     <descriptionChildren>
20     <descriptionChild>
21     <location>build.xml</location>
22     </descriptionChild>
23     <descriptionChild>
24     <location>runtime.xml</location>
25     </descriptionChild>
26     </descriptionChildren>
27     <descriptionContent>
28     <set>
29     <setName>Parameter Saving Directories</setName>
30     <setInfo>Directories where files used for parameterizing MITgcm are saved in.</setInfo>
31     <startText>#! /usr/bin/env bash</startText>
32     <endText></endText>
33     <separator>&#x000A;</separator>
34     <var>
35     <name>Global MITgcm root directory</name>
36     <info>The parent directory for MITgcm source code</info>
37     <type>string</type>
38     <value>/net/batsi/scratch2/ce107/LCML_work/MITgcm</value>
39     <use>false</use>
40     <hidden>false</hidden>
41     <uneditable>use</uneditable>
42     </var>
43     <var>
44     <name>Atmosphere savedir</name>
45     <info>Directory in which to save the Atmosphere compile/run time parameter files</info>
46     <type>file</type>
47     <header>mydir=</header>
48     <value>/tmp/atm_save</value>
49     <trailer> ; rm -rf $mydir; mkdir -p $mydir</trailer>
50     <use>true</use>
51     <hidden>false</hidden>
52     </var>
53     <var>
54     <name>Ocean savedir</name>
55     <info>Directory in which to save the Ocean compile/runtime time parameter files</info>
56     <type>file</type>
57     <header>mydir=</header>
58     <value>/tmp/ocn_save</value>
59     <trailer> ; rm -rf $mydir; mkdir -p $mydir</trailer>
60     <use>true</use>
61     <hidden>false</hidden>
62     </var>
63     <var>
64     <name>Coupler savedir</name>
65     <info>Directory in which to save the Coupler compile/run time parameter files</info>
66     <type>file</type>
67     <header>mydir=</header>
68     <value>/tmp/cpl_save</value>
69     <trailer> ; rm -rf $mydir; mkdir -p $mydir</trailer>
70     <use>true</use>
71     <hidden>false</hidden>
72     </var>
73     </set>
74     </descriptionContent>
75     </description>

  ViewVC Help
Powered by ViewVC 1.1.22