-
Notifications
You must be signed in to change notification settings - Fork 16
/
.config_files.xml
33 lines (28 loc) · 1.52 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
32
33
<?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" >$SRCROOT/components/cpl7/components/data_comps_$COMP_INTERFACE/dglc</value>
<value component="sglc" comp_interface="mct" >$SRCROOT/components/cpl7/components/stub_comps_$COMP_INTERFACE/sglc</value>
<value component="sglc" comp_interface="nuopc" >$CIMEROOT/CIME/non_py/src/components/stub_comps_$COMP_INTERFACE/sglc</value>
<value component="xglc" comp_interface="mct" >$SRCROOT/components/cpl7/components/xcpl_comps_$COMP_INTERFACE/xglc</value>
<value component="xglc" comp_interface="nuopc" >$CIMEROOT/CIME/non_py/src/components/xcpl_comps_$COMP_INTERFACE/xglc</value>
</values>
<group>case_comps</group>
<file>env_case.xml</file>
<desc>Root directory of the case land ice component </desc>
<schema>$CIMEROOT/CIME/data/config/xml_schemas/config_compsets.xsd</schema>
</entry>
</entry_id>