mantle-convection-constrained / terratools

Tools to read, analyse and visualise models written by the TERRA mantle convection code
https://terratools.readthedocs.io/en/latest/
MIT License
6 stars 5 forks source link

Docs: Add examples for point evaluation and cross sections #113

Closed anowacki closed 10 months ago

anowacki commented 10 months ago

Add example scripts and pages for

Along the way, add a set of points on the TERRA lateral grid as data in examples/data/example_mesh_points.txt. These points are useful in constructing synthetic TerraModels which have the same structure as those actually written by TERRA.

anowacki commented 10 months ago

Test failure is one caused by a bad test for TerraModel.plot_section failing randomly, which will be fixed in another PR.

anowacki commented 10 months ago

Test failures resolved by #114.