Skip to content

Commit 40ff8d3

Browse files
committed
typo
1 parent b288875 commit 40ff8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

earthkit/meteo/solar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def toa_incident_solar_radiation(
225225
integration_order=3,
226226
):
227227
def func(date, latitudes, longitudes):
228-
isr = incoming_solar_radiation(begin_date)
228+
isr = incoming_solar_radiation(date)
229229
csza = cos_solar_zenith_angle(date, latitudes, longitudes)
230230
return isr * csza
231231

0 commit comments

Comments
 (0)