Part IV: Space Weather | Chapter 16

Sun-Earth Connection

Parker spiral, sector structure, magnetopause standoff, Dungey cycle, and ring current injection

16.1 The Parker Spiral

Derivation 1: Spiral Angle of the Interplanetary Magnetic Field

As the solar wind carries the frozen-in magnetic field outward while the Sun rotates, the field lines form an Archimedean spiral in the equatorial plane.

Step 1. In the rotating frame of the Sun (angular velocity \(\Omega_\odot\)), a radially emitted plasma parcel maintains a fixed azimuthal position. In the inertial frame, the azimuthal displacement at radius \(r\) is:

$$\phi(r) = \phi_0 - \frac{\Omega_\odot (r - R_\odot)}{v_{\text{sw}}}$$

Step 2. Since the magnetic field is frozen to the plasma, the field line shape follows the plasma path. The radial and azimuthal components of \(\mathbf{B}\) satisfy:

$$\frac{B_\phi}{B_r} = \frac{r \, d\phi}{dr} = -\frac{\Omega_\odot r}{v_{\text{sw}}}$$

Step 3. The spiral angle \(\psi\) (angle between \(\mathbf{B}\)and the radial direction):

$$\boxed{\tan\psi = \frac{|B_\phi|}{B_r} = \frac{\Omega_\odot r}{v_{\text{sw}}}}$$

Step 4. At Earth (1 AU = \(1.496 \times 10^{11}\) m):

$$\tan\psi = \frac{2.87 \times 10^{-6} \times 1.496 \times 10^{11}}{4 \times 10^5} \approx 1.07 \quad \Longrightarrow \quad \psi \approx 45^\circ$$

The garden-hose angle of ~45 degrees at 1 AU is well confirmed by in-situ measurements. For fast wind (700 km/s): \(\psi \approx 28^\circ\); for slow wind (350 km/s): \(\psi \approx 51^\circ\).

16.2 Heliospheric Current Sheet and Sector Structure

Derivation 2: Magnetic Sector Boundaries

Step 1. The solar magnetic dipole axis is tilted with respect to the rotation axis by angle \(\alpha\). The heliospheric current sheet (HCS) separates regions of opposite magnetic polarity and is warped according to:

$$\boxed{\theta_{\text{HCS}}(\phi) = \frac{\pi}{2} + \arcsin\left(\sin\alpha\sin\left(\phi - \frac{\Omega r}{v_{\text{sw}}}\right)\right)}$$

Step 2. As Earth orbits the Sun (or equivalently, the Sun rotates), it passes through the warped HCS, alternating between "toward" and "away" magnetic sectors. The number of sectors depends on the complexity of the coronal field.

During solar minimum, \(\alpha\) is small and the HCS is nearly flat (two-sector structure). During solar maximum, \(\alpha\) can reach 70+ degrees, creating a highly warped "ballerina skirt" with four or more sectors.

16.3 Magnetopause Standoff Distance

Derivation 3: Pressure Balance at the Magnetopause

Step 1. The magnetopause is the boundary where the solar wind dynamic pressure balances the Earth's magnetic pressure:

$$\rho_{\text{sw}} v_{\text{sw}}^2 = \frac{B_E^2}{2\mu_0}\left(\frac{R_E}{r}\right)^6$$

Step 2. Solving for the standoff distance (sub-solar point):

$$\boxed{r_{\text{mp}} = R_E\left(\frac{B_E^2}{2\mu_0 \rho_{\text{sw}} v_{\text{sw}}^2}\right)^{1/6}}$$

Step 3. For typical solar wind (\(n = 5\) cm\(^{-3}\),\(v = 400\) km/s, \(B_E = 3.1 \times 10^{-5}\) T):

$$r_{\text{mp}} \approx 10.3 \, R_E$$

During intense storms with \(n = 20\) cm\(^{-3}\) and \(v = 800\) km/s, the magnetopause can be compressed to \(\sim 6 R_E\), exposing geosynchronous satellites (\(6.6 R_E\)) to the solar wind.

16.4 The Dungey Cycle

Derivation 4: Magnetic Reconnection-Driven Convection

The Dungey cycle (1961) describes the circulation of magnetic flux through the magnetosphere driven by reconnection at the magnetopause and in the magnetotail.

Step 1. When the IMF has a southward component (\(B_z < 0\)), reconnection occurs at the dayside magnetopause:

