Go to the documentation of this file.
8 #ifndef UFO_CRTM_OBSRADIANCECRTM_H_
9 #define UFO_CRTM_OBSRADIANCECRTM_H_
14 #include "oops/base/Variables.h"
15 #include "oops/util/Logger.h"
16 #include "oops/util/ObjectCounter.h"
22 class LocalConfiguration;
37 private util::ObjectCounter<ObsRadianceCRTM> {
39 static const std::string
classname() {
return "ufo::ObsRadianceCRTM";}
54 void print(std::ostream &)
const override;
56 const ioda::ObsSpace&
odb_;
63 #endif // UFO_CRTM_OBSRADIANCECRTM_H_
const oops::Variables & requiredVars() const override
Operator input required from Model.
void simulateObs(const GeoVaLs &, ioda::ObsVector &, ObsDiagnostics &) const override
Obs Operator.
RadianceCRTM observation for UFO.
const int & toFortran() const
const ioda::ObsSpace & odb_
Base class for observation operators.
F90hop keyOperRadianceCRTM_
ObsRadianceCRTM(const ioda::ObsSpace &, const eckit::Configuration &)
GeoVaLs: geophysical values at locations.
void print(std::ostream &) const override
static const std::string classname()
virtual ~ObsRadianceCRTM()