11 #ifndef LORENZ95_RESOLUTION_H_ 12 #define LORENZ95_RESOLUTION_H_ 17 #include "eckit/config/Configuration.h" 18 #include "oops/util/Printable.h" 32 std::vector<double>
getLats()
const;
33 std::vector<double>
getLons()
const;
34 std::vector<double>
getLevs()
const;
35 std::vector<int>
getMask(
const int &)
const;
49 #endif // LORENZ95_RESOLUTION_H_
Resolution(const Resolution &other)
Resolution(const int resol)
std::vector< double > getLats() const
Resolution & operator=(const Resolution &)
std::vector< double > getLevs() const
void print(std::ostream &os) const
Resolution(const eckit::Configuration &conf)
std::vector< int > getMask(const int &) const
The namespace for the L95 model.
std::vector< double > getLons() const