OOPS
|
Container for ObsLocalizations for all observation types that are used in DA. More...
#include <ObsLocalizations.h>
Public Member Functions | |
ObsLocalizations (const eckit::Configuration &, const ObsSpaces_ &) | |
void | computeLocalization (const GeometryIterator_ &point, Observations_ &obsvectors) const |
Static Public Member Functions | |
static const std::string | classname () |
Private Types | |
typedef GeometryIterator< MODEL > | GeometryIterator_ |
typedef Departures< OBS > | Observations_ |
typedef ObsLocalizationBase< MODEL, OBS > | ObsLocalization_ |
typedef ObsSpaces< OBS > | ObsSpaces_ |
Private Member Functions | |
void | print (std::ostream &) const |
Private Attributes | |
std::vector< std::unique_ptr< ObsLocalization_ > > | local_ |
Container for ObsLocalizations for all observation types that are used in DA.
Definition at line 28 of file ObsLocalizations.h.
|
private |
Definition at line 30 of file ObsLocalizations.h.
|
private |
Definition at line 31 of file ObsLocalizations.h.
|
private |
Definition at line 32 of file ObsLocalizations.h.
|
private |
Definition at line 33 of file ObsLocalizations.h.
oops::ObsLocalizations< MODEL, OBS >::ObsLocalizations | ( | const eckit::Configuration & | config, |
const ObsSpaces_ & | obspaces | ||
) |
Definition at line 51 of file ObsLocalizations.h.
|
inlinestatic |
Definition at line 36 of file ObsLocalizations.h.
void oops::ObsLocalizations< MODEL, OBS >::computeLocalization | ( | const GeometryIterator_ & | point, |
Observations_ & | obsvectors | ||
) | const |
Definition at line 63 of file ObsLocalizations.h.
|
private |
Definition at line 73 of file ObsLocalizations.h.
|
private |
Definition at line 45 of file ObsLocalizations.h.