NetCDFFortran
NetCDF Fortran is the Fortran interface to the NetCDF data model and libraries, enabling Fortran programs to read, write, and manage scientific array data stored in NetCDF files. It is part of the NetCDF project maintained by Unidata and is designed to work with the NetCDF-C library. NetCDF files can use the classic NetCDF format or the enhanced NetCDF-4 format, which supports hierarchical groups, richer metadata, and optional data compression.
The Fortran interface provides modules such as nf90 (and the older nf) to access NetCDF data. Developers
Usage typically involves creating or opening a NetCDF file, entering define mode to declare dimensions and
Licensing is open source under the NetCDF license (a BSD-style license). The project is maintained by Unidata,