3791 Views
Hi Alan,
I'm not sure I see how your dataset matches exactly with the one on the website, since the results are different. Going through your model in more detail, I see two differences that seem to correct for the errors in results that you are seeing. There are two instances where you used "Saturation" as a unit, when the more appropriate unit is "Share." These two units are easily confused so it is important to understand the difference.
Shares should be used only where activity levels for adjacent branches need to sum to 100%. LEAP calculations require that shares always sum to 100% across immediately neighboring branches.
The Activity level for Urban and Rural Households should be "Shares" rather than "Saturations" because houses can only be one or the other, so Urban + Rural households should sum to 100%. To fix this, change the units for those two branches and change the expression for Rural households to "Remainder(100)".
Similarly, the Activity level for Electrified and Non-electrified Rural households should be shares because, again, households cannot be both electrified and non-electrified. You can fix this error in the same way as the issue above.
Best,
Tory