OOPS
oops::ObsSpaceParametersBase Class Reference

Base class for configuration parameters of observation spaces. More...

#include <ObsSpaceBase.h>

Inheritance diagram for oops::ObsSpaceParametersBase:
Collaboration diagram for oops::ObsSpaceParametersBase:

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...
 

Detailed Description

Base class for configuration parameters of observation spaces.

Definition at line 30 of file ObsSpaceBase.h.

Member Data Documentation

◆ obsPerturbationsSeed

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.


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