UFO
|
#include <memory>
#include <ostream>
#include <string>
#include <vector>
#include "oops/util/ObjectCounter.h"
#include "oops/util/parameters/OptionalParameter.h"
#include "oops/util/parameters/RequiredParameter.h"
#include "ufo/filters/FilterBase.h"
#include "ufo/filters/QCflags.h"
#include "ufo/filters/Variable.h"
#include "ufo/utils/parameters/ParameterTraitsVariable.h"
Go to the source code of this file.
Classes | |
struct | ufo::ThresholdTypeParameterTraitsHelper |
struct | oops::ParameterTraits< ufo::ThresholdType > |
class | ufo::ModelObThresholdParameters |
Parameters controlling the operation of the ModelObThreshold filter. More... | |
class | ufo::ModelObThreshold |
A filter that interpolates a model profile (GeoVaL) and a height-dependent threshold to the observation location and flags observations which are outside the specified limit. More... | |
Namespaces | |
eckit | |
Forward declarations. | |
ioda | |
Forward declarations. | |
ufo | |
oops | |
Enumerations | |
enum class | ufo::ThresholdType { ufo::MIN , ufo::MAX } |