OOPS
oops::ObsErrorParametersWrapper< OBS > Class Template Reference

Contains a polymorphic parameter holding an instance of a subclass of ObsErrorParametersBase. More...

#include <ObsErrorBase.h>

Inheritance diagram for oops::ObsErrorParametersWrapper< OBS >:
Collaboration diagram for oops::ObsErrorParametersWrapper< OBS >:

Public Attributes

PolymorphicParameter< ObsErrorParametersBase, ObsErrorFactory< OBS > > obsErrorParameters {"covariance model", "diagonal", this}
 

Detailed Description

template<typename OBS>
class oops::ObsErrorParametersWrapper< OBS >

Contains a polymorphic parameter holding an instance of a subclass of ObsErrorParametersBase.

Definition at line 103 of file generic/ObsErrorBase.h.

Member Data Documentation

◆ obsErrorParameters

template<typename OBS >
PolymorphicParameter<ObsErrorParametersBase, ObsErrorFactory<OBS> > oops::ObsErrorParametersWrapper< OBS >::obsErrorParameters {"covariance model", "diagonal", this}

After deserialization, holds an instance of a subclass of ObsErrorParametersBase controlling the behavior of an observation error covariance matrix model. The type of the subclass is determined by the value of the "covariance model" key in the Configuration object from which this object is deserialized.

Definition at line 111 of file generic/ObsErrorBase.h.


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