netCDF-Fortran 4.4.4
4.4.4 Released May 13, 2016
-
Corrected an issue where cmake-based builds specifying
USE_LOGGING
were not seeing expected behavior. The issue was reported, and subsequently fixed, by Neil Carlson at Los Alamos Nat'l Laboratory. See Github Pull Request #44 for more information. -
Integrated improvements provided by Richard Weed. For a complete list of modifications, see the file
docs/netcdf_fortran_4.4.2dev_notes_RW.pdf
. It is highly detailed and worth reading!The highlights of the improvements are as follows:
- Explicit dependencies on
NC_MAX_DIM
constant for arrays has been removed and replaced with dynamically-allocated arrays. - Support for
nc_open_mem()
in the C library, allowing for the creation of "in memory" files. - General clean up.
- Explicit dependencies on