HSLdevcom / helmet-model-system

European Union Public License 1.2
10 stars 3 forks source link

`purpose_areas` and `areas` entangled #546

Open zptro opened 11 months ago

zptro commented 11 months ago

parameters.zone.purpose_areas decides for which zones the demand models apply. But many of the input arrays are created based on the zones in parameters.zone.areas. We should change all the input array formations to rely on parameters.zone.purpose_areas and dedicate parameters.zone.areas to result aggregations.

hsl-petrhaj commented 9 months ago

How do these two differ? If they are the same would it be possible to use the same variable throughout the code?