You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: