You get a virtual temperature of @###.## degrees Fahrenheit or@###.## $vtempf $vtemp1 degrees Celsius.
. if ($vt{dewtemp} > $vt{airtemp}) { print "
The dewpoint temperature is greater than the air temperature, this only rarely occurs in the atmosphere. You may want to go back and double check your entries.
"; } print "The virtual temperature is a fictitious temperature that satisfies several meteorlogical equations. Basically the virtual temperature is the temperature dry air would have if its pressure and specific volume were equal to those of a similar sample of moist air. "; print "
"; print "Since water vapor is less dense than air, its presence always increases the specific volume. Hence the virtual temperature is always higher than the observed temperature.";