Hello,
The following recipe is not straight but you have all the ingredients. You can adapt it if you only need integer value accuracy.
The equation of the ideal psychometric allows to calculate from the measures of T and Tw and for a given atmospheric pressure P the saturation water vapor pressure and then the dewpoint temperature.
Relation of the ideal psychometric
e'w(Td,P) = e'w(Tw,P) - A * P * (T-Tw) (1)
with,
T : dry-bulb temperature
Td : dewpoint temperature
Tw : wet-bulb temperature
e'w(T,P) : saturation water vapor pressure at T and P
A : psychometric constant
A = Cpa / (delta * L(Tw)) * (P - e'w(Tw,P)) / P
L : Latent heat of vaporization
L(Tw) ~ 2501.6E3 - 2.361 * Tw
delta : ratio of the mole weight of water vapor and air (delta = 0.62198)
Cpa : Heat capacity of dry air (Cpa = 1006 J/(kg.K))
corrective factor fw
fw = e'w / ew (2)
for standard atmospheric conditions : 1.004 < fw < 1.006
(for a pressure of 10 bar fw = 1.03)
Relation between saturation water vapor pressure ew (Pa) and temperature T (K)
ln(ew) = -6096.9385 * 1/T + 21.2409642 – 2.711193E–2 * T
+ 1.673952E10–5 * T^2 + 2.433502 * ln(T) (3)
for 173.15 K < T < 373.15 K
This equation comes from Sonntag (1990).
SONNTAG (D.). – Vapor pressure Formulationsbased on the ITS-90 and psychrometer formulate - Important new values of the physical constants of 1986. Z Meteorologie, 70, p. 5-340 à 344 (1990).
For a pressure P and with T and Tw known :
- calculate ew(T,P) and ew(Tw,P) with equation (3)
- find e'w(T,P) and e'w(Tw,P) with (2)
- determine e'w(Td,P) by using (1)
- calculate ew(Td,P) with equation (2)
- solve (3) to find Td
And you have for a given atmospheric pressure a table with the 3 temperatures T, Td and Tw.
Bibliography
Jensen, M.E., R.D. Burman, and R.G. Allen. 1990.
Evapotranspiration and irrigation water requirements.
ASCE Manuals and Reports on Engineering Practice No. 70.
Regards,
Torpen