Skip to content

Commit 889c3c6

Browse files
committed
Adding new CHAOS-8 MIO model.
1 parent 9d1cfe0 commit 889c3c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/viresclient/_client_swarm.py

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
"CHAOS-8 Secondary (internal) magnetospheric field",
6161
" http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/ ",
6262
),
63+
"CHAOS-MIO": (
64+
"CHAOS-8 Ionospheric field",
65+
" http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/ ",
66+
),
6367
"MF7": (
6468
"MF7 crustal field model, derived from CHAMP satellite observations",
6569
" http://geomag.org/models/MF7.html",
@@ -1549,6 +1553,7 @@ class SwarmRequest(ClientRequest):
15491553
"CHAOS-Static",
15501554
"CHAOS-MMA-Primary",
15511555
"CHAOS-MMA-Secondary",
1556+
"CHAOS-MIO",
15521557
"MCO_SHA_2C",
15531558
"MCO_SHA_2D",
15541559
"MLI_SHA_2C",

0 commit comments

Comments
 (0)