Flow Parameter

General Description

Parameter that provides the flow from a node from the previous time-step. API Reference

Notes: This parameter keeps track of the previous time step’s flow on the given node. These values can be used in calculations for the current timestep as though this was any other parameter.

Attributes

Name
Description
Required

model

pywr.model.Model

Yes

node

The node that will have its flow tracked

Yes

initial_value

The value to return on the first time-step before the node has any past flow

Yes

Example

coming soon...

{

}

Last updated