You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document includes an ensemble_axis attribute, which is a list of elements which are required to be of type linked_to(designing.ensemble_requirement). There are two values in the list, the first of which is of type designing.numerical_requirement, which although a superclass of the required value, is not an instance of it.
The relevant piece of the value is:
<class 'list'>: [
{'responsibleParties': [{'role': 'point of contact', 'parties': [{'type': 'cim.2.shared.Party', 'version': 1, 'name': 'George Boer', 'id': '38edaaec-d0d5-410e-b953-a86db6c87b24'}, {'type': 'cim.2.shared.Party', 'version': 1, 'name': 'Doug Smith', 'id': '51408b60-6696-44b3-96e5-73028d2ed3d6'}]}], 'description': 'Start dates from the end of 1992, 1997, 1998, 1999. Start date on or before 31st December, start dates on or before 15th November recommended to allow for DJF seasonal forecast results.', 'canonicalName': 'extra1990s', 'name': 'extra1990s', 'citations': [{'type':'cim.2.shared.Citation', 'version': 1, 'id': '9e139643-3060-4b5b-9869-269f6d66c19b'}],'longName': 'extra 1990s start dates', 'keywords': 'extra, additional, 1990s, start dates', 'irregularDateset': '1992-12-31, 1997-12-31, 1998-12-31, 1999-12-31', 'isConformanceRequested': True, '_meta': {'author': {'version': 1, 'uid': '253825f3-fbc8-43fb-b1f6-cc575dc693eb'}, 'createDate': '2017-03-21 00:00:00', 'project': 'cmip6', 'source': 'spreadsheet', 'version': 1, 'updateDate': '2017-03-21 00:00:00', 'type': 'cim.2.designing.NumericalRequirement', 'id': '3bbaa08c-946e-40aa-b056-e430ecc6e38b'}},
{'ensembleType': 'Realization', 'responsibleParties': [{'role': 'point of contact', 'parties': [{'type': 'cim.2.shared.Party', 'version': 1, 'name': 'George Boer', 'id': '38edaaec-d0d5-410e-b953-a86db6c87b24'}, {'type': 'cim.2.shared.Party', 'version': 1, 'name': 'Doug Smith', 'id': '51408b60-6696-44b3-96e5-73028d2ed3d6'}]}], 'description': 'An ensemble of at least ten simulations', 'minimumSize': 10, 'canonicalName': 'TenMemberEnsemble', 'name': 'TenMember', 'citations': [{'type': 'cim.2.shared.Citation', 'version': 1, 'id': '9e139643-3060-4b5b-9869-269f6d66c19b'}], 'longName': 'Ten Member Ensemble', 'keywords': 'ten, 10, ensemble, runs, simulations', 'isConformanceRequested': False, '_meta': {'author': {'version': 1, 'uid': '253825f3-fbc8-43fb-b1f6-cc575dc693eb'}, 'createDate': '2017-03-21 00:00:00', 'project': 'cmip6', 'source': 'spreadsheet', 'version': 1, 'updateDate': '2017-03-21 00:00:00', 'type': 'cim.2.designing.EnsembleRequirement', 'id': '7381cc84-e556-4d9a-9ec2-10ebaefc6880'}}]
The text was updated successfully, but these errors were encountered:
That seems like the right thing, but I fear that may not only mean it is serialised wrongly, but that the CIM is broken ... (which might be why it has been serialised that way) ...
This document includes an
ensemble_axis
attribute, which is a list of elements which are required to be of typelinked_to(designing.ensemble_requirement)
. There are two values in the list, the first of which is of typedesigning.numerical_requirement
, which although a superclass of the required value, is not an instance of it.The relevant piece of the value is:
The text was updated successfully, but these errors were encountered: