Below are the release notes for changes made since the 4.4-rc1
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 Released 2014-07-08
- For 32-bit platforms fixed integer fill parameters, initialized potentially
unitialized variables, and provided some missing defaults (R. Weed). - Fixed CMake builds on 32-bit platforms.
- Added new
inq_path
andrename_grps
functions analogous to
corresponding C functions. Added associated tests. (R. Weed) - Added support for NF_MPIIO,
NF_MPIPOSIX
,NF_PNETCDF
flags and
NF_FILL_UINT
. (R. Weed) - Fixed potential bug in attribute functions for integer values when
FortranINTEGER*1
orINTEGER*2
types are the same size as C
long. (R. Weed) - Added test for compiler support of Fortran 2008
ISO_FORTRAN_ENV
additions and TS29113 standard extension. - Fixed
C_PTR_DIFF_T
issue reported by Orion Poplowski. (R. Weed)