-
Notifications
You must be signed in to change notification settings - Fork 7
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
Process error: Cannot apply_along_axis when any iteration dimensions are 0 #64
Comments
Possible related issue: |
This is actually related to #61 but this time we get a different error because this is a curvilinear grid, and The longitude bounds mean that there is no I think we need an extra check in
as well as the check implemented for #61, which checks after the level and time subsets as well. |
The order of the latitude bounds doesn't make a difference in this case because the bounds get flipped by |
I tried to recreate this with a test dataset - still curvilinear and I've tried various lat/lon bounds but can't get the same issue, however it has identified another error that can occur with curvilinear grids when the lat/ lon bounds are too small:
|
closed by roocs/clisops#156 |
Description
Error on user request in production system.
See notebook, error 21, 24.03:
https://nbviewer.jupyter.org/github/roocs/rooki/blob/master/notebooks/tests/test-c3s-cmip6-subset-errors-dkrz-2021-03-23.ipynb
What I Did
Run:
Error:
The text was updated successfully, but these errors were encountered: