Installation
Pre-compiled binaries
Pre-compiled binaries of the ARTS interface for macOS and Linux including the ARTS engine for performing RT simulations can be installed in a Miniforge3 environment from the rttools channel:
mamba install -c rttools pyarts
Warning
The pyarts package was created for use with Miniforge3. If you are using
Anaconda, you will need to install it into a separate environment with the
conda-forge
channel:
conda create -n arts -c conda-forge -c rttools pyarts
But compatiblity issues remain, e.g. it has been reported that the package fails to install on Intel Macs with Anaconda. Therefore, we recommend to use Miniforge3.
Building from source
See top level README.md
at our github repository.
Older versions of Arts are available as well to support the reproduction of published scientific results in a traceable manner. These are as listed
Latest stable version |
|
See version 2 paper |
|
See version 1 paper |
The API of Arts is constantly being updated to suit our and our users future need. Do not expect code compatibility between any two patches. We strongly recommend to use the latest version of Arts on conda unless you want to help with the development.