#include <algorithm>
#include <vector>
#include "ioda/ObsDataVector.h"
#include "oops/util/missingValues.h"
#include "ufo/filters/obsfunctions/ModelHeightAdjustedWindVectorComponent.h"
#include "ufo/filters/Variable.h"
#include "ufo/utils/Constants.h"
Go to the source code of this file.
|
static ObsFunctionMaker< ModelHeightAdjustedWindVectorComponent< false > > | ufo::eastwardMaker_ ("ModelHeightAdjustedEastwardWind") |
|
static ObsFunctionMaker< ModelHeightAdjustedWindVectorComponent< true > > | ufo::northwardMaker_ ("ModelHeightAdjustedNorthwardWind") |
|