NREL / bifacialvf

Bifacial PV View Factor model for system performance calculation
https://bifacialvf.readthedocs.io
Other
29 stars 18 forks source link

sensory and cellnumber on y must match! no interpolation/downsampling currently #41

Open shirubana opened 4 years ago

shirubana commented 4 years ago

If sampling sensory=12, for exxample, and then wanting to run calculatePVMismatch=True, with a cellnumber=72, that is 6 x 12 , in ladnscape, that is internally cells=6, the software will crash. To make it run, sensory = 6.... need some downsampling and also some interpolation routines to match sensorsy to cellsy for portrait and landscape cases.