8 #ifndef CORE_PARAMETERTRAITSFILEFORMAT_H_
9 #define CORE_PARAMETERTRAITSFILEFORMAT_H_
15 #include "ioda/core/FileFormat.h"
17 #include "oops/util/parameters/ParameterTraits.h"
25 static constexpr util::NamedEnumerator<EnumType>
namedValues[] = {
26 { EnumType::AUTO,
"auto" },
27 { EnumType::HDF5,
"hdf5" },
28 { EnumType::ODB,
"odb" }
39 public EnumParameterTraits<ioda::FileFormatParameterTraitsHelper>
FileFormat
Observation file format.
The namespace for the main oops code.