A Shiny App for estimating Multiplier Exponent Curves from Manning’s Equation Inputs

[This article was first published on AdventuresInData, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

WASP and other flow and water quality models ask users to input multiplier and exponent values relating velocity and depth to discharge. These relationships take the form of V=aQ^b and depth=cQ^d, where the values a, b, c, and d describe the curve that approximates paired points from other sources. When paired field measurements are lacking, Manning’s equation provides an estimate of open channel flow based on channel characteristics.



This app takes Manning’s equation input variables and fits nonlinear least squares parameters to estimate a, b, c, and d over 20 equal increments of depth from 0.05 meters to the user specified maximum. The computations assume a symmetrical trapezoidal channel with continuous sloped sides.

The app is available here including a link to download the code and a separate link to download a batch version of the same tool. 

To leave a comment for the author, please follow the link and comment on their blog: AdventuresInData.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)