Space, time and reference frames

Let's look at what is probably the simplest model of foraminiferal test accumulation possible. This model will be highly unrealistic but its simplicity will help to elucidate some important concepts relating to time, space and reference frames.

Test accumulation in a static reference frame

Let's consider a thin volume of sediment at surface of the seabed. A basic axiom is that any foraminiferal tests produced within this small volume must either be removed from the volume (e.g taphonomic destruction) or accumulate within the volume. Let's assume that taphonomic processes are absent and therefore no tests are lost. We'll also ignore bioturbation which may either remove tests from or add tests to a given volume of sediment. Finally, for simplicity, we'll assume that the rate of test production doesn't vary through time and is therefore a simple constant ($P$).

It follows from these assumptions that the concentration of dead tests ($C$) increases at the same constant rate as test production. We can write this formally as,

$$\frac {dC}{dt} = P \hspace{1cm} (1)$$

Integrating this very simple differential equation with respect to $dt$ gives us an explicit expression for dead test concentration within the volume through time ($t$),

$$C = C_0 + Pt$$

where $C_0$ is the concentration of dead tests at the start (i.e. $t = 0$). It might be obvious that this model is a simple straight line with y-intercept $C_0$ and gradient $P$. So, depending on what the starting concentration ($C_0$) is in the volume we're considering (possibly zero), we can calculate the concentration at any later time, $t$.

There are a number of obvious drawbacks to this model. For example, the concentration of tests can become implausibly large with enough time, with nothing to check it. In reality, taphonomic processes may contribute to limiting test concentrations in many cases. But even without taphonomic processes, it is obvious that sediments do not continue to accumulate tests forever because they get buried away from the upper sedimentary zone of test production. So, perhaps the simple model described above would be a reasonable(-ish) model for short timescales where burial can be ignored. But it is not likely to be appropriate for any situation involving the timescales over which burial takes.

Tracking a sediment parcel through burial

In real systems, test production occurs only over a finite depth interval, below which there is no test production. As sediment accumulates, this zone of test production shifts upwards with the shifting sediment-water interface. From the perspective of our sedimentary volume, this looks like a downward movement relative to the sediment-water interface, through the zone of test production and beyond. Since the test production rate - from the perspective of our layer undergoing burial - now changes through time, our test accumulation model is now a function of time, $t$:

$$\frac {dC}{dt} = P(t)$$

Let's imagine, and simple modification to the previous model, where tests are produced at the same rate over a depth of $X$ cm. We'll label this rate $P_0$ to differentiate it from what is now the more generic function $P(t)$. When the layer is at a depth $x < X$, it receives tests at a rate $P_0$. When the layer is at a depth $x > X$, it receives no tests. If the rate of sedimentation is $w$, then we can say that the time it takes for the volume to pass through the depth $X$ is $\frac {X}{w}$. It follows that we can define $P(t)$ as a step function,

$$P(t) = P_0 \hspace{1cm} t < \frac {X}{w}$$$$P(t) = 0 \hspace{1cm} t > \frac {X}{w}$$

So, from knowing how test production varies with depth and knowing the sedimentation rate, we have produced a description of the accumulation of tests in a sedimentary layer undergoing burial.

Some python code...


In [ ]:


In [ ]:

So since the test production rate is constant over the intial period of burial, the tests accumulate similarly to our original example. But this accumulation does at least cease at some point.

But lets try a slightly (only just) more interesting production function. Lets say it decreases linearly with depth. So $P(x)$ is function of $x$,

$$P(x) = P_0 - bx$$

So now, $P_0$ is the produciton rate at the sediment surface (i.e. $x = 0$) and the rate of test production decreases with increasing depth. If,

$$\frac {dx}{dt} = w$$

then,

$$ \begin{array}{rcl} x &=& \int w \space dt \\ &=& x_0 + wt \\ &=& wt \\ \end{array} $$

since $x_0 = 0$ (the layer starts at the surface; $x = 0$ at $t = 0$). Substituting in the expression for $P(x)$ we can redefine $P$ as a function of $t$,

$$P(t) = P_0 - bwt$$

So $P(t)$ reaches zero at a depth of $\frac {P_0}{b}$ (or a time of $\frac {P_0}{bw}$).

More generally, if we know the depth-dependency of test production, and we know the seidmentation rate, we can derive the time-dependency of test production for a layer undergoing burial.


In [ ]:


In [ ]:


In [ ]:


In [ ]:

Things to describe

Sedimentation makes assemblage formation finite in time Sedimentation scales processes according to rate