16 #include "eckit/config/Configuration.h"
21 #include "oops/util/missingValues.h"
28 : inputs_(std::vector<std::string>{
"x"})
39 for (
size_t jj = 0; jj < gom.
size(); ++jj) {
40 ovec[jj] = gom[jj] + bias.
value();
48 const double missing = util::missingValue(
double());
49 for (
size_t jj = 0; jj < gom.
size(); ++jj) {
50 if (ovec[jj] != missing) {
52 bias.
value() += ovec[jj];
60 os <<
"Lorenz 95: Identity linear obs operator";
GomL95 class to handle locations for L95 model.
Class to handle observation bias parameters.
A Simple Observation Data Handler.
Vector in observation space.
(Empty) parameters controlling the observation operator for the Lorenz 95 model.
void simulateObsTL(const GomL95 &, ObsVec1D &, const ObsBiasCorrection &) const
void print(std::ostream &) const
ObservationTLAD(const ObsTable &, const Parameters_ &)
void simulateObsAD(GomL95 &, const ObsVec1D &, ObsBiasCorrection &) const
void setTrajectory(const GomL95 &, const ObsBias &)
The namespace for the L95 model.