Determines whether a surface at a given location and time is receiving solar irradiance. Accounts for polar night/day conditions, sunrise/sunset times, and sun position below horizon.
is_irradiated(Ls, phi, Ts, z = Z(Ls, Ts, phi), beta = NULL, gamma_c = NULL)TRUE if surface is receiving irradiance, FALSE otherwise
Areocentric longitude [deg]
Planetary latitude [deg]
Solar time [h]
Sun zenith angle [deg]. If not provided, calculated from Ls, phi, and Ts
Surface tilt/slope angle from horizontal [deg]. Optional, for inclined surfaces
Surface azimuth angle [deg]. Optional, for inclined surfaces