UFO
|
Options controlling the operation of the track check filter. More...
#include <TrackCheckUtilsParameters.h>
Public Attributes | |
oops::OptionalParameter< Variable > | stationIdVariable |
![]() | |
oops::OptionalParameter< std::vector< Variable > > | filterVariables |
oops::Parameter< std::vector< WhereParameters > > | where {"where", {}, this} |
oops::Parameter< bool > | deferToPost {"defer to post", false, this} |
Additional Inherited Members | |
![]() | |
const FilterActionParametersBase & | action () const override |
Return parameters defining the action performed on observations flagged by the filter. More... | |
Options controlling the operation of the track check filter.
Definition at line 55 of file TrackCheckUtilsParameters.h.
oops::OptionalParameter<Variable> ufo::TrackCheckUtilsParameters::stationIdVariable |
Variable storing integer-valued or string-valued station IDs. Observations taken by each station are checked separately.
If not set and observations were grouped into records when the observation space was constructed, each record is assumed to consist of observations taken by a separate station. If not set and observations were not grouped into records, all observations are assumed to have been taken by a single station.
Note: the variable used to group observations into records can be set with the obs
space.obsdatain.obsgrouping.groupvariable YAML option.
Definition at line 69 of file TrackCheckUtilsParameters.h.