Kd490 calculation/formula
-
- Posts: 11
- Joined: Mon Sep 09, 2019 9:44 am America/New_York
Kd490 calculation/formula
Dear ocean color team,
I am extracting four MODIS (Level 03) parameters SST, Chl-a, DOC, FLH and eleven reflectance bands time-series from google earth engine. I couldn't find the rest of ocean color variables. I am trying to calculate Kd490 and other parameters like Zeu_morel (euphotic depth), Zsd_morel (Secchi disk depth), tindx_morel (turbidity index) bbp_547_giop (particulate backscattering coefficient) from the reflectance bands. Which one of these variables are easy to calculate using band ratio? and what is the formula to do so? I found some formulas on this website but they seem like more theoretical formulas than practical!
I read this in one of the posts. "The input ratio for Kd490 is Rrs488 / Rrs547"
Is this formula correct for Kd490?
Thank you so much
Sincerely,
Mo.
I am extracting four MODIS (Level 03) parameters SST, Chl-a, DOC, FLH and eleven reflectance bands time-series from google earth engine. I couldn't find the rest of ocean color variables. I am trying to calculate Kd490 and other parameters like Zeu_morel (euphotic depth), Zsd_morel (Secchi disk depth), tindx_morel (turbidity index) bbp_547_giop (particulate backscattering coefficient) from the reflectance bands. Which one of these variables are easy to calculate using band ratio? and what is the formula to do so? I found some formulas on this website but they seem like more theoretical formulas than practical!
I read this in one of the posts. "The input ratio for Kd490 is Rrs488 / Rrs547"
Is this formula correct for Kd490?
Thank you so much
Sincerely,
Mo.
Filters:
-
- Posts: 1519
- Joined: Wed Sep 18, 2019 6:15 pm America/New_York
- Been thanked: 9 times
Kd490 calculation/formula
Mo,
Most of those products are easily computed (e.g. uses a simple equation)...Kd_490 (based on an Rrs ratio), the Zeu/sd_morel products (based on chl), and tindx_morel (based on chl and Rrs). GIOP, well that's more complex.
The Kd_490 is described here: https://oceancolor.gsfc.nasa.gov/atbd/kd_490/
The Zsd/eu_morel algorithms are described here: https://doi.org/10.1016/j.rse.2007.03.012
tindx_morel is described here: https://doi.org/10.1016/j.rse.2006.01.022
GIOP is described here:https://doi.org/10.1364/ao.52.002019
Regards,
Sean
Most of those products are easily computed (e.g. uses a simple equation)...Kd_490 (based on an Rrs ratio), the Zeu/sd_morel products (based on chl), and tindx_morel (based on chl and Rrs). GIOP, well that's more complex.
The Kd_490 is described here: https://oceancolor.gsfc.nasa.gov/atbd/kd_490/
The Zsd/eu_morel algorithms are described here: https://doi.org/10.1016/j.rse.2007.03.012
tindx_morel is described here: https://doi.org/10.1016/j.rse.2006.01.022
GIOP is described here:https://doi.org/10.1364/ao.52.002019
Regards,
Sean
Kd490 calculation/formula
There are references for some products in
$OCSSWROOT/share/common/product.xml
, but I only found the GIOP reference (and the DOI was missing).-
- Posts: 1519
- Joined: Wed Sep 18, 2019 6:15 pm America/New_York
- Been thanked: 9 times
Kd490 calculation/formula
Yes, we probably should flush out the references in there (it's used for the product metadata)...the DOI for the GIOP paper was added by OSA after we added the reference to the product.xml file :grin:
Sean
Sean
-
- Posts: 11
- Joined: Mon Sep 09, 2019 9:44 am America/New_York
-
- Posts: 3
- Joined: Tue Nov 15, 2022 4:39 pm America/New_York
Re: Kd490 calculation/formula
How should it be written in band math expression? I saw the algorithm: log10(Kbio(490))=a0+∑i=14ai(log10(RrsλblueRrsλgreen))i
Kd_490=Kbio(490)+0.0166
but how should it be implemented in SeaDas?
Can you reply with a screen shot of the written expression in the program?
Kd_490=Kbio(490)+0.0166
but how should it be implemented in SeaDas?
Can you reply with a screen shot of the written expression in the program?
-
- Subject Matter Expert
- Posts: 306
- Joined: Mon Apr 07, 2008 4:40 pm America/New_York
- Been thanked: 3 times
Re: Kd490 calculation/formula
Regarding the last question ...
Using the equation and coefficients currently posted at:
https://oceancolor.gsfc.nasa.gov/atbd/kd/
here's a screenshot of what the MathBand tool would look like to create Kd_490 from the Rrs bands
Using the equation and coefficients currently posted at:
https://oceancolor.gsfc.nasa.gov/atbd/kd/
here's a screenshot of what the MathBand tool would look like to create Kd_490 from the Rrs bands