IODA
|
Options controlling the manner in which observations are grouped into records. More...
#include <ObsIoParametersBase.h>
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... | |
Options controlling the manner in which observations are grouped into records.
Definition at line 23 of file ObsIoParametersBase.h.
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.
oops::Parameter<std::string> ioda::ObsGroupingParameters::obsSortOrder {"sort order", "ascending", this} |
direction for sort
Definition at line 34 of file ObsIoParametersBase.h.
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.