hydrogeo.p-atmosphere: Elevation pressure and head.

Description Usage Arguments Details Value Author(s) References See Also

Description

A collection of functions to deal with atmospheric pressure and head calculations.

Usage

1
2
3
4
5
6
7
8
9
atmos_p(pressure.units = c("hpa", "bar"))

atmos_head(elev.m = 0)

m_per_hpa(elev.m = 0)

hpa2m(hpa = 0, elev.m = 0)

elev2hpa(elev = 0, elev.units = c("m", "ft"))

Arguments

pressure.units

character; the units of atmospheric pressure

elev.m

numeric; the elevation, in meters

hpa

numeric; pressure in hecto-Pascals

elev

numeric; the elevation

elev.units

character; the units of elevation associated with elev

Details

atmos_p returns atmospheric pressure in the units of meters or feet.

atmos_head calculates the amount of head of water produced by atmospheric pressure for a given elevation.

m_per_hpa calculates the expected scaling between water level (head) and pressure for a given elevation.

hpa2m calculates the water level (head) for a given pressure and elevation.

elev2hpa calculates the expected RMS tropospheric pressure head, by correcting sea level at STP for lapse effects.

Value

numeric

Author(s)

Andrew J. Barbour <andy.barbour@gmail.com>

References

http://en.wikipedia.org/wiki/Atmospheric_pressure

See Also

hydrogeo.p-units, hydrogeo.p


abarbour/hydrogeo documentation built on May 10, 2019, 4:06 a.m.