UFO
ufo::ProfileCheckUnstableLayer Class Reference

Profile QC: unstable layer check. More...

#include <ProfileCheckUnstableLayer.h>

Inheritance diagram for ufo::ProfileCheckUnstableLayer:
Collaboration diagram for ufo::ProfileCheckUnstableLayer:

Public Member Functions

 ProfileCheckUnstableLayer (const ConventionalProfileProcessingParameters &options)
 
void runCheck (ProfileDataHandler &profileDataHandler) override
 Run check. More...
 
void fillValidationData (ProfileDataHandler &profileDataHandler) override
 Fill variables in validator. More...
 
- Public Member Functions inherited from ufo::ProfileCheckBase
 ProfileCheckBase (const ConventionalProfileProcessingParameters &options)
 
virtual ~ProfileCheckBase ()
 
virtual bool getResult ()
 Get result of check (default fail) More...
 
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

float PBottom_
 PBottom. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ufo::ProfileCheckBase
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)
 
- Protected Attributes inherited from ufo::ProfileCheckBase
const ConventionalProfileProcessingParametersoptions_
 Configurable parameters. More...
 
const int missingValueInt = util::missingValue(1)
 Missing value (int) More...
 
const float missingValueFloat = util::missingValue(1.0f)
 Missing value (float) More...
 

Detailed Description

Profile QC: unstable layer check.

Definition at line 25 of file ProfileCheckUnstableLayer.h.

Constructor & Destructor Documentation

◆ ProfileCheckUnstableLayer()

ufo::ProfileCheckUnstableLayer::ProfileCheckUnstableLayer ( const ConventionalProfileProcessingParameters options)
explicit

Definition at line 16 of file ProfileCheckUnstableLayer.cc.

Member Function Documentation

◆ fillValidationData()

void ufo::ProfileCheckUnstableLayer::fillValidationData ( ProfileDataHandler profileDataHandler)
overridevirtual

Fill variables in validator.

Reimplemented from ufo::ProfileCheckBase.

Definition at line 96 of file ProfileCheckUnstableLayer.cc.

Here is the call graph for this function:

◆ runCheck()

void ufo::ProfileCheckUnstableLayer::runCheck ( ProfileDataHandler profileDataHandler)
overridevirtual

Run check.

Implements ufo::ProfileCheckBase.

Definition at line 21 of file ProfileCheckUnstableLayer.cc.

Here is the call graph for this function:

Member Data Documentation

◆ PBottom_

float ufo::ProfileCheckUnstableLayer::PBottom_
private

PBottom.

Definition at line 37 of file ProfileCheckUnstableLayer.h.


The documentation for this class was generated from the following files: