It would be useful if users could provide availability limits at different time slice levels for a particular process. For example, the user may want to specify that total availability for the year cannot exceed 90%, but also that there must be a minimum availability of 10% in the season of winter.
At the time of writing, the code is broken and we treat all availability entries as if they are at the level of daynight, but once we fix #957, each process will have one time slice level for its availability map. We should do #957 before this one, because it will make this easier (and also because it's a bug).
It would be useful if users could provide availability limits at different time slice levels for a particular process. For example, the user may want to specify that total availability for the year cannot exceed 90%, but also that there must be a minimum availability of 10% in the season of
winter.At the time of writing, the code is broken and we treat all availability entries as if they are at the level of
daynight, but once we fix #957, each process will have one time slice level for its availability map. We should do #957 before this one, because it will make this easier (and also because it's a bug).