netcdf-fortran v4.4.1
This is the release of netCDF-Fortran 4.4.1.
Below are the release notes for changes made since the 4.4.0
release. For a full listing of changes, please see the netcdf-fortran release notes.
Instructions for building netcdf-fortran may be found here:
Historic user documentation may be found here:
4.4.1 Released 2014-09-09
- Added a new variable for cmake-based builds,
NC_EXTRA_DEPS
. Use this to specify additional dependencies when linking against a staticnetcdf-c
library, e.g.
netcdf-fortran/build$ cmake .. -DNC_EXTRA_DEPS="-lhdf5 -lhdf5_hl -lcurl"
- Fixed to build correctly with netCDF-3-only C library, for example C library configured with --disable-netcdf-4 (R. Weed).