13 #include "ioda/ObsVector.h"
15 #include "oops/base/Variables.h"
18 #include "ufo/GeoVaLs.h"
19 #include "ufo/ObsDiagnostics.h"
29 const eckit::Configuration & config)
32 std::vector<int> operatorVarIndices;
36 operatorVars_, operatorVarIndices.data(), operatorVarIndices.size(),
38 oops::Log::trace() <<
"ObsSfcPCorrected created." << std::endl;
45 oops::Log::trace() <<
"ObsSfcPCorrected destructed" << std::endl;
54 oops::Log::trace() <<
"ObsSfcPCorrected: observation operator run" << std::endl;
60 os <<
"ObsSfcPCorrected::print not implemented";
GeoVaLs: geophysical values at locations.
ObsSfcPCorrected(const ioda::ObsSpace &, const eckit::Configuration &)
oops::Variables operatorVars_
const ioda::ObsSpace & odb_
void print(std::ostream &) const override
virtual ~ObsSfcPCorrected()
void simulateObs(const GeoVaLs &, ioda::ObsVector &, ObsDiagnostics &) const override
Obs Operator.
void ufo_sfcpcorrected_simobs_f90(const F90hop &, const F90goms &, const ioda::ObsSpace &, const int &, const int &, double &)
void ufo_sfcpcorrected_delete_f90(F90hop &)
static ObsOperatorMaker< ObsSfcPCorrected > makerSfcPCorrected_("SfcPCorrected")
void getOperatorVariables(const eckit::Configuration &conf, const oops::Variables &simulatedVariables, oops::Variables &operatorVariables, std::vector< int > &operatorVariableIndices)
void ufo_sfcpcorrected_setup_f90(F90hop &, const eckit::Configuration &, const oops::Variables &operatorVars, const int *operatorVarIndices, const int numOperatorVarIndices, oops::Variables &requiredVars)
Interface to Fortran UFO sfcpcorrected routines.