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")) {
34 : bias_(0.0), active_(other.active_)
40 : bias_(0.0), active_(other.active_)
51 if (
active_) {os << std::endl <<
"ModelBias = " <<
bias_;}
subroutine, public copy(self, rhs)
ModelBias(const Resolution &, const eckit::Configuration &)
void print(std::ostream &) const
integer(long), parameter false
The namespace for the L95 model.
Model error for Lorenz 95 model.
ModelBias & operator+=(const ModelBiasCorrection &)