Previous: Subsetting in F90, Up: Subsets


3.4.4 Reading and Writing Subsets of Data in C++

To read a record of data at a time, use the set_cur method of the NcVar class to set the number of the record of interest, and then use the get method to read the record.

Class NcVar a C++ class to manipulate netCDF variables, use the set_cur and get methods to read records from a file.