-
Notifications
You must be signed in to change notification settings - Fork 291
Failing to load cubes due to cell_method
issues
#5119
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
Related to #5067, but I believe not the same
I think our best response to this is the same : we could do with relaxing the Iris load rules to workaround failing cases (while still raising the issue as a warning). |
Hi @trexfeathers would you be interested in looking at #5126 ? |
Update on the ESMValTool side: we have found and fixed a bug that led to the generation of this malformed datasets with incomplete It would still be appreciated if Iris would load successfully (with a warning?) such files with incomplete/non-fully compliant |
Out of interest: if Iris had successfully loaded the malformed dataset, do you think you would still have made this improvement in CF compliance? This is one of the many questions involved in how we plan Iris' intended loading behaviour. |
That's a good question. I guess it depends on the use cases but here, we would probably not have fixed it since the definition of |
It's part of a much larger issue about what Iris should and should not load, which we're only just starting to explore. That's why I was curious. |
🐛 Bug Report
Hi! Until recently, ESMValTool was pinned in a way that we used iris 3.2.1. This has recently been changed (see ESMValGroup/ESMValTool#2945) so that we could use iris 3.4.0 in our environment for a development installation of ESMValTool. After running some recipes using iris 3.4.0, I noticed that some of our CMORized OBS data files (CMIP5-like standards) could not be loaded with iris any more due to
cell_method
issues. It looks like our files are missing some information, e.g.ts:cell_methods = "time" ;
but such files could be loaded with iris 3.2.1.How To Reproduce
Steps to reproduce the behaviour:
Assuming access to Jasmin:
Expected behaviour
Cube successfully loaded
Screenshots
The following traceback is shown:
Environment
Additional context
More info on the cube that can't be loaded with iris 3.4.0
Click to expand this section...
The text was updated successfully, but these errors were encountered: