11 #ifndef LORENZ95_OBSERVATIONL95_H_ 12 #define LORENZ95_OBSERVATIONL95_H_ 17 #include <boost/noncopyable.hpp> 21 #include "oops/util/ObjectCounter.h" 22 #include "oops/util/Printable.h" 43 private boost::noncopyable,
44 private util::ObjectCounter<ObservationL95> {
46 static const std::string
classname() {
return "lorenz95::ObservationL95";}
60 void print(std::ostream &)
const;
69 #endif // LORENZ95_OBSERVATIONL95_H_ GomL95 class to handle locations for L95 model.
Class to handle observation bias parameters.
const ObsTable & table() const
static const std::string classname()
const oops::Variables inputs_
Vector in observation space.
The namespace for the L95 model.
const oops::Variables & variables() const
void simulateObs(const GomL95 &, ObsVec1D &, const ObsBias &) const
A Simple Observation Data Handler.
void print(std::ostream &) const
Observation for Lorenz 95 model.
ObservationL95(const ObsTable &, const eckit::Configuration &)