Allow time step and bounds to be specified in "HH:MM:SS" format
The current seconds integer timestep input format is hard to read. The "HH:MM:SS" format is easy to read.
Proposed solution
datetime already has a converter from "HH:MM:SS" format to seconds, or we can make the individual model compatible.
Alternatives considered
Additional context
Allow time step and bounds to be specified in "HH:MM:SS" format
The current seconds integer timestep input format is hard to read. The "HH:MM:SS" format is easy to read.
Proposed solution
datetime already has a converter from "HH:MM:SS" format to seconds, or we can make the individual model compatible.
Alternatives considered
Additional context