OOPS
qg::FieldsQG Class Reference

Class to represent a Fields for the QG model. More...

#include <FieldsQG.h>

Inheritance diagram for qg::FieldsQG:
Collaboration diagram for qg::FieldsQG:

Public Member Functions

 FieldsQG (const GeometryQG &, const oops::Variables &, const bool &, const util::DateTime &)
 
 FieldsQG (const FieldsQG &, const GeometryQG &)
 
 FieldsQG (const FieldsQG &, const oops::Variables &)
 
 FieldsQG (const FieldsQG &, const bool)
 
 FieldsQG (const FieldsQG &)
 
 ~FieldsQG ()
 
void zero ()
 
void zero (const util::DateTime &)
 
void ones ()
 
FieldsQGoperator= (const FieldsQG &)
 
FieldsQGoperator+= (const FieldsQG &)
 
FieldsQGoperator-= (const FieldsQG &)
 
FieldsQGoperator*= (const double &)
 
void axpy (const double &, const FieldsQG &)
 
double dot_product_with (const FieldsQG &) const
 
void schur_product_with (const FieldsQG &)
 
void dirac (const eckit::Configuration &)
 
void random ()
 
void changeResolution (const FieldsQG &)
 
void add (const FieldsQG &)
 
void diff (const FieldsQG &, const FieldsQG &)
 
void setAtlas (atlas::FieldSet *) const
 
void toAtlas (atlas::FieldSet *) const
 
void fromAtlas (atlas::FieldSet *)
 
void read (const eckit::Configuration &)
 
void analytic_init (const eckit::Configuration &)
 
void write (const eckit::Configuration &) const
 
double norm () const
 
std::shared_ptr< const GeometryQGgeometry () const
 
const oops::Variablesvariables () const
 
const util::DateTime & time () const
 
util::DateTime & time ()
 
void updateTime (const util::Duration &dt)
 
const int & toFortran () const
 
bool isForModel (const bool &) const
 
oops::LocalIncrement getLocal (const GeometryQGIterator &) const
 
void setLocal (const oops::LocalIncrement &, const GeometryQGIterator &)
 
size_t serialSize () const override
 Serialization. More...
 
void serialize (std::vector< double > &) const override
 
void deserialize (const std::vector< double > &, size_t &) override
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const override
 

Private Attributes

F90flds keyFlds_
 
std::shared_ptr< const GeometryQGgeom_
 
const oops::Variables vars_
 
const bool lbc_
 
util::DateTime time_
 

Detailed Description

Class to represent a Fields for the QG model.

Definition at line 50 of file FieldsQG.h.

Constructor & Destructor Documentation

◆ FieldsQG() [1/5]

qg::FieldsQG::FieldsQG ( const GeometryQG geom,
const oops::Variables vars,
const bool &  lbc,
const util::DateTime &  time 
)

Definition at line 38 of file FieldsQG.cc.

Here is the call graph for this function:

◆ FieldsQG() [2/5]

qg::FieldsQG::FieldsQG ( const FieldsQG other,
const GeometryQG geom 
)

Definition at line 61 of file FieldsQG.cc.

Here is the call graph for this function:

◆ FieldsQG() [3/5]

qg::FieldsQG::FieldsQG ( const FieldsQG other,
const oops::Variables vars 
)

Definition at line 68 of file FieldsQG.cc.

Here is the call graph for this function:

◆ FieldsQG() [4/5]

qg::FieldsQG::FieldsQG ( const FieldsQG other,
const bool  copy 
)

Definition at line 45 of file FieldsQG.cc.

Here is the call graph for this function:

◆ FieldsQG() [5/5]

qg::FieldsQG::FieldsQG ( const FieldsQG other)

Definition at line 54 of file FieldsQG.cc.

Here is the call graph for this function:

◆ ~FieldsQG()

qg::FieldsQG::~FieldsQG ( )

Definition at line 76 of file FieldsQG.cc.

Here is the call graph for this function:

Member Function Documentation

◆ add()

void qg::FieldsQG::add ( const FieldsQG rhs)

Definition at line 140 of file FieldsQG.cc.

Here is the call graph for this function:

◆ analytic_init()

void qg::FieldsQG::analytic_init ( const eckit::Configuration &  config)

Definition at line 167 of file FieldsQG.cc.

Here is the call graph for this function:

◆ axpy()

void qg::FieldsQG::axpy ( const double &  zz,
const FieldsQG rhs 
)

Definition at line 114 of file FieldsQG.cc.

Here is the call graph for this function:

◆ changeResolution()

void qg::FieldsQG::changeResolution ( const FieldsQG other)

Definition at line 136 of file FieldsQG.cc.

Here is the call graph for this function:

◆ classname()

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

Definition at line 54 of file FieldsQG.h.

◆ deserialize()

void qg::FieldsQG::deserialize ( const std::vector< double > &  vect,
size_t &  index 
)
override

Definition at line 265 of file FieldsQG.cc.

Here is the call graph for this function:

◆ diff()

void qg::FieldsQG::diff ( const FieldsQG x1,
const FieldsQG x2 
)

Definition at line 145 of file FieldsQG.cc.

Here is the call graph for this function:

◆ dirac()

void qg::FieldsQG::dirac ( const eckit::Configuration &  config)

