Getting started
Usage within the PROTEUS framework
CALLIOPE is most commonly installed and used as part of the PROTEUS framework. For coupled atmosphere-interior runs, the PROTEUS Getting Started guide is the right entry point; this site documents the standalone CALLIOPE API and the contract it exposes to PROTEUS.
Quick path
-
Install CALLIOPE Editable install with the
docsextra so you can also rebuild this site.
See Installation guide. -
Configure your problem Build the input dictionary that CALLIOPE expects: planet mass, gravity, radius, \(T_\mathrm{magma}\), \(\Phi_\mathrm{global}\), \(\Delta\mathrm{IW}\), plus the included-volatile flags.
See Configuration. -
Run the equilibrium solver Call
equilibrium_atmosphere(target, ddict)from thecalliope.solvemodule on your prepared input.
See Usage, or follow the end-to-end First run tutorial.
What do you want to do?
-
Install
-
Configure
-
Use CALLIOPE
-
Understand the model
-
Browse the API
-
Contribute / browse code
-
Raise an issue
-
Get in touch