pvlib / twoaxistracking

twoaxistracking is a python package for simulating two-axis tracking solar collectors, particularly self-shading.
https://twoaxistracking.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Add validation notebook #29

Closed AdamRJensen closed 2 years ago

AdamRJensen commented 2 years ago

This PR adds a notebook/documentation section on the validation of the shading calculation method.

The validation is carried out by comparing the annual shading fraction for nine different field layouts presented in Cumpston and Pye (2014).

AdamRJensen commented 2 years ago

In the comparison table, I wonder if the error statistics should be calculated after rounding to two decimal places. For example the first row looks a bit wonky the way it is now -- identical (rounded) ASL values, but nonzero relative deviation:

Good catch. I must have done that previously and then mistakenly reverted it. It has been implemented again now.