8 #ifndef UFO_CATEGORICALOPER_OBSCATEGORICALTLAD_H_
9 #define UFO_CATEGORICALOPER_OBSCATEGORICALTLAD_H_
17 #include "oops/base/Variables.h"
18 #include "oops/util/ObjectCounter.h"
36 private util::ObjectCounter<ObsCategoricalTLAD> {
42 static const std::string
classname() {
return "ufo::ObsCategoricalTLAD"; }
54 void print(std::ostream &)
const override;
58 const ioda::ObsSpace&
odb_;
GeoVaLs: geophysical values at locations.
Data handler for the Categorical observation operator and TL/AD code.
Configuration options recognized by the Categorical operator.
Categorical observation operator TL/AD code. Please refer to the Categorical observation operator for...
~ObsCategoricalTLAD() override
ObsCategoricalTLAD(const ioda::ObsSpace &, const Parameters_ &)
void print(std::ostream &) const override
static const std::string classname()
void simulateObsTL(const GeoVaLs &, ioda::ObsVector &) const override
void setTrajectory(const GeoVaLs &, ObsDiagnostics &) override
Obs Operator.
const ioda::ObsSpace & odb_
ObsSpace.
void simulateObsAD(GeoVaLs &, const ioda::ObsVector &) const override
ObsCategoricalData< LinearObsOperatorBase > data_
Data handler for the Categorical operator and TL/AD code.
const oops::Variables & requiredVars() const override
Operator input required from Model.
ObsCategoricalParameters Parameters_