-
ncml files (and probably more types) are ignored as netcdf files.
The dataset should be opened using the netcdfDataset.open methods.
https://github.com/Unidata/netcdf-java/blob/c74b0bbd3c0d0797c…
-
> This issue was reported originally to the netcdfgroup mailing list by Ed Zaron.
Hi Netcdf developers,
I am working my way through a reimplementation of the f90 API and noticed a minor bug in nf90_…
-
The following conditionals are essential on Windows, however since `_MSC_VER` is used instead of `_WIN32` this will break on gcc within mingw64. It would be good if these could be fixed. By the way, I…
-
I tried to compile the "simple_wr_xy.f90" example fortran program that I found on the Unidata website (https://www.unidata.ucar.edu/software/netcdf/examples/programs/). However, it produces the follow…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
With the current implementation, there is no problem writing netCDF4 as long as the net…
-
Recently, many of my simulations that run on clusters have crashed due to out-of-memory errors. I find that `NetCDFOutputWriter` seems to cause memory leak, which can by reproduced by the code below:
…
-
* netcdf version 1.6.5
* Windows 10
Based on https://github.com/Unidata/netcdf4-python/issues/817, but with the rename ordering switched just to be safe. There seems to be a bug in `renameDimensio…
-
```console
$ git clone https://github.com/Unidata/netcdf-fortran
$ cd netcdf-fortran
$ mamba create -n netcdf lfortran cmake make netcdf4
$ conda activate netcdf
$ FFLAGS="--cpp" FC=lfortran cmak…
-
Hello. I was checking Unidata's news and stumble upon this [article](https://www.unidata.ucar.edu/blogs/news/entry/summer-2024-unidata-interns-wrap).
It says that @matakleo implemented a server-side …
-
In the users guide at https://docs.unidata.ucar.edu/nug/current/index.html:
* The link for `Appendix A` points to https://docs.unidata.ucar.edu/netcdf-c/current.4-pre/attribute_conventions.html
* Th…