Version 4.7.1 of the netCDF-C library and version 4.5.0 of the netCDF-Fortran library are now available.
[Read More]03 September 2019
Version 4.7.1 of the netCDF-C library and version 4.5.0 of the netCDF-Fortran library are now available.
[Read More]16 May 2016
Version 4.4.4 of the NetCDF-Fortran library is now available. This release includes a number of enhancements including:
nc_open_mem()
in the C library, allowing
for the creation of "in memory" files.Many thanks to the community members who contributed code to this release!
Source code archives and information about the release are available in the Unidata's NetCDF-Fortran GitHub site or Unidata's NetCDF Downloads page.
21 January 2016
Version 4.4.3 of the NetCDF-Fortran library is now available.
This is primarily a compatibility release that addresses a
false negative introduced by netCDF-C 4.4.0 with
netCDF-Fortran 4.4.2. If you have tried to use
netCDF-Fortran 4.4.2 with netCDF-C 4.4.0 and received a
test failure in nf_test
and nf03_test
,
you can safely ignore these failures.
Information about the release is available in the Unidata's NetCDF-Fortran GitHub site.
Source-code zip and tar.gz archives can be found here.
14 July 2014
Version 4.4.0 of the netCDF-Fortran library is now available.
Some highlights of the 4.4.0 release:
inq_path
and rename_grps
functions analogous to
corresponding C functions. Added associated tests. (Thanks to R. Weed)
NF_MPIIO
, NF_MPIPOSIX
, NF_PNETCDF
flags and
NF_FILL_UINT
. (Thanks to R. Weed)
INTEGER*1
or INTEGER*2
types are the same size as C
long. (Thanks to R. Weed)
ISO_FORTRAN_ENV
additions and TS29113 standard extension.
C_PTR_DIFF_T
issue reported by Orion Poplowski. (Thanks to R. Weed)