$$\Phi_{\text{reconnect}} = E_{\text{sw}} \ell_{\text{merging}} \approx v_{\text{sw}} B_z \ell$$

Step 2. The cross-polar cap potential, which drives magnetospheric convection:

$$\boxed{\Phi_{pc} \approx v_{\text{sw}} B_z \ell_{\text{eff}} \sim 50\text{--}200 \text{ kV (typical storm)}}$$

Step 3. The cycle consists of:

  1. Dayside reconnection opens closed field lines
  2. Open flux is swept antisunward over the poles by solar wind
  3. Open flux accumulates in the magnetotail lobes
  4. Tail reconnection at the X-line closes open flux
  5. Newly closed flux convects earthward, energizing plasma
  6. Flux circulates back to the dayside, completing the cycle

The Dungey cycle time is \(\sim 1\text{--}4\) hours. During storms with sustained southward IMF, continuous reconnection drives intense convection, ring current injection, and auroral activity.

16.5 Ring Current Injection

Derivation 5: Adiabatic Particle Energization

Step 1. As flux tubes convect earthward in the Dungey cycle, they compress. Particles trapped on these flux tubes are adiabatically energized through conservation of the first adiabatic invariant:

$$\mu = \frac{p_\perp^2}{2mB} = \text{const}$$

Step 2. As a particle moves from \(L_1\) to \(L_2 < L_1\), the magnetic field increases as \(B \propto L^{-3}\). The perpendicular energy increases:

$$\boxed{\frac{E_\perp(L_2)}{E_\perp(L_1)} = \frac{B(L_2)}{B(L_1)} = \left(\frac{L_1}{L_2}\right)^3}$$

Step 3. A 1 keV ion at \(L = 10\) that is convected to \(L = 4\)gains energy by a factor of \((10/4)^3 \approx 16\), reaching ~16 keV. This populates the ring current at \(L = 3\text{--}7\) with 10-200 keV ions (mainly\(\text{H}^+\) and \(\text{O}^+\)).

The ring current particles gradient-curvature drift azimuthally (ions westward, electrons eastward), producing a net westward current that depresses the surface magnetic field (measured as Dst). The ring current decays through charge exchange with exospheric neutrals on a timescale of\(\sim 1\text{--}10\) days.

Numerical Simulation

Sun-Earth Connection: Parker Spiral, Spiral Angle, Magnetopause, Adiabatic Energization

Python
script.py141 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

16.6 Full Parker Spiral Derivation

Step-by-Step from Frozen-in Field in the Rotating Frame

