By @bryan
Date 2011-01-27 22:07
We store chlorophyll as a float in Level-2, in mg/m^3. No conversion is needed. -32767.0 is the fill value. This information is contained in the meta-data.
float chlor_a(Number of Scan Lines, Pixels per Scan Line) ;
chlor_a:long_name = "Chlorophyll Concentration, OC4 Algorithm" ;
chlor_a:slope = 1.f ;
chlor_a:intercept = 0.f ;
chlor_a:units = "mg m^-3" ;
chlor_a:bad_value_scaled = -32767.f ;
chlor_a:bad_value_unscaled = -32767.f ;
-- bryan