bottom_width: Compute Bottom Width

View source: R/bottom_width.R

bottom_widthR Documentation

Compute Bottom Width

Description

Same procedure as used in Heat Source 7. If the width:depth ratio and channel angle z values produces bottom width < 0 z is incrementally decreased using the formula: z_new = z * 0.99 until bottom width >= 0.

Usage

bottom_width(bfw, wd, z)

Arguments

bfw

Vector of bankfull width or active channel widths.

wd

Vector of width to depth ratio (W/D) values.

z

Vector of channel angle Z values.

Value

vector of bottom widths


DEQrmichie/heatsourcetools documentation built on Jan. 25, 2025, 2:31 p.m.