Hi,
Think of the time specification as a convenience rather than a strict yearly reference. You can replace the For with a Repeat and define the total number of steps without mentioning years explicitly.
When you adjust the Step Increment, you’re actually changing the number of time steps assumed between the first and last iteration steps. For example:
- If First Iteration Step = 2024, Last Iteration Step = 2060, and Step Increment = 1, you have 37 time steps (2024 to 2060, inclusive).
- If you change Step Increment to 3, then you only have 13 time steps (2024, 2027, 2030, etc.).
The concept of years is just a construct to make calibration easier to understand—it doesn’t affect the underlying analysis. What truly matters is the total number of time steps used in the model.
To directly answer your question: Use Step Increment = 1, because increasing it only reduces the number of steps in your simulation, effectively altering the temporal resolution rather than improving the accuracy.
Best,
Hermann