SatVP (Saturation Vapor Pressure)

The SatVP instruction is used to calculate the vapor pressure (in kilopascals) over water from a temperature measurement.

Syntax

SatVP ( Dest, Temp )

Remarks

The SatVP instruction will find the saturation vapor pressure if the dry bulb temperature is used or vapor pressure if the dew point temperature is used.

The saturation vapor pressure is derived using the following polynomial (reference Lowe, Paul R.: 1977, "An approximating polynomial for computation of saturation vapor pressure," Journal of Applied Meteorology, 16, 100-103), adjusted from units of millibars to kilopascals:

This instruction can also be used to calculate saturation vapor pressure over ice.

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

Temp (Temperature)

The variable in the program that contains the measurement, in degrees C, for temperature.

Type: Variable

For the SatVP instruction, the Temp parameter is the program variable that contains the value for the temperature sensor.