Go to file
2013-08-14 11:21:18 -06:00
cmake
examples
h5_test
include
libcdmr
libcf
libdap2 Addressed Coverity issue 990694, 'Resource Leak' in restruct3. 2013-08-14 09:47:11 -06:00
libdispatch Addressed a handful of issues identified by 2013-08-05 20:36:33 +00:00
liblib Use GNUInstallDirs to install into /usr/lib64 as needed 2013-08-13 10:00:22 -06:00
librpc
libsrc Added stanza to only invoke m4 in non-MSVC environments. 2013-08-13 15:57:53 -06:00
libsrc4 Addressed a handful of issues identified by 2013-08-05 20:36:33 +00:00
libsrc5
m4
man4 Added information to RELEASE_NOTES to reflect the 'release candidate' status of the current release. 2013-08-09 11:14:07 -06:00
nc_test
nc_test4
ncdap_test
ncdump Modified Makefile.am to not remove ctest.c, ctest64.c. This may be reverted by for now leaving ctest.c, ctest64.c in source repository. 2013-08-07 16:31:13 -06:00
ncgen Addressed Coverity issue 711922, 'Uninitialized scalar variable'. 2013-08-14 11:07:26 -06:00
ncgen3 Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
nctest
oc2 Addressed Coverity issue 711904, 'Insecure temporary file'. 2013-08-14 11:21:18 -06:00
udunits
.gitignore Updated .gitignore file. 2013-08-07 16:37:36 -06:00
acinclude.m4
cf
cmake_uninstall.cmake.in
CMakeLists.txt Updated revision to rc2. 2013-08-13 15:42:45 -06:00
COMPILE.cmake.txt
config.h.in.cmake
configure.ac
COPYRIGHT
CTestConfig.cmake Replaced the debugging CTestConfig.cmake file with one configured for the hosted CDash instance. 2013-08-07 15:33:20 -06:00
dods.m4
Doxyfile Adding developer tools to branch. 2013-08-05 22:37:33 +00:00
FixBundle.cmake.in
INSTALL Updated the 'INSTALL' file to reference GitHub instead of the Unidata ftp site. 2013-08-06 16:32:21 -06:00
INSTALL.cmake
lib_flags.am
libncdap.tar.gz
Make0
Makefile.am Deleted reference to RELEASE_NOTES in Makefile.am; this has been replaced by a markdown-formatted version, RELEASE_NOTES.md. 2013-08-07 16:27:22 -06:00
mclean
nc-config.in
nc-config.in.cmake
ncdap.m4
netcdf-config-version.cmake.in
netcdf-config.cmake.in
netcdf.pc.in
README
README.md Added information relevant to the github transition in RELEASE_NOTES.md, 2013-08-05 22:57:53 +00:00
RELEASE_NOTES.md Updated Release Notes to include contribution from Orion Poplawski which corrected an issue with the CMake System, other CMake issue. 2013-08-13 16:04:23 -06:00
test_prog.c
test_prog.f90
test_prog.F

Unidata NetCDF

The Unidata network Common Data Form (netCDF) is an interface for scientific data access and a freely-distributed software library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. The current netCDF software provides C interfaces for applications and data. Separate software distributions available from Unidata provide Java, Fortran, and C++ interfaces. They have been tested on various common platforms.

NetCDF files are self-describing, network-transparent, directly accessible, and extendible. Self-describing means that a netCDF file includes information about the data it contains. Network-transparent means that a netCDF file is represented in a form that can be accessed by computers with different ways of storing integers, characters, and floating-point numbers. Direct-access means that a small subset of a large dataset may be accessed efficiently, without first reading through all the preceding data. Extendible means that data can be appended to a netCDF dataset without copying it or redefining its structure.

NetCDF is useful for supporting access to diverse kinds of scientific data in heterogeneous networking environments and for writing application software that does not depend on application-specific formats. For information about a variety of analysis and display packages that have been developed to analyze and display data in netCDF form, see

For more information about netCDF, see the netCDF Web page at

You can obtain a copy of the latest released version of netCDF software from

Copyright and licensing information can be found here, as well as in the COPYRIGHT file accompanying the software

To install this package, please see the file INSTALL in the distribution, or the (possibly more up-to-date) document:

The netCDF-3 C and FORTRAN-77 interfaces are documented in man(1) pages at

User's Guides are also available in several forms from the same location.

A mailing list, netcdfgroup@unidata.ucar.edu, exists for discussion of the netCDF interface and announcements about netCDF bugs, fixes, and enhancements. For information about how to subscribe, see the URL

We appreciate feedback from users of this package. Please send comments, suggestions, and bug reports to support-netcdf@unidata.ucar.edu. Please identify the version of the package (file VERSION).