• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

dumper/H03-May-2022-31,66326,512

examples/H03-May-2022-2,9731,799

fortran/H03-May-2022-16,56411,793

hdfimport/H03-May-2022-7,9346,099

hdiff/H03-May-2022-8,5495,572

hrepack/H03-May-2022-13,5118,544

libsrc/H03-May-2022-26,72717,724

ncdump/H03-May-2022-3,6052,893

ncgen/H03-May-2022-9,9187,894

nctest/H03-May-2022-9,9028,073

test/H03-May-2022-19,89912,120

util/H03-May-2022-242194

xdr/H03-May-2022-6,8605,562

COPYRIGHTH A D03-Mar-20201.8 KiB3228

FAQH A D03-Mar-202029 KiB582466

Makefile.amH A D03-Mar-20201 KiB4029

Makefile.inH A D03-Mar-202021.2 KiB717622

READMEH A D03-Mar-20205.6 KiB12493

THANKSH A D03-Mar-20204.1 KiB7975

build.batH A D03-Mar-202057 21

README

1Unidata netCDF was integrated with HDF early in HDF's history.
2
3The COPYRIGHT file in this directory is the Unidata netCDF copyright and
4license file from Version 2.3.2, in 1993.  For those interested, the
5Unidata netCDF README from the same release appears below.
6
7Unidata netCDF Version 2.3.2 is the version integrated with this version
8of HDF.
9
10--------------------------------------------------------------------------
11Unidata netCDF README
12--------------------------------------------------------------------------
13
14                               Unidata netCDF
15                               Version 2.3.2
16                                 June 1993
17
18The Unidata network Common Data Form (netCDF) is an interface for scientific
19data access and a freely-distributed software library that provides an
20implementation of the interface.  The netCDF library also defines a
21machine-independent format for representing scientific data.  Together, the
22interface, library, and format support the creation, access, and sharing of
23scientific data.  The current netCDF software provides common C and FORTRAN
24interfaces for applications and data.  It has been tested on various common
25platforms, including several versions of UNIX, VMS, MSDOS, and OS/2.
26
27NetCDF files are self-describing, network-transparent, directly accessible,
28and extendible.  `Self-describing' means that a netCDF file includes
29information about the data it contains.  `Network-transparent' means that a
30netCDF file is represented in a form that can be accessed by computers with
31different ways of storing integers, characters, and floating-point numbers.
32`Direct-access' means that a small subset of a large dataset may be accessed
33efficiently, without first reading through all the preceding data.
34`Extendible' means that data can be appended to a netCDF dataset without
35copying it or redefining its structure.
36
37NetCDF is useful for supporting access to diverse kinds of scientific
38data in heterogeneous networking environments and for writing application
39software that does not depend on application-specific formats.  A variety
40of analysis and display packages have been developed to analyze and
41display data in netCDF form.
42
43You can obtain a copy of the latest version of netCDF software using
44anonymous FTP from
45
46        host: unidata.ucar.edu
47        file: pub/netcdf/netcdf.tar.Z
48
49Included in this distribution are: the C source for the netCDF data
50access library, sources for the FORTRAN jacket library for various
51systems, documentation for the netCDF library and utilities in the form
52of a netCDF User's Guide, source for the netCDF utilities ncdump and
53ncgen, a directory of test programs to verify the correct implementation
54of the netCDF library in new environments, and a directory of XDR
55(eXternal Data Representation) source code for environments that do not
56support XDR.
57
58Other files available for anonymous FTP from the pub/netcdf/ directory of
59unidata.ucar.edu include
60
61 README                 general information about netCDF
62
63 FAQ                    Frequently Asked Questions (with answers) about
64                        netCDF.
65
66 utilities.txt          a list of software packages currently available or
67                        under development for manipulating and displaying
68                        netCDF data
69
70 guide.ps.Z             a compressed PostScript file of the NetCDF User's
71                        Guide.  This is included in the netcdf.tar.Z
72                        distribution, so you don't need both.
73
74 ncprogs.ps             a draft PostScript document describing an initial
75                        set of netCDF operator and utility programs under
76                        development
77
78 ncprogs.txt            an ASCII version of ncprogs.ps
79
80 conventions.info       a draft document of some proposed netCDF conventions
81
82 cdl/                   a directory containing some examples of CDL files
83                        (an ASCII representation for netCDF files).
84
85 msdos/                 a directory containing executables and binaries for
86                        netCDF under MSDOS 5.0.  These can also be built
87                        from the sources in netcdf.tar.Z, if you have the
88                        necessary Microsoft compilers.
89
90 mac/                   a directory containing notes and Macintosh MPW
91                        makefiles for porting netCDF to an Apple Macintosh.
92                        These were contributed by Chuck Denham, U.S.
93                        Geological Survey.
94
95Current netCDF plans include the design and implementation of a
96C++ interface, implementation of netCDF operator and utility programs,
97and transparent support for packed netCDF data.
98
99A mailing list, netcdfgroup@unidata.ucar.edu, exists for discussion of
100the netCDF interface and announcements about netCDF bugs, fixes, and
101enhancements.  To subscribe, send a request to
102
103        netcdfgroup-adm@unidata.ucar.edu
104
105An archive of past postings to the netcdfgroup mailing list is available
106for anonymous FTP from the file mail-archives/netcdfgroup of
107unidata.ucar.edu.
108
109A recent paper that provides a good introduction to the use of netCDF
110appeared in
111
112  Jenter, H. L. and R. P. Signell, 1992. "NetCDF: A Freely-Available
113  Software-Solution to Data-Access Problems for Numerical Modelers".
114  Proceedings of the American Society of Civil Engineers Conference on
115  Estuarine and Coastal Modeling. Tampa, Florida.
116
117This paper is available via anonymous FTP from
118
119        host: crusty.er.usgs.gov
120        file: pub/netcdf.asce.ps
121
122Specific questions about netCDF that are not of interest to the
123netcdfgroup mailing list may be sent to support@unidata.ucar.edu.
124