ATMOS
ATMOS copied to clipboard
Performance improvements for nrlmsis00
I've optimized some portions of the code. In particular, the nrlmsis00_data function now uses lru_cache, which is only loaded once, giving a 5x performance improvement.
Additionally, I've migrated globe7 to use pythons inbuilt math library variants as they perform better on scalars than NumPy