Storage Duration Curve Recorder

General Description

This recorder calculates a storage duration curve for each scenario. API Reference

Attributes

Name
Description
Required

model

pywr.core.Model

Yes

node

The node to record

Yes

percentiles

The percentiles to use in the calculation of the flow duration curve. Values must be in the range 0-100

Yes

agg_func

function used for aggregating the FDC across percentiles. Numpy style functions that support an axis argument are supported

Yes

sdc_agg_func

optional different function for aggregating across scenarios

Yes

Example

coming soon...

{

}

Last updated