WetDryBulb (Calculate Vapor Pressure)

The WetDryBulb instruction calculates vapor pressure (kPa) from wet and dry bulb temperatures and air pressure.

Syntax

WetDryBulb ( Dest, DryTemp, WetTemp, Pressure )

Remarks

The WetDryBulb instruction uses an equation given by List, Robert. J.: 1966, Smithsonian Meteorological Tables, Sixth Revised Edition, Smithsonian Institution, Washington, D.C., page 365. This equation is also used by the National Weather Service. The results are in kPa.

where:

Parameters

Dest (Destination)

The Variable in which to store the results of the instruction. Right-click the parameter to display a list of defined variables.

If this instruction has a Repetitions parameter and it is greater than 1, the results are stored in an array with the variable name. The array must be dimensioned large enough to hold all of the values returned from all of the Reps.

Type: Variable or Array

DryTemp (Ambient Air Temperature Value)

The program variable that contains the value for the ambient air temperature sensor. The temperature measurement must be in degrees C.

Type: Variable

WetTemp (Wet Bulb Temperature Value)

The program variable that contains the value for the wet bulb temperature sensor. The temperature measurement must be in degrees C.

Type: Variable

Pressure (Air Pressure Value)

The program variable that contains the value for the air pressure sensor. The air pressure measurement must be in kilopascals. If an air pressure sensor is not available, for most applications a constant pressure value for the site can be used without significantly affecting the resulting vapor pressure calculation.

Type: Variable or Constant