8 #ifndef OOPS_ASSIMILATION_LETKFSOLVERPARAMETERS_H_
9 #define OOPS_ASSIMILATION_LETKFSOLVERPARAMETERS_H_
11 #include "oops/util/parameters/Parameter.h"
12 #include "oops/util/parameters/Parameters.h"
22 Parameter<double>
mult{
"mult", 1.0,
this};
31 Parameter<double>
rtpp{
"rtpp", 0.0,
this};
38 Parameter<double>
rtps{
"rtps", 0.0,
this};
53 Parameter<LETKFInflationParameters>
infl{
"local ensemble DA.inflation", {},
this};
Parameters for LETKF inflation.
double rtpsInflMax() const
double rtpsInflMin() const
Parameter< LETKFInflationParameters > infl
The namespace for the main oops code.