19 for (
int jj = 0; jj <
resol_; ++jj)
lats[jj] = 0.0;
24 std::vector<double> lons(
resol_);
25 double dx = 360.0 /
resol_;
26 for (
int jj = 0; jj <
resol_; ++jj) lons[jj] = dx * jj;
31 std::vector<double>
levs(1);
37 std::vector<int> mask(
resol_);
38 for (
int jj = 0; jj <
resol_; ++jj) mask[jj] = 1;
std::vector< double > getLats() const
std::vector< double > getLevs() const
integer, dimension(nplev) levs
std::vector< int > getMask(const int &) const
The namespace for the L95 model.
std::vector< double > getLons() const