UFO
ufo::ObsAtmVertInterp Class Reference

AtmVertInterp observation operator. More...

#include <ObsAtmVertInterp.h>

Inheritance diagram for ufo::ObsAtmVertInterp:
Collaboration diagram for ufo::ObsAtmVertInterp:

Public Member Functions

 ObsAtmVertInterp (const ioda::ObsSpace &, const eckit::Configuration &)
 
virtual ~ObsAtmVertInterp ()
 
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 keyOperAtmVertInterp_
 
const ioda::ObsSpace & odb_
 
oops::Variables varin_
 
oops::Variables operatorVars_
 

Detailed Description

AtmVertInterp observation operator.

Definition at line 35 of file ObsAtmVertInterp.h.

Constructor & Destructor Documentation

◆ ObsAtmVertInterp()

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

Definition at line 28 of file ObsAtmVertInterp.cc.

Here is the call graph for this function:

◆ ~ObsAtmVertInterp()

ufo::ObsAtmVertInterp::~ObsAtmVertInterp ( )
virtual

Definition at line 45 of file ObsAtmVertInterp.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

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

Definition at line 38 of file ObsAtmVertInterp.h.

◆ print()

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

Implements ufo::ObsOperatorBase.

Definition at line 64 of file ObsAtmVertInterp.cc.

◆ requiredVars()

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

Operator input required from Model.

Implements ufo::ObsOperatorBase.

Definition at line 47 of file ObsAtmVertInterp.h.

◆ simulatedVars()

oops::Variables ufo::ObsAtmVertInterp::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 49 of file ObsAtmVertInterp.h.

◆ simulateObs()

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

Obs Operator.

Implements ufo::ObsOperatorBase.

Definition at line 52 of file ObsAtmVertInterp.cc.

Here is the call graph for this function:

◆ toFortran() [1/2]

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

Definition at line 51 of file ObsAtmVertInterp.h.

◆ toFortran() [2/2]

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

Definition at line 52 of file ObsAtmVertInterp.h.

Member Data Documentation

◆ keyOperAtmVertInterp_

F90hop ufo::ObsAtmVertInterp::keyOperAtmVertInterp_
private

Definition at line 56 of file ObsAtmVertInterp.h.

◆ odb_

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

Definition at line 57 of file ObsAtmVertInterp.h.

◆ operatorVars_

oops::Variables ufo::ObsAtmVertInterp::operatorVars_
private

Definition at line 59 of file ObsAtmVertInterp.h.

◆ varin_

oops::Variables ufo::ObsAtmVertInterp::varin_
private

Definition at line 58 of file ObsAtmVertInterp.h.


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