mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-19 17:30:27 +08:00
Minor text file updates for 4.2
This commit is contained in:
parent
7cee1bb0ac
commit
316d9a6327
@ -4,7 +4,7 @@ The NetCDF Copyright.
|
||||
\page copyright Copyright
|
||||
|
||||
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 University
|
||||
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 University
|
||||
Corporation for Atmospheric Research/Unidata.
|
||||
|
||||
Portions of this software were developed by the Unidata Program at the
|
||||
|
29
README
29
README
@ -6,9 +6,9 @@ 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.
|
||||
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
|
||||
@ -23,32 +23,35 @@ 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.
|
||||
formats. For information about a variety of analysis and display
|
||||
packages that have been developed to analyze and display data in
|
||||
netCDF form, see
|
||||
|
||||
http://www.unidata.ucar.edu/netcdf/software.html
|
||||
|
||||
For more information about netCDF, see the netCDF Web page at
|
||||
|
||||
http://www.unidata.ucar.edu/software/netcdf/
|
||||
http://www.unidata.ucar.edu/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
|
||||
ftp://ftp.unidata.ucar.edu/pub/netcdf/
|
||||
|
||||
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.
|
||||
netCDF User's Guide, source for the netCDF utilities ncdump, ncgen,
|
||||
and nccopy, 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.
|
||||
Copyright and licensing information 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/software/netcdf/docs/netcdf-install/
|
||||
http://www.unidata.ucar.edu/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,
|
||||
|
@ -36,7 +36,11 @@ VERSION COMMENTS
|
||||
Fix bug with scalar coordinate variables in netCDF-4
|
||||
files, causing failure with --enable-extra-tests
|
||||
[NCF-149]
|
||||
|
||||
|
||||
Fix turning off fill values in HDF5 layers when NOFILL
|
||||
mode is set in netCDF-4 API (thanks to Karen
|
||||
Schuchardt).
|
||||
[NCF-151]
|
||||
|
||||
4.2-rc1 2011-12-30 (Note: Jira entries include reference to '[NCF-XX]')
|
||||
|
||||
@ -134,9 +138,13 @@ VERSION COMMENTS
|
||||
specifying NcML output is used on netCDF-4 enhanced model input.
|
||||
[NCF-129]
|
||||
|
||||
Fix bug causing infinite loop in ncdump -c of
|
||||
netCDF-4 file with subgroup with variables using
|
||||
inherited dimensions
|
||||
Incorporated Constantine Khroulev's bug fix for
|
||||
invalid usage of MPI_Comm_f2c in nc_create_par.
|
||||
[NCF-135]
|
||||
|
||||
Fixed bug causing infinite loop in ncdump -c of netCDF-4
|
||||
file with subgroup with variables using inherited
|
||||
dimensions.
|
||||
[NCF-136]
|
||||
|
||||
4.1.3 2011-06-17
|
||||
|
Loading…
x
Reference in New Issue
Block a user