mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-04-30 02:35:57 +00:00
Propagation conditions page #92
This commit is contained in:
@@ -33,16 +33,16 @@ SOLAR_STORM_SCALES = [
|
||||
]
|
||||
|
||||
GEOMAG_STORM_DESCRIPTIONS = [
|
||||
(9, "Solar storm. Complete HF blackout, S30+ noise"),
|
||||
(8, "Solar storm. HF sporadic only, S20-30 noise"),
|
||||
(7, "Solar storm. HF intermittent, S9-20 noise"),
|
||||
(6, "Solar storm. HF fading at higher latitudes, S6-9 noise"),
|
||||
(5, "Solar storm. HF fading at higher latitudes, S4-6 noise"),
|
||||
(4, "Active. Minor HF fading at higher latitudes, S2-3 noise"),
|
||||
(3, "Unsettled. Minor HF fading at higher latitudes, S2-3 noise"),
|
||||
(2, "Inactive. No impact, S0-2 noise"),
|
||||
(1, "Quiet. No impact, S0-2 noise"),
|
||||
(0, "Quiet. No impact, S0-2 noise"),
|
||||
(9, "Complete HF blackout"),
|
||||
(8, "HF sporadic only"),
|
||||
(7, "HF intermittent"),
|
||||
(6, "HF fading at higher latitudes"),
|
||||
(5, "HF fading at higher latitudes"),
|
||||
(4, "Minor HF fading at higher latitudes"),
|
||||
(3, "Minor HF fading at higher latitudes"),
|
||||
(2, "No impact"),
|
||||
(1, "No impact"),
|
||||
(0, "No impact"),
|
||||
]
|
||||
|
||||
GEOMAG_STORM_SCALES = [
|
||||
|
||||
Reference in New Issue
Block a user