UFO
|
Function determines the observation error bound reduction within Tropics. The function gives the maximum error bound reduction at equator and decreasing towards higher latitudes. More...
#include <ObsErrorFactorLatRad.h>
Public Member Functions | |
ObsErrorFactorLatRad (const eckit::LocalConfiguration &) | |
~ObsErrorFactorLatRad () | |
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 | |
ObsErrorFactorLatRadParameters | options_ |
ufo::Variables | invars_ |
const eckit::LocalConfiguration | conf_ |
Additional Inherited Members | |
![]() | |
typedef float | Value_ |
Type of the values produced by the function. More... | |
Function determines the observation error bound reduction within Tropics. The function gives the maximum error bound reduction at equator and decreasing towards higher latitudes.
Definition at line 44 of file ObsErrorFactorLatRad.h.
|
explicit |
Definition at line 22 of file ObsErrorFactorLatRad.cc.
ufo::ObsErrorFactorLatRad::~ObsErrorFactorLatRad | ( | ) |
Definition at line 34 of file ObsErrorFactorLatRad.cc.
|
virtual |
compute the result of the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 38 of file ObsErrorFactorLatRad.cc.
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 57 of file ObsErrorFactorLatRad.cc.
|
private |
Definition at line 55 of file ObsErrorFactorLatRad.h.
|
private |
Definition at line 54 of file ObsErrorFactorLatRad.h.
|
private |
Definition at line 53 of file ObsErrorFactorLatRad.h.