-
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
Multimodel fails for daily data with different calendars #1198
Comments
I doubt it's a problem with |
Sorry I just checked the recipe, and at no point fx variables are being used. So if the multimodel step is failing it must be due to something else, and it is not related to what was reported in ESMValGroup/ESMValTool#2198 with the |
Ok, thanks a lot @sloosvel! I tested without extract_season but with multi model mean now, and there is a new error:
...
There are several Warnings (which are also there in the case above when the multi-model mean does not run with extract_season and extract_region).
|
Here is the complete log and the recipe. |
@katjaweigel thanks for the detailed error report and logs. The last error tells me that a certain cube from the cubes list has the time axis shorter by exactly one point than the first cube in the list, which should not happen since they must have the same length of the time axis. I'll investigate on JASMIN |
OK a first pass explains why the merge is failing - ACCESS1-3 has |
thanks very much @katjaweigel - I've opened an issue in Core related to this, I will revert to the older 2.2.0 module for now, the new module is unacceptably slow and does contain the bugs you found yourself. I'll ping you here when I have reverted to the old module so you can run (just tested it myself and runs fine and fast) 👍 |
@valeriupredoi ok, thanks a lot!
Warning and following issues. The reason for the
Warning and the
Error is most probably, that there are is a different number of days in the 26 years the recipe tries to look at, either 9490 days or 9497 days (probably depending on if the calendar contains leap years or not). |
Doesn't solve the leap year issue, its fails with:
and there are still cubes with 9490 and 9497 days. |
I don't think the height coord is a problem after all. Will write the details in #1204. The leap years issue also triggers a warning (I think this is quite nice, actually):
Last thing to mention: these annoying iris warnings:
are silenced in #968 (see this commit). |
@katjaweigel can we change the title of this issue to something like "multimodel fails for daily data with different calendars"? |
@Peter9192 sure, you can change it, since there is an own tas issue (#1204) now (sorry somehow I overlooked this and only saw the PR). |
Describe the bug
A multi-model mean, which was running for the last core version now fails because:
Different to the case reported here: ESMValGroup/ESMValTool#2198
the recipe does not use "extract_level" but "extract_region" and "extract_season", could this be connected?
Please attach
The recipe is attached here, it belongs to the PR PV capacity factor for ESMValTool GMD paper ESMValTool#2153 There the multi-model mean is currently turned off.
recipe_pv_capacity_factor.yml_coord_issue_multi_model_mean.txt
The
main_log_debug.txt
file:run_main_log_debug_coord_issue_multi_model_mean.txt
The text was updated successfully, but these errors were encountered: