UFO
|
Determination of cloud match index based on retrieved CLW from observation and simulated observation from background 1: both background and observation cont contain clouds 0: either background has cloud or observation has cloud detected. More...
#include <CLWMatchIndexMW.h>
Public Member Functions | |
CLWMatchIndexMW (const eckit::LocalConfiguration &=eckit::LocalConfiguration()) | |
~CLWMatchIndexMW () | |
void | compute (const ObsFilterData &, ioda::ObsDataVector< float > &) const |
compute the result of the function More... | |
const ufo::Variables & | requiredVariables () const |
geovals required to compute the function More... | |
![]() | |
ObsFunctionBase (const eckit::LocalConfiguration conf=eckit::LocalConfiguration()) | |
virtual | ~ObsFunctionBase () |
Private Attributes | |
ufo::Variables | invars_ |
std::vector< int > | channels_ |
CLWMatchIndexMWParameters | options_ |
Additional Inherited Members | |
![]() | |
typedef float | Value_ |
Type of the values produced by the function. More... | |
Determination of cloud match index based on retrieved CLW from observation and simulated observation from background 1: both background and observation cont contain clouds 0: either background has cloud or observation has cloud detected.
Definition at line 55 of file CLWMatchIndexMW.h.
|
explicit |
Definition at line 31 of file CLWMatchIndexMW.cc.
ufo::CLWMatchIndexMW::~CLWMatchIndexMW | ( | ) |
Definition at line 53 of file CLWMatchIndexMW.cc.
|
virtual |
compute the result of the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 57 of file CLWMatchIndexMW.cc.
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 93 of file CLWMatchIndexMW.cc.
|
private |
Definition at line 66 of file CLWMatchIndexMW.h.
|
private |
Definition at line 65 of file CLWMatchIndexMW.h.
|
private |
Definition at line 67 of file CLWMatchIndexMW.h.