-
Notifications
You must be signed in to change notification settings - Fork 0
Sediment Burial Events
One of the defining characteristics of stromatolites is their laminated internal structure.
Each lamina represents a period of microbial growth that is interrupted by the deposition of sediment. Once the actively growing microbial surface becomes buried, photosynthetic activity ceases and a new microbial community colonises the freshly deposited material. Repeated cycles of growth, burial and recolonisation gradually construct the layered architecture preserved within the stromatolite.
The model treats burial not as an arbitrary event, but as an ecological consequence of sediment deposition.
Early versions of the model generated laminae by burying the microbial mat once it reached a predetermined thickness.
Although this produced convincing layered structures, it implied that burial was triggered by biological growth itself rather than by changes in the surrounding environment.
The current implementation instead links burial directly to sediment accumulation.
This better reflects natural stromatolite systems, where the deposition of sediment—often associated with storms or other energetic conditions—periodically interrupts microbial growth.
The model represents the following sequence of events.
- Sediment is deposited onto the actively growing microbial surface.
- Sediment accumulates above the microbial mat.
- Once sufficient material has accumulated, the active surface becomes buried.
- Photosynthetic activity at the buried surface ceases.
- A new microbial community colonises the newly deposited sediment.
- Biological growth resumes, initiating the next lamina.
Rather than prescribing when a new layer should form, the model allows this sequence to emerge naturally from changing environmental conditions.
The model continuously monitors the amount of sediment present on the actively growing surface.
When sediment accumulation exceeds a specified threshold, the existing microbial layer is considered buried and biological activity is transferred to a newly established surface above the deposited sediment.
Because sediment deposition varies through time, the timing of burial events also varies naturally.
Periods of sustained low sediment supply may allow prolonged biological growth, whereas energetic depositional events can rapidly terminate an existing growth phase.
Many burial events are associated with episodic increases in sediment supply.
Within the model these may arise from stochastic storm events, which temporarily increase the rate of sediment deposition.
Large sediment pulses therefore produce:
- More frequent burial events
- Sediment-rich laminae
- Shorter intervals of uninterrupted biological growth
Quieter environmental conditions allow microbial mats to remain active for longer periods, producing thicker biologically dominated laminae.
The internal structure of the stromatolite therefore reflects both its biological development and its environmental history.
Because burial is controlled by sediment deposition rather than by a fixed biological thickness, the resulting laminated structure is an emergent property of the simulation.
The model naturally produces:
- Laminae of differing thickness
- Variable intervals between successive burial events
- Sediment-rich layers following energetic conditions
- Biologically dominated intervals during quieter periods
These features are not prescribed directly. They arise from the interaction between microbial growth and changing environmental conditions.
The same ecological process applies throughout every implementation of the project.
In the one-dimensional reference model, burial affects a single actively growing microbial column.
In the two-dimensional cross-sectional model, each position along the stromatolite surface maintains its own active microbial community and sediment layer. Burial is therefore evaluated independently at every surface location, allowing neighbouring regions to experience different environmental histories.
The three-dimensional implementations extend this same principle across an entire microbial surface. Every active surface cell independently accumulates sediment, undergoes burial and establishes new microbial layers while remaining subject to the same underlying biological equations.
Consequently, the increasingly complex laminated structures observed in the three-dimensional models do not arise from new burial mechanisms. They emerge simply because the same ecological process is operating across progressively richer spatial geometries.
Throughout every implementation, the biological rules governing burial remain unchanged; only their spatial representation becomes more realistic.
Burial events do not introduce new biological processes. Instead, they alter the conditions under which the existing biological model operates.
During each simulation step the model:
- Updates environmental sediment deposition.
- Calculates sediment accumulation at the active surface.
- Determines whether burial occurs.
- Establishes a new active microbial surface where required.
- Continues solving the biological growth equations.
The governing differential equations remain unchanged throughout this sequence.
Burial operates alongside the other environmental forcing mechanisms within the model.
- Seasonal forcing modifies biological growth rates.
- Water-column attenuation determines the light available for photosynthesis.
- Sediment deposition controls when active microbial surfaces become buried.
Together these processes determine both the rate of stromatolite growth and the formation of its characteristic laminated structure.
The burial model illustrates one of the central design principles used throughout the project.
Wherever possible, visible geological structures should emerge from biologically and environmentally meaningful processes rather than from predefined construction rules.
The model does not instruct the stromatolite to produce a new lamina after reaching a particular thickness.
Instead, new layers form because environmental sediment deposition periodically buries the living microbial surface, forcing biological activity to migrate upward onto newly deposited material.
Lamination is therefore an emergent consequence of ecological interaction rather than an imposed geometric pattern.