OOPS
qg::ObsGenerateParameters Class Reference

Options controlling generation of artificial observations. More...

#include <ObsSpaceQG.h>

Inheritance diagram for qg::ObsGenerateParameters:
Collaboration diagram for qg::ObsGenerateParameters:

Public Attributes

oops::RequiredParameter< util::Duration > begin {"begin", this}
 
oops::RequiredParameter< util::Duration > obsPeriod {"obs_period", this}
 
oops::RequiredParameter< int > obsDensity {"obs_density", this}
 Number of observations to generate in each time slot. More...
 
oops::RequiredParameter< int > nval {"nval", this}
 
oops::RequiredParameter< double > obsError {"obs_error", this}
 

Detailed Description

Options controlling generation of artificial observations.

Definition at line 48 of file ObsSpaceQG.h.

Member Data Documentation

◆ begin

oops::RequiredParameter<util::Duration> qg::ObsGenerateParameters::begin {"begin", this}

Definition at line 52 of file ObsSpaceQG.h.

◆ nval

oops::RequiredParameter<int> qg::ObsGenerateParameters::nval {"nval", this}

Definition at line 56 of file ObsSpaceQG.h.

◆ obsDensity

oops::RequiredParameter<int> qg::ObsGenerateParameters::obsDensity {"obs_density", this}

Number of observations to generate in each time slot.

Definition at line 55 of file ObsSpaceQG.h.

◆ obsError

oops::RequiredParameter<double> qg::ObsGenerateParameters::obsError {"obs_error", this}

Definition at line 57 of file ObsSpaceQG.h.

◆ obsPeriod

oops::RequiredParameter<util::Duration> qg::ObsGenerateParameters::obsPeriod {"obs_period", this}

Definition at line 53 of file ObsSpaceQG.h.


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