UFO
|
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>
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::Variables & | requiredVariables () const |
geovals required to compute the function More... | |
![]() | |
ObsFunctionBase (const eckit::LocalConfiguration conf=eckit::LocalConfiguration()) | |
virtual | ~ObsFunctionBase () |
Private Attributes | |
ModelHeightAdjustedAirTemperatureParameters | parameters_ |
ufo::Variables | invars_ |
Additional Inherited Members | |
![]() | |
typedef float | Value_ |
Type of the values produced by the function. More... | |
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.
|
explicit |
Definition at line 24 of file ModelHeightAdjustedAirTemperature.cc.
|
virtual |
compute the result of the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 39 of file ModelHeightAdjustedAirTemperature.cc.
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 64 of file ModelHeightAdjustedAirTemperature.cc.
|
private |
Definition at line 49 of file ModelHeightAdjustedAirTemperature.h.
|
private |
Definition at line 48 of file ModelHeightAdjustedAirTemperature.h.