OB.DAAC Logo
NASA Logo
Phytoplankton Carbon Concentration (carbon_phyto)

Phytoplankton Carbon Concentration (carbon_phyto)

Table of Contents

  1. Product Summary
  2. Algorithm Description
  3. Implementation
  4. Assessment
  5. References
  6. Data Access

1 – Product Summary

This algorithm returns the concentration of the phytoplankton carbon (carbon_phyto) in mg m-3, calculated using an empirical relationship derived from field data between analytical measurements of carbon_phyto and particulate backscattering coefficient (Graff et al. 2015). Implementation of the algorithm is contingent on the availability of particulate backscattering coefficient at 470 nm, that is currently derived using Generalized Inherent Optical Property (GIOP, Werdell et al., 2013) model output bbp_443_giop and bbp_s_giop.

Phytoplankton carbon distribution (mg m-3), MODIS A, April 2020.

Algorithm Point of Contact: Jason Graff and Toby Westberry, OSU

2 – Algorithm Description

Input:
bbp_s_giop
bbp_443_giop

Output:
carbon_phyto
Phytoplankton Carbon (mg m-3)

General Algorithm:
The algorithm is a linear relationship between bbp_470 and carbon_phyto where:

$$carbon\_phyto = a1(bbp\_470) + b1$$

Where:
a1 = 12,128
b1 = 0.59

Backscattering is calculated using the Inherent Optical Properties products (currently GIOP), where bbp_470 is derived from bbp_443_xxx assuming the power function of the backscattering spectral shape, using bbp_s_xxx as a slope coefficient, where xxx = {IOP MODEL}

$$bbp\_470 = bbp\_443\_xxx (\frac{470}{443})^{bbp\_s\_xxx}$$

3 – Implementation

Product Short Name:
carbon_phyto

Level-2 Product Suite:
None (available through SeaDAS command-line processing)

Level-3 Product Suite:
carbon_phyto (test product)

Calling in L2GEN:
l2prod = carbon_phyto
iop_opt (int) (default=7) = IOP model for use in downstream products

  1. None (products requiring a or bb will fail)
  2. Carder
  3. GSM
  4. QAA
  5. PML
  6. NIWA
  7. LAS
  8. GIOP

To override using a variable bbp slope, specify: bbp_s_{IOP MODEL}
e.g. bbp_s_giop = -1

4 – Assessment

Not available currently. TBD, product will be validated using SeaBASS phyto_carbon data, using standard procedures for validation of the ocean data products.

5 – References

Graff, J.R., Westberry, T.K., Milligan, A.J., Brown, M.B., Dall’Olmo, G., Dongen-Vogels, V.v., Reifel, K.M., & Behrenfeld, M.J. (2015). Analytical phytoplankton carbon measurements spanning diverse ecosystems. Deep Sea Research Part I: Oceanographic Research Papers, 102, 16-25

Werdell, P.J., Franz, B.A., Bailey, S.W., Feldman, G.C., Boss, E., Brando, V.E., Dowell, M., Hirata, T., Lavender, S.J., & Lee, Z. (2013). Generalized ocean color inversion model for retrieving marine inherent optical properties. Applied Optics, 52, 2019-2037

6 - Data Access

TBD