-
Notifications
You must be signed in to change notification settings - Fork 0
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
Some datasets have deviating plev coordinates #19
Comments
Is this picked up by the cmor checks/fixes if the data is loaded in ESMValTtool? |
no - why would it be? It's a valid
is a perfectly fine coordinate 😃 |
note that this doesn't fix ESMValGroup/ESMValCore#956 - there is no need for a fix for that perse, it behaves as it should (I'll post a comment there); also this is not an issue 👍 |
Okay so maybe it's valid, but it's not a standard level. If you try to join two cubes in Iris where one of them has |
what do you mean they're not standard? ie they're not |
Yes, this should issue a warning coming from here: https://github.com/ESMValGroup/ESMValCore/blob/b632f9ac7172a91b52fe91264f37a2ce3e13ac3e/esmvalcore/cmor/check.py#L633 |
I agree, see my comments here ESMValGroup/ESMValCore#956 (comment) |
I made a PR that removes the deviating datasets from the repo, since we do not use the esmvalcore machinery to go through the fixes. See #21 |
I'm not entirely sure if this is a bad enough error for removing the datasets. If I understood it correctly, the |
iris will say they are different. If these are still included, ESMValGroup/ESMValCore#968 will fail. |
Yes, I think that is a usability problem of iris, because to a scientist this doesn't make sense, from a physical point of view they are the same. It would be good if the ESMValCore is able to deal with this kind of technical detail without bothering the scientist users with it. |
A few datasets have deviating vertical coordinates of
[100000.00000001 92500.00000001]
:and
[100000.00000001 85000.00000001]
:Addressing this issue is needed for:
ESMValGroup/ESMValCore#956
The text was updated successfully, but these errors were encountered: