Loading [MathJax]/extensions/tex2jax.js
OOPS
All Classes Namespaces Files Functions Variables Typedefs Macros Pages
qg::ObsSpaceQGParameters Class Reference

Configuration parameters for the QG model's ObsSpace. More...

#include <ObsSpaceQG.h>

Inheritance diagram for qg::ObsSpaceQGParameters:
Collaboration diagram for qg::ObsSpaceQGParameters:

Public Attributes

oops::RequiredParameter< std::string > obsType {"obs type", this}
 Type of observations. More...
 
oops::OptionalParameter< ObsDataParametersobsdatain {"obsdatain", this}
 File from which to load observations. More...
 
oops::OptionalParameter< ObsDataParametersobsdataout {"obsdataout", this}
 File to which to save observations and analysis. More...
 
oops::OptionalParameter< ObsGenerateParametersgenerate {"generate", this}
 Options controlling generation of artificial observations. More...
 
- Public Attributes inherited from oops::ObsSpaceParametersBase
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

Configuration parameters for the QG model's ObsSpace.

Definition at line 61 of file ObsSpaceQG.h.

Member Data Documentation

◆ generate

oops::OptionalParameter<ObsGenerateParameters> qg::ObsSpaceQGParameters::generate {"generate", this}

Options controlling generation of artificial observations.

Definition at line 72 of file ObsSpaceQG.h.

◆ obsdatain

oops::OptionalParameter<ObsDataParameters> qg::ObsSpaceQGParameters::obsdatain {"obsdatain", this}

File from which to load observations.

Definition at line 68 of file ObsSpaceQG.h.

◆ obsdataout

oops::OptionalParameter<ObsDataParameters> qg::ObsSpaceQGParameters::obsdataout {"obsdataout", this}

File to which to save observations and analysis.

Definition at line 70 of file ObsSpaceQG.h.

◆ obsType

oops::RequiredParameter<std::string> qg::ObsSpaceQGParameters::obsType {"obs type", this}

Type of observations.

Definition at line 66 of file ObsSpaceQG.h.


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