ladsantos / p-winds

Python implementation of Parker wind models for exoplanet atmospheres
https://p-winds.readthedocs.io/
MIT License
10 stars 5 forks source link

Allow inputs as function of radius #9

Closed ladsantos closed 3 months ago

ladsantos commented 3 years ago

Allow a non-isothemal temperature profile as input, as well as profiles of mean molecular weight.

ladsantos commented 3 years ago

The helium.py module currently accepts input in function of radius. It needs further testing.

ladsantos commented 7 months ago

Added option for non-isothermal temperature profile in transit module in commit 863f699.