8 #ifndef UFO_OBSOPERATORPARAMETERSBASE_H_
9 #define UFO_OBSOPERATORPARAMETERSBASE_H_
13 #include "oops/util/parameters/ConfigurationParameter.h"
14 #include "oops/util/parameters/OptionalParameter.h"
15 #include "oops/util/parameters/Parameters.h"
38 oops::OptionalParameter<std::string>
name{
"name",
this};
55 oops::ConfigurationParameter
config{
this};
A subclass of ObsOperatorParametersBase storing the values of all options in a single Configuration o...
oops::ConfigurationParameter config
Base class of classes storing configuration parameters of specific observation operators and linear o...
oops::OptionalParameter< std::string > name
Observation operator type.