fraserwg / pvcalc

Other
0 stars 0 forks source link

Tiling #6

Open fraserwg opened 3 years ago

fraserwg commented 3 years ago

Tiling appears in the glued PV output. This is because each tile has no overlap with the adjacent tile, so some points on the edge of the grid need extra information passing. We need to add additional information when calculating db/dx, db/dy, dw/dx and dw/dy.

fraserwg commented 3 years ago

This has been fixed in the case of the level scripts (v0.2.0). The issue likely remains in the slice scripts.