Proportional Input Node

General Description

The proportional input node is intended for a simple case of where fixed ratio of flow is required to be distributed to multiple downstream routes. API Reference.

Primary Attributes

Name
Description
Required

allocation penalty

The cost per unit flow via the node

Optional

factors

The factors to force on the additional splits. Number of extra_slot is assumed to be one less than the length of factors (as per pywr.nodes.MultiSplitLink documentation)

Optional

slot_names

The identifiers to refer to the slots when connect from this Node. Length must be one more than the number of extra slots required

Optional

flow

The amount of water supplied by the catchment each timestep

Optional

Examples

coming soon...

Last updated