1 The NetCDF Fortran 90 Interface Guide {#f90_The-NetCDF-Fortran-90-Interface-Guide}
2 ========================
6 This document describes the Fortran 90 interface to the netCDF library.
8 You can use the netCDF library without knowing about all of the netCDF
9 interface. If you are creating a netCDF dataset, only a handful of
10 routines are required to define the necessary dimensions, variables, and
11 attributes, and to write the data to the netCDF dataset. Similarly, if you are
12 writing software to access data stored in a particular netCDF object,
13 only a small subset of the netCDF library is required to open the netCDF
14 dataset and access the data. Authors of generic applications that access
15 arbitrary netCDF datasets need to be familiar with more of the netCDF
19 * \subpage f90-use-of-the-netcdf-library
20 * \subpage f90_datasets
22 * \subpage f90_dimensions
23 * \subpage f90-user-defined-data-types
24 * \subpage f90-variables
25 * \subpage f90-attributes