Module sounding_analysis::levels[][src]

This module finds significant levels such as the freezing level and wet bulb zero level. It also has functions for finding critical values at a single level, such as the maximum wet bulb temperature aloft. It does not include functions for finding levels related to parcel analysis and convection, those are found in the parcel module.

Functions

freezing_melting_levels

Find the freezing/melting levels below 500 hPa.

max_temperature_in_layer

Maximum temperature in a layer.

max_temperature_in_profile

Maximum temperature aloft.

max_wet_bulb_in_layer

Maximum wet bulb temperature in a layer.

max_wet_bulb_in_profile

Maximum wet bulb temperature aloft.

wet_bulb_zero_levels

Find the wet bulb zero levels

Type Definitions

Level

A level in the atmosphere is described by a DataRow from a sounding.

Levels

A list of levels.