8 #ifndef UFO_COMPOSITEOPER_OBSCOMPOSITEPARAMETERS_H_
9 #define UFO_COMPOSITEOPER_OBSCOMPOSITEPARAMETERS_H_
14 #include "oops/util/parameters/OptionalParameter.h"
15 #include "oops/util/parameters/RequiredParameter.h"
26 oops::RequiredParameter<std::vector<eckit::LocalConfiguration>>
components{
"components",
this};
Configuration options recognized by the Composite operator.
oops::RequiredParameter< std::vector< eckit::LocalConfiguration > > components
A list of configuration options for each operator used to simulate a subset of variables.
Base class of classes storing configuration parameters of specific observation operators and linear o...