36 lines
1.7 KiB
XML
36 lines
1.7 KiB
XML
<?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 CLM:
|
|
In a standalone CLM checkout, COMP_ROOT_DIR_LND is $SRCROOT
|
|
rather than $SRCROOT/components/clm.
|
|
|
|
However, because of the way overrides are handled, we need to
|
|
re-specify the full information here rather than just overriding
|
|
the value for CLM.
|
|
-->
|
|
<entry id="COMP_ROOT_DIR_LND">
|
|
<type>char</type>
|
|
<default_value>unset</default_value>
|
|
<values>
|
|
<value component="clm" >$SRCROOT</value>
|
|
<value component="slim" >$SRCROOT/components/slim/</value>
|
|
<value component="dlnd" comp_interface="mct" >$SRCROOT/components/cpl7/components/data_comps_$COMP_INTERFACE/dlnd</value>
|
|
<value component="dlnd" comp_interface="nuopc" >$SRCROOT/components/cdeps/dlnd</value>
|
|
<value component="slnd" comp_interface="mct" >$SRCROOT/components/cpl7/components/stub_comps_$COMP_INTERFACE/slnd</value>
|
|
<value component="slnd" comp_interface="nuopc" >$CIMEROOT/CIME/non_py/src/components/stub_comps_$COMP_INTERFACE/slnd</value>
|
|
<value component="xlnd" comp_interface="mct" >$SRCROOT/components/cpl7/components/xcpl_comps_$COMP_INTERFACE/xlnd</value>
|
|
<value component="xlnd" comp_interface="nuopc" >$CIMEROOT/CIME/non_py/src/components/xcpl_comps_$COMP_INTERFACE/xlnd</value>
|
|
</values>
|
|
<group>case_comps</group>
|
|
<file>env_case.xml</file>
|
|
<desc>Root directory of the case land model component </desc>
|
|
<schema>$CIMEROOT/CIME/data/config/xml_schemas/config_compsets.xsd</schema>
|
|
</entry>
|
|
|
|
</entry_id>
|