[][src]Module sounding_analysis::experimental::fire

Experimental sounding analysis for fire weather.

Structs

BlowUpAnalysis

This characterizes how much heating it would take to cause a plume to "blow up" as defined by the sudden change in the parcel equilibrium level with respect to parcel heating.

PlumeAscentAnalysis

Result of lifting a parcel represntative of a plume core.

Functions

analyze_plume_parcel

Lift a parcel until the net CAPE is zero.

blow_up

Find the parcel that causes the plume to blow up by finding the maximum derivative of the equilibrium level vs parcel temperature.

calc_plumes

Generate a series of PlumeAscentAnalysiss for a given sounding starting at the mixed layer parcel and warming it by increment until it has gone max_range degrees.

lift_plume_parcel

Lift a parcel until the net CAPE is zero, don't analyze it just return the profile.

partition_cape

Partition the CAPE between dry and moist ascent contributions. EXPERIMENTAL.