#include <string>
#include "ufo/filters/ObsFilterData.h"
#include "ufo/filters/obsfunctions/ObsFunctionBase.h"
#include "ufo/filters/Variables.h"
#include "oops/util/parameters/Parameters.h"
#include "oops/util/parameters/RequiredParameter.h"
#include "ufo/utils/parameters/ParameterTraitsVariable.h"
Go to the source code of this file.
|
class | ufo::ModelHeightAdjustedMarineWindComponent |
| Function to calculate surface marine wind value adjusted from anemometer height to reference height of 10m. Outputs a derived eastward or northward wind adjusted to the reference height. Observed winds are adjusted to the reference height by multiplying by a scaling factor (S) based on a simple stability-independent adjustment based on one of the TurboWin options (Eqn 1 of Thomas et al, 2005; doi.org/10.1002/joc.1176). Observations where the anemometer height is 0m are NOT corrected, instead a missing data indicator is assigned. More...
|
|
class | ufo::ModelHeightAdjustedEastwardMarineWind |
|
class | ufo::ModelHeightAdjustedNorthwardMarineWind |
|