UFO
|
Function to calculate surface wind observation values adjusted from station height to model surface height. Outputs a derived eastward and northward wind adjusted to the model surface height. Observed winds from stations above the model surface are divided by a scaling factor (S) based only on height difference (dh). Scaling factors are: More...
#include <ModelHeightAdjustedWindVectorComponent.h>
Public Member Functions | |
ModelHeightAdjustedWindVectorComponent (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 | |
ModelHeightAdjustedWindVectorParameters | parameters_ |
ufo::Variables | invars_ |
Additional Inherited Members | |
![]() | |
typedef float | Value_ |
Type of the values produced by the function. More... | |
Function to calculate surface wind observation values adjusted from station height to model surface height. Outputs a derived eastward and northward wind adjusted to the model surface height. Observed winds from stations above the model surface are divided by a scaling factor (S) based only on height difference (dh). Scaling factors are:
Definition at line 44 of file ModelHeightAdjustedWindVectorComponent.h.
|
explicit |
Definition at line 29 of file ModelHeightAdjustedWindVectorComponent.cc.
|
virtual |
compute the result of the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 50 of file ModelHeightAdjustedWindVectorComponent.cc.
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 90 of file ModelHeightAdjustedWindVectorComponent.cc.
|
private |
Definition at line 55 of file ModelHeightAdjustedWindVectorComponent.h.
|
private |
Definition at line 54 of file ModelHeightAdjustedWindVectorComponent.h.