Skip to contents

The macroalgae fragmentation rate (\(D\)) is calculated as: $$D = D_{ve} \times U_0 + D_{tu} + D_{m}$$ where \(D_{ve}\) is the linear coefficient of loss with laminar velocity (\(U_0\)), \(D_{tu}\) is the loss rate at the specified level of turbulence (static, low, medium, or high), and \(D_{m}\) is the base loss rate.

Usage

loss(U0, turbulence = 0, spec_params)

Arguments

U0

incoming incident water velocity (m/s)

turbulence

optional level of turbulence. Options are "none"/"static", "low", "medium"/"mid", and "high".

spec_params

a vector of named numbers. All default to 0 if not supplied. Can include:

  • D_m, a constant (base) loss rate

  • D_ve, the linear coefficient of loss with laminar velocity

  • D_st, the loss rate in static water (turbulence = 0, "none" or "static")

  • D_lo, the loss rate in turbulent water (turbulence = 1 or "low")

  • D_mi, the loss rate in turbulent water (turbulence = 2 or "medium")

  • D_hi, the loss rate in turbulent water (turbulence = 3 or "high")

Value

a scalar for macroalgae loss (d-1)

Details

Note that parameter U0 has no default. If one is not supplied, loss due to velocity will default to 0 regardless of the value of D_ve supplied.

Examples

examples
#> Error: object 'examples' not found