Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Aug 25, 2023
1 parent b288875 commit 40ff8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthkit/meteo/solar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def toa_incident_solar_radiation(
integration_order=3,
):
def func(date, latitudes, longitudes):
isr = incoming_solar_radiation(begin_date)
isr = incoming_solar_radiation(date)
csza = cos_solar_zenith_angle(date, latitudes, longitudes)
return isr * csza

Expand Down

0 comments on commit 40ff8d3

Please sign in to comment.