OOPS
|
Options controlling generation of artificial observations. More...
#include <ObsSpaceQG.h>
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} |
Options controlling generation of artificial observations.
Definition at line 48 of file ObsSpaceQG.h.
oops::RequiredParameter<util::Duration> qg::ObsGenerateParameters::begin {"begin", this} |
Definition at line 52 of file ObsSpaceQG.h.
oops::RequiredParameter<int> qg::ObsGenerateParameters::nval {"nval", this} |
Definition at line 56 of file ObsSpaceQG.h.
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.
oops::RequiredParameter<double> qg::ObsGenerateParameters::obsError {"obs_error", this} |
Definition at line 57 of file ObsSpaceQG.h.
oops::RequiredParameter<util::Duration> qg::ObsGenerateParameters::obsPeriod {"obs_period", this} |
Definition at line 53 of file ObsSpaceQG.h.