UFO
|
Options applying to inter-channel consistency check. More...
#include <InterChannelConsistencyCheck.h>
Public Attributes | |
oops::RequiredParameter< std::string > | channelList {"channels", this} |
List of channels available for assimilation. More... | |
oops::RequiredParameter< std::string > | sensor {"sensor", this} |
Name of the sensor for which the observation error factor applies. More... | |
oops::RequiredParameter< std::vector< int > > | useflagChannel {"use_flag", this} |
Useflag (-1: not used; 0: monitoring; 1: used) for each channel in channelList. More... | |
oops::Parameter< std::string > | testObserr {"test_obserr", "ObsErrorData", this} |
Name of the data group to which the observation error is applied (default: ObsErrorData) More... | |
oops::Parameter< std::string > | testQCflag {"test_qcflag", "QCflagsData", this} |
Name of the data group to which the QC flag is applied (default is QCflagsData) More... | |
Options applying to inter-channel consistency check.
Definition at line 29 of file InterChannelConsistencyCheck.h.
oops::RequiredParameter<std::string> ufo::InterChannelConsistencyCheckParameters::channelList {"channels", this} |
List of channels available for assimilation.
Definition at line 34 of file InterChannelConsistencyCheck.h.
oops::RequiredParameter<std::string> ufo::InterChannelConsistencyCheckParameters::sensor {"sensor", this} |
Name of the sensor for which the observation error factor applies.
Definition at line 37 of file InterChannelConsistencyCheck.h.
oops::Parameter<std::string> ufo::InterChannelConsistencyCheckParameters::testObserr {"test_obserr", "ObsErrorData", this} |
Name of the data group to which the observation error is applied (default: ObsErrorData)
Definition at line 43 of file InterChannelConsistencyCheck.h.
oops::Parameter<std::string> ufo::InterChannelConsistencyCheckParameters::testQCflag {"test_qcflag", "QCflagsData", this} |
Name of the data group to which the QC flag is applied (default is QCflagsData)
Definition at line 46 of file InterChannelConsistencyCheck.h.
oops::RequiredParameter<std::vector<int> > ufo::InterChannelConsistencyCheckParameters::useflagChannel {"use_flag", this} |
Useflag (-1: not used; 0: monitoring; 1: used) for each channel in channelList.
Definition at line 40 of file InterChannelConsistencyCheck.h.