Record the mean value of a Parameter during a simulation.
This recorder can be used to track the mean of the values returned by a Parameter during a models simulation. An optional factor can be provided to apply a linear scaling of the values. API Reference
model
pywr.core.Model
Optional
name
The name of the recorder
Optional
param
The parameter to record
Required
factor
Scaling factor for the values of param
Optional
coming soon...