Version following initial completion of methods section of paper and distribution to coauthors.
* Major Enhancements
* Bed-load diffusion: Full overhaul. Stochastic lateral motion due to particle collisions
* Noncohesive erosion: time of flight, and therefore, particle step length. This makes $k_E$ dimensionless.
* Double Manning can now use hydraulic radius or depth; the latter uses the wide-channel assumption.
* Minor enhancements
* Critical Shields stress [(`tau_star_c_sed`) is now user-definable](https://github.com/MNiMORPH/OTTAR/commit/003bbe4be53f542d4e9ffb960c72a4f979b8f676)
* Lump all shear-stress and shear-velocity variable computations into a single function in which they are updated; call this at an early point while updating width. See: [Centralize update of stress, shear, and turbulence variables: Prior to widening, narrowing calculations.](https://github.com/MNiMORPH/OTTAR/commit/94504f0e23024fcc71543841dd35830b3bdfef21)
* [Plot db_dt__day__narrowing_series as negative.](https://github.com/MNiMORPH/OTTAR/commit/0922b3aec35684c6df99ae1403ab49778b04f893)
* [Add legend_loc option for plotting; legend fontsize=12](https://github.com/MNiMORPH/OTTAR/commit/c1a2ba8162de5445edd426e513eb67527e8684c3)
* Fixes
* Plotting works with updated Pandas (indexing deprecation)
* Fix function `compute__u_star__tau_bed`: Remove 1/2 power from `self.tau_star_bed` calculation in `(self.rho_s - self.rho)`.
* [Let self.tau_star_bank not be defined if D is None.](https://github.com/MNiMORPH/OTTAR/commit/b57cdb1be715624a84a413c0d306b12e45e43a30)