kilianknoll / DWDForecast

Python module to query the DWD Mosmix data for irridation - and other relevant data to forecast solar generation
GNU General Public License v3.0
34 stars 4 forks source link

Calculation of SimpleMultiplicationFactor does not add up #6

Closed fredlcore closed 1 year ago

fredlcore commented 3 years ago

https://github.com/kilianknoll/DWDForecast/blob/645e0ade556083b4fbb57bba8733f881a8896259/configuration.ini#L77

It seems that the coefficient 0.278 is not used in the demo calulation, as the result of 8.605184 is not correct. The actual code is probably correct because the coefficient appears in the calculation of Rad1wh, but you know the code better to decide if any kind of correction needs to be made.

Thanks by the way for this insightful approach!

kilianknoll commented 1 year ago

Sorry for the delayed response. SimpleMultiplicationFactor is sort of a super rough fallback initially used before calculations with pvlib