UFO
ufo::CLWMatchIndexMW Class Reference

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>

Inheritance diagram for ufo::CLWMatchIndexMW:
Collaboration diagram for ufo::CLWMatchIndexMW:

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::VariablesrequiredVariables () const
 geovals required to compute the function More...
 
- Public Member Functions inherited from ufo::ObsFunctionBase< float >
 ObsFunctionBase (const eckit::LocalConfiguration conf=eckit::LocalConfiguration())
 
virtual ~ObsFunctionBase ()
 

Private Attributes

ufo::Variables invars_
 
std::vector< int > channels_
 
CLWMatchIndexMWParameters options_
 

Additional Inherited Members

- Public Types inherited from ufo::ObsFunctionBase< float >
typedef float Value_
 Type of the values produced by the function. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CLWMatchIndexMW()

ufo::CLWMatchIndexMW::CLWMatchIndexMW ( const eckit::LocalConfiguration &  conf = eckit::LocalConfiguration())
explicit

Definition at line 31 of file CLWMatchIndexMW.cc.

◆ ~CLWMatchIndexMW()

ufo::CLWMatchIndexMW::~CLWMatchIndexMW ( )

Definition at line 53 of file CLWMatchIndexMW.cc.

Member Function Documentation

◆ compute()

void ufo::CLWMatchIndexMW::compute ( const ObsFilterData ,
ioda::ObsDataVector< float > &   
) const
virtual

compute the result of the function

Implements ufo::ObsFunctionBase< float >.

Definition at line 57 of file CLWMatchIndexMW.cc.

Here is the call graph for this function:

◆ requiredVariables()

const ufo::Variables & ufo::CLWMatchIndexMW::requiredVariables ( ) const
virtual

geovals required to compute the function

Implements ufo::ObsFunctionBase< float >.

Definition at line 93 of file CLWMatchIndexMW.cc.

Member Data Documentation

◆ channels_

std::vector<int> ufo::CLWMatchIndexMW::channels_
private

Definition at line 66 of file CLWMatchIndexMW.h.

◆ invars_

ufo::Variables ufo::CLWMatchIndexMW::invars_
private

Definition at line 65 of file CLWMatchIndexMW.h.

◆ options_

CLWMatchIndexMWParameters ufo::CLWMatchIndexMW::options_
private

Definition at line 67 of file CLWMatchIndexMW.h.


The documentation for this class was generated from the following files: