gr4sp / simulationEngine

Repository for the Generic Recursive Simulation of Socio-technical Systems for Service Provision (GR4SP).
MIT License
1 stars 0 forks source link

Plot population of 2 categories: #8

Closed angelara closed 2 years ago

angelara commented 4 years ago

currently it plots every consumer unit. It works as long as we do not limit the numHouseholds per consumer unit, as it will end up trying to plot too many lines.

Decided to change this: plot one consumer unit per scale. E.g. one for all VIC, one for all Metro and so on. Also, the uptake of solar PV is taken from the total demand. This could be saved to check how consumption is different but there is no need to separate consumer units with solar from consumer units without solar. Also, it is assumed that solar goes to other recursion level.