Skip to content

Commit

Permalink
fix sensorgrounds Nz=1
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Dec 4, 2023
1 parent 8d8ed32 commit f3194a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bifacial_radiance/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4851,7 +4851,7 @@ def _checkSensors(sensors):
groundscan['xinc'] = groundsensorspacing * np.sin(azimuth)
groundscan['yinc'] = groundsensorspacing * (-1 * np.cos(azimuth))
groundscan['Ny'] = sensorsground
groundscan['Nz'] = 0
groundscan['Nz'] = 1
groundscan['orient'] = '0 0 -1'

return frontscan2, backscan2, groundscan
Expand Down

0 comments on commit f3194a0

Please sign in to comment.