UFO
|
How to identify the relevant elements of the interpolated array along a dimension indexed by a particular variable. More...
#include <DrawValueFromFile.h>
Public Attributes | |
oops::RequiredParameter< std::string > | name {"name", this} |
Name of the indexing variable (e.g. latitude@MetaData ). More... | |
oops::RequiredParameter< InterpMethod > | method {"method", this} |
How to identify the relevant elements of the interpolated array along a dimension indexed by a particular variable.
Definition at line 66 of file DrawValueFromFile.h.
oops::RequiredParameter<InterpMethod> ufo::InterpolationParameters::method {"method", this} |
Method used to map the value of a variable to a range of slices of the interpolated array along the dimension indexed by that variable.
Definition at line 77 of file DrawValueFromFile.h.
oops::RequiredParameter<std::string> ufo::InterpolationParameters::name {"name", this} |
Name of the indexing variable (e.g. latitude@MetaData
).
Definition at line 71 of file DrawValueFromFile.h.