IODA
ioda::LegacyObsGenerateParameters Class Reference

Options in the 'generate' YAML section. More...

#include <ObsSpaceParameters.h>

Inheritance diagram for ioda::LegacyObsGenerateParameters:
Collaboration diagram for ioda::LegacyObsGenerateParameters:

Public Attributes

oops::OptionalParameter< EmbeddedObsGenerateRandomParametersrandom {"random", this}
 specification for generating using the random method More...
 
oops::OptionalParameter< EmbeddedObsGenerateListParameterslist {"list", this}
 specification for generating using the list method More...
 
oops::Parameter< ObsGroupingParametersobsGrouping {"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...
 

Detailed Description

Options in the 'generate' YAML section.

Note
If you add or remove any Parameter member variables from this class, be sure to update ObsTopLevelParameters::deserialize() to match.

Definition at line 164 of file ObsSpaceParameters.h.

Member Data Documentation

◆ list

oops::OptionalParameter<EmbeddedObsGenerateListParameters> ioda::LegacyObsGenerateParameters::list {"list", this}

specification for generating using the list method

Definition at line 172 of file ObsSpaceParameters.h.

◆ maxFrameSize

oops::Parameter<int> ioda::LegacyObsGenerateParameters::maxFrameSize {"max frame size", DEFAULT_FRAME_SIZE, this}

maximum frame size

Definition at line 181 of file ObsSpaceParameters.h.

◆ obsErrors

oops::Parameter<std::vector<float> > ioda::LegacyObsGenerateParameters::obsErrors {"obs errors", { }, this}

obs error estimates

Definition at line 178 of file ObsSpaceParameters.h.

◆ obsGrouping

oops::Parameter<ObsGroupingParameters> ioda::LegacyObsGenerateParameters::obsGrouping {"obsgrouping", { }, this}

options controlling obs record grouping

Definition at line 175 of file ObsSpaceParameters.h.

◆ random

oops::OptionalParameter<EmbeddedObsGenerateRandomParameters> ioda::LegacyObsGenerateParameters::random {"random", this}

specification for generating using the random method

Definition at line 169 of file ObsSpaceParameters.h.


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