8 #ifndef UFO_UTILS_PROBABILITYOFGROSSERRORPARAMETERS_H_
9 #define UFO_UTILS_PROBABILITYOFGROSSERRORPARAMETERS_H_
14 #include "oops/util/parameters/Parameter.h"
15 #include "oops/util/parameters/Parameters.h"
33 oops::Parameter<float>
PGE_PGECrit{
"PGE threshold", 0.1,
this};
36 oops::Parameter<float>
PGE_ObErrMult{
"obs error multiplier", 1.0,
this};
42 oops::Parameter<float>
PGE_SDiffCrit{
"obs minus BG threshold", 100.0,
this};
Options controlling the operation of the calculations involving probability of gross error.
oops::Parameter< float > PGE_BkgErrMult
Multiplication factor for background errors.
oops::Parameter< float > PGE_PGECrit
PGE rejection limit.
oops::Parameter< float > PGE_SDiffCrit
Critical value for squared difference from background / ErrVar.
oops::Parameter< float > PGE_ExpArgMax
Maximum value of exponent in background QC.
oops::Parameter< float > PGE_ObErrMult
Multiplication factor for observation errors.