FormingWorlds / PROTEUS

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

Baraffe #108

Closed lsoucasse closed 1 month ago

lsoucasse commented 1 month ago

This work affects the stellar heating. It now always points to Mors to get the stellar flux using either Spada data (and the rotation model of original Mors) or the Baraffe data (without rotation).

It removes the "legacy method" (which actually used Baraffe track data).

Input track data are downloaded automatically from the OSF repository (if needed) when running the main script.

lsoucasse commented 1 month ago

Looks great. You said in the MORS PR that it works when running PROTEUS, so I assume that that tested this PR too.

Also nice to see a move towards fewer passes of COUPLER_options.

Thanks @nichollsh, the main proteus script broke because of this sulfur issue but it went to all new Mors call (setup, dowload data, getting stellar flux) before entering Janus with consistent stellar flux values between Spada and Baraffe data. A more comprehensive test should be done though with updated Janus.

nichollsh commented 1 month ago

That makes sense to me. I'll get the sulfur branch ready.