8 #ifndef IO_OBSIOPARAMETERSBASE_H_
9 #define IO_OBSIOPARAMETERSBASE_H_
14 #include "oops/util/parameters/OptionalParameter.h"
15 #include "oops/util/parameters/Parameter.h"
16 #include "oops/util/parameters/Parameters.h"
28 oops::Parameter<std::vector<std::string>>
obsGroupVars{
"group variables", {},
this};
31 oops::Parameter<std::string>
obsSortVar{
"sort variable",
"",
this};
34 oops::Parameter<std::string>
obsSortOrder{
"sort order",
"ascending",
this};
49 oops::OptionalParameter<std::string>
type{
"type",
this};
52 oops::Parameter<ObsGroupingParameters>
obsGrouping{
"obsgrouping", {},
this};
Options controlling the manner in which observations are grouped into records.
oops::Parameter< std::vector< std::string > > obsGroupVars
variable of which to base obs record grouping
oops::Parameter< std::string > obsSortVar
variable of which to base obs record sorting
oops::Parameter< std::string > obsSortOrder
direction for sort
Base of classes storing the configuration parameters of ObsIo subclasses.
oops::Parameter< ObsGroupingParameters > obsGrouping
options controlling obs record grouping
oops::Parameter< int > maxFrameSize
maximum frame size
oops::OptionalParameter< std::string > type
Identifies the ObsIo subclass to use.
constexpr int DEFAULT_FRAME_SIZE