Summary
The Model calculates the relative optical path length of sunlight through earth’s atmosphere based on the solar , accounting for atmospheric and curvature effects. PlantPredict implements two empirical air mass models: Bird-Hulstrom and Kasten-Sandia. Air mass is used downstream in models (Perez), models (DIRINT), and calculations.Inputs
Outputs
Detailed Description
The Air Mass Model quantifies how much longer the path through the atmosphere is compared to the vertical path at zenith. At zenith (), air mass equals 1.0. As the sun approaches the horizon, the path length increases. PlantPredict provides two empirical models that account for atmospheric curvature and refraction:- Bird-Hulstrom: Based on Bird & Hulstrom (1981)
- Kasten-Sandia: Based on Kasten & Young (1989)
For zenith angles at or above 89°, air mass is set to zero:
At these grazing angles the empirical formula becomes unreliable; however, incident solar radiation is also negligible, so the cutoff minimally affects energy calculations.
Typical air mass values:
- At sea level, zenith:
- At sea level, :
- At sea level, :
- At sea level, :
Pressure Correction
For spectral calculations, PlantPredict uses the pressure-corrected air mass . This accounts for the fact that atmospheric scattering and absorption scale with air density—at lower pressures (e.g., higher elevations), there are fewer molecules to scatter and absorb radiation, reducing these effects: where:- is the relative air mass from above
- is the local atmospheric pressure (hPa)
- hPa is standard sea level pressure
Pressure from Altitude
If pressure is not directly provided in the weather file, PlantPredict estimates it from elevation using the barometric formula: where is elevation in meters above sea level. This formula is based on the standard atmosphere model, which assumes a temperature decrease rate of 6.5°C per kilometer of altitude.References
- Kasten, F., & Young, A. T. (1989). Revised optical air mass tables and approximation formula. Applied Optics, 28(22), 4735–4738. DOI: 10.1364/AO.28.004735
- Bird, R. E., & Hulstrom, R. L. (1981). A simplified clear sky model for direct and diffuse insolation on horizontal surfaces. Solar Energy Research Institute Report SERI/TR-642-761. DOI: 10.2172/6510849