earthkit.meteo.solar.array

Solar computation functions operating on numpy arrays.

Attributes

Functions

cos_solar_zenith_angle(date, latitudes, longitudes)

Compute cosine of the solar zenith angle.

cos_solar_zenith_angle_integrated(begin_date, ...[, ...])

Average of solar zenith angle based on numerical integration.

incoming_solar_radiation(date)

Compute the incoming solar radiation at the top of the atmosphere (TOA).

julian_day(date)

Compute fractional day-of-year.

solar_declination_angle(date)

Compute solar declination angle and time correction.

toa_incident_solar_radiation(begin_date, end_date, ...)

Compute the time-integrated incident solar radiation at the top of the atmosphere (TOA).

Package Contents

earthkit.meteo.solar.array.DAYS_PER_YEAR = 365.25