A python module for computing sub-filter TKE budget components from UM outputs See https://github.com/SheriffOfRobinhood/UM_TKE_Budget for documentation.
Current version: 0.0.1.
Users should pip install to a suitable environment using
pip install git+https://github.com/SheriffOfRobinhood/UM_TKE_Budget.git
This will install into the standard library.
Developers should fork then clone the repository (please create a branch before making any changes!), open a terminal window and activate the python environment required, cd to the UM_TKE_Budget directory and
pip install -e .
This will install as if into the standard library but using the cloned code which can be edited. Please commit code improvements and discuss merging with the master branch with Yuqi Bai and other users.