Open jameswilburlewis opened 1 year ago
Let's ask Haje if he can include this in GEOPACK, possibly with some of the work Fik has already done.
One thing to note: I don't see a license for this code anywhere, so we should get permission from Nikolai before reproducing/redistributing it
It's licensed under GPL 3: https://geo.phys.spbu.ru/~tsyganenko/empirical-models/
The code looks simple enough to be worth implementing in pure Python and IDL.
Direct link to code: https://geo.phys.spbu.ru/~tsyganenko/models/cs/TAG14.for
Translated code has been added to general/misc/neutral_sheet.pro. There is still a bit of work to be done to complete the integration:
Fik Beyene asked if we could add this neutral sheet model to SPEDAS:
https://geo.phys.spbu.ru/~tsyganenko/empirical-models/current_sheet/neutral_sheet/
The reference implementation is written in Fortran, so this would mean packaging it as a DLM and compiling binaries for Mac, Windows, and Linux platforms. We could also try translating Fortran to pure IDL, but we'd want to have the Fortran version up and running for testing purposes.