IODA
|
#include <ObsSpaceParameters.h>
Public Attributes | |
oops::RequiredParameter< std::string > | fileName {"obsfile", this} |
input obs file name More... | |
oops::Parameter< bool > | readFromSeparateFiles {"read obs from separate file", false, this} |
![]() | |
oops::OptionalParameter< std::string > | type {"type", this} |
Identifies the ObsIo subclass to use. More... | |
oops::Parameter< ObsGroupingParameters > | obsGrouping {"obsgrouping", {}, this} |
options controlling obs record grouping More... | |
oops::Parameter< int > | maxFrameSize {"max frame size", DEFAULT_FRAME_SIZE, this} |
maximum frame size More... | |
Definition at line 39 of file ObsSpaceParameters.h.
oops::RequiredParameter<std::string> ioda::ObsFileInParameters::fileName {"obsfile", this} |
input obs file name
Definition at line 44 of file ObsSpaceParameters.h.
oops::Parameter<bool> ioda::ObsFileInParameters::readFromSeparateFiles {"read obs from separate file", false, this} |
reading from multiple files (1 per MPI task) This option is not typically used. It is used to tell the system to read observations from the ioda output files (one per MPI task) from a prior run instead of reading and distributing from the original file. This is currently being used in LETKF applictions.
Definition at line 51 of file ObsSpaceParameters.h.