Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.49 KB

File metadata and controls

21 lines (15 loc) · 1.49 KB

PyTCR: A tropical cyclone rainfall model for python

pyTCR is a physics-based model developed in python to estimate rainfall induced by tropical cyclones (TCs). It is largely based on the TCR model described by Zhu et al., 2013 and Lu et al., 2018. PyTCR simulates convective TC rainfall by correlating the precipitation rate with the total upward velocity within the TC vortex. It integrates seamlessly with outputs from a tropical cyclone downscaling model (see Lin et al., 2023) to generate detailed spatial-temporal rainfall patterns that align with hurricane tracks.

Installation

pyTCR can be installed from PyPI using:

pip install pyTCR

Sources

The source code is available on GitHub under the MIT Licence.