UFO
ufo::SatwindIndivErrorsParameters Class Reference

Options controlling SatwindIndivErrors ObsFunction. More...

#include <SatwindIndivErrors.h>

Inheritance diagram for ufo::SatwindIndivErrorsParameters:
Collaboration diagram for ufo::SatwindIndivErrorsParameters:

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< Variablepressure_error {"pressure error", this}
 Name of the variable containing the input height error estimates (Pa) More...
 
oops::RequiredParameter< Variablequality_index {"quality index", this}
 Name of the variable containing quality index values for use in the vector error calculation. More...
 

Detailed Description

Options controlling SatwindIndivErrors ObsFunction.

Definition at line 30 of file SatwindIndivErrors.h.

Member Data Documentation

◆ eu_add

oops::RequiredParameter<float> ufo::SatwindIndivErrorsParameters::eu_add {"verror add", this}

Vector error estimate addition.

Definition at line 35 of file SatwindIndivErrors.h.

◆ eu_mult

oops::RequiredParameter<float> ufo::SatwindIndivErrorsParameters::eu_mult {"verror mult", this}

Vector error estimate multiply.

Definition at line 37 of file SatwindIndivErrors.h.

◆ min_press

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.

◆ pressure_error

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.

◆ profile

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.

◆ quality_index

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.

◆ vcoord

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.


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