8 #ifndef TEST_INTERFACE_GEOMETRYFIXTURE_H_
9 #define TEST_INTERFACE_GEOMETRYFIXTURE_H_
14 #include "eckit/config/LocalConfiguration.h"
16 #include "oops/util/parameters/IgnoreOtherParameters.h"
17 #include "oops/util/parameters/Parameters.h"
18 #include "oops/util/parameters/RequiredParameter.h"
26 template <
typename MODEL>
34 oops::RequiredParameter<GeometryParameters_>
geometry{
"geometry",
this};
54 return theGeometryFixture;
Geometry class used in oops; subclass of interface class interface::Geometry.
interface::Geometry< MODEL >::Parameters_ Parameters_
Fixture used by tests of the Geometry and GeometryIterator interfaces.
static const Parameters_ & getParameters()
Geometry_::Parameters_ Parameters_
oops::Geometry< MODEL > Geometry_
TestParameters_ parameters_
static GeometryFixture< MODEL > & getInstance()
GeometryTestParameters< MODEL > TestParameters_
Parameters loaded from the input YAML file and used by GeometryFixture.
oops::RequiredParameter< GeometryParameters_ > geometry
Group of parameters controlling the tested model's geometry.
oops::IgnoreOtherParameters ignoreOthers
Don't treat the presence of other parameter groups as an error (this makes it possible to reuse a sin...
oops::Geometry< MODEL >::Parameters_ GeometryParameters_
static const eckit::Configuration & config()