You are on page 1of 1

Earth Topside Ionosphere Electron Density Prediction for the Advancement of Space Weather Forecasting

Shweta Dutta, Dr. Morris B. Cohen - Georgia Institute of Technology


Abstract Model Architecture/Feature Selection Results/Future Work
This research focuses specifically on
predicting the electron density in the Fig. 4 Input features to the neural
topside of the ionosphere, using data network include location
collected from the Defense (latitude, longitude, altitude, etc.),
Meteorological Satellite Program and global geomagnetic indices
(DMSP), a collection of 19 satellites that relating to different latitudes of
have been polar orbiting the Earth for the topside ionosphere. For the
Fig. 1
various lengths of times, fully covering results shown here, we used prior
1982 to the present. An artificial neural values of Kp, F10.7, and average
network with two hidden layers was developed and trained on two solar IMF. At the poles, the ionosphere
cycles worth of data, including features such as time series F10.7, time is impacted by the solar wind and
series average interplanetary magnetic field (IMF), time series Kp, solar the interplanetary magnetic field (IMF), and at mid-latitudes it is coupled to
azimuth, and location to generate an electron density prediction. Fig. 1 Fig. 5
the magnetic field. Therefore, the best combination of global indices
depicts the predicted electron densities along with the true densities requires experimentation. The IMF directly impacts the magnetosphere and • Trained on two full solar cycles worth of data, or 22 years of
measured by a DMSP satellite over a 5-hour period. These early results plasmasphere, which are coupled to the polar ionosphere. Kp and DST both data, and test the model on the next 6 years of data, all from
are promising. Future work will improve testing performance via encode information about perturbations of the Earth’s magnetic field and DMSP satellites.
modified model inputs and typical machine learning techniques. A are thus likely to provide information about the mid-latitude ionosphere. • samples taken every 150 s
forecast will then be computed by providing the nowcast model with F10.7 and sunspot number are indicators of the phase of the solar cycle. • R score of 0.7 on testing data, as depicted by the Gaussian kernel
forecasted inputs; these inputs are more easily measured and forecasted After empirically testing multiple combinations of input features, we settled density plot seen in Fig. 5.
compared to the electron density of the ionosphere. on using past values of IMF, Kp, and F10.7, which cover the polar region, • Further analysis shows that the model performs better in the
the mid-latitude region, and the solar cycle respectively. These inputs were mid-latitude regions compared to the polar regions.
Data Analysis input into the model architecture described by Fig. 4. • Will increase the amount of data the model is trained on (data
sampled every second, increasing the frequency of rare data
For this forecasting model, we opted to use a fully connected neural points, such as very high or low electron densities)
Fig. 3 • Will analyze model spatial granularity in predictions
Fig. 2 network, using location features and global geomagnetic index values, as
suggested in [2]. Forecasting problems are often best solved by
using Recurrent Neural Networks (RNNs). Specifically, Long Short Term References
Memory (LSTM) networks are used to learn both long range and short
range patterns, or contexts, that occur within a system. However, these
networks rely on perfect prior information of the quantity being predicted [1] Z Peng, C Wang, and Y. Q. Hu. "Role of IMF Bx in the solar wind-
over the entire spatial model domain. For example, if an LSTM network magnetosphere-ionosphere coupling". In: J. Geophys. Res. Space Physics
were to be used to predict the electron density at all coordinates in the 115 (2010), pp. 304-320. doi: 10.1029/2010JA015454.
topside of the ionosphere, we would need access to the prior electron [2] J Bortnik et al. "A unified approach to inner magnetospheric state
density at all of those coordinates, which we do not have, since the electron prediction". In: J. Geophys. Res. Space Physics 121 (2016), pp. 2423-2430.
The distribution of electron densities sampled along satellite paths
density at altitudes above 300 km require in-situ measurements. Instead, we doi: 10.1002/2015JA021733.
of the DMSP appears to be a normal distribution with a left tail
have spatially sparsely sampled data from the DMSP satellites, which [3] A Pignalberi, M Pezzopane, and R Rizzi. "Modeling the Lower Part of
skew (Fig. 2). Earlier satellites clipped high electron density
provide the electron density at a new location every second as the satellite the Topside Ionospheric Vertical Electron Density Profile Over the
values, while more recent satellites clipped lower electron density
orbits the Earth. Therefore, a fully connected neural network was a better European Region by Means of Swarm Satellites Data and IRI UP
data (Fig. 3). In order to improve the integrity of the model, we
model choice. Method". In: Space Weather 16 (2018), pp. 304-320. doi:
chose to limit our training and testing data electron densities to be
10.1002/2017SW001790.
between ~107 and ~1011 electrons/m3.

You might also like