-
Notifications
You must be signed in to change notification settings - Fork 36
order in required_global_attributes
matters
#737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
required_global_attrbitues
matters
Sorry, I'll try to provide a minmal example, but, e.g., see here... |
required_global_attrbitues
mattersrequired_global_attributes
matters
@larsbuntemeyer it's not obvious what is required here - if you can provide an example, or even better a PR to correct logic, then that would be ideal and can get merged in for a future release (3.11 would be a target, 3.10 we hope to have out soon) |
@larsbuntemeyer just circling on a couple of these open issues. CMOR 3.9.0 expects a project_CV.json file that contains a simple dictionary of valid terms, themselves either a simple list or a "flat" dictionary with keys and single values. The software then checks for matches (or regex matches) before continuing. In CMIP6, there were two exceptions, For CMOR 3.10, this has been augmented so that This issue is now stale, so I will close for now - if you want to provide more concrete guidance as to what your asking for here, feel free to reopen |
Uh oh!
There was an error while loading. Please reload this page.
Just wanted to dump this here, since we now have fixed our required global attributes for CORDEX. I'm not sure if it's by intention, but it seems like the order of variables in the
required_global_attributes
tables seems to matter when they are evaluated during cmorization. This is probably related to #628. For example, if if have...... and my input dataset file contains
domain_id: "EUR-50"
, cmor will correctly and automatically add the global attributesdomain: "Europe"
to the file. However, this wil not work if thedomain
attribute comes before thedomain_id
attribute in the list ofrequired_global_attributes
, e.g., this will not work...This is somehow confusing and it's not the case for attributes like, e.g.,
source_id
andsource
....The text was updated successfully, but these errors were encountered: