Introduction

Evaporation and precipitation of water

It is recommended that you first become familiar with the model describing water evaporation and precipitation. You can do this by typing the following command in the R-console:

RTMexercise("evaporation")

The key equations governing that model are summarized here.

Isotope ratio, atom fraction, $\delta$-notation

Before we expand the above equations towards water isotopologues $H_2{}^{16}O$ and $H_2{}^{18}O$, we introduce quantities that are commonly used in stable isotope research. For a given sample, $s$, we denote the number of $H_2{}^{16}O$ and $H_2{}^{18}O$ molecules in the sample by ${}^{16}N_s$ and ${}^{18}N_s$, respectively, and define the ${}^{18}O/{}^{16}O$ isotope ratio according to \begin{equation}\label{eq1} R_s = \frac{{}^{18}N_{s}}{{}^{16}N_{s}}. \qquad \end{equation} When performing mass balance calculations, a more convenient quantity is the so-called ${}^{18}O$ atom fraction, which is defined according to \begin{equation}\label{eq1x} x_s = \frac{{}^{18}N_{s}}{{}^{18}N_{s} + {}^{16}N_{s}}. \end{equation} In this definition, we assumed that the contribution of the $H_2{}^{17}O$ to all stable isotopologues of water is minor and therefore negligible. We will make this assumption throughout this document.

Equations \ref{eq1} and \ref{eq1x} imply the following relationships between $x_s$ and $R_s$: \begin{equation}\label{eq2} x_s = \frac{R_s}{1+R_s}, \qquad R_s = \frac{x_s}{1-x_s}. \end{equation} They can be verified by direct substitution.

Since absolute isotope ratios or atom fractions are difficult to determine analytically, they are typically expressed as a relative difference between two samples. These differences are typically expressed in the $\delta$ notation. Specifically, the relative difference between the isotope ratios in sample b versus sample a is defined according to \begin{equation}\label{eq3} \delta_a (b) = \frac{R_b}{R_a} - 1, \end{equation} where $R_a$ and $R_b$ are the corresponding isotope ratios. Most commonly, the $\delta$ value calculated by Eq. \ref{eq3} is multiplied by 1000 and reported in permil (\textperthousand).

Kinetic isotope fractionation

Following the introduction to the basic terminology and symbols used in stable isotope research, we are now ready to formulate the model of water precipitation and evaporation separately for the $H_2{}^{16}O$ and $H_2{}^{18}O$ isotopologues. We make the following assumptions:

Based on these assumptions, the changes in the amounts of $H_2{}^{16}O$ and $H_2{}^{18}O$ molecules in the gas phase are described by the following differential equations (compare with Eq. \ref{eq1a}): \begin{equation}\label{eq4} \begin{array}{rcl} \displaystyle \frac{{}^{18}N_{vap}}{dt} & = & \displaystyle {}^{18}k_f \cdot x_{liq} \cdot A_{liq} - {}^{18}k_b\cdot x_{vap} \cdot A_{liq} \cdot \frac{N_{vap}}{V_{gas}}, \[5mm] \displaystyle \frac{{}^{16}N_{vap}}{dt} & = & \displaystyle {}^{16}k_f \cdot (1-x_{liq}) \cdot A_{liq} - {}^{16}k_b\cdot (1-x_{vap}) \cdot A_{liq} \cdot \frac{N_{vap}}{V_{gas}}, \end{array} \end{equation} where ${}^{16}k_f$, ${}^{16}k_b$, ${}^{18}k_f$ and ${}^{18}k_b$ are rate constants and $N_{vap}={}^{18}N_{vap} + {}^{16}N_{vap}$ is the total amount of $H_2O$ molecules in the gas phase. We emphasize that for both the forward and backward reaction, the corresponding rate constants differ between the $H_2{}^{16}O$ and $H_2{}^{18}O$ molecules, i.e., ${}^{16}k_f\neq {}^{18}k_f$ and ${}^{16}k_b\neq {}^{18}k_b$. As we will see later (see section "Rate constants" below), this difference will ultimately lead to the so-called equilibrium fractionation effect, i.e., the fact that in a thermodynamic equilibrium, the $^{18}O/^{16}O$ isotope ratio in the water vapor differs from the isotope ratio in the liquid water.

Kinetic versus equilibrium fractionation

