mdsumner / currently

particle component of https://github.com/AustralianAntarcticDivision/BioMassTracking
3 stars 0 forks source link

time sign #2

Closed mdsumner closed 3 years ago

mdsumner commented 3 years ago

Currently time step and duration is positive for reverse time. We can negate both to move forward, but this needs checking and should probably use a straightforward convention where negative is reverse ...

mdsumner commented 3 years ago

because otherwise we could simply negate the time step in the case that the end_date is before the start_date?

I think that's simpler ... (just declare that's what's happening, and disallow a negative time step)