Abhi Baruah
Abhi Baruah
Thanks Dennis. This makes sense. But I am still baffled by the int variable that is read back (Step 5 in my original problem statement), where the start value I...
Hello @DennisHeimbigner and @WardF , I was wondering if you got a chance to look at my follow up question. If you confirm this as the expected behavior and there...
Hello @DennisHeimbigner, I had a follow up questions regarding this. I understand that the UNLIMITED dimension is the max over all the dimensions which use it, which is why in...
Yes, you are correct. I apologize for this confusion between column major and row major. Nevertheless, the bug I am talking about still stands. For the second variable, xdim (the...
Correct. I just checked and see that ncdump prints the data correctly. Is the issue with 'nc_get_var_int' or the other 'nc_get_var_*' functions?
Hello Dennis, I was wondering if you had any update regarding this bug. Are there any plans to address this in upcoming NetCDF releases?
Please find the output of 'python setup.py build' and 'python setup.py install' in the two files build.log and install.log respectively. [build.log](https://github.com/Unidata/netcdf4-python/files/10480390/build.log) [install.log](https://github.com/Unidata/netcdf4-python/files/10480391/install.log) Another thing I would like to mention is...
conda is not an option for us because of legal restrictions in our organization. We want to build from source (developer install) because we want to use netCDF4-Python with netCDF-C...
Hello @WardF Hope you are doing well. I tried the repro steps for this issue with netCCDF 4.9.2 + HDF5 1.14.4.3 and I could still see the slowdown. Windows time...
I also tried the netCDF repro steps with older versions of netCDF. Here are the results (in seconds). Windows Linux 4.6.1 284.1 228 4.8.1 17.8 10.51 4.9.1 115.55 12.25 4.9.2...