Annual Total Flow Recorder
General Description
For each scenario, record the total flow in each year across a list of nodes. Output from data property has shape: (years, scenario combinations).
A list of factors can be provided to scale the total flow (e.g. for calculating operational costs). API Reference
Attributes
Name
Description
Required
model
name
The name of the recorder
Optional
nodes
List of pywr.core.Node instances to record
Optional
factors
List of factors to apply to each node
Optional
Example
coming soon...
Last updated