8 #ifndef IO_OBSIOFILECREATE_H_ 
    9 #define IO_OBSIOFILECREATE_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::ObsIoFileCreate";}
 
   48     void print(std::ostream & os) 
const override;
 
Implementation of ObsIo creating a file.
 
static const std::string classname()
classname method for object counter
 
ObsIoFileCreate(const Parameters_ &ioParams, const ObsSpaceParameters &obsSpaceParams)
 
void print(std::ostream &os) const override
print routine for oops::Printable base class
 
ObsFileOutParameters Parameters_
Type used by ObsIoFactory.