Skip to content

Commit

Permalink
Merge branch 'develop' into coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonMSmith committed Apr 24, 2019
2 parents aba9dce + bba9333 commit daf200b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# sami2py: sami2py is another model of the ionosphere python style
[![Build Status](https://travis-ci.com/jklenzing/sami2py.svg?branch=develop)](https://travis-ci.com/jklenzing/sami2py)
[![Coverage Status](https://coveralls.io/repos/github/jklenzing/sami2py/badge.svg?branch=develop)](https://coveralls.io/github/jklenzing/sami2py?branch=develop)


# Overview

Sami2py is a python module that runs the SAMI2 model, as well as archives, loads and plots the resulting modeled values. SAMI2 is a model developed by the Naval Research Laboratory to simulate the motions of plasma in a 2D ionospheric environment along a dipole magnetic field [Huba et al, 2000]. SAMI2 solves for the chemical and dynamical evolution of seven ion species in this environment (H<sup>+</sup>, He<sup>+</sup>, N<sup>+</sup>, O<sup>+</sup>, N<sub>2</sub><sup>+</sup>, NO<sup>+</sup>, and O<sub>2</sub><sup>+</sup>).
Expand All @@ -15,7 +17,7 @@ The implementation used here includes several added options to the original rele
First, checkout the repository:

```
git clone git@gitlab.com:jklenzing/sami2py.git;
git clone git@gitlab.com:jklenzing/sami2py.git
```

Change directories into the repository folder and run the setup.py file. For
Expand Down

0 comments on commit daf200b

Please sign in to comment.