Annual Count Index Threshold Recorder
Last updated
Was this helpful?
Last updated
Was this helpful?
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).
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
coming soon...