spedas / pyspedas

Python-based Space Physics Environment Data Analysis Software
https://pyspedas.readthedocs.io/
MIT License
154 stars 60 forks source link

Add Tsyganenko, Andreeva, Gordeev 2014 neutral sheet model #570

Closed jameswilburlewis closed 3 months ago

jameswilburlewis commented 1 year ago

See https://github.com/spedas/bleeding_edge/issues/88

To implement this in pyspedas, we could make a new Python package and compile binary wheels for Linux, Mac, and Windows platforms. Another option would be to translate the Fortran code to pure Python, after compiling the Fortran version to use as a test comparison.

jameswilburlewis commented 1 year ago

Translated code has been added to analysis/neutral_sheet.py. There is still a bit of work to be done to complete the integration: