This program estimates rectangular weir dimensions based on width-depth ratio of wier at different stages
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real, | intent(in) | :: | depwid | |||
| real, | intent(in) | :: | desdis | |||
| real, | intent(out) | :: | wwidth | |||
| real, | intent(out) | :: | wdepth | |||
| real, | intent(in) | :: | cd |