UFO
|
Options controlling the operation of the calculations involving probability of gross error. More...
#include <ProbabilityOfGrossErrorParameters.h>
Public Attributes | |
oops::Parameter< float > | PGE_ExpArgMax {"max exponent", 80.0, this} |
Maximum value of exponent in background QC. More... | |
oops::Parameter< float > | PGE_PGECrit {"PGE threshold", 0.1, this} |
PGE rejection limit. More... | |
oops::Parameter< float > | PGE_ObErrMult {"obs error multiplier", 1.0, this} |
Multiplication factor for observation errors. More... | |
oops::Parameter< float > | PGE_BkgErrMult {"BG error multiplier", 1.0, this} |
Multiplication factor for background errors. More... | |
oops::Parameter< float > | PGE_SDiffCrit {"obs minus BG threshold", 100.0, this} |
Critical value for squared difference from background / ErrVar. More... | |
Options controlling the operation of the calculations involving probability of gross error.
Definition at line 25 of file ProbabilityOfGrossErrorParameters.h.
oops::Parameter<float> ufo::ProbabilityOfGrossErrorParameters::PGE_BkgErrMult {"BG error multiplier", 1.0, this} |
Multiplication factor for background errors.
Definition at line 39 of file ProbabilityOfGrossErrorParameters.h.
oops::Parameter<float> ufo::ProbabilityOfGrossErrorParameters::PGE_ExpArgMax {"max exponent", 80.0, this} |
Maximum value of exponent in background QC.
Definition at line 30 of file ProbabilityOfGrossErrorParameters.h.
oops::Parameter<float> ufo::ProbabilityOfGrossErrorParameters::PGE_ObErrMult {"obs error multiplier", 1.0, this} |
Multiplication factor for observation errors.
Definition at line 36 of file ProbabilityOfGrossErrorParameters.h.
oops::Parameter<float> ufo::ProbabilityOfGrossErrorParameters::PGE_PGECrit {"PGE threshold", 0.1, this} |
PGE rejection limit.
Definition at line 33 of file ProbabilityOfGrossErrorParameters.h.
oops::Parameter<float> ufo::ProbabilityOfGrossErrorParameters::PGE_SDiffCrit {"obs minus BG threshold", 100.0, this} |
Critical value for squared difference from background / ErrVar.
Definition at line 42 of file ProbabilityOfGrossErrorParameters.h.