UFO
ufo::ObsCompositeParameters Class Reference

Configuration options recognized by the Composite operator. More...

#include <ObsCompositeParameters.h>

Inheritance diagram for ufo::ObsCompositeParameters:
Collaboration diagram for ufo::ObsCompositeParameters:

Public Attributes

oops::RequiredParameter< std::vector< eckit::LocalConfiguration > > components {"components", this}
 A list of configuration options for each operator used to simulate a subset of variables. More...
 
- Public Attributes inherited from ufo::ObsOperatorParametersBase
oops::OptionalParameter< std::string > name {"name", this}
 Observation operator type. More...
 

Detailed Description

Configuration options recognized by the Composite operator.

Definition at line 21 of file ObsCompositeParameters.h.

Member Data Documentation

◆ components

oops::RequiredParameter<std::vector<eckit::LocalConfiguration> > ufo::ObsCompositeParameters::components {"components", this}

A list of configuration options for each operator used to simulate a subset of variables.

Definition at line 26 of file ObsCompositeParameters.h.


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