Calculate and plot maps of the model Average Magnetic field and Polar current System (AMPS)


Keywords
AMPS, Average, Magnetic, field, and, Polar, current, System, spherical, harmonics, model, associated, Legendre, polynomial, mlt, local, time, subsolar, dipole, coordinates, converting
License
MIT
Install
pip install pyamps==1.6

Documentation

Overview

Documentation Status PyPI Package latest release doi

Python interface for the Average Magnetic field and Polar current System (AMPS) model.

The AMPS model is an empirical model of the ionospheric current system and associated magnetic field. The model magnetic field and currents are continuous functions of solar wind velocity, the interplanetary magnetic field, the tilt of the Earth's dipole magnetic field with respect to the Sun, and the 10.7 cm solar radio flux index F10.7. Given these parameters, model values of the ionospheric magnetic field can be calculated anywhere in space, and, with certain assumptions, on ground. The full current system, horizontal + field-aligned, are defined everywhere in the polar regions. The model is based on magnetic field measurements from the low Earth orbiting Swarm and CHAMP satellites.

pyAMPS can be used to calculate and plot average magnetic field and current parameters on a grid. The parameters that are available for calculation/plotting are:

  • field aligned current (scalar)
  • divergence-free current function (scalar)
  • divergence-free part of horizontal current (vector)
  • curl-free part of horizontal current (vector)
  • total horizontal current (vector)
  • eastward or northward ground perturbation corresponding to equivalent current (scalars)

For questions and comments, please contact karl.laundal at ift.uib.no

Installation

Using pip:

pip install pyamps

Dependencies:

Quick Start

Field-aligned (colour) and horizontal (pins) currents

Documentation

See http://pyamps.readthedocs.io

References

Laundal, K. M., Finlay, C. C., Olsen, N. & Reistad, J. P. (2018), Solar wind and seasonal influence on ionospheric currents from Swarm and CHAMP measurements, Journal of Geophysical Research - Space Physics. doi:10.1029/2018JA025387

pyAMPS uses an updated set of model coefficients compared to the model discussed in the paper. You can use pyAMPS and the scripts in pyamps/climatology_plots/ to produce updated versions of Figures 5-7 and 9-11 from the paper

See also: Laundal, K. M., Finlay, C. C. & Olsen, N. (2016), Sunlight effects on the 3D polar current system determined from low Earth orbit measurements. Earth Planets Space. doi:10.1186/s40623-016-0518-x

Acknowledgments

The code is produced with support from ESA through the Swarm Data Innovation and Science Cluster (Swarm DISC). For more information on Swarm DISC, please visit https://earth.esa.int/web/guest/missions/esa-eo-missions/swarm/disc

Badges

docs Documentation Status
tests Requirements Status
package
PyPI Package latest release