OOPS
|
Configuration parameters for the L95 model's ObsSpace. More...
#include <ObsTable.h>
Public Attributes | |
oops::OptionalParameter< std::string > | obsdatain {"obsdatain", this} |
File from which to load observations. More... | |
oops::OptionalParameter< std::string > | obsdataout {"obsdataout", this} |
File to which to save observations and analysis. More... | |
oops::OptionalParameter< ObsGenerateParameters > | generate {"generate", this} |
Options controlling generation of artificial observations. More... | |
![]() | |
oops::Parameter< int > | obsPerturbationsSeed {"obs perturbations seed", 0, this} |
An integer added to the seed used to initialize the random number generator producing observation perturbations (if these are requested). More... | |
Configuration parameters for the L95 model's ObsSpace.
Definition at line 48 of file ObsTable.h.
oops::OptionalParameter<ObsGenerateParameters> lorenz95::ObsTableParameters::generate {"generate", this} |
Options controlling generation of artificial observations.
Definition at line 57 of file ObsTable.h.
oops::OptionalParameter<std::string> lorenz95::ObsTableParameters::obsdatain {"obsdatain", this} |
File from which to load observations.
Definition at line 53 of file ObsTable.h.
oops::OptionalParameter<std::string> lorenz95::ObsTableParameters::obsdataout {"obsdataout", this} |
File to which to save observations and analysis.
Definition at line 55 of file ObsTable.h.