UFO
ufo::InterChannelConsistencyCheckParameters Class Reference

Options applying to inter-channel consistency check. More...

#include <InterChannelConsistencyCheck.h>

Inheritance diagram for ufo::InterChannelConsistencyCheckParameters:
Collaboration diagram for ufo::InterChannelConsistencyCheckParameters:

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...
 

Detailed Description

Options applying to inter-channel consistency check.

Definition at line 29 of file InterChannelConsistencyCheck.h.

Member Data Documentation

◆ channelList

oops::RequiredParameter<std::string> ufo::InterChannelConsistencyCheckParameters::channelList {"channels", this}

List of channels available for assimilation.

Definition at line 34 of file InterChannelConsistencyCheck.h.

◆ sensor

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.

◆ testObserr

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.

◆ testQCflag

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.

◆ useflagChannel

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.


The documentation for this class was generated from the following file: