AtmPres function

Atmospheric Pressure (P)

Atmospheric Pressure (P)

AtmPres returns the value of atmospheric pressure.

AtmPres(z)

Arguments

  • z: A numeric scalar that denotes elevation above sea level [m].

Returns

The function returns the value of the atmospheric pressure as a numeric scalar.

Details

This is a function to calculate the atmospheric pressure [kPa] based on the elevation above the sea level.

Reference

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.")

Examples

AtmPres(z = 1800)

See Also

PsyCon.

  • Maintainer: Ali Ahani
  • License: GPL (>= 2)
  • Last published: 2023-11-14

Useful links