[CHNOSZ-commits] r276 - in pkg/CHNOSZ: . vignettes
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Nov 2 04:16:39 CET 2017
Author: jedick
Date: 2017-11-02 04:16:38 +0100 (Thu, 02 Nov 2017)
New Revision: 276
Modified:
pkg/CHNOSZ/DESCRIPTION
pkg/CHNOSZ/vignettes/CHNOSZ.dia
pkg/CHNOSZ/vignettes/CHNOSZ.png
pkg/CHNOSZ/vignettes/anintro.Rmd
Log:
anintro.Rmd: update flowchart; add DEW to "Water" section
Modified: pkg/CHNOSZ/DESCRIPTION
===================================================================
--- pkg/CHNOSZ/DESCRIPTION 2017-11-01 14:13:47 UTC (rev 275)
+++ pkg/CHNOSZ/DESCRIPTION 2017-11-02 03:16:38 UTC (rev 276)
@@ -1,6 +1,6 @@
-Date: 2017-11-01
+Date: 2017-11-02
Package: CHNOSZ
-Version: 1.1.0-74
+Version: 1.1.0-75
Title: Thermodynamic Calculations for Geobiochemistry
Author: Jeffrey Dick
Maintainer: Jeffrey Dick <j3ffdick at gmail.com>
Modified: pkg/CHNOSZ/vignettes/CHNOSZ.dia
===================================================================
(Binary files differ)
Modified: pkg/CHNOSZ/vignettes/CHNOSZ.png
===================================================================
(Binary files differ)
Modified: pkg/CHNOSZ/vignettes/anintro.Rmd
===================================================================
--- pkg/CHNOSZ/vignettes/anintro.Rmd 2017-11-01 14:13:47 UTC (rev 275)
+++ pkg/CHNOSZ/vignettes/anintro.Rmd 2017-11-02 03:16:38 UTC (rev 276)
@@ -2023,7 +2023,7 @@
See the [Numerical Tools from GEOPIG](http://geopig.asu.edu/?q=tools) for SUPCRT updates (slop files), including corrections that have not yet been ported to CHNOSZ.
```
-## Water: SUPCRT92 or IAPWS-95
+## Water: SUPCRT92 or IAPWS-95 or DEW
For calculations of the thermodynamic and dielectric properties of liquid and supercritical H<sub>2</sub>O, CHNOSZ uses a Fortran subroutine (`H2O92`) from SUPCRT92 (Johnson et al., 1992).
Alternatively, the IAPWS-95 formulation for thermodynamic properties [@WP02] can be utilized.
@@ -2031,6 +2031,8 @@
However, the IAPWS-95 equations are useful for other applications, and may be extrapolated to a greater range of *T* and *P* than SUPCRT.
See <span style="color:blue">`?water`</span> for more information, as well as the last example in <span style="color:blue">`?subcrt`</span>, where uncommenting the line for the `IAPWS95` option allows extrapolation to lower temperatures for supercooled water.
+More recently (late 2017), an implementation of the [Deep Earth Water](http://www.dewcommunity.org/) (DEW) model was added; see [optional data](#optional-data) for more information.
+
# Messages and errors
As you get started writing your own code and functions that use CHNOSZ, it is not uncommon to encounter problems.
More information about the CHNOSZ-commits
mailing list