/PyMeso

An implementation of the linear least squares derivative method for calculating azimuthal shear and an ideal vortex wind field creator.

Primary LanguageJupyter NotebookOtherNOASSERTION

PyMeso

An implementation of the linear least squares derivative method for calculating azimuthal shear from Doppler velocity data. This is used operationally for detecting mesocyclones and is based on the work by Miller et al., (2013). Additionally, a method for simulating rankine vortices has been provided and was used in the verification process for the LLSD method.

References

Dependencies

Install

To install PyMeso, you can either download and unpack the zip file of the source code or use git to checkout the repository:

git clone git@github.com:jordanbrook/PyMeso.git

To install in your home directory, use:

python setup.py install --user

Use

notebook/PyMesoNotebook.ipynb provides examples of LLSD retrieval and vortex simulation