A 2D thermally diffusion-advection Python code for study of the buoyancy of lithospheric mantle
- params.py - main script / executable / change basic paramters
- lithbuoy.py - sub-routines / time-stepping / calculations
- mantle.py - properties of each lithospheric mantle type
- sim_figs.py - plot output (see an example below)
- NumPy (http://numpy.org)
- SciPy (http://scipy.org)
- Matplotlib (http://matplotlib.org)
- Pandas (http://pandas.pydata.org)