From e218c9b99b9f70da84fad504e5884fad3b820ff0 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Fri, 31 May 2019 16:30:56 -0600 Subject: [PATCH] Use idmap_ignore for optional mapping files These mapping files are only needed in certain configurations. We need to use idmap_ignore so that the driver's buildnml won't abort for configurations where these mapping files aren't provided and aren't needed. --- .../mct/cime_config/config_component.xml | 30 +++++++++++-------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/src/drivers/mct/cime_config/config_component.xml b/src/drivers/mct/cime_config/config_component.xml index 43914b04c1a4..73cdb63e2b7d 100644 --- a/src/drivers/mct/cime_config/config_component.xml +++ b/src/drivers/mct/cime_config/config_component.xml @@ -1628,10 +1628,11 @@ char - idmap + idmap_ignore run_domain env_run.xml - glc2ice flux mapping file + glc2ice flux mapping file - the default value idmap_ignore, if set, will be ignored by buildnml and + will generate a runtime error if in fact a file is required for the given compset @@ -1645,10 +1646,11 @@ char - idmap + idmap_ignore run_domain env_run.xml - glc2ice state mapping file + glc2ice state mapping file - the default value idmap_ignore, if set, will be ignored by buildnml and + will generate a runtime error if in fact a file is required for the given compset @@ -1680,10 +1682,11 @@ char - idmap + idmap_ignore run_domain env_run.xml - glc2ocn flux mapping file + glc2ocn flux mapping file - the default value idmap_ignore, if set, will be ignored by buildnml and + will generate a runtime error if in fact a file is required for the given compset @@ -1697,10 +1700,11 @@ char - idmap + idmap_ignore run_domain env_run.xml - glc2ocn state mapping file + glc2ocn state mapping file - the default value idmap_ignore, if set, will be ignored by buildnml and + will generate a runtime error if in fact a file is required for the given compset @@ -1750,10 +1754,11 @@ char - idmap + idmap_ignore run_domain env_run.xml - ocn2glc flux mapping file + ocn2glc flux mapping file - the default value idmap_ignore, if set, will be ignored by buildnml and + will generate a runtime error if in fact a file is required for the given compset @@ -1767,10 +1772,11 @@ char - idmap + idmap_ignore run_domain env_run.xml - ocn2glc state mapping file + ocn2glc state mapping file - the default value idmap_ignore, if set, will be ignored by buildnml and + will generate a runtime error if in fact a file is required for the given compset