Closed PhilippBuehler closed 6 years ago
This problem seems to be (another) floating-point problem since the internal calculation does compute 1/24*8640 which ends up being an double instead of an int.
This looks good. Thanks @PhilippBuehler!
Can you also add a note to the changelog: https://github.com/UW-Hydro/RVIC/blob/master/docs/development/whats_new.md
This problem seems to be (another) floating-point problem since the internal calculation does compute 1/24*8640 which ends up being an double instead of an int.