Skip to content

weiming9115/MSEplots

Repository files navigation

MSEplots project

pip install MSEplots-pkg

To get the lastest release: pip install MSEplots-pkg --upgrade

Generic badge Generic badge

A Python package built for the moist static energy (MSE) analysis of sounding data/ model output which provides required vertical profiles of thermodynamic parameters.

from MSEplots import plots as mpt
:
mpt.msed_plots(pressure,Temp,q,altitude,ent_rate=np.arange(0,2,0.05),entrain=True)

  1. Required paramters: Air temperature, Mixing ratio, Pressure, Altitude [optional]. NOT specifically for sounding data!
  2. Functions are provided for deriving thermodynamic variables eg. potential tmeperature and static energy. All calculations included depend on the metpy.calc.thermo module. (https://unidata.github.io/MetPy/latest/_modules/metpy/calc/thermo.html)
  3. Plotting options: thermo.plots, theta.plots, and mesd_plots

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published