From 06d4d4a1d49bc91f879a3c5cf28d5107e8fb56b7 Mon Sep 17 00:00:00 2001 From: DirkOlivie Date: Fri, 17 Jul 2020 11:13:59 +0200 Subject: [PATCH] added NorESM in message for supported compset resolutions : This is a CESM or NorESM scientifically supported compset at this resolution --- scripts/lib/CIME/case/case.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/CIME/case/case.py b/scripts/lib/CIME/case/case.py index 15fcbe85fd6..afdcc30d97d 100644 --- a/scripts/lib/CIME/case/case.py +++ b/scripts/lib/CIME/case/case.py @@ -875,7 +875,7 @@ def configure(self, compset_name, grid_name, machine_name=None, if not test and not run_unsupported and self._cime_model == "cesm": if grid_name in science_support: - logger.info("\nThis is a CESM scientifically supported compset at this resolution.\n") + logger.info("\nThis is a CESM or NorESM scientifically supported compset at this resolution.\n") else: self._check_testlists(compset_alias, grid_name, files)