8 #ifndef IO_OBSIOFILEREAD_H_
9 #define IO_OBSIOFILEREAD_H_
13 #include "ioda/distribution/Distribution.h"
14 #include "ioda/io/ObsIo.h"
15 #include "ioda/ObsSpaceParameters.h"
17 #include "oops/util/Logger.h"
18 #include "oops/util/ObjectCounter.h"
33 static const std::string
classname() {
return "ioda::ObsIoFileRead";}
51 void print(std::ostream & os)
const override;
Implementation of ObsIo reading data from a file.
ObsFileInParameters Parameters_
Type used by ObsIoFactory.
ObsIoFileRead(const Parameters_ &ioParams, const ObsSpaceParameters &obsSpaceParams)
bool eachProcessGeneratesSeparateObs() const override
return true if each process generates a separate series of observations (e.g. read from different fil...
void createObsGroupFromOdbFile(const std::string &fileName, const Parameters_ &ioParams)
Read the contents of an ODB file into obs_group_.
void createObsGroupFromHdf5File(const std::string &fileName)
Read the contents of an HDF5 file into obs_group_.
static const std::string classname()
classname method for object counter
bool read_separate_files_
void print(std::ostream &os) const override
print routine for oops::Printable base class