|
RepastHPC
2.3.1
|
Provides data recording and writing into a single file in NetCDF format. More...
#include <NCDataSet.h>
Public Member Functions | |
| void | record () |
| Records the data. | |
| void | write () |
| Writes the data. | |
| void | close () |
| Closes the dataset, after which it must be recreated to be used. | |
Friends | |
| class | NCDataSetBuilder |
Provides data recording and writing into a single file in NetCDF format.
A NCDataSet uses rank 0 to write to a single file from multiple pan-process data sources. A NCDataSet should be built using a NCDataSetBuilder.
1.8.17