Minimum Threshold Volume Storage Recorder

General Description

Record whether a Storage node falls below a particular volume threshold during a simulation.

This recorder will return a value of 1.0 for scenarios where the volume Storage is less than or equal to the threshold at any time-step during the simulation. Otherwise it will return zero. API Reference

Attributes

Name
Description
Required

model

pywr.core.Model

Optional

node

The node to record

Required

name

The name of the recorder

Optional

threshold

The threshold to compare the parameter to

Optional

Example

coming soon...

{

}

Last updated