Step 1. In the frame co-rotating with the Sun at angular velocity \(\Omega_\odot = 2.87\times10^{-6}\) rad/s, the solar wind is purely radial: \(\mathbf{v}' = v_r\hat{r}\). The frozen-in condition means the magnetic field is parallel to the velocity in the co-rotating frame.

Step 2. Transform to the inertial frame. A point at \((r, \phi)\) in the rotating frame has velocity:

$$\mathbf{v} = v_r\hat{r} + \Omega_\odot r\sin\theta\,\hat{\phi}$$

Step 3. Since \(\mathbf{B} \| \mathbf{v}'\) in the rotating frame, and\(\mathbf{v}' = v_r\hat{r}\), we have \(B_\phi' = 0\) in that frame. Transforming the electric field: \(\mathbf{E}' = \mathbf{E} + \mathbf{v}_{\text{rot}}\times\mathbf{B}\). The frozen-in condition \(\mathbf{E}' + \mathbf{v}'\times\mathbf{B} = 0\) gives:

$$\frac{B_\phi}{B_r} = -\frac{\Omega_\odot r\sin\theta}{v_r}$$

Step 4. With \(B_r = B_0(R_\odot/r)^2\) from flux conservation and constant \(v_r\):

$$B_\phi = -B_0\frac{R_\odot^2}{r^2}\cdot\frac{\Omega_\odot r\sin\theta}{v_r} = -B_0\frac{R_\odot^2\Omega_\odot\sin\theta}{rv_r}$$

Step 5. The spiral angle:

$$\boxed{\tan\psi = \frac{|B_\phi|}{B_r} = \frac{\Omega_\odot r\sin\theta}{v_{\text{sw}}}}$$

Step 6. The field line equation in the equatorial plane (\(\theta = \pi/2\)):

$$\frac{d\phi}{dr} = \frac{B_\phi}{rB_r} = -\frac{\Omega_\odot}{v_{\text{sw}}}$$
$$\boxed{r - r_0 = -\frac{v_{\text{sw}}}{\Omega_\odot}(\phi - \phi_0) \qquad\text{(Archimedean spiral)}}$$

At Earth (\(r = 1\) AU, \(v_{\text{sw}} = 400\) km/s):\(\tan\psi = 2.87\times10^{-6}\times1.496\times10^{11}/4\times10^5 \approx 1.07\), giving \(\psi \approx 47^\circ\). The total field strength at 1 AU:\(B \approx 5\text{--}10\) nT, confirmed by in-situ measurements since Mariner 2 (1962).

16.7 Magnetopause Standoff Distance: Full Derivation

\(R_{mp} = R_E(B_E^2/(2\mu_0\rho v^2))^{1/6}\)

Step 1. At the sub-solar magnetopause, the solar wind is brought to rest (or diverted). The total external pressure:

$$P_{\text{ext}} = \frac{1}{2}\rho_{\text{sw}}v_{\text{sw}}^2 + P_{\text{th,sw}} + \frac{B_{\text{sw}}^2}{2\mu_0}$$

The thermal and magnetic pressures are typically small compared to the dynamic pressure, so:

$$P_{\text{ext}} \approx k_p\,\rho_{\text{sw}}\,v_{\text{sw}}^2$$

where \(k_p \approx 0.88\) accounts for the bow shock.

Step 2. The internal magnetic pressure from the dipole field at distance \(r\):

$$P_{\text{int}} = \frac{B^2(r)}{2\mu_0} = \frac{1}{2\mu_0}\left(\frac{B_E R_E^3}{r^3}\right)^2 = \frac{B_E^2}{2\mu_0}\left(\frac{R_E}{r}\right)^6$$

Step 3. Setting \(P_{\text{ext}} = P_{\text{int}}\) and solving for \(r\):

$$\boxed{R_{mp} = R_E\left(\frac{B_E^2}{2\mu_0\,k_p\,\rho_{\text{sw}}\,v_{\text{sw}}^2}\right)^{1/6}}$$

Step 4. Plugging in typical values (\(n = 5\) cm\(^{-3}\), \(v = 400\) km/s):

$$\rho v^2 = 5\times10^6\times1.67\times10^{-27}\times(4\times10^5)^2 = 1.3\times10^{-9}\text{ Pa}$$
$$\frac{B_E^2}{2\mu_0} = \frac{(3.1\times10^{-5})^2}{2\times4\pi\times10^{-7}} = 0.38\text{ Pa}$$
$$R_{mp} = R_E\left(\frac{0.38}{1.3\times10^{-9}}\right)^{1/6} = R_E\times(2.9\times10^8)^{1/6} \approx 10.3\,R_E$$

The 1/6 power dependence means the magnetopause is rather insensitive to solar wind conditions. Even a factor of 10 increase in dynamic pressure only moves the boundary inward by a factor of\(10^{1/6} \approx 1.47\). However, during extreme events (\(n=50\) cm\(^{-3}\),\(v=1000\) km/s), \(R_{mp}\) can shrink to \(\sim 5 R_E\), exposing geosynchronous orbit (\(6.6 R_E\)) to the magnetosheath.

16.8 Dungey Cycle: Reconnection-Driven Convection

From Reconnection Rate to Substorm and Ring Current Injection

Step 1. The dayside reconnection rate determines the cross-polar cap potential:

$$\Phi_{pc} = E_{sw}\cdot\ell_{\text{eff}} = v_{\text{sw}}\,|B_z^{\text{south}}|\,\ell_{\text{eff}}$$

where \(\ell_{\text{eff}} \sim 5\text{--}10\,R_E\) is the effective merging length. For \(v_{\text{sw}} = 400\) km/s, \(B_z = -10\) nT, \(\ell = 7\,R_E\):

$$\Phi_{pc} = 4\times10^5\times10^{-8}\times7\times6.4\times10^6 \approx 180\text{ kV}$$

Step 2. This potential drives magnetospheric convection with an electric field\(E = \Phi_{pc}/(2L_{pc})\) where \(L_{pc}\) is the polar cap diameter. Flux tubes convect earthward on the nightside.

Step 3. The convection electric field maps to the equatorial plane, driving plasma inward and energizing it adiabatically. The energy injection rate into the ring current:

$$\boxed{\frac{dE_{RC}}{dt} \approx \epsilon\,v_{\text{sw}}\,B_z^2\,\ell^2/\mu_0 \sim 10^{12}\text{--}10^{13}\text{ W (during storms)}}$$

where \(\epsilon \sim 0.1\text{--}0.2\) is the reconnection efficiency.

The Dungey cycle connects three key phenomena: (1) dayside reconnection opens magnetic flux, (2) the open flux is convected to the tail, loading energy (growth phase), and (3) tail reconnection releases the stored energy as substorms (expansion phase) and injects particles into the ring current. Sustained southward IMF keeps the cycle running, building up the ring current (storm main phase).

16.9 Parker Spiral: View from Above the Ecliptic

The Archimedean spiral pattern of the interplanetary magnetic field as seen from above the ecliptic plane.

Earth(1 AU)VenusMars~45 degAway (+)Toward (-)Heliospheric current sheet separates sectorsRotation

Parker spiral magnetic field lines as seen from above the ecliptic. Red lines: field pointing away from the Sun. Blue lines: field pointing toward the Sun. The heliospheric current sheet separates the two sectors. At Earth (1 AU), the garden-hose angle is approximately 45 degrees for 400 km/s solar wind.

Extended Simulation: Parker Spiral & Magnetopause Standoff

Extended: Parker Spiral, IMF Components, Magnetopause Map, Dungey Potential

Python
script.py141 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

16.10 Enhanced Parker Spiral: Numerical Examples and Distance Dependence

Spiral Angle at Multiple Heliospheric Distances

The Parker spiral angle \(\psi\) depends on both heliocentric distance \(r\) and solar wind speed \(v_{\text{sw}}\). Recall:

$$\tan\psi(r) = \frac{\Omega_\odot\,r}{v_{\text{sw}}}$$

Numerical Example 1: Earth (1 AU). With \(\Omega_\odot = 2.87 \times 10^{-6}\) rad/s,\(r = 1.496 \times 10^{11}\) m, and \(v_{\text{sw}} = 400\) km/s:

$$\tan\psi = \frac{2.87 \times 10^{-6} \times 1.496 \times 10^{11}}{4.0 \times 10^5} = 1.073 \quad\Longrightarrow\quad \psi \approx 47^\circ$$

Numerical Example 2: Mars (1.524 AU). At Mars orbit:

$$\tan\psi = \frac{2.87 \times 10^{-6} \times 1.524 \times 1.496 \times 10^{11}}{4.0 \times 10^5} = 1.636 \quad\Longrightarrow\quad \psi \approx 59^\circ$$

Numerical Example 3: Jupiter (5.2 AU). At Jupiter:

$$\tan\psi = \frac{2.87 \times 10^{-6} \times 5.2 \times 1.496 \times 10^{11}}{4.0 \times 10^5} = 5.58 \quad\Longrightarrow\quad \psi \approx 80^\circ$$

The spiral tightens dramatically with distance. At large \(r\), \(\psi \to 90^\circ\) and the field becomes nearly azimuthal. This is because \(B_r \propto r^{-2}\) while \(B_\phi \propto r^{-1}\):

$$\frac{|B_\phi|}{B_r} = \frac{\Omega_\odot r}{v_{\text{sw}}} \propto r \quad\Longrightarrow\quad B_\phi \text{ dominates at large } r$$

Speed Dependence at Fixed Distance

At 1 AU, the spiral angle varies strongly with solar wind speed:

Solar wind speed
Spiral angle at 1 AU
300 km/s (very slow)
\(\psi \approx 55^\circ\)
400 km/s (slow wind)
\(\psi \approx 47^\circ\)
500 km/s (average)
\(\psi \approx 40^\circ\)
600 km/s (fast wind)
\(\psi \approx 35^\circ\)
800 km/s (very fast)
\(\psi \approx 28^\circ\)

Radial distance where \(\psi = 45^\circ\): Setting \(\tan\psi = 1\):

$$\boxed{r_{45} = \frac{v_{\text{sw}}}{\Omega_\odot} = \frac{v_{\text{sw}}}{2.87 \times 10^{-6}} \approx 0.93 \text{ AU for } v_{\text{sw}} = 400 \text{ km/s}}$$

This critical distance \(r_{45}\) marks where the field transitions from predominantly radial (\(r \ll r_{45}\)) to predominantly azimuthal (\(r \gg r_{45}\)). For fast wind (800 km/s),\(r_{45} \approx 1.86\) AU, meaning the field remains more radial out to Mars. For slow wind (300 km/s),\(r_{45} \approx 0.70\) AU, inside Venus's orbit.

16.11 Magnetopause Dynamics: Chapman-Ferraro Model and Reconnection Erosion

Full Chapman-Ferraro Derivation

Step 1. The Chapman-Ferraro model treats the magnetopause as a current sheet that confines the geomagnetic dipole field. The magnetopause current density is determined by the requirement that \(\mathbf{B}_{\text{internal}} \neq 0\) inside and\(\mathbf{B} = 0\) outside (in the idealized case). For a tangential discontinuity:

$$\mathbf{K} = \frac{1}{\mu_0}(\hat{n} \times \mathbf{B}_{\text{inside}})$$

where \(\mathbf{K}\) is the surface current density (A/m) and \(\hat{n}\) is the outward normal.

Step 2. The Chapman-Ferraro image dipole method: to ensure \(B_n = 0\) at the boundary, place an image dipole of equal magnitude on the sunward side. The total field at the sub-solar magnetopause is then doubled:

$$B_{\text{mp}} = 2B_{\text{dipole}}(R_{\text{mp}}) = \frac{2B_E R_E^3}{R_{\text{mp}}^3}$$

Step 3. The magnetic pressure of this confined field must balance the total external pressure. Including the factor of 2 from the image dipole:

$$\frac{(2B_{\text{dipole}})^2}{2\mu_0} = k_p\,\rho_{\text{sw}}\,v_{\text{sw}}^2$$

Step 4. Solving for \(R_{\text{mp}}\):

$$\frac{4B_E^2 R_E^6}{2\mu_0 R_{\text{mp}}^6} = k_p\,\rho_{\text{sw}}\,v_{\text{sw}}^2$$
$$\boxed{R_{\text{mp}} = R_E\left(\frac{2B_E^2}{\mu_0\,k_p\,\rho_{\text{sw}}\,v_{\text{sw}}^2}\right)^{1/6}}$$

The factor of 2 in the numerator (vs. the simpler form) comes from the image dipole enhancement. The parameter \(k_p \approx 0.88\) accounts for the gasdynamic bow shock.

Reconnection Erosion of the Magnetopause

Step 5. When the IMF has a southward component (\(B_z < 0\)), dayside reconnection erodes magnetic flux from the dayside magnetosphere. This effectively weakens the internal magnetic pressure and moves the magnetopause earthward. The Shue et al. (1998) empirical model:

$$\boxed{R_{\text{mp}} = \left(11.4 + 0.013\,B_z\right)\left(\frac{P_{\text{dyn}}}{2}\right)^{-1/6.6} \quad [R_E]}$$

where \(B_z\) is in nT and \(P_{\text{dyn}}\) is in nPa. The linear \(B_z\) term captures the erosion effect.

Step 6. Deriving the erosion magnitude \(\Delta R_{\text{mp}}\) from reconnection. The rate of open flux production:

$$\frac{d\Phi_{\text{open}}}{dt} = E_{\text{rec}}\,\ell_{\text{X}} = \alpha_R\,v_{\text{sw}}\,|B_z|\,\ell_{\text{X}}$$

where \(\alpha_R \sim 0.1\) is the reconnection efficiency and \(\ell_X \sim 10\,R_E\)is the X-line length. Each unit of open flux removed from the dayside weakens the confinement pressure. Over a time \(\Delta t\):

$$\Delta\Phi_{\text{open}} = \alpha_R\,v_{\text{sw}}\,|B_z|\,\ell_X\,\Delta t$$

Step 7. The effective dipole moment is reduced: \(M_{\text{eff}} = M_E - \Delta M\)where \(\Delta M / M_E \sim \Delta\Phi / \Phi_{\text{dayside}}\). Since\(R_{\text{mp}} \propto M^{1/3}\):

$$\boxed{\Delta R_{\text{mp}} \approx -\frac{R_{\text{mp}}}{3}\frac{\Delta\Phi_{\text{open}}}{\Phi_{\text{dayside}}} \approx -\frac{R_{\text{mp}}}{3}\frac{\alpha_R\,v_{\text{sw}}\,|B_z|\,\ell_X\,\Delta t}{B_E R_E^2 / R_{\text{mp}}}}$$

For a strong storm with \(|B_z| = 20\) nT, \(v_{\text{sw}} = 500\) km/s, after 1 hour of sustained reconnection:

$$\Delta R_{\text{mp}} \approx -1.5\,R_E \quad \text{(from erosion alone, on top of pressure compression)}$$

Reconnection erosion and dynamic pressure compression act together. During extreme events like the March 1991 storm, the combined effect pushed the magnetopause inside geosynchronous orbit at\(6.6\,R_E\), exposing multiple spacecraft to the magnetosheath.

16.12 Dungey Cycle: Detailed Derivations

Cross-Polar Cap Potential

Step 1. The solar wind imposes a motional electric field on the magnetosphere:

$$\mathbf{E}_{\text{sw}} = -\mathbf{v}_{\text{sw}} \times \mathbf{B}_{\text{IMF}}$$

For \(\mathbf{v}_{\text{sw}} = v_{\text{sw}}\hat{x}\) and \(\mathbf{B} = B_z\hat{z}\) (southward,\(B_z < 0\)):

$$E_y = -v_{\text{sw}}\,B_z = v_{\text{sw}}\,|B_z| > 0 \quad\text{(dawn-to-dusk)}$$

Step 2. This electric field is applied across an effective reconnection width\(L_{\text{eff}}\). The cross-polar cap potential:

$$\boxed{\Phi_{\text{PC}} = E_y \cdot L_{\text{eff}} = v_{\text{sw}}\,|B_z|\,L_{\text{eff}}}$$

Step 3: Typical values. With \(v_{\text{sw}} = 400\) km/s,\(|B_z| = 5\) nT, \(L_{\text{eff}} = 5\,R_E\):

$$\Phi_{\text{PC}} = 4 \times 10^5 \times 5 \times 10^{-9} \times 5 \times 6.371 \times 10^6 = 63.7 \text{ kV}$$

For a strong storm (\(v_{\text{sw}} = 600\) km/s, \(|B_z| = 20\) nT,\(L_{\text{eff}} = 8\,R_E\)):

$$\Phi_{\text{PC}} = 6 \times 10^5 \times 20 \times 10^{-9} \times 8 \times 6.371 \times 10^6 \approx 611 \text{ kV}$$

In practice, the polar cap potential saturates at ~150-250 kV due to Region-1 field-aligned current feedback (Siscoe et al., 2002). The empirical relationship:

$$\boxed{\Phi_{\text{PC,sat}} \approx \frac{\Phi_{\text{PC,linear}}}{1 + \Phi_{\text{PC,linear}}/\Phi_{\text{max}}} \quad\text{with } \Phi_{\text{max}} \approx 200 \text{ kV}}$$

Convection Electric Field and Two-Cell Pattern

Step 4. The convection electric field in the magnetosphere is derived from\(\mathbf{E} = -\mathbf{v} \times \mathbf{B}\). In the equatorial plane, the dawn-to-dusk electric field drives \(\mathbf{E} \times \mathbf{B}\) drift sunward:

$$v_{\text{conv}} = \frac{E}{B} = \frac{\Phi_{\text{PC}}}{L_{\text{tail}}\,B_{\text{eq}}}$$

Step 5. Mapping to the ionosphere using the dipole mapping factor\(L_{\text{iono}} = L_{\text{eq}}\sqrt{R_E/L_{\text{eq}}R_E}\):

$$E_{\text{iono}} = \frac{\Phi_{\text{PC}}}{2R_{\text{PC}}} \approx \frac{100 \text{ kV}}{2 \times 1.5 \times 10^6 \text{ m}} \approx 33 \text{ mV/m}$$

Step 6. The resulting \(\mathbf{E} \times \mathbf{B}\) drift in the ionosphere creates the characteristic two-cell convection pattern:

  1. Dawn cell: Antisunward flow over the polar cap, return flow on the dawn flank. Counter-clockwise as viewed from above in the Northern Hemisphere.
  2. Dusk cell: Antisunward flow over the polar cap, return flow on the dusk flank. Clockwise as viewed from above in the Northern Hemisphere.
  3. Flow speeds: ~100-1000 m/s in the ionosphere, mapping to ~10-100 km/s in the equatorial magnetosphere.
  4. Potential pattern: Dawn side is at negative potential (electron precipitation), dusk side at positive potential (ion precipitation).

The convection velocity in the ionosphere:

$$\boxed{v_{\text{iono}} = \frac{E_{\text{iono}}}{B_{\text{iono}}} = \frac{\Phi_{\text{PC}}/(2R_{\text{PC}})}{5 \times 10^{-5}} \approx 670 \text{ m/s for } \Phi_{\text{PC}} = 100 \text{ kV}}$$

SuperDARN radar observations directly measure this convection pattern. During quiet times (\(\Phi_{\text{PC}} \sim 30\) kV), the pattern is weak and contracted. During storms (\(\Phi_{\text{PC}} \sim 150\) kV), it expands to lower latitudes and drives rapid auroral zone convection at over 1 km/s.

16.13 Ring Current Injection: The Burton Equation

Derivation of the Dst Dynamics

Step 1. The Dst (Disturbance Storm-Time) index measures the symmetric depression of the horizontal magnetic field at Earth's surface caused by the ring current. The Dessler-Parker-Sckopke relation connects Dst to the total ring current energy:

$$\text{Dst} = -\frac{\mu_0}{4\pi}\frac{2E_{\text{RC}}}{B_E R_E^3}$$

Step 2. The Burton equation (Burton et al., 1975) models the time evolution of the pressure-corrected Dst index (\(\text{Dst}^*\)):

$$\boxed{\frac{d\,\text{Dst}^*}{dt} = Q(t) - \frac{\text{Dst}^*}{\tau}}$$

where \(Q(t)\) is the injection function (nT/hr) and \(\tau\) is the decay time constant.

Step 3. The pressure-corrected Dst removes the contribution of magnetopause currents:

$$\text{Dst}^* = \text{Dst} - b\sqrt{P_{\text{dyn}}} + c$$

where \(b \approx 7.26\) nT/\(\sqrt{\text{nPa}}\) and \(c \approx 11\) nT (O'Brien and McPherron, 2000).

Step 4. The injection function \(Q(t)\) depends on the solar wind electric field:

$$\boxed{Q(t) = \begin{cases} -4.4(v_{\text{sw}} B_s - E_c) & \text{if } v_{\text{sw}} B_s > E_c \\ 0 & \text{otherwise} \end{cases}}$$

where \(B_s = \max(0, -B_z)\) is the southward IMF component, \(E_c \approx 0.49\) mV/m is the threshold for injection, and \(Q\) is in nT/hr.

Step 5. The decay time \(\tau\) represents charge-exchange losses of ring current ions with exospheric neutrals. O'Brien and McPherron (2000) found an energy-dependent decay:

$$\boxed{\tau = 2.40\,e^{9.74/(4.69 + v_{\text{sw}} B_s)} \quad\text{hours}}$$

For quiet conditions, \(\tau \approx 8\) hours. During intense driving, \(\tau\) decreases to ~3-5 hours as higher-energy ions charge-exchange faster.

Step 6: Analytical solution. For constant injection \(Q_0\) starting at \(t = 0\)with initial \(\text{Dst}^*(0) = 0\):

$$\boxed{\text{Dst}^*(t) = Q_0\,\tau\left(1 - e^{-t/\tau}\right) \xrightarrow{t \gg \tau} Q_0\,\tau}$$

For \(Q_0 = -30\) nT/hr and \(\tau = 8\) hr:\(\text{Dst}^* \to -240\) nT (intense storm).

After injection ceases, the recovery phase follows an exponential decay:\(\text{Dst}^*(t) = \text{Dst}^*_{\min}\,e^{-(t - t_{\min})/\tau}\). A two-component decay with \(\tau_{\text{fast}} \approx 3\) hr and \(\tau_{\text{slow}} \approx 20\) hr better fits observations, reflecting the distinction between O\(^+\) (fast decay) and H\(^+\) (slow decay) contributions.

16.14 The Substorm Cycle: Loading-Unloading

Growth Phase, Expansion Phase, and Recovery

Step 1: Growth Phase (Loading). During southward IMF, dayside reconnection opens closed dipolar flux and transports it to the tail lobes. The lobe magnetic flux accumulates:

$$\frac{d\Phi_{\text{lobe}}}{dt} = \Phi_{\text{day}} - \Phi_{\text{night}}$$

where \(\Phi_{\text{day}}\) is the dayside reconnection rate and \(\Phi_{\text{night}}\)is the (initially weak) tail reconnection rate.

Step 2. The lobe magnetic pressure increases as flux accumulates:

$$P_{\text{lobe}} = \frac{B_{\text{lobe}}^2}{2\mu_0} \propto \Phi_{\text{lobe}}^2$$

This increased pressure compresses the plasma sheet, thinning it from ~5 \(R_E\) to ~0.5 \(R_E\)over the 30-90 minute growth phase.

Step 3. The loading timescale. The total open flux in the polar cap:

$$\Phi_{\text{PC}} = B_{\text{iono}}\,\pi\,R_{\text{PC}}^2 \approx 5 \times 10^{-5} \times \pi \times (15^\circ \times 111 \text{ km})^2 \approx 0.4 \text{ GWb}$$

The dayside reconnection voltage adds open flux at rate:

$$\frac{d\Phi_{\text{PC}}}{dt} = \Phi_{\text{PC,voltage}} \approx 60 \text{ kV} = 60 \text{ kWb/s}$$

Step 4. The time to significantly load the tail (e.g., double the polar cap flux):

$$\boxed{t_{\text{growth}} \approx \frac{\Delta\Phi_{\text{PC}}}{\Phi_{\text{PC,voltage}}} \approx \frac{0.4 \times 10^9}{60 \times 10^3} \approx 6700 \text{ s} \approx 110 \text{ min}}$$

In practice, substorm onset occurs after 30-90 minutes, before the tail is fully loaded, because instabilities in the thinned current sheet trigger explosive reconnection.

Expansion Phase (Unloading)

Step 5. The expansion phase begins when a near-Earth neutral line (NENL) forms at\(\sim 20\text{--}30\,R_E\). The tail reconnection rate rapidly increases:

$$\Phi_{\text{night}} \gg \Phi_{\text{day}} \quad\text{(unloading)}$$

Step 6. The energy released during a substorm can be estimated from the lobe magnetic energy:

$$E_{\text{lobe}} = \frac{B_{\text{lobe}}^2}{2\mu_0}\,V_{\text{lobe}} \approx \frac{(20 \times 10^{-9})^2}{2 \times 4\pi \times 10^{-7}} \times (20\,R_E)^2 \times (100\,R_E) \approx 3 \times 10^{15} \text{ J}$$

This energy is partitioned among:

  • Plasma sheet heating and earthward convection (~40%)
  • Plasmoid ejection tailward (~30%)
  • Auroral precipitation and ionospheric Joule heating (~20%)
  • Ring current injection (~10%)

Step 7. The expansion phase duration is set by the Alfven transit time across the tail:

$$\boxed{t_{\text{expansion}} \approx \frac{L_{\text{tail}}}{v_A} \approx \frac{20\,R_E}{500 \text{ km/s}} \approx 4.3 \text{ min}}$$

The full expansion phase lasts 15-30 minutes as reconnection proceeds through the stored flux.

Recovery Phase

Step 8. The recovery phase begins when the tail reconnection rate drops below the dayside rate. Open flux is no longer being released faster than it is created. The polar cap contracts, the current sheet thickens, and magnetospheric convection returns to a quiet state over 1-2 hours.

During a geomagnetic storm, multiple substorm cycles occur in sequence, each injecting fresh particles into the ring current. The storm main phase consists of ~5-20 substorms over 6-24 hours, progressively building the ring current until the driving IMF turns northward.

16.15 Dungey Cycle: Magnetic Topology Diagram

The complete Dungey cycle showing dayside reconnection, antisunward convection over the poles, tail reconnection, and return flow through the flanks.

Sun directionTail directionv_swv_swv_swIMF Bz southwardBow shockMagnetopauseEXDaysidereconnectionXTail reconnectionPlasma sheetPlasmoidAntisunward flowAntisunward flowReturn flowReturn flowNoon-midnight meridian cross-section of the Dungey cycle magnetosphere123456

Dungey Cycle Steps:

  1. Dayside reconnection — southward IMF merges with northward geomagnetic field, opening closed flux
  2. Antisunward convection — solar wind drags open field lines over the polar caps
  3. Lobe accumulation — open flux piles up in the north and south tail lobes
  4. Tail reconnection — oppositely directed lobe fields reconnect at the neutral line, closing flux
  5. Earthward return — newly closed flux tubes convect earthward, energizing trapped plasma
  6. Flank return — closed flux circulates back to the dayside, completing the cycle (~1-4 hours)

Enhanced Simulation: Complete Sun-Earth Connection

Complete Sun-Earth Connection: Parker Spiral, IMF, Magnetopause, Dungey Cycle, Burton Dst, Substorms

Python
script.py312 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server