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

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

  ViewVC Help
Powered by ViewVC 1.1.22