The magnetosphere-ionosphere (M-I) system is a driven dissipative continuous system. The solar wind drives energy into the magnetosphere; that energy dissipates through ionospheric currents, particle precipitation, and Joule heating. Between the driving and the dissipation, the system self-organizes into spatial patterns.
This framing comes directly from Busse & Kramer's "Nonlinear Evolution of Spatio-Temporal Structures in Dissipative Continuous Systems" (NATO ASI Series B, Vol. 225, 1990). Their framework asks: given a spatially extended system with energy input and dissipation, what patterns emerge? How do those patterns depend on driving conditions? How do different observational windows reveal different aspects of the same underlying structure?
Spatial autocorrelation is the natural tool for this question. It measures whether nearby locations tend to have similar values (positive autocorrelation = patterns) or dissimilar values (negative = checkerboard), compared to what you'd expect from random placement. A geomagnetic storm that drives coherent large-scale currents should create positive spatial autocorrelation in ground magnetometer measurements. Quiet times should show noise — near-zero autocorrelation.
Moran's I is the spatial analog of Pearson's correlation coefficient. Where Pearson measures association between two variables, Moran's I measures association between a variable and its spatially-lagged self — i.e., how similar is each location to its neighbors?
where N is the number of observations, wᵢⱼ are spatial weights (how "connected" locations i and j are), and S₀ = Σwᵢⱼ. The expected value under spatial randomness is E[I] = −1/(N−1), which approaches zero for large N.
Figure 1. Moran's I captures three regimes of spatial organization. In M-I physics: storms tend to create the left pattern (coherent perturbations), while quiet times produce the middle pattern (spatially uncorrelated noise).
The choice of weight matrix W determines what "neighbor" means. We use two types:
For SuperMAG and SWMF stations at irregular positions, we use wᵢⱼ = 1/dᵢⱼ (haversine distance), row-normalized so that each station contributes equally regardless of how many neighbors it has. This follows the PySAL convention and prevents dense clusters from dominating the statistic. Self-weights are zero (wᵢᵢ = 0).
For TEC on the CODE GIM 2.5°×5° grid, we use 8-neighbor queen contiguity — each grid cell is connected to its 8 surrounding cells (N, S, E, W, and diagonals), with wrap-around at the dateline. Also row-normalized. This is the natural choice for gridded data where the grid spacing is the meaningful "neighbor" scale.
Figure 2. Three observational windows into the magnetosphere-ionosphere system. Each measures a different physical quantity at a different spatiotemporal resolution.
SuperMAG is a worldwide collaboration of ground magnetometer networks providing standardized baseline-subtracted measurements of geomagnetic field variations. Our dataset includes 42+ stations across the Northern Hemisphere at 1-minute cadence, measuring north (N), east (E), and vertical (Z) components of δB in nanotesla.
Ground magnetometers measure the integrated effect of all current systems above them: magnetospheric currents (ring current, magnetopause, cross-tail), field-aligned currents connecting magnetosphere to ionosphere, and ionospheric Hall and Pedersen currents. The ground δB is the superposition of all these sources — which, as we'll see, creates a fundamental observability problem.
Figure 3. Ground magnetometer network showing 42 SuperMAG stations (blue) and 12 SWMF CCMC virtual stations (red stars). Green circles mark overlap stations. Northern high-latitude coverage spans North America, Scandinavia, and Siberia.
The Space Weather Modeling Framework couples a global MHD magnetosphere model (BATS-R-US) with an ionospheric electrodynamics solver (Ridley). Using Biot-Savart integration, it computes the ground magnetic perturbation at virtual magnetometer locations and decomposes it into four current sources:
| Component | Source | Physical Origin |
|---|---|---|
| MHD | Magnetospheric | Ring current, magnetopause, cross-tail |
| FAC | Field-Aligned | Region 1/Region 2 current system |
| Hall | Ionospheric Hall | E-region horizontal closure currents |
| Pedersen | Ionospheric Pedersen | F-region field-perpendicular currents |
The total is: δB_total = δB_MHD + δB_FAC + δB_Hall + δB_Pedersen. Each column carries 15 values (N, E, D for each source). We use CCMC SWPCTEST runs with 12 virtual stations for 6 events spanning 2001–2011.
CODE (Center for Orbit Determination in Europe) produces Global Ionosphere Maps (GIMs) from dual-frequency GPS observations, providing vertical total electron content (VTEC) on a 2.5° latitude × 5° longitude grid (71 × 73 cells) at 2-hour cadence in the IONEX format.
TEC measures the column-integrated electron density through the ionosphere — fundamentally a different observable than δB. While magnetometers see current structure, TEC sees density structure. The two are connected through ionospheric electrodynamics: FAC closure currents heat the ionosphere, driving density redistribution through enhanced recombination and plasma transport.
We have IONEX data for 1998–2006 and 2012–2016, giving us excellent overlap with both SuperMAG (continuous) and SWMF (6 events in 2001–2011).
Comparing Moran's I across three different data sources requires aligning them in time, space, and observable. Each axis presents a distinct challenge:
Figure 4. Temporal alignment strategy. SuperMAG and SWMF operate at ~1-minute cadence; TEC at 2-hour. We aggregate SM and SWMF into 2-hour bins for three-way comparison, while retaining the native 1-minute cadence for the SM–SWMF pair.
SuperMAG: 1-minute. SWMF: ~1-minute (variable). TEC: 2-hour. For three-way comparison, we aggregate to the coarsest cadence (2 hours), using median for SuperMAG (robust to outliers) and mean for SWMF. For the SuperMAG–SWMF pair, we retain 1-minute resolution.
Two parallel comparison modes handle the spatial mismatch:
δB (nT) and TEC (TECU) are fundamentally different quantities. Moran's I normalizes out amplitude (it's invariant to linear transformations), so the values are comparable as measures of spatial pattern regardless of the physical units. An I=0.3 in dB and I=0.3 in TEC both mean "moderate positive spatial autocorrelation" — nearby locations are more similar than chance would predict.
Figure 5. Pipeline architecture. Four loader modules handle data heterogeneity; a shared spatial statistics module provides canonical Moran's I; the orchestrator runs per-event analysis and cross-event comparison.
We analyze 24 event days across four geomagnetic activity categories:
| Category | Events | Dst Range | Example |
|---|---|---|---|
| Major storm | 9 | −422 to −105 nT | Halloween 2003 (Dst = −383) |
| Moderate storm | 9 | −155 to −72 nT | Aug 2005 (Dst = −131) |
| Quiet | 4 | −10 to −3 nT | Summer 2014 (Dst = −3) |
| Substorm-active | 2 | −45 to −30 nT | Jan 2014 (Dst = −30) |
Source availability varies by event: 4 events have all three sources (triple overlap: SWMF + SM + TEC), 2 have SWMF + SM, and the remainder have SM + TEC. The event catalog automatically verifies data availability across all sources before processing.
For each event, the pipeline computes:
All results are saved as compressed NumPy archives (.npz) with standardized keys for downstream analysis.
Figure 6. SuperMAG spatial coherence (2-hour Moran's I) by storm category. Major storms show clear positive autocorrelation; quiet days are near zero or negative. Individual events shown as jittered points.
This is the expected behavior for a driven dissipative system: weak driving produces localized, incoherent fluctuations; strong driving creates large-scale organized patterns. The transition occurs around Dst ≈ −100 nT, where Moran's I consistently crosses zero from negative to positive.
Figure 7. Four-panel overview. Top-left: SM coherence vs Dst, color-coded by category. Top-right: TEC grid I vs SM station I. Bottom-left: SWMF decomposition bars. Bottom-right: Station count sensitivity curves.
Panel (a) of Figure 7 shows a clear trend: the most intense storms (Dst < −300 nT) produce the highest spatial coherence (I = 0.2–0.4). But the relationship isn't linear — some moderate storms achieve high coherence while the most extreme (Halloween 2003, Dst = −383) shows I ≈ 0.30, not the maximum. This suggests that storm geometry (e.g., the spatial extent and orientation of the electrojets) matters as much as raw intensity.
Figure 8. Halloween 2003 Moran's I timeseries across all three sources. (a) SuperMAG 1-min with 30-min running mean, (b) SWMF decomposition showing FAC dominance, (c) TEC grid vs TEC-at-stations comparison.
The Halloween 2003 event illustrates several key features:
Figure 9. The FAC-Hall cancellation mechanism. Field-aligned currents create large-scale spatial structure; Hall currents locally cancel it. Ground magnetometers see only the residual.
| Event | I(total) | I(FAC) | I(Hall) | I(Pedersen) |
|---|---|---|---|---|
| Halloween 2003 | −0.029 | +0.192 | +0.021 | ~0 |
| Aug 2001 | +0.010 | +0.075 | +0.040 | ~0 |
| Aug 2005 | −0.018 | +0.103 | −0.005 | ~0 |
| Dec 2006 | −0.050 | +0.118 | −0.001 | ~0 |
| Apr 2010 | −0.029 | +0.105 | +0.004 | ~0 |
| Aug 2011 | −0.034 | +0.135 | −0.006 | ~0 |
Field-aligned currents form the Region 1 / Region 2 system — a large-scale pattern driven by magnetospheric convection. This pattern spans thousands of kilometers and connects dawn-dusk asymmetry in the magnetosphere to the high-latitude ionosphere. It is inherently spatially coherent.
Hall currents, by contrast, flow locally in the ionospheric E-region (~110 km altitude) as horizontal closure currents. They respond to the local electric field and conductance, creating structure on smaller scales that partially cancels the large-scale FAC signal when projected to the ground.
This has profound implications for ground-based studies: the spatial coherence visible at the ground is significantly less than the actual magnetospheric driving structure. Ground magnetometers are not wrong — they accurately measure the total δB — but the total carries less spatial information than its largest constituent.
Figure 10. Moran's I as a function of the number of SuperMAG stations used. Each curve represents one event; error bars show trial-to-trial variability from random subsampling. The N=25 threshold marks where coherence estimates stabilize.
The scaling curves show two regimes:
This explains why SWMF's 12 virtual stations show I ≈ 0 for the total component even during intense storms: it's a combination of FAC-Hall cancellation and inadequate spatial sampling. The scaling analysis lets us disentangle the two effects — at N = 12, even pure FAC (no cancellation) would show I ≈ 0.1 rather than the I ≈ 0.2 we'd measure with 40 stations.
The scaling curves provide empirical correction factors: if you observe I = 0.18 at N = 12 stations during Halloween 2003, the full-network value (N = 40) is I = 0.31 — about 1.7× higher. These correction factors are event-dependent (stronger storms have steeper scaling curves because there's more large-scale structure to resolve), but the general rule is:
This is an empirical approximation; the actual correction should use the full I(N) curve for each event.
TEC Moran's I reveals a striking contrast depending on the spatial sampling strategy:
| Method | Mean I | Range | Interpretation |
|---|---|---|---|
| Grid (50°–75°N, queen contiguity) | 0.95 | 0.93–0.98 | Inherently smooth field |
| Station-based (inverse distance) | 0.30 | 0.02–0.66 | Comparable to SuperMAG |
Interestingly, quiet days show slightly higher TEC grid I (0.97) than storm days (0.94). This makes physical sense: during quiet times, the TEC field is dominated by smooth solar-controlled ionization with a simple day-night gradient. Storms disrupt this smoothness by driving irregular density enhancements (storm-enhanced density, or SED) and depletions (negative storm effects), creating local structure that slightly reduces the overall spatial autocorrelation.
The Spearman correlation between TEC-at-stations Moran's I and SuperMAG Moran's I at 2-hour cadence is weak and variable across events (r = −0.66 to +0.60, median ≈ 0). This suggests that while both respond to storm driving, they track different aspects of the M-I system:
The two can decouple because TEC responds to processes (e.g., neutral composition changes, diffusion) that operate on longer timescales than the current systems driving δB.
Returning to the Busse & Kramer framework: the magnetosphere-ionosphere system exhibits classic behavior of a driven dissipative continuous system:
The SWMF decomposition provides the answer hierarchy:
This decomposition reveals a fundamental observability gap: the most physically meaningful spatial structure (FAC, driven by magnetospheric dynamics) is partially hidden from ground magnetometers by ionospheric closure currents. Ground-based Moran's I of ~0.3 during major storms represents the residual coherence after cancellation, not the full structure. The FAC alone shows I ≈ 0.19 at N = 12 stations — which, corrected for station-count effects, would be I ≈ 0.30 at N = 40. The true magnetospheric structure is more organized than the ground can reveal.
The 2-hour/2.5°×5° CODE GIMs are the most accessible global TEC product, but higher-resolution alternatives exist: MADRIGAL provides 1°×1° maps at 5-minute cadence using GPS phase observations. These would better resolve storm-time TEC structure and enable more meaningful comparison with the 1-minute SuperMAG cadence.
The Active Magnetosphere and Planetary Electrodynamics Response Experiment (AMPERE) derives field-aligned current maps from the Iridium constellation's engineering magnetometers. This provides a direct observation of FAC spatial structure — the very quantity we infer from SWMF decomposition. AMPERE data from 2010–present would overlap with our 2012–2016 SuperMAG+TEC events and provide the missing observational constraint on FAC coherence.
GAMERA (Grid Agnostic MHD for Extended Research Applications) replaces BATS-R-US with a sixth-order numerical scheme that dramatically reduces numerical diffusion. If GAMERA preserves more small-scale structure in FAC, we'd expect higher Moran's I in the FAC component and possibly different cancellation behavior. This is a direct test of whether the FAC-Hall cancellation we observe is physical or partially numerical.
Moran's I with a distance cutoff can probe different spatial scales. By sweeping the cutoff from 500 km to 5000 km, we can build a Moran correlogram — the analog of a variogram in geostatistics — revealing the characteristic scale of spatial organization in each source. This connects directly to the correlation length in Busse & Kramer's pattern formation theory.
How does spatial coherence evolve through a storm? Our 1-minute SuperMAG data could reveal whether coherence builds gradually, appears suddenly at onset, or oscillates with substorm cycles. The ~30-minute modulation visible in the Halloween 2003 timeseries (Figure 8a) hints at substorm-scale organization.
| # | Finding | Implication |
|---|---|---|
| 1 | SM spatial coherence tracks storm intensity (major: I=+0.20, quiet: I=−0.06) |
The M-I system shows classic driven-dissipative pattern formation |
| 2 | FAC creates structure (I≈+0.15); Hall destroys it; total ≈ 0 |
Ground magnetometers see only residual coherence |
| 3 | N ≥ 25 stations needed for reliable Moran's I | SWMF's 12 stations underestimate coherence by ~1.7× |
| 4 | TEC grid I always ~0.95 (smooth by construction); TEC at stations I ≈ 0.30 (comparable to SM) |
Spatial sampling geometry dominates the coherence measurement |
Generated by the unified Moran's I pipeline · 24 events · 3 data sources · May 2026
Pipeline: scripts/unified_morans_pipeline.py · Results: results/unified_morans/