All I have is this
Tc=air temperature in degrees Celsius
Tdc=dewpoint temperature in degrees Celsius
(1) Es=6.11*10.0** (7.5*Tc/ (237.7+Tc))
(2) E=6.11*10.0** (7.5*Tdc/ (237.7+Tdc))
(3) Relative Humidity (RH) in percent = (E/Es)*100
In fact ( froma CSV file ) I need to grab a value from Column9 and one from Col 10 use those values to calculate Relative Humidity(%) and put the result at the end of the record/ line. This needs to be repeated till the end of the csv file.Any help appreciated
cheers