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