UFO
ufo::ObsAtmSfcInterp Class Reference

AtmSfcInterp observation operator class. More...

#include <ObsAtmSfcInterp.h>

Inheritance diagram for ufo::ObsAtmSfcInterp:
Collaboration diagram for ufo::ObsAtmSfcInterp:

Public Member Functions

 ObsAtmSfcInterp (const ioda::ObsSpace &, const eckit::Configuration &)
 
virtual ~ObsAtmSfcInterp ()
 
void simulateObs (const GeoVaLs &, ioda::ObsVector &, ObsDiagnostics &) const override
 Obs Operator. More...
 
const oops::Variables & requiredVars () const override
 Operator input required from Model. More...
 
oops::Variables simulatedVars () const override
 List of variables simulated by this operator. More...
 
int & toFortran ()
 
const int & toFortran () const
 
- Public Member Functions inherited from ufo::ObsOperatorBase
 ObsOperatorBase (const ioda::ObsSpace &odb, const eckit::Configuration &=eckit::LocalConfiguration())
 
virtual ~ObsOperatorBase ()
 
virtual std::unique_ptr< Locationslocations () const
 Locations for GeoVaLs. More...
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const override
 

Private Attributes

F90hop keyOperAtmSfcInterp_
 
const ioda::ObsSpace & odb_
 
oops::Variables varin_
 
oops::Variables operatorVars_
 

Detailed Description

AtmSfcInterp observation operator class.

Definition at line 36 of file ObsAtmSfcInterp.h.

Constructor & Destructor Documentation

◆ ObsAtmSfcInterp()

ufo::ObsAtmSfcInterp::ObsAtmSfcInterp ( const ioda::ObsSpace &  odb,
const eckit::Configuration &  config 
)

Definition at line 28 of file ObsAtmSfcInterp.cc.

Here is the call graph for this function:

◆ ~ObsAtmSfcInterp()

ufo::ObsAtmSfcInterp::~ObsAtmSfcInterp ( )
virtual

Definition at line 44 of file ObsAtmSfcInterp.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

static const std::string ufo::ObsAtmSfcInterp::classname ( )
inlinestatic

Definition at line 39 of file ObsAtmSfcInterp.h.

◆ print()

void ufo::ObsAtmSfcInterp::print ( std::ostream &  os) const
overrideprivatevirtual

Implements ufo::ObsOperatorBase.

Definition at line 60 of file ObsAtmSfcInterp.cc.

◆ requiredVars()

const oops::Variables& ufo::ObsAtmSfcInterp::requiredVars ( ) const
inlineoverridevirtual

Operator input required from Model.

Implements ufo::ObsOperatorBase.

Definition at line 48 of file ObsAtmSfcInterp.h.

◆ simulatedVars()

oops::Variables ufo::ObsAtmSfcInterp::simulatedVars ( ) const
inlineoverridevirtual

List of variables simulated by this operator.

The default implementation returns the list of all simulated variables in the ObsSpace.

Reimplemented from ufo::ObsOperatorBase.

Definition at line 50 of file ObsAtmSfcInterp.h.

◆ simulateObs()

void ufo::ObsAtmSfcInterp::simulateObs ( const GeoVaLs ,
ioda::ObsVector &  ,
ObsDiagnostics  
) const
overridevirtual

Obs Operator.

Implements ufo::ObsOperatorBase.

Definition at line 51 of file ObsAtmSfcInterp.cc.

Here is the call graph for this function:

◆ toFortran() [1/2]

int& ufo::ObsAtmSfcInterp::toFortran ( )
inline

Definition at line 52 of file ObsAtmSfcInterp.h.

◆ toFortran() [2/2]

const int& ufo::ObsAtmSfcInterp::toFortran ( ) const
inline

Definition at line 53 of file ObsAtmSfcInterp.h.

Member Data Documentation

◆ keyOperAtmSfcInterp_

F90hop ufo::ObsAtmSfcInterp::keyOperAtmSfcInterp_
private

Definition at line 57 of file ObsAtmSfcInterp.h.

◆ odb_

const ioda::ObsSpace& ufo::ObsAtmSfcInterp::odb_
private

Definition at line 58 of file ObsAtmSfcInterp.h.

◆ operatorVars_

oops::Variables ufo::ObsAtmSfcInterp::operatorVars_
private

Definition at line 60 of file ObsAtmSfcInterp.h.

◆ varin_

oops::Variables ufo::ObsAtmSfcInterp::varin_
private

Definition at line 59 of file ObsAtmSfcInterp.h.


The documentation for this class was generated from the following files: