mauzey1
mauzey1
I tried creating a new environment to reinstall libraries hoping it would upgrade everything. However, I got the same error as before. It appears that I've gotten the same version...
@czender Could you try building and running the tests of the CMOR branch I posted? Ideally using the environment described in the source build instructions. Alternatively, could you send me...
That file works for me without issue. Using my current dev environment, I got the following output. ``` $ ncdump -s -h foo1.nc netcdf foo1 { dimensions: time = UNLIMITED...
@czender Can you get it here? [bad_file.nc.txt](https://github.com/user-attachments/files/15793623/bad_file.nc.txt)
I tried reading the same file on a Linux machine with a conda environment made with`conda create -n ncdf_env -c conda-forge netcdf4 hdf5 blosc bzip2 zstd` and got the following...
@czender I tried disabling the use of zstandard compression on the bounds variables and ncdump read the generated file without issue. I also tried disabling deflate and that also made...
@taylor13 Here is the ncdump output with the time bounds displayed. ``` $ ncdump -v time_bnds CMIP6/CMIP6/ISMIP6/PCMDI/PCMDI-test-1-0/piControl-withism/r3i1p1f1/Amon/ta/gn/v20240611/ta_Amon_PCMDI-test-1-0_piControl-withism_r3i1p1f1_gn_200801-200806.nc netcdf ta_Amon_PCMDI-test-1-0_piControl-withism_r3i1p1f1_gn_200801-200806 { dimensions: time = UNLIMITED ; // (6 currently) plev =...