You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
+
PhotochemPy is a photochemical 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.
@@ -9,22 +9,22 @@ PhotochemPy is a Python wrapper to Fortran source code. This makes the code very
9
9
## Installation
10
10
11
11
**Requirements:**
12
-
To install PhotochemPy, you must have the following installed on your system.
12
+
- MacOS or any Linux OS.
13
13
-`Python` (>3.6.0) with the `numpy` package. I suggest using [anaconda](https://www.anaconda.com/) to install these regardless of your operating system.
14
-
- A Fortran and C compiler. I suggest the GNU compiler collection, version >9 (includes `gfortran`, `gcc`, etc.). If you are using a Mac, install it with Homebrew: `brew install gcc`. For other operating systems [follow this GNU installation guide](https://gcc.gnu.org/install/binaries.html).
14
+
- A Fortran and C compiler (any should work). I suggest the GNU compiler collection(includes `gfortran`, `gcc`, etc.). If you are using a Mac, install it with Homebrew: `brew install gcc`.
15
15
16
16
**Python Module:** After satisfying the requirements, then follow these setups to install PhotochemPy
17
17
18
18
- Clone or download the github repository [`https://github.com/Nicholaswogan/PhotochemPy`](https://github.com/Nicholaswogan/PhotochemPy)
19
19
- Navigate to the root directory of PhotochemPy, then install with `python -m pip install .`
20
20
21
-
**Fortran source:** If you prefer to use the code exclusively in Fortran, that is OK too. You can build `libphotochem` with CMake. Download or clone this respository, then from the root directory of the repository run
21
+
**Fortran library:** If you prefer to use the code exclusively in Fortran, that is OK too. You can build `libphotochem` with CMake. Download or clone this respository, then from the root directory of the repository run
0 commit comments