Skip to content

Commit

Permalink
added NorESM in message for supported compset resolutions : This is a…
Browse files Browse the repository at this point in the history
… CESM or NorESM scientifically supported compset at this resolution
  • Loading branch information
DirkOlivie committed Jul 17, 2020
1 parent 0f26d41 commit 06d4d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/CIME/case/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 06d4d4a

Please sign in to comment.