OOPS
lorenz95::ObsGenerateParameters Class Reference

Options controlling generation of artificial observations. More...

#include <ObsTable.h>

Inheritance diagram for lorenz95::ObsGenerateParameters:
Collaboration diagram for lorenz95::ObsGenerateParameters:

Public Attributes

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

Detailed Description

Options controlling generation of artificial observations.

Definition at line 34 of file ObsTable.h.

Member Data Documentation

◆ begin

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

Definition at line 38 of file ObsTable.h.

◆ end

oops::OptionalParameter<util::Duration> lorenz95::ObsGenerateParameters::end {"end", this}

Definition at line 39 of file ObsTable.h.

◆ obsDensity

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

Number of observations to generate in each time slot.

Definition at line 42 of file ObsTable.h.

◆ obsError

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

Definition at line 43 of file ObsTable.h.

◆ obsFrequency

oops::RequiredParameter<util::Duration> lorenz95::ObsGenerateParameters::obsFrequency {"obs_frequency", this}

Definition at line 40 of file ObsTable.h.


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