UFO
|
Determine the observation error bound (Residual Threshold) for gross check as a function of transmittance at model top and latutude. Errobs0 = un-inflated observation error ErrobsMax = maximum observation error bound Errflat = error factor as a function of latitude Errtaotop = error factor as a function of transmittance at model top Residual Threshold = MIN( (3.0 * ( 1 / Errflat )^2 * (1 / Errftaotop )^2), ErrobsMax ) Filter out data if |obs-h(x)| > Residual Threshold. More...
#include <ObsErrorBoundIR.h>
Public Member Functions | |
ObsErrorBoundIR (const eckit::LocalConfiguration &) | |
~ObsErrorBoundIR () | |
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 | |
ObsErrorBoundIRParameters | options_ |
ufo::Variables | invars_ |
std::vector< int > | channels_ |
Additional Inherited Members | |
![]() | |
typedef float | Value_ |
Type of the values produced by the function. More... | |
Determine the observation error bound (Residual Threshold) for gross check as a function of transmittance at model top and latutude. Errobs0 = un-inflated observation error ErrobsMax = maximum observation error bound Errflat = error factor as a function of latitude Errtaotop = error factor as a function of transmittance at model top Residual Threshold = MIN( (3.0 * ( 1 / Errflat )^2 * (1 / Errftaotop )^2), ErrobsMax ) Filter out data if |obs-h(x)| > Residual Threshold.
Definition at line 63 of file ObsErrorBoundIR.h.
|
explicit |
Definition at line 32 of file ObsErrorBoundIR.cc.
ufo::ObsErrorBoundIR::~ObsErrorBoundIR | ( | ) |
Definition at line 61 of file ObsErrorBoundIR.cc.
|
virtual |
compute the result of the function
< original obs error
< effective obs err
< effective qcflag
Implements ufo::ObsFunctionBase< float >.
Definition at line 65 of file ObsErrorBoundIR.cc.
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 111 of file ObsErrorBoundIR.cc.
|
private |
Definition at line 74 of file ObsErrorBoundIR.h.
|
private |
Definition at line 73 of file ObsErrorBoundIR.h.
|
private |
Definition at line 72 of file ObsErrorBoundIR.h.