UFO
|
Parameters controlling the operation of the MWCLWCheck filter. More...
#include <MWCLWCheck.h>
Public Attributes | |
oops::RequiredParameter< oops::Variables > | clwVariables {"clw variables", this} |
oops::RequiredParameter< std::vector< float > > | clwThresholds {"clw_thresholds", this} |
oops::RequiredParameter< int > | clwOption |
![]() | |
oops::OptionalParameter< std::vector< Variable > > | filterVariables |
oops::Parameter< std::vector< WhereParameters > > | where {"where", {}, this} |
oops::Parameter< bool > | deferToPost {"defer to post", false, this} |
Additional Inherited Members | |
![]() | |
const FilterActionParametersBase & | action () const override |
Return parameters defining the action performed on observations flagged by the filter. More... | |
Parameters controlling the operation of the MWCLWCheck filter.
Definition at line 36 of file MWCLWCheck.h.
oops::RequiredParameter<int> ufo::MWCLWCheckParameters::clwOption |
Controls how the clw is calculated:
Definition at line 49 of file MWCLWCheck.h.
oops::RequiredParameter<std::vector<float> > ufo::MWCLWCheckParameters::clwThresholds {"clw_thresholds", this} |
Definition at line 42 of file MWCLWCheck.h.
oops::RequiredParameter<oops::Variables> ufo::MWCLWCheckParameters::clwVariables {"clw variables", this} |
Definition at line 40 of file MWCLWCheck.h.