You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-12Lines changed: 23 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,26 +36,38 @@ if you wish, you can also compile MAGEMin yourself, which requires you to instal
36
36
- LAPACKE (C version of LAPACK)
37
37
- NLopt (https://nlopt.readthedocs.io/)
38
38
39
-
Details and guidelines are given in the extended documentation: https://computationalthermodynamics.github.io/MAGEMin/index.html
39
+
Details and guidelines are given in the extended documentation: https://computationalthermodynamics.github.io/MAGEMin/index.html
40
40
41
41
In addition, we make use of [uthash](https://troydhanson.github.io/uthash/) and [ketopt](https://github.com/attractivechaos/klib/blob/master/ketopt.h).
42
42
43
43
44
44
## Available thermodynamic datasets
45
-
The MAGEMin algorithm is general and can be used with any thermodynamic database that are hardcoded for speed reasons. Presently the igneous (Green et al., 2023, updated versions of Holland et al., 2018 and Tomlison et al., 2021), the ultramafic (Evans & Frost, 2021) and the metapelite (White et al., 2014) database are available.
45
+
The MAGEMin algorithm is general and can be used with any thermodynamic database that are hardcoded for speed reasons. Presently the igneous (Holland et al., 2018), the ultramafic (Evans & Frost, 2021), the metabasite (Green et al., 2016) and the metapelite (White et al., 2014) database are available.
46
46
47
47
**Igneous thermodynamic dataset**
48
48
49
49
The hydrous mafic melting model of Holland et al. 2018 can be used to simulate the fractional crystallisation from a hydrous basalt to a felsic melt.
50
50
51
-
- Added May 2022, `MAGEMin v1.0.0`
51
+
- Added May 2022, `MAGEMin v1.0.0`
52
52
- Holland et al., 2018 (see http://hpxeosandthermocalc.org)
53
53
- K2O-Na2O-CaO-FeO-MgO-Al2O3-SiO2-H2O-TiO2-O-Cr2O3 chemical system
The metapelitic model (extended with MnO, White et al., 2014) allows to compute the mineral assemblage from low temperature to supra-solidus conditions.
62
+
63
+
- Added March 2023, `MAGEMin v1.3.0`
64
+
- White et al., 2014a, 2014b (see http://hpxeosandthermocalc.org)
65
+
- K2O-Na2O-CaO-FeO-MgO-Al2O3-SiO2-H2O-TiO2-O-MnO chemical system
The metapelitic model (extended with MnO, White et al., 2014) allows to compute the mineral assemblage from low temperature to supra-solidus conditions.
74
-
75
-
- Added March 2023, `MAGEMin v1.3.0`
76
-
- White et al., 2014a, 2014b (see http://hpxeosandthermocalc.org)
77
-
- K2O-Na2O-CaO-FeO-MgO-Al2O3-SiO2-H2O-TiO2-O-MnO chemical system
82
+
**Metabasite thermodynamic dataset**
83
+
84
+
- added October 2023, `MAGEMin v1.3.5`
85
+
- Green et al., 2016 (see http://hpxeosandthermocalc.org)
86
+
- K2O-Na2O-CaO-FeO-MgO-Al2O3-SiO2-H2O-TiO2-O chemical system
Please keep in mind that the datasets are only calibrated for a limited range of `P`,`T` and `bulk rock` conditions. If you go too far outside those ranges, `MAGEMin` (or most other thermodynamic software packages for that matter) may not converge or give bogus results.
Copy file name to clipboardExpand all lines: doc_raw/index.rst
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
|
12
12
13
-
**MAGEMin v1.3.3**
13
+
**MAGEMin v1.3.5**
14
14
==================
15
15
16
16
MAGEMin (Mineral Assemblage Gibbs Energy Minimization) is a parallel C library callable from any petrological/geodynamic tool. For a given set of pressure, temperature and bulk-rock composition MAGEMin uses a combination of linear programming, extended Partitioning Gibbs free Energy and gradient-based local minimization to compute the most stable mineral assemblage
@@ -35,7 +35,6 @@ Igneous thermodynamic dataset
35
35
- added May 2022
36
36
37
37
38
-
39
38
Ultramafic thermodynamic dataset
40
39
********************************
41
40
- Evans & Frost, 2021 (see http://hpxeosandthermocalc.org)
0 commit comments