forked from s_ranjbar/city_retrofit
Bugfix in sra export
This commit is contained in:
parent
9a99f69bdf
commit
ffd0367d50
|
@ -66,9 +66,9 @@ class SimplifiedRadiosityAlgorithm:
|
|||
else:
|
||||
i = (total_days + day - 1) * 24 + hour - 1
|
||||
representative_building = self._city.buildings[0]
|
||||
_global = representative_building.global_horizontal[cte.HOUR][i] * cte.WATTS_HOUR_TO_JULES
|
||||
_diffuse = representative_building.diffuse[cte.HOUR][i] * cte.WATTS_HOUR_TO_JULES
|
||||
_beam = representative_building.beam[cte.HOUR][i] * cte.WATTS_HOUR_TO_JULES
|
||||
content += f'{day} {month} {hour} {_global} {_beam}\n'
|
||||
content += f'{day} {month} {hour} {_diffuse} {_beam}\n'
|
||||
with open(file, 'w', encoding='utf-8') as file:
|
||||
file.write(content)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user