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

Annotation of /MITgcm_contrib/LCML/cpl_aim+ocn/runtime.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_runtime</descriptionName>
11    
12     <descriptionInfo>The programs here comprise MITgcm</descriptionInfo>
13    
14     <descriptionMetadata>
15     <dc:creator>Constantinos Evangelinos</dc:creator>
16     <dc:date>2007-07-05</dc:date>
17     </descriptionMetadata>
18    
19    
20     <descriptionTarget>
21     <script>
22     <command>bash cpled_run</command>
23     <scriptname>cpled_run</scriptname>
24     </script>
25     </descriptionTarget>
26     <descriptionChildren>
27     <descriptionChild>
28     <location>aim/runtime.xml</location>
29     </descriptionChild>
30     <descriptionChild>
31     <location>ocn/runtime.xml</location>
32     </descriptionChild>
33     <descriptionChild>
34     <location>cpl/runtime.xml</location>
35     </descriptionChild>
36     </descriptionChildren>
37     <descriptionContent>
38     <set>
39     <setName>Script Params</setName>
40     <setInfo>Run</setInfo>
41     <startText>#! /usr/bin/env bash
42     source ~/setrunenv
43     </startText>
44     <endText></endText>
45     <separator> </separator>
46     <var>
47     <name>CentralDirectory</name>
48     <info>Pick a central run directory</info>
49     <type>string</type>
50     <value>/tmp/run</value>
51     <use>true</use>
52     <hidden>false</hidden>
53     <header>cd </header>
54     <trailer>&#x000A;</trailer>
55     </var>
56     <var>
57     <name>MPI runtime</name>
58     <type>string</type>
59     <value>mpiexec</value>
60     <use>true</use>
61     <enumeration>mpiexec;mpirun</enumeration>
62     <hidden>false</hidden>
63     <info> </info>
64     </var>
65     <var>
66     <name>Coupler Executable cardinality</name>
67     <type>numeric</type>
68     <header> -n </header>
69     <value>1</value>
70     <precision>integer</precision>
71     <range>[1,1]</range>
72     <use>true</use>
73     <hidden>false</hidden>
74     <info>Number of instances of the coupler executable</info>
75     </var>
76     <var>
77     <name>Coupler Executable</name>
78     <type>string</type>
79     <value>./mitgcmuv_cpl</value>
80     <use>true</use>
81     <hidden>false</hidden>
82     <info>Coupler executable filename</info>
83     <trailer> : </trailer>
84     </var>
85     <var>
86     <name>Atmosphere Executable cardinality</name>
87     <type>numeric</type>
88     <precision>integer</precision>
89     <range>[1,INFINITY)</range>
90     <header> -n </header>
91     <value>1</value>
92     <use>true</use>
93     <hidden>false</hidden>
94     <info>Number of instances of the coupler executable</info>
95     </var>
96     <var>
97     <name>Atmosphere Executable</name>
98     <type>string</type>
99     <value>./mitgcmuv_atm</value>
100     <use>true</use>
101     <hidden>false</hidden>
102     <info>Coupler executable filename</info>
103     <trailer> : </trailer>
104     </var>
105     <var>
106     <name>Ocean Executable cardinality</name>
107     <type>numeric</type>
108     <header> -n </header>
109     <precision>integer</precision>
110     <range>[1,INFINITY)</range>
111     <value>1</value>
112     <use>true</use>
113     <hidden>false</hidden>
114     <info>Number of instances of the ocean executable</info>
115     </var>
116     <var>
117     <name>Ocean Executable</name>
118     <type>string</type>
119     <value>./mitgcmuv_ocn</value>
120     <use>true</use>
121     <hidden>false</hidden>
122     <info>Ocean executable filename</info>
123     </var>
124     </set>
125     </descriptionContent>
126    
127    
128     </description>

  ViewVC Help
Powered by ViewVC 1.1.22