OOPS
qg::GomQG Class Reference

GomQG class to handle local model values for QG model. More...

#include <GomQG.h>

Inheritance diagram for qg::GomQG:
Collaboration diagram for qg::GomQG:

Public Member Functions

 GomQG (const LocationsQG &, const oops::Variables &, const std::vector< size_t > &)
 
 GomQG (const eckit::Configuration &, const ObsSpaceQG &, const oops::Variables &)
 QG GeoVaLs Constructor with Config. More...
 
 GomQG (const GomQG &)
 
 GomQG ()
 
 GomQG (int &fgom)
 
 ~GomQG ()
 
void zero ()
 
void random ()
 
double rms () const
 
double normalizedrms (const GomQG &) const
 
GomQGoperator= (const GomQG &)
 
GomQGoperator*= (const double &)
 
GomQGoperator+= (const GomQG &)
 
GomQGoperator-= (const GomQG &)
 
GomQGoperator*= (const GomQG &)
 
double dot_product_with (const GomQG &) const
 
void read (const eckit::Configuration &)
 
void write (const eckit::Configuration &) const
 
const int & toFortran () const
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

F90gom keyGom_
 
oops::Variables vars_
 

Detailed Description

GomQG class to handle local model values for QG model.

Definition at line 34 of file GomQG.h.

Constructor & Destructor Documentation

◆ GomQG() [1/5]

qg::GomQG::GomQG ( const LocationsQG locs,
const oops::Variables vars,
const std::vector< size_t > &  sizes 
)

Definition at line 25 of file GomQG.cc.

Here is the call graph for this function:

◆ GomQG() [2/5]

qg::GomQG::GomQG ( const eckit::Configuration &  config,
const ObsSpaceQG ospace,
const oops::Variables vars 
)

QG GeoVaLs Constructor with Config.

Definition at line 36 of file GomQG.cc.

Here is the call graph for this function:

◆ GomQG() [3/5]

qg::GomQG::GomQG ( const GomQG other)
explicit

Definition at line 45 of file GomQG.cc.

Here is the call graph for this function:

◆ GomQG() [4/5]

qg::GomQG::GomQG ( )
inline

Definition at line 44 of file GomQG.h.

◆ GomQG() [5/5]

qg::GomQG::GomQG ( int &  fgom)
inlineexplicit

Definition at line 45 of file GomQG.h.

◆ ~GomQG()

qg::GomQG::~GomQG ( )

Definition at line 52 of file GomQG.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

static const std::string qg::GomQG::classname ( )
inlinestatic

Definition at line 37 of file GomQG.h.

◆ dot_product_with()

double qg::GomQG::dot_product_with ( const GomQG other) const

Definition at line 102 of file GomQG.cc.

Here is the call graph for this function:

◆ normalizedrms()

double qg::GomQG::normalizedrms ( const GomQG rhs) const

Definition at line 62 of file GomQG.cc.

Here is the call graph for this function:

◆ operator*=() [1/2]

GomQG & qg::GomQG::operator*= ( const double &  zz)

Definition at line 82 of file GomQG.cc.

Here is the call graph for this function:

◆ operator*=() [2/2]

GomQG & qg::GomQG::operator*= ( const GomQG other)

Definition at line 97 of file GomQG.cc.

Here is the call graph for this function:

◆ operator+=()

GomQG & qg::GomQG::operator+= ( const GomQG other)

Definition at line 87 of file GomQG.cc.

Here is the call graph for this function:

◆ operator-=()

GomQG & qg::GomQG::operator-= ( const GomQG other)

Definition at line 92 of file GomQG.cc.

Here is the call graph for this function:

◆ operator=()

GomQG & qg::GomQG::operator= ( const GomQG rhs)

Definition at line 76 of file GomQG.cc.

Here is the call graph for this function:

◆ print()

void qg::GomQG::print ( std::ostream &  os) const
private

Definition at line 116 of file GomQG.cc.

Here is the call graph for this function:

◆ random()

void qg::GomQG::random ( )

Definition at line 72 of file GomQG.cc.

Here is the call graph for this function:

◆ read()

void qg::GomQG::read ( const eckit::Configuration &  config)

Definition at line 108 of file GomQG.cc.

Here is the call graph for this function:

◆ rms()

double qg::GomQG::rms ( ) const

Definition at line 56 of file GomQG.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toFortran()

const int& qg::GomQG::toFortran ( ) const
inline

Definition at line 62 of file GomQG.h.

Here is the caller graph for this function:

◆ write()

void qg::GomQG::write ( const eckit::Configuration &  config) const

Definition at line 112 of file GomQG.cc.

Here is the call graph for this function:

◆ zero()

void qg::GomQG::zero ( )

Definition at line 68 of file GomQG.cc.

Here is the call graph for this function:

Member Data Documentation

◆ keyGom_

F90gom qg::GomQG::keyGom_
private

Definition at line 66 of file GomQG.h.

◆ vars_

oops::Variables qg::GomQG::vars_
private

Definition at line 67 of file GomQG.h.


The documentation for this class was generated from the following files: