Runs at the end of each model step immediately before the period’s data is collected.
If you need a hook immediately after data is collected, use modelPostStep and access the Data object with model.data.
Required Parameters
data — Data
The
Dataobject.t — int
The current model time.
Notes and Examples