OOPS
|
Configuration parameters for the QG model's ObsSpace. More...
#include <ObsSpaceQG.h>
Public Attributes | |
oops::RequiredParameter< std::string > | obsType {"obs type", this} |
Type of observations. More... | |
oops::OptionalParameter< ObsDataParameters > | obsdatain {"obsdatain", this} |
File from which to load observations. More... | |
oops::OptionalParameter< ObsDataParameters > | obsdataout {"obsdataout", this} |
File to which to save observations and analysis. More... | |
oops::OptionalParameter< ObsGenerateParameters > | generate {"generate", this} |
Options controlling generation of artificial observations. More... | |
![]() | |
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... | |
Configuration parameters for the QG model's ObsSpace.
Definition at line 61 of file ObsSpaceQG.h.
oops::OptionalParameter<ObsGenerateParameters> qg::ObsSpaceQGParameters::generate {"generate", this} |
Options controlling generation of artificial observations.
Definition at line 72 of file ObsSpaceQG.h.
oops::OptionalParameter<ObsDataParameters> qg::ObsSpaceQGParameters::obsdatain {"obsdatain", this} |
File from which to load observations.
Definition at line 68 of file ObsSpaceQG.h.
oops::OptionalParameter<ObsDataParameters> qg::ObsSpaceQGParameters::obsdataout {"obsdataout", this} |
File to which to save observations and analysis.
Definition at line 70 of file ObsSpaceQG.h.
oops::RequiredParameter<std::string> qg::ObsSpaceQGParameters::obsType {"obs type", this} |
Type of observations.
Definition at line 66 of file ObsSpaceQG.h.