******** RADIANCE IDL> RESTORE, 'OMAERUV_SULPHATE_LUT_RAT1P0_RAD_P1000.sav' IDL> HELP % At $MAIN$ RAD_LUT FLOAT = Array[3, 5, 7, 7, 7, 11, 14] Compiled Procedures: $MAIN$ Compiled Functions: IDL> Note that the RADIANCE reported in the above LUT IS NOT DIVIDED BY PI. To convert it to the NORMALIZED RADIANCE, one needs to divide it by PI. n_wv = number of wavelengths: 3 (354, 388, 388) n_hgt = number of aerosol layer heights: 5 (for sulphate-urban/industrial model its peak aerosol height is at surface-0 km with an exponential distribution) n_model = number of models: 7 n_aod = number of nodes in AOD: 7 (0.0, 0.1, 0.5, 1.0, 2.5, 4.0, 6.0 at 500 nm) n_sza = number of nodes in SZA: 7 (0.0, 20.0, 40.0, 60.0, 66.0, 72.0, 80.0) n_phi = number of nodes in PHI: 11 (0.0, 30.0, 60.0, 90.0, 120.0, 150.0, 160.0, 165.0, 170.0, 175.0, 180.0) n_vza = number of nodes in VZA: 14 (0.0, 12.0, 18.0, 26.0, 32.0, 36.0, 40.0, 46.0, 50.0, 54.0, 56.0, 60.0, 66.0, 72.0) ************* TRANSMITTANCE IDL> RESTORE, 'OMAERUV_SULPHATE_LUT_RAT1P0_TRANS_P1000.sav' IDL> HELP % At $MAIN$ TRANS_LUT FLOAT = Array[3, 5, 7, 7, 7, 14] Compiled Procedures: $MAIN$ Compiled Functions: IDL> Transmittance is not a function of PHI. Other dimensions are identical to RADIANCE **** SBAR IDL> RESTORE, 'OMAERUV_SULPHATE_LUT_RAT1P0_SBAR_P1000.sav' IDL> HELP % At $MAIN$ SBAR_LUT FLOAT = Array[3, 5, 7, 7] Compiled Procedures: $MAIN$ Compiled Functions: IDL> SBAR is not a function of geometry. Other dimensions are identical to RADIANCE