pvlib.atmosphereΒΆ

The atmosphere module contains methods to calculate relative and absolute airmass and to determine pressure from altitude or vice versa.

Functions

absoluteairmass(airmass_relative[, pressure]) Determine absolute (pressure corrected) airmass from relative
alt2pres(altitude) Determine site pressure from altitude.
pres2alt(pressure) Determine altitude from site pressure.
relativeairmass(zenith[, model]) Gives the relative (not pressure-corrected) airmass.