OOPS
|
#include <BackgroundCheck.h>
Public Attributes | |
oops::RequiredParameter< double > | threshold {"threshold", this} |
threshold for background check More... | |
oops::OptionalParameter< double > | inflation {"inflate obs error", this} |
![]() | |
OptionalParameter< std::string > | filter {"filter", this} |
Observation filter type. More... | |
Parameters for L95 BackgroundCheck background check: all obs for which {|y-H(x)| < threshold} pass QC
Definition at line 31 of file BackgroundCheck.h.
oops::OptionalParameter<double> lorenz95::BackgroundCheckParameters::inflation {"inflate obs error", this} |
optional inflation factor: if this parameter is present, obs error stddev for obs that don't pass the check is multiplied by the specified factor. Otherwise, obs that don't pass the check are rejected.
Definition at line 41 of file BackgroundCheck.h.
oops::RequiredParameter<double> lorenz95::BackgroundCheckParameters::threshold {"threshold", this} |
threshold for background check
Definition at line 36 of file BackgroundCheck.h.