-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issues using hdf5 in parallel through xarray #168
Comments
I remembered about this - we saw this last year. Its could be an issue with hdf 1.14.3: |
Looking at this now |
OK. We have hdf 1.14.3. I'm going to try with 1.14.4 |
I don't know if it is related to hdf 1.14.3. No cmor version with support for hdf5.1.14.4 |
What about just 1.14.2 ? Or can you do |
I can try. Is the issue specifically for 1.14.3? |
When using conda/analysis3-25.01, I get lots of errors opening netcdf files through xarray.
See
https://github.com/anton-seaice/sandbox/blob/178e5b331872931d2789c28ae78991273882b80c/hovmoellers_temp_salt.ipynb
First there is all these warnings about not finding backends:
But it does open the files
However, when I try and access the data through dask, it fails with
RuntimeError: NetCDF: HDF error
This code works in
conda/analysis3-24.04
The text was updated successfully, but these errors were encountered: