We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b288875 commit 40ff8d3Copy full SHA for 40ff8d3
earthkit/meteo/solar/__init__.py
@@ -225,7 +225,7 @@ def toa_incident_solar_radiation(
225
integration_order=3,
226
):
227
def func(date, latitudes, longitudes):
228
- isr = incoming_solar_radiation(begin_date)
+ isr = incoming_solar_radiation(date)
229
csza = cos_solar_zenith_angle(date, latitudes, longitudes)
230
return isr * csza
231
0 commit comments