/[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.2 - (hide annotations) (download) (as text)
Sun Oct 21 18:19:33 2007 UTC (17 years, 9 months ago) by ce107
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +20 -4 lines
File MIME type: text/xml
Hopefully this time the checkin works fine

1 ce107 1.2 <!-- $Header: /u/gcmpack/MITgcm_contrib/LCML/cpl_aim+ocn/cpl_aim+ocn.xml,v 1.1 2007/10/17 21:46:26 ce107 Exp $ -->
2     <!-- $Name: $ -->
3 ce107 1.1
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 ce107 1.2 <descriptionTarget>
20     <script>
21     <command>bash mitgcm_setup</command>
22     <scriptname>mitgcm_setup</scriptname>
23     </script>
24     </descriptionTarget>
25 ce107 1.1 <descriptionChildren>
26     <descriptionChild>
27     <location>build.xml</location>
28     </descriptionChild>
29     <descriptionChild>
30     <location>runtime.xml</location>
31     </descriptionChild>
32     </descriptionChildren>
33     <descriptionContent>
34     <set>
35     <setName>Parameter Saving Directories</setName>
36     <setInfo>Directories where files used for parameterizing MITgcm are saved in.</setInfo>
37 ce107 1.2 <startText>#! /usr/bin/env bash&#x000A;</startText>
38 ce107 1.1 <endText></endText>
39     <separator>&#x000A;</separator>
40     <var>
41     <name>Global MITgcm root directory</name>
42     <info>The parent directory for MITgcm source code</info>
43     <type>string</type>
44 ce107 1.2 <value>/net/batsi/scratch1/ce107/LCML_work/MITgcm</value>
45 ce107 1.1 <use>false</use>
46     <hidden>false</hidden>
47     <uneditable>use</uneditable>
48     </var>
49     <var>
50     <name>Atmosphere savedir</name>
51     <info>Directory in which to save the Atmosphere compile/run time parameter files</info>
52     <type>file</type>
53     <header>mydir=</header>
54     <value>/tmp/atm_save</value>
55     <trailer> ; rm -rf $mydir; mkdir -p $mydir</trailer>
56     <use>true</use>
57     <hidden>false</hidden>
58     </var>
59     <var>
60     <name>Ocean savedir</name>
61     <info>Directory in which to save the Ocean compile/runtime time parameter files</info>
62     <type>file</type>
63     <header>mydir=</header>
64     <value>/tmp/ocn_save</value>
65     <trailer> ; rm -rf $mydir; mkdir -p $mydir</trailer>
66     <use>true</use>
67     <hidden>false</hidden>
68     </var>
69     <var>
70     <name>Coupler savedir</name>
71     <info>Directory in which to save the Coupler compile/run time parameter files</info>
72     <type>file</type>
73     <header>mydir=</header>
74     <value>/tmp/cpl_save</value>
75     <trailer> ; rm -rf $mydir; mkdir -p $mydir</trailer>
76     <use>true</use>
77     <hidden>false</hidden>
78     </var>
79 ce107 1.2 <var>
80     <name>Global rundir</name>
81     <info>Directory in which to run the coupled model</info>
82     <type>file</type>
83     <header>mkdir -p </header>
84     <value>/tmp/run</value>
85     <trailer></trailer>
86     <use>true</use>
87     <hidden>false</hidden>
88     </var>
89 ce107 1.1 </set>
90     </descriptionContent>
91     </description>

  ViewVC Help
Powered by ViewVC 1.1.22