Metadata-Version: 2.4
Name: photochem
Version: 0.7.0
Summary: Photochemical model of planet's atmospheres.
Home-page: https://github.com/Nicholaswogan/Photochem
Author: Nicholas Wogan
Author-email: nicholaswogan@gmail.com
License: GNU General Public License v3.0
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pyyaml
Requires-Dist: numba
Requires-Dist: h5py
Requires-Dist: astropy
Requires-Dist: threadpoolctl
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Photochem

`Photochem` is a photochemical and climate model of planet's atmospheres. Given inputs, like the stellar UV flux, the atmospheric temperature structure, etc., this code will find the steady-state chemical composition of an atmosphere, or evolve atmospheres through time. The code also contains 1-D climate models and a chemical equilibrium solver.

## Installation

`Photochem` can be installed with conda:

```sh
conda install -c conda-forge photochem
```

For more installation instruction see the "Documentation" section below.

## Documentation

A `Photochem` documentation website will soon be built and linked here. In the mean time, the best available documentation is the following tutorials from a `Photochem` workshop at the University of Arizona: https://github.com/Nicholaswogan/UofA_Photochem_Workshop. Furthermore, there are a few tutorials in the `examples` directory of this repository.

## Citation

If you use `Photochem` in a peer-reviewed publication, please cite either [Wogan et al. (2023)](https://doi.org/10.3847/PSJ/aced83) or [Wogan et al. (2024)](https://doi.org/10.3847/2041-8213/ad2616).
