UFO
ufo::ObsIdentityTLAD Class Reference

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

#include <ObsIdentityTLAD.h>

Inheritance diagram for ufo::ObsIdentityTLAD:
Collaboration diagram for ufo::ObsIdentityTLAD:

Public Member Functions

 ObsIdentityTLAD (const ioda::ObsSpace &, const eckit::Configuration &)
 
virtual ~ObsIdentityTLAD ()
 
void setTrajectory (const GeoVaLs &, const ObsBias &, 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 ()
 
virtual ~LinearObsOperatorBase ()
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const override
 

Private Attributes

F90hop keyOperObsIdentity_
 
const ioda::ObsSpace & odb_
 
oops::Variables varin_
 

Detailed Description

Identity TL/AD observation operator class.

Definition at line 37 of file ObsIdentityTLAD.h.

Constructor & Destructor Documentation

◆ ObsIdentityTLAD()

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

Definition at line 27 of file ObsIdentityTLAD.cc.

Here is the call graph for this function:

◆ ~ObsIdentityTLAD()

ufo::ObsIdentityTLAD::~ObsIdentityTLAD ( )
virtual

Definition at line 38 of file ObsIdentityTLAD.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

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

Definition at line 40 of file ObsIdentityTLAD.h.

◆ print()

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

Implements ufo::LinearObsOperatorBase.

Definition at line 69 of file ObsIdentityTLAD.cc.

◆ requiredVars()

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

Operator input required from Model.

Implements ufo::LinearObsOperatorBase.

Definition at line 51 of file ObsIdentityTLAD.h.

◆ setTrajectory()

void ufo::ObsIdentityTLAD::setTrajectory ( const GeoVaLs ,
const ObsBias ,
ObsDiagnostics  
)
overridevirtual

Obs Operator.

Implements ufo::LinearObsOperatorBase.

Definition at line 45 of file ObsIdentityTLAD.cc.

Here is the call graph for this function:

◆ simulateObsAD()

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

Implements ufo::LinearObsOperatorBase.

Definition at line 61 of file ObsIdentityTLAD.cc.

Here is the call graph for this function:

◆ simulateObsTL()

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

Implements ufo::LinearObsOperatorBase.

Definition at line 53 of file ObsIdentityTLAD.cc.

Here is the call graph for this function:

◆ toFortran() [1/2]

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

Definition at line 54 of file ObsIdentityTLAD.h.

◆ toFortran() [2/2]

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

Definition at line 55 of file ObsIdentityTLAD.h.

Member Data Documentation

◆ keyOperObsIdentity_

F90hop ufo::ObsIdentityTLAD::keyOperObsIdentity_
private

Definition at line 59 of file ObsIdentityTLAD.h.

◆ odb_

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

Definition at line 60 of file ObsIdentityTLAD.h.

◆ varin_

oops::Variables ufo::ObsIdentityTLAD::varin_
private

Definition at line 61 of file ObsIdentityTLAD.h.


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