-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support curvilinear structured grids using open_dataset #31
Comments
Hi, I realized the problem is that I was using readnek instead of open_dataset. My case is not a perfect box, so open_dataset raises the error: ValueError: conflicting sizes for dimension 'z': length 6 on 'xmesh' and length 36 on 'z' Is there a way to bypass it? or dump a part of the domain so I could use open_dataset and the built-in functions like mean and isel ? |
Support for |
This comment advises loop indices for curvilinear structured meshes. |
For most cases this seems to be the reason, but it appears to happen (rarely) for certain runs even with box simulations as seen in #56. In v1.5.0 we will at the very least provide a meaningful error message. |
Hello, The function readnek works but open_dataset fails. Is there any workaround for this issue ? Output from readnek:
Thanks, |
Hey guys,
(probably this is not the best to post this)
I have a 3d field and I need to plot the evolution of the boundary layer thickness along x.
All examples refer to .mean. I can't even obtain a slice of an instantaneous quantity.
Is there a reference to functions like mean or slice? any chance to add some more usage examples?
Thanks for your time,
R
The text was updated successfully, but these errors were encountered: