OOPS
|
Parameters loaded from the input YAML file and used by GeometryFixture. More...
#include <GeometryFixture.h>
Public Types | |
typedef oops::Geometry< MODEL >::Parameters_ | GeometryParameters_ |
Public Attributes | |
oops::RequiredParameter< GeometryParameters_ > | geometry {"geometry", this} |
Group of parameters controlling the tested model's geometry. More... | |
oops::IgnoreOtherParameters | ignoreOthers {this} |
Don't treat the presence of other parameter groups as an error (this makes it possible to reuse a single YAML file in tests of implementations of multiple oops interfaces). More... | |
Parameters loaded from the input YAML file and used by GeometryFixture.
Definition at line 27 of file GeometryFixture.h.
typedef oops::Geometry<MODEL>::Parameters_ test::GeometryTestParameters< MODEL >::GeometryParameters_ |
Definition at line 31 of file GeometryFixture.h.
oops::RequiredParameter<GeometryParameters_> test::GeometryTestParameters< MODEL >::geometry {"geometry", this} |
Group of parameters controlling the tested model's geometry.
Definition at line 34 of file GeometryFixture.h.
oops::IgnoreOtherParameters test::GeometryTestParameters< MODEL >::ignoreOthers {this} |
Don't treat the presence of other parameter groups as an error (this makes it possible to reuse a single YAML file in tests of implementations of multiple oops interfaces).
Definition at line 37 of file GeometryFixture.h.