In an equilibrium, the time derivatives are equal to zero. Using an asterisk () to denote equilibrium values, this condition yields the following relationships: \begin{equation} \label{eq6} \begin{array}{rcl} \displaystyle \frac{{}^{18}N_{vap}}{dt} = 0 & \rightarrow & \displaystyle {}^{18}k_f \cdot x_{liq}^ = {}^{18}k_b\cdot x_{vap}^ \cdot \left( \frac{N_{vap}}{V_{gas}}\right)^, \[5mm] \displaystyle \frac{{}^{16}N_{vap}}{dt} = 0 & \rightarrow & \displaystyle {}^{16}k_f \cdot (1-x_{liq}^) = {}^{16}k_b\cdot (1-x_{vap}^) \cdot \left( \frac{N_{vap}}{V_{gas}}\right)^*. \end{array} \end{equation}

By dividing the first equation in Eq. \ref{eq6} with the second equation, we obtain \begin{equation} \label{eq8} \frac{{}^{18}k_f}{{}^{16}k_f}\cdot \frac{x_{liq}^}{1-x_{liq}^} = \frac{{}^{18}k_b}{{}^{16}k_b} \cdot \frac{x_{vap}^}{1-x_{vap}^}. \end{equation} This relationship can be written in a simpler form if we consider the following definitions. First, we define the kinetic fractionation factor, $\alpha_{liq}(vap)$, according to \begin{equation} \label{eq9} \alpha_{liq} (vap) \equiv \frac{\displaystyle \left(\frac{{}^{18}k_b}{{}^{16}k_b}\right)}{\displaystyle \left(\frac{{}^{18}k_f}{{}^{16}k_f}\right)}. \end{equation} Additionally, we define the relative difference in the isotopic composition of water vapor versus liquid water according to (see Eq. \ref{eq3}) \begin{equation} \label{eq10} \delta_{liq} (vap) = \frac{R_{vap}}{R_{liq}}-1 \end{equation} and the corresponding equilibrium value according to \begin{equation} \label{eq10eq} \delta^{liq} (vap) = \frac{R{vap}^}{R_{liq}^*}-1. \end{equation}

By combining Eqs. \ref{eq9}--\ref{eq10eq} with Eq. \ref{eq2}, the relationship in Eq. \ref{eq8} can be rewritten according to: \begin{equation} \label{eq11} \delta^{liq}(vap) = \frac{1-\alpha{liq}(vap)}{\alpha_{liq}(vap)} \quad \mathrm{or} \quad \alpha_{liq}(vap)=\frac{1}{1+\delta^{liq}(vap)} = \frac{R^_{liq}}{R^{vap}}. \end{equation} This equation shows that there is an intimate relationship between the kinetic and equilibrium isotope fractionation effects. On the one hand, $\alpha_{liq}(vap)$ is a measure of the differences between the rate constants of the forward (evaporation) and backward (precipitation) reactions for the lighter and heavier water isotopologues (Eq. \ref{eq9}). On the other hand, $\delta^_{liq}(vap)$ is a measure of the difference between the isotopic composition (i.e., the ${}^{18}O/{}^{16}O$ isotope ratio) of the water vapor and liquid water in a thermodynamic equilibrium (Eq. \ref{eq10eq}). Equation \ref{eq11} therefore provides an important insight, which underpins the use of stable oxygen isotopes in the study of the hydrological cycle on Earth: if the rate constants of evaporation and precipitation of water differ between the $H_2{}^{16}O$ and $H_2{}^{18}O$ isotopologues such that the kinetic fractionation factor $\alpha_{liq}(vap)$ (Eq. \ref{eq9}) is different from 1, the isotopic composition of the water vapor will differ from the isotopic composition of the liquid water. In a thermodynamic equilibrium, this latter difference will be equal to $\delta^{liq}(vap)$, which can be calculated from $\alpha{liq}(vap)$ according to Eq. \ref{eq11}. In practice, this conclusion is applied in reverse: by determining the equilibrium fractionation value $\delta^*{liq}(vap)$ experimentally, the kinetic fractionation factor $\alpha{liq}(vap)$ can be calculated from the second formula in Eq. \ref{eq11} (see next section).

Rate constants

Here we synthesize the results from the previous sections to show how to calculate the values of the rate constants ${}^{16}k_f$, ${}^{16}k_b$, ${}^{18}k_f$ and ${}^{18}k_b$ based on other empirical values.

