Overview
========

aeolus is a Python library for the analysis and visualisation of climate model output, primarily the UK Met Office Unified Model. It leverages the functionality of `iris`_ and has modules geared towards working with 3D general circulation models of planetary atmospheres.

Contents
--------
.. toctree::
   :maxdepth: 1
   :glob:

   install
   examples/index.rst
   api/index.rst
   changelog
   contributing


See also
--------

- The `iris`_ package, upon which aeolus relies heavily.
- The repository with `code`_ used for the figures in `Sergeev et al. (2020) <https://arxiv.org/abs/2004.03007>`_.

.. _iris: https://scitools-iris.readthedocs.io/en/latest/
.. _code: https://github.com/dennissergeev/exoconvection-apj-2020


License
-------
Aeolus is released under the terms of the LGPL-3.0 license.


Indices and tables
==================

* :ref:`genindex`
* :ref:`search`
