UDST / orca

Python library for task orchestration
https://udst.github.io/orca/
BSD 3-Clause "New" or "Revised" License
53 stars 21 forks source link

added iter_step injectable to track current sim step #12

Closed mxndrwgrdnr closed 8 years ago

mxndrwgrdnr commented 8 years ago

Pretty straightforward change here. Adding the _iterstep injectable allows us to periodically query the simulation to determine the current model step. We can use that information in conjunction with the _itervar injectable to dynamically track pct. completion and forecast time remaining for simulation runs.