#include <vector>
Go to the source code of this file.
|
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...
|
|