UFO
ufo::TrackCheckUtilsParameters Class Reference

Options controlling the operation of the track check filter. More...

#include <TrackCheckUtilsParameters.h>

Inheritance diagram for ufo::TrackCheckUtilsParameters:
Collaboration diagram for ufo::TrackCheckUtilsParameters:

Public Attributes

oops::OptionalParameter< VariablestationIdVariable
 
- Public Attributes inherited from ufo::FilterParametersBaseWithAbstractAction
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

- Public Member Functions inherited from ufo::FilterParametersBase
const FilterActionParametersBaseaction () const override
 Return parameters defining the action performed on observations flagged by the filter. More...
 

Detailed Description

Options controlling the operation of the track check filter.

Definition at line 55 of file TrackCheckUtilsParameters.h.

Member Data Documentation

◆ stationIdVariable

oops::OptionalParameter<Variable> ufo::TrackCheckUtilsParameters::stationIdVariable
Initial value:
{
"station_id_variable", this}

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.


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