forked from ESCOMP/CISM-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.config_files.xml
31 lines (26 loc) · 1.1 KB
/
.config_files.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" ?>
<entry_id>
<!-- This is the same as the default entry in
cime/config/cesm/config_files.xml except for the value for cism:
In a standalone cism checkout, COMP_ROOT_DIR_GLC is $SRCROOT
rather than $SRCROOT/components/cism.
However, because of the way overrides are handled, we need to
re-specify the full information here rather than just overriding
the value for cism.
-->
<entry id="COMP_ROOT_DIR_GLC">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="cism" >$SRCROOT</value>
<value component="dglc" >$CIMEROOT/src/components/data_comps/dglc</value>
<value component="sglc" >$CIMEROOT/src/components/stub_comps/sglc</value>
<value component="xglc" >$CIMEROOT/src/components/xcpl_comps/xglc</value>
</values>
<group>case_comps</group>
<file>env_case.xml</file>
<desc>Root directory of the case land ice component </desc>
<schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
</entry>
</entry_id>