UFO
|
Options applying to the determination of observation error bounds as a function transmittance at model top and latitude. More...
#include <ObsErrorBoundIR.h>
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< Variable > | obserrBoundLat {"obserr_bound_latitude", this} |
Function used to set the observation bound based on Latitude (ObsErrorFactorLatRad) More... | |
oops::RequiredParameter< Variable > | obserrBoundTransmittop {"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... | |
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.
oops::RequiredParameter<std::string> ufo::ObsErrorBoundIRParameters::channelList {"channels", this} |
List of channels available for assimilation.
Definition at line 34 of file ObsErrorBoundIR.h.
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.
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.
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.
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.
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.