#include <InflateError.h>
|
void | deserialize (util::CompositePath &path, const eckit::Configuration &config) override |
|
|
oops::OptionalParameter< float > | inflationFactor {"inflation factor", this} |
|
oops::OptionalParameter< Variable > | inflationVariable {"inflation variable", this} |
|
oops::OptionalParameter< std::string > | name {"name", this} |
| Name of the action to be performed. More...
|
|
Definition at line 27 of file InflateError.h.
◆ deserialize()
void ufo::InflateErrorParameters::deserialize |
( |
util::CompositePath & |
path, |
|
|
const eckit::Configuration & |
config |
|
) |
| |
|
override |
This function is overridden to check that either inflation factor
or inflation variable
is specified, but not both.
Definition at line 26 of file InflateError.cc.
◆ OOPS_CONCRETE_PARAMETERS()
◆ inflationFactor
oops::OptionalParameter<float> ufo::InflateErrorParameters::inflationFactor {"inflation factor", this} |
◆ inflationVariable
oops::OptionalParameter<Variable> ufo::InflateErrorParameters::inflationVariable {"inflation variable", this} |
The documentation for this class was generated from the following files: