OOPS
|
Top-level options taken by the HofX4D application. More...
#include <HofX4D.h>
Public Types | |
typedef Geometry< MODEL >::Parameters_ | GeometryParameters_ |
typedef ModelParametersWrapper< MODEL > | ModelParameters_ |
Public Attributes | |
oops::RequiredParameter< util::DateTime > | windowBegin {"window begin", this} |
oops::RequiredParameter< util::Duration > | windowLength {"window length", this} |
oops::RequiredParameter< util::Duration > | forecastLength {"forecast length", this} |
Forecast length. More... | |
oops::Parameter< std::vector< ObsTypeParameters< OBS > > > | observations {"observations", {}, this} |
A list whose elements determine treatment of observations from individual observation spaces. More... | |
oops::RequiredParameter< GeometryParameters_ > | geometry {"geometry", this} |
Geometry parameters. More... | |
oops::RequiredParameter< ModelParameters_ > | model {"model", this} |
Model parameters. More... | |
oops::RequiredParameter< eckit::LocalConfiguration > | initialCondition {"initial condition", this} |
Initial state parameters. More... | |
oops::Parameter< eckit::LocalConfiguration > | prints {"prints", eckit::LocalConfiguration(), this} |
Options passed to the object writing out forecast fields. More... | |
oops::Parameter< bool > | obsPerturbations {"obs perturbations", false, this} |
Whether to perturb the H(x) vector before saving. More... | |
oops::Parameter< bool > | makeObs {"make obs", false, this} |
Whether to save the H(x) vector as ObsValues. More... | |
oops::Parameter< eckit::LocalConfiguration > | test {"test", eckit::LocalConfiguration(), this} |
Top-level options taken by the HofX4D application.
typedef Geometry<MODEL>::Parameters_ oops::HofX4DParameters< MODEL, OBS >::GeometryParameters_ |
typedef ModelParametersWrapper<MODEL> oops::HofX4DParameters< MODEL, OBS >::ModelParameters_ |
oops::RequiredParameter<util::Duration> oops::HofX4DParameters< MODEL, OBS >::forecastLength {"forecast length", this} |
oops::RequiredParameter<GeometryParameters_> oops::HofX4DParameters< MODEL, OBS >::geometry {"geometry", this} |
oops::RequiredParameter<eckit::LocalConfiguration> oops::HofX4DParameters< MODEL, OBS >::initialCondition {"initial condition", this} |
oops::Parameter<bool> oops::HofX4DParameters< MODEL, OBS >::makeObs {"make obs", false, this} |
oops::RequiredParameter<ModelParameters_> oops::HofX4DParameters< MODEL, OBS >::model {"model", this} |
oops::Parameter<std::vector<ObsTypeParameters<OBS> > > oops::HofX4DParameters< MODEL, OBS >::observations {"observations", {}, this} |
oops::Parameter<bool> oops::HofX4DParameters< MODEL, OBS >::obsPerturbations {"obs perturbations", false, this} |
oops::Parameter<eckit::LocalConfiguration> oops::HofX4DParameters< MODEL, OBS >::prints {"prints", eckit::LocalConfiguration(), this} |
oops::Parameter<eckit::LocalConfiguration> oops::HofX4DParameters< MODEL, OBS >::test {"test", eckit::LocalConfiguration(), this} |
oops::RequiredParameter<util::DateTime> oops::HofX4DParameters< MODEL, OBS >::windowBegin {"window begin", this} |
oops::RequiredParameter<util::Duration> oops::HofX4DParameters< MODEL, OBS >::windowLength {"window length", this} |