8 #ifndef UFO_FILTERS_OBSFUNCTIONS_WINDDIRANGLEDIFF_H_
9 #define UFO_FILTERS_OBSFUNCTIONS_WINDDIRANGLEDIFF_H_
13 #include "oops/util/parameters/Parameter.h"
30 oops::Parameter<std::string>
test_hofx{
"test_hofx",
"HofX",
this};
31 oops::Parameter<float>
minimum_uv{
"minimum_uv", 0.5,
this};
54 class WindDirAngleDiff :
public ObsFunctionBase<float> {
56 static const std::string classname() {
return "WindDirAngleDiff";}
58 explicit WindDirAngleDiff(
const eckit::LocalConfiguration &
59 = eckit::LocalConfiguration());
66 WindDirAngleDiffParameters options_;
An optional parameter to override the source of HofX wind components, and an optional parameter for m...
oops::Parameter< std::string > test_hofx
Name of the HofX group used to replace the default group (default is HofX)
oops::Parameter< float > minimum_uv