UFO
ProfileCheckPermanentReject.h
Go to the documentation of this file.
1 /*
2  * (C) Crown copyright 2020, Met Office
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_PROFILE_PROFILECHECKPERMANENTREJECT_H_
9 #define UFO_PROFILE_PROFILECHECKPERMANENTREJECT_H_
10 
11 #include <algorithm>
12 #include <cmath>
13 #include <vector>
14 
17 
18 namespace ioda {
19  class ObsSpace;
20 }
21 
22 namespace ufo {
23  class ConventionalProfileProcessingParameters;
24 }
25 
26 namespace ufo {
27 
28  /// \brief Profile QC: reject observations which are flagged to be permanently rejected.
30  public:
32 
33  /// Run check
34  void runCheck(ProfileDataHandler &profileDataHandler) override;
35  };
36 } // namespace ufo
37 
38 #endif // UFO_PROFILE_PROFILECHECKPERMANENTREJECT_H_
Options controlling the operation of the ConventionalProfileProcessing filter.
Profile QC checker base class.
Profile QC: reject observations which are flagged to be permanently rejected.
ProfileCheckPermanentReject(const ConventionalProfileProcessingParameters &options)
void runCheck(ProfileDataHandler &profileDataHandler) override
Run check.
Retrieve and store data for individual profiles. To do this, first the vector of values in the entire...
Forward declarations.
Definition: ObsAodExt.h:25
Definition: RunCRTM.h:27