NetCDF-Fortran  4.4.4
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 Continuous Integration Testing Suite | Status
25 ---------------- | -----------
26 Travis-CI | <IMG SRC="https://travis-ci.org/Unidata/netcdf-fortran.svg?branch=master"/>
27 
28 
29 Getting NetCDF
30 --------------
31 
32 You can obtain a copy of the latest released versions of netCDF software from
33 
34 * http://github.com/Unidata/netcdf-c
35 * http://github.com/Unidata/netcdf-fortran
36 * http://github.com/Unidata/netcdf-cxx4
37 * http://github.com/Unidata/netcdf4-python
38 
39 Copyright and licensing information can be found here, as well as in the COPYRIGHT file accompanying the software
40 
41 * http://www.unidata.ucar.edu/software/netcdf/copyright.html
42 
43 To install this package, please see the file INSTALL in the distribution, or the (usually more up-to-date) document:
44 
45 * http://www.unidata.ucar.edu/netcdf/docs/netcdf-fortran-install.html
46 
47 Additional Documentation
48 ------------------------
49 
50 The netCDF-3 C and FORTRAN-77 interfaces are documented at
51 
52 * http://www.unidata.ucar.edu/netcdf/documentation/historic/
53 
54 User's Guides are also available in several forms from the same location.
55 
56 Mailing List
57 ------------
58 
59 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
60 
61 * http://www.unidata.ucar.edu/netcdf/mailing-lists.html
62 
63 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 Aug 4 2017 17:20:58 for NetCDF-Fortran. NetCDF is a Unidata library.