FormingWorlds / PROTEUS

Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets.
https://proteus-code.readthedocs.io
Apache License 2.0
10 stars 1 forks source link

Move volatile calculations outside of SPIDER #94

Closed nichollsh closed 1 month ago

nichollsh commented 1 month ago

Outgassing is currently handled by SPIDER. Since it is not handled by the SPIDER replacement (aragog - issue #62), we will need to separate the interior and outgassing models.

In the mean time, we can take initial steps by handling volatile outgassing entirely via the SolveVolatileAbundances script (which does the same thing anyway).

Eventually, SolveVol will be replaced as in issue #82.

nichollsh commented 1 month ago

I have this almost-working in a branch @solvevol. Needs more testing, but seems to be working well.