OOPS
lorenz95::BackgroundCheckParameters Class Reference

#include <BackgroundCheck.h>

Inheritance diagram for lorenz95::BackgroundCheckParameters:
Collaboration diagram for lorenz95::BackgroundCheckParameters:

Public Attributes

oops::RequiredParameter< double > threshold {"threshold", this}
 threshold for background check More...
 
oops::OptionalParameter< double > inflation {"inflate obs error", this}
 
- Public Attributes inherited from oops::ObsFilterParametersBase
OptionalParameter< std::string > filter {"filter", this}
 Observation filter type. More...
 

Detailed Description

Parameters for L95 BackgroundCheck background check: all obs for which {|y-H(x)| < threshold} pass QC

Definition at line 31 of file BackgroundCheck.h.

Member Data Documentation

◆ inflation

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.

◆ threshold

oops::RequiredParameter<double> lorenz95::BackgroundCheckParameters::threshold {"threshold", this}

threshold for background check

Definition at line 36 of file BackgroundCheck.h.


The documentation for this class was generated from the following file: