terratools v1.2.0
This release adds new features and important bugfixes.
New features
- Add ability to calculate plume buoyancy flux using
terra_model.TerraModel.buoyancy_flux
Bugfixes
- Fix bug in reading model files without composition
- Fix calculation of mantle adiabat
Changes to dependecies
- terratools now requires Python version 3.9 or newer
Significant pull rquests merged
- Fixed definition of PREM pressure function to allow model pickling to work by @jwookey in #159
- Fix reading of NetCDF files without composition by @anowacki in #165
- Plume buoyancy flux by @jamespanton93 in #170
- Fix: Correct adiabat calculation by @FranckLatallerie in #186
New Contributors
- @FranckLatallerie made their first contribution in #186
Full Changelog: v1.1.0...v1.2.0