UFO
|
Calculate column water vapor mass in guess at observation locations. More...
#include <TotalColumnVaporGuess.h>
Public Member Functions | |
TotalColumnVaporGuess (const eckit::LocalConfiguration &=eckit::LocalConfiguration()) | |
~TotalColumnVaporGuess () | |
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_ |
Additional Inherited Members | |
![]() | |
typedef float | Value_ |
Type of the values produced by the function. More... | |
Calculate column water vapor mass in guess at observation locations.
Definition at line 27 of file TotalColumnVaporGuess.h.
|
explicit |
Definition at line 23 of file TotalColumnVaporGuess.cc.
ufo::TotalColumnVaporGuess::~TotalColumnVaporGuess | ( | ) |
Definition at line 32 of file TotalColumnVaporGuess.cc.
|
virtual |
compute the result of the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 36 of file TotalColumnVaporGuess.cc.
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 68 of file TotalColumnVaporGuess.cc.
|
private |
Definition at line 37 of file TotalColumnVaporGuess.h.