Go to the documentation of this file.
11 #ifndef LORENZ95_OBSERVATIONTLAD_H_
12 #define LORENZ95_OBSERVATIONTLAD_H_
17 #include <boost/noncopyable.hpp>
22 #include "oops/util/ObjectCounter.h"
23 #include "oops/util/Printable.h"
33 class ObsBiasCorrection;
44 private boost::noncopyable,
45 private util::ObjectCounter<ObservationTLAD> {
47 static const std::string
classname() {
return "lorenz95::ObservationTLAD";}
60 void print(std::ostream &)
const;
68 #endif // LORENZ95_OBSERVATIONTLAD_H_
const oops::Variables inputs_
Class to handle observation bias parameters.
const oops::Variables & requiredVars() const
Vector in observation space.
void print(std::ostream &) const
static const std::string classname()
void simulateObsTL(const GomL95 &, ObsVec1D &, const ObsBiasCorrection &) const
ObservationTLAD(const ObsTableView &, const eckit::Configuration &)
GomL95 class to handle locations for L95 model.
void setTrajectory(const GomL95 &, const ObsBias &)
A Simple Observation Data Handler.
void simulateObsAD(GomL95 &, const ObsVec1D &, ObsBiasCorrection &) const
Observation for Lorenz 95 model.
The namespace for the L95 model.