UFO
|
Options controlling SatwindIndivErrors ObsFunction. More...
#include <SatwindIndivErrors.h>
Public Attributes | |
oops::RequiredParameter< float > | eu_add {"verror add", this} |
Vector error estimate addition. More... | |
oops::RequiredParameter< float > | eu_mult {"verror mult", this} |
Vector error estimate multiply. More... | |
oops::RequiredParameter< std::string > | profile {"wind component", this} |
String containing the name of the wind component we are calculating the error for. More... | |
oops::RequiredParameter< std::string > | vcoord {"vertical coordinate", this} |
String containing the vertical coordinate to use for the wind component. More... | |
oops::Parameter< float > | min_press {"minimum pressure", 10000.0, this} |
Ignore contribution above height of minimum pressure (Pa) More... | |
oops::RequiredParameter< Variable > | pressure_error {"pressure error", this} |
Name of the variable containing the input height error estimates (Pa) More... | |
oops::RequiredParameter< Variable > | quality_index {"quality index", this} |
Name of the variable containing quality index values for use in the vector error calculation. More... | |
Options controlling SatwindIndivErrors ObsFunction.
Definition at line 30 of file SatwindIndivErrors.h.
oops::RequiredParameter<float> ufo::SatwindIndivErrorsParameters::eu_add {"verror add", this} |
Vector error estimate addition.
Definition at line 35 of file SatwindIndivErrors.h.
oops::RequiredParameter<float> ufo::SatwindIndivErrorsParameters::eu_mult {"verror mult", this} |
Vector error estimate multiply.
Definition at line 37 of file SatwindIndivErrors.h.
oops::Parameter<float> ufo::SatwindIndivErrorsParameters::min_press {"minimum pressure", 10000.0, this} |
Ignore contribution above height of minimum pressure (Pa)
Definition at line 43 of file SatwindIndivErrors.h.
oops::RequiredParameter<Variable> ufo::SatwindIndivErrorsParameters::pressure_error {"pressure error", this} |
Name of the variable containing the input height error estimates (Pa)
Definition at line 45 of file SatwindIndivErrors.h.
oops::RequiredParameter<std::string> ufo::SatwindIndivErrorsParameters::profile {"wind component", this} |
String containing the name of the wind component we are calculating the error for.
Definition at line 39 of file SatwindIndivErrors.h.
oops::RequiredParameter<Variable> ufo::SatwindIndivErrorsParameters::quality_index {"quality index", this} |
Name of the variable containing quality index values for use in the vector error calculation.
Definition at line 47 of file SatwindIndivErrors.h.
oops::RequiredParameter<std::string> ufo::SatwindIndivErrorsParameters::vcoord {"vertical coordinate", this} |
String containing the vertical coordinate to use for the wind component.
Definition at line 41 of file SatwindIndivErrors.h.