UFO
|
Options controlling the DrawValueFromFile ObsFunction (excluding the group
option).
More...
#include <DrawValueFromFile.h>
Public Attributes | |
oops::RequiredParameter< std::string > | fpath {"file", this} |
Path to the file containing the data to interpolate. More... | |
oops::RequiredParameter< std::vector< InterpolationParameters > > | interpolation |
oops::OptionalParameter< std::set< int > > | chlist {"channels", this} |
Options controlling the DrawValueFromFile ObsFunction (excluding the group
option).
Definition at line 82 of file DrawValueFromFile.h.
oops::OptionalParameter<std::set<int> > ufo::DrawValueFromFileParametersWithoutGroup::chlist {"channels", this} |
List of channel numbers (then deriving an observation error per channel) If this option is provided, the channel number is implicitly prepended to the list of interpolation variables and matched exactly.
Definition at line 96 of file DrawValueFromFile.h.
oops::RequiredParameter<std::string> ufo::DrawValueFromFileParametersWithoutGroup::fpath {"file", this} |
Path to the file containing the data to interpolate.
Definition at line 87 of file DrawValueFromFile.h.
oops::RequiredParameter<std::vector<InterpolationParameters> > ufo::DrawValueFromFileParametersWithoutGroup::interpolation |
List of interpolation variables and associated methods. Note that channel numbers is handled implicitly by the "channels" (see below).
Definition at line 91 of file DrawValueFromFile.h.