IODA
ioda::ObsFileInParameters Class Reference

#include <ObsSpaceParameters.h>

Inheritance diagram for ioda::ObsFileInParameters:
Collaboration diagram for ioda::ObsFileInParameters:

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}
 
- Public Attributes inherited from ioda::ObsIoParametersBase
oops::OptionalParameter< std::string > type {"type", this}
 Identifies the ObsIo subclass to use. More...
 
oops::Parameter< ObsGroupingParametersobsGrouping {"obsgrouping", {}, this}
 options controlling obs record grouping More...
 
oops::Parameter< int > maxFrameSize {"max frame size", DEFAULT_FRAME_SIZE, this}
 maximum frame size More...
 

Detailed Description

Definition at line 39 of file ObsSpaceParameters.h.

Member Data Documentation

◆ fileName

oops::RequiredParameter<std::string> ioda::ObsFileInParameters::fileName {"obsfile", this}

input obs file name

Definition at line 44 of file ObsSpaceParameters.h.

◆ readFromSeparateFiles

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.


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