Kalman Filtering of the GPS Data and NeQuick and NHPC Comparison

Size: px
Start display at page:

Download "Kalman Filtering of the GPS Data and NeQuick and NHPC Comparison"

Transcription

1 WDS'12 Proceedings of Contributed Papers, Part II, , ISBN MATFYZPRESS Kalman Filtering of the GPS Data and NeQuick and NHPC Comparison Z. Mošna, 1,2 D. Kouba, 1,2 P. Koucká Knížová 2 1 Charles University, Faculty of Mathematics and Physics, Prague, Czech Republic. 2 Institute of Atmospheric Physics, Academy of Sciences, Prague, Czech Republic. Abstract. GPS data were used to test the possibility of using Kalman filtering to remove oscillations with periods of the order of seconds to improve fast estimation of the ground positioning and estimate ionospheric variations. Input parameters of the filter were tested to optimise the filter performance for a real-time prediction of TEC (total electron concentration). Additionally, TEC derived using the NHPC software was compared with the NeQuick model. In a chosen dataset, large systematic differences were found during day time while during night the NHPC and NeQuick are in good agreement. Introduction The ionosphere is a part of Earth s atmosphere notably affecting propagation of electromagnetic waves due to a sufficient amount of plasma (typical maxima of electron concentration lay in the range of cm 3 which corresponds to plasma frequencies in the order of MHz). The bottom border can be usually found around 50 km during day time and does not occur below around 90 km during night time. The upper part is called the topside ionosphere and it meets the plasmasphere (by definition in heights where light ions of H + and He + start to dominate over heavier ions, especially O + ). The ground measurements using the ionosondes [e.g., Reinisch et al., 2005] allow us to study the structure of the lower part of the ionosphere up to the maximum of electron concentration (e.g., maximum electron concentrations and heights of present layers) and its variability [Hargreaves, 1992, Davies, 1990, Sauli et al., 2006, Cander, 2009]. Direct observation of upper part of the ionosphere is impossible using the ground ionosondes. It is because vertically transmitted signal from the ionosonde is reflected if its frequency is lower than the maximum plasma frequency. If the transmitted frequency is higher, it passes away and the information about the topside ionosphere is lost as the signal keeps propagating upward. The ionosphere is highly variable with a wide range of short-time to long-time oscillations (e.g., travelling ionospheric disturbances, daily variations, periods connected to planetary waves, 27 day and annual periods, 11 years modulation etc.). The oscillations are caused mainly due to the solar and geomagnetic activity as well as influenced by the neutral atmosphere and other effects. In present paper, we concentrate on ionospheric oscillations with periods of the order of tens seconds and longer. Total electron content (TEC) in the zenith direction is defined as T EC = zenith N e ds, where N e is an electron density and s is a vertical path [Xu, 2003]. Slant TEC is total electron content computed along a slant path with zenith angle > 0. Both parameters are connected via a so-called mapping function [e.g., Hernandez Pajares et al., 2004]. The TEC is a crucial parameter used to compute an ionosphere-induced delay of a signal between the GNSS (Global Navigation Satellite System) transmitters and ground receivers [Brunini and Azpilicueta, 2010, Komjathy, 1997, among others]. The Galileo project is primarily aimed to a positioning similarly to other GNSS systems (GPS, Glonass etc.), however it may bring additional and more precise information about the state of the ionosphere. Usually, two frequencies are normally used to reduce the ionospheric error [Xu, 2003]. A broad band E5 signal is publicly accessible Galileo code and will serve as as an improved positioning system even using one frequency ( snap/publications/nagaraj&dempster2009b.pdf). 210

2 Besides the positioning, a ionospheric measurement may be carried on with a stationary receiver as the time-of-flight of the signal is related strongly to the TEC. This paper consists of two parts. In the first part, we tested signals from the GPS satellites to optimise a Kalman filter for a simple real-time prediction and smoothing of single satellite receiver derived TEC. This is an introductory step to use the Kalman filtering which will be followed by more ambitious goals (e.g., 2D mapping using large set of satellites and receivers). In the second part we compared the NeQuick 2 model [Leitinger et al., 2005, Nava et al., 2008] with ionosonde derived TEC using NHPC software [Huang and Reinisch, 1996]. Both NeQuick and NHPC are advanced and widely used tools for the electron profile estimation. Data TEC data for the Kalman filter come from Bogota GPS observatory (4.6 N, 74 W) and WTZR (Wettzell, Germany, 49 N, 12.5 E), Oct 2003 which are days with varying and moderately disturbed geomagnetic activity (1+ Kp 6, Dst min = 55 nt). Time resolution of the data is one second. TEC values were computed using dual frequency approach [Xu, 2003]. Ionograms with 15 min time resolution were measured at the Pruhonice observatory (50 N, 14.5 E) in geomagnetically quiet days (Kp 2) of Nov 5 6, They were manually processed and the TEC was computed using the NHPC algorithm. NHPC TEC values were compared to the NeQuick model with height ranges 0 1,000 km and 0 20,000 km. Kalman filtering Kalman filter is an algorithm producing estimates of unknown variables and since its development it has been used in a wide number of applications (e.g., navigation, engineering, etc.). Here, we only give a short introduction and refer the reader to the original paper of Kalman [1960] which is rather complex, or to some of introductory papers explaining basic ideas of this tool (e.g., 08.pdf or short but very illustrative papers of Simon [2001] or Maybeck [1979]). Kalman filter usage for purposes of GPS derived TEC estimation or data assimilation is described in e.g. Carrano et al. [2009], Hajj et al. [2004], among others. During the filter process, the estimates (predictions) are computed from indirect, inaccurate and uncertain measurement using recursive steps. Kalman filter is an optimal estimator which means that it minimises the mean error of the estimated parameters. In case of a linear system, the process may be described using the state equation as and the output (measurement) is x k+1 = Ax k + Bu k + w k (1) y k = Cx k + z k, (2) where A,B and C are matrices, k is the time index, x is the state of the system, u is the known input to the system, y is the output and w and z are process and measurement noise, respectively. It is necessary to point that the state of the system x cannot be measured directly due to the noise w and z; we only know the measurement value y k and both x and y are by some extent corrupted by noise [Simon, 2001]. Two criteria should be valid to find the best estimation of ˆx. First, the average value of the estimation is equal to the average value of the process (E ˆx = E x ). Second, we need as small error variance as possible (minimum E( ˆx x 2 )). Using Kalman filtering, we use the assumption that both process noise w and measurement noise z have normal distribution N(0, Q) and N(0, R), respectively, and that there is no correlation between w and z (they are independent). The estimation ˆx k+1 is computed as (Aˆx k +Bu k ) plus the correction term K k (y k+1 C ˆx k ). ˆx k+1 = (Aˆx k + Bu k ) + K k (y k+1 C ˆx k ) (3) 211

