Owner manual

Appendix B. Example Programs
;Compute the vapor pressure.
;Relative humidity must be a fraction.
;
07: Z=X*Y (P36)
1: 3 X Loc [ e_sat ]
2: 2 Y Loc [ RH_frac ]
3: 4 Z Loc [ e ]
B-7