UFO
|
Profile QC: basic checks on pressure. More...
#include <ProfileCheckBasic.h>
Public Member Functions | |
ProfileCheckBasic (const ConventionalProfileProcessingParameters &options) | |
void | runCheck (ProfileDataHandler &profileDataHandler) override |
Run check. More... | |
bool | getResult () override |
Return result of basic checks. More... | |
![]() | |
ProfileCheckBase (const ConventionalProfileProcessingParameters &options) | |
virtual | ~ProfileCheckBase () |
virtual void | fillValidationData (ProfileDataHandler &profileDataHandler) |
virtual bool | runOnEntireSample () |
Run this check on the entire sample? More... | |
virtual oops::Variables | getGeoVaLNames () |
List of names of required GeoVaLs. More... | |
virtual oops::Variables | getValidationGeoVaLNames () |
List of names of GeoVaLs used in check validation. More... | |
virtual oops::Variables | getObsDiagNames () |
List of names of required obs diagnostics. More... | |
Private Attributes | |
bool | result_ |
Result of basic checks. More... | |
Additional Inherited Members | |
![]() | |
template<typename T > | |
void | correctVector (const std::vector< T > &v1, const std::vector< T > &v2, std::vector< T > &vout) |
Apply correction to vector of values. More... | |
template<typename T > | |
void | SetQCFlag (const int &flag, const size_t &jlev, std::vector< T > &vec) |
template<typename T , typename... Args> | |
void | SetQCFlag (const int &flag, const size_t &jlev, std::vector< T > &vec1, Args &... vecs) |
![]() | |
const ConventionalProfileProcessingParameters & | options_ |
Configurable parameters. More... | |
const int | missingValueInt = util::missingValue(1) |
Missing value (int) More... | |
const float | missingValueFloat = util::missingValue(1.0f) |
Missing value (float) More... | |
Profile QC: basic checks on pressure.
Definition at line 19 of file ProfileCheckBasic.h.
|
explicit |
Definition at line 15 of file ProfileCheckBasic.cc.
|
inlineoverridevirtual |
Return result of basic checks.
Reimplemented from ufo::ProfileCheckBase.
Definition at line 27 of file ProfileCheckBasic.h.
|
overridevirtual |
Run check.
Implements ufo::ProfileCheckBase.
Definition at line 19 of file ProfileCheckBasic.cc.
|
private |
Result of basic checks.
Definition at line 31 of file ProfileCheckBasic.h.