Flow Delay Parameter

General Description

Parameter that returns the delayed flow for a node after a given number of timesteps or days. API Reference

Attributes

Name
Description
Required

model

pywr.model.Model

Yes

node

The node to delay for

Yes

timesteps

Number of timesteps to delay the flow

Yes

days

Number of days to delay the flow. Specifying a number of days (instead of a number of timesteps) is only valid if the number of days is exactly divisible by the model timestep length

Yes

initial_flow

Flow value to return for initial model timesteps prior to any delayed flow being available. This value is constant across all delayed timesteps and any model scenarios. Default is 0.0

Yes

Example

coming soon...

{

}

Last updated