<?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="dlnd"      >$CIMEROOT/src/components/data_comps/dlnd</value>
      <value component="slnd"      >$CIMEROOT/src/components/stub_comps/slnd</value>
      <value component="xlnd"      >$CIMEROOT/src/components/xcpl_comps/xlnd</value>
    </values>
    <group>case_comps</group>
    <file>env_case.xml</file>
    <desc>Root directory of the case land model component  </desc>
    <schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
  </entry>

</entry_id>