NetCDF  4.6.3
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
Reading NetCDF Files of Known Structure

To read a netCDF file of known structure, you need to:

  • open the file - Specify the file name and whether you want read-write or read-only access.
  • read variable or attribute data - Read the data or attributes of interest.
  • close the file - Release all resources associated with this file.

Use ncdump to learn the structure of a file (use the -h option).


Return to the Main Unidata NetCDF page.
Generated on Sat Apr 6 2019 08:19:01 for NetCDF. NetCDF is a Unidata library.