Empirically, it was determined that in a thermodynamic equilibrium, water vapor is by about 10\textperthousand\ depleted in ${}^{18}O$ relative to liquid water, i.e., $\delta^_{liq}(vap) \approx -10$ \textperthousand. (Note that although $\delta^{liq}(vap)$ depends on temperature, we neglect this dependency in this reader.) Combining this value with Eq. \ref{eq11}, we obtain $\alpha{liq}(vap)=1.0101$. We emphasize that this value is greater than 1 if $\delta^*_{liq}(vap)$ is negative.

Next, we combine the expressions for $k_f$ and $k_b$ in Eq. \ref{eq2a} with the definition of $\alpha_{liq}(vap)$ (Eq. \ref{eq9}). Assuming that the empirical coefficients $c_1$ and $c_2$ are the same for $H_2{}^{16}O$ and $H_2{}^{18}O$, we obtain \begin{equation} \label{eq12} \alpha_{liq}(vap)=\frac{{}^{16}P_{vap}^}{{}^{18}P_{vap}^}. \end{equation} Because we showed that $\alpha_{liq}(vap)>1$, this relationship shows that ${}^{16}P_{vap}^ > {}^{18}P_{vap}^$, i.e., the equilibrium vapor pressure for the isotopically lighter water is greater than that for the heavier water.

Next, we combine this result with the Clausius-Clapeyron equation (Eq. \ref{eq3a}). Assuming that the boiling temperature ($T_{boil}$) is the same for $H_2{}^{16}O$ and $H_2{}^{18}O$, we obtain $$ \Delta^{18} \bar{H}{vap} = \Delta^{16} \bar{H}{vap} + R\cdot \frac{T_{boil}\cdot T}{T_{boil}-T} \cdot \ln\alpha_{liq}(vap). $$ This relationship allows us to calculate $\Delta{}^{18} \bar{H}{vap}$ based on the value of $\Delta{}^{16} \bar{H}{vap}$. Specifically, it shows that $\Delta{}^{18} \bar{H}{vap} > \Delta{}^{16} \bar{H}{vap}$ (because $\alpha_{liq}(vap)>1$). In practical calculations, we assume that the molar enthalpy of vaporization of pure $H_2^{16}O$ is equal to the value for the natural water (i.e., $\Delta{}^{16} \bar{H}_{vap} = 40.66~kJ~mol^{-1}$), which is a good approximation given that natural water only contains about 0.2% of $H_2{}^{18}O$.

Finally, we use Eq. \ref{eq2a} with the above results to calculate the rate constants for water evaporation (${}^{16}k_f$ and ${}^{18}k_f$) and precipitation (${}^{16}k_b$ and ${}^{18}k_b$).

Tasks

Task 1 --- equilibrium isotope fractionation

Consider a gas-tight container partially filled with liquid water and air (Figure 1). Using differential equations in Eq. \ref{eq4}, implement a model that can predict the amount of $H_2{}^{16}O$ and $H_2{}^{18}O$ molecules in the water vapor and liquid water as a function of time. Specifically, demonstrate that, in an equilibrium, the ${}^{18}O/{}^{16}O$ isotope ratio in the liquid water differs from the isotope ratio in the water vapor. Run the model assuming that the air is initially dry or fully saturated with water vapor (i.e., the initial relative air humidity is 0 or 100%, respectively).

A gas-tight container filled with liquid water and air.{width=30%}

Assumptions

Task 2 --- isotope exchange between two water reservoirs

Consider an experimental setup where two open containers are enclosed in a gas-tight container filled with air (Figure 2). Both containers are partially filled with water, and the air is initially fully saturated with water vapor. Although there is no direct mixing of liquid water between water reservoirs 1 and 2, there will be an isotope exchange between them due to evaporation and precipitation (i.e., the two liquid reservoirs are "connected" through the water vapor reservoir). Your task is to model the dynamics of this exchange, i.e., predict the isotopic composition of the water vapor and the two liquid water reservoirs as a function of time. How long does it take for an isotopic equilibrium among all water reservoirs to be reached? This task was inspired by the stable isotope labeling experiment used to study the dynamics of polyphosphate in cable bacteria (Geerlings et al. 2022, https://doi.org/10.3389/fmicb.2022.883807).

Experimental setup with two liquid water reservoirs enclosed in a gas-tight container.{width=50%}

Assumptions

In addition to the assumptions listed for Task 1, assume that



dynamic-R/RTM documentation built on Feb. 28, 2025, 1:23 p.m.