UFO
ufo::ObsErrorBoundMWParameters Class Reference

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

#include <ObsErrorBoundMW.h>

Inheritance diagram for ufo::ObsErrorBoundMWParameters:
Collaboration diagram for ufo::ObsErrorBoundMWParameters:

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< float > > obserrBoundMax {"obserr_bound_max", this}
 The maximum value of the observation error bound for each channel in channelList. More...
 
oops::RequiredParameter< VariableobserrBoundLat {"obserr_bound_latitude", this}
 Function to set the observation bound based on latitude. More...
 
oops::RequiredParameter< VariableobserrBoundTransmittop {"obserr_bound_transmittop", this}
 Function to set the observation bound based on transmittance at model top. More...
 
oops::RequiredParameter< VariableobserrBoundTopo {"obserr_bound_topo", this}
 Function to set the observation bound based on terrain height. More...
 
oops::RequiredParameter< VariableobserrFunction {"obserr_function", this}
 Function to estimate observation error based on symmetric cloud amount. 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 the determination of observation error bounds as a function latitude, terrain height, and transmittance at the model top.

Definition at line 29 of file ObsErrorBoundMW.h.

Member Data Documentation

◆ channelList

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

List of channels available for assimilation.

Definition at line 34 of file ObsErrorBoundMW.h.

◆ obserrBoundLat

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

Function to set the observation bound based on latitude.

Definition at line 43 of file ObsErrorBoundMW.h.

◆ obserrBoundMax

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

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

Definition at line 40 of file ObsErrorBoundMW.h.

◆ obserrBoundTopo

oops::RequiredParameter<Variable> ufo::ObsErrorBoundMWParameters::obserrBoundTopo {"obserr_bound_topo", this}

Function to set the observation bound based on terrain height.

Definition at line 49 of file ObsErrorBoundMW.h.

◆ obserrBoundTransmittop

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

Function to set the observation bound based on transmittance at model top.

Definition at line 46 of file ObsErrorBoundMW.h.

◆ obserrFunction

oops::RequiredParameter<Variable> ufo::ObsErrorBoundMWParameters::obserrFunction {"obserr_function", this}

Function to estimate observation error based on symmetric cloud amount.

Definition at line 52 of file ObsErrorBoundMW.h.

◆ sensor

oops::RequiredParameter<std::string> ufo::ObsErrorBoundMWParameters::sensor {"sensor", this}

Name of the sensor for which the observation error factor applies.

Definition at line 37 of file ObsErrorBoundMW.h.

◆ testObserr

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

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

Definition at line 55 of file ObsErrorBoundMW.h.

◆ testQCflag

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

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

Definition at line 58 of file ObsErrorBoundMW.h.


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