I have a model that has time units in years. I have a source in the model that is supposed to create a token each simulation day (365 tokens a year on non-leap years) and check to see if it is a certain date (e.g. January 1st). If so it sends the token to do some additional activities but if not, the token goes to a sink.
The token source is set to generate a new token in model time units based on: 1/365.24
When I run the model for many years it does not get the timing of it all exactly right so I must be doing something wrong. What am I missing? I have included an example model showcasing this behavior.