OB.DAAC Logo
NASA Logo
SST Quality Flags

SST Quality Flags

Quality Tests

A series of quality tests are performed for each sst or sst4 retrieval. The quality tests are used to set the quality levels, which are then used to control the Level-3 binning process. For the l2gen implementation, each quality test was assigned a bit in a product-specific flag array. A separate, 16-bit flag product is created for both the short-wave (sst4) and long-wave (sst) products (flags_sst4 and flags_sst, respectively). The 16 flag bits are assigned as follows:

Bit Name Description
00 ISMASKED Pixel was already masked.
01 BTBAD Brightness temperatures are bad outside radiance to brightness table conversion or saturated
02 BTRANGE Brightness temperatures are out-of-range for top of the atmosphere realistic ocean surface values, -4 to 37 °C
03 BTDIFF Brightness temperatures spectral differences between channels are outside of expected valid ranges, 0 – 1.6 °C
04 SSTRANGE SST outside valid range -1.8 to 45 °C
05 SSTREFDIFF Retrieved SST is too different from Reynolds reference field. Threshold is > -3 °C non dust regions and a more stringent > -1.25 °C in known dust region defined as 10S to 30N latitude and 105W and 105E longitude.
06 SST_triple_DIFF Longwave NSST is different from SST_triple
07 SST_triple_VDIFF Longwave NSST is very different from shortwave SST_triple
08 BTNONUNIF Brightness temperatures are spatially non-uniform > 0.7 °C
09 BTVNONUNIF Brightness temperatures are very spatially non-uniform ° 1.2 °C
10 spare spare
11 REDNONUNIF Red-band reflectance spatial non-uniformity or saturation > 0.01. Test not applied in sun glint region.
12 HISENZ Sensor zenith angle high > 55 degrees
13 VHISENZ Sensor zenith angle very high > 65 degrees
14 SSTREFVDIFF SST is too different from reference > 5 °C
15 SST_CLOUD Pixel failed the cloud Alternating decision tree

Quality Levels

The quality tests described above are used to set quality levels between 0 and 4, where 0 indicates best quality and 4 indicates complete failure or masked (usually land). The quality level determination varies between day and night conditions, and between the short-wave and long-wave SST products. The following tables show the quality test bits and associated quality levels. If no bits are set then the quality level is 0 but for short-wave SST retrievals in daylight the quality level is always set to 3 (bad) or 4 (failed or not computed). The quality level information for each SST product, sst and sst4, can be output by $l2gen$ as products $qual\_sst$ and $qual\_sst4$, respectively.

SST Flags 2-band SST Day Minimum Quality Level 2-band NSST Night Minimum Quality Level 3-band SST_triple Minimum Quality Level
ISMASKED 4 4 4
BTBAD 4 4 4
VHISENZ 3 3 3
BTRANGE 3 3 3
SSTRANGE 3 3 3
BTVNONUNIF 3 3 3
SSTREFVDIFF 3 3 3
SST_cloud 3 3 3
REDNONUNIF 2 N/A N/A
SSTREFDIFF 2 2 2
SST_triple_VDIFF N/A 2 2
SST_triple_DIFF N/A 1 1
BTNONUNIF 2 1 1
GLINT 1 N/A N/A
HISENZ 1 1 1