Tsat Subroutine

public pure subroutine Tsat(ps, Ts)

Compute the saturation temperature at pressure ps. Validity range 611.213 Pa <= ps <= 22.064 MPa.

Arguments

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

Saturation pressure in MPa.

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

Saturation temperature in K. Filled with nan if out of validity range.


Called by

proc~~tsat~~CalledByGraph proc~tsat Tsat proc~capi_tsat capi_Tsat proc~capi_tsat->proc~tsat