16 #include "eckit/config/Configuration.h"
18 #include "oops/util/Logger.h"
24 : bias_(0.0), active_(false)
26 oops::Log::trace() <<
"ModelBias::ModelBias conf is:" << conf << std::endl;
27 if (conf.has(
"bias")) {
28 bias_ = conf.getDouble(
"bias");
34 : bias_(0.0), active_(other.active_)
40 : bias_(0.0), active_(other.active_)
Model error for Lorenz 95 model.
void print(std::ostream &) const
ModelBias & operator+=(const ModelBiasCorrection &)
ModelBias(const Resolution &, const eckit::Configuration &)
The namespace for the L95 model.