This repository was archived by the owner on Dec 9, 2025. It is now read-only.
VelocityConversion v.1.1.1
Python implementation of mantle velocity conversion by Goes et al. (2000).
Changes in v.1.1.1:
Added
- Added support for pipenv.
- The density for the simple pressure calculation can now be defined by
declaring the variableSimpleRho. - Function
Convert()for convenience when using VelocityConversion as a
Python module. - Added
UnavailableMethodErrorwhen user want to use pressure- and
temperature-dependent expansion coefficient (-AlphaPT), since this method
is currently buggy.
Changed
- Enhanced the documentation.
Fixed
- Fixed a bug where the csv tables were not copied when using
pip install .. - Fixed an issue where pressure would not be computed with the simple method.