p-winds v0.5.4-beta
Pre-release
Pre-release
p-winds
is a Python implementation of Parker wind models for planetary atmospheres.
New in the 0.5.4-beta version:
helium.py
now usesodeint()
instead ofsolve_ivp()
as default to solve the steady-state distribution of helium because it yields results 2.6 times faster.hydrogen.py
still usessolve_ivp()
because it is faster thanodeint()
in that case.