Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.17 KB

index.rst

File metadata and controls

51 lines (35 loc) · 1.17 KB

Welcome to xemc3's documentation!

:py:mod:`xemc3` provides an interface for collecting the output data from a EMC3 simulation into an xarray dataset, as well as accessor methods for common EMC3 analysis and plotting tasks.

Currently only in alpha (until 1.0 released) so please report any bugs, and feel free to raise issues asking questions or making suggestions.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   introduction
   examples
   xemc3
   cli

Installation

With pip:

pip install --user xemc3

You can run the tests by running pytest --pyargs xemc3.

xemc3 will install the required python packages when you run one of the above install commands if they are not already installed on your system.

Indices and tables