News

Our latest paper reveals how plate tectonics has driven Earth's climate shifts featured image

Our latest paper reveals how plate tectonics has driven Earth's climate shifts

New research published in Communications Earth & Environment shows that the balance between volcanic outgassing and carbon sequestration into oceanic lithosphere is the key driver …

avatar
Dr. Ben Mather
Ray + Zarr: a better way to scale plate reconstruction workflows featured image

Ray + Zarr: a better way to scale plate reconstruction workflows

Why I've moved from Dask to Ray for distributed raster processing, and why Zarr is the natural storage format to pair with it.

avatar
Dr. Ben Mather
GPlately 2.0 is here featured image

GPlately 2.0 is here

GPlately version 2.0 has been released on GitHub — a major milestone for our open-source Python library for plate tectonic reconstructions. Here's a quick tour of what it can do.

avatar
Dr. Ben Mather
Installing Python on Mac M1 featured image

Installing Python on Mac M1

The new Mac M1 processors are pretty cool, and are enough to convert this veteran Linux user to Mac. Since Mac M1, M2, etc. are all ARM-based there are some differences to be aware …

avatar
Dr. Ben Mather
Turning up the heat on Earth temperature modelling featured image

Turning up the heat on Earth temperature modelling

Dr Ben Mather and Prof Louis Moresi from AuScope’s Simulation, Analysis and Modelling (SAM) program have recently developed a novel, speedy and data-driven way to model the …

avatar
Dr. Ben Mather

Expedition to the Coral Sea

Chronicles the voyage on the RV Investigator to collect rock samples from ancient volcanoes on the sea floor

Introducing Stripy featured image

Introducing Stripy

Geodynamicists from Sydney and Australian National universities have developed Stripy, a software module that allows scientists to efficiently place GIS ‘wrapping paper’ around the …

avatar
Dr. Ben Mather
Continuous Integration with Travis CI featured image

Continuous Integration with Travis CI

A bit of a late-comer to this game, I’ve just discovered the merits of so-called “continuous integration”. In a Journal of Open Source Software (JOSS) review for stripy, one of the …

avatar
Dr. Ben Mather
May the 4th be with you... featured image

May the 4th be with you...

In an Underworld release far, far away… Geodynamicists struggle to model planetary dynamics due to the Cartesian Empire. Physical observations suffer inappropriate meshing and …

avatar
Dr. Ben Mather

Multiprocessing in Python

Most of the codes I develop run in parallel using MPI (Message Passing Interface) using the python wrapper, mpi4py. There is a reason why highly scalable programs use this …

avatar
Dr. Ben Mather