Definition at line 132 of file FieldsQG.cc.

Here is the call graph for this function:

◆ dot_product_with()

double qg::FieldsQG::dot_product_with ( const FieldsQG fld2) const

Definition at line 118 of file FieldsQG.cc.

Here is the call graph for this function:

◆ fromAtlas()

void qg::FieldsQG::fromAtlas ( atlas::FieldSet *  afieldset)

Definition at line 159 of file FieldsQG.cc.

Here is the call graph for this function:

◆ geometry()

std::shared_ptr<const GeometryQG> qg::FieldsQG::geometry ( ) const
inline

Definition at line 92 of file FieldsQG.h.

◆ getLocal()

oops::LocalIncrement qg::FieldsQG::getLocal ( const GeometryQGIterator iter) const

Definition at line 221 of file FieldsQG.cc.

Here is the call graph for this function:

◆ isForModel()

bool qg::FieldsQG::isForModel ( const bool &  nonlinear) const

Definition at line 211 of file FieldsQG.cc.

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

◆ norm()

double qg::FieldsQG::norm ( ) const

Definition at line 175 of file FieldsQG.cc.

Here is the call graph for this function:

◆ ones()

void qg::FieldsQG::ones ( )

Definition at line 110 of file FieldsQG.cc.

Here is the call graph for this function:

◆ operator*=()

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

Definition at line 96 of file FieldsQG.cc.

Here is the call graph for this function:

◆ operator+=()

FieldsQG & qg::FieldsQG::operator+= ( const FieldsQG rhs)

Definition at line 86 of file FieldsQG.cc.

Here is the call graph for this function:

◆ operator-=()

FieldsQG & qg::FieldsQG::operator-= ( const FieldsQG rhs)

Definition at line 91 of file FieldsQG.cc.

Here is the call graph for this function:

◆ operator=()

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

Definition at line 80 of file FieldsQG.cc.

Here is the call graph for this function:

◆ print()

void qg::FieldsQG::print ( std::ostream &  os) const
overrideprivate

Definition at line 181 of file FieldsQG.cc.

Here is the call graph for this function:

◆ random()

void qg::FieldsQG::random ( )

Definition at line 128 of file FieldsQG.cc.

Here is the call graph for this function:

◆ read()

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

Definition at line 163 of file FieldsQG.cc.

Here is the call graph for this function:

◆ schur_product_with()

void qg::FieldsQG::schur_product_with ( const FieldsQG dx)

Definition at line 124 of file FieldsQG.cc.

Here is the call graph for this function:

◆ serialize()

void qg::FieldsQG::serialize ( std::vector< double > &  vect) const
override

Definition at line 251 of file FieldsQG.cc.

Here is the call graph for this function:

◆ serialSize()

size_t qg::FieldsQG::serialSize ( ) const
override

Serialization.

Definition at line 239 of file FieldsQG.cc.

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

◆ setAtlas()

void qg::FieldsQG::setAtlas ( atlas::FieldSet *  afieldset) const

Definition at line 151 of file FieldsQG.cc.

Here is the call graph for this function:

◆ setLocal()

void qg::FieldsQG::setLocal ( const oops::LocalIncrement x,
const GeometryQGIterator iter 
)

Definition at line 234 of file FieldsQG.cc.

Here is the call graph for this function:

◆ time() [1/2]

util::DateTime& qg::FieldsQG::time ( )
inline

Definition at line 96 of file FieldsQG.h.

◆ time() [2/2]

const util::DateTime& qg::FieldsQG::time ( ) const
inline

Definition at line 95 of file FieldsQG.h.

Here is the caller graph for this function:

◆ toAtlas()

void qg::FieldsQG::toAtlas ( atlas::FieldSet *  afieldset) const

Definition at line 155 of file FieldsQG.cc.

Here is the call graph for this function:

◆ toFortran()

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

Definition at line 99 of file FieldsQG.h.

Here is the caller graph for this function:

◆ updateTime()

void qg::FieldsQG::updateTime ( const util::Duration &  dt)
inline

Definition at line 97 of file FieldsQG.h.

◆ variables()

const oops::Variables& qg::FieldsQG::variables ( ) const
inline

Definition at line 93 of file FieldsQG.h.

◆ write()

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

Definition at line 171 of file FieldsQG.cc.

Here is the call graph for this function:

◆ zero() [1/2]

void qg::FieldsQG::zero ( )

Definition at line 101 of file FieldsQG.cc.

Here is the call graph for this function:

◆ zero() [2/2]

void qg::FieldsQG::zero ( const util::DateTime &  time)

Definition at line 105 of file FieldsQG.cc.

Here is the call graph for this function:

Member Data Documentation

◆ geom_

std::shared_ptr<const GeometryQG> qg::FieldsQG::geom_
private

Definition at line 114 of file FieldsQG.h.

◆ keyFlds_

F90flds qg::FieldsQG::keyFlds_
private

Definition at line 113 of file FieldsQG.h.

◆ lbc_

const bool qg::FieldsQG::lbc_
private

Definition at line 116 of file FieldsQG.h.

◆ time_

util::DateTime qg::FieldsQG::time_
private

Definition at line 117 of file FieldsQG.h.

◆ vars_

const oops::Variables qg::FieldsQG::vars_
private

Definition at line 115 of file FieldsQG.h.


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