-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to implement IGRF-13? #135
Comments
This (along with MSIS 2.0) would be highly desirable. PRs are welcome. I noticed that the IGRF website is linking to a Python implementation, PyIGRF. Perhaps pyglow could simply use this instead of rolling its own? |
I was debating that. |
Same here. My proposal is that pyglow could implement the new IGRF by using PyIGRF under the hood. On the other hand, it may not be too hard to simply update the coefficients. I haven't looked into this. |
pyIGRF just has basic support - return a value for any given location and time. |
pyglow implements IGRF by wrapping the Fortran functions. It seems like pyIGRF is a pure Python implementation which (assuming it's been validated) is simpler and easier maintained. If pyIGRF implements past versions of IGRF as well, I'd be in favor of scrapping the pyglow implementation entirely and simply calling pyIGRF |
IGRF-13 has been available for some time now. Any plans to integrate it into pyglow?
https://www.ngdc.noaa.gov/IAGA/vmod/igrf.html
Thanks.
The text was updated successfully, but these errors were encountered: