Skip to content

testmodifier overdefined #4811

@jedwards4b

Description

@jedwards4b

@kdraeder has pointed out that the test modifier _C is overdefined in cime. In test_scheduler.py at line 681. C# is used to specify the number of instances in a multi-coupler ensemble case. But then at line 884 it is used to specify that a Gregorian calendar should be used.

I suspect that we don't actually use the _CG in any tests or this problem would have presented itself some time ago. We can allow for this by changing line 681 to be
elif case_opt.startswith("C") and not case_opt.startswith("CG"):

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions