IODA Bundle
|
Options in the 'generate' YAML section. More...
#include <ObsSpaceParameters.h>
Public Attributes | |
oops::OptionalParameter< EmbeddedObsGenerateRandomParameters > | random {"random", this} |
specification for generating using the random method More... | |
oops::OptionalParameter< EmbeddedObsGenerateListParameters > | list {"list", this} |
specification for generating using the list method More... | |
oops::Parameter< ObsGroupingParameters > | obsGrouping {"obsgrouping", { }, this} |
options controlling obs record grouping More... | |
oops::Parameter< std::vector< float > > | obsErrors {"obs errors", { }, this} |
obs error estimates More... | |
oops::Parameter< int > | maxFrameSize {"max frame size", DEFAULT_FRAME_SIZE, this} |
maximum frame size More... | |
Options in the 'generate' YAML section.
Definition at line 163 of file ObsSpaceParameters.h.
oops::OptionalParameter<EmbeddedObsGenerateListParameters> ioda::LegacyObsGenerateParameters::list {"list", this} |
specification for generating using the list method
Definition at line 171 of file ObsSpaceParameters.h.
oops::Parameter<int> ioda::LegacyObsGenerateParameters::maxFrameSize {"max frame size", DEFAULT_FRAME_SIZE, this} |
maximum frame size
Definition at line 180 of file ObsSpaceParameters.h.
oops::Parameter<std::vector<float> > ioda::LegacyObsGenerateParameters::obsErrors {"obs errors", { }, this} |
obs error estimates
Definition at line 177 of file ObsSpaceParameters.h.
oops::Parameter<ObsGroupingParameters> ioda::LegacyObsGenerateParameters::obsGrouping {"obsgrouping", { }, this} |
options controlling obs record grouping
Definition at line 174 of file ObsSpaceParameters.h.
oops::OptionalParameter<EmbeddedObsGenerateRandomParameters> ioda::LegacyObsGenerateParameters::random {"random", this} |
specification for generating using the random method
Definition at line 168 of file ObsSpaceParameters.h.