From af51d926847a395ce4962119576c69f96b32d702 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Tue, 6 Sep 2016 13:00:05 -0600 Subject: [PATCH] add back MASK_GRID removed in earlier tag - used by clm component --- driver_cpl/cime_config/config_component.xml | 10 +++++++++- driver_cpl/cime_config/config_compsets.xml | 22 ++++++++++----------- utils/python/CIME/XML/grids.py | 1 + 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/driver_cpl/cime_config/config_component.xml b/driver_cpl/cime_config/config_component.xml index 8fbdb8959bb8..ce7ef8445297 100644 --- a/driver_cpl/cime_config/config_component.xml +++ b/driver_cpl/cime_config/config_component.xml @@ -895,7 +895,7 @@ char - UNSET + timing run_flags env_run.xml Where to auto archive timing data @@ -1146,6 +1146,14 @@ number of wav cells in j direction - DO NOT EDIT (for experts only) + + char + UNSET + build_grid + env_build.xml + grid mask - DO NOT EDIT (for experts only) + + logical TRUE,FALSE diff --git a/driver_cpl/cime_config/config_compsets.xml b/driver_cpl/cime_config/config_compsets.xml index a3258cc9fca4..7abe3c4e2ced 100644 --- a/driver_cpl/cime_config/config_compsets.xml +++ b/driver_cpl/cime_config/config_compsets.xml @@ -4,9 +4,9 @@ ========================================= - compset naming convention + compset naming convention ========================================= - The compset longname below has the specified order + The compset longname below has the specified order atm, lnd, ice, ocn, river, glc wave esp cesm-options The notation for the compset longname is @@ -21,29 +21,29 @@ GLC = [CISM1, CISM2, SGLC] WAV = [SWAV] ESP = [SESP] - BGC = optional BGC scenario + BGC = optional BGC scenario The OPTIONAL %phys attributes specify submodes of the given system For example DOCN%DOM is the data ocean model for DOCN - ALL the possible %phys choices for each component are listed + ALL the possible %phys choices for each component are listed with the -list command for create_newcase - ALL data models must have a %phys option that corresponds to the data model mode + ALL data models must have a %phys option that corresponds to the data model mode Each compset node is associated with the following elements - - lname - - alias + - lname + - alias - support (optional description of the support level for this compset) Each compset node can also have the following attributes - grid (optional regular expression match for grid to work with the compset) - A + A 2000_DATM%NYF_DLND%NULL_DICE%SSMI_DOCN%DOM_DROF%NYF_SGLC_SWAV - AWAV + AWAV 2000_DATM%WW3_DLND%NULL_DICE%COPY_DOCN%COPY_DROF%NULL_SGLC_WW3 @@ -53,12 +53,12 @@ - S + S 2000_SATM_SLND_SICE_SOCN_SROF_SGLC_SWAV_SESP - X + X 2000_XATM_XLND_XICE_XOCN_XROF_XGLC_XWAV diff --git a/utils/python/CIME/XML/grids.py b/utils/python/CIME/XML/grids.py index ffe8eb872c97..82b392b315e7 100644 --- a/utils/python/CIME/XML/grids.py +++ b/utils/python/CIME/XML/grids.py @@ -98,6 +98,7 @@ def _get_domains(self, component_grids): ("OCN", component_grids[2]), \ ("ICE", component_grids[2]), \ ("ROF", component_grids[3]), \ + ("MASK", component_grids[4]), \ ("GLC", component_grids[5]), \ ("WAV", component_grids[6])] mask = component_grids[4]