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 Atmosphere Build</descriptionName> |
11 |
|
12 |
<descriptionInfo>The programs here comprise the build of the MITgcm Atmosphere+ThmIce+Land component</descriptionInfo> |
13 |
|
14 |
<descriptionMetadata> |
15 |
<dc:creator>C. Evangelinos</dc:creator> |
16 |
<dc:date>2007-06-07</dc:date> |
17 |
</descriptionMetadata> |
18 |
|
19 |
|
20 |
<descriptionTarget> |
21 |
<script> |
22 |
<command>bash mitgcm_build</command> |
23 |
<scriptname>mitgcm_build</scriptname> |
24 |
</script> |
25 |
</descriptionTarget> |
26 |
<descriptionChildren> |
27 |
<descriptionChild> |
28 |
<location>genmake2.xml</location> |
29 |
</descriptionChild> |
30 |
<descriptionChild> |
31 |
<location>SIZE.xml</location> |
32 |
</descriptionChild> |
33 |
<descriptionChild> |
34 |
<location>LAND_SIZE.xml</location> |
35 |
</descriptionChild> |
36 |
<descriptionChild> |
37 |
<location>THSICE_SIZE.xml</location> |
38 |
</descriptionChild> |
39 |
<descriptionChild> |
40 |
<location>CPP_EEOPTIONS.xml</location> |
41 |
</descriptionChild> |
42 |
<descriptionChild> |
43 |
<location>CPP_OPTIONS.xml</location> |
44 |
</descriptionChild> |
45 |
<descriptionChild> |
46 |
<location>ATMIDS.xml</location> |
47 |
</descriptionChild> |
48 |
<descriptionChild> |
49 |
<location>packages.xml</location> |
50 |
</descriptionChild> |
51 |
</descriptionChildren> |
52 |
<descriptionContent> |
53 |
<set> |
54 |
<setName>Compilation Script Parameters</setName> |
55 |
<setInfo>Parameters used for compiling the MITgcm code.</setInfo> |
56 |
<startText>#! /usr/bin/env bash |
57 |
source ~/setbuildenv
</startText> |
58 |
<endText></endText> |
59 |
<separator></separator> |
60 |
<var> |
61 |
<name>Build Directory</name> |
62 |
<info>The build directory of MITgcm.</info> |
63 |
<type>string</type> |
64 |
<value>/tmp/build_atm</value> |
65 |
<use>true</use> |
66 |
<hidden>false</hidden> |
67 |
<header>cd </header> |
68 |
<trailer>
</trailer> |
69 |
</var> |
70 |
<var> |
71 |
<name>Preparatory make statement</name> |
72 |
<info>Makefile reference used for creating clean/depend statement.</info> |
73 |
<type>file</type> |
74 |
<value>REF(MITgcm Coupler genmake2 makefile generator;makefile name)</value> |
75 |
<use>true</use> |
76 |
<hidden>true</hidden> |
77 |
<header>mf=</header> |
78 |
<trailer>; gmake CLEAN -f $mf; gmake -f $mf depend 
</trailer> |
79 |
</var> |
80 |
<var> |
81 |
<name>Main make statement</name> |
82 |
<info>make statement.</info> |
83 |
<type>string</type> |
84 |
<value> </value> |
85 |
<enumeration> ;adall</enumeration> |
86 |
<use>true</use> |
87 |
<hidden>false</hidden> |
88 |
<header>make -f $mf > make.out</header> |
89 |
<trailer>
</trailer> |
90 |
</var> |
91 |
<var> |
92 |
<name>Destination Directory</name> |
93 |
<info>The directory to put the compiled MITgcm binary in.</info> |
94 |
<type>file</type> |
95 |
<value>/tmp/run</value> |
96 |
<use>true</use> |
97 |
<uneditable>use</uneditable> |
98 |
<hidden>false</hidden> |
99 |
<header>cp mitgcmuv </header> |
100 |
<trailer>/</trailer> |
101 |
</var> |
102 |
<var> |
103 |
<name>Binary Name</name> |
104 |
<info>The name to give the compiled MITgcm binary.</info> |
105 |
<type>file</type> |
106 |
<value>mitgcmuv_atm</value> |
107 |
<use>true</use> |
108 |
<hidden>false</hidden> |
109 |
<trailer>
</trailer> |
110 |
</var> |
111 |
<var> |
112 |
<name>Cleanup make statement</name> |
113 |
<info>Makefile reference used for creating clean statement.</info> |
114 |
<type>file</type> |
115 |
<value></value> |
116 |
<use>false</use> |
117 |
<hidden>false</hidden> |
118 |
<header>make CLEAN -f $mf</header> |
119 |
<trailer>
</trailer> |
120 |
</var> |
121 |
</set> |
122 |
</descriptionContent> |
123 |
|
124 |
</description> |