11 #ifndef LORENZ95_GOML95_H_
12 #define LORENZ95_GOML95_H_
18 #include "eckit/config/Configuration.h"
19 #include "oops/util/ObjectCounter.h"
20 #include "oops/util/Printable.h"
32 class GomL95 :
public util::Printable,
33 private util::ObjectCounter<GomL95> {
35 static const std::string
classname() {
return "lorenz95::GomL95";}
50 void read(
const eckit::Configuration &);
51 void write(
const eckit::Configuration &)
const;
52 void print(std::ostream &)
const;
GomL95 class to handle locations for L95 model.
void write(const eckit::Configuration &) const
void print(std::ostream &) const
std::vector< double > locval_
double & operator[](const int ii)
GomL95 & operator+=(const GomL95 &)
GomL95 & operator*=(const double &)
double dot_product_with(const GomL95 &) const
static const std::string classname()
const double & operator[](const int ii) const
GomL95 & operator-=(const GomL95 &)
GomL95(const LocsL95 &, const oops::Variables &, const std::vector< size_t > &)
void read(const eckit::Configuration &)
double normalizedrms(const GomL95 &) const
LocsL95 class to handle locations for L95 model.
A Simple Observation Data Handler.
The namespace for the L95 model.
The namespace for the main oops code.