Skip to content

Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets.

License

Notifications You must be signed in to change notification settings

shami-EEG/PROTEUS

 
 

Repository files navigation

PROTEUS Framework for Planetary Evolution

Documentation Status License

Documentation

https://proteus-code.readthedocs.io

Contact

https://proteus-code.readthedocs.io/en/latest/contact.html

Contributors

Repository structure

Object Description
proteus.py Main PROTEUS Python script
README.md Overview file
pyproject.toml Documentation file
CODE_OF_CONDUCT.md Project code of conduct
LICENSE Project license
AEOLUS/ Submodule AEOLUS
SPIDER/ Submodule SPIDER
VULCAN/ Submodule VULCAN
Mors/ Submodule Mors
utils/ Code used for running PROTEUS and its submodules
plot/ Code used for plotting results
output/ Output folder with subfolders for each model run
input/ Input folder (e.g. stellar spectra, example configs)
docs/ Documentation source files
tests/ Test cases that the model should be able to reproduce

Installation instructions

See https://proteus-code.readthedocs.io/en/latest/installation.html for steps and troubleshooting advice.

Run instructions

Only attempt to run PROTEUS after you have followed all of the installation instructions.
If using a fresh shell, it is necessary to perform the following steps:

  1. conda activate proteus (if using Anaconda/Miniconda)
  2. source PROTEUS.env
    Then you can start the model by running: python proteus.py.
    See the ReadTheDocs pages for more information.

Updating the code

Run git submodule update --recursive --remote

About

Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.4%
  • Jupyter Notebook 48.1%
  • Shell 0.5%