Metadata-Version: 2.1
Name: pyzome
Version: 0.0.3.1
Summary: A collection of tools for computing zonal mean and other related atmospheric circulation diagnostics
Author-email: "Zachary D. Lawrence" <zachary.lawrence@colorado.edu>
License: BSD-3-Clause
Project-URL: Source Code, https://github.com/zdlawrence/pyzome
Project-URL: Bug Tracker, https://github.com/zdlawrence/pyzome/issues
Keywords: meteorology,physics
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst

======
pyzome
======

.. image:: https://github.com/zdlawrence/pyzome/actions/workflows/ci_tests.yml/badge.svg
    :target: https://github.com/zdlawrence/pyzome/actions/workflows/ci_tests.yml

.. image:: https://codecov.io/github/zdlawrence/pyzome/branch/main/graph/badge.svg?token=J5CT0XW4FD
    :target: https://codecov.io/github/zdlawrence/pyzome

.. image:: https://readthedocs.org/projects/pyzome/badge/?version=latest
    :target: https://pyzome.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status


pyzome (rhymes with "rhizome") is a Python package for atmospheric sciences. It 
simplifies the process of computing relevant diagnostics commonly used to understand
the general atmospheric circulation of the Earth and other planetary atmospheres. 
It is designed to be used in conjunction with xarray for enabling coordinate- and 
unit-aware computations. 

pyzome is in an early stage and currently under active development. While much of 
the core functionality is in place, the API (e.g., function names and call 
signatures) is still subject to change.

Install
-------
pyzome is available on PyPI and can be installed with pip::

    pip install pyzome


Features
--------
- zonal and meridional mean computations
- zonal wavenumber decompositions of fields; zonal wave covariances between 2 fields
- Transformed Eulerian Mean (TEM) diagnostics, such as EP-fluxes and residual velocities
- quasi-geostrophic diagnostics, such as meridional QGPV gradients and the refractive index
- A "recipes" framework that simplifies the process of computing these diagnostics
- More to come!


Development Roadmap
-------------------
- Build on cf-xarray to streamline coordinate-aware computations
- Build on pint and pint-xarray to streamline unit-aware computations
- Expand documentation
- Diagnostics validation
- Add more core modules:
   - Equivalent Latitude computations
   - ???
- Expand "recipes" to include more diagnostics
   - Annular mode indices
   - Sudden stratospheric warmings
   - Momentum budgets
   - ???


Acknowledgments
---------------
The development of this code was originally supported by the NWS OSTI Weeks 3-4 
Program under NOAA Award NA20NWS4680051. Continued support and development of the 
package is provided on a volunteer basis by the author and contributors.
