UFO
ufo::LapseRateParameters Class Reference

Configuration parameters of the LapseRate predictor. More...

#include <LapseRate.h>

Inheritance diagram for ufo::LapseRateParameters:
Collaboration diagram for ufo::LapseRateParameters:

Public Attributes

oops::RequiredParameter< std::string > tlapse {"tlapse", this}
 Path to an input file. More...
 
oops::OptionalParameter< int > order {"order", this}
 
- Public Attributes inherited from ufo::PredictorParametersBase
oops::RequiredParameter< std::string > name {"name", this}
 Predictor name. More...
 

Private Member Functions

 OOPS_CONCRETE_PARAMETERS (LapseRateParameters, PredictorParametersBase)
 

Detailed Description

Configuration parameters of the LapseRate predictor.

Definition at line 33 of file LapseRate.h.

Member Function Documentation

◆ OOPS_CONCRETE_PARAMETERS()

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

Member Data Documentation

◆ order

oops::OptionalParameter<int> ufo::LapseRateParameters::order {"order", this}

Power to which to raise the lapse rate. By default, 1.

Note
If this option is set, a suffix containing its value (even if it's equal to 1) will be appended to the predictor name.

Definition at line 44 of file LapseRate.h.

◆ tlapse

oops::RequiredParameter<std::string> ufo::LapseRateParameters::tlapse {"tlapse", this}

Path to an input file.

Definition at line 38 of file LapseRate.h.


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