Skip to content

Commit bf1e680

Browse files
authored
Update CHAOS-8 reference (#118)
1 parent 3eecdff commit bf1e680

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/viresclient/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
from ._config import ClientConfig, set_token
3636
from ._data_handling import ReturnedData, ReturnedDataFile
3737

38-
__version__ = "0.12.0"
38+
__version__ = "0.12.1-alpha"

src/viresclient/_client_swarm.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@
4949
" deprecated model identifier, use IGRF instead",
5050
),
5151
"CHAOS-Core": (
52-
"CHAOS-7 Core field (SH degrees 1-20)",
53-
" http://www.spacecenter.dk/files/magnetic-models/CHAOS-7/ ",
52+
"CHAOS-8 Core field (SH degrees 1-20)",
53+
" http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/ ",
5454
),
5555
"CHAOS-Static": (
56-
"CHAOS-7 crust field (SH degrees 21-185)",
57-
" http://www.spacecenter.dk/files/magnetic-models/CHAOS-7/ ",
56+
"CHAOS-8 crust field (SH degrees 21-185)",
57+
" http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/ ",
5858
),
5959
"CHAOS-MMA-Primary": (
60-
"CHAOS-7 Primary (external) magnetospheric field",
61-
" hhttp://www.spacecenter.dk/files/magnetic-models/CHAOS-7/ ",
60+
"CHAOS-8 Primary (external) magnetospheric field",
61+
" http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/ ",
6262
),
6363
"CHAOS-MMA-Secondary": (
64-
"CHAOS-7 Secondary (internal) magnetospheric field",
65-
" http://www.spacecenter.dk/files/magnetic-models/CHAOS-7/ ",
64+
"CHAOS-8 Secondary (internal) magnetospheric field",
65+
" http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/ ",
6666
),
6767
"CHAOS-6-Core": (
6868
"CHAOS Core field",

0 commit comments

Comments
 (0)