OOPS
|
Base class for configuration parameters of observation spaces. More...
#include <ObsSpaceBase.h>
Public Attributes | |
oops::Parameter< int > | obsPerturbationsSeed {"obs perturbations seed", 0, this} |
An integer added to the seed used to initialize the random number generator producing observation perturbations (if these are requested). More... | |
Base class for configuration parameters of observation spaces.
Definition at line 30 of file ObsSpaceBase.h.
oops::Parameter<int> oops::ObsSpaceParametersBase::obsPerturbationsSeed {"obs perturbations seed", 0, this} |
An integer added to the seed used to initialize the random number generator producing observation perturbations (if these are requested).
The seed is a sum of this integer and terms derived from the position of the assimilation window, the ensemble member index and the number of ObsSpaceBase instances created so far during the lifetime of the program.
Definition at line 40 of file ObsSpaceBase.h.