Ovation Prime 2010, (described in Newell et al., 2009 and Newell et al. 2010) is a model which predicts the total energy flux, total number flux, and average characteristic energy of precipitating electrons and ions in the polar regions. A Maxwellian particle energy (and velocity) distribution is assumed for the calculation of average energy. The model was based on data from the Defense Meteorology Satellite Program spacecraft, using data beginning in 1985. These spacecraft carry a particle detector (SSJ) which is sensitive to particles with characteristic energies between 30 eV and 30 keV.
Ovation Pyme is a complete translation of the IDL (a proprietary programming language, owned by ExelisVis) version released in an open source format on Sourceforge by Janet Machol, Rob Redmon and Nathan Case of NOAA National Center for Environmental Information (NCEI). Contributions and comments are very welcome.
These limitations are described in detail in Newell et al. 2013
- Model produces large spurious values in some isolated bins (salt-and-pepper noise)
- Model is most valid for low to moderate geomagnetic activity (Kp<=6)
- Model is paramaterized to use hourly solar wind data (only one unique result per hour)
- Compute estimated ionospheric height-integrated conductivity (conductance) using the technique used by Ellen Cousins et. al. (2015), which uses the Robinson emperical relationship mapping conductance to a function of total electron energy flux and average energy, using Ovation's diffuse aurora.
- Interpolation of data to arbitrary latitude and longitude grids
Use Python versions >= 2.7
- Clone or download the geospacepy-lite library
- From the geospacepy-lite directory:
python setup.py install
- Clone or download the OvationPyme repostiory
- From the OvationPyme directory:
python setup.py install
Unit tests are written for the py.test framework. If you have this installed,
you can run the tests by issuing py.test
from the command line in the 'ovationpyme'
directory.
Functional tests (which make several plots to show things are working properly)
can be run by calling the package's test_plots.py as a script.
i.e. from the command line run:
python ovationpyme/visual_test_ovation_prime.py
The current test plots are:
-
A plot of the Northern and Southern polar electron energy flux for a fixed solar coupling value for one of the seasons (summer)
-
A plot of the combined (averaged) northern and southern electron energy flux for the hemispherically appropriate summer (the data for boreal summer for the north, and for boreal winter (which is austral summer), for the south. This is traditionally how the model is run (combined hemispheres).
-
A plot of the electron energy flux for combined hemispheres for a particular time. This tests the ability of the code to automatically download solar wind data from the NASA Omniweb FTP server and calculate the Newell solar wind coupling function (see references).
-
A plot of the ionospheric hall and pedersen conductances for the Northern Hemisphere.
-
Cousins, E. D. P., T. Matsuo, and A. D. Richmond (2015), Mapping high-latitude ionospheric electrodynamics with SuperDARN and AMPERE, J. Geophys. Res. Space Physics, 120, 5854–5870, doi:10.1002/2014JA020463.
-
Machol, J. L., J. C. Green, R. J. Redmon, R. A. Viereck, and P. T. Newell (2012), Evaluation of OVATION Prime as a Forecast Model for Visible Aurorae, Space Weather, 10, S03005, doi:10.1029/2011SW000746.
-
Newell, P.T., T. Sotirelis, K. Liou, C.‐I. Meng, and F.J. Rich (2007), A nearly universal solar wind‐ magnetosphere coupling function inferred from 10 magnetospheric state variables, J. Geophys. Res., 112, A01206, doi:10.1029/2006JA012015.
-
Newell, P. T., T. Sotirelis, and S. Wing (2009), Diffuse, monoenergetic, and broadband aurora: The global precipitation budget, J. Geophys. Res., 114, A09207, doi:10.1029/2009JA014326.
-
Newell, P. T., T. Sotirelis, and S. Wing (2010), Seasonal variations in diffuse, monoenergetic, and broadband aurora, J. Geophys. Res., 115, A03216, doi:10.1029/2009JA014805.
-
Sotirelis, T. and P. T. Newell (2000), "Boundary-oriented electron precipitation model," J. Geophys. Res., 105 (A8), 18,655-18,673.