|
IODA Bundle
|
Model-space localization class: intended for model-specific implementations. More...
#include <Localization.h>
Public Member Functions | |
| Localization (const Geometry_ &, const util::DateTime &, const eckit::Configuration &) | |
| ~Localization () | |
| void | doRandomize (Increment_ &) const override |
| void | doMultiply (Increment_ &) const override |
Public Member Functions inherited from oops::LocalizationBase< MODEL > | |
| LocalizationBase ()=default | |
| virtual | ~LocalizationBase ()=default |
| virtual void | randomize (Increment_ &) const |
| 4D localization with the same localization for time blocks More... | |
| virtual void | multiply (Increment_ &) const |
| Multiply. More... | |
Static Public Member Functions | |
| static const std::string | classname () |
Private Types | |
| typedef Geometry< MODEL > | Geometry_ |
| typedef Increment< MODEL > | Increment_ |
Private Member Functions | |
| void | print (std::ostream &) const override |
Private Attributes | |
| std::unique_ptr< LOC > | loc_ |
Additional Inherited Members |
Model-space localization class: intended for model-specific implementations.
Definition at line 30 of file oops/interface/Localization.h.
|
private |
Definition at line 31 of file oops/interface/Localization.h.
|
private |
Definition at line 32 of file oops/interface/Localization.h.
| oops::Localization< MODEL, LOC >::Localization | ( | const Geometry_ & | geometry, |
| const util::DateTime & | time, | ||
| const eckit::Configuration & | conf | ||
| ) |
Definition at line 51 of file oops/interface/Localization.h.
| oops::Localization< MODEL, LOC >::~Localization |
Definition at line 63 of file oops/interface/Localization.h.
|
inlinestatic |
Definition at line 34 of file oops/interface/Localization.h.
|
overridevirtual |
Implements oops::LocalizationBase< MODEL >.
Definition at line 83 of file oops/interface/Localization.h.
|
overridevirtual |
Implements oops::LocalizationBase< MODEL >.
Definition at line 73 of file oops/interface/Localization.h.
|
overrideprivatevirtual |
Implements oops::LocalizationBase< MODEL >.
Definition at line 93 of file oops/interface/Localization.h.
|
private |
Definition at line 45 of file oops/interface/Localization.h.