33 lines
998 B
YAML
33 lines
998 B
YAML
array:
|
|
system_size: 900 # 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
|
|
roof_slope: 0
|
|
slope: 0 # degrees from horizontal (+ve means shaded row is higher than the row in front)
|
|
|
|
simulation_date_time:
|
|
start: 2025-03-30 00:00 # start date and time in ISO 8601 format
|
|
end: 2025-03-30 23:45 # end date and time in ISO 8601 format
|
|
tz: Asia/Kuala_Lumpur # timezone for the simulation
|
|
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
|
|
efficiency: 0.229 # max efficiency of the front face
|
|
bifaciality: 0.85 # rear face efficiency relative to front face
|
|
# dimensions all in m
|
|
dimensions:
|
|
length: 2.384
|
|
width: 1.303
|
|
thickness: 0.033
|