Go to the documentation of this file.
8 #include "ufo/ObsDiagnostics.h"
14 #include "oops/base/Variables.h"
15 #include "ufo/Locations.h"
17 #include "ioda/ObsSpace.h"
24 const oops::Variables & vars)
25 : obsdb_(os), gdiags_(locs, vars)
31 const oops::Variables & vars)
32 : obsdb_(os), gdiags_(
conf, os, vars)
38 const std::string & var,
58 const int lev)
const {
65 os <<
"ObsDiagnostics not printing yet.";
ObsDiagnostics(const ioda::ObsSpace &, const Locations &, const oops::Variables &)
size_t nlevs(const std::string &) const
void print(std::ostream &) const
Locations class to handle locations for UFO.
void get(std::vector< float > &, const std::string &) const
Return all values for a specific 2D variable.
void put(const std::vector< double > &, const std::string &, const int) const
Put values for a specific variable and level.
void save(const std::vector< double > &, const std::string &, const int)
void get(std::vector< float > &, const std::string &) const
size_t nlevs(const std::string &var) const
Return number of levels for a specified variable.