OOPS
oops::ObsLocalization< MODEL, OBS > Class Template Reference

Encapsulates the observation-space localization Note: to see methods that need to be implemented in the ObsLocalization implementation, see ObsLocalizationBase class. More...

#include <ObsLocalization.h>

Inheritance diagram for oops::ObsLocalization< MODEL, OBS >:
Collaboration diagram for oops::ObsLocalization< MODEL, OBS >:

Public Member Functions

 ObsLocalization (const eckit::Configuration &, const ObsSpace_ &)
 
 ~ObsLocalization ()
 
void computeLocalization (const GeometryIterator_ &point, ObsVector_ &locfactor) const override
 

Static Public Member Functions

static const std::string classname ()
 

Private Types

typedef ObsLocalizationBase< MODEL, OBS > ObsLocBase_
 
typedef GeometryIterator< MODEL > GeometryIterator_
 
typedef ObsSpace< OBS > ObsSpace_
 
typedef ObsVector< OBS > ObsVector_
 

Private Member Functions

void print (std::ostream &) const override
 

Private Attributes

std::unique_ptr< ObsLocBase_obsloc_
 

Detailed Description

template<typename MODEL, typename OBS>
class oops::ObsLocalization< MODEL, OBS >

Encapsulates the observation-space localization Note: to see methods that need to be implemented in the ObsLocalization implementation, see ObsLocalizationBase class.

Definition at line 28 of file oops/interface/ObsLocalization.h.

Member Typedef Documentation

◆ GeometryIterator_

template<typename MODEL , typename OBS >
typedef GeometryIterator<MODEL> oops::ObsLocalization< MODEL, OBS >::GeometryIterator_
private

Definition at line 31 of file oops/interface/ObsLocalization.h.

◆ ObsLocBase_

template<typename MODEL , typename OBS >
typedef ObsLocalizationBase<MODEL, OBS> oops::ObsLocalization< MODEL, OBS >::ObsLocBase_
private

Definition at line 30 of file oops/interface/ObsLocalization.h.

◆ ObsSpace_

template<typename MODEL , typename OBS >
typedef ObsSpace<OBS> oops::ObsLocalization< MODEL, OBS >::ObsSpace_
private

Definition at line 32 of file oops/interface/ObsLocalization.h.

◆ ObsVector_

template<typename MODEL , typename OBS >
typedef ObsVector<OBS> oops::ObsLocalization< MODEL, OBS >::ObsVector_
private

Definition at line 33 of file oops/interface/ObsLocalization.h.

Constructor & Destructor Documentation

◆ ObsLocalization()

template<typename MODEL , typename OBS >
oops::ObsLocalization< MODEL, OBS >::ObsLocalization ( const eckit::Configuration &  conf,
const ObsSpace_ obspace 
)

Definition at line 56 of file oops/interface/ObsLocalization.h.

Here is the call graph for this function:

◆ ~ObsLocalization()

template<typename MODEL , typename OBS >
oops::ObsLocalization< MODEL, OBS >::~ObsLocalization

Definition at line 69 of file oops/interface/ObsLocalization.h.

Member Function Documentation

◆ classname()

template<typename MODEL , typename OBS >
static const std::string oops::ObsLocalization< MODEL, OBS >::classname ( )
inlinestatic

Definition at line 36 of file oops/interface/ObsLocalization.h.

Here is the caller graph for this function:

◆ computeLocalization()

template<typename MODEL , typename OBS >
void oops::ObsLocalization< MODEL, OBS >::computeLocalization ( const GeometryIterator_ point,
ObsVector_ locfactor 
) const
override

compute obs-space localization: fill locfactor with observation-space localization values between observations and point in model-space. Set locfactor to missing value for observations that are not local.

Definition at line 79 of file oops/interface/ObsLocalization.h.

◆ print()

template<typename MODEL , typename OBS >
void oops::ObsLocalization< MODEL, OBS >::print ( std::ostream &  os) const
overrideprivate

Definition at line 90 of file oops/interface/ObsLocalization.h.

Member Data Documentation

◆ obsloc_

template<typename MODEL , typename OBS >
std::unique_ptr<ObsLocBase_> oops::ObsLocalization< MODEL, OBS >::obsloc_
private

Definition at line 50 of file oops/interface/ObsLocalization.h.


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