NREL / bifacial_radiance

Toolkit for working with RADIANCE for the ray-trace modeling of Bifacial Photovoltaics
https://bifacial-radiance.readthedocs.io
BSD 3-Clause "New" or "Revised" License
91 stars 48 forks source link

Cell-level module : keep the initial dimension of the module and position of the cells #513

Closed EstrelaStern closed 2 months ago

EstrelaStern commented 7 months ago

Hello,

I'm trying to create a cell-level module, but the software recalculates the length and the width of my module according to the dimensions of the cells, the gap between the cells etc. and seems to consider the cells as the border of the module. Is there a way to indicate the distance between the module's borders and the cells ; and to keep the initial dimension of the module ?

Thanks in advance.

shirubana commented 3 months ago

Hi, you will have to do some math for the size.

Regarding spacing to the edge of the module, if you are adding glass the variable that controls that is called "edge", however it is not an input to the function but internal; perhaps you can go in and modify it it's in module.py file line 637 (main branch)

Marking adding this input as a to do for an upcoming release too.

cdeline commented 2 months ago

Merged into Main for v0.4.4 / v0.5.0