<?xml version="1.0"?>
<file id="env_case.xml" version="2.0">
  <header>
    These variables CANNOT BE CHANGED once a case has been created.
    Invoke create_newcase again if a different grid or component
    combination is required.
    </header>
  <group id="case_der">
    <entry id="MODEL" value="cesm">
      <type>char</type>
      <desc>model system name</desc>
    </entry>
    <entry id="CASEFILE_HEADERS" value="$CIMEROOT/config/config_headers.xml">
      <type>char</type>
      <desc>contains both header and group information for all the case env_*.xml files </desc>
    </entry>
    <entry id="CASETOOLS" value="$CASEROOT/Tools">
      <type>char</type>
      <desc>Case Tools directory location (derived variable, not in namelists</desc>
    </entry>
    <entry id="CASEBUILD" value="$CASEROOT/Buildconf">
      <type>char</type>
      <desc>Buildconf directory location (derived variable not in namelist)</desc>
    </entry>
    <entry id="SCRIPTSROOT" value="$CIMEROOT/scripts">
      <type>char</type>
      <desc>Scripts root directory location (setup automatically to $CIMEROOT/scripts- DO NOT EDIT)</desc>
    </entry>
    <entry id="UTILROOT" value="$CIMEROOT/scripts/Tools">
      <type>char</type>
      <desc>Scripts root utils directory location (setup automatically to $CIMEROOT/scripts/Tools - DO NOT EDIT)</desc>
    </entry>
    <entry id="MODEL_VERSION" value="trunk2.0-7-532-g6a0b992">
      <type>char</type>
      <desc>Apparent version of the model used for this case</desc>
    </entry>
  </group>
  <group id="case_last">
    <entry id="GRIDS_SPEC_FILE" value="$CIMEROOT/config/$MODEL/config_grids.xml">
      <type>char</type>
      <desc>file containing specification of all supported model grids, domains and mapping files (for documentation only - DO NOT EDIT)</desc>
      <schema>$CIMEROOT/config/xml_schemas/config_grids_v2.xsd</schema>
    </entry>
    <entry id="MACHINES_SPEC_FILE" value="$CIMEROOT/config/$MODEL/machines/config_machines.xml">
      <type>char</type>
      <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="BATCH_SPEC_FILE" value="$CIMEROOT/config/$MODEL/machines/config_batch.xml">
      <type>char</type>
      <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="INPUTDATA_SPEC_FILE" value="$CIMEROOT/config/$MODEL/config_inputdata.xml">
      <type>char</type>
      <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="COMPILERS_SPEC_FILE" value="$CIMEROOT/config/$MODEL/machines/config_compilers.xml">
      <type>char</type>
      <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="PIO_SPEC_FILE" value="$CIMEROOT/config/$MODEL/machines/config_pio.xml">
      <type>char</type>
      <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="COMPSETS_SPEC_FILE" value="$SRCROOT/cime_config/config_compsets.xml">
      <type>char</type>
      <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" value="$SRCROOT/cime_config/config_pes.xml">
      <type>char</type>
      <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" value="$CIMEROOT/config/cesm/config_archive.xml">
      <type>char</type>
      <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="TESTS_SPEC_FILE" value="$SRCROOT/cime_config/testlist_allactive.xml">
      <type>char</type>
      <desc>file containing specification of all system tests for primary component (for documentation only - DO NOT EDIT)</desc>
      <schema>$CIMEROOT/config/xml_schemas/testlist.xsd</schema>
    </entry>
    <entry id="TESTS_MODS_DIR" value="$SRCROOT/cime_config/testmods_dirs">
      <type>char</type>
      <desc>directory containing test modifications for primary component tests (for documentation only - DO NOT EDIT)</desc>
    </entry>
    <entry id="USER_MODS_DIR" value="$SRCROOT/cime_config/usermods_dirs">
      <type>char</type>
      <desc>directory containing user modifications for primary components (for documentation only - DO NOT EDIT)</desc>
    </entry>
    <entry id="NAMELIST_DEFINITION_FILE" value="unset">
      <type>char</type>
      <desc>file containing namelist_definitions for all components </desc>
      <schema>$CIMEROOT/config/xml_schemas/entry_id_namelist.xsd</schema>
    </entry>
    <entry id="CONFIG_CPL_FILE" value="$COMP_ROOT_DIR_CPL/cime_config/config_component.xml">
      <type>char</type>
      <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" value="$CIMEROOT/src/drivers/mct/cime_config/config_component_$MODEL.xml">
      <type>char</type>
      <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" value="$COMP_ROOT_DIR_ATM/cime_config/config_component.xml">
      <type>char</type>
      <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" value="$COMP_ROOT_DIR_LND/cime_config/config_component.xml">
      <type>char</type>
      <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" value="$COMP_ROOT_DIR_ROF/cime_config/config_component.xml">
      <type>char</type>
      <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" value="$COMP_ROOT_DIR_ICE/cime_config/config_component.xml">
      <type>char</type>
      <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" value="$COMP_ROOT_DIR_OCN/cime_config/config_component.xml">
      <type>char</type>
      <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" value="$COMP_ROOT_DIR_GLC/cime_config/config_component.xml">
      <type>char</type>
      <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" value="$COMP_ROOT_DIR_WAV/cime_config/config_component.xml">
      <type>char</type>
      <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" value="$COMP_ROOT_DIR_ESP/cime_config/config_component.xml">
      <type>char</type>
      <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="COMPSET" value="1850_CAM60%NORESM_CLM50%BGC-CROP_CICE%NORESM-CMIP6_MICOM%ECO_MOSART_SGLC_SWAV_BGC%BDRDDMS">
      <type>char</type>
      <desc>Component set long name (for documentation only - DO NOT EDIT)</desc>
    </entry>
  </group>
  <group id="case_comps">
    <entry id="COMP_ROOT_DIR_ATM" value="$SRCROOT/components/cam/">
      <type>char</type>
      <desc>Root directory of the case atmospheric component  </desc>
      <schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
    </entry>
    <entry id="COMP_ROOT_DIR_CPL" value="$CIMEROOT/src/drivers/mct">
      <type>char</type>
      <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_OCN" value="$SRCROOT/components/micom/">
      <type>char</type>
      <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" value="$CIMEROOT/src/components/stub_comps/swav">
      <type>char</type>
      <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" value="$CIMEROOT/src/components/stub_comps/sglc">
      <type>char</type>
      <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_ICE" value="$SRCROOT/components/cice/">
      <type>char</type>
      <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_ROF" value="$SRCROOT/components/mosart/">
      <type>char</type>
      <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_LND" value="$SRCROOT/components/clm/">
      <type>char</type>
      <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_ESP" value="$CIMEROOT/src/components/stub_comps/sesp">
      <type>char</type>
      <desc>Root directory of the case external system processing (esp) component  </desc>
      <schema>$CIMEROOT/config/xml_schemas/config_compsets.xsd</schema>
    </entry>
  </group>
  <group id="case_comp">
    <entry id="COMP_CLASSES" value="CPL,ATM,LND,ICE,OCN,ROF,GLC,WAV,ESP">
      <type>char</type>
      <desc>List of component classes supported by this driver</desc>
    </entry>
    <entry id="COMP_CPL" value="cpl">
      <type>char</type>
      <valid_values>cpl</valid_values>
      <desc>Name of coupling component</desc>
    </entry>
    <entry id="COMP_ATM" value="cam">
      <type>char</type>
      <valid_values>cam</valid_values>
      <desc>Name of atmospheric component</desc>
    </entry>
    <entry id="COMP_LND" value="clm">
      <type>char</type>
      <valid_values>clm</valid_values>
      <desc>Name of land component</desc>
    </entry>
    <entry id="COMP_ICE" value="cice">
      <type>char</type>
      <valid_values>cice</valid_values>
      <desc>Name of sea-ice component</desc>
    </entry>
    <entry id="ICE_PE_CHANGE_REQUIRES_REBUILD" value="true">
      <type>logical</type>
      <valid_values>true,false</valid_values>
      <desc>This component requires a clean build if the pelayout changes, if this variable is
          not defined for a component it is assumed false
    </desc>
    </entry>
    <entry id="COMP_OCN" value="micom">
      <type>char</type>
      <valid_values>micom</valid_values>
      <desc>Name of ocean component</desc>
    </entry>
    <entry id="COMP_ROF" value="mosart">
      <type>char</type>
      <valid_values>mosart</valid_values>
      <desc>Name of river component</desc>
    </entry>
    <entry id="COMP_GLC" value="sglc">
      <type>char</type>
      <valid_values>sglc</valid_values>
      <desc>Name of land-ice component</desc>
    </entry>
    <entry id="COMP_WAV" value="swav">
      <type>char</type>
      <valid_values>swav</valid_values>
      <desc>Name of wave component</desc>
    </entry>
    <entry id="COMP_ESP" value="sesp">
      <type>char</type>
      <valid_values>sesp</valid_values>
      <desc>Name of ESP component</desc>
    </entry>
  </group>
  <group id="case_def">
    <entry id="FILES_CONFIG_SPEC" value="$CIMEROOT/config_files.xml">
      <type>char</type>
      <desc> master configuration file that specifies all relevant filenames
    and directories to configure a case</desc>
    </entry>
    <entry id="CASEROOT" value="/cluster/projects/nn2345k/oyvinds/NorESM2_CMIP6/cases6a0b992/N1850_f19_tn14_20190621">
      <type>char</type>
      <desc>full pathname of case</desc>
    </entry>
    <entry id="CIMEROOT" value="/cluster/projects/nn2345k/oyvinds/NorESM2_CMIP6/noresm-dev/cime">
      <type>char</type>
      <desc>full pathname of CIME source root directory</desc>
    </entry>
    <entry id="SRCROOT" value="/cluster/projects/nn2345k/oyvinds/NorESM2_CMIP6/noresm-dev">
      <type>char</type>
      <desc>full pathname of source root directory</desc>
    </entry>
    <entry id="CASE" value="N1850_f19_tn14_20190621">
      <type>char</type>
      <desc>case name</desc>
    </entry>
    <entry id="SUPPORTED_BY" value="noresmCommunity">
      <type>char</type>
      <desc>current machine name support contact</desc>
    </entry>
    <entry id="MACH" value="fram">
      <type>char</type>
      <desc>Machine name</desc>
    </entry>
    <entry id="MACHDIR" value="/cluster/projects/nn2345k/oyvinds/NorESM2_CMIP6/noresm-dev/cime/config/cesm/machines">
      <type>char</type>
      <desc>Machines directory location</desc>
    </entry>
  </group>
  <group id="case_desc">
    <entry id="USER" value="$ENV{USER}">
      <type>char</type>
      <desc>case user name</desc>
    </entry>
    <entry id="REALUSER" value="oyvinds">
      <type>char</type>
      <desc>username of user who created case</desc>
    </entry>
  </group>
  <group id="run_metadata">
    <entry id="MODEL_DOI_URL" value="https://doi.org/10.5065/D67H1H0V">
      <type>char</type>
      <desc>run DOI</desc>
    </entry>
  </group>
  <group id="run_component_cpl">
    <entry id="CPL_USER_MODS">
      <type>char</type>
      <valid_values/>
      <desc>User mods to apply to specific compset matches. </desc>
    </entry>
  </group>
  <group id="run_component_cam">
    <entry id="CAM_USER_MODS">
      <type>char</type>
      <valid_values/>
      <desc>User mods to apply to specific compset matches. </desc>
    </entry>
  </group>
  <group id="run_component_clm">
    <entry id="CLM_USER_MODS">
      <type>char</type>
      <valid_values/>
      <desc>User mods to apply to specific compset matches. </desc>
    </entry>
  </group>
  <group id="run_component_cice">
    <entry id="CICE_USER_MODS" value="$SRCROOT/components/cice/cime_config/usermods_dirs/noresm-cmip6">
      <type>char</type>
      <valid_values/>
      <desc>User mods to apply to specific compset matches. </desc>
    </entry>
  </group>
</file>
