Atmospheric Pressure (P)
AtmPres
returns the value of atmospheric pressure.
AtmPres(z)
z
: A numeric scalar that denotes elevation above sea level [m].The function returns the value of the atmospheric pressure as a numeric scalar.
This is a function to calculate the atmospheric pressure [kPa] based on the elevation above the sea level.
c("Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. (1998).\n", " ", "list("Crop evapotranspiration - Guidelines for computing crop water requirements - FAO Irrigation and drainage paper 56")", ".\n", " Fao, Rome, 300(9), D05109.")
AtmPres(z = 1800)
PsyCon
.
Useful links