CIME Land Ice Data and Stub XML Files

Land ice component XML files for stub and dead components. The land ice component does not currently have a data model.

CIMEROOT/src/components/stub_comps/sglc/cime_config

The land ice stub model, sglc, does not output any files in the RUNDIR nor does it have any namelist settings.

XML variables and component descriptions specific to sglc.

<?xml version="1.0"?>

<?xml-stylesheet type="text/xsl" href="entry_id.xsl" ?>

<entry_id version="3.0">
  <description>
    <desc glc="SGLC">Stub glacier (land ice) component</desc>
  </description>


  <entry id="COMP_GLC">
    <type>char</type>
    <valid_values>sglc</valid_values>
    <default_value>sglc</default_value>
    <group>case_comp</group>
    <file>env_case.xml</file>
    <desc>Name of land-ice component</desc>
  </entry>

  <help>
    =========================================
    SGLC naming conventions in compset name
    =========================================
  </help>

</entry_id>

CIMEROOT/src/components/xcpl_comps/xglc/cime_config

The land ice dead model, xglc, does not output any files in the RUNDIR nor does it have any namelist settings.

XML variables and component descriptions specific to xglc.

<?xml version="1.0"?>

<?xml-stylesheet type="text/xsl" href="entry_id.xsl" ?>

<entry_id version="3.0">
  <description>
    <desc glc="XGLC">Dead land-ice component</desc>
  </description>

  <entry id="COMP_GLC">
    <type>char</type>
    <valid_values>xglc</valid_values>
    <default_value>xglc</default_value>
    <group>case_comp</group>
    <file>env_case.xml</file>
    <desc>Name of land-ice component</desc>
  </entry>


  <help>
    =========================================
    XGLC naming conventions in compset name
    =========================================
  </help>

</entry_id>