You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blosc_Filter Error: blosc_filter: Buffer is uncompressible.
NetCDF: Filter error: bad id or parameters or duplicate filter
Location: file /home/k/k202186/repos/netcdf-c/ncdump/nccopy.c; fcn copy line 2138
I pin pointed the variable that was causing the error and created a simplied dataset that could reproduce it: ngc4008_P1D_0_crs.zarr.zip
The failure is on the compression side. As you note, ncdump works because is doing
decompression only.
In looking at the cblosc doc. it appears that there is a simple fix, so I modified
plugins/H5Zblosc.c to include that fix.
When experimenting with #3068 I bumped into this. I believe it was not introduced in such PR and trying with
4.8.1
it works fine.I pin pointed the variable that was causing the error and created a simplied dataset that could reproduce it: ngc4008_P1D_0_crs.zarr.zip
the respective
ncdump
works without errors:I'll try to follow it up.
Relevant logs
The text was updated successfully, but these errors were encountered: