#include <string>
#include <vector>
#include "oops/util/parameters/Parameter.h"
#include "oops/util/parameters/Parameters.h"
#include "oops/util/parameters/RequiredParameter.h"
#include "ufo/filters/ObsFilterData.h"
#include "ufo/filters/obsfunctions/ObsFunctionBase.h"
#include "ufo/filters/Variables.h"
Go to the source code of this file.
|
class | ufo::ObsErrorFactorWavenumIRParameters |
| Options applying to observation error inflation as a function of wavenumber, solar zenith angle and surface type for Infrared sensors. More...
|
|
class | ufo::ObsErrorFactorWavenumIR |
| Error Inflation Factor (EIF) for channels with wavenumber in the range of (2000, 2400] during daytime (sun zenith angle < 89) and containing water fraction in the field-of-view x = wavenumber [1/cm] y = surface-to-space transmittance z = solar zenith angle [radian] EIF = SQRT[ 1 / ( 1 - (x - 2000)) * y * MAX(0, COS(z)) / 4000 ]. More...
|
|