OOPS
|
Increment Class: Difference between two states. More...
#include <IncrementL95.h>
Public Member Functions | |
IncrementL95 (const Resolution &, const oops::Variables &, const util::DateTime &) | |
Constructor, destructor. More... | |
IncrementL95 (const Resolution &, const IncrementL95 &) | |
IncrementL95 (const IncrementL95 &, const bool) | |
virtual | ~IncrementL95 () |
void | diff (const StateL95 &, const StateL95 &) |
Basic operators. More... | |
void | zero () |
void | zero (const util::DateTime &) |
void | ones () |
void | dirac (const eckit::Configuration &) |
IncrementL95 & | operator= (const IncrementL95 &) |
IncrementL95 & | operator+= (const IncrementL95 &) |
IncrementL95 & | operator-= (const IncrementL95 &) |
IncrementL95 & | operator*= (const double &) |
void | axpy (const double &, const IncrementL95 &, const bool check=true) |
double | dot_product_with (const IncrementL95 &) const |
void | schur_product_with (const IncrementL95 &) |
void | random () |
void | setAtlas (atlas::FieldSet *) const |
ATLAS. More... | |
void | toAtlas (atlas::FieldSet *) const |
void | fromAtlas (atlas::FieldSet *) |
void | read (const eckit::Configuration &) |
Utilities. More... | |
void | write (const eckit::Configuration &) const |
double | norm () const |
const util::DateTime & | validTime () const |
util::DateTime & | validTime () |
void | updateTime (const util::Duration &dt) |
oops::LocalIncrement | getLocal (const Iterator &) const |
void | setLocal (const oops::LocalIncrement &, const Iterator &) |
const FieldL95 & | getField () const |
Access to data. More... | |
FieldL95 & | getField () |
std::shared_ptr< const Resolution > | geometry () const |
std::vector< double > & | asVector () |
const std::vector< double > & | asVector () const |
void | accumul (const double &, const StateL95 &) |
size_t | serialSize () const override |
Serialize and deserialize. 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 | |
FieldL95 | fld_ |
util::DateTime | time_ |
Increment Class: Difference between two states.
Some fields that are present in a State may not be present in an Increment. The Increment contains everything that is needed by the tangent-linear and adjoint models.
Definition at line 56 of file IncrementL95.h.
lorenz95::IncrementL95::IncrementL95 | ( | const Resolution & | resol, |
const oops::Variables & | , | ||
const util::DateTime & | vt | ||
) |
Constructor, destructor.
Definition at line 45 of file IncrementL95.cc.
lorenz95::IncrementL95::IncrementL95 | ( | const Resolution & | resol, |
const IncrementL95 & | dx | ||
) |
Definition at line 53 of file IncrementL95.cc.
lorenz95::IncrementL95::IncrementL95 | ( | const IncrementL95 & | dx, |
const bool | copy | ||
) |
Definition at line 60 of file IncrementL95.cc.
|
virtual |
Definition at line 66 of file IncrementL95.cc.
void lorenz95::IncrementL95::accumul | ( | const double & | zz, |
const StateL95 & | xx | ||
) |
|
inline |
Definition at line 106 of file IncrementL95.h.
|
inline |
void lorenz95::IncrementL95::axpy | ( | const double & | zz, |
const IncrementL95 & | rhs, | ||
const bool | check = true |
||
) |
|
inlinestatic |
Definition at line 60 of file IncrementL95.h.
|
override |
Basic operators.
Definition at line 72 of file IncrementL95.cc.
void lorenz95::IncrementL95::dirac | ( | const eckit::Configuration & | config | ) |
double lorenz95::IncrementL95::dot_product_with | ( | const IncrementL95 & | other | ) | const |
Definition at line 124 of file IncrementL95.cc.
void lorenz95::IncrementL95::fromAtlas | ( | atlas::FieldSet * | ) |
Definition at line 230 of file IncrementL95.cc.
|
inline |
|
inline |
Definition at line 101 of file IncrementL95.h.
|
inline |
Access to data.
Definition at line 100 of file IncrementL95.h.
oops::LocalIncrement lorenz95::IncrementL95::getLocal | ( | const Iterator & | i | ) | const |
|
inline |
void lorenz95::IncrementL95::ones | ( | ) |
IncrementL95 & lorenz95::IncrementL95::operator*= | ( | const double & | zz | ) |
Definition at line 96 of file IncrementL95.cc.
IncrementL95 & lorenz95::IncrementL95::operator+= | ( | const IncrementL95 & | rhs | ) |
Definition at line 84 of file IncrementL95.cc.
IncrementL95 & lorenz95::IncrementL95::operator-= | ( | const IncrementL95 & | rhs | ) |
Definition at line 90 of file IncrementL95.cc.
IncrementL95 & lorenz95::IncrementL95::operator= | ( | const IncrementL95 & | rhs | ) |
Definition at line 78 of file IncrementL95.cc.
|
overrideprivate |
Definition at line 199 of file IncrementL95.cc.
void lorenz95::IncrementL95::random | ( | ) |
Definition at line 133 of file IncrementL95.cc.
void lorenz95::IncrementL95::read | ( | const eckit::Configuration & | config | ) |
Utilities.
Definition at line 143 of file IncrementL95.cc.
void lorenz95::IncrementL95::schur_product_with | ( | const IncrementL95 & | rhs | ) |
|
override |
|
override |
Serialize and deserialize.
Serialize - deserialize.
Definition at line 236 of file IncrementL95.cc.
void lorenz95::IncrementL95::setAtlas | ( | atlas::FieldSet * | ) | const |
void lorenz95::IncrementL95::setLocal | ( | const oops::LocalIncrement & | gp, |
const Iterator & | i | ||
) |
void lorenz95::IncrementL95::toAtlas | ( | atlas::FieldSet * | ) | const |
Definition at line 226 of file IncrementL95.cc.
|
inline |
Definition at line 94 of file IncrementL95.h.
|
inline |
Definition at line 93 of file IncrementL95.h.
|
inline |
void lorenz95::IncrementL95::write | ( | const eckit::Configuration & | config | ) | const |
void lorenz95::IncrementL95::zero | ( | ) |
void lorenz95::IncrementL95::zero | ( | const util::DateTime & | vt | ) |
|
private |
Definition at line 118 of file IncrementL95.h.
|
private |
Definition at line 119 of file IncrementL95.h.