27 lines
624 B
YAML
27 lines
624 B
YAML
array:
|
|
system_size: 500 # in kWp
|
|
spacing: 1 # spacing between adjacent panel rows in m
|
|
edge_setback: 1.8 # distance from the edge of the roof to the array
|
|
|
|
environment:
|
|
roof:
|
|
dimensions:
|
|
# dimensions all in m
|
|
length: 100
|
|
width: 125
|
|
albedo: 0.8 # % of light reflected from the surface
|
|
tilt: 0 # degrees from horizontal
|
|
|
|
location:
|
|
latitude: 3.1186108758412945
|
|
longitude: 101.57639813680093
|
|
|
|
panel:
|
|
peak_power: 710 # in Wp
|
|
bifaciality: 0.85 # rear face efficiency relative to front face
|
|
# dimensions all in m
|
|
dimensions:
|
|
length: 2.384
|
|
width: 1.303
|
|
thickness: 0.033
|