NetCDF-Fortran  4.4.5
README.md
Go to the documentation of this file.
1 Unidata NetCDF Fortran Library
2 ========================================
3 
4 Overview
5 --------
6 
7 
8 The Unidata network Common Data Form (netCDF) is an interface for scientific data access and a set of freely-distributed software libraries that provide 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. This software package provides Fortran application interfaces for accessing netCDF data. It depends on the netCDF C library, which must be installed first. Other separate software distributions available from Unidata provide C Java, C++, and Python. They have been tested on various common platforms.
9 
10 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.
11 
12 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
13 
14 * http://www.unidata.ucar.edu/netcdf/software.html
15 
16 For more information about netCDF, see the netCDF Web page at
17 
18 * http://www.unidata.ucar.edu/netcdf/
19 
20 ### Code Status
21 
22 NetCDF-Fortran uses [Travis-CI](http://travis-ci.org) for continuous integration testing. This helps to ensure that developer changes do not break the netCDF-Fortran code base.
23 
24 
25 Getting NetCDF
26 --------------
27 
28 You can obtain a copy of the latest released versions of netCDF software from
29 
30 * http://github.com/Unidata/netcdf-c
31 * http://github.com/Unidata/netcdf-fortran
32 * http://github.com/Unidata/netcdf-cxx4
33 * http://github.com/Unidata/netcdf4-python
34 
35 Copyright and licensing information can be found here, as well as in the COPYRIGHT file accompanying the software
36 
37 * http://www.unidata.ucar.edu/software/netcdf/copyright.html
38 
39 To install this package, please see the document:
40 
41 * http://www.unidata.ucar.edu/software/netcdf/docs/building_netcdf_fortran.html
42 
43 Additional Documentation
44 ------------------------
45 
46 The netCDF-3 C and FORTRAN-77 interfaces are documented at
47 
48 * http://www.unidata.ucar.edu/netcdf/documentation/historic/
49 
50 User's Guides are also available in several forms from the same location.
51 
52 Mailing List
53 ------------
54 
55 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
56 
57 * http://www.unidata.ucar.edu/netcdf/mailing-lists.html
58 
59 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.

Return to the Main Unidata NetCDF page.
Generated on Fri Jan 28 2022 08:18:19 for NetCDF-Fortran. NetCDF is a Unidata library.