|
40 | 40 |
|
41 | 41 | MODEL_REFERENCES = {
|
42 | 42 | "IGRF": (
|
43 |
| - " International Geomagnetic Reference Field: the thirteenth generation, (https://doi.org/10.1186/s40623-020-01288-x) ", |
44 |
| - " https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html ", |
45 |
| - ), |
46 |
| - "IGRF12": ( |
47 |
| - " International Geomagnetic Reference Field: the 12th generation, https://doi.org/10.1186/s40623-015-0228-9 ", |
48 |
| - " https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html " |
49 |
| - " deprecated model identifier, use IGRF instead", |
| 43 | + " International Geomagnetic Reference Field 14 (https://doi.org/10.5281/zenodo.14012302) ", |
| 44 | + " https://www.ncei.noaa.gov/products/international-geomagnetic-reference-field ", |
50 | 45 | ),
|
51 | 46 | "CHAOS-Core": (
|
52 | 47 | "CHAOS-8 Core field (SH degrees 1-20)",
|
|
64 | 59 | "CHAOS-8 Secondary (internal) magnetospheric field",
|
65 | 60 | " http://www.spacecenter.dk/files/magnetic-models/CHAOS-8/ ",
|
66 | 61 | ),
|
67 |
| - "CHAOS-6-Core": ( |
68 |
| - "CHAOS Core field", |
69 |
| - " deprecated model identifier, use CHAOS-Core instead", |
70 |
| - ), |
71 |
| - "CHAOS-6-Static": ( |
72 |
| - "CHAOS crust field", |
73 |
| - " deprecated model identifier, use CHAOS-Static instead", |
74 |
| - ), |
75 |
| - "CHAOS-6-MMA-Primary": ( |
76 |
| - "CHAOS Primary (external) magnetospheric field", |
77 |
| - " deprecated model identifier, use CHAOS-MMA-Primary instead", |
78 |
| - ), |
79 |
| - "CHAOS-6-MMA-Secondary": ( |
80 |
| - "CHAOS-Secondary (internal) magnetospheric field", |
81 |
| - " deprecated model identifier, use CHAOS-MMA-Secondary instead", |
82 |
| - ), |
83 | 62 | "MF7": (
|
84 | 63 | "MF7 crustal field model, derived from CHAMP satellite observations",
|
85 | 64 | " http://geomag.org/models/MF7.html",
|
|
158 | 137 | ),
|
159 | 138 | }
|
160 | 139 |
|
161 |
| -DEPRECATED_MODELS = { |
162 |
| - "IGRF12": "Use IGRF instead.", |
163 |
| - "CHAOS-6-Core": "Use CHAOS-Core instead.", |
164 |
| - "CHAOS-6-Static": "Use CHAOS-Static instead.", |
165 |
| - "CHAOS-6-MMA-Primary": "Use CHAOS-MMA-Primary instead.", |
166 |
| - "CHAOS-6-MMA-Secondary": "Use CHAOS-MMA-Secondary instead.", |
167 |
| -} |
| 140 | +DEPRECATED_MODELS = {} |
168 | 141 |
|
169 | 142 | COLLECTION_REFERENCES = {
|
170 | 143 | "MAG": (
|
@@ -1341,17 +1314,12 @@ class SwarmRequest(ClientRequest):
|
1341 | 1314 |
|
1342 | 1315 | MAGNETIC_MODELS = [
|
1343 | 1316 | "IGRF",
|
1344 |
| - "IGRF12", |
1345 | 1317 | "LCS-1",
|
1346 | 1318 | "MF7",
|
1347 | 1319 | "CHAOS-Core",
|
1348 | 1320 | "CHAOS-Static",
|
1349 | 1321 | "CHAOS-MMA-Primary",
|
1350 | 1322 | "CHAOS-MMA-Secondary",
|
1351 |
| - "CHAOS-6-Core", |
1352 |
| - "CHAOS-6-Static", |
1353 |
| - "CHAOS-6-MMA-Primary", |
1354 |
| - "CHAOS-6-MMA-Secondary", |
1355 | 1323 | "MCO_SHA_2C",
|
1356 | 1324 | "MCO_SHA_2D",
|
1357 | 1325 | "MLI_SHA_2C",
|
|
0 commit comments