UFO
ProfileVerticalAveraging.h File Reference
#include <vector>
Include dependency graph for ProfileVerticalAveraging.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ufo
 
 ufo::ProfileAveraging
 

Enumerations

enum class  ufo::ProfileAveraging::Method { ufo::ProfileAveraging::Interpolation , ufo::ProfileAveraging::Averaging }
 

Functions

void ufo::calculateVerticalAverage (const std::vector< int > &flagsIn, const std::vector< float > &valuesIn, const std::vector< float > &coordIn, const std::vector< float > &bigGap, const std::vector< float > &coordOut, float DZFrac, ProfileAveraging::Method method, std::vector< int > &flagsOut, std::vector< float > &valuesOut, int &numGaps, std::vector< float > *coordMax=nullptr, std::vector< float > *coordMin=nullptr)
 Profile vertical averaging onto model levels. More...