Skip to content

Commit 52982c1

Browse files
committed
Added warnings section to synth_values_ion on computing estimates below the reference height.
1 parent 726846a commit 52982c1

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

chaosmagpy/chaos.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,6 +2303,24 @@ def synth_values_ion(self, time, radius, theta, phi, imf_y, imf_z, v,
23032303
chaosmagpy.coordinate_utils.coupling_Newell
23042304
chaosmagpy.coordinate_utils.dipole_tilt
23052305
2306+
Warnings
2307+
--------
2308+
Predictions of the ionospheric magnetic field below the reference
2309+
height (110 km), including at the Earth's surface, are only approximate
2310+
because contributions from the associated Earth-induced magnetic field
2311+
are not taken into account.
2312+
2313+
The CHAOS-8 ionospheric field is estimated from data at satellite
2314+
altitude and represents the combined fields from the E-layer currents
2315+
and associated Earth-induced currents. Because these two contributions
2316+
are not separated in the model, the total ionospheric field cannot be
2317+
directly downward-continued to the Earth's surface. However, since the
2318+
induced counterpart is expected to be small at satellite altitude, the
2319+
dominant E-layer field can be approximated at ground level, assuming
2320+
the E-layer currents flow in a horizontal sheet at the reference
2321+
height. This function implements the above approximation to estimate
2322+
the dominant E-layer field below the reference height.
2323+
23062324
Notes
23072325
-----
23082326
Time series of the interplanetary magnetic field (``imf_y``,

0 commit comments

Comments
 (0)