ESCOMP / MOSART

Model for Scale Adaptive River Transport, Mosart, part of the Community Earth System Model
http://www.cesm.ucar.edu/
Other
8 stars 27 forks source link

Changes to fix #10, where an integer divide needs the floor operator #17

Closed ekluzek closed 5 years ago

ekluzek commented 5 years ago

Use the floor operator for an integer divide since python3 turns a divide into reals.