UFO
ufo::ObsExampleTLAD Class Reference

Example TL/AD observation operator class. More...

#include <ObsExampleTLAD.h>

Inheritance diagram for ufo::ObsExampleTLAD:
Collaboration diagram for ufo::ObsExampleTLAD:

Public Member Functions

 ObsExampleTLAD (const ioda::ObsSpace &, const eckit::Configuration &)
 
virtual ~ObsExampleTLAD ()
 
void setTrajectory (const GeoVaLs &, ObsDiagnostics &) override
 Obs Operator. More...
 
void simulateObsTL (const GeoVaLs &, ioda::ObsVector &) const override
 
void simulateObsAD (GeoVaLs &, const ioda::ObsVector &) const override
 
const oops::Variables & requiredVars () const override
 Operator input required from Model. More...
 
int & toFortran ()
 
const int & toFortran () const
 
- Public Member Functions inherited from ufo::LinearObsOperatorBase
 LinearObsOperatorBase (const ioda::ObsSpace &odb)
 
virtual ~LinearObsOperatorBase ()
 
virtual oops::Variables simulatedVars () const
 List of variables simulated by this operator. More...
 
const ioda::ObsSpace & obsspace () const
 The space containing the observations to be simulated by this operator. More...
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const override
 

Private Attributes

F90hop keyOper_
 
oops::Variables varin_
 

Detailed Description

Example TL/AD observation operator class.

Definition at line 35 of file ObsExampleTLAD.h.

Constructor & Destructor Documentation

◆ ObsExampleTLAD()

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

Definition at line 25 of file ObsExampleTLAD.cc.

Here is the call graph for this function:

◆ ~ObsExampleTLAD()

ufo::ObsExampleTLAD::~ObsExampleTLAD ( )
virtual

Definition at line 35 of file ObsExampleTLAD.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

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

Definition at line 38 of file ObsExampleTLAD.h.

◆ print()

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

Implements ufo::LinearObsOperatorBase.

Definition at line 65 of file ObsExampleTLAD.cc.

◆ requiredVars()

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

Operator input required from Model.

Implements ufo::LinearObsOperatorBase.

Definition at line 49 of file ObsExampleTLAD.h.

◆ setTrajectory()

void ufo::ObsExampleTLAD::setTrajectory ( const GeoVaLs ,
ObsDiagnostics  
)
overridevirtual

Obs Operator.

Implements ufo::LinearObsOperatorBase.

Definition at line 42 of file ObsExampleTLAD.cc.

Here is the call graph for this function:

◆ simulateObsAD()

void ufo::ObsExampleTLAD::simulateObsAD ( GeoVaLs geovals,
const ioda::ObsVector &  ovec 
) const
overridevirtual

Implements ufo::LinearObsOperatorBase.

Definition at line 57 of file ObsExampleTLAD.cc.

Here is the call graph for this function:

◆ simulateObsTL()

void ufo::ObsExampleTLAD::simulateObsTL ( const GeoVaLs geovals,
ioda::ObsVector &  ovec 
) const
overridevirtual

Implements ufo::LinearObsOperatorBase.

Definition at line 49 of file ObsExampleTLAD.cc.

Here is the call graph for this function:

◆ toFortran() [1/2]

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

Definition at line 51 of file ObsExampleTLAD.h.

◆ toFortran() [2/2]

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

Definition at line 52 of file ObsExampleTLAD.h.

Member Data Documentation

◆ keyOper_

F90hop ufo::ObsExampleTLAD::keyOper_
private

Definition at line 56 of file ObsExampleTLAD.h.

◆ varin_

oops::Variables ufo::ObsExampleTLAD::varin_
private

Definition at line 57 of file ObsExampleTLAD.h.


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