kh Subroutine

public pure subroutine kh(T, gas, heavywater, k)

Compute the henry constant kH for a given temperature.

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: T(:)

Temperature in K.

character(len=*), intent(in) :: gas

Gas.

integer(kind=int32), intent(in) :: heavywater

Flag if D2O (1) is used or H2O(0).

real(kind=dp), intent(out) :: k(:)

Henry constant. Filled with NaNs if gas not found.


Called by

proc~~kh~~CalledByGraph proc~kh kh proc~capi_kh capi_kh proc~capi_kh->proc~kh