-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Feature description
Currently, PROTEUS assumes a prescribed oxygen fugacity (fO₂) at the surface when computing volatile speciation and atmospheric composition. However, in reality the redox state of the mantle evolves during magma ocean solidification due to several processes. In this implementation we focus specifically on the evolution of fO₂ driven by the partitioning of ferric iron (Fe³⁺) between melt and crystallizing solid phases.
This feature introduces self-consistent tracking of the Fe³⁺/Fe²⁺ ratio in the mantle as a function of time and radius, from which the corresponding fO₂ can be derived using an experimentally calibrated relation, based on Schaefer et al. (2024) .This will allow the computation of a radial fO₂ profile at every timestep. In particular, the surface fO₂ can then be passed to the outgassing module (CALLIOPE) to determine gas speciation and atmospheric composition.
Implementing this capability will allow PROTEUS to self-consistently couple interior redox evolution, crystallization, and atmospheric chemistry.
Preferred solution
The proposed implementation follows the formulation described in Schaefer et al. (2024). In that work, oxygen fugacity is computed from the Fe³⁺/Fe²⁺ ratio in the mantle using an experimentally calibrated relation for BSE (Equation 13). The key requirement is therefore to track the evolution of ferric iron (Fe³⁺) during crystallization. In Schaefer et al. (2024), this is done using a chemical fractional crystallization model, where the partitioning of ferric iron between melt and specific mineral phases is explicitly simulated.
In contrast, SPIDER does not explicitly simulate chemical differentiation between mineral phases. Instead, it represents fractional crystallization through the thermal evolution of the magma ocean, where parameters such as grain size control the crystallization regime and influence energy transport. As a result, SPIDER determines how much solid forms but does not track which specific minerals crystallize. Therefore, rather than reproducing a full chemical crystallization model, we adopt a simplified approach that links ferric iron partitioning to the amount of solid produced by SPIDER.
The proposed approximation is:
-
Track Fe³⁺ and Fe²⁺ in the mantle as tracers in each radial cell.
-
When SPIDER forms crystals, redistribute Fe³⁺ between melt and solids using ferric iron partition coefficients.
Because mineralogy is not explicitly tracked, assume that the crystallizing phases correspond to MgSiO₃ minerals represented by the current EOS. As a first-order approximation:
*At high pressures, crystallizing phases are assumed to behave like Bridgmanite.
*At lower pressures, they can be approximated as enstatite-like MgSiO₃ phases.
The specific mineral phase is therefore approximated using pressure cutoffs, while the thermodynamic structure remains consistent with the MgSiO₃ mantle EOS already used in PROTEUS. This provides a radial fO₂ profile throughout the mantle and a self-consistent surface fO₂ that can be used by the in/outgassing module
Additional information
The original MATLAB code is open source and available here.
This issue is a sub-issue from #289 which has as a parent issue #57
I will start implementing this approach in the next couple of weeks :)
Relevant people
Metadata
Metadata
Assignees
Labels
Type
Projects
Status