-
Notifications
You must be signed in to change notification settings - Fork 128
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
Error when trying to load HadISST obsdata with ESMValTool 2.8.0 #3207
Comments
hi @TomasTorsvik thanks for pointing this to us! It's an iris issue (if you follow the traceback at the end of the main debug file - and cheers for posting it - you'll see iris doesn't like a certain index in the metadata). Since your fail happens with iris=3.6 and not with iris=3.2.1 (wow that's ye olde) it could be one of two things:
@trexfeathers @bjlittle what would it be the best way for you guys to grab hold of that file and have a looksee - it's pretty big, maybe you can coordinate with @TomasTorsvik you guys get a smaller (say 10 years) file from him and test? esmvalcore's I/O is wrapped around |
It looks like SciTools/iris#5119 |
@bouweandela that's exactly that, cheers! In this case, no need for error replication, it's established - what to do next, that's above my paygrade 😁 |
Actually this issue looks like a duplicate of #1875, which was solved by updating the CMORizer script. The solution seems therefore to CMORize the data again with the latest version of ESMValTool. |
Hi @bouweandela , @valeriupredoi thanks for the quick response. I will try to CMORize the HadISST obsdata again and see if this solves the problem. |
that sounds vaguely familiar, sorry @bouweandela , my memory span is about 12 hours 🤣 @TomasTorsvik how old is that data in |
Hi @valeriupredoi , @bouweandela , I CMORized the HadISST dataset with the updated script from ESMValTool 2.8.0, and now the recipe works. So, it seems we should update our obsdata, some of it dates back to 2020. 😃 |
@TomasTorsvik brilliant! Very many thanks for following it up with reCMORization, and closing - this is how everyone should do issues on GH 😁 |
Describe the bug
I get an error when I try to run the standard
recipe_seaice.yml
case with the latest installation of ESMCalTool.For some reason ESMValTool is not able to laod the HadISST data. When I run the same recipe with v2.7.0 it goes trough without problems.
ESMValTool version:
I have not been able to find an explanation why this happens. I suspect that it either can be related to changes in the esmvaltool conda environment (see attachments), or due to changes in the HadISST dataset #3027 , but I suppose there can be other reasons as well. Does anyone have an idea how to fix this problem?
Please attach
recipe_seaice.txt
main_log_debug.txt
esmvaltool2.8.0-env.txt
esmvaltool2.7.0-env.txt
The text was updated successfully, but these errors were encountered: