A photochemical model of rocky planet’s atmospheres
PhotochemPy
PhotochemPy is a photochemical model of rocky 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.
PhotochemPy is a Python wrapper to Fortran source code. This makes the code very speedy, but also user-friendly.
Installation
Requirements:
To install PhotochemPy, you must have the following installed on your system.
Python
(>3.6.0) with thenumpy
package. I suggest using anaconda to install these regardless of your operating system.- The GNU compiler collection, version >4.9.4 (includes
gfortran
,gcc
, etc.). If you are using a Mac, I suggest installing it with Homebrew:brew install gcc
. For other operating systems follow this GNU installation guide. - CMake. On