#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::ObsErrorFactorSurfJacobianRadParameters |
| Options applying to observation error inflation as a function. More...
|
|
class | ufo::ObsErrorFactorSurfJacobianRad |
| Error Inflation Factor (EIF) as a function of weighted surface temperature jacobian and surface emissivity jacobian Jtemp = surface temperature jacobian Jemis = surface emissivity jacobian Wtemp = empirical constant as a function of surface type applied to Jtemp Wemis = empirical constant as a function of surface type applied to Jemis Beta = ( Wtemp * Jtemp + Wemis * Jemis )^2 Errinv = inverse of effective observation error variance EIF = SQRT [ 1 / ( 1 / (1 + Errinv * Beta) ]. More...
|
|