8 #ifndef UFO_PROFILE_PROFILECHECKRH_H_
9 #define UFO_PROFILE_PROFILECHECKRH_H_
19 class ConventionalProfileProcessingParameters;
46 std::vector <float>
rh_;
49 std::vector <float>
td_;
Options controlling the operation of the ConventionalProfileProcessing filter.
Profile QC checker base class.
Profile QC: relative humidity check.
std::vector< float > rh_
Observed relative humidity for selected levels (%)
std::vector< float > td_
Observed dew point temperature for selected levels (K)
void runCheck(ProfileDataHandler &profileDataHandler) override
Run check.
std::vector< float > Temp_
Observed temperature for selected levels (K)
ProfileCheckRH(const ConventionalProfileProcessingParameters &options)
std::vector< int > Indx_
Indices of selected levels.
std::vector< int > FlagH_
Flags for RH checks.
std::vector< float > rhbk_
Model relative humidity for selected levels (%)
std::vector< float > Press_
Observed pressure for selected levels (hPa)
void fillValidationData(ProfileDataHandler &profileDataHandler) override
Fill variables in validator.
std::vector< float > tbk_
Model temperature for selected levels (K)
Retrieve and store data for individual profiles. To do this, first the vector of values in the entire...