ATMOS icon indicating copy to clipboard operation
ATMOS copied to clipboard

Performance improvements for nrlmsis00

Open ahmed-f-alrefaie opened this issue 2 years ago • 0 comments

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

ahmed-f-alrefaie avatar Oct 28 '22 14:10 ahmed-f-alrefaie