Skip to content

Commit

Permalink
BUG: use IRI-2012
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jul 4, 2020
1 parent 473d8c5 commit 3a127e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatMissions/methods/empirical.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def add_iri_thermal_plasma(inst, glat_label='glat', glong_label='glong',
# Point class is instantiated. Its parameters are a function of
# time and spatial location
pt = Point(time, lat, lon, alt)
pt.run_iri()
pt.run_iri(version=2012)
iri = {}
# After the model is run, its members like Ti, ni[O+], etc. can be
# accessed
Expand Down

0 comments on commit 3a127e4

Please sign in to comment.