Next: Reading in F90, Previous: Reading in C, Up: Reading
For a typical sequence of calls to these functions see Reading a NetCDF Dataset with Known Names.
| NF_OPEN | open a netCDF file
|
| NF_GET_ATT | read an attribute
|
| NF_GET_VARA_ type | read arrays of data
|
| NF_CLOSE | close the file
|