Go to the documentation of this file.
8 #ifndef LORENZ95_OBSLOCGC99_H_
9 #define LORENZ95_OBSLOCGC99_H_
14 #include <boost/noncopyable.hpp>
16 #include "eckit/config/Configuration.h"
17 #include "oops/util/DateTime.h"
18 #include "oops/util/Printable.h"
31 static const std::string
classname() {
return "lorenz95::ObsLocGC99";}
38 void print(std::ostream &)
const;
45 #endif // LORENZ95_OBSLOCGC99_H_
ObsLocalization matrix for Lorenz 95 model.
const ObsTableView & obsdb_
void multiply(ObsVec1D &) const
Vector in observation space.
ObsLocGC99(const eckit::Configuration &, const ObsTableView &)
void print(std::ostream &) const
A Simple Observation Data Handler.
The namespace for the L95 model.
static const std::string classname()