I am supposed to calculate the irradiation of the sun at a certain geographic location and to be able to perform further calculations. For this I need the maximum value at clear sky. To determine this value i user pysolar.
So far to work done. I can enter the day and the cooridnates of a place and it gives me the irradiation at this place from 00:00 o'clock to 23:59 o'clock of the local time. (The function takes timezone deviation so pysolar shows the values from 00:00am local time).
As an example the city Iranshahr with latitude: 27.2012 and longitude: 60.686582 with the -4:30 hours deviation from UTC has the following values in figure Iranshahr here.
For comparison in figure Berlin you can also look at the irradiation of the same day in Berlin.
According to bibliothek description, this value is "watts per square meter w/m²", where 1000w/m² corresponds to one sun.
My question is: what does the returned value in W/M² mean? is it for a second? for a minute? for an hour? or a day? Based on this number, how can I calculate the maximum irradiation for the whole day. or do I need further calculations to be able to use this value.