mooflow.utils.timestep_gen

mooflow.utils.timestep_gen(cls)

yields a timestep

Parameters
starting_datelist

consists of two int [day of year, year]

timestepsint

the number of time steps in the simulation

timestepint

the temporary resolution. 1: day, 7: week, 12: month

Returns
tmplist

consists of [timestep counter, [current day of year, current year]]