Dew Point Calculation
Dew Point Calculation
22.12.00
Campbell Scientific Ltd., Campbell Park, 80 Hathern Road, Shepshed, Leicestershire, LE12 9GX, UK
Tel: +44 (0) 1509 601141 Fax: +44 (0) 1509 601091 Email: sales@campbellsci.co.uk & support@campbellsci.co.uk
www.campbellsci.co.uk
60
50 55°C
D
E 40
W 40°C
30
P
O 20 25°C
I
N 10
T 10°C
0
T 0 10 20 30 40 50 60 70 80 90 1002°C
E -10
M
P -20
º -30
°CC
-40
-50
RELATIVE HUMIDITY
Figure 1. Dew Point Temperature over the RH Range for Selected Air Temperatures
5
D
E 4
W
3
P
O 2
I
N 1
T
0
10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100
E -1
R
R -2
O
R -3
º -4
C
-5
RELATIVE HUMIDITY
2
;Turn off power to the probe 13 Z=X-Y (P35)
1: 8 X Loc [ WORK_2 ]
4: Do (P86)
2: 6 Y Loc [ WORK_R ]
1: 51 Set Port 1 Low
3: 8 Z Loc [ WORK_2 ]
;Subtract 40 from Temperature to scale to Celsius
14 Z=X/Y (P38)
5: Z=X+F (P34) 1: 7 X Loc [ WORK_1 ]
1: 2 X Loc [ Air_Temp ] 2: 8 Y Loc [ WORK_2 ]
2: -40 F 3: 3 Z Loc [ DEW_TEMP ]
3: 2 Z Loc [ Air_Temp ]
;And now, as an example, store the time and hourly
6: Saturation Vapor Pressure (P56) ;average
1: 2 Temperature Loc [ Air_Temp ]
15 If time is (P92)
2: 4 Loc [ Sat_VP ]
1: 0 Minutes (Seconds --) into a
2: 60 Interval (same units as above)
;Now calculate Vapour pressure using
3: 10 Set Output Flag High
;VP = RH * Sat_VP / 100
;This equation can be entered directly for Edlog 6+.
16 Real Time (P77)
;Instructions 7 - 8 show the instructions required for
1: 110 Day,Hour/Minute
;older versions of Edlog or keyboard entry.
7: Z=X*Y (P36) 17 Average (P71)
1: 4 X Loc [ Sat_VP ] 1: 1 Reps
2: 1 Y Loc [ RH ] 2: 3 Loc [ DEW_TEMP ]
3: 7 Z Loc [ WORK_1 ]
*Table 2 Program
;Multiply by 0.01 (equiv. to dividing by 100) 02: 0 Execution Interval (seconds)
8: Z=X*F (P37)
*Table 3 Subroutines
1: 7 X Loc [ WORK_1 ]
2: .01 F
End Program
3: 5 Z Loc [ VP ]