https://github.com/atmtools/pyarts-fluxes
https://github.com/atmtools/pyarts-fluxes
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atmtools/pyarts-fluxes
- Owner: atmtools
- Created: 2024-03-15T10:53:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T11:00:54.000Z (over 1 year ago)
- Last Synced: 2025-02-04T18:17:09.528Z (over 1 year ago)
- Language: Python
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyarts-fluxes
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/
## Requirements
pyarts-fluxes requires the following Python packages:
- pyarts >=2.6.6
## Installation
To install pyarts-fluxes, clone the repository and run the setup script:
```bash
git clone https://github.com/atmtools/pyarts-fluxes
cd pyarts-fluxes
python -m pip install --user -e .
```
## Usage
See the examples in the examples folder for usage.