C.flux: Organic carbon flux to underlying sediments

Description Usage Arguments Value Author(s) Examples

Description

Calculates the depositional flux of organic carbon to underlying sediments for given conditions.

Usage

1
C.flux(NPP, z)

Arguments

NPP

Net primary production (mol C/[m2 y])

z

Water depth (m)

Value

Return the depositional flux of organic carbon to sediments (mol C/[m2 y]).

Author(s)

Daniel C. Reed

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- 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 (NPP, z) 
{
    return(NPP * ((1 - 0.17) * exp(-0.018 * z) + 0.17 * exp(-0.00046 * 
        z)))
  }

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