Catchment Node

General Description

The catchment node is an another kind of input node with a fixed inflow. Catchment nodes are often used to represent river or other type of inflow into the system. Any flow defined on them has to flow into the system.

Ofthen inflow time series (e.g. Pywr dataframes) are defined on the flow attribute to represent catchment inflows however other parameters can also be used (e.g. constant, monthly profile etc...).

API Reference.

Primary Attributes

Name
Description
Required

flow

The amount of water supplied by the catchment node at each timestep

Required, defaults to 0 if not entered.

Examples

coming soon...

Last updated