OOPS
lorenz95::ObsTableParameters Class Reference

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

#include <ObsTable.h>

Inheritance diagram for lorenz95::ObsTableParameters:
Collaboration diagram for lorenz95::ObsTableParameters:

Public Attributes

oops::OptionalParameter< std::string > obsdatain {"obsdatain", this}
 File from which to load observations. More...
 
oops::OptionalParameter< std::string > obsdataout {"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 L95 model's ObsSpace.

Definition at line 48 of file ObsTable.h.

Member Data Documentation

◆ generate

oops::OptionalParameter<ObsGenerateParameters> lorenz95::ObsTableParameters::generate {"generate", this}

Options controlling generation of artificial observations.

Definition at line 57 of file ObsTable.h.

◆ obsdatain

oops::OptionalParameter<std::string> lorenz95::ObsTableParameters::obsdatain {"obsdatain", this}

File from which to load observations.

Definition at line 53 of file ObsTable.h.

◆ obsdataout

oops::OptionalParameter<std::string> lorenz95::ObsTableParameters::obsdataout {"obsdataout", this}

File to which to save observations and analysis.

Definition at line 55 of file ObsTable.h.


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