" ; :date = "Created on 19 January 2018" ; group: addons { variables: byte warning_flag_TCWV(lat, lon) ; string warning_flag_TCWV:description = "Warning flag for TCWV. Raised if \n- the mean scan angle deviates by more than 5° over land,\n- the mean scan angle deviates by more than 2° over ocean,\n- data is available for less than 50% (GOME1/2) / 30% (SCIAMACHY) of the timeseries.\nBits 1/2/3 represent GOME/SCIAMACHY/GOME-2, respectively.\nI.e., a value of 1 flags GOME, 2 flags SCIAMACHY, and 5 flags both GOME and GOME-2." ; byte warning_flag_TCWV_smooth_ocean(lat, lon) ; string warning_flag_TCWV_smooth_ocean:description = "Warning flag for TCWV_smooth_ocean. Raised if \n- the mean scan angle deviates by more than 5° over land, or\n- data is available for less than 50% (GOME1/2) / 30% (SCIAMACHY) of the timeseries.\nBinary coding as for Warning_Flag_TCWV." ; byte warning_flag_convolution(lat, lon) ; warning_flag_convolution:description = "Warning flag indicating oceanic regions where edge effects by convolution have to be expected." ; byte ocean_flag(lat, lon) ; ocean_flag:description = "Flag indicating oceanic pixels; derived from GTOPO30 as provided by the U.S. Geological Survey." ; byte contribution_from_SCIA(time) ; contribution_from_SCIA:description = "Flag indicating to which months the respective satellite instrument is contributing." ; float mean_scan_angle_SCIA(lat, lon) ; mean_scan_angle_SCIA:units = "degrees" ; mean_scan_angle_SCIA:description = "Mean scan angle for the respective satellite instrument and the time range considered in the GOME-Evl climate product. Reasons for deviations from 0 are listed in the product description." ; byte contribution_from_GOME2(time) ; contribution_from_GOME2:description = "Flag indicating to which months the respective satellite instrument is contributing." ; float mean_scan_angle_GOME2(lat, lon) ; mean_scan_angle_GOME2:units = "degrees" ; mean_scan_angle_GOME2:description = "Mean scan angle for the respective satellite instrument and the time range considered in the GOME-Evl climate product. Reasons for deviations from 0 are listed in the product description." ; byte contribution_from_GOME1(time) ; contribution_from_GOME1:description = "Flag indicating to which months the respective satellite instrument is contributing." ; float mean_scan_angle_GOME1(lat, lon) ; mean_scan_angle_GOME1:units = "degrees" ; mean_scan_angle_GOME1:description = "Mean scan angle for the respective satellite instrument and the time range considered in the GOME-Evl climate product. Reasons for deviations from 0 are listed in the product description." ; } // group addons }