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