3 The Kalman gain ( gain of the correction ) K k is computed as K k = AP k C T (CP k C T + S z ) 1 (a 1 and T superscripts mean matrix inversion and matrix transposition, respectively), where P matrix is called the estimation error covariance. In words, if the measurement noise S z is large, then K k will be small and thus the correction will be small (i.e., we won t give much credibility to the measurement y when computing next ˆx) and vice versa, small measurement noise S z means that the measurement is significant for estimation of next ˆx. Eq. 3 shows an important feature of the Kalman filter. It uses only one previous measurement/estimation to compute next step; thus we avoid using large matrix. This advantage is important especially for the GNSS receivers usage. Electron concentration profile and TEC The NeQuick model estimates slant or vertical TEC on the defined path (e.g. between the satellite and the ground receiver) and it is planned to be used as a real-time model in the Galileo project included in the receivers as a more advanced model to reduce an ionospheric error than a simple parabolic Klobuchar model used in GPS [Klobuchar, 1987]. The TEC estimation will be computed using following parameters: day of year, daytime, path of the signal (position of the satellite and the receiver) and monthly or daily index of solar activity by means of solar flux F10.7 (radio emission with the wavelength 10.7 cm), or SSN (sunspot number) which are supposed to be fully dependent in the model [Leitinger et al., 2005]. The profile of electron concentration is computed in a selected range of heights. The model is divided into two regions: the bottomside and the topside, described by means of semi-epstein layers [Radicella and Leitinger, 2001]. The parameters of the Epstein layers are computed on the basis of the ionosonde parameters. An advantage of NeQuick is its ability to easily accommodate measured values for these parameters [Bidaine and Warnant, 2010]. Topside sounding data were incorporated into a topside electron profile model [Coisson et al., 2006]. The NHPC is a software implemented in the UMLCAR ionosondes and digisondes [Reinisch et al., 2005]. It computes vertical electron concentration between the ground station and height adjusted by the setting of the ionosonde (1,000 km in our case). Electron density profile below the maximum of electron concentration is computed directly using detected reflections of the signal. Upper part between the maximum of electron concentration and upper boundary of the profile is modelled using Chebychev polynomials [e.g., Scotto, C., 2009]. Electron content above this range is neglected. In the section NeQuick/NHPC Comparison we discuss plasmaspheric contribution above this limit to TEC. Results and Discussion Kalman filtering The parameters Q (connected to the process noise) and R (measuring noise) were tested independently for both stations. The Q value was estimated according to the variance of short parts of the signal. Both values were than modified so that the filter removed short-time oscillations and that the phase delay was sufficiently low. Surprisingly, the Kalman filter had relatively low sensitivity to the change of Q and R. Fig. 1 demonstrates difference between various settings of filter parameters Q and R for the WTZR station. Choice of what we want to remove from the signal and what we do not want to remove is relatively arbitrary. However, we suppose that rapid oscillations (usually seen as small amplitude oscillations) are connected with the measurement noise while those with periods of the order of minutes and longer are of ionospheric origin and thus of a high importance for us. Our intention is thus to remove oscillations of the order of seconds but not eliminate those of the order of minutes and higher. Solid line represent a setting with Q=0.1, R=0.01 which corresponds to a low estimation of measurement error. This does not result in a demanded filtering process as the output practically follows the measurement (black dots) 212

4 WTZR 52 Data Q 0.1 R 1 Q 0.1 R 0.1 TEC (TECU) Time (s) Figure 1. Station Wetzer, Germany. Filter optimised to remove micro oscillations (measurement noise) while the periods due to ionospheric variabilities remain significant. Dashed line shows optimal setting of the filter with Q=0.1, R=1. Solid line represents improper filtering with too low estimation of measurement error. NeQuick and NHPC derived TEC values 15 NeQuick h<20000 NeQuick h<1000 NHPC TEC (TECU) Time (UT) Figure 2. Comparison of NeQuick derived TEC (dashed thin line denotes TEC between 0 and 1,000 km, solid thick line shows TEC between 0 and 20,000 km) and NHPC output (dotted line, 0 to 1,000 km) for a day of low geomagnetic activity (Kp 2). Contribution of electron content between 1,000 km and 20,000 km is only a small part of total NeQuick estimation. and the micro oscillations remain unfiltered. Dashed line is computed for Q=0.1, R=1 and we suggest that this setting is in good agreement with our goal to remove fast oscillation and not change longer periods. Small phase shift of about 1 2 s is present, however it is relatively good result in the real-time prediction process. Parameters for the Bogota station were set to Q=0.1, R=0.2 with similarly well removed fast oscillations. NHPC/NeQuick comparison Comparison of NeQuick and NHPC from 5 Nov 2010 is demonstrated in Fig. 2 (both days show very similar results). NHPC outputs are computed for range between ground and 213

