#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::NearSSTRetCheckIRParameters |
| Options controlling the quality control steps using retrieved near-sea-surface temperature (NSST) for Infrared sensors. More...
|
|
class | ufo::NearSSTRetCheckIR |
| QC using retrieved near-sea-surface temperature (NSST) from Infrared radiances 2-step QC procedures: (1) Perform NSST retrieval from radiances at obs location, and obtained increment of NSST from its first guess value (2) For surface sensitive channels, remove them from assimilation if the retrieved NSST increment from step (1) is larger than a pre-defined threshold Output: 0 = channel is retained for assimilation 1 = channel is not retained for assimilation. More...
|
|