FormingWorlds / JANUS

1-D prescribed atmosphere model of planetary atmospheres that makes use of the SOCRATES radiative transfer code.
https://proteus-code.readthedocs.io/
Apache License 2.0
1 stars 0 forks source link

JANUS workflow #20

Closed lsoucasse closed 4 weeks ago

lsoucasse commented 1 month ago

I think the JANUS module can benefit from a clearer workflow with new functions that encapsulate the main steps one can find in the SocRadConv script or the demo scripts (and the PROTEUS main script!).

It could be something like: janus.setup_directories janus.set_stellar_luminosity(stellar_spectral_file) janus.run(config_file) janus.write_atmosphere() ...

This is linked with the management of input data/parameters in both JANUS and PROTEUS (issue @FormingWorlds/PROTEUS#74)