UFO
|
Options controlling the operation of the variablestansform filter. More...
#include <VariableTransformsParameters.h>
Public Attributes | |
oops::RequiredParameter< std::vector< std::string > > | Transform |
oops::Parameter< std::string > | Method {"Method", "default", this} |
oops::Parameter< std::string > | Formulation {"Formulation", "", this} |
oops::Parameter< bool > | UseValidDataOnly {"UseValidDataOnly", true, this} |
oops::Parameter< bool > | AllowSuperSaturation {"AllowSuperSaturation", false, this} |
Options controlling the operation of the variablestansform filter.
Definition at line 31 of file VariableTransformsParameters.h.
oops::Parameter<bool> ufo::VariableTransformsParameters::AllowSuperSaturation {"AllowSuperSaturation", false, this} |
Should we allow super-saturated relative humidity? [Optional]: By default AllowSuperSaturation is set to false. See ReadTheDoc for more details
Definition at line 76 of file VariableTransformsParameters.h.
oops::Parameter<std::string> ufo::VariableTransformsParameters::Formulation {"Formulation", "", this} |
Formulation possible [Optional]: By default formulation is set to the Method. See ReadTheDoc for more details
Definition at line 66 of file VariableTransformsParameters.h.
oops::Parameter<std::string> ufo::VariableTransformsParameters::Method {"Method", "default", this} |
Method used for calculation [Optional]: Related to Met Center - See ReadTheDoc for more details.
Definition at line 61 of file VariableTransformsParameters.h.
oops::RequiredParameter<std::vector<std::string> > ufo::VariableTransformsParameters::Transform |
List of possible transformatioins:
Definition at line 56 of file VariableTransformsParameters.h.
oops::Parameter<bool> ufo::VariableTransformsParameters::UseValidDataOnly {"UseValidDataOnly", true, this} |
Should we use only the valid data? [Optional]: By default UseValidDataOnly is set to true. See ReadTheDoc for more details
Definition at line 71 of file VariableTransformsParameters.h.