NREL/bifacial_radiance

sceneDict error when running makeScene1axis

Opened this issue · 0 comments

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}