UFO
|
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>
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< Variable > | obserrBoundLat {"obserr_bound_latitude", this} |
Function to set the observation bound based on latitude. More... | |
oops::RequiredParameter< Variable > | obserrBoundTransmittop {"obserr_bound_transmittop", this} |
Function to set the observation bound based on transmittance at model top. More... | |
oops::RequiredParameter< Variable > | obserrBoundTopo {"obserr_bound_topo", this} |
Function to set the observation bound based on terrain height. More... | |
oops::RequiredParameter< Variable > | obserrFunction {"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... | |
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.
oops::RequiredParameter<std::string> ufo::ObsErrorBoundMWParameters::channelList {"channels", this} |
List of channels available for assimilation.
Definition at line 34 of file ObsErrorBoundMW.h.
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.
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.
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.
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.
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.
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.
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.
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.