Go to the documentation of this file.
8 #ifndef UFO_MARINE_COOLSKIN_OBSCOOLSKINTLAD_H_
9 #define UFO_MARINE_COOLSKIN_OBSCOOLSKINTLAD_H_
15 #include "oops/base/Variables.h"
16 #include "oops/util/ObjectCounter.h"
39 private util::ObjectCounter<ObsCoolSkinTLAD> {
41 static const std::string
classname() {
return "ufo::ObsCoolSkinTLAD";}
58 void print(std::ostream &)
const override;
60 const ioda::ObsSpace&
odb_;
61 std::unique_ptr<const oops::Variables>
varin_;
67 #endif // UFO_MARINE_COOLSKIN_OBSCOOLSKINTLAD_H_
const oops::Variables & requiredVars() const override
Operator input required from Model.
ObsCoolSkinTLAD(const ioda::ObsSpace &, const eckit::Configuration &)
Class to handle observation bias parameters.
void simulateObsAD(GeoVaLs &, const ioda::ObsVector &) const override
const int & toFortran() const
static const std::string classname()
GeoVaLs: geophysical values at locations.
void setTrajectory(const GeoVaLs &, const ObsBias &, ObsDiagnostics &) override
Obs Operator.
virtual ~ObsCoolSkinTLAD()
const ioda::ObsSpace & odb_
void print(std::ostream &) const override
std::unique_ptr< const oops::Variables > varin_
Base class for observation operators.
ADT for observation operator TL and AD class.
void simulateObsTL(const GeoVaLs &, ioda::ObsVector &) const override