improver.temperature.layer_mean_temperature module#
- class CalculateLayerMeanTemperature[source]#
Bases:
BasePluginCalculate the vertically weighted mean temperature for a layer.
- _abc_impl = <_abc._abc_data object>#
- class LayerTemperatureInterpolation[source]#
Bases:
BasePluginPlugin to interpolate temperature values at specified layer boundaries.
This plugin extracts all temperature levels within a specified vertical layer (between bottom and top heights, in feet), and interpolates temperature at the exact base and top of the layer. The output is a cube containing temperature at all interior levels plus the interpolated base and top.
- _abc_impl = <_abc._abc_data object>#