Annual Count Index Threshold Recorder
General Description
For each scenario, count the number of times a list of parameters exceeds a threshold in each year. If multiple parameters exceed in one timestep then it is only counted once.
Output from data property has shape: (years, scenario combinations). API Reference
Attributes
Name
Description
Required
model
pywr.core.Model
Optional
parameters
List of pywr.core.IndexParameter to record against
Required
name
The name of the recorder
Optional
threshold
Threshold to compare parameters against
Optional
exclude_months
Optional list of month numbers to exclude from the count
Optional
Example
coming soon...
Last updated