Module sounding_analysis::profile[][src]

Create profiles.

The output will be at the same levels as the sounding and these are suitable to be set as a profile in the sounding. For example, calculating a wet bulb or relative humidity profile from a sounding with temperature and dew point. If one of the profiles required for the analysis in the sounding is missing, the result cannot be calculated and an empty vector is returned.

Functions

equivalent_potential_temperature

Given a sounding, calculate a profile of the equivalent potential temperature.

hydrolapse

Get the hydrolapse in (kg/kg)/km

ml_to_level_temperature_lapse_rate

Get a profile of the average lapse rate from the surface to *, or the level on the y axis.

potential_temperature

Given a sounding, calculate a profile of the potential temperature.

relative_humidity

Given a sounding, calculate a profile of relative humidity.

sfc_to_level_temperature_lapse_rate

Get a profile of the average lapse rate from the surface to *, or the level on the y axis.

temperature_lapse_rate

Get a profile of the lapse rate between layers in °C / km.

theta_e_lapse_rate

Get the lapse rate of equivalent potential temperature in °K / km.

wet_bulb

Given a sounding, calculate a profile of wet bulb temperature.