araujolma/SOAR

Vectorize the atmosphere

Closed this issue · 0 comments

In the current state, the atmosphere.py package allows only the calculation of density for a single (scalar) altitude. It would become significantly more efficient if a vectorized calculation was possible.

By the way, since the altitude is always a crescent function of time, the vectorization could be much for efficient than a simple "for" loop around the current solution.