Returns Henry's constant for gas of interest
calc_kH(t, gas = "CO2")
t | numeric; temperature in °C |
---|---|
gas | character; Gas to calculate kH for. See 'Details'. |
Numeric value of Henry's constant Hcp (mol/(L*atm))
Currently supported gases:
CO2
CH4
#> [1] 0.04008492 0.03786471 0.03886059 0.03847592 0.04091080calc_kH(watertemperature, "ch4")#> [1] 0.001450813 0.001396734 0.001421119 0.001411725 0.001470673