gurland/euro-diffusion

Why the start day is -1 ?

Closed this issue · 1 comments

current_day = -1

Why the start day is -1 ? (not 0) ? Doesn't it add additional day ?

Thanks for your issue! It wasn't adding additional day to the result however execution order of different algorithm steps was ambiguous and after moving a for-loop beneath next day simulation we achieved better readability and rational initial day number, so to say day 0.