Exchange.sensitivity: Bottom water oxygen sensitivity to vertical exchange between...

Description Usage Arguments Value Examples

Description

Calculates the rate of change of bottom water oxygen with respect to changes in vertical exchange between surface and bottom waters.

Usage

1
Exchange.sensitivity(BOD, Exchange, L)

Arguments

BOD

Benthic oxygen demand (mol O2/[m2 y])

Exchange

Vertical exchange coefficient between surface and bottom waters (/y)

L

Thickness of bottom water layer (m)

Value

Returns the rate of change of bottom water oxygen with respect to changes in vertical exchange ([mol O2 * y]/m3)

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (BOD, Exchange, L) 
{
    return(BOD/(L * Exchange^2))
  }

DanielReedOcean/COOLBEANS documentation built on May 6, 2019, 1:35 p.m.