ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
Representation of NetCDF dimension. More...
#include <ERF_NCInterface.H>
Public Member Functions | |
std::string | name () const |
Name of this dimension. More... | |
size_t | len () const |
Length of this dimension. More... | |
Public Attributes | |
const int | ncid |
File/Group Identifier. More... | |
const int | dimid |
Dimension ID used with NetCDF API. More... | |
Representation of NetCDF dimension.
size_t ncutils::NCDim::len | ( | ) | const |
Length of this dimension.
Error-checking wrapper for NetCDF function nc_inq_dimlen
std::string ncutils::NCDim::name | ( | ) | const |
const int ncutils::NCDim::dimid |
Dimension ID used with NetCDF API.
Referenced by ncutils::NCGroup::def_array(), len(), and name().