UFO
ufo::ObsProfileAverageTLAD Class Reference

TL/AD code for the ProfileAverage observation operator. More...

#include <ObsProfileAverageTLAD.h>

Inheritance diagram for ufo::ObsProfileAverageTLAD:
Collaboration diagram for ufo::ObsProfileAverageTLAD:

Public Member Functions

 ObsProfileAverageTLAD (const ioda::ObsSpace &, const eckit::Configuration &)
 
virtual ~ObsProfileAverageTLAD ()
 
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...
 
oops::Variables simulatedVars () const override
 List of variables simulated by this operator. More...
 
- Public Member Functions inherited from ufo::LinearObsOperatorBase
 LinearObsOperatorBase (const ioda::ObsSpace &odb)
 
virtual ~LinearObsOperatorBase ()
 
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

const ioda::ObsSpace & odb_
 ObsSpace. More...
 
ObsProfileAverageData data_
 Data handler for the ProfileAverage operator and TL/AD code. More...
 

Detailed Description

TL/AD code for the ProfileAverage observation operator.

Definition at line 39 of file ObsProfileAverageTLAD.h.

Constructor & Destructor Documentation

◆ ObsProfileAverageTLAD()

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

Definition at line 29 of file ObsProfileAverageTLAD.cc.

◆ ~ObsProfileAverageTLAD()

ufo::ObsProfileAverageTLAD::~ObsProfileAverageTLAD ( )
virtual

Definition at line 38 of file ObsProfileAverageTLAD.cc.

Member Function Documentation

◆ classname()

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

Definition at line 42 of file ObsProfileAverageTLAD.h.

◆ print()

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

Implements ufo::LinearObsOperatorBase.

Definition at line 129 of file ObsProfileAverageTLAD.cc.

◆ requiredVars()

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

Operator input required from Model.

Implements ufo::LinearObsOperatorBase.

Definition at line 51 of file ObsProfileAverageTLAD.h.

Here is the call graph for this function:

◆ setTrajectory()

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

Obs Operator.

Implements ufo::LinearObsOperatorBase.

Definition at line 44 of file ObsProfileAverageTLAD.cc.

Here is the call graph for this function:

◆ simulatedVars()

oops::Variables ufo::ObsProfileAverageTLAD::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::LinearObsOperatorBase.

Definition at line 53 of file ObsProfileAverageTLAD.h.

Here is the call graph for this function:

◆ simulateObsAD()

void ufo::ObsProfileAverageTLAD::simulateObsAD ( GeoVaLs dx,
const ioda::ObsVector &  dy 
) const
overridevirtual

Implements ufo::LinearObsOperatorBase.

Definition at line 87 of file ObsProfileAverageTLAD.cc.

Here is the call graph for this function:

◆ simulateObsTL()

void ufo::ObsProfileAverageTLAD::simulateObsTL ( const GeoVaLs dx,
ioda::ObsVector &  dy 
) const
overridevirtual

Implements ufo::LinearObsOperatorBase.

Definition at line 52 of file ObsProfileAverageTLAD.cc.

Here is the call graph for this function:

Member Data Documentation

◆ data_

ObsProfileAverageData ufo::ObsProfileAverageTLAD::data_
private

Data handler for the ProfileAverage operator and TL/AD code.

Definition at line 63 of file ObsProfileAverageTLAD.h.

◆ odb_

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

ObsSpace.

Definition at line 60 of file ObsProfileAverageTLAD.h.


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