OOPS
|
Options controlling generation of artificial observations. More...
#include <ObsTable.h>
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} |
Options controlling generation of artificial observations.
Definition at line 34 of file ObsTable.h.
oops::RequiredParameter<util::Duration> lorenz95::ObsGenerateParameters::begin {"begin", this} |
Definition at line 38 of file ObsTable.h.
oops::OptionalParameter<util::Duration> lorenz95::ObsGenerateParameters::end {"end", this} |
Definition at line 39 of file ObsTable.h.
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.
oops::RequiredParameter<double> lorenz95::ObsGenerateParameters::obsError {"obs_error", this} |
Definition at line 43 of file ObsTable.h.
oops::RequiredParameter<util::Duration> lorenz95::ObsGenerateParameters::obsFrequency {"obs_frequency", this} |
Definition at line 40 of file ObsTable.h.