UFO
SIRetSymmetricMW.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2020 UCAR
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #ifndef UFO_FILTERS_OBSFUNCTIONS_SIRETSYMMETRICMW_H_
9 #define UFO_FILTERS_OBSFUNCTIONS_SIRETSYMMETRICMW_H_
10 
11 #include <string>
12 #include <vector>
13 
14 #include "oops/util/parameters/Parameter.h"
15 #include "oops/util/parameters/Parameters.h"
16 #include "oops/util/parameters/RequiredParameter.h"
17 
21 #include "ufo/filters/Variables.h"
22 
23 namespace ufo {
24 
25 ///
26 /// \brief Options applying to the calculation of symmetric cloud amount
27 ///
29 
30 ///
31 /// \brief Calculate symmetric (mean) cloud amount from the cloud amount retrieved
32 /// from the observed and simulated measurements
33 ///
34 class SIRetSymmetricMW : public ObsFunctionBase<float> {
35  public:
36  explicit SIRetSymmetricMW(const eckit::LocalConfiguration &
37  = eckit::LocalConfiguration());
39 
40  void compute(const ObsFilterData &,
42  const ufo::Variables & requiredVariables() const;
43  private:
45  eckit::LocalConfiguration conf_;
46 };
47 
48 // -----------------------------------------------------------------------------
49 
50 } // namespace ufo
51 
52 #endif // UFO_FILTERS_OBSFUNCTIONS_SIRETSYMMETRICMW_H_
ObsFilterData provides access to all data related to an ObsFilter.
Options applying to the retrieval of scattering index from 90.0 GHz and.
Definition: SIRetMW.h:28
Calculate symmetric (mean) cloud amount from the cloud amount retrieved from the observed and simulat...
const ufo::Variables & requiredVariables() const
geovals required to compute the function
void compute(const ObsFilterData &, ioda::ObsDataVector< float > &) const
compute the result of the function
eckit::LocalConfiguration conf_
ufo::Variables invars_
SIRetSymmetricMW(const eckit::LocalConfiguration &=eckit::LocalConfiguration())
Definition: RunCRTM.h:27
SIRetMWParameters SIRetSymmetricMWParameters
Options applying to the calculation of symmetric cloud amount.