|
Index of /library/netcdf/unidata-mirror
|
Name Last modified Size Description
Parent Directory 22-Dec-2004 18:09 -
Conventions/ 05-Mar-2008 03:31 -
SIGEN.htm 29-Aug-2008 10:08 9k
cdl/ 23-Dec-2004 03:25 -
contrib/ 10-May-2007 03:26 -
exp/ 23-Dec-2004 03:25 -
nc3_benchmarks_out.txt 01-Jul-2008 06:08 250k
nc3_c_only_out.txt 01-Jul-2008 05:57 171k
nc3_default_out.txt 01-Jul-2008 06:21 250k
nc3_g95_nsu_out.txt 01-Jul-2008 06:24 278k
nc3_gfortran_32_out.txt 01-Jul-2008 06:24 349k
nc3_large_file_out.txt 01-Jul-2008 06:18 256k
nc3_logging_out.txt 01-Jul-2008 05:56 251k
nc3_make_distcheck_out.txt 01-Jul-2008 10:55 548k
nc3_nc3_out.txt 01-Jul-2008 05:53 252k
nc3_nocxx_out.txt 01-Jul-2008 05:58 237k
nc3_nof77_nocxx_noutilb_out.txt 01-Jul-2008 05:54 187k
nc3_nof77_out.txt 01-Jul-2008 06:07 210k
nc3_nof90_out.txt 01-Jul-2008 06:00 241k
nc3_noutil_nov2_out.txt 01-Jul-2008 06:06 229k
nc3_pgi_32_out.txt 01-Jul-2008 06:25 373k
nc3_pgi_32_shared_out.txt 01-Jul-2008 06:26 384k
nc3_pgi_bstatic_out.txt 01-Jul-2008 06:29 287k
nc3_pgi_out.txt 01-Jul-2008 06:27 232k
nc3_pgi_shared_out.txt 01-Jul-2008 06:28 243k
nc3_shared_docs_out.txt 01-Jul-2008 06:04 279k
nc3_shared_out.txt 01-Jul-2008 06:02 263k
nc3_t10_out.txt 01-Jul-2008 06:22 171k
nc3_xtra_tests_out.txt 01-Jul-2008 06:19 251k
nc4_benchmarks_out.txt 01-Jul-2008 07:43 378k
nc4_c_only_out.txt 01-Jul-2008 07:14 242k
nc4_default_out.txt 01-Jul-2008 08:13 366k
nc4_g95_nsu_out.txt 01-Jul-2008 08:19 404k
nc4_gfortran_32_out.txt 01-Jul-2008 08:21 445k
nc4_large_file_out.txt 01-Jul-2008 08:05 375k
nc4_logging_out.txt 01-Jul-2008 07:11 367k
nc4_make_distcheck_out.txt 01-Jul-2008 06:54 754k
nc4_nc3_out.txt 01-Jul-2008 06:57 253k
nc4_nocxx_out.txt 01-Jul-2008 07:17 350k
nc4_nof77_nocxx_noutilb_out.txt 01-Jul-2008 07:00 265k
nc4_nof77_out.txt 01-Jul-2008 07:38 306k
nc4_nof90_out.txt 01-Jul-2008 07:21 351k
nc4_noutil_nov2_out.txt 01-Jul-2008 07:35 327k
nc4_par.txt 01-Jul-2008 07:07 403k
nc4_pgi_32_out.txt 01-Jul-2008 08:24 487k
nc4_pgi_32_shared_out.txt 01-Jul-2008 08:28 507k
nc4_pgi_bstatic_out.txt 01-Jul-2008 08:34 299k
nc4_pgi_out.txt 01-Jul-2008 08:30 343k
nc4_pgi_shared_out.txt 01-Jul-2008 08:34 362k
nc4_shared_docs_out.txt 01-Jul-2008 07:31 402k
nc4_shared_out.txt 01-Jul-2008 07:26 388k
nc4_t10_out.txt 01-Jul-2008 08:14 198k
nc4_xtra_tests_out.txt 01-Jul-2008 08:09 367k
netcdf-3.6.1.tar.Z 27-Feb-2006 15:58 1.6M
netcdf-3.6.1.tar.gz 27-Feb-2006 15:58 863k
netcdf-3.6.2.tar.Z 01-Mar-2007 22:51 8.4M
netcdf-3.6.2.tar.bz2 01-Mar-2007 22:51 4.4M
netcdf-3.6.2.tar.gz 01-Mar-2007 22:51 5.1M
netcdf-3.6.3.tar.Z 29-Jun-2008 17:29 17.7M
netcdf-3.6.3.tar.gz 29-Jun-2008 17:29 11.0M
netcdf-4.0.tar.Z 29-Jun-2008 19:42 18.2M
netcdf-4.0.tar.gz 29-Jun-2008 19:42 11.0M
netcdf-4/ 12-Jun-2008 03:27 -
netcdf-java/ 13-Oct-2007 03:25 -
netcdf-perl/ 23-Dec-2004 03:25 -
netcdf.tar.Z 29-Jun-2008 19:42 18.2M
netcdf.tar.gz 29-Jun-2008 19:42 11.0M
old/ 14-Jun-2008 03:30 -
sample_data/ 29-Dec-2007 03:27 -
snapshot/ 29-Aug-2008 03:26 -
udunits.tar.Z -
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, Fortran-77, Fortran-90, and C++ interfaces for
applications and data. It has 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. A variety of analysis and display packages have been developed
to analyze and display data in netCDF form.
For more information about netCDF, see the netCDF Web page at
http://www.unidata.ucar.edu/packages/netcdf/
You can obtain a copy of the latest released version of netCDF software
using a WWW browser or anonymous FTP from
ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf.tar.Z
Included in this distribution are: the C source for the netCDF data
access library, sources for the FORTRAN and C++ interfaces,
documentation for the netCDF library and utilities in the form of a
netCDF User's Guide, source for the netCDF utilities ncdump and ncgen,
and test programs to verify the correct implementation of the netCDF
library.
Legal stuff (copyright, licensing restrictions, etc.) can be found in
the file COPYRIGHT.
To install this package, please see the file INSTALL in the
distribution, or the (possibly more up-to-date) document:
http://www.unidata.ucar.edu/packages/netcdf/docs/netcdf-install/
The netCDF-3 C and FORTRAN-77 interfaces are documented in man(1)
pages in the distribution in files netcdf.3 and netcdf.3f,
respectively, or at
http://www.unidata.ucar.edu/packages/netcdf/docs
User's Guides for C, FORTRAN, and FORTRAN-90 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
http://www.unidata.ucar.edu/packages/netcdf/mailing-lists.html
An archive of past postings to the netcdfgroup mailing list is available
for searching from the netCDF home page.
We appreciate feedback from users of this package. Please send
comments, suggestions, and bug reports to <support@unidata.ucar.edu>.
Please identify the version of the package (file VERSION).