5 1,000 km. NeQuick results are for range between ground and 1,000 km and between ground and 20,000 km which is an approximate height of the GPS satellites. All TEC results reflect typical ionospheric behaviour: rapid increase of TEC after sunrise (creation of the E-layer and increase in electron concentration in the F-layer) with a peak around noon and evening decrease with night low values. NHPC digisonde output follows this pattern, however the results are much more irregular, especially during time close to noon. It may be a possible result of wave activity (corresponding to gravity wave domain, e.g., Sauli et al. [2006], Hocke and Schlegel [1996]). Another source of these irregularities may be in the model used for the TEC computation. TEC estimation as an integral value of whole electron density profile is strongly dependent on the quality of the ionograms. Ionogram interpretation is relatively complicated task and changes in critical frequency estimation, thickness of ionospheric layers, topside ionosphere behavior etc. play an important role in the profile of electron concentration [Sauli et al., 2007] which is an input for the TEC estimation. Differences between the NHPC and NeQuick (up to 1,000 km) vary with time. During night, the NHPC shows relatively lower values by approximately 10%. During daytime (between sunrise and sunset) the differences reach values between 20 50% (NHPC lower than NeQuick) most of the time. Exceptionally, we observe close results of both tools (07:00, 08:30, 15:00 UT). Contribution of the plasmaspheric electron content (PEC) above 1,000 km to TEC according to the NeQuick accounts for about 10% during whole day. Lunt et al. [1999] used the SUPIM model to estimate plasmasphere electron content for the GPS purposes. Their results show generally substantial contribution of the plasmasphere to TEC. According to the time and phase of the solar cycle the estimations were ( 10%) with a maximum value of about 50% during night time and solar minimum in the European sector. Balan [2002] derived relative contribution of PEC to TEC with a result of 20 30% during night time and 10% around noon time (with more less constant absolute PEC during whole day). Conclusion We tested the possibility of using of the Kalman filtering in real-time prediction of the TEC using data from two GPS stations. The process (ionospheric variations) noise was described by equal parameters Q, while the parameter R describing the measurement noise was chosen different for both stations. This result may be interpreted so that the fast ionospheric processes are independent on the station location, however the instrument errors (due to the receivers, antenna settings etc.) are different. Additional information is that the filtering has relatively low sensitivity to both Q and R. Comparison of the NeQuick and NHPC TEC estimations shows systematic relative and absolute differences during daytime. Differences during night are very small in absolute values and both tools are in a good agreement. We propose that digisonde measurement with 15 minutes sampling could bring important information that could improve the real time TEC estimation, especially during daytime and during increased geomagnetic activity. Bottom part of the ionosphere below the maximum of electron concentration contains important content of electrons which can be estimated with a good precision. The ionosonde measurement can be useful supplement to the TEC models because the bottom part of the profile is this way computed with a good knowledge of the actual situation. In future work we will extend usage of the Kalman filter for a data from stations close to the Pruhonice ionosonde to improve knowledge of GPS derived TEC distribution and its relation to the ionosonde results. Further, we suggest that more detailed comparison of the NeQuick, NHPC and other models (IRI, POLAN) with a special attention to a distinguishing between bottom and topside part of the profile contributions will be helpful to detect weak and strong points of the models. Acknowledgments. This work was supported by the Grant P209/12/2440 and the project SX 5 ( 214

6 References Balan, N., Otsuka, Y., Tsugawa, T., Miyazaki, S., Ogawa, T., Shiokawa, K., Plasmaspheric electron content in the GPS ray paths over Japan under magnetically quiet conditions at high solar activity, Earth Planets Space, 54, pp 7179, Bidaine, B., Warnant, R., Ionosphere modelling for Galileo single frequency users: Illustration of the combination of the NeQuick model and GNSS data ingestion. Advances in Space Research, 47, pp , Brunini, C., Azpilicueta, F., GPS slant total electron content accuracy using the single layer model under different geomagnetic regions and ionospheric conditions. Journal of Geodesy, 84, 5, Cander, L.R. Ionospheric Ground-based Measurement Networks. Earth, Moon and Planets 100, 37 40, Carrano, C. S., Anghel, A., Quinn, R.A., Groves, K.M, Kalman filter estimation of plasmaspheric total electron content using GPS, Radio Science, 44,2009. Coisson, P., Radicella, S.M., Leitinger, R., Nava, B., Topside electron density in IRI and NeQuick: features and limitation. Advances of Space Research 37, , Davies, K., Ionospheric Radio Peter Peregrinus Ltd., London, Hajj, G. A., Wilson,, B.D., Wang, C, Pi, X., Rosen, I. G., Data assimilation of ground GPS total electron content into a physics-based ionospheric model by use of the Kalman filter, Radio Science, 39, Hargreaves, J.K., The Solar-terrestrial environment. Cambridge University Press, Hernandez Pajares, M., Juan, J.M., Sanz, J., Orus, R., Garcia Fernandez, M. GPS Ionospheric Monitoring, Presentation at the Colloquium on Atmospheric Remote Sensing using Global Positioning System, 20 June 2 July, Boulder, CO, Hocke, K., Schlegel, K., A review of atmospheric gravity waves and travelling ionospheric disturbances: , Annales Geophysicae, 14, Huang, X. and Reinisch, B. W., Vertical electron density profiles from the digisonde network. Advances in Space Research, 18(6), , Kalman, R.E., A New Approach to Linear Filtering and Prediction Problems. Transactions of the ASME Journal of Basic Engineering, pp , Klobuchar, J.A., Ionospheric Time-Delay Algorithm for Single-Frequency GPS Users, IEEE Transactions on Aerospace and Electronic Systems, Vol. AES-23, No. 3, pp , Komjathy, A., Global Ionospheric Total Electron Content Mapping Using the Global Positioning System. Ph.D. dissertation, Department of Geodesy and Geomatics Engineering Technical Report No. 188, University of New Brunswick, Fredericton, New Brunswick, Canada, 248 pp, Leitinger, R., Zhang M.L., Radicella, S.M., An improved bottomside for the ionospheric electron density model NeQuick, Annals of Geophysics, 48, 3, Lunt, N., Kersley, L., Bailey, G.J., The influence of the protonosphere on GPS observations: Model simulations, Radio Science, 34, 3, Maybeck, P.S., Stochastic models, estimation and control, Vol.1, Chapter 1, Academic Press, Nava, B., Coisson, P, Radicella, S.M., A new version of the NeQuick ionosphere electron density model. Journal of Atmospheric and Solar Terrestrial Physics, 70, Radicella, S.M., Leitinger, R., The evolution of the DGR approach to model electron density profiles. Advances of Space Research, 27, pp 35 40, Reinisch, B.W., Huang X., Galkin I.A., Paznukhov V. and Kozlov A., Recent advances in real-time analysis of ionograms and ionosond drift measurements with digisondes. Journal of Atmospheric and Sollar Terr. Physics, 67, , 2005 Sauli P., Abry P., Altadill D., Boska J., Detection of the wave-like structures in the F-region electron density: Two station measurements. Studia Geophysica et Geodaetica, 50(1) , Sauli, P., Mosna, Z., Boska, J., Kouba, D., Lastovicka, J., Altadill, D., Comparison of True-Height Electron Density Profiles Derived by Polan and NHPC Methods. Studia Geophysica et Geodaetica, 51, , Scotto, C., Electron Density profile calculation technique for Autoscala ionogram analysis, Advances in Space Research, 44, , Simon, D., Kalman Filtering. Embedded Systems Programming, June, Xu, G., GPS. Theory, Algorithms and Applications. Springer,

NeQuick model Overview. Y. Migoya Orue, S. M. Radicella, B. Nava, K. Alazo Cuartas and A. Kashcheyev (T/ICT4D) ICTP

NeQuick model Overview. Y. Migoya Orue, S. M. Radicella, B. Nava, K. Alazo Cuartas and A. Kashcheyev (T/ICT4D) ICTP NeQuick model Overview Y. Migoya Orue, S. M. Radicella, B. Nava, K. Alazo Cuartas and A. Kashcheyev (T/ICT4D) ICTP United Nations/Argentina Workshop on the Applications of Global Navigation Satellite Systems,

More information

The NeQuick model genesis, uses and evolution

The NeQuick model genesis, uses and evolution Vol52,3,2009 20-09-2009 19:06 Pagina 417 ANNALS OF GEOPHYSICS, VOL. 52, N. 3/4, June/August 2009 The NeQuick model genesis, uses and evolution Sandro M. Radicella ARPL, The Abdus Salam ICTP, Trieste, Italy

More information

First assimilations of COSMIC radio occultation data into the Electron Density Assimilative Model (EDAM)

First assimilations of COSMIC radio occultation data into the Electron Density Assimilative Model (EDAM) Ann. Geophys., 26, 353 359, 2008 European Geosciences Union 2008 Annales Geophysicae First assimilations of COSMIC radio occultation data into the Electron Density Assimilative Model (EDAM) M. J. Angling

More information

NAVIGATION SYSTEMS PANEL (NSP) NSP Working Group meetings. Impact of ionospheric effects on SBAS L1 operations. Montreal, Canada, October, 2006

NAVIGATION SYSTEMS PANEL (NSP) NSP Working Group meetings. Impact of ionospheric effects on SBAS L1 operations. Montreal, Canada, October, 2006 NAVIGATION SYSTEMS PANEL (NSP) NSP Working Group meetings Agenda Item 2b: Impact of ionospheric effects on SBAS L1 operations Montreal, Canada, October, 26 WORKING PAPER CHARACTERISATION OF IONOSPHERE

More information

Ionogram inversion F1-layer treatment effect in raytracing

Ionogram inversion F1-layer treatment effect in raytracing ANNALS OF GEOPHYSICS, VOL. 48, N. 3, June 2005 Ionogram inversion F1-layer treatment effect in raytracing Gloria Miró Amarante ( 1 ), Man-Lian Zhang ( 2 ) and Sandro M. Radicella ( 1 ) ( 1 ) The Abdus

More information

Estimation Method of Ionospheric TEC Distribution using Single Frequency Measurements of GPS Signals

Estimation Method of Ionospheric TEC Distribution using Single Frequency Measurements of GPS Signals Estimation Method of Ionospheric TEC Distribution using Single Frequency Measurements of GPS Signals Win Zaw Hein #, Yoshitaka Goto #, Yoshiya Kasahara # # Division of Electrical Engineering and Computer

More information

Preparation of a Database for the Study of Scaling Phenomena in the Ionosphere

Preparation of a Database for the Study of Scaling Phenomena in the Ionosphere WDS'07 Proceedings of Contributed Papers, Part II, 86 92, 2007. ISBN 978-80-7378-024-1 MATFYZPRESS Preparation of a Database for the Study of Scaling Phenomena in the Ionosphere Z. Mošna 1,2, P. Šauli1,

More information

EFFECTS OF IONOSPHERIC SMALL-SCALE STRUCTURES ON GNSS

EFFECTS OF IONOSPHERIC SMALL-SCALE STRUCTURES ON GNSS EFFECTS OF IONOSPHERIC SMALL-SCALE STRUCTURES ON GNSS G. Wautelet, S. Lejeune, R. Warnant Royal Meteorological Institute of Belgium, Avenue Circulaire 3 B-8 Brussels (Belgium) e-mail: gilles.wautelet@oma.be

More information

The NeQuick ionosphere electron density model: GNSS applications

The NeQuick ionosphere electron density model: GNSS applications Navigation solutions powered by Europe The NeQuick ionosphere electron density model: GNSS applications B. Nava (1), S.M. Radicella (1), R. Orus (2) (1) ICTP - Trieste, Italy (2) ESTEC/TEC-EEP; ESA - Noordwijk,

More information

Angle of Arrival and Skymap Measurements of Ionospheric Targets: LabVIEW Implementation

Angle of Arrival and Skymap Measurements of Ionospheric Targets: LabVIEW Implementation Angle of Arrival and Skymap Measurements of Ionospheric Targets: LabVIEW Implementation Tushar S. Jankar 1, M. Suresh Kumar 2, Ajay Khandare 3, Dr. M. S. Panse 4 1,4 Veermata Jijabai Technological Institute,

More information

The low latitude ionospheric effects of the April 2000 magnetic storm near the longitude 120 E

The low latitude ionospheric effects of the April 2000 magnetic storm near the longitude 120 E Earth Planets Space, 56, 67 612, 24 The low latitude ionospheric effects of the April 2 magnetic storm near the longitude 12 E Libo Liu 1, Weixing Wan 1,C.C.Lee 2, Baiqi Ning 1, and J. Y. Liu 2 1 Institute

More information

An error analysis on nature and radar system noises in deriving the phase and group velocities of vertical propagation waves

An error analysis on nature and radar system noises in deriving the phase and group velocities of vertical propagation waves Earth Planets Space, 65, 911 916, 2013 An error analysis on nature and radar system noises in deriving the phase and group velocities of vertical propagation waves C. C. Hsiao 1,J.Y.Liu 1,2,3, and Y. H.

More information

Plasma effects on transionospheric propagation of radio waves II

Plasma effects on transionospheric propagation of radio waves II Plasma effects on transionospheric propagation of radio waves II R. Leitinger General remarks Reminder on (transionospheric) wave propagation Reminder of propagation effects GPS as a data source Some electron

More information

Ionospheric Range Error Correction Models

Ionospheric Range Error Correction Models www.dlr.de Folie 1 >Ionospheric Range Error Correction Models> N. Jakowski and M.M. Hoque 27/06/2012 Ionospheric Range Error Correction Models N. Jakowski and M.M. Hoque Institute of Communications and

More information

An analysis of the scale height at the F 2 -layer peak over three middle-latitude stations in the European sector

An analysis of the scale height at the F 2 -layer peak over three middle-latitude stations in the European sector Earth Planets Space, 64, 493 503, 2012 An analysis of the scale height at the F 2 -layer peak over three middle-latitude stations in the European sector M. Mosert 1, D. Buresova 2, S. Magdaleno 3, B. de

More information

Activities of the JPL Ionosphere Group

Activities of the JPL Ionosphere Group Activities of the JPL Ionosphere Group On-going GIM wor Submit rapid and final GIM TEC maps for IGS combined ionosphere products FAA WAAS & SBAS analysis Error bounds for Brazilian sector, increasing availability

More information

APPLICATION OF DIGITAL FILTERS TO CHECK QUALITY OF THE AUTOMATICALLY SCALED IONOGRAMS

APPLICATION OF DIGITAL FILTERS TO CHECK QUALITY OF THE AUTOMATICALLY SCALED IONOGRAMS Journal of ELECRICAL ENGINEERING, VOL. 66, NO. 3, 2015, 164 168 COMMUNICAIONS APPLICAION OF DIGIAL FILERS O CHECK QUALIY OF HE AUOMAICALLY SCALED IONOGRAMS Luboš Rejfek Zbyšek Mošna Daniel Kouba Josef

More information

Study of small scale plasma irregularities. Đorđe Stevanović

Study of small scale plasma irregularities. Đorđe Stevanović Study of small scale plasma irregularities in the ionosphere Đorđe Stevanović Overview 1. Global Navigation Satellite Systems 2. Space weather 3. Ionosphere and its effects 4. Case study a. Instruments

More information

The Effect of Geomagnetic Storm in the Ionosphere using N-h Profiles.

The Effect of Geomagnetic Storm in the Ionosphere using N-h Profiles. The Effect of Geomagnetic Storm in the Ionosphere using N-h Profiles. J.C. Morka * ; D.N. Nwachuku; and D.A. Ogwu. Physics Department, College of Education, Agbor, Nigeria E-mail: johnmorka84@gmail.com

More information

Earthquake Analysis over the Equatorial

Earthquake Analysis over the Equatorial Earthquake Analysis over the Equatorial Region by Using the Critical Frequency Data and Geomagnetic Index Earthquake Analysis over the Equatorial Region by Using the Critical Frequency Data and Geomagnetic

More information

Introduction To The Ionosphere

Introduction To The Ionosphere Introduction To The Ionosphere John Bosco Habarulema Radar School 12 13 September 2015, SANSA, What is a radar? This being a radar school... RAdio Detection And Ranging To determine the range, R, R=Ct/2,

More information

A study of the ionospheric effect on GBAS (Ground-Based Augmentation System) using the nation-wide GPS network data in Japan

A study of the ionospheric effect on GBAS (Ground-Based Augmentation System) using the nation-wide GPS network data in Japan A study of the ionospheric effect on GBAS (Ground-Based Augmentation System) using the nation-wide GPS network data in Japan Takayuki Yoshihara, Electronic Navigation Research Institute (ENRI) Naoki Fujii,

More information

Pilot network for identification of travelling ionospheric disturbances

Pilot network for identification of travelling ionospheric disturbances Pilot network for identification of travelling ionospheric disturbances Anna Belehaki1, Bodo Reinisch2, Ivan Galkin3, David Altadill4, Dalia Buresova5, Matthew Francis6, Jens Mielich7, Vadym Paznukhov8,

More information

Ionospheric sounding at the RMI Geophysical Centre in Dourbes: digital ionosonde performance and ionospheric monitoring service applications

Ionospheric sounding at the RMI Geophysical Centre in Dourbes: digital ionosonde performance and ionospheric monitoring service applications Solar Terrestrial Centre of Excellence Ionospheric sounding at the RMI Geophysical Centre in Dourbes: digital ionosonde performance and ionospheric monitoring service applications S. Stankov, T. Verhulst,

More information

Satellite Navigation Science and Technology for Africa. 23 March - 9 April, The African Ionosphere

Satellite Navigation Science and Technology for Africa. 23 March - 9 April, The African Ionosphere 2025-28 Satellite Navigation Science and Technology for Africa 23 March - 9 April, 2009 The African Ionosphere Radicella Sandro Maria Abdus Salam Intern. Centre For Theoretical Physics Aeronomy and Radiopropagation

More information

Combining ionosonde with ground GPS data for electron density estimation

Combining ionosonde with ground GPS data for electron density estimation Journal of Atmospheric and Solar-Terrestrial Physics 65 (23) 683 691 www.elsevier.com/locate/jastp Combining ionosonde with ground GPS data for electron density estimation M. Garca-Fernandez a;, M. Hernandez-Pajares

More information

Generation of Klobuchar Coefficients for Ionospheric Error Simulation

Generation of Klobuchar Coefficients for Ionospheric Error Simulation Research Paper J. Astron. Space Sci. 27(2), 11722 () DOI:.14/JASS..27.2.117 Generation of Klobuchar Coefficients for Ionospheric Error Simulation Chang-Moon Lee 1, Kwan-Dong Park 1, Jihyun Ha 2, and Sanguk

More information

Effects of magnetic storms on GPS signals

Effects of magnetic storms on GPS signals Effects of magnetic storms on GPS signals Andreja Sušnik Supervisor: doc.dr. Biagio Forte Outline 1. Background - GPS system - Ionosphere 2. Ionospheric Scintillations 3. Experimental data 4. Conclusions

More information

Study of the Ionosphere Irregularities Caused by Space Weather Activity on the Base of GNSS Measurements

Study of the Ionosphere Irregularities Caused by Space Weather Activity on the Base of GNSS Measurements Study of the Ionosphere Irregularities Caused by Space Weather Activity on the Base of GNSS Measurements Iu. Cherniak 1, I. Zakharenkova 1,2, A. Krankowski 1 1 Space Radio Research Center,, University

More information

Radio Science. Real-time ionospheric N(h) profile updating over Europe using IRI-2000 model

Radio Science. Real-time ionospheric N(h) profile updating over Europe using IRI-2000 model Advances in Radio Science (2004) 2: 299 303 Copernicus GmbH 2004 Advances in Radio Science Real-time ionospheric N(h) profile updating over Europe using IRI-2000 model D. Buresova 1, Lj. R. Cander 2, A.

More information

TEC and Scintillation Study of Equatorial Ionosphere: A Month Campaign over Sipitang and Parit Raja Stations, Malaysia

TEC and Scintillation Study of Equatorial Ionosphere: A Month Campaign over Sipitang and Parit Raja Stations, Malaysia American J. of Engineering and Applied Sciences (1): 44-49, 009 ISSN 1941-700 009 Science Publications TEC and Scintillation Study of Equatorial Ionosphere: A Month Campaign over Sipitang and Parit Raja

More information

ROTI Maps: a new IGS s ionospheric product characterizing the ionospheric irregularities occurrence

ROTI Maps: a new IGS s ionospheric product characterizing the ionospheric irregularities occurrence 3-7 July 2017 ROTI Maps: a new IGS s ionospheric product characterizing the ionospheric irregularities occurrence Iurii Cherniak Andrzej Krankowski Irina Zakharenkova Space Radio-Diagnostic Research Center,

More information

An Assessment of Mapping Functions for VTEC Estimation using Measurements of Low Latitude Dual Frequency GPS Receiver

An Assessment of Mapping Functions for VTEC Estimation using Measurements of Low Latitude Dual Frequency GPS Receiver An Assessment of Mapping Functions for VTEC Estimation using Measurements of Low Latitude Dual Frequency GPS Receiver Mrs. K. Durga Rao 1 Asst. Prof. Dr. L.B.College of Engg. for Women, Visakhapatnam,

More information

SPACE WEATHER SIGNATURES ON VLF RADIO WAVES RECORDED IN BELGRADE

SPACE WEATHER SIGNATURES ON VLF RADIO WAVES RECORDED IN BELGRADE Publ. Astron. Obs. Belgrade No. 80 (2006), 191-195 Contributed paper SPACE WEATHER SIGNATURES ON VLF RADIO WAVES RECORDED IN BELGRADE DESANKA ŠULIĆ1, VLADIMIR ČADEŽ2, DAVORKA GRUBOR 3 and VIDA ŽIGMAN4

More information

Observations of wave activity in the ionosphere over South Africa in geomagnetically quiet and disturbed periods

Observations of wave activity in the ionosphere over South Africa in geomagnetically quiet and disturbed periods Available online at www.sciencedirect.com Advances in Space Research 50 (2012) 182 195 www.elsevier.com/locate/asr Observations of wave activity in the ionosphere over South Africa in geomagnetically quiet

More information

Developing systems for ionospheric data assimilation

Developing systems for ionospheric data assimilation Developing systems for ionospheric data assimilation Making a quantitative comparison between observations and models A.C. Bushell, 5 th European Space Weather Week, Brussels, 20 th November 2008 Collaborators

More information

TOWARD A SIRGAS SERVICE FOR MAPPING THE IONOSPHERE S S F2 PEACK PARAMETERS

TOWARD A SIRGAS SERVICE FOR MAPPING THE IONOSPHERE S S F2 PEACK PARAMETERS TOWARD A SIRGAS SERVICE FOR MAPPING THE IONOSPHERE S S F2 PEACK PARAMETERS C Brunini, F Azpilicueta, M Gende Geodesia Espacial y Aeronomía Facultad de Ciencias Astronómicas y Geofísicas Universidad Nacional

More information

Detecting Ionospheric TEC Perturbations Generated by Natural Hazards Using a Real-Time Network of GPS Receivers

Detecting Ionospheric TEC Perturbations Generated by Natural Hazards Using a Real-Time Network of GPS Receivers Detecting Ionospheric TEC Perturbations Generated by Natural Hazards Using a Real-Time Network of GPS Receivers Attila Komjathy, Yu-Ming Yang, and Anthony J. Mannucci Jet Propulsion Laboratory California

More information

Significant of Earth s Magnetic Field and Ionospheric Horizontal Gradient to GPS Signals

Significant of Earth s Magnetic Field and Ionospheric Horizontal Gradient to GPS Signals Proceeding of the 2013 IEEE International Conference on Space Science and Communication (IconSpace), 1-3 July 2013, Melaka, Malaysia Significant of Earth s Magnetic Field and Ionospheric Horizontal Gradient

More information

RELATIONS BETWEEN THE EQUATORIAL VERTICAL DRIFTS, ELECTROJET, GPS-TEC AND SCINTILLATION DURING THE SOLAR MINIMUM

RELATIONS BETWEEN THE EQUATORIAL VERTICAL DRIFTS, ELECTROJET, GPS-TEC AND SCINTILLATION DURING THE SOLAR MINIMUM RELATIONS BETWEEN THE EQUATORIAL VERTICAL DRIFTS, ELECTROJET, GPS-TEC AND SCINTILLATION DURING THE 2008-09 SOLAR MINIMUM Sovit Khadka 1, 2, Cesar Valladares 2, Rezy Pradipta 2, Edgardo Pacheco 3, and Percy

More information

THE MONITORING OF THE IONOSPHERIC ACTIVITY USING GPS MEASUREMENTS

THE MONITORING OF THE IONOSPHERIC ACTIVITY USING GPS MEASUREMENTS THE MONITORING OF THE IONOSPHERIC ACTIVITY USING GPS MEASUREMENTS R. Warnant*, S. Stankov**, J.-C. Jodogne** and H. Nebdi** *Royal Observatory of Belgium **Royal Meteorological Institute of Belgium Avenue

More information

Data ingestion into NeQuick 2

Data ingestion into NeQuick 2 RADIO SCIENCE, VOL. 46,, doi:10.1029/2010rs004635, 2011 Data ingestion into NeQuick 2 B. Nava, 1 S. M. Radicella, 1 and F. Azpilicueta 2,3 Received 31 December 2010; revised 2 June 2011; accepted 9 June

More information

What is Space Weather? THE ACTIVE SUN

What is Space Weather? THE ACTIVE SUN Aardvark Roost AOC Space Weather in Southern Africa Hannes Coetzee 1 What is Space Weather? THE ACTIVE SUN 2 The Violant Sun 3 What is Space Weather? Solar eruptive events (solar flares, coronal Mass Space

More information

Space Weather influence on satellite based navigation and precise positioning

Space Weather influence on satellite based navigation and precise positioning Space Weather influence on satellite based navigation and precise positioning R. Warnant, S. Lejeune, M. Bavier Royal Observatory of Belgium Avenue Circulaire, 3 B-1180 Brussels (Belgium) What this talk

More information

[EN-107] Impact of the low latitude ionosphere disturbances on GNSS studied with a three-dimensional ionosphere model

[EN-107] Impact of the low latitude ionosphere disturbances on GNSS studied with a three-dimensional ionosphere model ENRI Int. Workshop on ATM/CNS. Tokyo, Japan (EIWAC21) [EN-17] Impact of the low latitude ionosphere disturbances on GNSS studied with a three-dimensional ionosphere model + S. Saito N. FUjii Communication

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

ESTIMATION OF IONOSPHERIC DELAY FOR SINGLE AND DUAL FREQUENCY GPS RECEIVERS: A COMPARISON

ESTIMATION OF IONOSPHERIC DELAY FOR SINGLE AND DUAL FREQUENCY GPS RECEIVERS: A COMPARISON ESTMATON OF ONOSPHERC DELAY FOR SNGLE AND DUAL FREQUENCY GPS RECEVERS: A COMPARSON K. Durga Rao, Dr. V B S Srilatha ndira Dutt Dept. of ECE, GTAM UNVERSTY Abstract: Global Positioning System is the emerging

More information

Assimilation Ionosphere Model

Assimilation Ionosphere Model Assimilation Ionosphere Model Robert W. Schunk Space Environment Corporation 399 North Main, Suite 325 Logan, UT 84321 phone: (435) 752-6567 fax: (435) 752-6687 email: schunk@spacenv.com Award #: N00014-98-C-0085

More information

A method for automatic scaling of F1 critical frequencies from ionograms

A method for automatic scaling of F1 critical frequencies from ionograms RADIO SCIENCE, VOL. 43,, doi:10.1029/2007rs003723, 2008 A method for automatic scaling of F1 critical frequencies from ionograms Michael Pezzopane 1 and Carlo Scotto 1 Received 4 July 2007; revised 3 October

More information

Height-dependent sunrise and sunset: Effects and implications of the varying times of occurrence for local ionospheric processes and modelling

Height-dependent sunrise and sunset: Effects and implications of the varying times of occurrence for local ionospheric processes and modelling Available online at www.sciencedirect.com ScienceDirect Advances in Space Research 60 (2017) 1797 1806 www.elsevier.com/locate/asr Height-dependent sunrise and sunset: Effects and implications of the varying

More information

imaging of the ionosphere and its applications to radio propagation Fundamentals of tomographic Ionospheric Tomography I: Ionospheric Tomography I:

imaging of the ionosphere and its applications to radio propagation Fundamentals of tomographic Ionospheric Tomography I: Ionospheric Tomography I: Ionospheric Tomography I: Ionospheric Tomography I: Fundamentals of tomographic imaging of the ionosphere and its applications to radio propagation Summary Introduction to tomography Introduction to tomography

More information

APPLICATION OF SMALL SATELLITES FOR HIGH PRECISION MEASURING EFFECTS OF RADIO WAVE PROPAGATION

APPLICATION OF SMALL SATELLITES FOR HIGH PRECISION MEASURING EFFECTS OF RADIO WAVE PROPAGATION APPLICATION OF SMALL SATELLITES FOR HIGH PRECISION MEASURING EFFECTS OF RADIO WAVE PROPAGATION K. Igarashi 1, N.A. Armand 2, A.G. Pavelyev 2, Ch. Reigber 3, J. Wickert 3, K. Hocke 1, G. Beyerle 3, S.S.

More information

Ionospheric Effects on Aviation

Ionospheric Effects on Aviation Ionospheric Effects on Aviation Recent experience in the observation and research of ionospheric irregularities, gradient anomalies, depletion walls, etc. in USA and Europe Stan Stankov, René Warnant,

More information

Local ionospheric activity - nowcast and forecast services

Local ionospheric activity - nowcast and forecast services Solar Terrestrial Centre of Excellence Ionospheric research and development activities at the Royal of Belgium Local ionospheric activity - nowcast and forecast services S. Stankov, R. Warnant, K. Stegen,

More information

The European Server for Ionospheric specification and forecasting: Final results from DIAS project

The European Server for Ionospheric specification and forecasting: Final results from DIAS project The European Server for Ionospheric specification and forecasting: Final results from DIAS project A. Belehaki (1), Lj. Cander (2), B. Zolesi (3), J. Bremer (4), C. Juren (5), I. Stanislawska (6), D. Dialetis

More information

An improved bottomside for the ionospheric electron density model NeQuick

An improved bottomside for the ionospheric electron density model NeQuick ANNALS OF GEOPHYSICS, VOL. 48, N. 3, June 2005 An improved bottomside for the ionospheric electron density model NeQuick Reinhart Leitinger ( 1 ), Man-Lian Zhang ( 2 ) and Sandro M. Radicella ( 3 ) ( 1

More information

The Significance of GNSS for Radio Science

The Significance of GNSS for Radio Science Space Weather Effects on the Wide Area Augmentation System (WAAS) The Significance of GNSS for Radio Science Patricia H. Doherty Vice Chair, Commission G International Union of Radio Science www.ursi.org

More information

8 Total electron content A key parameter in propagation: measurement and use in ionospheric imaging

8 Total electron content A key parameter in propagation: measurement and use in ionospheric imaging ANNALS OF GEOPHYSICS, SUPPLEMENT TO VOL. 47, N. 2/3, 2004 8 Total electron content A key parameter in propagation: measurement and use in ionospheric imaging LEONARD KERSLEY ( 1 ), DANIEL MALAN ( 1 ),

More information

Assimilation Ionosphere Model

Assimilation Ionosphere Model Assimilation Ionosphere Model Robert W. Schunk Space Environment Corporation 221 North Spring Creek Parkway, Suite A Providence, UT 84332 phone: (435) 752-6567 fax: (435) 752-6687 email: schunk@spacenv.com

More information

Influence of Major Geomagnetic Storms Occurred in the Year 2011 On TEC Over Bangalore Station In India

Influence of Major Geomagnetic Storms Occurred in the Year 2011 On TEC Over Bangalore Station In India International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 6, Number 1 (2013), pp. 105-110 International Research Publication House http://www.irphouse.com Influence of Major

More information

Improvement and validation of retrieved FORMOSAT-3/COSMIC electron densities using Jicamarca DPS

Improvement and validation of retrieved FORMOSAT-3/COSMIC electron densities using Jicamarca DPS Improvement and validation of retrieved FORMOSAT-3/COSMIC electron densities using Jicamarca DPS, Y.-A. Liou, C.-C. Lee, M. Hernández-Pajares, J.M. Juan, J. Sanz, B.W. Reinisch Outline 1. RO: Classical

More information

and Atmosphere Model:

and Atmosphere Model: 1st VarSITI General Symposium, Albena, Bulgaria, 2016 Canadian Ionosphere and Atmosphere Model: model status and applications Victor I. Fomichev 1, O. V. Martynenko 1, G. G. Shepherd 1, W. E. Ward 2, K.

More information

Ivan Galkin 1, Bodo Reinisch 1,2

Ivan Galkin 1, Bodo Reinisch 1,2 Ivan Galkin 1, Bodo Reinisch 1,2 1 Space Science Laboratory, University of Massachusetts Lowell, USA 2 Lowell Digisonde International, LLC, Lowell, MA, USA United Nations/United States of America Workshop

More information

ELECTROMAGNETIC PROPAGATION (ALT, TEC)

ELECTROMAGNETIC PROPAGATION (ALT, TEC) ELECTROMAGNETIC PROPAGATION (ALT, TEC) N. Picot CNES, 18 Av Ed Belin, 31401 Toulouse, France Email : Nicolas.Picot@cnes.fr ABSTRACT For electromagnetic propagation, the ionosphere plays a key role. This

More information

Estimation of Pulse Repetition Frequency for Ionospheric Communication

Estimation of Pulse Repetition Frequency for Ionospheric Communication International Journal of Electronics and Communication Engineering. ISSN 0974-266 Volume 4, Number 3 (20), pp. 25-258 International Research Publication House http:www.irphouse.com Estimation of Pulse

More information

Ionospheric Tomography with GPS Data from CHAMP and SAC-C

Ionospheric Tomography with GPS Data from CHAMP and SAC-C Ionospheric Tomography with GPS Data from CHAMP and SAC-C Miquel García-Fernández 1, Angela Aragón 1, Manuel Hernandez-Pajares 1, Jose Miguel Juan 1, Jaume Sanz 1, and Victor Rios 2 1 gage/upc, Mod C3

More information

Ionospheric Radio Occultation Measurements Onboard CHAMP

Ionospheric Radio Occultation Measurements Onboard CHAMP Ionospheric Radio Occultation Measurements Onboard CHAMP N. Jakowski 1, K. Tsybulya 1, S. M. Stankov 1, V. Wilken 1, S. Heise 2, A. Wehrenpfennig 3 1 DLR / Institut für Kommunikation und Navigation, Kalkhorstweg

More information

Spatial and Temporal Variations of GPS-Derived TEC over Malaysia from 2003 to 2009

Spatial and Temporal Variations of GPS-Derived TEC over Malaysia from 2003 to 2009 Spatial and Temporal Variations of GPS-Derived TEC over Malaysia from 2003 to 2009 Leong, S. K., Musa, T. A. & Abdullah, K. A. UTM-GNSS & Geodynamics Research Group, Infocomm Research Alliance, Faculty

More information

Ionospheric Impacts on UHF Space Surveillance. James C. Jones Darvy Ceron-Gomez Dr. Gregory P. Richards Northrop Grumman

Ionospheric Impacts on UHF Space Surveillance. James C. Jones Darvy Ceron-Gomez Dr. Gregory P. Richards Northrop Grumman Ionospheric Impacts on UHF Space Surveillance James C. Jones Darvy Ceron-Gomez Dr. Gregory P. Richards Northrop Grumman CONFERENCE PAPER Earth s atmosphere contains regions of ionized plasma caused by

More information

IRI-Plas Optimization Based Ionospheric Tomography

IRI-Plas Optimization Based Ionospheric Tomography IRI-Plas Optimization Based Ionospheric Tomography Onur Cilibas onurcilibas@gmail.com.tr Umut Sezen usezen@hacettepe.edu.tr Feza Arikan arikan@hacettepe.edu.tr Tamara Gulyaeva IZMIRAN 142190 Troitsk Moscow

More information

Observation of vertical electron density profile in inospheric E-layer during Indian-Ocean earthquake on December 2004 using CHAMP satellite

Observation of vertical electron density profile in inospheric E-layer during Indian-Ocean earthquake on December 2004 using CHAMP satellite Journal of the Earth and Space Physics, Vol. 42, No. 4, Winter 2017, PP. 43-47 Observation of vertical electron density profile in inospheric E-layer during Indian-Ocean earthquake on December 2004 using

More information

A Neural Network tool for the interpolation of fof2 data in the presence of sporadic E layer

A Neural Network tool for the interpolation of fof2 data in the presence of sporadic E layer A Neural Network tool for the interpolation of fof data in the presence of sporadic E layer Haris Haralambous, Antonis Ioannou and Harris Papadopoulos Computer Science and Engineering Department, Frederick

More information

4 Space plasma effects on Earth-space and satellite-to-satellite communications: Working Group 4 overview

4 Space plasma effects on Earth-space and satellite-to-satellite communications: Working Group 4 overview ANNALS OF GEOPHYSICS, SUPPLEMENT TO VOL. 47, N. 2/3, 2004 4 Space plasma effects on Earth-space and satellite-to-satellite communications: Working Group 4 overview SANDRO M. RADICELLA ( 1 ) and ERSIN TULUNAY

More information

4 Ionosphere and Thermosphere

4 Ionosphere and Thermosphere 4 Ionosphere and Thermosphere 4-1 Derivation of TEC and Estimation of Instrumental Biases from GEONET in Japan This paper presents a method to derive the ionospheric total electron content (TEC) and to

More information

Monitoring Solar flares by Radio Astronomy

Monitoring Solar flares by Radio Astronomy Monitoring Solar flares by Radio Astronomy Presented at the RASC Sunshine Coast Centre, February 8th, 2013, 7:30 pm Mike Bradley, RASC Sunshine Coast Centre Solar flares Solar flares occur when sunspots

More information

The GPS measured SITEC caused by the very intense solar flare on July 14, 2000

The GPS measured SITEC caused by the very intense solar flare on July 14, 2000 Advances in Space Research 36 (2005) 2465 2469 www.elsevier.com/locate/asr The GPS measured SITEC caused by the very intense solar flare on July 14, 2000 Weixing Wan a, *, Libo Liu a, Hong Yuan b, Baiqi

More information

Ionospheric behavior over Europe during the solar eclipse of 3 October 2005

Ionospheric behavior over Europe during the solar eclipse of 3 October 2005 Journal of Atmospheric and Solar-Terrestrial Physics 70 (2008) 836 853 www.elsevier.com/locate/jastp Ionospheric behavior over Europe during the solar eclipse of 3 October 2005 N. Jakowski a,, S.M. Stankov

More information

Vertical group and phase velocities of ionospheric waves derived from the MU radar

Vertical group and phase velocities of ionospheric waves derived from the MU radar Click Here for Full Article Vertical group and phase velocities of ionospheric waves derived from the MU radar J. Y. Liu, 1,2 C. C. Hsiao, 1,6 C. H. Liu, 1 M. Yamamoto, 3 S. Fukao, 3 H. Y. Lue, 4 and F.

More information

Observation of the ionospheric storm of October 11, 2008 using FORMOSAT-3/COSMIC data

Observation of the ionospheric storm of October 11, 2008 using FORMOSAT-3/COSMIC data Earth Planets Space, 64, 505 512, 2012 Observation of the ionospheric storm of October 11, 2008 using FORMOSAT-3/COSMIC data I. E. Zakharenkova 1,2, A. Krankowski 2, I. I. Shagimuratov 1, Yu. V. Cherniak

More information

Extreme values in ionospheric radio propagation

Extreme values in ionospheric radio propagation ANNALS OF GEOPHYSICS, VOL. 45, N. 1, February 2002 Extreme values in ionospheric radio propagation Peter A. Bradley Pandora, Farnham Common, Slough, Berks, U.K. Abstract Proposals are made for Earth-space

More information

Ionospheric multiple stratifications and irregularities induced by the 2011 off the Pacific coast of Tohoku Earthquake

Ionospheric multiple stratifications and irregularities induced by the 2011 off the Pacific coast of Tohoku Earthquake LETTER Earth Planets Space, 63, 869 873, 2011 Ionospheric multiple stratifications and irregularities induced by the 2011 off the Pacific coast of Tohoku Earthquake Takashi Maruyama 1, Takuya Tsugawa 1,

More information

Ionospheric Corrections for GNSS

Ionospheric Corrections for GNSS Ionospheric Corrections for GNSS The Atmosphere and its Effect on GNSS Systems 14 to 16 April 2008 Santiago, Chile Ing. Roland Lejeune Overview Ionospheric delay corrections Core constellations GPS GALILEO

More information

The increase of the ionospheric activity as measured by GPS

The increase of the ionospheric activity as measured by GPS LETTER Earth Planets Space, 52, 1055 1060, 2000 The increase of the ionospheric activity as measured by GPS René Warnant and Eric Pottiaux Royal Observatory of Belgium, Avenue Circulaire, 3, B-1180 Brussels,

More information

Analysis of Ionospheric Anomalies due to Space Weather Conditions by using GPS-TEC Variations

Analysis of Ionospheric Anomalies due to Space Weather Conditions by using GPS-TEC Variations Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Analysis of Ionospheric Anomalies due to Space Weather Conditions by using GPS-TEC Variations Asst. Prof. Dr. Mustafa ULUKAVAK 1,

More information

Data Assimilation Models for Space Weather

Data Assimilation Models for Space Weather Data Assimilation Models for Space Weather R.W. Schunk, L. Scherliess, D.C. Thompson, J. J. Sojka, & L. Zhu Center for Atmospheric & Space Sciences Utah State University Logan, Utah Presented at: SVECSE

More information

Anna Belehaki, Ioanna Tsagouri (NOA, Greece) Ivan Kutiev, Pencho Marinov (BAS, Bulgaria)

Anna Belehaki, Ioanna Tsagouri (NOA, Greece) Ivan Kutiev, Pencho Marinov (BAS, Bulgaria) Characteristics of Large Scale Travelling Ionospheric Disturbances Exploiting Ground-Based Ionograms, GPS-TEC and 3D Electron Density Distribution Maps Anna Belehaki, Ioanna Tsagouri (NOA, Greece) Ivan

More information

GAIM: Ionospheric Modeling

GAIM: Ionospheric Modeling GAIM: Ionospheric Modeling J.J.Sojka, R.W. Schunk, L. Scherliess, D.C. Thompson, & L. Zhu Center for Atmospheric & Space Sciences Utah State University Logan, Utah Presented at: SDO EVE 2008 Workshop Virginia

More information

Variations of topside ionospheric scale heights over Millstone Hill during the 30-day incoherent scatter radar experiment

Variations of topside ionospheric scale heights over Millstone Hill during the 30-day incoherent scatter radar experiment Ann. Geophys., 25, 2019 2027, 2007 European Geosciences Union 2007 Annales Geophysicae Variations of topside ionospheric scale heights over Millstone Hill during the 30-day incoherent scatter radar experiment

More information

A New Ionosphere Monitoring Service over the ASG-EUPOS Network Stations

A New Ionosphere Monitoring Service over the ASG-EUPOS Network Stations The 9 th International Conference ENVIRONMENTAL ENGINEERING 22 23 May 2014, Vilnius, Lithuania SELECTED PAPERS eissn 2029-7092 / eisbn 978-609-457-640-9 Available online at http://enviro.vgtu.lt Section:

More information

Validation of new ionospheric parameter modeling

Validation of new ionospheric parameter modeling Validation of new ionospheric parameter modeling MALTSEVA OLGA, ZHBANKOV GENNAGIJ Institute for Physics Southern Federal University Stachki, 194, Roston-on-Don RUSSIA mai@ip.rsu.ru Abstract: - The growing

More information

Real time monitoring for nowcasting and forecasting ionospheric space weather in Europe with ground digisondes

Real time monitoring for nowcasting and forecasting ionospheric space weather in Europe with ground digisondes ANNALS OF GEOPHYSICS, VOL. 48, N. 3, June 2005 Real time monitoring for nowcasting and forecasting ionospheric space weather in Europe with ground digisondes Anna Belehaki Ionospheric Group, Institute

More information

Ground based measurements of ionospheric turbulence manifestations induced by the VLF transmitter ABSTRACT

Ground based measurements of ionospheric turbulence manifestations induced by the VLF transmitter ABSTRACT Ground based measurements of ionospheric turbulence manifestations induced by the VLF transmitter Dmitry S. Kotik, 1 Fedor I. Vybornov, 1 Alexander V. Ryabov, 1 Alexander V. Pershin 1 and Vladimir A. Yashnov

More information

Galileo Single Frequency Ionospheric Correction: Performances in Terms of Position

Galileo Single Frequency Ionospheric Correction: Performances in Terms of Position Galileo Single Frequency Ionospheric Correction: Performances in Terms of Position Benoît Bidaine, Matthieu Lonchay Fund for Scientific Research FNRS University of Liège (ULg) - Geomatics Unit, Allée du

More information

GPS Based Ionosphere Mapping Using PPP Method

GPS Based Ionosphere Mapping Using PPP Method Salih ALCAY, Cemal Ozer YIGIT, Cevat INAL, Turkey Key words: GIMs, IGS, Ionosphere mapping, PPP SUMMARY Mapping of the ionosphere is a very interesting subject within the scientific community due to its

More information

THE USE OF GPS/MET DATA FOR IONOSPHERIC STUDIES

THE USE OF GPS/MET DATA FOR IONOSPHERIC STUDIES THE USE OF GPS/MET DATA FOR IONOSPHERIC STUDIES Christian Rocken GPS/MET Program Office University Corporation for Atmospheric Research Boulder, CO 80301 phone: (303) 497 8012, fax: (303) 449 7857, e-mail:

More information

Imaging of the equatorial ionosphere

Imaging of the equatorial ionosphere ANNALS OF GEOPHYSICS, VOL. 48, N. 3, June 2005 Imaging of the equatorial ionosphere Massimo Materassi ( 1 ) and Cathryn N. Mitchell ( 2 ) ( 1 ) Istituto dei Sistemi Complessi, CNR, Sesto Fiorentino (FI),

More information

Data assimilation of FORMOSAT-3/COSMIC using NCAR Thermosphere Ionosphere Electrodynamic General Circulation Model (TIE-GCM)

Data assimilation of FORMOSAT-3/COSMIC using NCAR Thermosphere Ionosphere Electrodynamic General Circulation Model (TIE-GCM) Session 2B-03 5 th FORMOSAT-3 / COSMIC Data Users Workshop & ICGPSRO 2011 Data assimilation of FORMOSAT-3/COSMIC using NCAR Thermosphere Ionosphere Electrodynamic General Circulation Model (TIE-GCM) I

More information

Topside ionospheric vertical electron density profile reconstruction using GPS and ionosonde data: possibilities for South Africa

Topside ionospheric vertical electron density profile reconstruction using GPS and ionosonde data: possibilities for South Africa Ann. Geophys., 29, 229 236, 2011 doi:10.5194/angeo-29-229-2011 Author(s) 2011. CC Attribution 3.0 License. Annales Geophysicae Topside ionospheric vertical electron density profile reconstruction using

More information

Reading 28 PROPAGATION THE IONOSPHERE

Reading 28 PROPAGATION THE IONOSPHERE Reading 28 Ron Bertrand VK2DQ http://www.radioelectronicschool.com PROPAGATION THE IONOSPHERE The ionosphere is a region of the upper atmosphere extending from a height of about 60 km to greater than 500

More information

Variations of f o F 2 and GPS total electron content over the Antarctic sector

Variations of f o F 2 and GPS total electron content over the Antarctic sector Earth Planets Space, 63, 327 333, 2011 Variations of f o F 2 and GPS total electron content over the Antarctic sector M. Mosert 1, L. A. McKinnell 2,3, M. Gende 4, C. Brunini 4, J. Araujo 5, R. G. Ezquer

More information