Go to the documentation of this file.
8 #ifndef UFO_TIMEOPER_OBSTIMEOPERTLAD_H_
9 #define UFO_TIMEOPER_OBSTIMEOPERTLAD_H_
16 #include "oops/base/Variables.h"
17 #include "oops/util/ObjectCounter.h"
41 private util::ObjectCounter<ObsTimeOperTLAD> {
43 static const std::string
classname() {
return "ufo::ObsTimeOperTLAD";}
57 void print(std::ostream &)
const override;
59 const ioda::ObsSpace&
odb_;
66 #endif // UFO_TIMEOPER_OBSTIMEOPERTLAD_H_
virtual ~ObsTimeOperTLAD()
const oops::Variables & requiredVars() const override
Operator input required from Model.
void simulateObsAD(GeoVaLs &, const ioda::ObsVector &) const override
ObsTimeOperTLAD(const ioda::ObsSpace &, const eckit::Configuration &)
void print(std::ostream &) const override
std::vector< std::vector< float > > timeWeights_
Class to handle observation bias parameters.
const ioda::ObsSpace & odb_
void simulateObsTL(const GeoVaLs &, ioda::ObsVector &) const override
static const std::string classname()
GeoVaLs: geophysical values at locations.
TimeOper observation operator.
void setTrajectory(const GeoVaLs &, const ObsBias &, ObsDiagnostics &) override
Obs Operator.
Base class for observation operators.
std::unique_ptr< LinearObsOperatorBase > actualoperator_