/[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.2 - (hide annotations) (download) (as text)
Sun Oct 21 18:19:34 2007 UTC (17 years, 9 months ago) by ce107
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +16 -15 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/runtime.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_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 ce107 1.2 <value>REF(cpl_aim+ocn;Global rundir)</value>
51 ce107 1.1 <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 ce107 1.2 <name>Ocean Executable cardinality</name>
87 ce107 1.1 <type>numeric</type>
88 ce107 1.2 <header> -n </header>
89 ce107 1.1 <precision>integer</precision>
90     <range>[1,INFINITY)</range>
91     <value>1</value>
92     <use>true</use>
93     <hidden>false</hidden>
94 ce107 1.2 <info>Number of instances of the ocean executable</info>
95 ce107 1.1 </var>
96     <var>
97 ce107 1.2 <name>Ocean Executable</name>
98 ce107 1.1 <type>string</type>
99 ce107 1.2 <value>./mitgcmuv_ocn</value>
100 ce107 1.1 <use>true</use>
101     <hidden>false</hidden>
102 ce107 1.2 <info>Ocean executable filename</info>
103 ce107 1.1 <trailer> : </trailer>
104     </var>
105     <var>
106 ce107 1.2 <name>Atmosphere Executable cardinality</name>
107 ce107 1.1 <type>numeric</type>
108     <precision>integer</precision>
109     <range>[1,INFINITY)</range>
110 ce107 1.2 <header> -n </header>
111 ce107 1.1 <value>1</value>
112     <use>true</use>
113     <hidden>false</hidden>
114 ce107 1.2 <info>Number of instances of the coupler executable</info>
115 ce107 1.1 </var>
116     <var>
117 ce107 1.2 <name>Atmosphere Executable</name>
118 ce107 1.1 <type>string</type>
119 ce107 1.2 <value>./mitgcmuv_atm</value>
120 ce107 1.1 <use>true</use>
121     <hidden>false</hidden>
122 ce107 1.2 <info>Coupler executable filename</info>
123     <trailer></trailer>
124 ce107 1.1 </var>
125     </set>
126     </descriptionContent>
127    
128    
129     </description>

  ViewVC Help
Powered by ViewVC 1.1.22