NetCDF User's Guide for C
The netCDF software includes C and FORTRAN interfaces for accessing netCDF data. These libraries are available for many common computing platforms.
C++ and Perl interfaces for netCDF data access are also available from Unidata. The community of netCDF users has contributed ports of the software to additional platforms and interfaces for other programming languages as well. Source code for netCDF software libraries is freely available to encourage the sharing of both array-oriented data and the software that makes the data useful.
This User's Guide presents the netCDF data model, but documents only the C interface. Separate documents are available for the other language interfaces; also see the netCDF World Wide Web site
, http://www.unidata.ucar.edu/packages/netcdf/
for links to on-line versions of the C, FORTRAN, C++ and Perl documentation. Reference documentation for UNIX systems, in the form of UNIX 'man' pages for the C and FORTRAN interfaces is also available there. Extensive additional information about netCDF, including pointers to other software that works with netCDF data, is available from the netCDF World Wide Web site.