15 #include "eckit/config/Configuration.h"
20 #include "oops/util/Logger.h"
26 const std::vector<size_t> & sizes):
63 GomQG temp_GomQG(*
this);
65 return temp_GomQG.
rms();
77 const int keyGomRhs = rhs.
keyGom_;
118 double zmin, zmax, zrms;
120 std::ios_base::fmtflags f(os.flags());
121 os <<
" nobs= " << nobs << std::scientific << std::setprecision(4)
122 <<
" Min=" << std::setw(12) << zmin
123 <<
", Max=" << std::setw(12) << zmax
124 <<
", RMS=" << std::setw(12) << zrms;
138 oops::Log::debug() <<
"GomQG: Maximum Value = " << std::setprecision(4)
139 << mxval <<
" at location = " << iloc
140 <<
" and variable = " << maxvar << std::endl;
GomQG class to handle local model values for QG model.
double dot_product_with(const GomQG &) const
double normalizedrms(const GomQG &) const
void print(std::ostream &) const
void write(const eckit::Configuration &) const
GomQG & operator*=(const double &)
GomQG & operator=(const GomQG &)
void read(const eckit::Configuration &)
GomQG & operator-=(const GomQG &)
GomQG & operator+=(const GomQG &)
LocationsQG class to handle locations for QG model.
The namespace for the qg model.
void qg_gom_write_file_f90(const F90gom &, const eckit::Configuration &)
void qg_gom_setup_f90(F90gom &, const LocationsQG &, const oops::Variables &)
void qg_gom_zero_f90(const F90gom &)
void qg_gom_read_file_f90(const F90gom &, const eckit::Configuration &)
void qg_gom_create_f90(F90gom &, const oops::Variables &)
void qg_gom_copy_f90(const F90gom &, const F90gom &)
void qg_gom_dotprod_f90(const F90gom &, const F90gom &, double &)
void qg_gom_diff_f90(const F90gom &, const F90gom &)
void qg_gom_random_f90(const F90gom &)
void qg_gom_stats_f90(const F90gom &, int &, double &, double &, double &)
void qg_gom_add_f90(const F90gom &, const F90gom &)
void qg_gom_schurmult_f90(const F90gom &, const F90gom &)
void qg_gom_mult_f90(const F90gom &, const double &)
void qg_gom_rms_f90(const F90gom &, double &)
void qg_gom_divide_f90(const F90gom &, const F90gom &)
void qg_gom_delete_f90(F90gom &)
void qg_gom_maxloc_f90(const F90gom &, double &, int &, const oops::Variables &)