Compute the saturation temperature at pressure ps. Validity range 611.213 Pa <= ps <= 22.064 MPa.
Type | Intent | Optional | 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. |