Go to the documentation of this file.
8 #ifndef UFO_FILTERS_OBSFUNCTIONS_CLWRETSYMMETRICMW_H_
9 #define UFO_FILTERS_OBSFUNCTIONS_CLWRETSYMMETRICMW_H_
14 #include "oops/util/parameters/Parameter.h"
15 #include "oops/util/parameters/Parameters.h"
16 #include "oops/util/parameters/RequiredParameter.h"
37 = eckit::LocalConfiguration());
45 eckit::LocalConfiguration
conf_;
52 #endif // UFO_FILTERS_OBSFUNCTIONS_CLWRETSYMMETRICMW_H_
Base class for computing functions on observation data.
Options applying to the retrieval of cloud liquid water from 23.8 GHz and.
Calculate symmetric (mean) cloud amount from the cloud amount retrieved from the observed and simulat...
CLWRetMWParameters CLWRetSymmetricMWParameters
Options applying to the calculation of symmetric cloud amount.
CLWRetSymmetricMW(const eckit::LocalConfiguration &=eckit::LocalConfiguration())
void compute(const ObsFilterData &, ioda::ObsDataVector< float > &) const
compute the result of the function
eckit::LocalConfiguration conf_
const ufo::Variables & requiredVariables() const
geovals required to compute the function
ObsFilterData provides access to all data related to an ObsFilter.