8 #ifndef UFO_CATEGORICALOPER_OBSCATEGORICAL_H_
9 #define UFO_CATEGORICALOPER_OBSCATEGORICAL_H_
17 #include "oops/base/Variables.h"
18 #include "oops/util/ObjectCounter.h"
82 private util::ObjectCounter<ObsCategorical> {
88 static const std::string
classname() {
return "ufo::ObsCategorical";}
98 void print(std::ostream &)
const override;
GeoVaLs: geophysical values at locations.
Data handler for the Categorical observation operator and TL/AD code.
Categorical observation operator.
const ioda::ObsSpace & odb_
ObsSpace.
~ObsCategorical() override
static const std::string classname()
ObsCategoricalData< ObsOperatorBase > data_
Data handler for the Categorical operator and TL/AD code.
void simulateObs(const GeoVaLs &, ioda::ObsVector &, ObsDiagnostics &) const override
Obs Operator.
const oops::Variables & requiredVars() const override
Operator input required from Model.
ObsCategoricalParameters Parameters_
void print(std::ostream &) const override
ObsCategorical(const ioda::ObsSpace &, const Parameters_ &)
Configuration options recognized by the Categorical operator.