is there a way that my model runs only for 16 hours a day instead of 24 hours? My goal is to skip the time between 22:00 and 06:00.
I tried to change the model times properties -> nothing found to change
Another idea is that an event occurs every evening and changes the model time to the next morning, but I could not find a function to change the model time :(
You cannot simply exclude some time. You can:
time()
steps into your frame of reference (i.e. your model is in HOUR
time units and after the first 22 hours, you assume implicitly that the next hour would be 6am again)