UFO
ufo::LapseRate Class Reference

#include <LapseRate.h>

Inheritance diagram for ufo::LapseRate:
Collaboration diagram for ufo::LapseRate:

Public Types

typedef LapseRateParameters Parameters_
 

Public Member Functions

 LapseRate (const Parameters_ &, const oops::Variables &)
 
void compute (const ioda::ObsSpace &, const GeoVaLs &, const ObsDiagnostics &, ioda::ObsVector &) const override
 compute the predictor More...
 
- Public Member Functions inherited from ufo::PredictorBase
 PredictorBase (const PredictorParametersBase &, const oops::Variables &)
 
virtual ~PredictorBase ()=default
 
const oops::Variables & requiredGeovars () const
 geovars names required to compute the predictor More...
 
const oops::Variables & requiredHdiagnostics () const
 hdiags names required to compute the predictor More...
 
std::string & name ()
 predictor name More...
 
const std::string & name () const
 

Private Attributes

std::map< int, float > tlapmean_
 
int order_
 

Additional Inherited Members

- Protected Attributes inherited from ufo::PredictorBase
oops::Variables vars_
 variables that will be bias-corrected using this predictor More...
 
oops::Variables geovars_
 required GeoVaLs More...
 
oops::Variables hdiags_
 required ObsDiagnostics More...
 

Detailed Description

Definition at line 49 of file LapseRate.h.

Member Typedef Documentation

◆ Parameters_

The type of parameters accepted by the constructor of this predictor. This typedef is used by the PredictorFactory.

Definition at line 53 of file LapseRate.h.

Constructor & Destructor Documentation

◆ LapseRate()

ufo::LapseRate::LapseRate ( const Parameters_ parameters,
const oops::Variables &  vars 
)

Definition at line 29 of file LapseRate.cc.

Here is the call graph for this function:

Member Function Documentation

◆ compute()

void ufo::LapseRate::compute ( const ioda::ObsSpace &  ,
const GeoVaLs ,
const ObsDiagnostics ,
ioda::ObsVector &   
) const
overridevirtual

compute the predictor

Implements ufo::PredictorBase.

Definition at line 74 of file LapseRate.cc.

Here is the call graph for this function:

Member Data Documentation

◆ order_

int ufo::LapseRate::order_
private

Definition at line 64 of file LapseRate.h.

◆ tlapmean_

std::map<int, float> ufo::LapseRate::tlapmean_
private

Definition at line 63 of file LapseRate.h.


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