E3SM Coupled Model XML Files¶
XML files for E3SM in CIMEROOT/config/e3sm.
CIMEROOT/config/e3sm¶
E3SM XML settings for defining CASEROOT env_*.xml file entries.
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="definitions_variables.xsl" ?>
<entry_id version="2.0">
<entry id="MODEL">
<type>char</type>
<default_value>e3sm</default_value>
<group>case_der</group>
<file>env_case.xml</file>
<desc>model system name</desc>
</entry>
<!-- ============================================================ -->
<!-- Filenames for case config, grids, machines and pio -->
<!-- ============================================================ -->
<entry id="CASEFILE_HEADERS">
<type>char</type>
<default_value>$CIMEROOT/config/config_headers.xml</default_value>
<group>case_der</group>
<file>env_case.xml</file>
<desc>contains both header and group information for all the case env_*.xml files </desc>
</entry>
<entry id="BATCH_SPEC_FILE">
<type>char</type>
<default_value>$SRCROOT/cime_config/machines/config_batch.xml</default_value>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing batch system details for target system (for documentation only - DO NOT EDIT)</desc>
<schema>$CIMEROOT/config/xml_schemas/config_batch.xsd</schema>
</entry>
<entry id="WORKFLOW_SPEC_FILE">
<type>char</type>
<default_value>$SRCROOT/cime_config/machines/config_workflow.xml</default_value>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing workflow (for documentation only - DO NOT EDIT)</desc>
<schema>$CIMEROOT/config/xml_schemas/config_workflow.xsd</schema>
</entry>
<entry id="INPUTDATA_SPEC_FILE">
<type>char</type>
<default_value>$SRCROOT/cime_config/config_inputdata.xml</default_value>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing inputdata server descriptions (for documentation only - DO NOT EDIT)</desc>
<schema>$CIMEROOT/config/xml_schemas/config_inputdata.xsd</schema>
</entry>
<entry id="GRIDS_SPEC_FILE">
<type>char</type>
<default_value>$SRCROOT/cime_config/config_grids.xml</default_value>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of all supported model grids, domains and mapping files (for documentation only - DO NOT EDIT)</desc>
</entry>
<entry id="COMPILERS_SPEC_FILE">
<type>char</type>
<default_value>$SRCROOT/cime_config/machines/config_compilers.xml</default_value>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing compiler specifications for target model primary component (for documentation only - DO NOT EDIT)</desc>
<schema>$CIMEROOT/config/xml_schemas/config_compilers_v2.xsd</schema>
</entry>
<entry id="CMAKE_MACROS_DIR">
<type>char</type>
<default_value>$SRCROOT/cime_config/machines/cmake_macros</default_value>
<group>case_last</group>
<file>env_case.xml</file>
<desc>Directory containing cmake macros (for documentation only - DO NOT EDIT)</desc>
</entry>
<entry id="MACHINES_SPEC_FILE">
<type>char</type>
<default_value>$SRCROOT/cime_config/machines/config_machines.xml</default_value>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing machine specifications for target model primary component (for documentation only - DO NOT EDIT)</desc>
<schema>$CIMEROOT/config/xml_schemas/config_machines.xsd</schema>
</entry>
<entry id="PIO_SPEC_FILE">
<type>char</type>
<default_value>$SRCROOT/cime_config/machines/config_pio.xml</default_value>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of pio settings for target model possible machine, compiler, mpilib, compset and/or grid attributes (for documentation only - DO NOT EDIT)</desc>
</entry>
<entry id="CONFIG_TESTS_FILE">
<type>char</type>
<values>
<value>$CIMEROOT/config/config_tests.xml</value>
</values>
<group>test</group>
<file>env_test.xml</file>
<desc>file containing system test descriptions </desc>
</entry>
<!-- ============================================================ -->
<!-- Filenames for determining compsets and tests file -->
<!-- Depends on component attribute value -->
<!-- ============================================================ -->
<entry id="COMP_ROOT_DIR_CPL">
<type>char</type>
<values>
<value>$SRCROOT/driver-$COMP_INTERFACE</value>
</values>
<group>case_comps</group>
<file>env_case.xml</file>
<desc>Root directory of the case driver/coupler component </desc>
<schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
</entry>
<entry id="COMP_ROOT_DIR_ATM">
<type>char</type>
<values>
<value component="datm" >$SRCROOT/components/data_comps/datm</value>
<value component="satm" >$SRCROOT/components/stub_comps/satm</value>
<value component="xatm" >$SRCROOT/components/xcpl_comps/xatm</value>
<value component="eam" >$SRCROOT/components/eam/</value>
<value component="scream" >$SRCROOT/components/scream/</value>
</values>
<group>case_comps</group>
<file>env_case.xml</file>
<desc>Root directory of the case atmospheric component </desc>
<schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
</entry>
<entry id="COMP_ROOT_DIR_LND">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="elm" >$SRCROOT/components/elm/</value>
<value component="dlnd" >$SRCROOT/components/data_comps/dlnd</value>
<value component="slnd" >$SRCROOT/components/stub_comps/slnd</value>
<value component="xlnd" >$SRCROOT/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="COMP_ROOT_DIR_ROF">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="mosart" >$SRCROOT/components/mosart/</value>
<value component="drof" >$SRCROOT/components/data_comps/drof</value>
<value component="srof" >$SRCROOT/components/stub_comps/srof</value>
<value component="xrof" >$SRCROOT/components/xcpl_comps/xrof</value>
</values>
<group>case_comps</group>
<file>env_case.xml</file>
<desc>Root directory of the case river runoff model component </desc>
<schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
</entry>
<entry id="COMP_ROOT_DIR_ICE">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="dice" >$SRCROOT/components/data_comps/dice</value>
<value component="sice" >$SRCROOT/components/stub_comps/sice</value>
<value component="xice" >$SRCROOT/components/xcpl_comps/xice</value>
<value component="mpassi" >$SRCROOT/components/mpas-seaice</value>
<value component="cice" >$SRCROOT/components/cice</value>
</values>
<group>case_comps</group>
<file>env_case.xml</file>
<desc>Root directory of the case sea ice component </desc>
<schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
</entry>
<entry id="COMP_ROOT_DIR_OCN">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="docn" >$SRCROOT/components/data_comps/docn</value>
<value component="socn" >$SRCROOT/components/stub_comps/socn</value>
<value component="xocn" >$SRCROOT/components/xcpl_comps/xocn</value>
<value component="mpaso" >$SRCROOT/components/mpas-ocean</value>
</values>
<group>case_comps</group>
<file>env_case.xml</file>
<desc>Root directory of the case ocean component </desc>
<schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
</entry>
<entry id="COMP_ROOT_DIR_WAV">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="ww3" >$SRCROOT/components/ww3/</value>
<value component="dwav" comp_interface="mct" >$SRCROOT/components/data_comps/dwav</value>
<value component="swav" >$SRCROOT/components/stub_comps/swav</value>
<value component="xwav" >$SRCROOT/components/xcpl_comps/xwav</value>
</values>
<group>case_comps</group>
<file>env_case.xml</file>
<desc>Root directory of the case wave model component </desc>
<schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
</entry>
<entry id="COMP_ROOT_DIR_GLC">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="mali" >$SRCROOT/components/mpas-albany-landice</value>
<value component="dglc" >$SRCROOT/components/data_comps/dglc</value>
<value component="sglc" >$SRCROOT/components/stub_comps/sglc</value>
<value component="xglc" >$SRCROOT/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="COMP_ROOT_DIR_IAC">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="siac" >$SRCROOT/components/stub_comps/siac</value>
<value component="xiac" >$SRCROOT/components/xcpl_comps/xiac</value>
</values>
<group>case_comps</group>
<file>env_case.xml</file>
<desc>Root directory of the case integrated assessment component </desc>
<schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
</entry>
<entry id="COMP_ROOT_DIR_ESP">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="desp" >$SRCROOT/components/data_comps/desp</value>
<value component="sesp" >$SRCROOT/components/stub_comps/sesp</value>
</values>
<group>case_comps</group>
<file>env_case.xml</file>
<desc>Root directory of the case external system processing (esp) component </desc>
<schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
</entry>
<entry id="COMPSETS_SPEC_FILE">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="allactive">$SRCROOT/cime_config/allactive/config_compsets.xml</value>
<value component="drv" >$COMP_ROOT_DIR_CPL/cime_config/config_compsets.xml</value>
<value component="eam" >$COMP_ROOT_DIR_ATM/cime_config/config_compsets.xml</value>
<value component="scream" >$COMP_ROOT_DIR_ATM/cime_config/config_compsets.xml</value>
<value component="elm" >$COMP_ROOT_DIR_LND/cime_config/config_compsets.xml</value>
<value component="cice" >$COMP_ROOT_DIR_ICE/cime_config/config_compsets.xml</value>
<value component="mpaso" >$COMP_ROOT_DIR_OCN/cime_config/config_compsets.xml</value>
<value component="mali" >$COMP_ROOT_DIR_GLC/cime_config/config_compsets.xml</value>
<value component="mpassi" >$COMP_ROOT_DIR_ICE/cime_config/config_compsets.xml</value>
<value component="mosart" >$COMP_ROOT_DIR_ROF/cime_config/config_compsets.xml</value>
<value component="ww3" >$COMP_ROOT_DIR_WAV/cime_config/config_compsets.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of all compsets for primary component (for documentation only - DO NOT EDIT)</desc>
<schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
</entry>
<entry id="PES_SPEC_FILE">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="allactive">$SRCROOT/cime_config/allactive/config_pesall.xml</value>
<value component="drv" >$COMP_ROOT_DIR_CPL/cime_config/config_pes.xml</value>
<value component="eam" >$SRCROOT/cime_config/allactive/config_pesall.xml</value>
<value component="elm" >$SRCROOT/cime_config/allactive/config_pesall.xml</value>
<value component="cice" >$SRCROOT/cime_config/allactive/config_pesall.xml</value>
<value component="mpaso" >$SRCROOT/cime_config/allactive/config_pesall.xml</value>
<value component="mali" >$SRCROOT/cime_config/allactive/config_pesall.xml</value>
<value component="mpassi" >$SRCROOT/cime_config/allactive/config_pesall.xml</value>
<value component="ww3" >$SRCROOT/cime_config/allactive/config_pesall.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of all pe-layouts for primary component (for documentation only - DO NOT EDIT)</desc>
<schema>$CIMEROOT/config/xml_schemas/config_pes.xsd</schema>
</entry>
<entry id="ARCHIVE_SPEC_FILE">
<type>char</type>
<values>
<value>$SRCROOT/cime_config/config_archive.xml</value>
<value component="drv" >$COMP_ROOT_DIR_CPL/cime_config/config_archive.xml</value>
<!-- data model components -->
<value component="drof">$COMP_ROOT_DIR_ROF/cime_config/config_archive.xml</value>
<value component="datm">$COMP_ROOT_DIR_ATM/cime_config/config_archive.xml</value>
<value component="dice">$COMP_ROOT_DIR_ICE/cime_config/config_archive.xml</value>
<value component="dlnd">$COMP_ROOT_DIR_LND/cime_config/config_archive.xml</value>
<value component="docn">$COMP_ROOT_DIR_OCN/cime_config/config_archive.xml</value>
<value component="dwav">$COMP_ROOT_DIR_WAV/cime_config/config_archive.xml</value>
<!-- external model components -->
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of archive files for each component (for documentation only - DO NOT EDIT)</desc>
<schema>$CIMEROOT/config/xml_schemas/config_archive.xsd</schema>
</entry>
<entry id="SYSTEM_TESTS_DIR">
<type>char</type>
<values>
<value component="any">$CIMEROOT/scripts/lib/CIME/SystemTests</value>
</values>
<group>test</group>
<file>env_test.xml</file>
<desc>directories containing cime compatible system test modules</desc>
</entry>
<entry id="TESTS_SPEC_FILE">
<type>char</type>
<default_value>unset</default_value>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of all system tests for primary component (for documentation only - DO NOT EDIT)</desc>
</entry>
<entry id="TESTS_MODS_DIR">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="allactive">$SRCROOT/cime_config/testmods_dirs</value>
<value component="drv" >$COMP_ROOT_DIR_CPL/cime_config/testdefs/testmods_dirs</value>
<value component="eam" >$COMP_ROOT_DIR_ATM/cime_config/testdefs/testmods_dirs</value>
<value component="elm" >$COMP_ROOT_DIR_LND/cime_config/testdefs/testmods_dirs</value>
<value component="cice" >$COMP_ROOT_DIR_ICE/cime_config/testdefs/testmods_dirs</value>
<value component="mosart" >$COMP_ROOT_DIR_ROF/cime_config/testdefs/testmods_dirs</value>
<value component="scream" >$COMP_ROOT_DIR_ATM/cime_config/testdefs/testmods_dirs</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>directory containing test modifications for primary component tests (for documentation only - DO NOT EDIT)</desc>
</entry>
<entry id="USER_MODS_DIR">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="allactive">$SRCROOT/cime_config/usermods_dirs</value>
<value component="drv" >$COMP_ROOT_DIR_CPL/cime_config/usermods_dirs</value>
<value component="eam" >$COMP_ROOT_DIR_ATM/cime_config/usermods_dirs</value>
<value component="elm" >$COMP_ROOT_DIR_LND/cime_config/usermods_dirs</value>
<value component="cice" >$COMP_ROOT_DIR_ICE/cime_config/usermods_dirs</value>
<value component="mosart" >$COMP_ROOT_DIR_ROF/cime_config/usermods_dirs</value>
<value component="scream" >$COMP_ROOT_DIR_ATM/cime_config/usermods_dirs</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>directory containing user modifications for primary components (for documentation only - DO NOT EDIT)</desc>
</entry>
<entry id="NAMELIST_DEFINITION_FILE">
<type>char</type>
<default_value>unset</default_value>
<values>
<value component="drv" >$COMP_ROOT_DIR_CPL/cime_config/namelist_definition_drv.xml</value>
<!-- data model components -->
<value component="drof">$COMP_ROOT_DIR_ROF/cime_config/namelist_definition_drof.xml</value>
<value component="datm">$COMP_ROOT_DIR_ATM/cime_config/namelist_definition_datm.xml</value>
<value component="dice">$COMP_ROOT_DIR_ICE/cime_config/namelist_definition_dice.xml</value>
<value component="dlnd">$COMP_ROOT_DIR_LND/cime_config/namelist_definition_dlnd.xml</value>
<value component="docn">$COMP_ROOT_DIR_OCN/cime_config/namelist_definition_docn.xml</value>
<value component="dwav">$COMP_ROOT_DIR_WAV/cime_config/namelist_definition_dwav.xml</value>
<value component="desp">$COMP_ROOT_DIR_ESP/cime_config/namelist_definition_desp.xml</value>
<!-- external model components -->
<!-- TODO
<value component="cam" >$SRCROOT/components/cam/bld/namelist_files/namelist_definition.xml</value>
<value component="cice" >$SRCROOT/components/cice/cime_config/namelist_definition_cice.xml</value>
<value component="clm" >$SRCROOT/components/clm/bld/namelist_files/namelist_definition_clm4_5.xml</value>
<value component="clm" >$SRCROOT/components/clm/bld/namelist_files/namelist_definition_clm4_0.xml</value>
-->
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing namelist_definitions for all components </desc>
<schema>$CIMEROOT/config/xml_schemas/entry_id_namelist.xsd</schema>
</entry>
<!-- =============================================================== -->
<!-- File names for all component specific configuration variables -->
<!-- =============================================================== -->
<entry id="CONFIG_CPL_FILE">
<type>char</type>
<values>
<value>$COMP_ROOT_DIR_CPL/cime_config/config_component.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing all non-component specific case configuration variables (for documentation only - DO NOT EDIT)</desc>
<schema version="2.0">$CIMEROOT/config/xml_schemas/entry_id.xsd</schema>
<schema version="3.0">$CIMEROOT/config/xml_schemas/entry_id_version3.xsd</schema>
</entry>
<entry id="CONFIG_CPL_FILE_MODEL_SPECIFIC">
<type>char</type>
<values>
<value>$SRCROOT/driver-$COMP_INTERFACE/cime_config/config_component_$MODEL.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing all component specific driver configuration variables (for documentation only - DO NOT EDIT)</desc>
<schema version="2.0">$CIMEROOT/config/xml_schemas/entry_id.xsd</schema>
<schema version="3.0">$CIMEROOT/config/xml_schemas/entry_id_version3.xsd</schema>
</entry>
<entry id="CONFIG_ATM_FILE">
<type>char</type>
<values>
<value>$COMP_ROOT_DIR_ATM/cime_config/config_component.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of component specific definitions and values(for documentation only - DO NOT EDIT)</desc>
<schema version="2.0">$CIMEROOT/config/xml_schemas/entry_id.xsd</schema>
<schema version="3.0">$CIMEROOT/config/xml_schemas/entry_id_version3.xsd</schema>
</entry>
<entry id="CONFIG_LND_FILE">
<type>char</type>
<values>
<value>$COMP_ROOT_DIR_LND/cime_config/config_component.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of component specific definitions and values(for documentation only - DO NOT EDIT)</desc>
<schema version="2.0">$CIMEROOT/config/xml_schemas/entry_id.xsd</schema>
<schema version="3.0">$CIMEROOT/config/xml_schemas/entry_id_version3.xsd</schema>
</entry>
<entry id="CONFIG_ROF_FILE">
<type>char</type>
<values>
<value>$COMP_ROOT_DIR_ROF/cime_config/config_component.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of component specific definitions and values(for documentation only - DO NOT EDIT)</desc>
<schema version="2.0">$CIMEROOT/config/xml_schemas/entry_id.xsd</schema>
<schema version="3.0">$CIMEROOT/config/xml_schemas/entry_id_version3.xsd</schema>
</entry>
<entry id="CONFIG_ICE_FILE">
<type>char</type>
<values>
<value>$COMP_ROOT_DIR_ICE/cime_config/config_component.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of component specific definitions and values(for documentation only - DO NOT EDIT)</desc>
<schema version="2.0">$CIMEROOT/config/xml_schemas/entry_id.xsd</schema>
<schema version="3.0">$CIMEROOT/config/xml_schemas/entry_id_version3.xsd</schema>
</entry>
<entry id="CONFIG_OCN_FILE">
<type>char</type>
<values>
<value>$COMP_ROOT_DIR_OCN/cime_config/config_component.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of component specific definitions and values(for documentation only - DO NOT EDIT)</desc>
<schema version="2.0">$CIMEROOT/config/xml_schemas/entry_id.xsd</schema>
<schema version="3.0">$CIMEROOT/config/xml_schemas/entry_id_version3.xsd</schema>
</entry>
<entry id="CONFIG_GLC_FILE">
<type>char</type>
<values>
<value>$COMP_ROOT_DIR_GLC/cime_config/config_component.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of component specific definitions and values(for documentation only - DO NOT EDIT)</desc>
<schema version="2.0">$CIMEROOT/config/xml_schemas/entry_id.xsd</schema>
<schema version="3.0">$CIMEROOT/config/xml_schemas/entry_id_version3.xsd</schema>
</entry>
<entry id="CONFIG_IAC_FILE">
<type>char</type>
<values>
<value>$COMP_ROOT_DIR_IAC/cime_config/config_component.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of component specific definitions and values(for documentation only - DO NOT EDIT)</desc>
<schema version="2.0">$CIMEROOT/config/xml_schemas/entry_id.xsd</schema>
<schema version="3.0">$CIMEROOT/config/xml_schemas/entry_id_version3.xsd</schema>
</entry>
<entry id="CONFIG_WAV_FILE">
<type>char</type>
<values>
<value>$COMP_ROOT_DIR_WAV/cime_config/config_component.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of component specific definitions and values(for documentation only - DO NOT EDIT)</desc>
<schema version="2.0">$CIMEROOT/config/xml_schemas/entry_id.xsd</schema>
<schema version="3.0">$CIMEROOT/config/xml_schemas/entry_id_version3.xsd</schema>
</entry>
<entry id="CONFIG_ESP_FILE">
<type>char</type>
<values>
<value >$COMP_ROOT_DIR_ESP/cime_config/config_component.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing specification of component specific definitions and values(for documentation only - DO NOT EDIT)</desc>
<schema version="2.0">$CIMEROOT/config/xml_schemas/entry_id.xsd</schema>
<schema version="3.0">$CIMEROOT/config/xml_schemas/entry_id_version3.xsd</schema>
</entry>
<entry id="BUILD_LIB_FILE">
<type>char</type>
<values>
<value lib="kokkos">$CIMEROOT/src/build_scripts/buildlib.kokkos</value>
<value lib="gptl">$SRCROOT/share/build/buildlib.gptl</value>
<value lib="pio">$CIMEROOT/src/build_scripts/buildlib.pio</value>
<value lib="mct">$CIMEROOT/src/build_scripts/buildlib.mct</value>
<value lib="csm_share">$SRCROOT/share/build/buildlib.csm_share</value>
<value lib="mpi-serial">$CIMEROOT/src/build_scripts/buildlib.mpi-serial</value>
<value lib="cprnc">$CIMEROOT/src/build_scripts/buildlib.cprnc</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
<desc> path to buildlib script for the given library </desc>
</entry>
</entry_id>