This model runs once per stage in multi-stage models, before any agents have been stepped that stage (but after all agents have been stepped in any previous stage).
Required Parameters
model — Helipad
The model object.
stage — int
The current stage of the model. For single-stage models, this parameter will always pass
1
.
Notes and Examples