netcdf-c icon indicating copy to clipboard operation
netcdf-c copied to clipboard

Official GitHub repository for netCDF-C libraries and utilities.

Results 306 netcdf-c issues
Sort by recently updated
recently updated
newest added

When building the Fedora netcdf 4.9.3-rc2 package on rawhide I get the following on s390x: ```` =============================================== netCDF 4.9.3-rc2: nc_test4/test-suite.log =============================================== # TOTAL: 85 # PASS: 84 # SKIP: 0...

I'm testing updating the Fedora netcdf package to 4.9.3-rc2 and getting the following test failure: ``` =============================================== netCDF 4.9.3-rc2: nc_test4/test-suite.log =============================================== # TOTAL: 87 # PASS: 86 # SKIP: 0...

have a question about getting netcdf to find my filter plugin. I am trying to use a self-installed hdf5 plugin with hdf5 and netcdf installed on the NCAR system (casper)....

I'm working on updating hdf5 to 2.0 in Fedora. I've applied 741c4b4a909179d3fce56b60eede7ee5332af349 to netcdf 4.9.3 and it builds okay, but I'm getting the following test failure: ``` AIL: run_unlim_io ==================...

Update release notes and docs to mention consolidated metadata

# Regularize, cleanup, and refactor various AWS features NOTE: I have created as draft. It must not be merged until PR https://github.com/Unidata/netcdf-c/pull/3197 has been merged. ## Primary Change(s) * Refactor...

Begin the consolidation of global state into two files: libdispatch/dglobal.c and include/ncglobal.h. ## Primary Changes * New files: include/ncglobal.h and libdispatch/dglobal.c. * Refactor NCglobalstate decls from nc4internal.h to ncglobal.h. *...

I tried to build netcdf 4.9.3 with the latest HDF5 2.0.0 but it fails: ``` [102/243] Building C object libhdf5/CMakeFiles/netcdfhdf5.dir/H5FDhttp.c.obj FAILED: [code=1] libhdf5/CMakeFiles/netcdfhdf5.dir/H5FDhttp.c.obj C:\msys64\clang64\bin\clang.exe -DH5_BUILT_AS_DYNAMIC_LIB -DHAVE_CONFIG_H -ID:/_/B/src/build-static-CLANG64/include -ID:/_/B/src/netcdf-c-4.9.3/include -ID:/_/B/src/netcdf-c-4.9.3/oc2 -ID:/_/B/src/netcdf-c-4.9.3/libsrc...

area/hdf5

I was getting some odd performance issues with an (admittedly badly-chunked-for-this-use-case) data files. However, despite being badly chunked, I thought the cunk cache might mitigate the issue, and it did...

It would be really nice if we could interoperate with zarr coming from elsewhere, like xarray. Currently, if I run the following Python code to create the simplest zarr store:...