Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Commit

Permalink
doc [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Mar 9, 2018
1 parent de96bf9 commit dbce790
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ If you don't already have Numpy::
pip install numpy

Linux / BSD / Windows::

apt install gfortran

Mac::
brew install gcc
* Linux / BSD /
`Windows Subsystem for Linux <https://www.scivision.co/install-windows-subsystem-for-linux/>`_:
``apt install gfortran``
* Mac: ``brew install gcc``

Install
============
Expand All @@ -62,14 +59,14 @@ Self-test f2py
This self-test should give zero errors.
This tests the Fortran code from Python.::
./test/test.py -v
pytest -v


volume emission rate plots
--------------------------
To produce the plots seen at the Github site::

./RunGlow.py
python RunGlow.py

with options including:

Expand Down
1 change: 1 addition & 0 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def test_rcolum_qback():
else:
logging.warning('skipped rcolum qback due to missing external msise00')


def test_glow():
# electron precipitation
#First enact "glow" subroutine, which calls QBACK, ETRANS and GCHEM among others
Expand Down

0 comments on commit dbce790

Please sign in to comment.