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

Parameter Description unclear #3

Closed StefaE closed 3 years ago

StefaE commented 3 years ago

Very nicely done - and very well documented! Thx. Kilian 👍 Will start playing with it! Still very much at the beginning though.

Going through the config file, I've stumbled over two questions:

It would also be useful to remark that 0.196 is the datasheet module efficiency.

SAM's table 11 refers to 'Sandia PV Array Performance Model with Module Database', which seems what pvlib implements here; so, probably nothing to be done on the caller side ...

I haven't read up on all of this yet... I just stumbled over those two things when trying to understand what to put in the config file.

Stefan

StefaE commented 3 years ago

on an added note: For my configuration, I get for tomorrow, high noon with TemperatureOffset = 0:

temp_air = TTT = 12.92C and CellTempSim = 17.44, alas an offset of 4.52

The same result btw., as with TemperatureOffset = 15. If I then force a radiation change in the code:

self.PandasDF['Rad1wh'] = 0.277778*self.PandasDF.Rad1h*3 (not the *3 to make tomorrow "sunny"), I get CellTempSim = 26.62, alas an offset vs. TTT of 13.70

Unfortunately, tomorrow will not be sunny ... - so I revert the *3 factor

Stefan

kilianknoll commented 3 years ago

Hi StefaE I just updated the configuration file to better explain SimpleMultiplicationFactor - and also correct the documentation bug around conversion factor from Joule --> Watt I did not make any changes to the TemperatureOffset since some users were opting to have such a correction factor - others don´t. In case you do not want to use it, please set TemperatureOffset to zero. This is why I will be closing this issue - hope you are ok with this