pyMelt Quickstart
Contents:
About
pyMelt is an open-source python library for calculating the melting behaviour of the Earth’s mantle. The library implements the melting equations for multi-component mantle set out by Phipps Morgan (2001) alongside a number of melting models for lherzolite and pyroxenite lithologies.
You can try out pyMelt without installing it by using the myBinder service.
Installation
It is possible to install pyMelt using pip:
pip install pyMelt
Always use the most up-to-date version of the code:
See the installation section for detailed instructions and dependencies.