UFO
|
Configuration parameters of the SatelliteSelector wrapper for a predictor. More...
#include <SatelliteSelector.h>
Public Attributes | |
oops::RequiredParameter< int > | satelliteId {"satellite id", this} |
oops::RequiredParameter< eckit::LocalConfiguration > | predictor {"owned predictor", this} |
The configuration for a specific predictor. More... | |
oops::Parameter< std::string > | metadataName {"metadata name", "satellite_id", this} |
![]() | |
oops::RequiredParameter< std::string > | name {"name", this} |
Predictor name. More... | |
Private Member Functions | |
OOPS_CONCRETE_PARAMETERS (SatelliteSelectorParameters, PredictorParametersBase) | |
Configuration parameters of the SatelliteSelector wrapper for a predictor.
Definition at line 35 of file SatelliteSelector.h.
|
private |
oops::Parameter<std::string> ufo::SatelliteSelectorParameters::metadataName {"metadata name", "satellite_id", this} |
Name for the metadata item which will be compared to allow for: satellite_id@MetaData - the default satellite_identifier@MetaData This will hopefully be removed in the future.
Definition at line 53 of file SatelliteSelector.h.
oops::RequiredParameter<eckit::LocalConfiguration> ufo::SatelliteSelectorParameters::predictor {"owned predictor", this} |
The configuration for a specific predictor.
Definition at line 47 of file SatelliteSelector.h.
oops::RequiredParameter<int> ufo::SatelliteSelectorParameters::satelliteId {"satellite id", this} |
A wrapper to allow for satellite selection when applying any of the predictors. Where the satid is not in the list the predictor is set to zero.
The satellite id of the satellite which the predictor should apply to.
Definition at line 44 of file SatelliteSelector.h.