Loading.sensitivity: Bottom water oxygen sensitivity to nutrient loading

Description Usage Arguments Value Examples

Description

Calculates the rate of change of bottom water oxygen with respect to changes in nitrogen loading.

Usage

1
Loading.sensitivity(Depth, Exchange, L)

Arguments

Depth

Water depth (m)

Exchange

Vertical exchange 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 nitrogen loading ([mol O2 * y]/[mol N * m2])

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- 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 (Depth, Exchange, L) 
{
    gamma <- p.remin(Depth)
    return(-10 * ((77/60) * gamma - (17/60))/(Exchange * L * 
        ((733/1500) * gamma + (1007/1500))))
  }

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