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
89 stars 48 forks source link

sceneDict error when running makeScene1axis #502

Closed cdeline closed 1 month ago

cdeline commented 6 months ago

Passing a sceneDict into makeScene1axis that includes 'originx' or 'originy' doesn't get passed into the _makeSceneNxR subroutine.

sceneDict = {'originx':0.05, 'originy':0.05, 'pitch':pitch,'hub_height':hub_height, 'nMods': nMods, 'nRows': nRows} demo.makeScene1axis(module=mymodule,sceneDict=sceneDict)

demo.trackerdict['2021-11-06_1100']['scene'].sceneDict:

{'tilt': 32.06, 'pitch': 6, 'clearance_height': 0.969, 'azimuth': 90.0, 'nMods': 20, 'nRows': 7, 'modulez': 0.02, 'axis_tilt': 0,

'originx': 0, 'originy': 0}