Internal
ARTS XML Data
A collection of atmospheric profiles and auxiliary datasets for ARTS:
- Packaged downloads can be found on Github attached as assets to each ARTS release
- Stable version Subversion repository: https://arts.mi.uni-hamburg.de/svn/rt/arts-xml-data/branches/arts-xml-data-2.6/
- Development version Subversion repository: https://arts.mi.uni-hamburg.de/svn/rt/arts-xml-data/trunk/
- Old versions:
- 2.4
- Packaged downloads: https://www.radiativetransfer.org/misc/download/stable/2.4/
- Subversion repository: https://arts.mi.uni-hamburg.de/svn/rt/arts-xml-data/branches/arts-xml-data-2.4/
- 2.2
- Packaged downloads: https://www.radiativetransfer.org/misc/download/stable/2.2/
- Subversion repository: https://arts.mi.uni-hamburg.de/svn/rt/arts-xml-data/branches/arts-xml-data-2.2/
- 2.0
- Packaged downloads: https://www.radiativetransfer.org/misc/download/stable/2.0/
- Subversion repository: https://arts.mi.uni-hamburg.de/svn/rt/arts-xml-data/branches/arts-xml-data-2.0/
- 2.4
ARTS Catalog Data
A collection of line and crosssection catalogs for ARTS:
- Packaged downloads can be found on Github attached as assets to each ARTS release
- Stable version Subversion repository: https://arts.mi.uni-hamburg.de/svn/rt/arts-cat-data/branches/arts-cat-data-2.6/
- Development version Subversion repository: https://arts.mi.uni-hamburg.de/svn/rt/arts-cat-data/trunk/
Typhon
Typhon aims to be a collection of tools for atmospheric research for Python 3 (requires Python >=3.10), providing various physics and mathematical functions, tools for plotting, retrievals, collocations, cloudmasks etc.
While ARTS related functionality such as XML input/output and the Python interface for ARTS started (and is still present) in Typhon, this part is currently moved over to the new PyARTS package described below.
- Installation for Miniforge3 users:
mamba install -c rttools typhon
- Installation for pip users:
pip install typhon
- Packaged downloads: Typhon on PyPi
- Documentation: https://www.radiativetransfer.org/misc/typhon/doc/
- Github repository: https://github.com/atmtools/typhon
- Latest Development Documentation: https://www.radiativetransfer.org/misc/typhon/doc-trunk/
- For discussion and questions, a mailing list is available:
- The typhon mailing list for developers and users of typhon.
- Installation for Miniforge3 users:
Atmlab (including qpack2)
A collection of Matlab functions for interaction with ARTS-2. Contains routines for Mie scattering and absorption, atmospheric retrievals, generating atmospheric scenarios, reading/writing of arts XML files, plotting, etc...
A lot of parts from Atmlab (plotting, physics functions) are now available also in the Typhon Python package and further development will mainly take place there. Accordingly, new users are recommended to use ARTS from Python (by Typhon and PyARTS). Support for Atmlab will be limited and will likely even cease at some point.
- Packaged downloads: https://www.radiativetransfer.org/misc/download/stable/2.4/
- Stable version Subversion repository: https://arts.mi.uni-hamburg.de/svn/rt/atmlab/branches/atmlab-2.4/
- Development version Subversion repository: https://arts.mi.uni-hamburg.de/svn/rt/atmlab/trunk/
- For discussion and questions, two mailing lists are available:
- The atmlab-dev mailing list for developers and users of atmlab.
- The qpack mailing list, a dedicated mailing list for the Qpack retrieval interface of atmlab.
- Old versions:
- 2.2
- Packaged downloads: https://www.radiativetransfer.org/misc/download/stable/2.2/
- Subversion repository: https://arts.mi.uni-hamburg.de/svn/rt/atmlab/branches/atmlab-2.2/
- 2.0
- Packaged downloads: https://www.radiativetransfer.org/misc/download/stable/2.0/
- Subversion repository: https://arts.mi.uni-hamburg.de/svn/rt/atmlab/branches/atmlab-2.0/
- 2.2
Single Scattering Databases
The databases contain single scattering data of ice particles that has been calculated using the discrete dipole approximation method (DDA). Mie reference calculations for liquid and ice spheres are also included.
The database for total random orientation is available at
The database for azimuthal random orientation is available at
Database interfaces in Python and Matlab (only for total random orientation) are available at
A description of the databases and the simulation method is available in the following articles. Please cite them if you use the databases for a publication:
Eriksson, P., R. Ekelund, J. Mendrok, M. Brath, O. Lemke, and S. A. Buehler (2018), A general database of hydrometeor single scattering properties at microwave and sub-millimetre wavelengths, Earth Syst. Sci. Data, 10, 1301–1326, doi: 10.5194/essd-10-1301-2018.
Brath, M., R. Ekelund, P. Eriksson, O. Lemke, and S. A. Buehler (in review), Microwave and submillimeter wave scattering of oriented ice particles, Atmos. Meas. Tech., doi:10.5194/amt-2019-382.
External
T-Matrix
For calculation of the single-scattering data properties, ARTS utilizes the T-Matrix Codes for Computing Electromagnetic Scattering by Nonspherical and Aggregated Particles written by Michael I. Mishchenko et al.
- CMake
CMake is a cross-platform, open source build system.
Homepage: http://www.cmake.org/
Download: http://www.cmake.org/cmake/resources/software.html
- LaTeX
Document markup language and document preparation system for the TeX typesetting program.
Doxygen
Provides automatic documentation generation from source files.
Homepage: http://www.doxygen.org/
Download: http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc
LAPACK/BLAS
Linear Algebra PACKage.
Homepage: http://www.netlib.org/lapack/
- zlib
Compression/decompression library used for reading and writing compressed XML files.
Homepage: http://www.zlib.net/
- NetCDF
The Network Common Data Form library is used by ARTS to write platform independent binary files.