UFO
|
Configuration parameters of the LapseRate predictor. More...
#include <LapseRate.h>
Public Attributes | |
oops::RequiredParameter< std::string > | tlapse {"tlapse", this} |
Path to an input file. More... | |
oops::OptionalParameter< int > | order {"order", this} |
![]() | |
oops::RequiredParameter< std::string > | name {"name", this} |
Predictor name. More... | |
Private Member Functions | |
OOPS_CONCRETE_PARAMETERS (LapseRateParameters, PredictorParametersBase) | |
Configuration parameters of the LapseRate predictor.
Definition at line 33 of file LapseRate.h.
|
private |
oops::OptionalParameter<int> ufo::LapseRateParameters::order {"order", this} |
Power to which to raise the lapse rate. By default, 1.
Definition at line 44 of file LapseRate.h.
oops::RequiredParameter<std::string> ufo::LapseRateParameters::tlapse {"tlapse", this} |
Path to an input file.
Definition at line 38 of file LapseRate.h.