You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pure Go IGRF (International Geomagnetic Reference Field). This is based on the existing `C` implementation. This package computes values for the geomagnetic field and secular variation for a given set of coordinates and date.
@@ -20,9 +20,9 @@ The output is of type `type IGRFresults struct`. Fields are:
20
20
21
21
|Field name|Fortran name|Unit of measurement|Sample value|Notes|
-[IAGA V-MOD WG and main IGRF website](https://www.ncei.noaa.gov/products/international-geomagnetic-reference-field)
78
79
-[Alken, P., Thébault, E., Beggan, C.D. et al. International Geomagnetic Reference Field: the thirteenth generation. Earth Planets Space 73, 49 (2021).](https://rdcu.be/cKqZv)https://doi.org/10.1186/s40623-020-01288-x
79
-
80
+
-[International Association of Geomagnetism and Aeronomy. (2024). IGRF-14. Zenodo.](https://doi.org/10.5281/zenodo.14012302)
80
81
- Implementation is based on [geomag70.c](https://www.ngdc.noaa.gov/IAGA/vmod/geomag70_linux.tar.gz). [License information](https://www.ngdc.noaa.gov/IAGA/vmod/geomag70_license.html).
0 commit comments