HP Forums
(71B) Dew Point Measurement (in °F) - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: General Software Library (/forum-13.html)
+--- Thread: (71B) Dew Point Measurement (in °F) (/thread-6465.html)



(71B) Dew Point Measurement (in °F) - Eddie W. Shore - 06-27-2016 03:33 AM

(source: http://ag.arizona.edu/azmet/dewpoint.html )

Code:
Program DEWPOINT
10 DESTROY T,H,V,W,C,D
20 INPUT “TEMP °F”;T
22 C=(T-32)*5/9
26 INPUT “REL HUMIDITY (%):”;H
30 V=(LOG(H%1)+17.27*C/(237.3+C))/17.27
32 W=237.3*V/(1-V)
40 D=9/5*W+32
42 DISP “DEW POINT °F:”;D


// Degree symbol:  [ g ] [RUN] (CTRL) [ A ]



RE: (71B) Dew Point Measurement (in °F) - PedroLeiva - 06-30-2016 04:59 PM

Hello Eddie, here a program about the subjet for HP 35s, also instructions and example. Please correct if something is wrong

Nice to hear about you, Pedro