Python module for calculating radiative fluxes with ARTS. The module is an easy-to-use wrapper to calculate radiative fluxes with ARTS. The idea behind is to prepare a basic setup so that the user can easily calculate radiative fluxes with ARTS without having to deal with the actual ARTS simulation setup. Expierenceed users can still access the ARTS workspace and modify it as they like.
Get ARTS (pyarts): https://radiativetransfer.org/getarts/
pyarts-fluxes requires the following Python packages:
- pyarts >=2.6.6
To install pyarts-fluxes, clone the repository and run the setup script:
git clone https://github.com/atmtools/pyarts-fluxes
cd pyarts-fluxes
python -m pip install --user -e .
See the examples in the examples folder for usage.