Seasonal Flow Duration Curve Recorder

General Description

This recorder calculates a flow duration curve for each scenario for a given season specified in months. 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 deviations across percentiles. Numpy style functions that support an axis argument are supported

Yes

fdc_agg_func

Optional different function for aggregating across scenarios

Yes

months

The numeric values of the months the flow duration curve should be calculated for

Yes

Example

coming soon...

{

}

Last updated