IODA
ioda::ObsGroupingParameters Class Reference

Options controlling the manner in which observations are grouped into records. More...

#include <ObsIoParametersBase.h>

Inheritance diagram for ioda::ObsGroupingParameters:
Collaboration diagram for ioda::ObsGroupingParameters:

Public Attributes

oops::Parameter< std::vector< std::string > > obsGroupVars {"group variables", {}, this}
 variable of which to base obs record grouping More...
 
oops::Parameter< std::string > obsSortVar {"sort variable", "", this}
 variable of which to base obs record sorting More...
 
oops::Parameter< std::string > obsSortOrder {"sort order", "ascending", this}
 direction for sort More...
 

Detailed Description

Options controlling the manner in which observations are grouped into records.

Definition at line 23 of file ObsIoParametersBase.h.

Member Data Documentation

◆ obsGroupVars

oops::Parameter<std::vector<std::string> > ioda::ObsGroupingParameters::obsGroupVars {"group variables", {}, this}

variable of which to base obs record grouping

Definition at line 28 of file ObsIoParametersBase.h.

◆ obsSortOrder

oops::Parameter<std::string> ioda::ObsGroupingParameters::obsSortOrder {"sort order", "ascending", this}

direction for sort

Definition at line 34 of file ObsIoParametersBase.h.

◆ obsSortVar

oops::Parameter<std::string> ioda::ObsGroupingParameters::obsSortVar {"sort variable", "", this}

variable of which to base obs record sorting

Definition at line 31 of file ObsIoParametersBase.h.


The documentation for this class was generated from the following file: