UFO
ufo::ObsErrorBoundIRParameters Class Reference

Options applying to the determination of observation error bounds as a function transmittance at model top and latitude. More...

#include <ObsErrorBoundIR.h>

Inheritance diagram for ufo::ObsErrorBoundIRParameters:
Collaboration diagram for ufo::ObsErrorBoundIRParameters:

Public Attributes

oops::RequiredParameter< std::string > channelList {"channels", this}
 List of channels available for assimilation. More...
 
oops::RequiredParameter< std::vector< float > > obserrBoundMax {"obserr_bound_max", this}
 Maximum value of the observation error bound for each channel in channelList. More...
 
oops::RequiredParameter< VariableobserrBoundLat {"obserr_bound_latitude", this}
 Function used to set the observation bound based on Latitude (ObsErrorFactorLatRad) More...
 
oops::RequiredParameter< VariableobserrBoundTransmittop {"obserr_bound_transmittop", this}
 
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 the determination of observation error bounds as a function transmittance at model top and latitude.

Definition at line 29 of file ObsErrorBoundIR.h.

Member Data Documentation

◆ channelList

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

List of channels available for assimilation.

Definition at line 34 of file ObsErrorBoundIR.h.

◆ obserrBoundLat

oops::RequiredParameter<Variable> ufo::ObsErrorBoundIRParameters::obserrBoundLat {"obserr_bound_latitude", this}

Function used to set the observation bound based on Latitude (ObsErrorFactorLatRad)

Definition at line 40 of file ObsErrorBoundIR.h.

◆ obserrBoundMax

oops::RequiredParameter<std::vector<float> > ufo::ObsErrorBoundIRParameters::obserrBoundMax {"obserr_bound_max", this}

Maximum value of the observation error bound for each channel in channelList.

Definition at line 37 of file ObsErrorBoundIR.h.

◆ obserrBoundTransmittop

oops::RequiredParameter<Variable> ufo::ObsErrorBoundIRParameters::obserrBoundTransmittop {"obserr_bound_transmittop", this}

Function used to set the observation bound based on transmittance at model top (ObsErrorFactorTransmitTopRad)

Definition at line 44 of file ObsErrorBoundIR.h.

◆ testObserr

oops::Parameter<std::string> ufo::ObsErrorBoundIRParameters::testObserr {"test_obserr", "ObsErrorData", this}

Name of the data group to which the observation error is applied (default: ObsErrorData)

Definition at line 47 of file ObsErrorBoundIR.h.

◆ testQCflag

oops::Parameter<std::string> ufo::ObsErrorBoundIRParameters::testQCflag {"test_qcflag", "QCflagsData", this}

Name of the data group to which the QC flag is applied (default is QCflagsData)

Definition at line 50 of file ObsErrorBoundIR.h.


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