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

Move JANUS wrapper to JANUS repo #120

Closed stefsmeets closed 1 week ago

stefsmeets commented 1 month ago

PROTEUS now handles a lot of the wrapping of JANUS, see https://github.com/FormingWorlds/PROTEUS/blob/master/utils/janus.py.

Contextually and for better separation of concerns, the RunJanus class fits very will in the JANUS code. This will make it easier to maintain the code (just import RunJanus), and makes JANUS a bit more standalone.

lsoucasse commented 1 month ago

Created a symmetric issue on the Janus side: FormingWorlds/JANUS#47