UFO
ufo::InterpolationParameters Class Reference

How to identify the relevant elements of the interpolated array along a dimension indexed by a particular variable. More...

#include <DrawValueFromFile.h>

Inheritance diagram for ufo::InterpolationParameters:
Collaboration diagram for ufo::InterpolationParameters:

Public Attributes

oops::RequiredParameter< std::string > name {"name", this}
 Name of the indexing variable (e.g. latitude@MetaData). More...
 
oops::RequiredParameter< InterpMethodmethod {"method", this}
 

Detailed Description

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.

Member Data Documentation

◆ method

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.

See also
InterpMethod for the list of supported methods.

Definition at line 77 of file DrawValueFromFile.h.

◆ name

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.


The documentation for this class was generated from the following file: