UFO
|
Options controlling the operation of the EntireSampleDataHandler and ProfileDataHandler classes. More...
#include <DataHandlerParameters.h>
Public Member Functions | |
bool | getOptional (const std::string &groupname) const |
Determine whether a variable group is optional or not. More... | |
size_t | getEntriesPerProfile (const std::string &groupname) const |
Determine number of entries per profile for a variable group. More... | |
Public Attributes | |
oops::Parameter< std::vector< std::string > > | groups_optional {"groups_optional", {"Corrections", "Counters"}, this} |
oops::Parameter< std::vector< std::string > > | groups_singlevalue {"groups_singlevalue", {"Counters"}, this} |
Groups of variables which have one value per profile. More... | |
oops::Parameter< int > | nErrorsFail {"nErrorsFail", 1, this} |
Number of errors, accumulated over checks, that cause the observation to have failed. More... | |
Options controlling the operation of the EntireSampleDataHandler and ProfileDataHandler classes.
Definition at line 25 of file DataHandlerParameters.h.
|
inline |
Determine number of entries per profile for a variable group.
Definition at line 40 of file DataHandlerParameters.h.
|
inline |
Determine whether a variable group is optional or not.
Definition at line 30 of file DataHandlerParameters.h.
oops::Parameter<std::vector<std::string> > ufo::DataHandlerParameters::groups_optional {"groups_optional", {"Corrections", "Counters"}, this} |
Groups of variables whose presence in the input sample is optional (if not present, all variables are initially set to zero).
Definition at line 54 of file DataHandlerParameters.h.
oops::Parameter<std::vector<std::string> > ufo::DataHandlerParameters::groups_singlevalue {"groups_singlevalue", {"Counters"}, this} |
Groups of variables which have one value per profile.
Definition at line 58 of file DataHandlerParameters.h.
oops::Parameter<int> ufo::DataHandlerParameters::nErrorsFail {"nErrorsFail", 1, this} |
Number of errors, accumulated over checks, that cause the observation to have failed.
Definition at line 62 of file DataHandlerParameters.h.