Next: Reading in C++, Previous: Reading in F77, Up: Reading
For a typical sequence of calls to these functions see Reading a NetCDF Dataset with Known Names.
NF90_OPEN | open a netCDF file
|
NF90_GET_ATT | read an attribute
|
NF90_GET_VARA | read arrays of data
|
NF90_CLOSE | close the file
|