UFO
ufo::ModelHeightAdjustedAirTemperature Class Reference

Function to calculate surface temperature observation value adjusted from station height to model surface height. Outputs a derived 2m air temperature adjusted to the model surface height. The correction applied to the temperature is calculated using a standard lapse rate (Constants::Lclr). More...

#include <ModelHeightAdjustedAirTemperature.h>

Inheritance diagram for ufo::ModelHeightAdjustedAirTemperature:
Collaboration diagram for ufo::ModelHeightAdjustedAirTemperature:

Public Member Functions

 ModelHeightAdjustedAirTemperature (const eckit::LocalConfiguration &=eckit::LocalConfiguration())
 
void compute (const ObsFilterData &, ioda::ObsDataVector< float > &) const
 compute the result of the function More...
 
const ufo::VariablesrequiredVariables () const
 geovals required to compute the function More...
 
- Public Member Functions inherited from ufo::ObsFunctionBase< float >
 ObsFunctionBase (const eckit::LocalConfiguration conf=eckit::LocalConfiguration())
 
virtual ~ObsFunctionBase ()
 

Private Attributes

ModelHeightAdjustedAirTemperatureParameters parameters_
 
ufo::Variables invars_
 

Additional Inherited Members

- Public Types inherited from ufo::ObsFunctionBase< float >
typedef float Value_
 Type of the values produced by the function. More...
 

Detailed Description

Function to calculate surface temperature observation value adjusted from station height to model surface height. Outputs a derived 2m air temperature adjusted to the model surface height. The correction applied to the temperature is calculated using a standard lapse rate (Constants::Lclr).

Definition at line 39 of file ModelHeightAdjustedAirTemperature.h.

Constructor & Destructor Documentation

◆ ModelHeightAdjustedAirTemperature()

ufo::ModelHeightAdjustedAirTemperature::ModelHeightAdjustedAirTemperature ( const eckit::LocalConfiguration &  conf = eckit::LocalConfiguration())
explicit

Definition at line 24 of file ModelHeightAdjustedAirTemperature.cc.

Member Function Documentation

◆ compute()

void ufo::ModelHeightAdjustedAirTemperature::compute ( const ObsFilterData ,
ioda::ObsDataVector< float > &   
) const
virtual

compute the result of the function

Implements ufo::ObsFunctionBase< float >.

Definition at line 39 of file ModelHeightAdjustedAirTemperature.cc.

Here is the call graph for this function:

◆ requiredVariables()

const ufo::Variables & ufo::ModelHeightAdjustedAirTemperature::requiredVariables ( ) const
virtual

geovals required to compute the function

Implements ufo::ObsFunctionBase< float >.

Definition at line 64 of file ModelHeightAdjustedAirTemperature.cc.

Member Data Documentation

◆ invars_

ufo::Variables ufo::ModelHeightAdjustedAirTemperature::invars_
private

Definition at line 49 of file ModelHeightAdjustedAirTemperature.h.

◆ parameters_

ModelHeightAdjustedAirTemperatureParameters ufo::ModelHeightAdjustedAirTemperature::parameters_
private

Definition at line 48 of file ModelHeightAdjustedAirTemperature.h.


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