UFO
ufo::ThicknessParameters Class Reference

Configuration parameters of the thickness predictor. More...

#include <Thickness.h>

Inheritance diagram for ufo::ThicknessParameters:
Collaboration diagram for ufo::ThicknessParameters:

Public Attributes

oops::RequiredParameter< double > layerTop {"layer top", this}
 Pressure value (Pa) at the top of the required thickness layer. More...
 
oops::RequiredParameter< double > layerBase {"layer base", this}
 Pressure value (Pa) at the bottom of the required thickness layer. More...
 
oops::RequiredParameter< double > mean {"mean", this}
 Climatological mean of predictor. More...
 
oops::RequiredParameter< double > stDev {"standard deviation", this}
 Climatological standard deviation of predictor. More...
 
- Public Attributes inherited from ufo::PredictorParametersBase
oops::RequiredParameter< std::string > name {"name", this}
 Predictor name. More...
 

Private Member Functions

 OOPS_CONCRETE_PARAMETERS (ThicknessParameters, PredictorParametersBase)
 

Detailed Description

Configuration parameters of the thickness predictor.

Definition at line 25 of file Thickness.h.

Member Function Documentation

◆ OOPS_CONCRETE_PARAMETERS()

ufo::ThicknessParameters::OOPS_CONCRETE_PARAMETERS ( ThicknessParameters  ,
PredictorParametersBase   
)
private

Member Data Documentation

◆ layerBase

oops::RequiredParameter<double> ufo::ThicknessParameters::layerBase {"layer base", this}

Pressure value (Pa) at the bottom of the required thickness layer.

Definition at line 33 of file Thickness.h.

◆ layerTop

oops::RequiredParameter<double> ufo::ThicknessParameters::layerTop {"layer top", this}

Pressure value (Pa) at the top of the required thickness layer.

Definition at line 30 of file Thickness.h.

◆ mean

oops::RequiredParameter<double> ufo::ThicknessParameters::mean {"mean", this}

Climatological mean of predictor.

Definition at line 36 of file Thickness.h.

◆ stDev

oops::RequiredParameter<double> ufo::ThicknessParameters::stDev {"standard deviation", this}

Climatological standard deviation of predictor.

Definition at line 39 of file Thickness.h.


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