NREL / bifacial_radiance

Toolkit for working with RADIANCE for the ray-trace modeling of Bifacial Photovoltaics
https://bifacial-radiance.readthedocs.io
BSD 3-Clause "New" or "Revised" License
83 stars 46 forks source link

Multi scene objs #487

Closed cdeline closed 2 months ago

cdeline commented 8 months ago

Allow multiple scene objects to be tracked at the same time by the RadianceObj. This is accomplished by running makeScene multiple times, each one appends a new SceneObj to RadianceObj.scenes which is a new list to track scene objects.

todo:

cdeline commented 8 months ago

Moved over to PR #488

cdeline commented 8 months ago

OK, nevermind, we'll work on this branch to make it easier. Closing #488

shirubana commented 4 months ago

calculateResults() failing with multi scene and multi result objects...

shirubana commented 3 months ago

backseat driving --- there is an option of AgriPV = True which basically bypasses calculating module results (I think it might also look at only 1 single csv result front or back, I don't recall), but it was also not working with multi result/object

cdeline commented 2 months ago

Tests are passing, just a coveralls error. This is ready to merge with development. We can update journals from there.