9 #ifndef UFO_FILTERS_OBSFUNCTIONS_MODELHEIGHTADJUSTEDMARINEWIND_H_
10 #define UFO_FILTERS_OBSFUNCTIONS_MODELHEIGHTADJUSTEDMARINEWIND_H_
18 #include "oops/util/parameters/Parameters.h"
19 #include "oops/util/parameters/RequiredParameter.h"
ModelHeightAdjustedEastwardMarineWind(const eckit::LocalConfiguration &conf)
Function to calculate surface marine wind value adjusted from anemometer height to reference height o...
ModelHeightAdjustedMarineWindComponent(const eckit::LocalConfiguration &conf, const Variable &windComponent)
void compute(const ObsFilterData &, ioda::ObsDataVector< float > &) const
compute the result of the function
const ufo::Variables & requiredVariables() const
geovals required to compute the function
ModelHeightAdjustedNorthwardMarineWind(const eckit::LocalConfiguration &conf)
ObsFilterData provides access to all data related to an ObsFilter.