MDAL
|
Public Types | |
enum | TimeLocation { NoTimeDimension = 0 , TimeDimensionFirst , TimeDimensionLast } |
Public Attributes | |
std::string | name |
Dataset group name. | |
CFDimensions::Type | outputType |
bool | isVector |
bool | isPolar |
bool | isInvertedDirection |
TimeLocation | timeLocation |
size_t | nTimesteps |
size_t | nValues |
int | ncid_x |
NetCDF variable id. | |
int | ncid_y |
NetCDF variable id. | |
Metadata | metadata |
Classification | classification_x |
Classification | classification_y |
Enumerator | |
---|---|
NoTimeDimension | Dataset does not have time dimension at all, e.g. float TEMP(Cell) |
TimeDimensionFirst | Time dimension is first, e.g. float TEMP(Time, Cells) |
TimeDimensionLast | Time dimension is last, e.g. float TEMP(Cells, Time) |