-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
@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