-
Notifications
You must be signed in to change notification settings - Fork 38
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
Perfmetrics recipe fails in multi model mean step #2559
Comments
Could you share a bit more than the stack trace? At least the error message coming from the preprocessor that lists the inputs and output file would be very helpful. |
This is the info log: |
had a look at Manu's log file -> it appears iris is complaining the multimodel stat aux coord already exists, before adding it? It'd be good to print out the cube's aux coords before we try shove in that aux coord, I smell an iris overly cautious criterion there 🐀 |
I'm seeing a similar issue when concatenating FGOALS-f3-L data in examples/recipe_easy_ipcc.yml with the development branch of ESMValCore and Iris, and that seems to work fine with ESMValCore v2.11.0/Iris 3.10 so I suspect it could also be related to something that changed in the fixes. |
It looks like it is the combination of a statistics operator that supports lazy statistics ( |
Describe the bug
Running
esmvaltool run --search_esgf=when_missing ~/ESMValTool/esmvaltool/recipes/recipe_perfmetrics_CMIP5.yml
with the current ESMValCore main branch fails with a
iris.exceptions.CannotAddError: Duplicate coordinates are not permitted.
error. I think this is related to #2518. @bouweandela could you please take a look? Thanks!Traceback
Recipe: https://github.com/ESMValGroup/ESMValTool/blob/main/esmvaltool/recipes/recipe_perfmetrics_CMIP5.yml
Info log: main_log.txt
(The full debug log is too large to upload [39MB])
The text was updated successfully, but these errors were encountered: