Learn R Programming

seacarb (version 2.3.1)

p2fCO2: Converts pCO2 (partial pressure in CO2) into fCO2 (fugacity of CO2)

Description

Converts pCO2 (partial pressure in CO2) into fCO2 (fugacity of CO2)

Usage

p2fCO2(T = 25, pCO2)

Arguments

T
Temperature in degrees Celsius, default is 25oC
pCO2
Partial pressure in CO2, the unit given here define the unit of fugacity in output

Value

  • fCO2Fugacity of CO2, given in the same unit than pCO2, entered in argument.

encoding

latin1

References

Dickson A. G., Sabine C. L. and Christian J. R., 2007 Guide to best practices for ocean CO2 measurements. PICES Special Publication 3, 1-191.

See Also

f2pCO2.

Examples

Run this code
p2fCO2(T=25, pCO2=380)

Run the code above in your browser using DataLab