; This include configuation file maps which L2PROF variables are to be read in the ; CPL_L2PROF_HDF5_READER read subroutine (V1-01) for current application purposes. ; Version 1-01 HDF products have the HDF variables in subdirectories. ; VAR_MAP= 0(no) or 1(yes). nparms= 80 ; Total number of variables in L2PROF file var_name= strarr(nparms) var_map= intarr(nparms) var_name(0)= '/profile/Aerosol_Optical_Depth_1064' & var_map(0)= 1 var_name(1)= '/profile/Aerosol_Optical_Depth_532' & var_map(1)= 1 var_name(2)= '/profile/Aerosol_Optical_Depth_355' & var_map(2)= 1 var_name(3)= '/profile/Aerosol_Optical_Depth_Uncertainty_1064' & var_map(3)= 1 var_name(4)= '/profile/Aerosol_Optical_Depth_Uncertainty_532' & var_map(4)= 1 var_name(5)= '/profile/Aerosol_Optical_Depth_Uncertainty_355' & var_map(5)= 1 var_name(6)= '/profile/Aerosol_Type' & var_map(6)= 1 var_name(7)= '/profile/met/Atmospheric_Pressure' & var_map(7)= 1 var_name(8)= '/profile/met/Atmospheric_Relative_Humidity' & var_map(8)= 1 var_name(9)= '/profile/met/Atmospheric_Temperature' & var_map(9)= 1 var_name(10)= '/profile/met/Tropopause_Height' & var_map(10)= 1 var_name(11)= '/metadata_parameters/Bin_Altitude_Array' & var_map(11)= 1 var_name(12)= '/metadata_parameters/Bin_Size' & var_map(12)= 1 var_name(13)= '/geolocation/CPL_Angle' & var_map(13)= 1 var_name(14)= '/geolocation/CPL_Latitude' & var_map(14)= 1 var_name(15)= '/geolocation/CPL_Longitude' & var_map(15)= 1 var_name(16)= '/profile/Cloud_Optical_Depth_1064' & var_map(16)= 1 var_name(17)= '/profile/Cloud_Optical_Depth_532' & var_map(17)= 1 var_name(18)= '/profile/Cloud_Optical_Depth_355' & var_map(18)= 1 var_name(19)= '/profile/Cloud_Optical_Depth_Uncertainty_1064' & var_map(19)= 1 var_name(20)= '/profile/Cloud_Optical_Depth_Uncertainty_532' & var_map(20)= 1 var_name(21)= '/profile/Cloud_Optical_Depth_Uncertainty_355' & var_map(21)= 1 var_name(22)= '/profile/Cloud_Phase' & var_map(22)= 1 var_name(23)= '/profile/Cloud_Phase_Score' & var_map(23)= 1 var_name(24)= '/profile/Column_Optical_Depth_1064' & var_map(24)= 1 var_name(25)= '/profile/Column_Optical_Depth_532' & var_map(25)= 1 var_name(26)= '/profile/Column_Optical_Depth_355' & var_map(26)= 1 var_name(27)= '/profile/Column_Optical_Depth_Uncertainty_1064' & var_map(27)= 1 var_name(28)= '/profile/Column_Optical_Depth_Uncertainty_532' & var_map(28)= 1 var_name(29)= '/profile/Column_Optical_Depth_Uncertainty_355' & var_map(29)= 1 var_name(30)= '/profile/DEM_Surface_Altitude' & var_map(30)= 1 var_name(31)= ' ' & var_map(31)= 0 ; N/A var_name(32)= '/profile/Extinction_Coefficient_1064' & var_map(32)= 1 var_name(33)= '/profile/Extinction_Coefficient_532' & var_map(33)= 1 var_name(34)= '/profile/Extinction_Coefficient_355' & var_map(34)= 1 var_name(35)= '/profile/Extinction_Coefficient_Uncertainty_1064' & var_map(35)= 1 var_name(36)= '/profile/Extinction_Coefficient_Uncertainty_532' & var_map(36)= 1 var_name(37)= '/profile/Extinction_Coefficient_Uncertainty_355' & var_map(37)= 1 var_name(38)= '/profile/Extinction_QC_Flag_1064' & var_map(38)= 1 var_name(39)= '/profile/Extinction_QC_Flag_532' & var_map(39)= 1 var_name(40)= '/profile/Extinction_QC_Flag_355' & var_map(40)= 1 var_name(41)= '/profile/Feature_Type' & var_map(41)= 1 var_name(42)= '/profile/Feature_Type_Score' & var_map(42)= 1 var_name(43)= '/metadata_parameters/File_Start_DateTime' & var_map(43)= 1 var_name(44)= '/metadata_parameters/File_Stop_Time' & var_map(44)= 1 var_name(45)= '/metadata_parameters/File_Start_Latitude' & var_map(45)= 1 var_name(46)= '/metadata_parameters/File_Stop_Latitude' & var_map(46)= 1 var_name(47)= '/metadata_parameters/File_Start_Longitude' & var_map(47)= 1 var_name(48)= '/metadata_parameters/File_Stop_Longitude' & var_map(48)= 1 var_name(49)= '/metadata_parameters/File_Year' & var_map(49)= 1 var_name(50)= '/metadata_parameters/Horizontal_Resolution' & var_map(50)= 1 var_name(51)= '/profile/Ice_Water_Content_1064' & var_map(51)= 1 var_name(52)= '/profile/Ice_Water_Content_1064_Uncertainty' & var_map(52)= 1 var_name(53)= '/profile/Ice_Water_Content_532' & var_map(53)= 1 var_name(54)= '/profile/Ice_Water_Content_532_Uncertainty' & var_map(54)= 1 var_name(55)= '/profile/Ice_Water_Content_355' & var_map(55)= 1 var_name(56)= '/profile/Ice_Water_Content_355_Uncertainty' & var_map(56)= 1 var_name(57)= '/geolocation/Index_Top_Bin' & var_map(57)= 1 var_name(58)= '/profile/Lidar_Surface_Altitude' & var_map(58)= 1 var_name(59)= '/profile/Multiple_Scattering_Factor_1064' & var_map(59)= 1 var_name(60)= '/profile/Multiple_Scattering_Factor_532' & var_map(60)= 1 var_name(61)= '/profile/Multiple_Scattering_Factor_355' & var_map(61)= 1 var_name(62)= '/metadata_parameters/Number_1km_Profiles' & var_map(62)= 1 var_name(63)= '/metadata_parameters/Number_Bins' & var_map(63)= 1 var_name(64)= '/profile/Particulate_Backscatter_Coefficient_1064' & var_map(64)= 1 var_name(65)= '/profile/Particulate_Backscatter_Coefficient_532' & var_map(65)= 1 var_name(66)= '/profile/Particulate_Backscatter_Coefficient_355' & var_map(66)= 1 var_name(67)= '/profile/Particulate_Backscatter_Coefficient_Uncertainty_1064' & var_map(67)= 1 var_name(68)= '/profile/Particulate_Backscatter_Coefficient_Uncertainty_532' & var_map(68)= 1 var_name(69)= '/profile/Particulate_Backscatter_Coefficient_Uncertainty_355' & var_map(69)= 1 var_name(70)= '/metadata_parameters/Product_Creation_Date' & var_map(70)= 1 var_name(71)= '/metadata_parameters/Product_Version_Number' & var_map(71)= 1 var_name(72)= ' ' & var_map(72)= 0 ; N/A var_name(73)= '/profile/Profile_Decimal_Julian_Day' & var_map(73)= 1 var_name(74)= '/profile/Sky_Condition' & var_map(74)= 1 var_name(75)= '/geolocation/Solar_Azimuth_Angle' & var_map(75)= 1 var_name(76)= '/geolocation/Solar_Zenith_Angle' & var_map(76)= 1 var_name(77)= '/profile/Surface_Type' & var_map(77)= 1 var_name(78)= '/profile/Total_Depolarization_Ratio_1064' & var_map(78)= 1 var_name(79)= '/profile/Total_Depolarization_Ratio_Uncertainty_1064' & var_map(79)= 1