9 #include "ioda/io/ObsIoFileCreate.h"
24 std::string fileName = ioParams.
fileName;
25 oops::Log::trace() <<
"Constructing ObsIoFileCreate: Creating file for write: "
26 << fileName << std::endl;
54 os <<
"ObsIoFileCreate: " << std::endl;
Definitions for setting up backends with file and memory I/O.
Groups are a new implementation of ObsSpaces.
oops::RequiredParameter< std::string > fileName
output obs file name
static ObsGroup generate(Group &emptyGroup, const NewDimensionScales_t &fundamentalDims, std::shared_ptr< const detail::DataLayoutPolicy > layout=nullptr)
Create an empty ObsGroup and populate it with the fundamental dimensions.
ObsIoFileCreate(const Parameters_ &ioParams, const ObsSpaceParameters &obsSpaceParams)
void print(std::ostream &os) const override
print routine for oops::Printable base class
Dimensions_t max_var_size_
maximum variable size (ie, first dimension size)
Dimensions_t nlocs_
number of locations from source (file or generator)
ObsGroup obs_group_
ObsGroup object representing io source/destination.
int getMpiTimeRank() const
get the MPI rank number
std::size_t getMpiRank() const
get the MPI rank number
NewDimensionScales_t getDimScales() const
get a new dimension scale
Dimensions_t getMaxVarSize() const
get the maximum variable size
Has_Variables vars
Use this to access variables.
virtual Variable open(const std::string &name) const
Open a Variable by name.
virtual Dimensions getDimensions() const
BackendNames
Backend names.
IODA_DL Group constructBackend(BackendNames name, BackendCreationParameters ¶ms)
This is a simple factory style function that will instantiate a different backend based on a given na...
@ Create
Create a new file.
@ Hdf5File
HDF5 file access.
@ Truncate_If_Exists
If the file already exists, overwrite it.
static DistributionMaker< AtlasDistribution > maker(DIST_NAME)
std::string uniquifyFileName(const std::string &fileName, const std::size_t rankNum, const int timeRankNum)
uniquify the output file name
std::vector< Dimensions_t > dimsCur
The dimensions of the data.
Used to specify backend creation-time properties.
BackendFileActions action
BackendCreateModes createMode