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>MITgcm Coupler Runtime</descriptionName> |
11 |
|
12 |
<descriptionInfo>The programs here comprise the MITgcm coupler</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 prepare_cpl_run</command> |
23 |
<scriptname>prepare_cpl_run</scriptname> |
24 |
</script> |
25 |
</descriptionTarget> |
26 |
<descriptionChildren> |
27 |
<descriptionChild> |
28 |
<location>data.xml</location> |
29 |
</descriptionChild> |
30 |
</descriptionChildren> |
31 |
<descriptionContent> |
32 |
<set> |
33 |
<setName>PrepareCplScriptParams</setName> |
34 |
<setInfo>Prepare the coupler runtime directory</setInfo> |
35 |
<startText>#! /usr/bin/env bash
</startText> |
36 |
<endText></endText> |
37 |
<separator>
</separator> |
38 |
<var> |
39 |
<name>CentralDirectory</name> |
40 |
<type>string</type> |
41 |
<value>REF(cpl_aim+ocn;Global rundir)</value> |
42 |
<use>true</use> |
43 |
<hidden>true</hidden> |
44 |
<header>pushd </header> |
45 |
</var> |
46 |
<var> |
47 |
<name>CplDirectory</name> |
48 |
<info>The directory for the coupler</info> |
49 |
<type>string</type> |
50 |
<value>./rank_0</value> |
51 |
<use>true</use> |
52 |
<hidden>true</hidden> |
53 |
<header>rundir=</header> |
54 |
<trailer>; |
55 |
rm -rf $rundir |
56 |
mkdir $rundir |
57 |
cd $rundir |
58 |
</trailer> |
59 |
</var> |
60 |
<var> |
61 |
<name>Datafile</name> |
62 |
<type>string</type> |
63 |
<value>REF(cpl_aim+ocn;Coupler savedir)</value> |
64 |
<use>true</use> |
65 |
<hidden>true</hidden> |
66 |
<header>cp </header> |
67 |
<trailer>/data .</trailer> |
68 |
<info>Copying the runtime parameter file for the coupler</info> |
69 |
</var> |
70 |
<var> |
71 |
<name>CouplerInputDatasets</name> |
72 |
<type>file</type> |
73 |
<header>ln -s </header> |
74 |
<value>REF(cpl_aim+ocn;Global MITgcm root directory)</value> |
75 |
<trailer>/verification/aim.5l_cs/input.thSI/*.bin . |
76 |
</trailer> |
77 |
<info>Location to link the input datasets for the coupler from</info> |
78 |
<use>true</use> |
79 |
<hidden>false</hidden> |
80 |
</var> |
81 |
<var> |
82 |
<name>CouplerOtherDatasets</name> |
83 |
<type>file</type> |
84 |
<header>ln -s </header> |
85 |
<value>REF(cpl_aim+ocn;Global MITgcm root directory)</value> |
86 |
<trailer>/verification/cpl_aim+ocn/input_cpl/*.bin . |
87 |
</trailer> |
88 |
<info>Location to link other datasets for the coupler from</info> |
89 |
<use>true</use> |
90 |
<hidden>false</hidden> |
91 |
</var> |
92 |
</set> |
93 |
</descriptionContent> |
94 |
</description> |