Skip to content
Dave Walker edited this page Jun 27, 2026 · 14 revisions
Emergent three-dimensional stromatolite surface produced by the circular masked growth model

Welcome to the *Stromatolite Growth Modelling- project.

This project explores how some of Earth’s earliest complex biological structures can be reproduced using relatively simple computational models.

Rather than attempting to simulate every microscopic process occurring within a microbial mat, the project focuses on the larger ecological interactions that govern stromatolite development: microbial growth, sediment deposition, burial, photosynthesis and changing environmental conditions.

The aim is to investigate how these interacting processes can give rise to the layered structures preserved in the fossil record.

By deliberately separating biological processes from spatial representation, the project demonstrates how increasingly realistic stromatolite morphology can emerge without requiring increasingly complicated biology.

Why Stromatolites?

Stromatolites are among the oldest large-scale biological structures on Earth, with a fossil record extending back more than three billion years.

They provide an extraordinary record of the interaction between life and environment during the early history of our planet.

Although their internal structure can appear remarkably complex, many of the processes responsible for their formation are conceptually simple. This makes stromatolites an ideal subject for computational exploration.

The question underlying this project is straightforward:

Can realistic stromatolite growth emerge from a relatively small set of biologically meaningful mathematical rules?

Project Philosophy

This project is intended as an exploration rather than a definitive scientific model.

Where possible, the implementation favours:

  • Biologically interpretable equations
  • Modular environmental processes
  • Transparent mathematical assumptions
  • Computational simplicity
  • Incremental model development

Many visible features are deliberately allowed to emerge—and now demonstrably do emerge—from the interaction of relatively simple ecological processes rather than being explicitly prescribed.

As the project evolves, new mechanisms are added only where they improve the biological realism or explanatory power of the model.

Current Model

The project consists of a common biological framework implemented across progressively richer spatial representations and increasingly realistic stromatolite geometries.

  • The one-dimensional model provides a reference implementation of the governing biology
  • The two-dimensional model extends these equations into a spatial cross-section
  • The three-dimensional rectangular model establishes the complete three-dimensional computational framework
  • The circular masked model applies that framework to a realistic stromatolite footprint

Throughout each stage, the biological equations describing microbial growth, sediment accumulation, photosynthesis and burial remain unchanged while the geometric representation becomes increasingly realistic.

Core biological model

The biological processes are described by a set of coupled growth equations representing interactions between:

  • Microbial growth
  • Photosynthetic activity
  • Sediment accumulation
  • Burial

These continuous processes are integrated numerically through time.

Layered structure

The current implementation extends the core equations with an event-driven layered model.

As the simulation progresses:

  • The uppermost microbial mat grows continuously
  • Sediment is deposited onto the living surface
  • Burial events terminate growth of the active layer
  • A new microbial mat is established on the newly buried surface
  • Older buried layers remain preserved within the developing stromatolite

This combination of continuous growth and discrete ecological events allows the characteristic laminated structure of stromatolites to emerge naturally from repeated cycles of growth, burial and recolonisation.

Environmental forcing

Environmental conditions are represented as independent forcing functions that modify the biological growth rates without changing the underlying biological framework.

Current forcing includes:

  • Seasonal light variation
  • Annual temperature cycles
  • Light attenuation through the overlying water column
  • Sediment-driven burial events

Each forcing function represents a distinct environmental process and can be enabled, modified or extended independently, allowing increasingly realistic ecological scenarios to be explored while maintaining a transparent and modular model architecture.

Current Implementations

The project currently contains several complementary implementations of the core biological model.

One-Dimensional Reference Model

The one-dimensional model represents a single vertical growth column and serves as the reference implementation of the biological equations.

It provides a transparent framework for understanding microbial growth, sediment burial and lamina formation before introducing spatial complexity.

Two-Dimensional Cross-Section Model

The two-dimensional model extends the same biological framework across a horizontal transect composed of many interacting growth columns.

Each surface location evolves according to the same governing equations while responding to its own local environmental conditions, allowing spatial variability and evolving surface morphology to emerge naturally.

Three-Dimensional Rectangular Model

The three-dimensional rectangular model extends the same biological framework across a complete two-dimensional microbial surface. Each surface location evolves independently according to the core biological model, allowing gentle three-dimensional morphology and internal laminated structure to emerge naturally from local environmental history. This implementation provides the computational foundation for future domed and circular stromatolite models.

Three-Dimensional Circular Masked Model

The circular masked model applies the existing three-dimensional biological framework to a circular growth domain more representative of natural stromatolites.

No new biological processes are introduced. Instead, growth is confined to a circular microbial colony, demonstrating how realistic colony geometry can emerge simply by changing the spatial representation while preserving the underlying biological model.

How to Read this Wiki

The pages in this Wiki fall into three complementary categories:

  • Core biological processes describe the governing equations and ecological mechanisms underlying stromatolite growth
  • Computational implementations describe how those biological processes are represented within the different spatial models
  • Model interpretation explains how to read and interpret the diagnostic outputs produced by each implementation

This organisation reflects the philosophy of the project: the biological model remains constant while progressively richer spatial representations are explored.

Project Goals

The project aims to:

  • Explore the mathematics of stromatolite growth
  • Investigate the interaction between biology and environment
  • Develop an interpretable computational model
  • Generate realistic layered structures through emergent behaviour
  • Investigate how biologically meaningful three-dimensional stromatolite morphology emerges from simple ecological interactions
  • Provide an accessible explanation of the underlying mathematics

Equally importantly, the project serves as a computational natural history exercise, demonstrating how relatively simple mathematical models can illuminate biological processes operating over geological timescales.

Model Evolution

The project has been developed incrementally, with each implementation extending the previous while preserving the underlying biological framework.

  1. One-dimensional — establish the biological model and lamination
  2. Two-dimensional — extend the model into space to investigate cross-sectional morphology
  3. Three-dimensional rectangular — establish a complete three-dimensional computational framework
  4. Three-dimensional circular — apply the framework to a realistic stromatolite footprint
  5. Future — investigate domed morphology, expanding colonies and more realistic environmental interactions

This staged approach allows each increase in complexity to be evaluated independently while maintaining a transparent relationship between biological assumptions and observed morphology.

Clone this wiki locally