Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Unidata/netcdf-fortran
Official GitHub repository for netCDF-Fortran libraries, which depend on the netCDF C library. Install the netCDF C library first.
https://github.com/Unidata/netcdf-fortran
dataset hacktoberfest netcdf-fortran netcdf-library unidata
Last synced: 3 months ago
JSON representation
Official GitHub repository for netCDF-Fortran libraries, which depend on the netCDF C library. Install the netCDF C library first.
- Host: GitHub
- URL: https://github.com/Unidata/netcdf-fortran
- Owner: Unidata
- License: other
- Created: 2013-08-06T20:48:29.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T20:35:35.000Z (7 months ago)
- Last Synced: 2024-06-11T17:01:10.075Z (5 months ago)
- Topics: dataset, hacktoberfest, netcdf-fortran, netcdf-library, unidata
- Language: Fortran
- Homepage:
- Size: 7.86 MB
- Stars: 221
- Watchers: 32
- Forks: 96
- Open Issues: 107
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-sustainable-technology - netcdf-fortran - The Unidata network Common Data Form (netCDF) in Fortran is an interface for scientific data access and a set of freely-distributed software libraries that provide an implementation of the interface. (Climate Change / Climate Data Standards)
README
Unidata NetCDF Fortran Library
========================================Overview
--------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.
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. For information about a variety of analysis and display packages that have been developed to analyze and display data in netCDF form, see
* https://www.unidata.ucar.edu/netcdf/software.html
For more information about netCDF, see the netCDF Web page at
* https://www.unidata.ucar.edu/netcdf/
The netCDF Fortran libraries contain both F77 and F90 APIs. For documentation see
* https://docs.unidata.ucar.edu/netcdf-fortran/current/
Getting NetCDF
--------------You can obtain a copy of the latest released versions of netCDF software from
* https://github.com/Unidata/netcdf-c
* https://github.com/Unidata/netcdf-fortran
* https://github.com/Unidata/netcdf-cxx4
* https://github.com/Unidata/netcdf4-pythonCopyright and licensing information can be found here, as well as in the COPYRIGHT file accompanying the software
* https://www.unidata.ucar.edu/software/netcdf/copyright.html
To install this package, please see the document:
* https://docs.unidata.ucar.edu/netcdf-c/current/building_netcdf_fortran.html
Mailing List
------------A mailing list, [email protected], exists for discussion of the netCDF interface and announcements about netCDF bugs, fixes, and enhancements. For information about how to subscribe, see the URL
* https://www.unidata.ucar.edu/netcdf/mailing-lists.html
We appreciate feedback from users of this package. Please send comments, suggestions, and bug reports to . Please identify the version of the package.