The lower-level formats for all sensors remain effectively unchanged for this reprocessing, with one exception. For MODIS, the OBPG has previously been distributing Level-1A files with non-ocean bands removed. This is referred to as band-subsetted Level-1A. In this reprocessing, the OBPG will restore the Level-1A archive to the full-band-suite format. A typical Level-1A file will therefore increase in size from 215MB to 575MB, with compressed files typically increasing from 50MB to 220MB. The disadvantage of this change is obvious: files are bigger and transfers will take more time. The advantages of this change are many:
We recognize that some users will find this file-size increase difficult to manage. Thus, we plan to add support for band-subsetting in the OBPG ordering system, but direct access distribution mechanisms will be delivering the full-band-suite Level-1A. This transition will occur with the reprocessing, so there will be a period of time when MODIS-Aqua is full-band and MODIS-Terra is subsetted.
The standard Level-2 ocean color (OC) product suite has been expanded to include additional derived products. The epsilon field has been removed, and the water-leaving radiance (nLw) fields have been replaced with remote sensing reflectances (Rrs). It is currently planned that the MODIS products will also include Rrs from the land channels at 469, 555, and 645-nm, aggregated to the nominal 1-km resolution of the ocean color channels. The MODIS ocean color band at 551 is now reported at 547-nm, as this is consistent with the true center of the bandpass and thus reduces the need for model-based band-pass corrections. Changes have also been made to Level-2 geolocation and meta-data as noted below. The fundamental format is still hdf4.
e.g.:
int16 |
Rrs_670(Number of Scan Lines, Pixels per Scan Line) ; Rrs_670:long_name = "Remote sensing reflectance at 670 nm" ; Rrs_670:slope = 2.e-06f ; Rrs_670:intercept = 0.050000001f ; Rrs_670:units = "sr^-1" ; Rrs_670:solar_irradiance = 151.22081f ; Rrs_670:bad_value_scaled = -32767s ; Rrs_670:bad_value_unscaled = -0.015534f ; |
A processing version identifier was also added to the global attributes. For this reprocessing it the "pversion" attribute will be set to 2009.1.
The Level-3 binned file format used by the OBPG includes one or more geophysical parameters and one set of statistics (i.e., number of observations, sum of weights, etc.) per bin. That means that all parameters included in a given bin file must share the same exclusion criteria (masking). It is therefore desireable to separate the geophysicical products into logical combinations (or suites) with similar retrieval-failure rates.
For this reprocessing, the standard Level-2 OC products will be composited into a number of such logical groupings. The suite names and corresponding geophysical parameters are listed for each sensor below. The binned file names will now include the suite name (e.g., Syyyyddd.L3b_DAY_RRS.main).
RRS suite | |
---|---|
aot_865 | aerosol optical thickness at 865-nm |
angstrom | aerosol Angstrom exponent at 443-nm relative to 865-nm |
Rrs_412 | remote sensing reflectance at 412-nm |
Rrs_443 | remote sensing reflectance at 443-nm |
Rrs_490 | remote sensing reflectance at 490-nm |
Rrs_510 | remote sensing reflectance at 510-nm |
Rrs_555 | remote sensing reflectance at 555-nm |
Rrs_670 | remote sensing reflectance at 670-nm |
CHL suite | |
chlor_a | chlorophyll-a (OC4v5 algorithm) |
KD490 suite | |
Kd_490 | diffuse attenuation at 490-nm (KD2 algorithm) |
PIC suite | |
pic | particulate inorganic carbon (Gordon and Balch algorithm) |
POC suite | |
poc | particulate organic carbon (Stramski algorithm) |
CDOM suite | |
cdom_index | colored disolved organic matter index (Morel algorithm) |
PAR suite | |
par | daily mean photosynthetically available radiation (Frouin algorithm) |
RRS suite | |
---|---|
aot_869 | aerosol optical thickness at 869-nm |
angstrom | aerosol Angstrom exponent at 443-nm relative to 869-nm |
Rrs_412 | remote sensing reflectance at 412-nm |
Rrs_443 | remote sensing reflectance at 443-nm |
Rrs_469 | remote sensing reflectance at 469-nm |
Rrs_488 | remote sensing reflectance at 488-nm |
Rrs_531 | remote sensing reflectance at 531-nm |
Rrs_547 | remote sensing reflectance at 547-nm |
Rrs_555 | remote sensing reflectance at 555-nm |
Rrs_645 | remote sensing reflectance at 645-nm |
Rrs_667 | remote sensing reflectance at 667-nm |
Rrs_678 | remote sensing reflectance at 678-nm |
CHL suite | |
chlor_a | chlorophyll-a (OC3v5 algorithm) |
KD490 suite | |
Kd_490 | diffuse attenuation at 490-nm (KD2 algorithm) |
PIC suite | |
pic | particulate inorganic carbon (Gordon and Balch algorithm) |
POC suite | |
poc | particulate organic carbon (Stramski algorithm) |
CDOM suite | |
cdom_index | colored disolved organic matter index (Morel algorithm) |
PAR suite | |
par | daily mean photosynthetically available radiation (Frouin algorithm) |
FLH suite | |
ipar | instantaneous photosynthetically available radiation |
nflh | fluorescence line height (normalized) |
The standard Level-3 mapped file format has been changed from a gridded 16-bit scaled integer array to a floating-point array. This was done to increase the science value of the mapped datasets, by delaying arbitrary scaling decisions until the point of actually generating a viewable image. In float format, the SMI product is effectively just a mapped version of the binned product. The SMI meta-data has also been changed to better support the float format. The global and SDS attributes of scaling, slope, and intercept are now set to "linear", 1.0, and 0.0, respectively, to ensure that software that blindly applies these values to "unscale" the mapped data (l3m_data SDS) back to float will have no effect. e.g.:
Parameter = "Chlorophyll a concentration" ;
Measure = "Mean" ;
Units = "mg m^-3" ;
Scaling = "linear" ;
Scaling Equation = "(Slope*l3m_data) + Intercept = Parameter value" ;
Slope = 1.f ;
Intercept = 0.f ;
Additional meta-data was added to provide a suggested scaling range that can be used by downstream applications to convert the float image into a byte-scaled image for display. This is the information that the OBPG uses to generate the Level-3 browse PNG images. e.g.:
Suggested Image Scaling Minimum = 0.01f ;
Suggested Image Scaling Maximum = 20.f ;
Suggested Image Scaling Type = "LOG" ;
Suggested Image Scaling Applied = "No" ;
The naming convention has also changed to capture the Level-3 product suite name and the approximate resolution at the equator. Standard resolutions are still 9km and 4km for SeaWiFS and MODIS, respectively. Projection is still equirectangular.As an example, a full set of SeaWiFS mapped files for one day (2005 day 264) would look like this: