OOPS
|
Contains a polymorphic parameter holding an instance of a subclass of ObsErrorParametersBase. More...
#include <ObsErrorBase.h>
Public Attributes | |
PolymorphicParameter< ObsErrorParametersBase, ObsErrorFactory< OBS > > | obsErrorParameters {"covariance model", "diagonal", this} |
Contains a polymorphic parameter holding an instance of a subclass of ObsErrorParametersBase.
Definition at line 103 of file generic/ObsErrorBase.h.
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.