OOPS
|
Class to represent a Fields for the QG model. More...
#include <FieldsQG.h>
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 () |
FieldsQG & | operator= (const FieldsQG &) |
FieldsQG & | operator+= (const FieldsQG &) |
FieldsQG & | operator-= (const FieldsQG &) |
FieldsQG & | operator*= (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 GeometryQG > | geometry () const |
const oops::Variables & | variables () 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 GeometryQG > | geom_ |
const oops::Variables | vars_ |
const bool | lbc_ |
util::DateTime | time_ |
Class to represent a Fields for the QG model.
Definition at line 50 of file FieldsQG.h.
qg::FieldsQG::FieldsQG | ( | const GeometryQG & | geom, |
const oops::Variables & | vars, | ||
const bool & | lbc, | ||
const util::DateTime & | time | ||
) |
qg::FieldsQG::FieldsQG | ( | const FieldsQG & | other, |
const GeometryQG & | geom | ||
) |
qg::FieldsQG::FieldsQG | ( | const FieldsQG & | other, |
const oops::Variables & | vars | ||
) |
qg::FieldsQG::FieldsQG | ( | const FieldsQG & | other, |
const bool | copy | ||
) |
qg::FieldsQG::FieldsQG | ( | const FieldsQG & | other | ) |
qg::FieldsQG::~FieldsQG | ( | ) |
void qg::FieldsQG::add | ( | const FieldsQG & | rhs | ) |
void qg::FieldsQG::analytic_init | ( | const eckit::Configuration & | config | ) |
void qg::FieldsQG::axpy | ( | const double & | zz, |
const FieldsQG & | rhs | ||
) |
void qg::FieldsQG::changeResolution | ( | const FieldsQG & | other | ) |
|
inlinestatic |
Definition at line 54 of file FieldsQG.h.
|
override |
void qg::FieldsQG::dirac | ( | const eckit::Configuration & | config | ) |
double qg::FieldsQG::dot_product_with | ( | const FieldsQG & | fld2 | ) | const |
void qg::FieldsQG::fromAtlas | ( | atlas::FieldSet * | afieldset | ) |
|
inline |
Definition at line 92 of file FieldsQG.h.
oops::LocalIncrement qg::FieldsQG::getLocal | ( | const GeometryQGIterator & | iter | ) | const |
bool qg::FieldsQG::isForModel | ( | const bool & | nonlinear | ) | const |
Definition at line 211 of file FieldsQG.cc.
double qg::FieldsQG::norm | ( | ) | const |
void qg::FieldsQG::ones | ( | ) |
FieldsQG & qg::FieldsQG::operator*= | ( | const double & | zz | ) |
|
overrideprivate |
void qg::FieldsQG::random | ( | ) |
void qg::FieldsQG::read | ( | const eckit::Configuration & | config | ) |
void qg::FieldsQG::schur_product_with | ( | const FieldsQG & | dx | ) |
|
override |
|
override |
Serialization.
Definition at line 239 of file FieldsQG.cc.
void qg::FieldsQG::setAtlas | ( | atlas::FieldSet * | afieldset | ) | const |
void qg::FieldsQG::setLocal | ( | const oops::LocalIncrement & | x, |
const GeometryQGIterator & | iter | ||
) |
|
inline |
Definition at line 96 of file FieldsQG.h.
|
inline |
void qg::FieldsQG::toAtlas | ( | atlas::FieldSet * | afieldset | ) | const |
|
inline |
|
inline |
Definition at line 97 of file FieldsQG.h.
|
inline |
Definition at line 93 of file FieldsQG.h.
void qg::FieldsQG::write | ( | const eckit::Configuration & | config | ) | const |
void qg::FieldsQG::zero | ( | ) |
void qg::FieldsQG::zero | ( | const util::DateTime & | time | ) |
|
private |
Definition at line 114 of file FieldsQG.h.
|
private |
Definition at line 113 of file FieldsQG.h.
|
private |
Definition at line 116 of file FieldsQG.h.
|
private |
Definition at line 117 of file FieldsQG.h.
|
private |
Definition at line 115 of file FieldsQG.h.