Go to the documentation of this file.
8 #ifndef UFO_PROFILE_PROFILECHECKRH_H_
9 #define UFO_PROFILE_PROFILECHECKRH_H_
21 class ProfileConsistencyCheckParameters;
51 std::vector <float>
rh_;
54 std::vector <float>
td_;
70 #endif // UFO_PROFILE_PROFILECHECKRH_H_
std::vector< float > rhbk_
Model relative humidity for selected levels (%)
Retrieve and store data for individual profiles. To do this, first the vector of values in the entire...
Determine indices of observations making up individual profiles. The indices are computed with respec...
void runCheck() override
Run check.
std::vector< float > tbk_
Model temperature for selected levels (K)
Profile QC check validator.
Profile QC: relative humidity check.
std::vector< int > FlagH_
Flags for RH checks.
std::vector< float > Press_
Observed pressure for selected levels (hPa)
Profile QC checker base class.
void fillValidator() override
Fill variables in validator.
Options controlling the operation of the ProfileConsistencyChecks filter.
std::vector< float > rh_
Observed relative humidity for selected levels (%)
std::vector< float > Temp_
Observed temperature for selected levels (K)
std::vector< float > td_
Observed dew point temperature for selected levels (K)
std::vector< int > Indx_
Indices of selected levels.
ProfileCheckRH(const ProfileConsistencyCheckParameters &options, const ProfileIndices &profileIndices, ProfileDataHandler &profileDataHandler, ProfileCheckValidator &profileCheckValidator)