[ncl-talk] Repost: Distortions while merging multiple modis hdf files
Krishnakumar AP
krishnaap7 at gmail.com
Sat Dec 30 02:54:10 MST 2017
Dear NCL Community,
This is a re-post of my previous question, regarding distortions appear
when merging multiple modis hdf files into a single plot.
I am using NCL 6.4.0 and data used from Modis Cloud Products(06_L2)
I have uploaded few of data to the ftp (ftp.cgd.ucar.edu), file names are
xMOD06_L2.A2011349.0550.006.2015056134430.hdf
xMOD06_L2.A2011349.0730.006.2015056133545.hdf
xMOD06_L2.A2011349.0735.006.2015056132747.hdf
NCL code,
begin
>
> ;::::::::::::::::::::::::::::::::::
> fils=systemfunc("ls ./xMOD06_L2*.hdf")
> f=addfiles(fils,"r")
> ;::::::::::::::::::::::::::::::::::
>
> ListSetType(f,"cat")
> cl = f[:]->Cloud_Top_Pressure
>
> ;::::::::::::::::::::::::::::::::::
>
> printVarSummary(cl)
>
> cl at lat2d = f[:]->Latitude
> cl at lon2d = f[:]->Longitude
>
> wks=gsn_open_wks("png","1_modis_ctp_349")
> ;:::::::::::::::::::::::::::::::::::::::::::
>
> res=True ; plot mods
> desired
> res at gsnMaximize =True ; make plot large
> res at cnLinesOn =False ; turn off contour lines
> ;res at cnLineLabelsOn =True ; turn off contour line
> labels
> res at gsnSpreadColors =True ; use the entire color
> spectrum
> res at cnFillOn =True ; enable contour fill
> res at gsnMaximize =True ; make plot large
> res at mpGeophysicalLineThicknessF= 2. ; double the thickness of
> geophysical boundaries
> res at cnMissingValFillPattern = 0
> res at cnFillMode = "RasterFill"
>
> ;::::::ZOOM:::::::::::;
> res at mpMinLatF = 20
> res at mpMaxLatF = 32
> res at mpMinLonF = 68
> res at mpMaxLonF = 95
>
> ;:::::::::::::Title&Plotting::::::::::::::::
> res at tiMainString="Cloud Top Pressure" ; create title
> plot=gsn_csm_contour_map_ce(wks,cl,res) ; plot on world map first
> delete(res at tiMainString) ; delete
> title for subsequent plots
>
> ;:::::::::::::Clean up resources used:::::::::::::::::::::
> delete(plot)
> delete(wks)
> delete(res)
> end
>
Individually each file plotted properly, but when it get merged,
distortions or clippings occurred.
As per Rick Brownrigg's suggestion, res at cnFillMode = "RasterFill" added,
but could not get any better. Thanks for your kind response.
I have attached the ncl_filedump of three example files, PrintVarSummary
and the output.
Please help me on this. Thanks in advance.
--
Best regards
Krishnakumar.AP
Research Fellow
Banaras Hindu University, India.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20171230/a9ff5117/attachment-0001.html>
-------------- next part --------------
krishna at krishna-HP-15-Notebook-PC:~/Current/test$ ncl modis.ncl
Copyright (C) 1995-2017 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.4.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
Variable: cl
Type: short
Total Size: 657720 bytes
328860 values
Number of Dimensions: 2
Dimensions and sizes: [Cell_Along_Swath_5km_mod06 | 1218] x [Cell_Across_Swath_5km_mod06 | 270]
Coordinates:
Number Of Attributes: 11
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure
-------------- next part --------------
A non-text attachment was scrubbed...
Name: modis.ncl
Type: application/octet-stream
Size: 1345 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20171230/a9ff5117/attachment-0001.obj>
-------------- next part --------------
Copyright (C) 1995-2017 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.4.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
Variable: f
Type: file
filename: xMOD06_L2.A2011349.0735.006.2015056132747
path: xMOD06_L2.A2011349.0735.006.2015056132747.hdf
file global attributes:
HDFEOSVersion : HDFEOS_V2.17
StructMetadata_0 : GROUP=SwathStructure
GROUP=SWATH_1
SwathName="mod06"
GROUP=Dimension
OBJECT=Dimension_1
DimensionName="Cell_Across_Swath_5km"
Size=270
END_OBJECT=Dimension_1
OBJECT=Dimension_2
DimensionName="Cell_Along_Swath_5km"
Size=406
END_OBJECT=Dimension_2
OBJECT=Dimension_3
DimensionName="Cell_Across_Swath_1km"
Size=1354
END_OBJECT=Dimension_3
OBJECT=Dimension_4
DimensionName="Cell_Along_Swath_1km"
Size=2030
END_OBJECT=Dimension_4
OBJECT=Dimension_5
DimensionName="Cell_Across_Swath_hkm"
Size=2708
END_OBJECT=Dimension_5
OBJECT=Dimension_6
DimensionName="Cell_Along_Swath_hkm"
Size=4060
END_OBJECT=Dimension_6
OBJECT=Dimension_7
DimensionName="Band_Number"
Size=7
END_OBJECT=Dimension_7
OBJECT=Dimension_8
DimensionName="Band_Ratio"
Size=5
END_OBJECT=Dimension_8
OBJECT=Dimension_9
DimensionName="Band_Forcing"
Size=5
END_OBJECT=Dimension_9
OBJECT=Dimension_10
DimensionName="Band_Difference"
Size=2
END_OBJECT=Dimension_10
OBJECT=Dimension_11
DimensionName="QA_Parameter_5km"
Size=10
END_OBJECT=Dimension_11
OBJECT=Dimension_12
DimensionName="QA_Parameter_1km"
Size=9
END_OBJECT=Dimension_12
OBJECT=Dimension_13
DimensionName="Cloud_Mask_1km_Num_Bytes"
Size=2
END_OBJECT=Dimension_13
OBJECT=Dimension_14
DimensionName="Cloud_Mask_5km_Num_Bytes"
Size=2
END_OBJECT=Dimension_14
OBJECT=Dimension_15
DimensionName="RadTran_NWL"
Size=7
END_OBJECT=Dimension_15
OBJECT=Dimension_16
DimensionName="RadTran_NRE_Ice"
Size=12
END_OBJECT=Dimension_16
OBJECT=Dimension_17
DimensionName="RadTran_NRE_Liq"
Size=18
END_OBJECT=Dimension_17
OBJECT=Dimension_18
DimensionName="SPI_nband"
Size=2
END_OBJECT=Dimension_18
OBJECT=Dimension_19
DimensionName="RFM_nband"
Size=3
END_OBJECT=Dimension_19
OBJECT=Dimension_20
DimensionName="ACR_nband"
Size=6
END_OBJECT=Dimension_20
OBJECT=Dimension_21
DimensionName="Statistic_Parameter_1km"
Size=17
END_OBJECT=Dimension_21
END_GROUP=Dimension
GROUP=DimensionMap
OBJECT=DimensionMap_1
GeoDimension="Cell_Across_Swath_5km"
DataDimension="Cell_Across_Swath_1km"
Offset=2
Increment=5
END_OBJECT=DimensionMap_1
OBJECT=DimensionMap_2
GeoDimension="Cell_Along_Swath_5km"
DataDimension="Cell_Along_Swath_1km"
Offset=2
Increment=5
END_OBJECT=DimensionMap_2
END_GROUP=DimensionMap
GROUP=IndexDimensionMap
END_GROUP=IndexDimensionMap
GROUP=GeoField
OBJECT=GeoField_1
GeoFieldName="Latitude"
DataType=DFNT_FLOAT32
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=GeoField_1
OBJECT=GeoField_2
GeoFieldName="Longitude"
DataType=DFNT_FLOAT32
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=GeoField_2
END_GROUP=GeoField
GROUP=DataField
OBJECT=DataField_1
DataFieldName="Band_Number"
DataType=DFNT_INT32
DimList=("Band_Number")
END_OBJECT=DataField_1
OBJECT=DataField_2
DataFieldName="Statistics_1km"
DataType=DFNT_FLOAT32
DimList=("Statistic_Parameter_1km")
END_OBJECT=DataField_2
OBJECT=DataField_3
DataFieldName="Scan_Start_Time"
DataType=DFNT_FLOAT64
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_3
OBJECT=DataField_4
DataFieldName="Solar_Zenith"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_4
OBJECT=DataField_5
DataFieldName="Solar_Zenith_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_5
OBJECT=DataField_6
DataFieldName="Solar_Zenith_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_6
OBJECT=DataField_7
DataFieldName="Solar_Azimuth"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_7
OBJECT=DataField_8
DataFieldName="Solar_Azimuth_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_8
OBJECT=DataField_9
DataFieldName="Solar_Azimuth_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_9
OBJECT=DataField_10
DataFieldName="Sensor_Zenith"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_10
OBJECT=DataField_11
DataFieldName="Sensor_Zenith_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_11
OBJECT=DataField_12
DataFieldName="Sensor_Zenith_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_12
OBJECT=DataField_13
DataFieldName="Sensor_Azimuth"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_13
OBJECT=DataField_14
DataFieldName="Sensor_Azimuth_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_14
OBJECT=DataField_15
DataFieldName="Sensor_Azimuth_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_15
OBJECT=DataField_16
DataFieldName="Brightness_Temperature"
DataType=DFNT_INT16
DimList=("Band_Number","Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_16
OBJECT=DataField_17
DataFieldName="Surface_Temperature"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_17
OBJECT=DataField_18
DataFieldName="Surface_Pressure"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_18
OBJECT=DataField_19
DataFieldName="Cloud_Height_Method"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_19
OBJECT=DataField_20
DataFieldName="Cloud_Top_Height"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_20
OBJECT=DataField_21
DataFieldName="Cloud_Top_Height_Nadir"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_21
OBJECT=DataField_22
DataFieldName="Cloud_Top_Height_Nadir_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_22
OBJECT=DataField_23
DataFieldName="Cloud_Top_Height_Nadir_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_23
OBJECT=DataField_24
DataFieldName="Cloud_Top_Pressure"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_24
OBJECT=DataField_25
DataFieldName="Cloud_Top_Pressure_Nadir"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_25
OBJECT=DataField_26
DataFieldName="Cloud_Top_Pressure_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_26
OBJECT=DataField_27
DataFieldName="Cloud_Top_Pressure_Nadir_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_27
OBJECT=DataField_28
DataFieldName="Cloud_Top_Pressure_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_28
OBJECT=DataField_29
DataFieldName="Cloud_Top_Pressure_Nadir_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_29
OBJECT=DataField_30
DataFieldName="Cloud_Top_Temperature"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_30
OBJECT=DataField_31
DataFieldName="Cloud_Top_Temperature_Nadir"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_31
OBJECT=DataField_32
DataFieldName="Cloud_Top_Temperature_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_32
OBJECT=DataField_33
DataFieldName="Cloud_Top_Temperature_Nadir_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_33
OBJECT=DataField_34
DataFieldName="Cloud_Top_Temperature_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_34
OBJECT=DataField_35
DataFieldName="Cloud_Top_Temperature_Nadir_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_35
OBJECT=DataField_36
DataFieldName="Tropopause_Height"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_36
OBJECT=DataField_37
DataFieldName="Cloud_Fraction"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_37
OBJECT=DataField_38
DataFieldName="Cloud_Fraction_Nadir"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_38
OBJECT=DataField_39
DataFieldName="Cloud_Fraction_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_39
OBJECT=DataField_40
DataFieldName="Cloud_Fraction_Nadir_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_40
OBJECT=DataField_41
DataFieldName="Cloud_Fraction_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_41
OBJECT=DataField_42
DataFieldName="Cloud_Fraction_Nadir_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_42
OBJECT=DataField_43
DataFieldName="Cloud_Effective_Emissivity"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_43
OBJECT=DataField_44
DataFieldName="Cloud_Effective_Emissivity_Nadir"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_44
OBJECT=DataField_45
DataFieldName="Cloud_Effective_Emissivity_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_45
OBJECT=DataField_46
DataFieldName="Cloud_Effective_Emissivity_Nadir_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_46
OBJECT=DataField_47
DataFieldName="Cloud_Effective_Emissivity_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_47
OBJECT=DataField_48
DataFieldName="Cloud_Effective_Emissivity_Nadir_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_48
OBJECT=DataField_49
DataFieldName="Cloud_Top_Pressure_Infrared"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_49
OBJECT=DataField_50
DataFieldName="Spectral_Cloud_Forcing"
DataType=DFNT_INT16
DimList=("Band_Forcing","Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_50
OBJECT=DataField_51
DataFieldName="Cloud_Top_Pressure_From_Ratios"
DataType=DFNT_INT16
DimList=("Band_Ratio","Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_51
OBJECT=DataField_52
DataFieldName="Radiance_Variance"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_52
OBJECT=DataField_53
DataFieldName="Cloud_Phase_Infrared"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_53
OBJECT=DataField_54
DataFieldName="Cloud_Phase_Infrared_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_54
OBJECT=DataField_55
DataFieldName="Cloud_Phase_Infrared_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_55
OBJECT=DataField_56
DataFieldName="Cloud_Phase_Infrared_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_56
OBJECT=DataField_57
DataFieldName="IRP_CTH_Consistency_Flag_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_57
OBJECT=DataField_58
DataFieldName="os_top_flag_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_58
OBJECT=DataField_59
DataFieldName="cloud_top_pressure_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_59
OBJECT=DataField_60
DataFieldName="cloud_top_height_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_60
OBJECT=DataField_61
DataFieldName="cloud_top_temperature_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_61
OBJECT=DataField_62
DataFieldName="cloud_emissivity_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_62
OBJECT=DataField_63
DataFieldName="cloud_top_method_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_63
OBJECT=DataField_64
DataFieldName="surface_temperature_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_64
OBJECT=DataField_65
DataFieldName="cloud_emiss11_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_65
OBJECT=DataField_66
DataFieldName="cloud_emiss12_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_66
OBJECT=DataField_67
DataFieldName="cloud_emiss13_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_67
OBJECT=DataField_68
DataFieldName="cloud_emiss85_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_68
OBJECT=DataField_69
DataFieldName="Cloud_Effective_Radius"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_69
OBJECT=DataField_70
DataFieldName="Cloud_Effective_Radius_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_70
OBJECT=DataField_71
DataFieldName="Cloud_Effective_Radius_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_71
OBJECT=DataField_72
DataFieldName="Cloud_Effective_Radius_16_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_72
OBJECT=DataField_73
DataFieldName="Cloud_Effective_Radius_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_73
OBJECT=DataField_74
DataFieldName="Cloud_Effective_Radius_37_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_74
OBJECT=DataField_75
DataFieldName="Cloud_Optical_Thickness"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_75
OBJECT=DataField_76
DataFieldName="Cloud_Optical_Thickness_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_76
OBJECT=DataField_77
DataFieldName="Cloud_Optical_Thickness_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_77
OBJECT=DataField_78
DataFieldName="Cloud_Optical_Thickness_16_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_78
OBJECT=DataField_79
DataFieldName="Cloud_Optical_Thickness_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_79
OBJECT=DataField_80
DataFieldName="Cloud_Optical_Thickness_37_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_80
OBJECT=DataField_81
DataFieldName="Cloud_Effective_Radius_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_81
OBJECT=DataField_82
DataFieldName="Cloud_Effective_Radius_1621_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_82
OBJECT=DataField_83
DataFieldName="Cloud_Optical_Thickness_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_83
OBJECT=DataField_84
DataFieldName="Cloud_Optical_Thickness_1621_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_84
OBJECT=DataField_85
DataFieldName="Cloud_Water_Path"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_85
OBJECT=DataField_86
DataFieldName="Cloud_Water_Path_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_86
OBJECT=DataField_87
DataFieldName="Cloud_Water_Path_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_87
OBJECT=DataField_88
DataFieldName="Cloud_Water_Path_1621_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_88
OBJECT=DataField_89
DataFieldName="Cloud_Water_Path_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_89
OBJECT=DataField_90
DataFieldName="Cloud_Water_Path_16_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_90
OBJECT=DataField_91
DataFieldName="Cloud_Water_Path_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_91
OBJECT=DataField_92
DataFieldName="Cloud_Water_Path_37_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_92
OBJECT=DataField_93
DataFieldName="Cloud_Effective_Radius_Uncertainty"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_93
OBJECT=DataField_94
DataFieldName="Cloud_Effective_Radius_Uncertainty_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_94
OBJECT=DataField_95
DataFieldName="Cloud_Effective_Radius_Uncertainty_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_95
OBJECT=DataField_96
DataFieldName="Cloud_Optical_Thickness_Uncertainty"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_96
OBJECT=DataField_97
DataFieldName="Cloud_Optical_Thickness_Uncertainty_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_97
OBJECT=DataField_98
DataFieldName="Cloud_Optical_Thickness_Uncertainty_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_98
OBJECT=DataField_99
DataFieldName="Cloud_Water_Path_Uncertainty"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_99
OBJECT=DataField_100
DataFieldName="Cloud_Effective_Radius_Uncertainty_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_100
OBJECT=DataField_101
DataFieldName="Cloud_Optical_Thickness_Uncertainty_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_101
OBJECT=DataField_102
DataFieldName="Cloud_Water_Path_Uncertainty_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_102
OBJECT=DataField_103
DataFieldName="Cloud_Water_Path_Uncertainty_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_103
OBJECT=DataField_104
DataFieldName="Cloud_Water_Path_Uncertainty_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_104
OBJECT=DataField_105
DataFieldName="Above_Cloud_Water_Vapor_094"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_105
OBJECT=DataField_106
DataFieldName="IRW_Low_Cloud_Temperature_From_COP"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_106
OBJECT=DataField_107
DataFieldName="Cloud_Phase_Optical_Properties"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_107
OBJECT=DataField_108
DataFieldName="Cloud_Multi_Layer_Flag"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_108
OBJECT=DataField_109
DataFieldName="Cirrus_Reflectance"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_109
OBJECT=DataField_110
DataFieldName="Cirrus_Reflectance_Flag"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_110
OBJECT=DataField_111
DataFieldName="Cloud_Mask_5km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km","Cloud_Mask_5km_Num_Bytes")
END_OBJECT=DataField_111
OBJECT=DataField_112
DataFieldName="Quality_Assurance_5km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km","QA_Parameter_5km")
END_OBJECT=DataField_112
OBJECT=DataField_113
DataFieldName="Cloud_Mask_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","Cloud_Mask_1km_Num_Bytes")
END_OBJECT=DataField_113
OBJECT=DataField_114
DataFieldName="Extinction_Efficiency_Ice"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Ice","RadTran_NWL")
END_OBJECT=DataField_114
OBJECT=DataField_115
DataFieldName="Asymmetry_Parameter_Ice"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Ice","RadTran_NWL")
END_OBJECT=DataField_115
OBJECT=DataField_116
DataFieldName="Single_Scatter_Albedo_Ice"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Ice","RadTran_NWL")
END_OBJECT=DataField_116
OBJECT=DataField_117
DataFieldName="Extinction_Efficiency_Liq"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Liq","RadTran_NWL")
END_OBJECT=DataField_117
OBJECT=DataField_118
DataFieldName="Asymmetry_Parameter_Liq"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Liq","RadTran_NWL")
END_OBJECT=DataField_118
OBJECT=DataField_119
DataFieldName="Single_Scatter_Albedo_Liq"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Liq","RadTran_NWL")
END_OBJECT=DataField_119
OBJECT=DataField_120
DataFieldName="Cloud_Mask_SPI"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","SPI_nband")
END_OBJECT=DataField_120
OBJECT=DataField_121
DataFieldName="Retrieval_Failure_Metric"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_121
OBJECT=DataField_122
DataFieldName="Retrieval_Failure_Metric_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_122
OBJECT=DataField_123
DataFieldName="Retrieval_Failure_Metric_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_123
OBJECT=DataField_124
DataFieldName="Retrieval_Failure_Metric_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_124
OBJECT=DataField_125
DataFieldName="Atm_Corr_Refl"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","ACR_nband")
END_OBJECT=DataField_125
OBJECT=DataField_126
DataFieldName="Quality_Assurance_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","QA_Parameter_1km")
END_OBJECT=DataField_126
END_GROUP=DataField
GROUP=MergedFields
END_GROUP=MergedFields
END_GROUP=SWATH_1
END_GROUP=SwathStructure
GROUP=GridStructure
END_GROUP=GridStructure
GROUP=PointStructure
END_GROUP=PointStructure
END
Number_of_Instrument_Scans : 2030
Maximum_Number_of_1km_Frames : 1354
history : $Id: MOD06_L2.CDL.fs,v 1.13 2013/06/19 15:38:46 wind Exp $
title : MODIS Level 2 Cloud Properties
CoreMetadata_0 :
GROUP = INVENTORYMETADATA
GROUPTYPE = MASTERGROUP
GROUP = ECSDATAGRANULE
OBJECT = REPROCESSINGPLANNED
NUM_VAL = 1
VALUE = "further update is anticipated"
END_OBJECT = REPROCESSINGPLANNED
OBJECT = REPROCESSINGACTUAL
NUM_VAL = 1
VALUE = "processed once"
END_OBJECT = REPROCESSINGACTUAL
OBJECT = LOCALGRANULEID
NUM_VAL = 1
VALUE = "MOD06_L2.A2011349.0735.006.2015056132747.hdf"
END_OBJECT = LOCALGRANULEID
OBJECT = DAYNIGHTFLAG
NUM_VAL = 1
VALUE = "Day"
END_OBJECT = DAYNIGHTFLAG
OBJECT = PRODUCTIONDATETIME
NUM_VAL = 1
VALUE = "2015-02-25T13:27:47.000Z"
END_OBJECT = PRODUCTIONDATETIME
OBJECT = LOCALVERSIONID
NUM_VAL = 1
VALUE = "006"
END_OBJECT = LOCALVERSIONID
END_GROUP = ECSDATAGRANULE
GROUP = MEASUREDPARAMETER
OBJECT = MEASUREDPARAMETERCONTAINER
CLASS = "1"
OBJECT = PARAMETERNAME
NUM_VAL = 1
CLASS = "1"
VALUE = "Cloud_Top_Pressure"
END_OBJECT = PARAMETERNAME
GROUP = QAFLAGS
CLASS = "1"
OBJECT = AUTOMATICQUALITYFLAG
NUM_VAL = 1
CLASS = "1"
VALUE = "Passed"
END_OBJECT = AUTOMATICQUALITYFLAG
OBJECT = AUTOMATICQUALITYFLAGEXPLANATION
NUM_VAL = 1
CLASS = "1"
VALUE = "Passed: >10% useable; Failed: <10% useable"
END_OBJECT = AUTOMATICQUALITYFLAGEXPLANATION
OBJECT = SCIENCEQUALITYFLAG
NUM_VAL = 1
VALUE = "Not Investigated"
CLASS = "1"
END_OBJECT = SCIENCEQUALITYFLAG
OBJECT = SCIENCEQUALITYFLAGEXPLANATION
NUM_VAL = 1
VALUE = "See http://modis-atmos.gsfc.nasa.gov/validation.html for more details on MODIS Atmosphere data quality."
CLASS = "1"
END_OBJECT = SCIENCEQUALITYFLAGEXPLANATION
END_GROUP = QAFLAGS
GROUP = QASTATS
CLASS = "1"
OBJECT = QAPERCENTMISSINGDATA
NUM_VAL = 1
CLASS = "1"
VALUE = 78
END_OBJECT = QAPERCENTMISSINGDATA
END_GROUP = QASTATS
END_OBJECT = MEASUREDPARAMETERCONTAINER
END_GROUP = MEASUREDPARAMETER
GROUP = ORBITCALCULATEDSPATIALDOMAIN
OBJECT = ORBITCALCULATEDSPATIALDOMAINCONTAINER
CLASS = "1"
OBJECT = ORBITNUMBER
NUM_VAL = 1
CLASS = "1"
VALUE = 63783
END_OBJECT = ORBITNUMBER
OBJECT = EQUATORCROSSINGLONGITUDE
NUM_VAL = 1
CLASS = "1"
VALUE = 42.0167064045163
END_OBJECT = EQUATORCROSSINGLONGITUDE
OBJECT = EQUATORCROSSINGTIME
NUM_VAL = 1
CLASS = "1"
VALUE = "07:41:31.469212"
END_OBJECT = EQUATORCROSSINGTIME
OBJECT = EQUATORCROSSINGDATE
NUM_VAL = 1
CLASS = "1"
VALUE = "2011-12-15"
END_OBJECT = EQUATORCROSSINGDATE
END_OBJECT = ORBITCALCULATEDSPATIALDOMAINCONTAINER
END_GROUP = ORBITCALCULATEDSPATIALDOMAIN
GROUP = COLLECTIONDESCRIPTIONCLASS
OBJECT = SHORTNAME
NUM_VAL = 1
VALUE = "MOD06_L2"
END_OBJECT = SHORTNAME
OBJECT = VERSIONID
NUM_VAL = 1
VALUE = 6
END_OBJECT = VERSIONID
END_GROUP = COLLECTIONDESCRIPTIONCLASS
GROUP = INPUTGRANULE
OBJECT = INPUTPOINTER
NUM_VAL = 50
VALUE = ("MOD021KM.A2011349.0735.006.2014224143156.hdf", "MOD03.A2011349.0735.006.2012285042023.hdf", "MOD35_L2.A2011349.0735.006.2015053182937.hdf", "gdas1.PGrbF00.111215.06z", "oisst.20111214", "goge1_2_img.v1", "modisdet.dry.101.lit_end.v3", "
modisdet.ozo.101.lit_end.v3", "modisdet.wts.101.lit_end.v3", "modisdet.wtl.101.lit_end.v3", "modisdet.wco.101.lit_end.v3", "MODCSR_B.A2011345.006.2015055085721.hdf", "gdas1.PGrbF00.111215.12z", "eng.111215", "NISE_SSMISF17_20111215.HDFEOS", "MODIS_Ice_library.hdf.v5", "
MODIS_Water_library.hdf.v4", "MODIS_Ice_library_ws3.hdf.v3", "MODIS_Ice_library_ws3sd.hdf.v4", "MODIS_Ice_library_ws7.hdf.v3", "MODIS_Ice_library_ws7sd.hdf.v4", "MODIS_Ice_library_ws15.hdf.v3", "MODIS_Ice_library_ws15sd.hdf.v4", "MODIS_Water_library_ws3.hdf.v2", "
MODIS_Water_library_ws3sd.hdf.v3", "MODIS_Water_library_ws7.hdf.v2", "MODIS_Water_library_ws7sd.hdf.v3", "MODIS_Water_library_ws15.hdf.v2", "MODIS_Water_library_ws15sd.hdf.v3", "MODIS_Ice_WaterPhaseFunc.hdf.v3", "Transmittance.hdf.v2", "IGBP.EcoMap.NtoS.2004.149.v004.hdf", "
AlbSnwStst.ByNISE.W90.D90.WS.Hemi.2000-2004.YrAvg.hdf", "MCD43GF_wsa_Band1_345_2011.hdf", "MCD43GF_wsa_Band2_345_2011.hdf", "MCD43GF_wsa_Band5_345_2011.hdf", "MCD43GF_wsa_Band6_345_2011.hdf", "MCD43GF_wsa_Band7_345_2011.hdf")
END_OBJECT = INPUTPOINTER
END_GROUP = INPUTGRANULE
GROUP = SPATIALDOMAINCONTAINER
GROUP = HORIZONTALSPATIALDOMAINCONTAINER
GROUP = BOUNDINGRECTANGLE
OBJECT = WESTBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 32.7713695086429
END_OBJECT = WESTBOUNDINGCOORDINATE
OBJECT = NORTHBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 24.9066594697026
END_OBJECT = NORTHBOUNDINGCOORDINATE
OBJECT = EASTBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 58.3104614286779
END_OBJECT = EASTBOUNDINGCOORDINATE
OBJECT = SOUTHBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 3.88451985141971
END_OBJECT = SOUTHBOUNDINGCOORDINATE
END_GROUP = BOUNDINGRECTANGLE
END_GROUP = HORIZONTALSPATIALDOMAINCONTAINER
END_GROUP = SPATIALDOMAINCONTAINER
GROUP = RANGEDATETIME
OBJECT = RANGEBEGINNINGDATE
NUM_VAL = 1
VALUE = "2011-12-15"
END_OBJECT = RANGEBEGINNINGDATE
OBJECT = RANGEBEGINNINGTIME
NUM_VAL = 1
VALUE = "07:35:00.000000"
END_OBJECT = RANGEBEGINNINGTIME
OBJECT = RANGEENDINGDATE
NUM_VAL = 1
VALUE = "2011-12-15"
END_OBJECT = RANGEENDINGDATE
OBJECT = RANGEENDINGTIME
NUM_VAL = 1
VALUE = "07:40:00.000000"
END_OBJECT = RANGEENDINGTIME
END_GROUP = RANGEDATETIME
GROUP = PGEVERSIONCLASS
OBJECT = PGEVERSION
NUM_VAL = 1
VALUE = "6.0.83"
END_OBJECT = PGEVERSION
END_GROUP = PGEVERSIONCLASS
GROUP = ANCILLARYINPUTGRANULE
OBJECT = ANCILLARYINPUTGRANULECONTAINER
CLASS = "1"
OBJECT = ANCILLARYINPUTTYPE
NUM_VAL = 1
CLASS = "1"
VALUE = "Geolocation"
END_OBJECT = ANCILLARYINPUTTYPE
OBJECT = ANCILLARYINPUTPOINTER
NUM_VAL = 1
CLASS = "1"
VALUE = "MOD03.A2011349.0735.006.2012285042023.hdf"
END_OBJECT = ANCILLARYINPUTPOINTER
END_OBJECT = ANCILLARYINPUTGRANULECONTAINER
END_GROUP = ANCILLARYINPUTGRANULE
GROUP = ASSOCIATEDPLATFORMINSTRUMENTSENSOR
OBJECT = ASSOCIATEDPLATFORMINSTRUMENTSENSORCONTAINER
CLASS = "1"
OBJECT = ASSOCIATEDSENSORSHORTNAME
CLASS = "1"
NUM_VAL = 1
VALUE = "MODIS"
END_OBJECT = ASSOCIATEDSENSORSHORTNAME
OBJECT = ASSOCIATEDPLATFORMSHORTNAME
CLASS = "1"
NUM_VAL = 1
VALUE = "Terra"
END_OBJECT = ASSOCIATEDPLATFORMSHORTNAME
OBJECT = ASSOCIATEDINSTRUMENTSHORTNAME
CLASS = "1"
NUM_VAL = 1
VALUE = "MODIS"
END_OBJECT = ASSOCIATEDINSTRUMENTSHORTNAME
END_OBJECT = ASSOCIATEDPLATFORMINSTRUMENTSENSORCONTAINER
END_GROUP = ASSOCIATEDPLATFORMINSTRUMENTSENSOR
GROUP = ADDITIONALATTRIBUTES
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "1"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "1"
NUM_VAL = 1
VALUE = "SuccessCloudTopPropRtrPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "1"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "1"
VALUE = " 21.57"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "2"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "2"
NUM_VAL = 1
VALUE = "SuccessCloudPhaseRtrPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "2"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "2"
VALUE = " 21.41"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "4"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "4"
NUM_VAL = 1
VALUE = "LowCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "4"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "4"
VALUE = " 17.06"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "5"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "5"
NUM_VAL = 1
VALUE = "MidCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "5"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "5"
VALUE = " 0.74"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "6"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "6"
NUM_VAL = 1
VALUE = "HighCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "6"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "6"
VALUE = " 3.77"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "7"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "7"
NUM_VAL = 1
VALUE = "ThinCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "7"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "7"
VALUE = " 7.31"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "8"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "8"
NUM_VAL = 1
VALUE = "ThickCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "8"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "8"
VALUE = " 5.52"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "9"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "9"
NUM_VAL = 1
VALUE = "OpaqueCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "9"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "9"
VALUE = " 8.74"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "10"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "10"
NUM_VAL = 1
VALUE = "CirrusCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "10"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "10"
VALUE = " 12.83"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "11"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "11"
NUM_VAL = 1
VALUE = "IceCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "11"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "11"
VALUE = " 2.34"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "12"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "12"
NUM_VAL = 1
VALUE = "WaterCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "12"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "12"
VALUE = " 17.47"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "13"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "13"
NUM_VAL = 1
VALUE = "MixedCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "13"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "13"
VALUE = " 0.00"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "14"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "14"
NUM_VAL = 1
VALUE = "CloudPhaseUncertainPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "14"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "14"
VALUE = " 1.60"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "15"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "15"
NUM_VAL = 1
VALUE = "OceanCoverFractionPct"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "15"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "15"
VALUE = " 21.90"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "16"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "16"
NUM_VAL = 1
VALUE = "LandCoverFractionPct"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "16"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "16"
VALUE = " 78.10"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "17"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "17"
NUM_VAL = 1
VALUE = "SnowCoverFractionPct"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "17"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "17"
VALUE = " 0.00"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "18"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "18"
NUM_VAL = 1
VALUE = "identifier_product_doi"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "18"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "18"
VALUE = "10.5067/MODIS/MOD06_L2.006"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "19"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "19"
NUM_VAL = 1
VALUE = "identifier_product_doi_authority"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "19"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "19"
VALUE = "http://dx.doi.org"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
END_GROUP = ADDITIONALATTRIBUTES
END_GROUP = INVENTORYMETADATA
END
ArchiveMetadata_0 :
GROUP = ARCHIVEDMETADATA
GROUPTYPE = MASTERGROUP
OBJECT = PROCESSINGENVIRONMENT
NUM_VAL = 1
VALUE = "Linux minion5358 2.6.18-400.1.1.el5PAE #1 SMP Thu Dec 18 01:38:34 EST 2014 i686 i686 i386 GNU/Linux"
END_OBJECT = PROCESSINGENVIRONMENT
GROUP = ALGORITHMPACKAGE
OBJECT = ALGORITHMPACKAGEACCEPTANCEDATE
NUM_VAL = 1
VALUE = "June 1997"
END_OBJECT = ALGORITHMPACKAGEACCEPTANCEDATE
OBJECT = ALGORITHMPACKAGEMATURITYCODE
NUM_VAL = 1
VALUE = "at-launch"
END_OBJECT = ALGORITHMPACKAGEMATURITYCODE
OBJECT = ALGORITHMPACKAGENAME
NUM_VAL = 1
VALUE = "ATBD-MOD-04 and ATBD-MOD-05"
END_OBJECT = ALGORITHMPACKAGENAME
OBJECT = ALGORITHMPACKAGEVERSION
NUM_VAL = 1
VALUE = "2"
END_OBJECT = ALGORITHMPACKAGEVERSION
OBJECT = INSTRUMENTNAME
NUM_VAL = 1
VALUE = "Moderate Resolution Imaging Spectroradiometer"
END_OBJECT = INSTRUMENTNAME
OBJECT = LONGNAME
NUM_VAL = 1
VALUE = "MODIS/Terra Clouds 5-Min L2 Swath 1km and 5km"
END_OBJECT = LONGNAME
OBJECT = LOCALINPUTGRANULEID
NUM_VAL = 20
VALUE = ("MOD021KM.A2011349.0735.006.2014224143156.hdf", "MOD03.A2011349.0735.006.2012285042023.hdf", "MOD35_L2.A2011349.0735.006.2015053182937.hdf", "MODCSR_B.A2011345.006.2015055085721.hdf")
END_OBJECT = LOCALINPUTGRANULEID
END_GROUP = ALGORITHMPACKAGE
GROUP = GPOLYGON
OBJECT = GPOLYGONCONTAINER
CLASS = "1"
GROUP = GRING
CLASS = "1"
OBJECT = EXCLUSIONGRINGFLAG
NUM_VAL = 1
CLASS = "1"
VALUE = "N"
END_OBJECT = EXCLUSIONGRINGFLAG
END_GROUP = GRING
GROUP = GRINGPOINT
CLASS = "1"
OBJECT = GRINGPOINTLONGITUDE
NUM_VAL = 4
CLASS = "1"
VALUE = (35.7027212798583, 58.3164787665893, 53.6575083494809, 32.7516624039787)
END_OBJECT = GRINGPOINTLONGITUDE
OBJECT = GRINGPOINTLATITUDE
NUM_VAL = 4
CLASS = "1"
VALUE = (24.9368547630974, 21.6349499709057, 3.86170719199751, 6.8211179020099)
END_OBJECT = GRINGPOINTLATITUDE
OBJECT = GRINGPOINTSEQUENCENO
NUM_VAL = 4
CLASS = "1"
VALUE = (1, 2, 3, 4)
END_OBJECT = GRINGPOINTSEQUENCENO
END_GROUP = GRINGPOINT
END_OBJECT = GPOLYGONCONTAINER
END_GROUP = GPOLYGON
OBJECT = ALGORITHM_VERSION_CLOUD_TOP_PROPERTY_IR
NUM_VAL = 1
VALUE = "1"
END_OBJECT = ALGORITHM_VERSION_CLOUD_TOP_PROPERTY_IR
OBJECT = ALGORITHM_VERSION_CLOUD_PHASE_IR
NUM_VAL = 1
VALUE = "1"
END_OBJECT = ALGORITHM_VERSION_CLOUD_PHASE_IR
OBJECT = ALGORITHM_VERSION_CLOUD_PROPERTY_VIS
NUM_VAL = 1
VALUE = "1"
END_OBJECT = ALGORITHM_VERSION_CLOUD_PROPERTY_VIS
OBJECT = DESCRREVISION
NUM_VAL = 1
VALUE = "6.0"
END_OBJECT = DESCRREVISION
OBJECT = PRODUCTIONHISTORY
NUM_VAL = 1
VALUE = "PGE06:6.0.83"
END_OBJECT = PRODUCTIONHISTORY
END_GROUP = ARCHIVEDMETADATA
END
Clear_Sky_Restoral_Status : y
Collection_4_Phase_Used : n
Ice_Phase_Forced : n
Water_Phase_Forced : n
identifier_product_doi : 10.5067/MODIS/MOD06_L2.006
identifier_product_doi_authority : http://dx.doi.org
dimensions:
Cell_Along_Swath_5km_mod06 = 406
Cell_Across_Swath_5km_mod06 = 270
Band_Number_mod06 = 7
Band_Forcing_mod06 = 5
Band_Ratio_mod06 = 5
Cell_Along_Swath_1km_mod06 = 2030
Cell_Across_Swath_1km_mod06 = 1354
Cloud_Mask_5km_Num_Bytes_mod06 = 2
QA_Parameter_5km_mod06 = 10
Cloud_Mask_1km_Num_Bytes_mod06 = 2
RadTran_NRE_Ice_mod06 = 12
RadTran_NWL_mod06 = 7
RadTran_NRE_Liq_mod06 = 18
SPI_nband_mod06 = 2
RFM_nband_mod06 = 3
ACR_nband_mod06 = 6
QA_Parameter_1km_mod06 = 9
fakeDim17 = 17
variables:
float Latitude ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -90, 90 )
_FillValue : -999.9
long_name : Geodetic Latitude
units : degrees_north
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Latitude
float Longitude ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -180, 180 )
_FillValue : -999.9
long_name : Geodetic Longitude
units : degrees_east
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Longitude
double Scan_Start_Time ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 3155800064 )
_FillValue : -999.9000244140625
long_name : TAI time at start of scan replicated across the swath
units : seconds since 1993-1-1 00:00:00.0 0
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Geolocation data not applicable
hdf_name : Scan_Start_Time
short Solar_Zenith ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Solar Zenith Angle, Cell to Sun
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Zenith
short Solar_Zenith_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Solar Zenith Angle, Cell to Sun, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Zenith_Day
short Solar_Zenith_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Solar Zenith Angle, Cell to Sun, Night Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Zenith_Night
short Solar_Azimuth ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Solar Azimuth Angle, Cell to Sun
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Azimuth
short Solar_Azimuth_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Solar Azimuth Angle, Cell to Sun, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Azimuth_Day
short Solar_Azimuth_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Solar Azimuth Angle, Cell to Sun, Night Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Azimuth_Night
short Sensor_Zenith ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Sensor Zenith Angle, Cell to Sensor
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Zenith
short Sensor_Zenith_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Sensor Zenith Angle, Cell to Sensor, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Zenith_Day
short Sensor_Zenith_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Sensor Zenith Angle, Cell to Sensor, Night Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Zenith_Night
short Sensor_Azimuth ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Sensor Azimuth Angle, Cell to Sensor
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Azimuth
short Sensor_Azimuth_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Sensor Azimuth Angle, Cell to Sensor, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Azimuth_Day
short Sensor_Azimuth_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Sensor Azimuth Angle, Cell to Sensor, Night Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Azimuth_Night
short Brightness_Temperature ( Band_Number_mod06, Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Observed Brightness Temperature from Cloudy Averaged Radiances in a 5x5 1-km Pixel Region
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Brightness_Temperature
short Surface_Temperature ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Surface Temperature from Ancillary Data
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Non MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Surface_Temperature
short Surface_Pressure ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 8000, 11000 )
_FillValue : -32768
long_name : Surface Pressure from Ancillary Data
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Non MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Surface_Pressure
byte Cloud_Height_Method ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 1, 6 )
_FillValue : 127
long_name : Index Indicating MODIS Bands Used for Cloud Top Pressure Retrieval
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS are set to mean the following:
1 -- CO2-slicing retrieval, bands 36/35
2 -- CO2-slicing retrieval, bands 35/34
3 -- CO2-slicing retrieval, bands 35/33
4 -- CO2-slicing retrieval, bands 34/33
6 -- IR-window retrieval, band 31
hdf_name : Cloud_Height_Method
short Cloud_Top_Height ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height
short Cloud_Top_Height_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <=32 Degrees (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height_Nadir
short Cloud_Top_Height_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <=32 Degrees, Day Data Only (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height_Nadir_Day
short Cloud_Top_Height_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <=32 Degrees, Night Data Only (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height_Nadir_Night
short Cloud_Top_Pressure ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure
short Cloud_Top_Pressure_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Nadir
short Cloud_Top_Pressure_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level, Night Data Only (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Night
short Cloud_Top_Pressure_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees (rounded to nearest 5 mb), Night Data Only
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Nadir_Night
short Cloud_Top_Pressure_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level, Day Only (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Day
short Cloud_Top_Pressure_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees (rounded to nearest 5 mb), Day Data Only
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Nadir_Day
short Cloud_Top_Temperature ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature
short Cloud_Top_Temperature_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Nadir
short Cloud_Top_Temperature_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level, Night Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Night
short Cloud_Top_Temperature_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees, Night Data Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Nadir_Night
short Cloud_Top_Temperature_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level, Day Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Day
short Cloud_Top_Temperature_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees, Day Data Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Nadir_Day
short Tropopause_Height ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Tropopause Height from Ancillary Data
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Tropopause_Height
byte Cloud_Fraction ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction
byte Cloud_Fraction_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask for Sensor Zenith (View) Angles <= 32 Degrees
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Nadir
byte Cloud_Fraction_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask, Night Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Night
byte Cloud_Fraction_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask for Sensor Zenith (View) Angles <= 32 Degrees, Night Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Nadir_Night
byte Cloud_Fraction_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask, Day Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Day
byte Cloud_Fraction_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask for Sensor Zenith (View) Angles <= 32 Degrees, Day Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Nadir_Day
byte Cloud_Effective_Emissivity ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity
byte Cloud_Effective_Emissivity_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval for Sensor Zenith (View) Angles <= 32 Degrees
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Nadir
byte Cloud_Effective_Emissivity_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval, Night Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Night
byte Cloud_Effective_Emissivity_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval for Sensor Zenith (View) Angles <= 32 Degrees, Night Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Nadir_Night
byte Cloud_Effective_Emissivity_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval, Day Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Day
byte Cloud_Effective_Emissivity_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval for Sensor Zenith (View) Angles <= 32 Degrees, Day Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Nadir_Day
short Cloud_Top_Pressure_Infrared ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure from IR Window Retrieval
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Infrared
short Spectral_Cloud_Forcing ( Band_Forcing_mod06, Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -2000, 2000 )
_FillValue : -32768
long_name : Spectral Cloud Forcing (cloud minus clear radiance)
units : Watts/meter2/steradian/micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
Spectral cloud forcing, cloudy-clear radiance, each channel in order:
36, 35, 34, 33 and 31 for Band_Forcing dimension reference
hdf_name : Spectral_Cloud_Forcing
short Cloud_Top_Pressure_From_Ratios ( Band_Ratio_mod06, Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Levels from Ratios of Bands 36/35, 35/34, 35/33, 34/33 from the CO2-slicing Algorithm
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
Cloud top pressure level solutions in the following array locations:
Band_Ratio:mod06 = 1: MODIS bands 36/35
Band_Ratio:mod06 = 2: MODIS bands 35/34
Band_Ratio:mod06 = 3: MODIS bands 35/33
Band_Ratio:mod06 = 4: MODIS bands 34/33
Band_Ratio:mod06 = 5: Not used
hdf_name : Cloud_Top_Pressure_From_Ratios
short Radiance_Variance ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20 )
_FillValue : -32768
long_name : Band 31 Radiance Standard Deviation
units : Watts/meter2/steradian/micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Radiance_Variance
byte Cloud_Phase_Infrared ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase from 8.5 and 11 um Bands
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared
byte Cloud_Phase_Infrared_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase from 8.5 and 11 um Bands, Night Only
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared_Night
byte Cloud_Phase_Infrared_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase from 8.5 and 11 um Bands, Day Only
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared_Day
byte Cloud_Phase_Infrared_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase at 1-km resolution from 8.5- 11 um BTDs and cloud emissivity ratios (12/11, 8.5/11, and 7.2/11 um)
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared_1km
byte IRP_CTH_Consistency_Flag_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 1 )
_FillValue : 127
long_name : Indicates Cloud_Phase_Infrared_1km results changed to ice from water when cloud_top_method_1km reports valid band 36/35 CO2-slicing result (1=change)
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External geolocation arrays
description : \n
hdf_name : IRP_CTH_Consistency_Flag_1km
byte os_top_flag_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 2 )
_FillValue : 127
long_name : Upper Tropospheric/Lower Stratospheric (UTLS) Cloud Flag at 1-km resolution - valid from -50 to +50 Degrees Latitude
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External geolocation arrays
description : \n
The values in this SDS indicate the following:
0 -- stratospheric cloud test not performed
1 -- stratospheric cloud not indicated
2 -- stratospheric cloud indicated (BTD35-33 > 0.5K)
hdf_name : os_top_flag_1km
short cloud_top_pressure_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -999
long_name : Cloud Top Pressure at 1-km resolution from LEOCAT, Cloud Top Pressure Level rounded to nearest 5 mb
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_top_pressure_1km
short cloud_top_height_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -999
long_name : Cloud Top Height at 1-km resolution from LEOCAT, Geopotential Height at Retrieved Cloud Top Pressure Level rounded to nearest 50 m
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_top_height_1km
short cloud_top_temperature_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -999
long_name : Cloud Top Temperature at 1-km resolution from LEOCAT, Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_top_temperature_1km
byte cloud_emissivity_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Emissivity at 1-km resolution from LEOCAT Cloud Top Pressure Retrieval
units : unitless
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emissivity_1km
byte cloud_top_method_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Index Indicating the MODIS Band(s) Used to Produce the Cloud Top Pressure Result
units : unitless
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The values in this SDS are set to mean the following:
1 -- CO2-slicing retrieval, bands 36/35
2 -- CO2-slicing retrieval, bands 35/34
3 -- CO2-slicing retrieval, bands 35/33
4 -- CO2-slicing retrieval, bands 34/33
6 -- IR-window retrieval, band 31
hdf_name : cloud_top_method_1km
short surface_temperature_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -999
long_name : Surface Temperature for Each 1-km MODIS Pixel Interplated from Ancillary Data
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Non MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : surface_temperature_1km
short cloud_emiss11_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 11 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss11_1km
short cloud_emiss12_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 12 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss12_1km
short cloud_emiss13_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 13.3 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss13_1km
short cloud_emiss85_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 8.5 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss85_1km
short Cloud_Effective_Radius ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius
short Cloud_Effective_Radius_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_PCL
short Cloud_Effective_Radius_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_16
short Cloud_Effective_Radius_16_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_16_PCL
short Cloud_Effective_Radius_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_37
short Cloud_Effective_Radius_37_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_37_PCL
short Cloud_Optical_Thickness ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness
short Cloud_Optical_Thickness_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_PCL
short Cloud_Optical_Thickness_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_16
short Cloud_Optical_Thickness_16_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_16_PCL
short Cloud_Optical_Thickness_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_37
short Cloud_Optical_Thickness_37_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_37_PCL
short Cloud_Effective_Radius_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and band 6(1.6um)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_1621
short Cloud_Effective_Radius_1621_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and band 6(1.6um)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_1621_PCL
short Cloud_Optical_Thickness_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and band 6(1.6um)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_1621
short Cloud_Optical_Thickness_1621_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and band 6(1.6um)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_1621_PCL
short Cloud_Water_Path ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path
short Cloud_Water_Path_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_PCL
short Cloud_Water_Path_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and band 6(1.6um)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_1621
short Cloud_Water_Path_1621_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and band 6(1.6um)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_1621_PCL
short Cloud_Water_Path_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_16
short Cloud_Water_Path_16_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_16_PCL
short Cloud_Water_Path_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_37
short Cloud_Water_Path_37_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_37_PCL
short Cloud_Effective_Radius_Uncertainty ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius (from band 7(2.1um)) Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty
short Cloud_Effective_Radius_Uncertainty_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius (from band 6(1.6um) Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty_16
short Cloud_Effective_Radius_Uncertainty_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius (from band 20(3.7um)) Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty_37
short Cloud_Optical_Thickness_Uncertainty ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Optical_Thickness and Cloud_Effective_Radius results
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty
short Cloud_Optical_Thickness_Uncertainty_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Optical_Thickness_16 and Cloud_Effective_Radius_16 results
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty_16
short Cloud_Optical_Thickness_Uncertainty_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Optical_Thickness_37 and Cloud_Effective_Radius_37 results
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty_37
short Cloud_Water_Path_Uncertainty ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Water_Path result
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty
short Cloud_Effective_Radius_Uncertainty_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius Relative Uncertainty (Percent) using band 7(2.1um) and band 6(1.6um)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty_1621
short Cloud_Optical_Thickness_Uncertainty_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent) using band 7(2.1um) and band 6(1.6um)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty_1621
short Cloud_Water_Path_Uncertainty_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent) using band 7(2.1um) and band 6(1.6um)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty_1621
short Cloud_Water_Path_Uncertainty_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m using the VNSWIR-1.6um retrieval
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty_16
short Cloud_Water_Path_Uncertainty_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m using the VNSWIR-3.7um retrieval
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty_37
short Above_Cloud_Water_Vapor_094 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 1500 )
_FillValue : -9999
long_name : Above-cloud water vapor amount from 0.94um channel, ocean only, tau > 5.
units : cm
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Above_Cloud_Water_Vapor_094
short IRW_Low_Cloud_Temperature_From_COP ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Low Cloud Temperature from IR Window retrieval using cloud emissivity based on cloud optical thickness
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : IRW_Low_Cloud_Temperature_From_COP
byte Cloud_Phase_Optical_Properties ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 4 )
_FillValue : 0
long_name : Cloud Phase Determination Used in Optical Thickness/Effective Radius Retrieval
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The values in this SDS are set to mean the following:
0 -- cloud mask undetermined
1 -- clear sky
2 -- liquid water cloud
3 -- ice cloud
4 -- undetermined phase cloud (but retrieval is attempted as liquid water)
hdf_name : Cloud_Phase_Optical_Properties
byte Cloud_Multi_Layer_Flag ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 9 )
_FillValue : 0
long_name : Cloud Multi Layer Identification From MODIS Shortwave Observations
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
Flag for multi-layer multi-phase cloud situations. Values 2 through 9
indicate the success of various multi-layer cloud tests. Value of 0
indicates no retrieval, value of 1 indicates single layer cloud. The
other values are of increasing confidence level.
hdf_name : Cloud_Multi_Layer_Flag
short Cirrus_Reflectance ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 8000 )
_FillValue : -9999
long_name : Cirrus Reflectance
units : none
scale_factor : 0.000199999994947575
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cirrus_Reflectance
byte Cirrus_Reflectance_Flag ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 3 )
_FillValue : -99
long_name : Cirrus Reflectance Flag
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : 0: bad data, 1: non-cirrus pixel, 2: cirrus pixel, 3: contrail pixel
hdf_name : Cirrus_Reflectance_Flag
byte Cloud_Mask_5km ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06, Cloud_Mask_5km_Num_Bytes_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : First Byte of MODIS Cloud Mask Plus Additional Stats for L3 (2nd Byte)
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
Bit fields within each byte are numbered from the left:
7, 6, 5, 4, 3, 2, 1, 0.
The left-most bit (bit 7) is the most significant bit.
The right-most bit (bit 0) is the least significant bit.
First Byte
bit field Description Key
--------- ----------- ---
0 Cloud Mask Flag 0 = Not determined
1 = Determined
2, 1 Unobstructed FOV Quality Flag 00 = Cloudy
01 = Uncertain
10 = Probably Clear
11 = Confident Clear
PROCESSING PATH
---------------
3 Day or Night Path 0 = Night / 1 = Day
4 Sunglint Path 0 = Yes / 1 = No
5 Snow/Ice Background Path 0 = Yes / 1 = No
7, 6 Land or Water Path 00 = Water
01 = Coastal
10 = Desert
11 = Land
Second Byte
--------------------------------------------------------------------------
1, 0 Sun-glint Under CTP Retrieval 00 = No CTP Ret.
01 = No Sun-glint
10 = Sun-glint
3, 2 Snow/Ice Under CTP Retrieval 00 = No CTP Ret.
01 = No Snow/Ice
10 = Snow/Ice
6, 5, 4 Surface Type Under CTP Retrieval 000 = No CTP Ret.
001 = Water
010 = Coast
011 = Desert
100 = Land
101 = Other
7 Day/Night Flag Under CTP Retrieval 01 = Day
hdf_name : Cloud_Mask_5km
byte Quality_Assurance_5km ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06, QA_Parameter_5km_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : Quality Assurance at 5x5 Resolution
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : See MODIS atmosphere QA plan for details
hdf_name : Quality_Assurance_5km
byte Cloud_Mask_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, Cloud_Mask_1km_Num_Bytes_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : MODIS Cloud Mask, L2 MOD06 QA Plan
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : See MODIS atmosphere QA plan for details
hdf_name : Cloud_Mask_1km
float Extinction_Efficiency_Ice ( RadTran_NRE_Ice_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Ice Extinction Efficiency from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Ice CE from the phase functions used to generate the forward lookup tables
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
12 ice effective radii in order: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
55 and 60 microns.
hdf_name : Extinction_Efficiency_Ice
float Asymmetry_Parameter_Ice ( RadTran_NRE_Ice_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Ice Asymmetry Parameter from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Ice Asymmetry Parameter from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
12 ice effective radii in order: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
55 and 60 microns.
hdf_name : Asymmetry_Parameter_Ice
float Single_Scatter_Albedo_Ice ( RadTran_NRE_Ice_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Ice single scatter albedo from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Ice single scatter albedo from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
12 ice effective radii in order: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
55 and 60 microns.
hdf_name : Single_Scatter_Albedo_Ice
float Extinction_Efficiency_Liq ( RadTran_NRE_Liq_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Liquid Water CE from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Liquid Water CE from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
18 liquid water effective radii in order: 2, 4, 5, 6, 7, 8, 9, 10, 12, 14,
16, 18, 20, 22, 24, 26, 28 and 30 microns.
hdf_name : Extinction_Efficiency_Liq
float Asymmetry_Parameter_Liq ( RadTran_NRE_Liq_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Liquid Water Asymmetry Parameter from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Liquid Water Asymmetry Parameter from the phase functions used to generate the
forward lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
18 liquid water effective radii in order: 2, 4, 5, 6, 7, 8, 9, 10, 12, 14,
16, 18, 20, 22, 24, 26, 28 and 30 microns.
hdf_name : Asymmetry_Parameter_Liq
float Single_Scatter_Albedo_Liq ( RadTran_NRE_Liq_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Liquid Water single scatter albedo from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Liquid Water SSA from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
18 liquid water effective radii in order: 2, 4, 5, 6, 7, 8, 9, 10, 12, 14,
16, 18, 20, 22, 24, 26, 28 and 30 microns.
hdf_name : Single_Scatter_Albedo_Liq
short Cloud_Mask_SPI ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, SPI_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Dispersion in bands 1 (plane 1) and 2 (plane 2) from 250m reflectance statistics of cloud mask
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Mask_SPI
short Retrieval_Failure_Metric ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 7 and either band 1, 2, or 5 (specified in Quality_Assurance_1km)
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric
short Retrieval_Failure_Metric_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 6 and either band 1, 2, or 5 (specified in Quality_Assurance_1km)
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric_16
short Retrieval_Failure_Metric_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 20 and either band 1, 2, or 5 (specified in Quality_Assurance_1km)
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric_37
short Retrieval_Failure_Metric_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 6 and band 7
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric_1621
short Atm_Corr_Refl ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, ACR_nband_mod06 )
valid_range : ( 0, 16000 )
_FillValue : -9999
long_name : Atmospherically corrected reflectance used during cloud optical and microphysical properties retrieval
units : none
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- 0.65um (Rayleigh correction amount is based on 2.1um cloud
effecive radius retrieval)
2 -- 0.86um
3 -- 1.2um
4 -- 1.6um
5 -- 2.1um
6 -- 3.7um
hdf_name : Atm_Corr_Refl
byte Quality_Assurance_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, QA_Parameter_1km_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : Quality Assurance at 1x1 Resolution
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
Quality Assurance 1km reports on Cloud Optical Properties
algorithm performance. Refer to MOD_PR06OD User Documentation and the
MODIS atmosphere QA plan for complete descriptions and coding examples.
Bit fields within each byte are numbered from the left:
7, 6, 5, 4, 3, 2, 1, 0.
The left-most bit (bit 7) is the most significant bit.
The right-most bit (bit 0) is the least significant bit.
Byte 0 -----------------------------------------------------------------
0 VNSWIR-2.1 Optical Thickness General QA 0 = Not Useful
1 = Useful
2,1 VNSWIR-2.1 Optical Thickness Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
4,3 spare
5 VNSWIR-2.1 Effective Radius General QA 0 = Not Useful
1 = Useful
7,6 VNSWIR-2.1 Effective Radius Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
Byte 1 -----------------------------------------------------------------
0 VNSWIR-2.1 Liquid Water Path General QA 0 = Not Useful
1 = Useful
2,1 VNSWIR-2.1 Liquid Water Path Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
5,4,3 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
6 1.6- 2.1 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
Byte 2 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 VNSWIR- 2.1 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4 Rayleigh Correction 0 = No Correction
1 = Correction
5 Water Vapor Correction 0 = No Correction
1 = Correction
7,6 Band Used for Optical Thickness Retrieval
00 = No attempt
01 = .645 micron
10 = .858 micron
11 = 1.24 micron
Byte 3 -----------------------------------------------------------------
0 Optical Thickness 1.6-2.1 General QA 0 = Not Useful
1 = Useful
2,1 Optical Thickness 1.6-2.1 Condifence QA
00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
3 Effective Radius 1.6-2.1 General QA 0 = Not Useful
1 = Useful
5,4 Effective Radius 1.6-2.1 Confidence QA
00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
6,7 Clear Sky Restoral Type QA
00 = Not Restored
01 = Restored Via Edge detection
10 = Restored Via Spatial Variance
11 = Restored Via 250m Tests
Byte 4 -----------------------------------------------------------------
0 Water Path 1.6-2.1 General QA 0 = Not Useful
1 = Useful
2,1 Water Path 1.6-2.1 Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
5,4,3 Multi Layer Cloud Flag 000 = Cloud Mask Undet
001 = Decision tree stop
010 = single layer: water
011 = multi layer: water
100 = single layer: ice
101 = multi layer: ice
110 = single layer: unknown
111 = multi layer: unknown
7,6 spare
Byte 5 -----------------------------------------------------------------
0 Phase difference multilayer test result
1 Delta precipitable water multilayer test result
2 Delta precipitable water at 900mb multilayer test result
3 Tau difference VNSWIR-SWIR multilayer test result
4 Pavolonis-Heidinger multilayer test result
7,6,5 spare
Byte 6 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 VNSWIR- 1.6 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4,5,6 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
7 VNSWIR- 1.6 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
Byte 7 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 VNSWIR- 3.7 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4,5,6 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
7 VNSWIR- 3.7 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
Byte 8 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 1.6- 2.1 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4,5,6 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
7 VNSWIR- 2.1 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
hdf_name : Quality_Assurance_1km
float Statistics_1km_sds ( fakeDim17 )
long_name : Granule Statistics for parameters at 1x1 resolution
units : see description attribute
_FillValue : -999
description :
Statistics_1km:
1. Successful Retrieval Rate (%)
2. Land Cover Fraction (%)
3. Water Cover Fraction (%)
4. Snow Cover Fraction (%)
5. Cloud Cover Fraction (%)
6. Water Cloud Detected (%)
7. Ice Cloud Detected (%)
8. Mean of Water Cloud Optical Thickness
9. Mean of Ice Cloud Optical Thickness
10. Mean of Water Cloud Effective Particle Radius (microns)
11. Mean of Ice Cloud Effective Diameter (microns)
12. Mean Liquid Water Cloud Top Pressure (mb)
13. Mean Ice Cloud Top Pressure (mb)
14. Mean Undetermined Cloud Top Pressure (mb)
15. Mean Liquid Water Cloud Top Temperature (K)
16. Mean Ice Cloud Top Temperature (K)
17. Mean Undetermined Cloud Top Temperature (K)
hdf_name : Statistics_1km_sds
-------------- next part --------------
Copyright (C) 1995-2017 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.4.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
Variable: f
Type: file
filename: xMOD06_L2.A2011349.0730.006.2015056133545
path: xMOD06_L2.A2011349.0730.006.2015056133545.hdf
file global attributes:
HDFEOSVersion : HDFEOS_V2.17
StructMetadata_0 : GROUP=SwathStructure
GROUP=SWATH_1
SwathName="mod06"
GROUP=Dimension
OBJECT=Dimension_1
DimensionName="Cell_Across_Swath_5km"
Size=270
END_OBJECT=Dimension_1
OBJECT=Dimension_2
DimensionName="Cell_Along_Swath_5km"
Size=406
END_OBJECT=Dimension_2
OBJECT=Dimension_3
DimensionName="Cell_Across_Swath_1km"
Size=1354
END_OBJECT=Dimension_3
OBJECT=Dimension_4
DimensionName="Cell_Along_Swath_1km"
Size=2030
END_OBJECT=Dimension_4
OBJECT=Dimension_5
DimensionName="Cell_Across_Swath_hkm"
Size=2708
END_OBJECT=Dimension_5
OBJECT=Dimension_6
DimensionName="Cell_Along_Swath_hkm"
Size=4060
END_OBJECT=Dimension_6
OBJECT=Dimension_7
DimensionName="Band_Number"
Size=7
END_OBJECT=Dimension_7
OBJECT=Dimension_8
DimensionName="Band_Ratio"
Size=5
END_OBJECT=Dimension_8
OBJECT=Dimension_9
DimensionName="Band_Forcing"
Size=5
END_OBJECT=Dimension_9
OBJECT=Dimension_10
DimensionName="Band_Difference"
Size=2
END_OBJECT=Dimension_10
OBJECT=Dimension_11
DimensionName="QA_Parameter_5km"
Size=10
END_OBJECT=Dimension_11
OBJECT=Dimension_12
DimensionName="QA_Parameter_1km"
Size=9
END_OBJECT=Dimension_12
OBJECT=Dimension_13
DimensionName="Cloud_Mask_1km_Num_Bytes"
Size=2
END_OBJECT=Dimension_13
OBJECT=Dimension_14
DimensionName="Cloud_Mask_5km_Num_Bytes"
Size=2
END_OBJECT=Dimension_14
OBJECT=Dimension_15
DimensionName="RadTran_NWL"
Size=7
END_OBJECT=Dimension_15
OBJECT=Dimension_16
DimensionName="RadTran_NRE_Ice"
Size=12
END_OBJECT=Dimension_16
OBJECT=Dimension_17
DimensionName="RadTran_NRE_Liq"
Size=18
END_OBJECT=Dimension_17
OBJECT=Dimension_18
DimensionName="SPI_nband"
Size=2
END_OBJECT=Dimension_18
OBJECT=Dimension_19
DimensionName="RFM_nband"
Size=3
END_OBJECT=Dimension_19
OBJECT=Dimension_20
DimensionName="ACR_nband"
Size=6
END_OBJECT=Dimension_20
OBJECT=Dimension_21
DimensionName="Statistic_Parameter_1km"
Size=17
END_OBJECT=Dimension_21
END_GROUP=Dimension
GROUP=DimensionMap
OBJECT=DimensionMap_1
GeoDimension="Cell_Across_Swath_5km"
DataDimension="Cell_Across_Swath_1km"
Offset=2
Increment=5
END_OBJECT=DimensionMap_1
OBJECT=DimensionMap_2
GeoDimension="Cell_Along_Swath_5km"
DataDimension="Cell_Along_Swath_1km"
Offset=2
Increment=5
END_OBJECT=DimensionMap_2
END_GROUP=DimensionMap
GROUP=IndexDimensionMap
END_GROUP=IndexDimensionMap
GROUP=GeoField
OBJECT=GeoField_1
GeoFieldName="Latitude"
DataType=DFNT_FLOAT32
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=GeoField_1
OBJECT=GeoField_2
GeoFieldName="Longitude"
DataType=DFNT_FLOAT32
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=GeoField_2
END_GROUP=GeoField
GROUP=DataField
OBJECT=DataField_1
DataFieldName="Band_Number"
DataType=DFNT_INT32
DimList=("Band_Number")
END_OBJECT=DataField_1
OBJECT=DataField_2
DataFieldName="Statistics_1km"
DataType=DFNT_FLOAT32
DimList=("Statistic_Parameter_1km")
END_OBJECT=DataField_2
OBJECT=DataField_3
DataFieldName="Scan_Start_Time"
DataType=DFNT_FLOAT64
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_3
OBJECT=DataField_4
DataFieldName="Solar_Zenith"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_4
OBJECT=DataField_5
DataFieldName="Solar_Zenith_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_5
OBJECT=DataField_6
DataFieldName="Solar_Zenith_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_6
OBJECT=DataField_7
DataFieldName="Solar_Azimuth"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_7
OBJECT=DataField_8
DataFieldName="Solar_Azimuth_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_8
OBJECT=DataField_9
DataFieldName="Solar_Azimuth_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_9
OBJECT=DataField_10
DataFieldName="Sensor_Zenith"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_10
OBJECT=DataField_11
DataFieldName="Sensor_Zenith_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_11
OBJECT=DataField_12
DataFieldName="Sensor_Zenith_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_12
OBJECT=DataField_13
DataFieldName="Sensor_Azimuth"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_13
OBJECT=DataField_14
DataFieldName="Sensor_Azimuth_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_14
OBJECT=DataField_15
DataFieldName="Sensor_Azimuth_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_15
OBJECT=DataField_16
DataFieldName="Brightness_Temperature"
DataType=DFNT_INT16
DimList=("Band_Number","Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_16
OBJECT=DataField_17
DataFieldName="Surface_Temperature"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_17
OBJECT=DataField_18
DataFieldName="Surface_Pressure"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_18
OBJECT=DataField_19
DataFieldName="Cloud_Height_Method"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_19
OBJECT=DataField_20
DataFieldName="Cloud_Top_Height"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_20
OBJECT=DataField_21
DataFieldName="Cloud_Top_Height_Nadir"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_21
OBJECT=DataField_22
DataFieldName="Cloud_Top_Height_Nadir_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_22
OBJECT=DataField_23
DataFieldName="Cloud_Top_Height_Nadir_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_23
OBJECT=DataField_24
DataFieldName="Cloud_Top_Pressure"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_24
OBJECT=DataField_25
DataFieldName="Cloud_Top_Pressure_Nadir"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_25
OBJECT=DataField_26
DataFieldName="Cloud_Top_Pressure_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_26
OBJECT=DataField_27
DataFieldName="Cloud_Top_Pressure_Nadir_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_27
OBJECT=DataField_28
DataFieldName="Cloud_Top_Pressure_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_28
OBJECT=DataField_29
DataFieldName="Cloud_Top_Pressure_Nadir_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_29
OBJECT=DataField_30
DataFieldName="Cloud_Top_Temperature"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_30
OBJECT=DataField_31
DataFieldName="Cloud_Top_Temperature_Nadir"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_31
OBJECT=DataField_32
DataFieldName="Cloud_Top_Temperature_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_32
OBJECT=DataField_33
DataFieldName="Cloud_Top_Temperature_Nadir_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_33
OBJECT=DataField_34
DataFieldName="Cloud_Top_Temperature_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_34
OBJECT=DataField_35
DataFieldName="Cloud_Top_Temperature_Nadir_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_35
OBJECT=DataField_36
DataFieldName="Tropopause_Height"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_36
OBJECT=DataField_37
DataFieldName="Cloud_Fraction"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_37
OBJECT=DataField_38
DataFieldName="Cloud_Fraction_Nadir"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_38
OBJECT=DataField_39
DataFieldName="Cloud_Fraction_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_39
OBJECT=DataField_40
DataFieldName="Cloud_Fraction_Nadir_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_40
OBJECT=DataField_41
DataFieldName="Cloud_Fraction_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_41
OBJECT=DataField_42
DataFieldName="Cloud_Fraction_Nadir_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_42
OBJECT=DataField_43
DataFieldName="Cloud_Effective_Emissivity"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_43
OBJECT=DataField_44
DataFieldName="Cloud_Effective_Emissivity_Nadir"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_44
OBJECT=DataField_45
DataFieldName="Cloud_Effective_Emissivity_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_45
OBJECT=DataField_46
DataFieldName="Cloud_Effective_Emissivity_Nadir_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_46
OBJECT=DataField_47
DataFieldName="Cloud_Effective_Emissivity_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_47
OBJECT=DataField_48
DataFieldName="Cloud_Effective_Emissivity_Nadir_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_48
OBJECT=DataField_49
DataFieldName="Cloud_Top_Pressure_Infrared"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_49
OBJECT=DataField_50
DataFieldName="Spectral_Cloud_Forcing"
DataType=DFNT_INT16
DimList=("Band_Forcing","Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_50
OBJECT=DataField_51
DataFieldName="Cloud_Top_Pressure_From_Ratios"
DataType=DFNT_INT16
DimList=("Band_Ratio","Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_51
OBJECT=DataField_52
DataFieldName="Radiance_Variance"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_52
OBJECT=DataField_53
DataFieldName="Cloud_Phase_Infrared"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_53
OBJECT=DataField_54
DataFieldName="Cloud_Phase_Infrared_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_54
OBJECT=DataField_55
DataFieldName="Cloud_Phase_Infrared_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_55
OBJECT=DataField_56
DataFieldName="Cloud_Phase_Infrared_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_56
OBJECT=DataField_57
DataFieldName="IRP_CTH_Consistency_Flag_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_57
OBJECT=DataField_58
DataFieldName="os_top_flag_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_58
OBJECT=DataField_59
DataFieldName="cloud_top_pressure_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_59
OBJECT=DataField_60
DataFieldName="cloud_top_height_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_60
OBJECT=DataField_61
DataFieldName="cloud_top_temperature_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_61
OBJECT=DataField_62
DataFieldName="cloud_emissivity_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_62
OBJECT=DataField_63
DataFieldName="cloud_top_method_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_63
OBJECT=DataField_64
DataFieldName="surface_temperature_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_64
OBJECT=DataField_65
DataFieldName="cloud_emiss11_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_65
OBJECT=DataField_66
DataFieldName="cloud_emiss12_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_66
OBJECT=DataField_67
DataFieldName="cloud_emiss13_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_67
OBJECT=DataField_68
DataFieldName="cloud_emiss85_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_68
OBJECT=DataField_69
DataFieldName="Cloud_Effective_Radius"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_69
OBJECT=DataField_70
DataFieldName="Cloud_Effective_Radius_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_70
OBJECT=DataField_71
DataFieldName="Cloud_Effective_Radius_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_71
OBJECT=DataField_72
DataFieldName="Cloud_Effective_Radius_16_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_72
OBJECT=DataField_73
DataFieldName="Cloud_Effective_Radius_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_73
OBJECT=DataField_74
DataFieldName="Cloud_Effective_Radius_37_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_74
OBJECT=DataField_75
DataFieldName="Cloud_Optical_Thickness"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_75
OBJECT=DataField_76
DataFieldName="Cloud_Optical_Thickness_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_76
OBJECT=DataField_77
DataFieldName="Cloud_Optical_Thickness_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_77
OBJECT=DataField_78
DataFieldName="Cloud_Optical_Thickness_16_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_78
OBJECT=DataField_79
DataFieldName="Cloud_Optical_Thickness_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_79
OBJECT=DataField_80
DataFieldName="Cloud_Optical_Thickness_37_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_80
OBJECT=DataField_81
DataFieldName="Cloud_Effective_Radius_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_81
OBJECT=DataField_82
DataFieldName="Cloud_Effective_Radius_1621_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_82
OBJECT=DataField_83
DataFieldName="Cloud_Optical_Thickness_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_83
OBJECT=DataField_84
DataFieldName="Cloud_Optical_Thickness_1621_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_84
OBJECT=DataField_85
DataFieldName="Cloud_Water_Path"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_85
OBJECT=DataField_86
DataFieldName="Cloud_Water_Path_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_86
OBJECT=DataField_87
DataFieldName="Cloud_Water_Path_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_87
OBJECT=DataField_88
DataFieldName="Cloud_Water_Path_1621_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_88
OBJECT=DataField_89
DataFieldName="Cloud_Water_Path_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_89
OBJECT=DataField_90
DataFieldName="Cloud_Water_Path_16_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_90
OBJECT=DataField_91
DataFieldName="Cloud_Water_Path_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_91
OBJECT=DataField_92
DataFieldName="Cloud_Water_Path_37_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_92
OBJECT=DataField_93
DataFieldName="Cloud_Effective_Radius_Uncertainty"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_93
OBJECT=DataField_94
DataFieldName="Cloud_Effective_Radius_Uncertainty_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_94
OBJECT=DataField_95
DataFieldName="Cloud_Effective_Radius_Uncertainty_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_95
OBJECT=DataField_96
DataFieldName="Cloud_Optical_Thickness_Uncertainty"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_96
OBJECT=DataField_97
DataFieldName="Cloud_Optical_Thickness_Uncertainty_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_97
OBJECT=DataField_98
DataFieldName="Cloud_Optical_Thickness_Uncertainty_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_98
OBJECT=DataField_99
DataFieldName="Cloud_Water_Path_Uncertainty"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_99
OBJECT=DataField_100
DataFieldName="Cloud_Effective_Radius_Uncertainty_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_100
OBJECT=DataField_101
DataFieldName="Cloud_Optical_Thickness_Uncertainty_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_101
OBJECT=DataField_102
DataFieldName="Cloud_Water_Path_Uncertainty_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_102
OBJECT=DataField_103
DataFieldName="Cloud_Water_Path_Uncertainty_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_103
OBJECT=DataField_104
DataFieldName="Cloud_Water_Path_Uncertainty_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_104
OBJECT=DataField_105
DataFieldName="Above_Cloud_Water_Vapor_094"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_105
OBJECT=DataField_106
DataFieldName="IRW_Low_Cloud_Temperature_From_COP"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_106
OBJECT=DataField_107
DataFieldName="Cloud_Phase_Optical_Properties"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_107
OBJECT=DataField_108
DataFieldName="Cloud_Multi_Layer_Flag"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_108
OBJECT=DataField_109
DataFieldName="Cirrus_Reflectance"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_109
OBJECT=DataField_110
DataFieldName="Cirrus_Reflectance_Flag"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_110
OBJECT=DataField_111
DataFieldName="Cloud_Mask_5km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km","Cloud_Mask_5km_Num_Bytes")
END_OBJECT=DataField_111
OBJECT=DataField_112
DataFieldName="Quality_Assurance_5km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km","QA_Parameter_5km")
END_OBJECT=DataField_112
OBJECT=DataField_113
DataFieldName="Cloud_Mask_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","Cloud_Mask_1km_Num_Bytes")
END_OBJECT=DataField_113
OBJECT=DataField_114
DataFieldName="Extinction_Efficiency_Ice"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Ice","RadTran_NWL")
END_OBJECT=DataField_114
OBJECT=DataField_115
DataFieldName="Asymmetry_Parameter_Ice"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Ice","RadTran_NWL")
END_OBJECT=DataField_115
OBJECT=DataField_116
DataFieldName="Single_Scatter_Albedo_Ice"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Ice","RadTran_NWL")
END_OBJECT=DataField_116
OBJECT=DataField_117
DataFieldName="Extinction_Efficiency_Liq"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Liq","RadTran_NWL")
END_OBJECT=DataField_117
OBJECT=DataField_118
DataFieldName="Asymmetry_Parameter_Liq"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Liq","RadTran_NWL")
END_OBJECT=DataField_118
OBJECT=DataField_119
DataFieldName="Single_Scatter_Albedo_Liq"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Liq","RadTran_NWL")
END_OBJECT=DataField_119
OBJECT=DataField_120
DataFieldName="Cloud_Mask_SPI"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","SPI_nband")
END_OBJECT=DataField_120
OBJECT=DataField_121
DataFieldName="Retrieval_Failure_Metric"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_121
OBJECT=DataField_122
DataFieldName="Retrieval_Failure_Metric_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_122
OBJECT=DataField_123
DataFieldName="Retrieval_Failure_Metric_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_123
OBJECT=DataField_124
DataFieldName="Retrieval_Failure_Metric_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_124
OBJECT=DataField_125
DataFieldName="Atm_Corr_Refl"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","ACR_nband")
END_OBJECT=DataField_125
OBJECT=DataField_126
DataFieldName="Quality_Assurance_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","QA_Parameter_1km")
END_OBJECT=DataField_126
END_GROUP=DataField
GROUP=MergedFields
END_GROUP=MergedFields
END_GROUP=SWATH_1
END_GROUP=SwathStructure
GROUP=GridStructure
END_GROUP=GridStructure
GROUP=PointStructure
END_GROUP=PointStructure
END
Number_of_Instrument_Scans : 2030
Maximum_Number_of_1km_Frames : 1354
history : $Id: MOD06_L2.CDL.fs,v 1.13 2013/06/19 15:38:46 wind Exp $
title : MODIS Level 2 Cloud Properties
CoreMetadata_0 :
GROUP = INVENTORYMETADATA
GROUPTYPE = MASTERGROUP
GROUP = ECSDATAGRANULE
OBJECT = REPROCESSINGPLANNED
NUM_VAL = 1
VALUE = "further update is anticipated"
END_OBJECT = REPROCESSINGPLANNED
OBJECT = REPROCESSINGACTUAL
NUM_VAL = 1
VALUE = "processed once"
END_OBJECT = REPROCESSINGACTUAL
OBJECT = LOCALGRANULEID
NUM_VAL = 1
VALUE = "MOD06_L2.A2011349.0730.006.2015056133545.hdf"
END_OBJECT = LOCALGRANULEID
OBJECT = DAYNIGHTFLAG
NUM_VAL = 1
VALUE = "Day"
END_OBJECT = DAYNIGHTFLAG
OBJECT = PRODUCTIONDATETIME
NUM_VAL = 1
VALUE = "2015-02-25T13:35:45.000Z"
END_OBJECT = PRODUCTIONDATETIME
OBJECT = LOCALVERSIONID
NUM_VAL = 1
VALUE = "006"
END_OBJECT = LOCALVERSIONID
END_GROUP = ECSDATAGRANULE
GROUP = MEASUREDPARAMETER
OBJECT = MEASUREDPARAMETERCONTAINER
CLASS = "1"
OBJECT = PARAMETERNAME
NUM_VAL = 1
CLASS = "1"
VALUE = "Cloud_Top_Pressure"
END_OBJECT = PARAMETERNAME
GROUP = QAFLAGS
CLASS = "1"
OBJECT = AUTOMATICQUALITYFLAG
NUM_VAL = 1
CLASS = "1"
VALUE = "Passed"
END_OBJECT = AUTOMATICQUALITYFLAG
OBJECT = AUTOMATICQUALITYFLAGEXPLANATION
NUM_VAL = 1
CLASS = "1"
VALUE = "Passed: >10% useable; Failed: <10% useable"
END_OBJECT = AUTOMATICQUALITYFLAGEXPLANATION
OBJECT = SCIENCEQUALITYFLAG
NUM_VAL = 1
VALUE = "Not Investigated"
CLASS = "1"
END_OBJECT = SCIENCEQUALITYFLAG
OBJECT = SCIENCEQUALITYFLAGEXPLANATION
NUM_VAL = 1
VALUE = "See http://modis-atmos.gsfc.nasa.gov/validation.html for more details on MODIS Atmosphere data quality."
CLASS = "1"
END_OBJECT = SCIENCEQUALITYFLAGEXPLANATION
END_GROUP = QAFLAGS
GROUP = QASTATS
CLASS = "1"
OBJECT = QAPERCENTMISSINGDATA
NUM_VAL = 1
CLASS = "1"
VALUE = 31
END_OBJECT = QAPERCENTMISSINGDATA
END_GROUP = QASTATS
END_OBJECT = MEASUREDPARAMETERCONTAINER
END_GROUP = MEASUREDPARAMETER
GROUP = ORBITCALCULATEDSPATIALDOMAIN
OBJECT = ORBITCALCULATEDSPATIALDOMAINCONTAINER
CLASS = "1"
OBJECT = ORBITNUMBER
NUM_VAL = 1
CLASS = "1"
VALUE = 63783
END_OBJECT = ORBITNUMBER
OBJECT = EQUATORCROSSINGLONGITUDE
NUM_VAL = 1
CLASS = "1"
VALUE = 42.0167064045163
END_OBJECT = EQUATORCROSSINGLONGITUDE
OBJECT = EQUATORCROSSINGTIME
NUM_VAL = 1
CLASS = "1"
VALUE = "07:41:31.469212"
END_OBJECT = EQUATORCROSSINGTIME
OBJECT = EQUATORCROSSINGDATE
NUM_VAL = 1
CLASS = "1"
VALUE = "2011-12-15"
END_OBJECT = EQUATORCROSSINGDATE
END_OBJECT = ORBITCALCULATEDSPATIALDOMAINCONTAINER
END_GROUP = ORBITCALCULATEDSPATIALDOMAIN
GROUP = COLLECTIONDESCRIPTIONCLASS
OBJECT = SHORTNAME
NUM_VAL = 1
VALUE = "MOD06_L2"
END_OBJECT = SHORTNAME
OBJECT = VERSIONID
NUM_VAL = 1
VALUE = 6
END_OBJECT = VERSIONID
END_GROUP = COLLECTIONDESCRIPTIONCLASS
GROUP = INPUTGRANULE
OBJECT = INPUTPOINTER
NUM_VAL = 50
VALUE = ("MOD021KM.A2011349.0730.006.2014224143135.hdf", "MOD03.A2011349.0730.006.2012285041801.hdf", "MOD35_L2.A2011349.0730.006.2015053183802.hdf", "gdas1.PGrbF00.111215.06z", "oisst.20111214", "goge1_2_img.v1", "modisdet.dry.101.lit_end.v3", "
modisdet.ozo.101.lit_end.v3", "modisdet.wts.101.lit_end.v3", "modisdet.wtl.101.lit_end.v3", "modisdet.wco.101.lit_end.v3", "MODCSR_B.A2011345.006.2015055085721.hdf", "gdas1.PGrbF00.111215.12z", "eng.111215", "NISE_SSMISF17_20111215.HDFEOS", "MODIS_Ice_library.hdf.v5", "
MODIS_Water_library.hdf.v4", "MODIS_Ice_library_ws3.hdf.v3", "MODIS_Ice_library_ws3sd.hdf.v4", "MODIS_Ice_library_ws7.hdf.v3", "MODIS_Ice_library_ws7sd.hdf.v4", "MODIS_Ice_library_ws15.hdf.v3", "MODIS_Ice_library_ws15sd.hdf.v4", "MODIS_Water_library_ws3.hdf.v2", "
MODIS_Water_library_ws3sd.hdf.v3", "MODIS_Water_library_ws7.hdf.v2", "MODIS_Water_library_ws7sd.hdf.v3", "MODIS_Water_library_ws15.hdf.v2", "MODIS_Water_library_ws15sd.hdf.v3", "MODIS_Ice_WaterPhaseFunc.hdf.v3", "Transmittance.hdf.v2", "IGBP.EcoMap.NtoS.2004.149.v004.hdf", "
AlbSnwStst.ByNISE.W90.D90.WS.Hemi.2000-2004.YrAvg.hdf", "MCD43GF_wsa_Band1_345_2011.hdf", "MCD43GF_wsa_Band2_345_2011.hdf", "MCD43GF_wsa_Band5_345_2011.hdf", "MCD43GF_wsa_Band6_345_2011.hdf", "MCD43GF_wsa_Band7_345_2011.hdf")
END_OBJECT = INPUTPOINTER
END_GROUP = INPUTGRANULE
GROUP = SPATIALDOMAINCONTAINER
GROUP = HORIZONTALSPATIALDOMAINCONTAINER
GROUP = BOUNDINGRECTANGLE
OBJECT = WESTBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 35.8459086258291
END_OBJECT = WESTBOUNDINGCOORDINATE
OBJECT = NORTHBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 42.8443462916158
END_OBJECT = NORTHBOUNDINGCOORDINATE
OBJECT = EASTBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 65.430152423831
END_OBJECT = EASTBOUNDINGCOORDINATE
OBJECT = SOUTHBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 21.5638888333181
END_OBJECT = SOUTHBOUNDINGCOORDINATE
END_GROUP = BOUNDINGRECTANGLE
END_GROUP = HORIZONTALSPATIALDOMAINCONTAINER
END_GROUP = SPATIALDOMAINCONTAINER
GROUP = RANGEDATETIME
OBJECT = RANGEBEGINNINGDATE
NUM_VAL = 1
VALUE = "2011-12-15"
END_OBJECT = RANGEBEGINNINGDATE
OBJECT = RANGEBEGINNINGTIME
NUM_VAL = 1
VALUE = "07:30:00.000000"
END_OBJECT = RANGEBEGINNINGTIME
OBJECT = RANGEENDINGDATE
NUM_VAL = 1
VALUE = "2011-12-15"
END_OBJECT = RANGEENDINGDATE
OBJECT = RANGEENDINGTIME
NUM_VAL = 1
VALUE = "07:35:00.000000"
END_OBJECT = RANGEENDINGTIME
END_GROUP = RANGEDATETIME
GROUP = PGEVERSIONCLASS
OBJECT = PGEVERSION
NUM_VAL = 1
VALUE = "6.0.83"
END_OBJECT = PGEVERSION
END_GROUP = PGEVERSIONCLASS
GROUP = ANCILLARYINPUTGRANULE
OBJECT = ANCILLARYINPUTGRANULECONTAINER
CLASS = "1"
OBJECT = ANCILLARYINPUTTYPE
NUM_VAL = 1
CLASS = "1"
VALUE = "Geolocation"
END_OBJECT = ANCILLARYINPUTTYPE
OBJECT = ANCILLARYINPUTPOINTER
NUM_VAL = 1
CLASS = "1"
VALUE = "MOD03.A2011349.0730.006.2012285041801.hdf"
END_OBJECT = ANCILLARYINPUTPOINTER
END_OBJECT = ANCILLARYINPUTGRANULECONTAINER
END_GROUP = ANCILLARYINPUTGRANULE
GROUP = ASSOCIATEDPLATFORMINSTRUMENTSENSOR
OBJECT = ASSOCIATEDPLATFORMINSTRUMENTSENSORCONTAINER
CLASS = "1"
OBJECT = ASSOCIATEDSENSORSHORTNAME
CLASS = "1"
NUM_VAL = 1
VALUE = "MODIS"
END_OBJECT = ASSOCIATEDSENSORSHORTNAME
OBJECT = ASSOCIATEDPLATFORMSHORTNAME
CLASS = "1"
NUM_VAL = 1
VALUE = "Terra"
END_OBJECT = ASSOCIATEDPLATFORMSHORTNAME
OBJECT = ASSOCIATEDINSTRUMENTSHORTNAME
CLASS = "1"
NUM_VAL = 1
VALUE = "MODIS"
END_OBJECT = ASSOCIATEDINSTRUMENTSHORTNAME
END_OBJECT = ASSOCIATEDPLATFORMINSTRUMENTSENSORCONTAINER
END_GROUP = ASSOCIATEDPLATFORMINSTRUMENTSENSOR
GROUP = ADDITIONALATTRIBUTES
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "1"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "1"
NUM_VAL = 1
VALUE = "SuccessCloudTopPropRtrPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "1"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "1"
VALUE = " 68.62"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "2"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "2"
NUM_VAL = 1
VALUE = "SuccessCloudPhaseRtrPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "2"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "2"
VALUE = " 68.27"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "4"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "4"
NUM_VAL = 1
VALUE = "LowCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "4"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "4"
VALUE = " 17.13"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "5"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "5"
NUM_VAL = 1
VALUE = "MidCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "5"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "5"
VALUE = " 4.92"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "6"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "6"
NUM_VAL = 1
VALUE = "HighCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "6"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "6"
VALUE = " 46.56"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "7"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "7"
NUM_VAL = 1
VALUE = "ThinCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "7"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "7"
VALUE = " 31.54"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "8"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "8"
NUM_VAL = 1
VALUE = "ThickCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "8"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "8"
VALUE = " 23.85"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "9"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "9"
NUM_VAL = 1
VALUE = "OpaqueCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "9"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "9"
VALUE = " 13.23"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "10"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "10"
NUM_VAL = 1
VALUE = "CirrusCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "10"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "10"
VALUE = " 55.39"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "11"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "11"
NUM_VAL = 1
VALUE = "IceCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "11"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "11"
VALUE = " 31.73"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "12"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "12"
NUM_VAL = 1
VALUE = "WaterCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "12"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "12"
VALUE = " 19.73"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "13"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "13"
NUM_VAL = 1
VALUE = "MixedCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "13"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "13"
VALUE = " 0.00"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "14"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "14"
NUM_VAL = 1
VALUE = "CloudPhaseUncertainPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "14"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "14"
VALUE = " 16.80"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "15"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "15"
NUM_VAL = 1
VALUE = "OceanCoverFractionPct"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "15"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "15"
VALUE = " 10.86"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "16"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "16"
NUM_VAL = 1
VALUE = "LandCoverFractionPct"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "16"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "16"
VALUE = " 89.14"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "17"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "17"
NUM_VAL = 1
VALUE = "SnowCoverFractionPct"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "17"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "17"
VALUE = " 1.55"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "18"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "18"
NUM_VAL = 1
VALUE = "identifier_product_doi"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "18"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "18"
VALUE = "10.5067/MODIS/MOD06_L2.006"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "19"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "19"
NUM_VAL = 1
VALUE = "identifier_product_doi_authority"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "19"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "19"
VALUE = "http://dx.doi.org"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
END_GROUP = ADDITIONALATTRIBUTES
END_GROUP = INVENTORYMETADATA
END
ArchiveMetadata_0 :
GROUP = ARCHIVEDMETADATA
GROUPTYPE = MASTERGROUP
OBJECT = PROCESSINGENVIRONMENT
NUM_VAL = 1
VALUE = "Linux minion5354 2.6.18-400.1.1.el5PAE #1 SMP Thu Dec 18 01:38:34 EST 2014 i686 i686 i386 GNU/Linux"
END_OBJECT = PROCESSINGENVIRONMENT
GROUP = ALGORITHMPACKAGE
OBJECT = ALGORITHMPACKAGEACCEPTANCEDATE
NUM_VAL = 1
VALUE = "June 1997"
END_OBJECT = ALGORITHMPACKAGEACCEPTANCEDATE
OBJECT = ALGORITHMPACKAGEMATURITYCODE
NUM_VAL = 1
VALUE = "at-launch"
END_OBJECT = ALGORITHMPACKAGEMATURITYCODE
OBJECT = ALGORITHMPACKAGENAME
NUM_VAL = 1
VALUE = "ATBD-MOD-04 and ATBD-MOD-05"
END_OBJECT = ALGORITHMPACKAGENAME
OBJECT = ALGORITHMPACKAGEVERSION
NUM_VAL = 1
VALUE = "2"
END_OBJECT = ALGORITHMPACKAGEVERSION
OBJECT = INSTRUMENTNAME
NUM_VAL = 1
VALUE = "Moderate Resolution Imaging Spectroradiometer"
END_OBJECT = INSTRUMENTNAME
OBJECT = LONGNAME
NUM_VAL = 1
VALUE = "MODIS/Terra Clouds 5-Min L2 Swath 1km and 5km"
END_OBJECT = LONGNAME
OBJECT = LOCALINPUTGRANULEID
NUM_VAL = 20
VALUE = ("MOD021KM.A2011349.0730.006.2014224143135.hdf", "MOD03.A2011349.0730.006.2012285041801.hdf", "MOD35_L2.A2011349.0730.006.2015053183802.hdf", "MODCSR_B.A2011345.006.2015055085721.hdf")
END_OBJECT = LOCALINPUTGRANULEID
END_GROUP = ALGORITHMPACKAGE
GROUP = GPOLYGON
OBJECT = GPOLYGONCONTAINER
CLASS = "1"
GROUP = GRING
CLASS = "1"
OBJECT = EXCLUSIONGRINGFLAG
NUM_VAL = 1
CLASS = "1"
VALUE = "N"
END_OBJECT = EXCLUSIONGRINGFLAG
END_GROUP = GRING
GROUP = GRINGPOINT
CLASS = "1"
OBJECT = GRINGPOINTLONGITUDE
NUM_VAL = 4
CLASS = "1"
VALUE = (37.8443549608105, 65.4343173008656, 58.6056482857046, 35.8219852799233)
END_OBJECT = GRINGPOINTLONGITUDE
OBJECT = GRINGPOINTLATITUDE
NUM_VAL = 4
CLASS = "1"
VALUE = (42.8681296230534, 38.8834749828329, 21.4986708943501, 24.6097684043589)
END_OBJECT = GRINGPOINTLATITUDE
OBJECT = GRINGPOINTSEQUENCENO
NUM_VAL = 4
CLASS = "1"
VALUE = (1, 2, 3, 4)
END_OBJECT = GRINGPOINTSEQUENCENO
END_GROUP = GRINGPOINT
END_OBJECT = GPOLYGONCONTAINER
END_GROUP = GPOLYGON
OBJECT = ALGORITHM_VERSION_CLOUD_TOP_PROPERTY_IR
NUM_VAL = 1
VALUE = "1"
END_OBJECT = ALGORITHM_VERSION_CLOUD_TOP_PROPERTY_IR
OBJECT = ALGORITHM_VERSION_CLOUD_PHASE_IR
NUM_VAL = 1
VALUE = "1"
END_OBJECT = ALGORITHM_VERSION_CLOUD_PHASE_IR
OBJECT = ALGORITHM_VERSION_CLOUD_PROPERTY_VIS
NUM_VAL = 1
VALUE = "1"
END_OBJECT = ALGORITHM_VERSION_CLOUD_PROPERTY_VIS
OBJECT = DESCRREVISION
NUM_VAL = 1
VALUE = "6.0"
END_OBJECT = DESCRREVISION
OBJECT = PRODUCTIONHISTORY
NUM_VAL = 1
VALUE = "PGE06:6.0.83"
END_OBJECT = PRODUCTIONHISTORY
END_GROUP = ARCHIVEDMETADATA
END
Clear_Sky_Restoral_Status : y
Collection_4_Phase_Used : n
Ice_Phase_Forced : n
Water_Phase_Forced : n
identifier_product_doi : 10.5067/MODIS/MOD06_L2.006
identifier_product_doi_authority : http://dx.doi.org
dimensions:
Cell_Along_Swath_5km_mod06 = 406
Cell_Across_Swath_5km_mod06 = 270
Band_Number_mod06 = 7
Band_Forcing_mod06 = 5
Band_Ratio_mod06 = 5
Cell_Along_Swath_1km_mod06 = 2030
Cell_Across_Swath_1km_mod06 = 1354
Cloud_Mask_5km_Num_Bytes_mod06 = 2
QA_Parameter_5km_mod06 = 10
Cloud_Mask_1km_Num_Bytes_mod06 = 2
RadTran_NRE_Ice_mod06 = 12
RadTran_NWL_mod06 = 7
RadTran_NRE_Liq_mod06 = 18
SPI_nband_mod06 = 2
RFM_nband_mod06 = 3
ACR_nband_mod06 = 6
QA_Parameter_1km_mod06 = 9
fakeDim17 = 17
variables:
float Latitude ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -90, 90 )
_FillValue : -999.9
long_name : Geodetic Latitude
units : degrees_north
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Latitude
float Longitude ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -180, 180 )
_FillValue : -999.9
long_name : Geodetic Longitude
units : degrees_east
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Longitude
double Scan_Start_Time ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 3155800064 )
_FillValue : -999.9000244140625
long_name : TAI time at start of scan replicated across the swath
units : seconds since 1993-1-1 00:00:00.0 0
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Geolocation data not applicable
hdf_name : Scan_Start_Time
short Solar_Zenith ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Solar Zenith Angle, Cell to Sun
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Zenith
short Solar_Zenith_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Solar Zenith Angle, Cell to Sun, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Zenith_Day
short Solar_Zenith_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Solar Zenith Angle, Cell to Sun, Night Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Zenith_Night
short Solar_Azimuth ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Solar Azimuth Angle, Cell to Sun
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Azimuth
short Solar_Azimuth_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Solar Azimuth Angle, Cell to Sun, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Azimuth_Day
short Solar_Azimuth_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Solar Azimuth Angle, Cell to Sun, Night Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Azimuth_Night
short Sensor_Zenith ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Sensor Zenith Angle, Cell to Sensor
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Zenith
short Sensor_Zenith_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Sensor Zenith Angle, Cell to Sensor, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Zenith_Day
short Sensor_Zenith_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Sensor Zenith Angle, Cell to Sensor, Night Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Zenith_Night
short Sensor_Azimuth ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Sensor Azimuth Angle, Cell to Sensor
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Azimuth
short Sensor_Azimuth_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Sensor Azimuth Angle, Cell to Sensor, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Azimuth_Day
short Sensor_Azimuth_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Sensor Azimuth Angle, Cell to Sensor, Night Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Azimuth_Night
short Brightness_Temperature ( Band_Number_mod06, Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Observed Brightness Temperature from Cloudy Averaged Radiances in a 5x5 1-km Pixel Region
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Brightness_Temperature
short Surface_Temperature ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Surface Temperature from Ancillary Data
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Non MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Surface_Temperature
short Surface_Pressure ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 8000, 11000 )
_FillValue : -32768
long_name : Surface Pressure from Ancillary Data
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Non MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Surface_Pressure
byte Cloud_Height_Method ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 1, 6 )
_FillValue : 127
long_name : Index Indicating MODIS Bands Used for Cloud Top Pressure Retrieval
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS are set to mean the following:
1 -- CO2-slicing retrieval, bands 36/35
2 -- CO2-slicing retrieval, bands 35/34
3 -- CO2-slicing retrieval, bands 35/33
4 -- CO2-slicing retrieval, bands 34/33
6 -- IR-window retrieval, band 31
hdf_name : Cloud_Height_Method
short Cloud_Top_Height ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height
short Cloud_Top_Height_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <=32 Degrees (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height_Nadir
short Cloud_Top_Height_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <=32 Degrees, Day Data Only (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height_Nadir_Day
short Cloud_Top_Height_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <=32 Degrees, Night Data Only (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height_Nadir_Night
short Cloud_Top_Pressure ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure
short Cloud_Top_Pressure_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Nadir
short Cloud_Top_Pressure_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level, Night Data Only (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Night
short Cloud_Top_Pressure_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees (rounded to nearest 5 mb), Night Data Only
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Nadir_Night
short Cloud_Top_Pressure_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level, Day Only (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Day
short Cloud_Top_Pressure_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees (rounded to nearest 5 mb), Day Data Only
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Nadir_Day
short Cloud_Top_Temperature ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature
short Cloud_Top_Temperature_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Nadir
short Cloud_Top_Temperature_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level, Night Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Night
short Cloud_Top_Temperature_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees, Night Data Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Nadir_Night
short Cloud_Top_Temperature_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level, Day Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Day
short Cloud_Top_Temperature_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees, Day Data Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Nadir_Day
short Tropopause_Height ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Tropopause Height from Ancillary Data
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Tropopause_Height
byte Cloud_Fraction ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction
byte Cloud_Fraction_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask for Sensor Zenith (View) Angles <= 32 Degrees
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Nadir
byte Cloud_Fraction_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask, Night Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Night
byte Cloud_Fraction_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask for Sensor Zenith (View) Angles <= 32 Degrees, Night Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Nadir_Night
byte Cloud_Fraction_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask, Day Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Day
byte Cloud_Fraction_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask for Sensor Zenith (View) Angles <= 32 Degrees, Day Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Nadir_Day
byte Cloud_Effective_Emissivity ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity
byte Cloud_Effective_Emissivity_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval for Sensor Zenith (View) Angles <= 32 Degrees
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Nadir
byte Cloud_Effective_Emissivity_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval, Night Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Night
byte Cloud_Effective_Emissivity_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval for Sensor Zenith (View) Angles <= 32 Degrees, Night Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Nadir_Night
byte Cloud_Effective_Emissivity_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval, Day Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Day
byte Cloud_Effective_Emissivity_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval for Sensor Zenith (View) Angles <= 32 Degrees, Day Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Nadir_Day
short Cloud_Top_Pressure_Infrared ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure from IR Window Retrieval
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Infrared
short Spectral_Cloud_Forcing ( Band_Forcing_mod06, Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -2000, 2000 )
_FillValue : -32768
long_name : Spectral Cloud Forcing (cloud minus clear radiance)
units : Watts/meter2/steradian/micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
Spectral cloud forcing, cloudy-clear radiance, each channel in order:
36, 35, 34, 33 and 31 for Band_Forcing dimension reference
hdf_name : Spectral_Cloud_Forcing
short Cloud_Top_Pressure_From_Ratios ( Band_Ratio_mod06, Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Levels from Ratios of Bands 36/35, 35/34, 35/33, 34/33 from the CO2-slicing Algorithm
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
Cloud top pressure level solutions in the following array locations:
Band_Ratio:mod06 = 1: MODIS bands 36/35
Band_Ratio:mod06 = 2: MODIS bands 35/34
Band_Ratio:mod06 = 3: MODIS bands 35/33
Band_Ratio:mod06 = 4: MODIS bands 34/33
Band_Ratio:mod06 = 5: Not used
hdf_name : Cloud_Top_Pressure_From_Ratios
short Radiance_Variance ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20 )
_FillValue : -32768
long_name : Band 31 Radiance Standard Deviation
units : Watts/meter2/steradian/micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Radiance_Variance
byte Cloud_Phase_Infrared ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase from 8.5 and 11 um Bands
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared
byte Cloud_Phase_Infrared_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase from 8.5 and 11 um Bands, Night Only
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared_Night
byte Cloud_Phase_Infrared_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase from 8.5 and 11 um Bands, Day Only
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared_Day
byte Cloud_Phase_Infrared_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase at 1-km resolution from 8.5- 11 um BTDs and cloud emissivity ratios (12/11, 8.5/11, and 7.2/11 um)
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared_1km
byte IRP_CTH_Consistency_Flag_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 1 )
_FillValue : 127
long_name : Indicates Cloud_Phase_Infrared_1km results changed to ice from water when cloud_top_method_1km reports valid band 36/35 CO2-slicing result (1=change)
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External geolocation arrays
description : \n
hdf_name : IRP_CTH_Consistency_Flag_1km
byte os_top_flag_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 2 )
_FillValue : 127
long_name : Upper Tropospheric/Lower Stratospheric (UTLS) Cloud Flag at 1-km resolution - valid from -50 to +50 Degrees Latitude
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External geolocation arrays
description : \n
The values in this SDS indicate the following:
0 -- stratospheric cloud test not performed
1 -- stratospheric cloud not indicated
2 -- stratospheric cloud indicated (BTD35-33 > 0.5K)
hdf_name : os_top_flag_1km
short cloud_top_pressure_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -999
long_name : Cloud Top Pressure at 1-km resolution from LEOCAT, Cloud Top Pressure Level rounded to nearest 5 mb
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_top_pressure_1km
short cloud_top_height_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -999
long_name : Cloud Top Height at 1-km resolution from LEOCAT, Geopotential Height at Retrieved Cloud Top Pressure Level rounded to nearest 50 m
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_top_height_1km
short cloud_top_temperature_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -999
long_name : Cloud Top Temperature at 1-km resolution from LEOCAT, Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_top_temperature_1km
byte cloud_emissivity_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Emissivity at 1-km resolution from LEOCAT Cloud Top Pressure Retrieval
units : unitless
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emissivity_1km
byte cloud_top_method_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Index Indicating the MODIS Band(s) Used to Produce the Cloud Top Pressure Result
units : unitless
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The values in this SDS are set to mean the following:
1 -- CO2-slicing retrieval, bands 36/35
2 -- CO2-slicing retrieval, bands 35/34
3 -- CO2-slicing retrieval, bands 35/33
4 -- CO2-slicing retrieval, bands 34/33
6 -- IR-window retrieval, band 31
hdf_name : cloud_top_method_1km
short surface_temperature_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -999
long_name : Surface Temperature for Each 1-km MODIS Pixel Interplated from Ancillary Data
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Non MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : surface_temperature_1km
short cloud_emiss11_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 11 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss11_1km
short cloud_emiss12_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 12 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss12_1km
short cloud_emiss13_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 13.3 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss13_1km
short cloud_emiss85_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 8.5 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss85_1km
short Cloud_Effective_Radius ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius
short Cloud_Effective_Radius_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_PCL
short Cloud_Effective_Radius_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_16
short Cloud_Effective_Radius_16_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_16_PCL
short Cloud_Effective_Radius_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_37
short Cloud_Effective_Radius_37_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_37_PCL
short Cloud_Optical_Thickness ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness
short Cloud_Optical_Thickness_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_PCL
short Cloud_Optical_Thickness_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_16
short Cloud_Optical_Thickness_16_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_16_PCL
short Cloud_Optical_Thickness_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_37
short Cloud_Optical_Thickness_37_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_37_PCL
short Cloud_Effective_Radius_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and band 6(1.6um)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_1621
short Cloud_Effective_Radius_1621_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and band 6(1.6um)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_1621_PCL
short Cloud_Optical_Thickness_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and band 6(1.6um)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_1621
short Cloud_Optical_Thickness_1621_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and band 6(1.6um)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_1621_PCL
short Cloud_Water_Path ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path
short Cloud_Water_Path_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_PCL
short Cloud_Water_Path_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and band 6(1.6um)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_1621
short Cloud_Water_Path_1621_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and band 6(1.6um)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_1621_PCL
short Cloud_Water_Path_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_16
short Cloud_Water_Path_16_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_16_PCL
short Cloud_Water_Path_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_37
short Cloud_Water_Path_37_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_37_PCL
short Cloud_Effective_Radius_Uncertainty ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius (from band 7(2.1um)) Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty
short Cloud_Effective_Radius_Uncertainty_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius (from band 6(1.6um) Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty_16
short Cloud_Effective_Radius_Uncertainty_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius (from band 20(3.7um)) Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty_37
short Cloud_Optical_Thickness_Uncertainty ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Optical_Thickness and Cloud_Effective_Radius results
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty
short Cloud_Optical_Thickness_Uncertainty_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Optical_Thickness_16 and Cloud_Effective_Radius_16 results
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty_16
short Cloud_Optical_Thickness_Uncertainty_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Optical_Thickness_37 and Cloud_Effective_Radius_37 results
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty_37
short Cloud_Water_Path_Uncertainty ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Water_Path result
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty
short Cloud_Effective_Radius_Uncertainty_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius Relative Uncertainty (Percent) using band 7(2.1um) and band 6(1.6um)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty_1621
short Cloud_Optical_Thickness_Uncertainty_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent) using band 7(2.1um) and band 6(1.6um)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty_1621
short Cloud_Water_Path_Uncertainty_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent) using band 7(2.1um) and band 6(1.6um)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty_1621
short Cloud_Water_Path_Uncertainty_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m using the VNSWIR-1.6um retrieval
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty_16
short Cloud_Water_Path_Uncertainty_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m using the VNSWIR-3.7um retrieval
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty_37
short Above_Cloud_Water_Vapor_094 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 1500 )
_FillValue : -9999
long_name : Above-cloud water vapor amount from 0.94um channel, ocean only, tau > 5.
units : cm
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Above_Cloud_Water_Vapor_094
short IRW_Low_Cloud_Temperature_From_COP ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Low Cloud Temperature from IR Window retrieval using cloud emissivity based on cloud optical thickness
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : IRW_Low_Cloud_Temperature_From_COP
byte Cloud_Phase_Optical_Properties ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 4 )
_FillValue : 0
long_name : Cloud Phase Determination Used in Optical Thickness/Effective Radius Retrieval
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The values in this SDS are set to mean the following:
0 -- cloud mask undetermined
1 -- clear sky
2 -- liquid water cloud
3 -- ice cloud
4 -- undetermined phase cloud (but retrieval is attempted as liquid water)
hdf_name : Cloud_Phase_Optical_Properties
byte Cloud_Multi_Layer_Flag ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 9 )
_FillValue : 0
long_name : Cloud Multi Layer Identification From MODIS Shortwave Observations
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
Flag for multi-layer multi-phase cloud situations. Values 2 through 9
indicate the success of various multi-layer cloud tests. Value of 0
indicates no retrieval, value of 1 indicates single layer cloud. The
other values are of increasing confidence level.
hdf_name : Cloud_Multi_Layer_Flag
short Cirrus_Reflectance ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 8000 )
_FillValue : -9999
long_name : Cirrus Reflectance
units : none
scale_factor : 0.000199999994947575
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cirrus_Reflectance
byte Cirrus_Reflectance_Flag ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 3 )
_FillValue : -99
long_name : Cirrus Reflectance Flag
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : 0: bad data, 1: non-cirrus pixel, 2: cirrus pixel, 3: contrail pixel
hdf_name : Cirrus_Reflectance_Flag
byte Cloud_Mask_5km ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06, Cloud_Mask_5km_Num_Bytes_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : First Byte of MODIS Cloud Mask Plus Additional Stats for L3 (2nd Byte)
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
Bit fields within each byte are numbered from the left:
7, 6, 5, 4, 3, 2, 1, 0.
The left-most bit (bit 7) is the most significant bit.
The right-most bit (bit 0) is the least significant bit.
First Byte
bit field Description Key
--------- ----------- ---
0 Cloud Mask Flag 0 = Not determined
1 = Determined
2, 1 Unobstructed FOV Quality Flag 00 = Cloudy
01 = Uncertain
10 = Probably Clear
11 = Confident Clear
PROCESSING PATH
---------------
3 Day or Night Path 0 = Night / 1 = Day
4 Sunglint Path 0 = Yes / 1 = No
5 Snow/Ice Background Path 0 = Yes / 1 = No
7, 6 Land or Water Path 00 = Water
01 = Coastal
10 = Desert
11 = Land
Second Byte
--------------------------------------------------------------------------
1, 0 Sun-glint Under CTP Retrieval 00 = No CTP Ret.
01 = No Sun-glint
10 = Sun-glint
3, 2 Snow/Ice Under CTP Retrieval 00 = No CTP Ret.
01 = No Snow/Ice
10 = Snow/Ice
6, 5, 4 Surface Type Under CTP Retrieval 000 = No CTP Ret.
001 = Water
010 = Coast
011 = Desert
100 = Land
101 = Other
7 Day/Night Flag Under CTP Retrieval 01 = Day
hdf_name : Cloud_Mask_5km
byte Quality_Assurance_5km ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06, QA_Parameter_5km_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : Quality Assurance at 5x5 Resolution
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : See MODIS atmosphere QA plan for details
hdf_name : Quality_Assurance_5km
byte Cloud_Mask_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, Cloud_Mask_1km_Num_Bytes_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : MODIS Cloud Mask, L2 MOD06 QA Plan
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : See MODIS atmosphere QA plan for details
hdf_name : Cloud_Mask_1km
float Extinction_Efficiency_Ice ( RadTran_NRE_Ice_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Ice Extinction Efficiency from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Ice CE from the phase functions used to generate the forward lookup tables
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
12 ice effective radii in order: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
55 and 60 microns.
hdf_name : Extinction_Efficiency_Ice
float Asymmetry_Parameter_Ice ( RadTran_NRE_Ice_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Ice Asymmetry Parameter from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Ice Asymmetry Parameter from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
12 ice effective radii in order: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
55 and 60 microns.
hdf_name : Asymmetry_Parameter_Ice
float Single_Scatter_Albedo_Ice ( RadTran_NRE_Ice_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Ice single scatter albedo from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Ice single scatter albedo from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
12 ice effective radii in order: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
55 and 60 microns.
hdf_name : Single_Scatter_Albedo_Ice
float Extinction_Efficiency_Liq ( RadTran_NRE_Liq_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Liquid Water CE from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Liquid Water CE from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
18 liquid water effective radii in order: 2, 4, 5, 6, 7, 8, 9, 10, 12, 14,
16, 18, 20, 22, 24, 26, 28 and 30 microns.
hdf_name : Extinction_Efficiency_Liq
float Asymmetry_Parameter_Liq ( RadTran_NRE_Liq_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Liquid Water Asymmetry Parameter from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Liquid Water Asymmetry Parameter from the phase functions used to generate the
forward lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
18 liquid water effective radii in order: 2, 4, 5, 6, 7, 8, 9, 10, 12, 14,
16, 18, 20, 22, 24, 26, 28 and 30 microns.
hdf_name : Asymmetry_Parameter_Liq
float Single_Scatter_Albedo_Liq ( RadTran_NRE_Liq_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Liquid Water single scatter albedo from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Liquid Water SSA from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
18 liquid water effective radii in order: 2, 4, 5, 6, 7, 8, 9, 10, 12, 14,
16, 18, 20, 22, 24, 26, 28 and 30 microns.
hdf_name : Single_Scatter_Albedo_Liq
short Cloud_Mask_SPI ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, SPI_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Dispersion in bands 1 (plane 1) and 2 (plane 2) from 250m reflectance statistics of cloud mask
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Mask_SPI
short Retrieval_Failure_Metric ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 7 and either band 1, 2, or 5 (specified in Quality_Assurance_1km)
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric
short Retrieval_Failure_Metric_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 6 and either band 1, 2, or 5 (specified in Quality_Assurance_1km)
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric_16
short Retrieval_Failure_Metric_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 20 and either band 1, 2, or 5 (specified in Quality_Assurance_1km)
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric_37
short Retrieval_Failure_Metric_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 6 and band 7
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric_1621
short Atm_Corr_Refl ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, ACR_nband_mod06 )
valid_range : ( 0, 16000 )
_FillValue : -9999
long_name : Atmospherically corrected reflectance used during cloud optical and microphysical properties retrieval
units : none
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- 0.65um (Rayleigh correction amount is based on 2.1um cloud
effecive radius retrieval)
2 -- 0.86um
3 -- 1.2um
4 -- 1.6um
5 -- 2.1um
6 -- 3.7um
hdf_name : Atm_Corr_Refl
byte Quality_Assurance_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, QA_Parameter_1km_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : Quality Assurance at 1x1 Resolution
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
Quality Assurance 1km reports on Cloud Optical Properties
algorithm performance. Refer to MOD_PR06OD User Documentation and the
MODIS atmosphere QA plan for complete descriptions and coding examples.
Bit fields within each byte are numbered from the left:
7, 6, 5, 4, 3, 2, 1, 0.
The left-most bit (bit 7) is the most significant bit.
The right-most bit (bit 0) is the least significant bit.
Byte 0 -----------------------------------------------------------------
0 VNSWIR-2.1 Optical Thickness General QA 0 = Not Useful
1 = Useful
2,1 VNSWIR-2.1 Optical Thickness Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
4,3 spare
5 VNSWIR-2.1 Effective Radius General QA 0 = Not Useful
1 = Useful
7,6 VNSWIR-2.1 Effective Radius Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
Byte 1 -----------------------------------------------------------------
0 VNSWIR-2.1 Liquid Water Path General QA 0 = Not Useful
1 = Useful
2,1 VNSWIR-2.1 Liquid Water Path Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
5,4,3 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
6 1.6- 2.1 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
Byte 2 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 VNSWIR- 2.1 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4 Rayleigh Correction 0 = No Correction
1 = Correction
5 Water Vapor Correction 0 = No Correction
1 = Correction
7,6 Band Used for Optical Thickness Retrieval
00 = No attempt
01 = .645 micron
10 = .858 micron
11 = 1.24 micron
Byte 3 -----------------------------------------------------------------
0 Optical Thickness 1.6-2.1 General QA 0 = Not Useful
1 = Useful
2,1 Optical Thickness 1.6-2.1 Condifence QA
00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
3 Effective Radius 1.6-2.1 General QA 0 = Not Useful
1 = Useful
5,4 Effective Radius 1.6-2.1 Confidence QA
00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
6,7 Clear Sky Restoral Type QA
00 = Not Restored
01 = Restored Via Edge detection
10 = Restored Via Spatial Variance
11 = Restored Via 250m Tests
Byte 4 -----------------------------------------------------------------
0 Water Path 1.6-2.1 General QA 0 = Not Useful
1 = Useful
2,1 Water Path 1.6-2.1 Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
5,4,3 Multi Layer Cloud Flag 000 = Cloud Mask Undet
001 = Decision tree stop
010 = single layer: water
011 = multi layer: water
100 = single layer: ice
101 = multi layer: ice
110 = single layer: unknown
111 = multi layer: unknown
7,6 spare
Byte 5 -----------------------------------------------------------------
0 Phase difference multilayer test result
1 Delta precipitable water multilayer test result
2 Delta precipitable water at 900mb multilayer test result
3 Tau difference VNSWIR-SWIR multilayer test result
4 Pavolonis-Heidinger multilayer test result
7,6,5 spare
Byte 6 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 VNSWIR- 1.6 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4,5,6 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
7 VNSWIR- 1.6 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
Byte 7 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 VNSWIR- 3.7 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4,5,6 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
7 VNSWIR- 3.7 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
Byte 8 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 1.6- 2.1 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4,5,6 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
7 VNSWIR- 2.1 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
hdf_name : Quality_Assurance_1km
float Statistics_1km_sds ( fakeDim17 )
long_name : Granule Statistics for parameters at 1x1 resolution
units : see description attribute
_FillValue : -999
description :
Statistics_1km:
1. Successful Retrieval Rate (%)
2. Land Cover Fraction (%)
3. Water Cover Fraction (%)
4. Snow Cover Fraction (%)
5. Cloud Cover Fraction (%)
6. Water Cloud Detected (%)
7. Ice Cloud Detected (%)
8. Mean of Water Cloud Optical Thickness
9. Mean of Ice Cloud Optical Thickness
10. Mean of Water Cloud Effective Particle Radius (microns)
11. Mean of Ice Cloud Effective Diameter (microns)
12. Mean Liquid Water Cloud Top Pressure (mb)
13. Mean Ice Cloud Top Pressure (mb)
14. Mean Undetermined Cloud Top Pressure (mb)
15. Mean Liquid Water Cloud Top Temperature (K)
16. Mean Ice Cloud Top Temperature (K)
17. Mean Undetermined Cloud Top Temperature (K)
hdf_name : Statistics_1km_sds
-------------- next part --------------
Copyright (C) 1995-2017 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.4.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
Variable: f
Type: file
filename: xMOD06_L2.A2011349.0550.006.2015056134430
path: xMOD06_L2.A2011349.0550.006.2015056134430.hdf
file global attributes:
HDFEOSVersion : HDFEOS_V2.17
StructMetadata_0 : GROUP=SwathStructure
GROUP=SWATH_1
SwathName="mod06"
GROUP=Dimension
OBJECT=Dimension_1
DimensionName="Cell_Across_Swath_5km"
Size=270
END_OBJECT=Dimension_1
OBJECT=Dimension_2
DimensionName="Cell_Along_Swath_5km"
Size=406
END_OBJECT=Dimension_2
OBJECT=Dimension_3
DimensionName="Cell_Across_Swath_1km"
Size=1354
END_OBJECT=Dimension_3
OBJECT=Dimension_4
DimensionName="Cell_Along_Swath_1km"
Size=2030
END_OBJECT=Dimension_4
OBJECT=Dimension_5
DimensionName="Cell_Across_Swath_hkm"
Size=2708
END_OBJECT=Dimension_5
OBJECT=Dimension_6
DimensionName="Cell_Along_Swath_hkm"
Size=4060
END_OBJECT=Dimension_6
OBJECT=Dimension_7
DimensionName="Band_Number"
Size=7
END_OBJECT=Dimension_7
OBJECT=Dimension_8
DimensionName="Band_Ratio"
Size=5
END_OBJECT=Dimension_8
OBJECT=Dimension_9
DimensionName="Band_Forcing"
Size=5
END_OBJECT=Dimension_9
OBJECT=Dimension_10
DimensionName="Band_Difference"
Size=2
END_OBJECT=Dimension_10
OBJECT=Dimension_11
DimensionName="QA_Parameter_5km"
Size=10
END_OBJECT=Dimension_11
OBJECT=Dimension_12
DimensionName="QA_Parameter_1km"
Size=9
END_OBJECT=Dimension_12
OBJECT=Dimension_13
DimensionName="Cloud_Mask_1km_Num_Bytes"
Size=2
END_OBJECT=Dimension_13
OBJECT=Dimension_14
DimensionName="Cloud_Mask_5km_Num_Bytes"
Size=2
END_OBJECT=Dimension_14
OBJECT=Dimension_15
DimensionName="RadTran_NWL"
Size=7
END_OBJECT=Dimension_15
OBJECT=Dimension_16
DimensionName="RadTran_NRE_Ice"
Size=12
END_OBJECT=Dimension_16
OBJECT=Dimension_17
DimensionName="RadTran_NRE_Liq"
Size=18
END_OBJECT=Dimension_17
OBJECT=Dimension_18
DimensionName="SPI_nband"
Size=2
END_OBJECT=Dimension_18
OBJECT=Dimension_19
DimensionName="RFM_nband"
Size=3
END_OBJECT=Dimension_19
OBJECT=Dimension_20
DimensionName="ACR_nband"
Size=6
END_OBJECT=Dimension_20
OBJECT=Dimension_21
DimensionName="Statistic_Parameter_1km"
Size=17
END_OBJECT=Dimension_21
END_GROUP=Dimension
GROUP=DimensionMap
OBJECT=DimensionMap_1
GeoDimension="Cell_Across_Swath_5km"
DataDimension="Cell_Across_Swath_1km"
Offset=2
Increment=5
END_OBJECT=DimensionMap_1
OBJECT=DimensionMap_2
GeoDimension="Cell_Along_Swath_5km"
DataDimension="Cell_Along_Swath_1km"
Offset=2
Increment=5
END_OBJECT=DimensionMap_2
END_GROUP=DimensionMap
GROUP=IndexDimensionMap
END_GROUP=IndexDimensionMap
GROUP=GeoField
OBJECT=GeoField_1
GeoFieldName="Latitude"
DataType=DFNT_FLOAT32
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=GeoField_1
OBJECT=GeoField_2
GeoFieldName="Longitude"
DataType=DFNT_FLOAT32
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=GeoField_2
END_GROUP=GeoField
GROUP=DataField
OBJECT=DataField_1
DataFieldName="Band_Number"
DataType=DFNT_INT32
DimList=("Band_Number")
END_OBJECT=DataField_1
OBJECT=DataField_2
DataFieldName="Statistics_1km"
DataType=DFNT_FLOAT32
DimList=("Statistic_Parameter_1km")
END_OBJECT=DataField_2
OBJECT=DataField_3
DataFieldName="Scan_Start_Time"
DataType=DFNT_FLOAT64
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_3
OBJECT=DataField_4
DataFieldName="Solar_Zenith"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_4
OBJECT=DataField_5
DataFieldName="Solar_Zenith_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_5
OBJECT=DataField_6
DataFieldName="Solar_Zenith_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_6
OBJECT=DataField_7
DataFieldName="Solar_Azimuth"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_7
OBJECT=DataField_8
DataFieldName="Solar_Azimuth_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_8
OBJECT=DataField_9
DataFieldName="Solar_Azimuth_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_9
OBJECT=DataField_10
DataFieldName="Sensor_Zenith"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_10
OBJECT=DataField_11
DataFieldName="Sensor_Zenith_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_11
OBJECT=DataField_12
DataFieldName="Sensor_Zenith_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_12
OBJECT=DataField_13
DataFieldName="Sensor_Azimuth"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_13
OBJECT=DataField_14
DataFieldName="Sensor_Azimuth_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_14
OBJECT=DataField_15
DataFieldName="Sensor_Azimuth_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_15
OBJECT=DataField_16
DataFieldName="Brightness_Temperature"
DataType=DFNT_INT16
DimList=("Band_Number","Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_16
OBJECT=DataField_17
DataFieldName="Surface_Temperature"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_17
OBJECT=DataField_18
DataFieldName="Surface_Pressure"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_18
OBJECT=DataField_19
DataFieldName="Cloud_Height_Method"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_19
OBJECT=DataField_20
DataFieldName="Cloud_Top_Height"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_20
OBJECT=DataField_21
DataFieldName="Cloud_Top_Height_Nadir"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_21
OBJECT=DataField_22
DataFieldName="Cloud_Top_Height_Nadir_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_22
OBJECT=DataField_23
DataFieldName="Cloud_Top_Height_Nadir_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_23
OBJECT=DataField_24
DataFieldName="Cloud_Top_Pressure"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_24
OBJECT=DataField_25
DataFieldName="Cloud_Top_Pressure_Nadir"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_25
OBJECT=DataField_26
DataFieldName="Cloud_Top_Pressure_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_26
OBJECT=DataField_27
DataFieldName="Cloud_Top_Pressure_Nadir_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_27
OBJECT=DataField_28
DataFieldName="Cloud_Top_Pressure_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_28
OBJECT=DataField_29
DataFieldName="Cloud_Top_Pressure_Nadir_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_29
OBJECT=DataField_30
DataFieldName="Cloud_Top_Temperature"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_30
OBJECT=DataField_31
DataFieldName="Cloud_Top_Temperature_Nadir"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_31
OBJECT=DataField_32
DataFieldName="Cloud_Top_Temperature_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_32
OBJECT=DataField_33
DataFieldName="Cloud_Top_Temperature_Nadir_Night"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_33
OBJECT=DataField_34
DataFieldName="Cloud_Top_Temperature_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_34
OBJECT=DataField_35
DataFieldName="Cloud_Top_Temperature_Nadir_Day"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_35
OBJECT=DataField_36
DataFieldName="Tropopause_Height"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_36
OBJECT=DataField_37
DataFieldName="Cloud_Fraction"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_37
OBJECT=DataField_38
DataFieldName="Cloud_Fraction_Nadir"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_38
OBJECT=DataField_39
DataFieldName="Cloud_Fraction_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_39
OBJECT=DataField_40
DataFieldName="Cloud_Fraction_Nadir_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_40
OBJECT=DataField_41
DataFieldName="Cloud_Fraction_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_41
OBJECT=DataField_42
DataFieldName="Cloud_Fraction_Nadir_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_42
OBJECT=DataField_43
DataFieldName="Cloud_Effective_Emissivity"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_43
OBJECT=DataField_44
DataFieldName="Cloud_Effective_Emissivity_Nadir"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_44
OBJECT=DataField_45
DataFieldName="Cloud_Effective_Emissivity_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_45
OBJECT=DataField_46
DataFieldName="Cloud_Effective_Emissivity_Nadir_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_46
OBJECT=DataField_47
DataFieldName="Cloud_Effective_Emissivity_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_47
OBJECT=DataField_48
DataFieldName="Cloud_Effective_Emissivity_Nadir_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_48
OBJECT=DataField_49
DataFieldName="Cloud_Top_Pressure_Infrared"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_49
OBJECT=DataField_50
DataFieldName="Spectral_Cloud_Forcing"
DataType=DFNT_INT16
DimList=("Band_Forcing","Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_50
OBJECT=DataField_51
DataFieldName="Cloud_Top_Pressure_From_Ratios"
DataType=DFNT_INT16
DimList=("Band_Ratio","Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_51
OBJECT=DataField_52
DataFieldName="Radiance_Variance"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_52
OBJECT=DataField_53
DataFieldName="Cloud_Phase_Infrared"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_53
OBJECT=DataField_54
DataFieldName="Cloud_Phase_Infrared_Night"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_54
OBJECT=DataField_55
DataFieldName="Cloud_Phase_Infrared_Day"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km")
END_OBJECT=DataField_55
OBJECT=DataField_56
DataFieldName="Cloud_Phase_Infrared_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_56
OBJECT=DataField_57
DataFieldName="IRP_CTH_Consistency_Flag_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_57
OBJECT=DataField_58
DataFieldName="os_top_flag_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_58
OBJECT=DataField_59
DataFieldName="cloud_top_pressure_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_59
OBJECT=DataField_60
DataFieldName="cloud_top_height_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_60
OBJECT=DataField_61
DataFieldName="cloud_top_temperature_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_61
OBJECT=DataField_62
DataFieldName="cloud_emissivity_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_62
OBJECT=DataField_63
DataFieldName="cloud_top_method_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_63
OBJECT=DataField_64
DataFieldName="surface_temperature_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_64
OBJECT=DataField_65
DataFieldName="cloud_emiss11_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_65
OBJECT=DataField_66
DataFieldName="cloud_emiss12_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_66
OBJECT=DataField_67
DataFieldName="cloud_emiss13_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_67
OBJECT=DataField_68
DataFieldName="cloud_emiss85_1km"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_68
OBJECT=DataField_69
DataFieldName="Cloud_Effective_Radius"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_69
OBJECT=DataField_70
DataFieldName="Cloud_Effective_Radius_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_70
OBJECT=DataField_71
DataFieldName="Cloud_Effective_Radius_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_71
OBJECT=DataField_72
DataFieldName="Cloud_Effective_Radius_16_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_72
OBJECT=DataField_73
DataFieldName="Cloud_Effective_Radius_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_73
OBJECT=DataField_74
DataFieldName="Cloud_Effective_Radius_37_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_74
OBJECT=DataField_75
DataFieldName="Cloud_Optical_Thickness"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_75
OBJECT=DataField_76
DataFieldName="Cloud_Optical_Thickness_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_76
OBJECT=DataField_77
DataFieldName="Cloud_Optical_Thickness_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_77
OBJECT=DataField_78
DataFieldName="Cloud_Optical_Thickness_16_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_78
OBJECT=DataField_79
DataFieldName="Cloud_Optical_Thickness_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_79
OBJECT=DataField_80
DataFieldName="Cloud_Optical_Thickness_37_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_80
OBJECT=DataField_81
DataFieldName="Cloud_Effective_Radius_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_81
OBJECT=DataField_82
DataFieldName="Cloud_Effective_Radius_1621_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_82
OBJECT=DataField_83
DataFieldName="Cloud_Optical_Thickness_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_83
OBJECT=DataField_84
DataFieldName="Cloud_Optical_Thickness_1621_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_84
OBJECT=DataField_85
DataFieldName="Cloud_Water_Path"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_85
OBJECT=DataField_86
DataFieldName="Cloud_Water_Path_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_86
OBJECT=DataField_87
DataFieldName="Cloud_Water_Path_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_87
OBJECT=DataField_88
DataFieldName="Cloud_Water_Path_1621_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_88
OBJECT=DataField_89
DataFieldName="Cloud_Water_Path_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_89
OBJECT=DataField_90
DataFieldName="Cloud_Water_Path_16_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_90
OBJECT=DataField_91
DataFieldName="Cloud_Water_Path_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_91
OBJECT=DataField_92
DataFieldName="Cloud_Water_Path_37_PCL"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_92
OBJECT=DataField_93
DataFieldName="Cloud_Effective_Radius_Uncertainty"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_93
OBJECT=DataField_94
DataFieldName="Cloud_Effective_Radius_Uncertainty_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_94
OBJECT=DataField_95
DataFieldName="Cloud_Effective_Radius_Uncertainty_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_95
OBJECT=DataField_96
DataFieldName="Cloud_Optical_Thickness_Uncertainty"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_96
OBJECT=DataField_97
DataFieldName="Cloud_Optical_Thickness_Uncertainty_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_97
OBJECT=DataField_98
DataFieldName="Cloud_Optical_Thickness_Uncertainty_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_98
OBJECT=DataField_99
DataFieldName="Cloud_Water_Path_Uncertainty"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_99
OBJECT=DataField_100
DataFieldName="Cloud_Effective_Radius_Uncertainty_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_100
OBJECT=DataField_101
DataFieldName="Cloud_Optical_Thickness_Uncertainty_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_101
OBJECT=DataField_102
DataFieldName="Cloud_Water_Path_Uncertainty_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_102
OBJECT=DataField_103
DataFieldName="Cloud_Water_Path_Uncertainty_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_103
OBJECT=DataField_104
DataFieldName="Cloud_Water_Path_Uncertainty_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_104
OBJECT=DataField_105
DataFieldName="Above_Cloud_Water_Vapor_094"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_105
OBJECT=DataField_106
DataFieldName="IRW_Low_Cloud_Temperature_From_COP"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_106
OBJECT=DataField_107
DataFieldName="Cloud_Phase_Optical_Properties"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_107
OBJECT=DataField_108
DataFieldName="Cloud_Multi_Layer_Flag"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_108
OBJECT=DataField_109
DataFieldName="Cirrus_Reflectance"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_109
OBJECT=DataField_110
DataFieldName="Cirrus_Reflectance_Flag"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km")
END_OBJECT=DataField_110
OBJECT=DataField_111
DataFieldName="Cloud_Mask_5km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km","Cloud_Mask_5km_Num_Bytes")
END_OBJECT=DataField_111
OBJECT=DataField_112
DataFieldName="Quality_Assurance_5km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_5km","Cell_Across_Swath_5km","QA_Parameter_5km")
END_OBJECT=DataField_112
OBJECT=DataField_113
DataFieldName="Cloud_Mask_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","Cloud_Mask_1km_Num_Bytes")
END_OBJECT=DataField_113
OBJECT=DataField_114
DataFieldName="Extinction_Efficiency_Ice"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Ice","RadTran_NWL")
END_OBJECT=DataField_114
OBJECT=DataField_115
DataFieldName="Asymmetry_Parameter_Ice"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Ice","RadTran_NWL")
END_OBJECT=DataField_115
OBJECT=DataField_116
DataFieldName="Single_Scatter_Albedo_Ice"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Ice","RadTran_NWL")
END_OBJECT=DataField_116
OBJECT=DataField_117
DataFieldName="Extinction_Efficiency_Liq"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Liq","RadTran_NWL")
END_OBJECT=DataField_117
OBJECT=DataField_118
DataFieldName="Asymmetry_Parameter_Liq"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Liq","RadTran_NWL")
END_OBJECT=DataField_118
OBJECT=DataField_119
DataFieldName="Single_Scatter_Albedo_Liq"
DataType=DFNT_FLOAT32
DimList=("RadTran_NRE_Liq","RadTran_NWL")
END_OBJECT=DataField_119
OBJECT=DataField_120
DataFieldName="Cloud_Mask_SPI"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","SPI_nband")
END_OBJECT=DataField_120
OBJECT=DataField_121
DataFieldName="Retrieval_Failure_Metric"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_121
OBJECT=DataField_122
DataFieldName="Retrieval_Failure_Metric_16"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_122
OBJECT=DataField_123
DataFieldName="Retrieval_Failure_Metric_37"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_123
OBJECT=DataField_124
DataFieldName="Retrieval_Failure_Metric_1621"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","RFM_nband")
END_OBJECT=DataField_124
OBJECT=DataField_125
DataFieldName="Atm_Corr_Refl"
DataType=DFNT_INT16
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","ACR_nband")
END_OBJECT=DataField_125
OBJECT=DataField_126
DataFieldName="Quality_Assurance_1km"
DataType=DFNT_INT8
DimList=("Cell_Along_Swath_1km","Cell_Across_Swath_1km","QA_Parameter_1km")
END_OBJECT=DataField_126
END_GROUP=DataField
GROUP=MergedFields
END_GROUP=MergedFields
END_GROUP=SWATH_1
END_GROUP=SwathStructure
GROUP=GridStructure
END_GROUP=GridStructure
GROUP=PointStructure
END_GROUP=PointStructure
END
Number_of_Instrument_Scans : 2030
Maximum_Number_of_1km_Frames : 1354
history : $Id: MOD06_L2.CDL.fs,v 1.13 2013/06/19 15:38:46 wind Exp $
title : MODIS Level 2 Cloud Properties
CoreMetadata_0 :
GROUP = INVENTORYMETADATA
GROUPTYPE = MASTERGROUP
GROUP = ECSDATAGRANULE
OBJECT = REPROCESSINGPLANNED
NUM_VAL = 1
VALUE = "further update is anticipated"
END_OBJECT = REPROCESSINGPLANNED
OBJECT = REPROCESSINGACTUAL
NUM_VAL = 1
VALUE = "processed once"
END_OBJECT = REPROCESSINGACTUAL
OBJECT = LOCALGRANULEID
NUM_VAL = 1
VALUE = "MOD06_L2.A2011349.0550.006.2015056134430.hdf"
END_OBJECT = LOCALGRANULEID
OBJECT = DAYNIGHTFLAG
NUM_VAL = 1
VALUE = "Day"
END_OBJECT = DAYNIGHTFLAG
OBJECT = PRODUCTIONDATETIME
NUM_VAL = 1
VALUE = "2015-02-25T13:44:30.000Z"
END_OBJECT = PRODUCTIONDATETIME
OBJECT = LOCALVERSIONID
NUM_VAL = 1
VALUE = "006"
END_OBJECT = LOCALVERSIONID
END_GROUP = ECSDATAGRANULE
GROUP = MEASUREDPARAMETER
OBJECT = MEASUREDPARAMETERCONTAINER
CLASS = "1"
OBJECT = PARAMETERNAME
NUM_VAL = 1
CLASS = "1"
VALUE = "Cloud_Top_Pressure"
END_OBJECT = PARAMETERNAME
GROUP = QAFLAGS
CLASS = "1"
OBJECT = AUTOMATICQUALITYFLAG
NUM_VAL = 1
CLASS = "1"
VALUE = "Passed"
END_OBJECT = AUTOMATICQUALITYFLAG
OBJECT = AUTOMATICQUALITYFLAGEXPLANATION
NUM_VAL = 1
CLASS = "1"
VALUE = "Passed: >10% useable; Failed: <10% useable"
END_OBJECT = AUTOMATICQUALITYFLAGEXPLANATION
OBJECT = SCIENCEQUALITYFLAG
NUM_VAL = 1
VALUE = "Not Investigated"
CLASS = "1"
END_OBJECT = SCIENCEQUALITYFLAG
OBJECT = SCIENCEQUALITYFLAGEXPLANATION
NUM_VAL = 1
VALUE = "See http://modis-atmos.gsfc.nasa.gov/validation.html for more details on MODIS Atmosphere data quality."
CLASS = "1"
END_OBJECT = SCIENCEQUALITYFLAGEXPLANATION
END_GROUP = QAFLAGS
GROUP = QASTATS
CLASS = "1"
OBJECT = QAPERCENTMISSINGDATA
NUM_VAL = 1
CLASS = "1"
VALUE = 34
END_OBJECT = QAPERCENTMISSINGDATA
END_GROUP = QASTATS
END_OBJECT = MEASUREDPARAMETERCONTAINER
END_GROUP = MEASUREDPARAMETER
GROUP = ORBITCALCULATEDSPATIALDOMAIN
OBJECT = ORBITCALCULATEDSPATIALDOMAINCONTAINER
CLASS = "1"
OBJECT = ORBITNUMBER
NUM_VAL = 1
CLASS = "1"
VALUE = 63782
END_OBJECT = ORBITNUMBER
OBJECT = EQUATORCROSSINGLONGITUDE
NUM_VAL = 1
CLASS = "1"
VALUE = 66.7381601373309
END_OBJECT = EQUATORCROSSINGLONGITUDE
OBJECT = EQUATORCROSSINGTIME
NUM_VAL = 1
CLASS = "1"
VALUE = "06:02:38.314677"
END_OBJECT = EQUATORCROSSINGTIME
OBJECT = EQUATORCROSSINGDATE
NUM_VAL = 1
CLASS = "1"
VALUE = "2011-12-15"
END_OBJECT = EQUATORCROSSINGDATE
END_OBJECT = ORBITCALCULATEDSPATIALDOMAINCONTAINER
END_GROUP = ORBITCALCULATEDSPATIALDOMAIN
GROUP = COLLECTIONDESCRIPTIONCLASS
OBJECT = SHORTNAME
NUM_VAL = 1
VALUE = "MOD06_L2"
END_OBJECT = SHORTNAME
OBJECT = VERSIONID
NUM_VAL = 1
VALUE = 6
END_OBJECT = VERSIONID
END_GROUP = COLLECTIONDESCRIPTIONCLASS
GROUP = INPUTGRANULE
OBJECT = INPUTPOINTER
NUM_VAL = 50
VALUE = ("MOD021KM.A2011349.0550.006.2014224142707.hdf", "MOD03.A2011349.0550.006.2012285042211.hdf", "MOD35_L2.A2011349.0550.006.2015053183118.hdf", "gdas1.PGrbF00.111215.06z", "oisst.20111214", "goge1_2_img.v1", "modisdet.dry.101.lit_end.v3", "
modisdet.ozo.101.lit_end.v3", "modisdet.wts.101.lit_end.v3", "modisdet.wtl.101.lit_end.v3", "modisdet.wco.101.lit_end.v3", "MODCSR_B.A2011345.006.2015055085721.hdf", "gdas1.PGrbF00.111215.00z", "eng.111215", "NISE_SSMISF17_20111215.HDFEOS", "MODIS_Ice_library.hdf.v5", "
MODIS_Water_library.hdf.v4", "MODIS_Ice_library_ws3.hdf.v3", "MODIS_Ice_library_ws3sd.hdf.v4", "MODIS_Ice_library_ws7.hdf.v3", "MODIS_Ice_library_ws7sd.hdf.v4", "MODIS_Ice_library_ws15.hdf.v3", "MODIS_Ice_library_ws15sd.hdf.v4", "MODIS_Water_library_ws3.hdf.v2", "
MODIS_Water_library_ws3sd.hdf.v3", "MODIS_Water_library_ws7.hdf.v2", "MODIS_Water_library_ws7sd.hdf.v3", "MODIS_Water_library_ws15.hdf.v2", "MODIS_Water_library_ws15sd.hdf.v3", "MODIS_Ice_WaterPhaseFunc.hdf.v3", "Transmittance.hdf.v2", "IGBP.EcoMap.NtoS.2004.149.v004.hdf", "
AlbSnwStst.ByNISE.W90.D90.WS.Hemi.2000-2004.YrAvg.hdf", "MCD43GF_wsa_Band1_345_2011.hdf", "MCD43GF_wsa_Band2_345_2011.hdf", "MCD43GF_wsa_Band5_345_2011.hdf", "MCD43GF_wsa_Band6_345_2011.hdf", "MCD43GF_wsa_Band7_345_2011.hdf")
END_OBJECT = INPUTPOINTER
END_GROUP = INPUTGRANULE
GROUP = SPATIALDOMAINCONTAINER
GROUP = HORIZONTALSPATIALDOMAINCONTAINER
GROUP = BOUNDINGRECTANGLE
OBJECT = WESTBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 61.1802672984655
END_OBJECT = WESTBOUNDINGCOORDINATE
OBJECT = NORTHBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 46.8478745744504
END_OBJECT = NORTHBOUNDINGCOORDINATE
OBJECT = EASTBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 92.2994011167516
END_OBJECT = EASTBOUNDINGCOORDINATE
OBJECT = SOUTHBOUNDINGCOORDINATE
NUM_VAL = 1
VALUE = 25.4680100222842
END_OBJECT = SOUTHBOUNDINGCOORDINATE
END_GROUP = BOUNDINGRECTANGLE
END_GROUP = HORIZONTALSPATIALDOMAINCONTAINER
END_GROUP = SPATIALDOMAINCONTAINER
GROUP = RANGEDATETIME
OBJECT = RANGEBEGINNINGDATE
NUM_VAL = 1
VALUE = "2011-12-15"
END_OBJECT = RANGEBEGINNINGDATE
OBJECT = RANGEBEGINNINGTIME
NUM_VAL = 1
VALUE = "05:50:00.000000"
END_OBJECT = RANGEBEGINNINGTIME
OBJECT = RANGEENDINGDATE
NUM_VAL = 1
VALUE = "2011-12-15"
END_OBJECT = RANGEENDINGDATE
OBJECT = RANGEENDINGTIME
NUM_VAL = 1
VALUE = "05:55:00.000000"
END_OBJECT = RANGEENDINGTIME
END_GROUP = RANGEDATETIME
GROUP = PGEVERSIONCLASS
OBJECT = PGEVERSION
NUM_VAL = 1
VALUE = "6.0.83"
END_OBJECT = PGEVERSION
END_GROUP = PGEVERSIONCLASS
GROUP = ANCILLARYINPUTGRANULE
OBJECT = ANCILLARYINPUTGRANULECONTAINER
CLASS = "1"
OBJECT = ANCILLARYINPUTTYPE
NUM_VAL = 1
CLASS = "1"
VALUE = "Geolocation"
END_OBJECT = ANCILLARYINPUTTYPE
OBJECT = ANCILLARYINPUTPOINTER
NUM_VAL = 1
CLASS = "1"
VALUE = "MOD03.A2011349.0550.006.2012285042211.hdf"
END_OBJECT = ANCILLARYINPUTPOINTER
END_OBJECT = ANCILLARYINPUTGRANULECONTAINER
END_GROUP = ANCILLARYINPUTGRANULE
GROUP = ASSOCIATEDPLATFORMINSTRUMENTSENSOR
OBJECT = ASSOCIATEDPLATFORMINSTRUMENTSENSORCONTAINER
CLASS = "1"
OBJECT = ASSOCIATEDSENSORSHORTNAME
CLASS = "1"
NUM_VAL = 1
VALUE = "MODIS"
END_OBJECT = ASSOCIATEDSENSORSHORTNAME
OBJECT = ASSOCIATEDPLATFORMSHORTNAME
CLASS = "1"
NUM_VAL = 1
VALUE = "Terra"
END_OBJECT = ASSOCIATEDPLATFORMSHORTNAME
OBJECT = ASSOCIATEDINSTRUMENTSHORTNAME
CLASS = "1"
NUM_VAL = 1
VALUE = "MODIS"
END_OBJECT = ASSOCIATEDINSTRUMENTSHORTNAME
END_OBJECT = ASSOCIATEDPLATFORMINSTRUMENTSENSORCONTAINER
END_GROUP = ASSOCIATEDPLATFORMINSTRUMENTSENSOR
GROUP = ADDITIONALATTRIBUTES
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "1"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "1"
NUM_VAL = 1
VALUE = "SuccessCloudTopPropRtrPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "1"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "1"
VALUE = " 66.00"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "2"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "2"
NUM_VAL = 1
VALUE = "SuccessCloudPhaseRtrPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "2"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "2"
VALUE = " 65.64"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "4"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "4"
NUM_VAL = 1
VALUE = "LowCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "4"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "4"
VALUE = " 37.16"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "5"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "5"
NUM_VAL = 1
VALUE = "MidCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "5"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "5"
VALUE = " 16.34"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "6"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "6"
NUM_VAL = 1
VALUE = "HighCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "6"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "6"
VALUE = " 12.49"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "7"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "7"
NUM_VAL = 1
VALUE = "ThinCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "7"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "7"
VALUE = " 15.80"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "8"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "8"
NUM_VAL = 1
VALUE = "ThickCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "8"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "8"
VALUE = " 21.24"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "9"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "9"
NUM_VAL = 1
VALUE = "OpaqueCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "9"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "9"
VALUE = " 28.96"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "10"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "10"
NUM_VAL = 1
VALUE = "CirrusCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "10"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "10"
VALUE = " 37.04"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "11"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "11"
NUM_VAL = 1
VALUE = "IceCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "11"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "11"
VALUE = " 11.98"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "12"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "12"
NUM_VAL = 1
VALUE = "WaterCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "12"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "12"
VALUE = " 28.90"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "13"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "13"
NUM_VAL = 1
VALUE = "MixedCloudDetectedPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "13"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "13"
VALUE = " 0.00"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "14"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "14"
NUM_VAL = 1
VALUE = "CloudPhaseUncertainPct_IR"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "14"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "14"
VALUE = " 24.77"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "15"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "15"
NUM_VAL = 1
VALUE = "OceanCoverFractionPct"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "15"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "15"
VALUE = " 0.00"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "16"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "16"
NUM_VAL = 1
VALUE = "LandCoverFractionPct"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "16"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "16"
VALUE = " 100.00"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "17"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "17"
NUM_VAL = 1
VALUE = "SnowCoverFractionPct"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "17"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "17"
VALUE = " 9.28"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "18"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "18"
NUM_VAL = 1
VALUE = "identifier_product_doi"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "18"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "18"
VALUE = "10.5067/MODIS/MOD06_L2.006"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
OBJECT = ADDITIONALATTRIBUTESCONTAINER
CLASS = "19"
OBJECT = ADDITIONALATTRIBUTENAME
CLASS = "19"
NUM_VAL = 1
VALUE = "identifier_product_doi_authority"
END_OBJECT = ADDITIONALATTRIBUTENAME
GROUP = INFORMATIONCONTENT
CLASS = "19"
OBJECT = PARAMETERVALUE
NUM_VAL = 1
CLASS = "19"
VALUE = "http://dx.doi.org"
END_OBJECT = PARAMETERVALUE
END_GROUP = INFORMATIONCONTENT
END_OBJECT = ADDITIONALATTRIBUTESCONTAINER
END_GROUP = ADDITIONALATTRIBUTES
END_GROUP = INVENTORYMETADATA
END
ArchiveMetadata_0 :
GROUP = ARCHIVEDMETADATA
GROUPTYPE = MASTERGROUP
OBJECT = PROCESSINGENVIRONMENT
NUM_VAL = 1
VALUE = "Linux minion5355 2.6.18-400.1.1.el5PAE #1 SMP Thu Dec 18 01:38:34 EST 2014 i686 i686 i386 GNU/Linux"
END_OBJECT = PROCESSINGENVIRONMENT
GROUP = ALGORITHMPACKAGE
OBJECT = ALGORITHMPACKAGEACCEPTANCEDATE
NUM_VAL = 1
VALUE = "June 1997"
END_OBJECT = ALGORITHMPACKAGEACCEPTANCEDATE
OBJECT = ALGORITHMPACKAGEMATURITYCODE
NUM_VAL = 1
VALUE = "at-launch"
END_OBJECT = ALGORITHMPACKAGEMATURITYCODE
OBJECT = ALGORITHMPACKAGENAME
NUM_VAL = 1
VALUE = "ATBD-MOD-04 and ATBD-MOD-05"
END_OBJECT = ALGORITHMPACKAGENAME
OBJECT = ALGORITHMPACKAGEVERSION
NUM_VAL = 1
VALUE = "2"
END_OBJECT = ALGORITHMPACKAGEVERSION
OBJECT = INSTRUMENTNAME
NUM_VAL = 1
VALUE = "Moderate Resolution Imaging Spectroradiometer"
END_OBJECT = INSTRUMENTNAME
OBJECT = LONGNAME
NUM_VAL = 1
VALUE = "MODIS/Terra Clouds 5-Min L2 Swath 1km and 5km"
END_OBJECT = LONGNAME
OBJECT = LOCALINPUTGRANULEID
NUM_VAL = 20
VALUE = ("MOD021KM.A2011349.0550.006.2014224142707.hdf", "MOD03.A2011349.0550.006.2012285042211.hdf", "MOD35_L2.A2011349.0550.006.2015053183118.hdf", "MODCSR_B.A2011345.006.2015055085721.hdf")
END_OBJECT = LOCALINPUTGRANULEID
END_GROUP = ALGORITHMPACKAGE
GROUP = GPOLYGON
OBJECT = GPOLYGONCONTAINER
CLASS = "1"
GROUP = GRING
CLASS = "1"
OBJECT = EXCLUSIONGRINGFLAG
NUM_VAL = 1
CLASS = "1"
VALUE = "N"
END_OBJECT = EXCLUSIONGRINGFLAG
END_GROUP = GRING
GROUP = GRINGPOINT
CLASS = "1"
OBJECT = GRINGPOINTLONGITUDE
NUM_VAL = 4
CLASS = "1"
VALUE = (62.9344974212975, 92.3014689406748, 84.6917617188904, 61.1539304261493)
END_OBJECT = GRINGPOINTLONGITUDE
OBJECT = GRINGPOINTLATITUDE
NUM_VAL = 4
CLASS = "1"
VALUE = (46.8679231573259, 42.6322228862104, 25.3902056575188, 28.5921432323632)
END_OBJECT = GRINGPOINTLATITUDE
OBJECT = GRINGPOINTSEQUENCENO
NUM_VAL = 4
CLASS = "1"
VALUE = (1, 2, 3, 4)
END_OBJECT = GRINGPOINTSEQUENCENO
END_GROUP = GRINGPOINT
END_OBJECT = GPOLYGONCONTAINER
END_GROUP = GPOLYGON
OBJECT = ALGORITHM_VERSION_CLOUD_TOP_PROPERTY_IR
NUM_VAL = 1
VALUE = "1"
END_OBJECT = ALGORITHM_VERSION_CLOUD_TOP_PROPERTY_IR
OBJECT = ALGORITHM_VERSION_CLOUD_PHASE_IR
NUM_VAL = 1
VALUE = "1"
END_OBJECT = ALGORITHM_VERSION_CLOUD_PHASE_IR
OBJECT = ALGORITHM_VERSION_CLOUD_PROPERTY_VIS
NUM_VAL = 1
VALUE = "1"
END_OBJECT = ALGORITHM_VERSION_CLOUD_PROPERTY_VIS
OBJECT = DESCRREVISION
NUM_VAL = 1
VALUE = "6.0"
END_OBJECT = DESCRREVISION
OBJECT = PRODUCTIONHISTORY
NUM_VAL = 1
VALUE = "PGE06:6.0.83"
END_OBJECT = PRODUCTIONHISTORY
END_GROUP = ARCHIVEDMETADATA
END
Clear_Sky_Restoral_Status : y
Collection_4_Phase_Used : n
Ice_Phase_Forced : n
Water_Phase_Forced : n
identifier_product_doi : 10.5067/MODIS/MOD06_L2.006
identifier_product_doi_authority : http://dx.doi.org
dimensions:
Cell_Along_Swath_5km_mod06 = 406
Cell_Across_Swath_5km_mod06 = 270
Band_Number_mod06 = 7
Band_Forcing_mod06 = 5
Band_Ratio_mod06 = 5
Cell_Along_Swath_1km_mod06 = 2030
Cell_Across_Swath_1km_mod06 = 1354
Cloud_Mask_5km_Num_Bytes_mod06 = 2
QA_Parameter_5km_mod06 = 10
Cloud_Mask_1km_Num_Bytes_mod06 = 2
RadTran_NRE_Ice_mod06 = 12
RadTran_NWL_mod06 = 7
RadTran_NRE_Liq_mod06 = 18
SPI_nband_mod06 = 2
RFM_nband_mod06 = 3
ACR_nband_mod06 = 6
QA_Parameter_1km_mod06 = 9
fakeDim17 = 17
variables:
float Latitude ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -90, 90 )
_FillValue : -999.9
long_name : Geodetic Latitude
units : degrees_north
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Latitude
float Longitude ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -180, 180 )
_FillValue : -999.9
long_name : Geodetic Longitude
units : degrees_east
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Longitude
double Scan_Start_Time ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 3155800064 )
_FillValue : -999.9000244140625
long_name : TAI time at start of scan replicated across the swath
units : seconds since 1993-1-1 00:00:00.0 0
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Geolocation data not applicable
hdf_name : Scan_Start_Time
short Solar_Zenith ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Solar Zenith Angle, Cell to Sun
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Zenith
short Solar_Zenith_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Solar Zenith Angle, Cell to Sun, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Zenith_Day
short Solar_Zenith_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Solar Zenith Angle, Cell to Sun, Night Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Zenith_Night
short Solar_Azimuth ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Solar Azimuth Angle, Cell to Sun
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Azimuth
short Solar_Azimuth_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Solar Azimuth Angle, Cell to Sun, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Azimuth_Day
short Solar_Azimuth_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Solar Azimuth Angle, Cell to Sun, Night Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Solar_Azimuth_Night
short Sensor_Zenith ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Sensor Zenith Angle, Cell to Sensor
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Zenith
short Sensor_Zenith_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Sensor Zenith Angle, Cell to Sensor, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Zenith_Day
short Sensor_Zenith_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32768
long_name : Sensor Zenith Angle, Cell to Sensor, Night Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Zenith_Night
short Sensor_Azimuth ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Sensor Azimuth Angle, Cell to Sensor
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Azimuth
short Sensor_Azimuth_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Sensor Azimuth Angle, Cell to Sensor, Day Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Azimuth_Day
short Sensor_Azimuth_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -18000, 18000 )
_FillValue : -32768
long_name : Sensor Azimuth Angle, Cell to Sensor, Night Data Only
units : degrees
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Sensor_Azimuth_Night
short Brightness_Temperature ( Band_Number_mod06, Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Observed Brightness Temperature from Cloudy Averaged Radiances in a 5x5 1-km Pixel Region
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Brightness_Temperature
short Surface_Temperature ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Surface Temperature from Ancillary Data
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Non MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Surface_Temperature
short Surface_Pressure ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 8000, 11000 )
_FillValue : -32768
long_name : Surface Pressure from Ancillary Data
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Non MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Surface_Pressure
byte Cloud_Height_Method ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 1, 6 )
_FillValue : 127
long_name : Index Indicating MODIS Bands Used for Cloud Top Pressure Retrieval
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS are set to mean the following:
1 -- CO2-slicing retrieval, bands 36/35
2 -- CO2-slicing retrieval, bands 35/34
3 -- CO2-slicing retrieval, bands 35/33
4 -- CO2-slicing retrieval, bands 34/33
6 -- IR-window retrieval, band 31
hdf_name : Cloud_Height_Method
short Cloud_Top_Height ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height
short Cloud_Top_Height_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <=32 Degrees (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height_Nadir
short Cloud_Top_Height_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <=32 Degrees, Day Data Only (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height_Nadir_Day
short Cloud_Top_Height_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -32767
long_name : Geopotential Height at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <=32 Degrees, Night Data Only (rounded to nearest 50 m)
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Height_Nadir_Night
short Cloud_Top_Pressure ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure
short Cloud_Top_Pressure_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Nadir
short Cloud_Top_Pressure_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level, Night Data Only (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Night
short Cloud_Top_Pressure_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees (rounded to nearest 5 mb), Night Data Only
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Nadir_Night
short Cloud_Top_Pressure_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level, Day Only (rounded to nearest 5 mb)
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Day
short Cloud_Top_Pressure_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees (rounded to nearest 5 mb), Day Data Only
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Nadir_Day
short Cloud_Top_Temperature ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature
short Cloud_Top_Temperature_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Nadir
short Cloud_Top_Temperature_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level, Night Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Night
short Cloud_Top_Temperature_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees, Night Data Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Nadir_Night
short Cloud_Top_Temperature_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level, Day Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Day
short Cloud_Top_Temperature_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level for Sensor Zenith (View) Angles <= 32 Degrees, Day Data Only
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Temperature_Nadir_Day
short Tropopause_Height ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Tropopause Height from Ancillary Data
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Tropopause_Height
byte Cloud_Fraction ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction
byte Cloud_Fraction_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask for Sensor Zenith (View) Angles <= 32 Degrees
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Nadir
byte Cloud_Fraction_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask, Night Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Night
byte Cloud_Fraction_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask for Sensor Zenith (View) Angles <= 32 Degrees, Night Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Nadir_Night
byte Cloud_Fraction_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask, Day Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Day
byte Cloud_Fraction_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Fraction in Retrieval Region (5x5 1-km Pixels) from 1-km Cloud Mask for Sensor Zenith (View) Angles <= 32 Degrees, Day Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Fraction_Nadir_Day
byte Cloud_Effective_Emissivity ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity
byte Cloud_Effective_Emissivity_Nadir ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval for Sensor Zenith (View) Angles <= 32 Degrees
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Nadir
byte Cloud_Effective_Emissivity_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval, Night Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Night
byte Cloud_Effective_Emissivity_Nadir_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval for Sensor Zenith (View) Angles <= 32 Degrees, Night Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Nadir_Night
byte Cloud_Effective_Emissivity_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval, Day Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Day
byte Cloud_Effective_Emissivity_Nadir_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Effective Emissivity from Cloud Top Pressure Retrieval for Sensor Zenith (View) Angles <= 32 Degrees, Day Data Only
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Effective_Emissivity_Nadir_Day
short Cloud_Top_Pressure_Infrared ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure from IR Window Retrieval
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Cloud_Top_Pressure_Infrared
short Spectral_Cloud_Forcing ( Band_Forcing_mod06, Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( -2000, 2000 )
_FillValue : -32768
long_name : Spectral Cloud Forcing (cloud minus clear radiance)
units : Watts/meter2/steradian/micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
Spectral cloud forcing, cloudy-clear radiance, each channel in order:
36, 35, 34, 33 and 31 for Band_Forcing dimension reference
hdf_name : Spectral_Cloud_Forcing
short Cloud_Top_Pressure_From_Ratios ( Band_Ratio_mod06, Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -32768
long_name : Cloud Top Pressure Levels from Ratios of Bands 36/35, 35/34, 35/33, 34/33 from the CO2-slicing Algorithm
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
Cloud top pressure level solutions in the following array locations:
Band_Ratio:mod06 = 1: MODIS bands 36/35
Band_Ratio:mod06 = 2: MODIS bands 35/34
Band_Ratio:mod06 = 3: MODIS bands 35/33
Band_Ratio:mod06 = 4: MODIS bands 34/33
Band_Ratio:mod06 = 5: Not used
hdf_name : Cloud_Top_Pressure_From_Ratios
short Radiance_Variance ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 20 )
_FillValue : -32768
long_name : Band 31 Radiance Standard Deviation
units : Watts/meter2/steradian/micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : Radiance_Variance
byte Cloud_Phase_Infrared ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase from 8.5 and 11 um Bands
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared
byte Cloud_Phase_Infrared_Night ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase from 8.5 and 11 um Bands, Night Only
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared_Night
byte Cloud_Phase_Infrared_Day ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase from 8.5 and 11 um Bands, Day Only
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared_Day
byte Cloud_Phase_Infrared_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Cloud Phase at 1-km resolution from 8.5- 11 um BTDs and cloud emissivity ratios (12/11, 8.5/11, and 7.2/11 um)
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External geolocation arrays
description : \n
The values in this SDS indicate the following cloud phase:
0 -- cloud free
1 -- water cloud
2 -- ice cloud
3 -- mixed phase cloud
6 -- undetermined phase
hdf_name : Cloud_Phase_Infrared_1km
byte IRP_CTH_Consistency_Flag_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 1 )
_FillValue : 127
long_name : Indicates Cloud_Phase_Infrared_1km results changed to ice from water when cloud_top_method_1km reports valid band 36/35 CO2-slicing result (1=change)
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External geolocation arrays
description : \n
hdf_name : IRP_CTH_Consistency_Flag_1km
byte os_top_flag_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 2 )
_FillValue : 127
long_name : Upper Tropospheric/Lower Stratospheric (UTLS) Cloud Flag at 1-km resolution - valid from -50 to +50 Degrees Latitude
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External geolocation arrays
description : \n
The values in this SDS indicate the following:
0 -- stratospheric cloud test not performed
1 -- stratospheric cloud not indicated
2 -- stratospheric cloud indicated (BTD35-33 > 0.5K)
hdf_name : os_top_flag_1km
short cloud_top_pressure_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 10, 11000 )
_FillValue : -999
long_name : Cloud Top Pressure at 1-km resolution from LEOCAT, Cloud Top Pressure Level rounded to nearest 5 mb
units : hPa
scale_factor : 0.1000000014901161
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_top_pressure_1km
short cloud_top_height_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 18000 )
_FillValue : -999
long_name : Cloud Top Height at 1-km resolution from LEOCAT, Geopotential Height at Retrieved Cloud Top Pressure Level rounded to nearest 50 m
units : meters
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_top_height_1km
short cloud_top_temperature_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -999
long_name : Cloud Top Temperature at 1-km resolution from LEOCAT, Temperature from Ancillary Data at Retrieved Cloud Top Pressure Level
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_top_temperature_1km
byte cloud_emissivity_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 100 )
_FillValue : 127
long_name : Cloud Emissivity at 1-km resolution from LEOCAT Cloud Top Pressure Retrieval
units : unitless
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emissivity_1km
byte cloud_top_method_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 6 )
_FillValue : 127
long_name : Index Indicating the MODIS Band(s) Used to Produce the Cloud Top Pressure Result
units : unitless
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The values in this SDS are set to mean the following:
1 -- CO2-slicing retrieval, bands 36/35
2 -- CO2-slicing retrieval, bands 35/34
3 -- CO2-slicing retrieval, bands 35/33
4 -- CO2-slicing retrieval, bands 34/33
6 -- IR-window retrieval, band 31
hdf_name : cloud_top_method_1km
short surface_temperature_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -999
long_name : Surface Temperature for Each 1-km MODIS Pixel Interplated from Ancillary Data
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Non MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : surface_temperature_1km
short cloud_emiss11_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 11 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss11_1km
short cloud_emiss12_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 12 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss12_1km
short cloud_emiss13_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 13.3 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss13_1km
short cloud_emiss85_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -999
long_name : 8.5 micron Cloud Emissivity at 1-km resolution from LEOCAT for All Clouds
units : unitless
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : cloud_emiss85_1km
short Cloud_Effective_Radius ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius
short Cloud_Effective_Radius_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_PCL
short Cloud_Effective_Radius_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_16
short Cloud_Effective_Radius_16_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_16_PCL
short Cloud_Effective_Radius_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_37
short Cloud_Effective_Radius_37_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_37_PCL
short Cloud_Optical_Thickness ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness
short Cloud_Optical_Thickness_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_PCL
short Cloud_Optical_Thickness_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_16
short Cloud_Optical_Thickness_16_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_16_PCL
short Cloud_Optical_Thickness_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_37
short Cloud_Optical_Thickness_37_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_37_PCL
short Cloud_Effective_Radius_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and band 6(1.6um)from best points: not failed in any way, not marked for clear sky restoral
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_1621
short Cloud_Effective_Radius_1621_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Particle Effective Radius two-channel retrieval using band 7(2.1um) and band 6(1.6um)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : micron
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_1621_PCL
short Cloud_Optical_Thickness_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and band 6(1.6um)from best points: not failed in any way, not marked for clear sky restoral
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_1621
short Cloud_Optical_Thickness_1621_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Cloud Optical Thickness two-channel retrieval using band 7(2.1um) and band 6(1.6um)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : none
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_1621_PCL
short Cloud_Water_Path ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path
short Cloud_Water_Path_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_PCL
short Cloud_Water_Path_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and band 6(1.6um)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_1621
short Cloud_Water_Path_1621_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 7(2.1um) and band 6(1.6um)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_1621_PCL
short Cloud_Water_Path_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_16
short Cloud_Water_Path_16_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 6(1.6um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_16_PCL
short Cloud_Water_Path_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from best points: not failed in any way, not marked for clear sky restoral
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_37
short Cloud_Water_Path_37_PCL ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 10000 )
_FillValue : -9999
long_name : Column Water Path two-channel retrieval using band 20(3.7um) and either band 1(0.65um), 2(0.86um), or 5(1.2um) (specified in Quality_Assurance_1km)from points identified as either partly cloudy from 250m cloud mask test or 1km cloud edges
units : g/m^2
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_37_PCL
short Cloud_Effective_Radius_Uncertainty ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius (from band 7(2.1um)) Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty
short Cloud_Effective_Radius_Uncertainty_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius (from band 6(1.6um) Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty_16
short Cloud_Effective_Radius_Uncertainty_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius (from band 20(3.7um)) Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty_37
short Cloud_Optical_Thickness_Uncertainty ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Optical_Thickness and Cloud_Effective_Radius results
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty
short Cloud_Optical_Thickness_Uncertainty_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Optical_Thickness_16 and Cloud_Effective_Radius_16 results
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty_16
short Cloud_Optical_Thickness_Uncertainty_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Optical_Thickness_37 and Cloud_Effective_Radius_37 results
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty_37
short Cloud_Water_Path_Uncertainty ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m based on the Cloud_Water_Path result
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty
short Cloud_Effective_Radius_Uncertainty_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Effective Particle Radius Relative Uncertainty (Percent) using band 7(2.1um) and band 6(1.6um)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Effective_Radius_Uncertainty_1621
short Cloud_Optical_Thickness_Uncertainty_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Optical Thickness Relative Uncertainty (Percent) using band 7(2.1um) and band 6(1.6um)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Optical_Thickness_Uncertainty_1621
short Cloud_Water_Path_Uncertainty_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent) using band 7(2.1um) and band 6(1.6um)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty_1621
short Cloud_Water_Path_Uncertainty_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m using the VNSWIR-1.6um retrieval
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty_16
short Cloud_Water_Path_Uncertainty_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Cloud Water Path Relative Uncertainty (Percent)from both best points and points identified as cloud edge at 1km resolution or partly cloudy at 250m using the VNSWIR-3.7um retrieval
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Water_Path_Uncertainty_37
short Above_Cloud_Water_Vapor_094 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 1500 )
_FillValue : -9999
long_name : Above-cloud water vapor amount from 0.94um channel, ocean only, tau > 5.
units : cm
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Above_Cloud_Water_Vapor_094
short IRW_Low_Cloud_Temperature_From_COP ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -32768
long_name : Low Cloud Temperature from IR Window retrieval using cloud emissivity based on cloud optical thickness
units : K
scale_factor : 0.009999999776482582
add_offset : -15000
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : Internal geolocation arrays
hdf_name : IRW_Low_Cloud_Temperature_From_COP
byte Cloud_Phase_Optical_Properties ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 4 )
_FillValue : 0
long_name : Cloud Phase Determination Used in Optical Thickness/Effective Radius Retrieval
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The values in this SDS are set to mean the following:
0 -- cloud mask undetermined
1 -- clear sky
2 -- liquid water cloud
3 -- ice cloud
4 -- undetermined phase cloud (but retrieval is attempted as liquid water)
hdf_name : Cloud_Phase_Optical_Properties
byte Cloud_Multi_Layer_Flag ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 9 )
_FillValue : 0
long_name : Cloud Multi Layer Identification From MODIS Shortwave Observations
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
Flag for multi-layer multi-phase cloud situations. Values 2 through 9
indicate the success of various multi-layer cloud tests. Value of 0
indicates no retrieval, value of 1 indicates single layer cloud. The
other values are of increasing confidence level.
hdf_name : Cloud_Multi_Layer_Flag
short Cirrus_Reflectance ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 8000 )
_FillValue : -9999
long_name : Cirrus Reflectance
units : none
scale_factor : 0.000199999994947575
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cirrus_Reflectance
byte Cirrus_Reflectance_Flag ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06 )
valid_range : ( 0, 3 )
_FillValue : -99
long_name : Cirrus Reflectance Flag
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : 0: bad data, 1: non-cirrus pixel, 2: cirrus pixel, 3: contrail pixel
hdf_name : Cirrus_Reflectance_Flag
byte Cloud_Mask_5km ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06, Cloud_Mask_5km_Num_Bytes_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : First Byte of MODIS Cloud Mask Plus Additional Stats for L3 (2nd Byte)
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : \n
Bit fields within each byte are numbered from the left:
7, 6, 5, 4, 3, 2, 1, 0.
The left-most bit (bit 7) is the most significant bit.
The right-most bit (bit 0) is the least significant bit.
First Byte
bit field Description Key
--------- ----------- ---
0 Cloud Mask Flag 0 = Not determined
1 = Determined
2, 1 Unobstructed FOV Quality Flag 00 = Cloudy
01 = Uncertain
10 = Probably Clear
11 = Confident Clear
PROCESSING PATH
---------------
3 Day or Night Path 0 = Night / 1 = Day
4 Sunglint Path 0 = Yes / 1 = No
5 Snow/Ice Background Path 0 = Yes / 1 = No
7, 6 Land or Water Path 00 = Water
01 = Coastal
10 = Desert
11 = Land
Second Byte
--------------------------------------------------------------------------
1, 0 Sun-glint Under CTP Retrieval 00 = No CTP Ret.
01 = No Sun-glint
10 = Sun-glint
3, 2 Snow/Ice Under CTP Retrieval 00 = No CTP Ret.
01 = No Snow/Ice
10 = Snow/Ice
6, 5, 4 Surface Type Under CTP Retrieval 000 = No CTP Ret.
001 = Water
010 = Coast
011 = Desert
100 = Land
101 = Other
7 Day/Night Flag Under CTP Retrieval 01 = Day
hdf_name : Cloud_Mask_5km
byte Quality_Assurance_5km ( Cell_Along_Swath_5km_mod06, Cell_Across_Swath_5km_mod06, QA_Parameter_5km_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : Quality Assurance at 5x5 Resolution
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 3, 2028, 5 )
Cell_Across_Swath_Sampling : ( 3, 1348, 5 )
Geolocation_Pointer : Internal geolocation arrays
description : See MODIS atmosphere QA plan for details
hdf_name : Quality_Assurance_5km
byte Cloud_Mask_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, Cloud_Mask_1km_Num_Bytes_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : MODIS Cloud Mask, L2 MOD06 QA Plan
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : See MODIS atmosphere QA plan for details
hdf_name : Cloud_Mask_1km
float Extinction_Efficiency_Ice ( RadTran_NRE_Ice_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Ice Extinction Efficiency from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Ice CE from the phase functions used to generate the forward lookup tables
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
12 ice effective radii in order: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
55 and 60 microns.
hdf_name : Extinction_Efficiency_Ice
float Asymmetry_Parameter_Ice ( RadTran_NRE_Ice_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Ice Asymmetry Parameter from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Ice Asymmetry Parameter from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
12 ice effective radii in order: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
55 and 60 microns.
hdf_name : Asymmetry_Parameter_Ice
float Single_Scatter_Albedo_Ice ( RadTran_NRE_Ice_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Ice single scatter albedo from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Ice single scatter albedo from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
12 ice effective radii in order: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
55 and 60 microns.
hdf_name : Single_Scatter_Albedo_Ice
float Extinction_Efficiency_Liq ( RadTran_NRE_Liq_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Liquid Water CE from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Liquid Water CE from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
18 liquid water effective radii in order: 2, 4, 5, 6, 7, 8, 9, 10, 12, 14,
16, 18, 20, 22, 24, 26, 28 and 30 microns.
hdf_name : Extinction_Efficiency_Liq
float Asymmetry_Parameter_Liq ( RadTran_NRE_Liq_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Liquid Water Asymmetry Parameter from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Liquid Water Asymmetry Parameter from the phase functions used to generate the
forward lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
18 liquid water effective radii in order: 2, 4, 5, 6, 7, 8, 9, 10, 12, 14,
16, 18, 20, 22, 24, 26, 28 and 30 microns.
hdf_name : Asymmetry_Parameter_Liq
float Single_Scatter_Albedo_Liq ( RadTran_NRE_Liq_mod06, RadTran_NWL_mod06 )
valid_range : ( 0, 1 )
_FillValue : 0
long_name : Liquid Water single scatter albedo from the phase functions used to generate the forward lookup tables
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : MODIS Input
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 7, 1 )
Geolocation_Pointer : Geolocation product not applicable
description : \n
Liquid Water SSA from the phase functions used to generate the forward
lookup tables.
The dimensions in this SDS are as follows:
7 MODIS channels in order: 1, 2, 5, 6, 7, 20 and 31
18 liquid water effective radii in order: 2, 4, 5, 6, 7, 8, 9, 10, 12, 14,
16, 18, 20, 22, 24, 26, 28 and 30 microns.
hdf_name : Single_Scatter_Albedo_Liq
short Cloud_Mask_SPI ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, SPI_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Dispersion in bands 1 (plane 1) and 2 (plane 2) from 250m reflectance statistics of cloud mask
units : percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
hdf_name : Cloud_Mask_SPI
short Retrieval_Failure_Metric ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 7 and either band 1, 2, or 5 (specified in Quality_Assurance_1km)
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric
short Retrieval_Failure_Metric_16 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 6 and either band 1, 2, or 5 (specified in Quality_Assurance_1km)
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric_16
short Retrieval_Failure_Metric_37 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 20 and either band 1, 2, or 5 (specified in Quality_Assurance_1km)
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric_37
short Retrieval_Failure_Metric_1621 ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, RFM_nband_mod06 )
valid_range : ( 0, 20000 )
_FillValue : -9999
long_name : Retrievals and other information for points that failed to retrievevia standard solution logic for retrieval using band 6 and band 7
units : by plane in order: 1-none, 2-micron, 3-percent
scale_factor : 0.009999999776482582
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- Cloud Optical Thickness
2 -- Cloud Effective Radius
3 -- Relative distance of failed retrieval from the library space as
percentage of reflectance
hdf_name : Retrieval_Failure_Metric_1621
short Atm_Corr_Refl ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, ACR_nband_mod06 )
valid_range : ( 0, 16000 )
_FillValue : -9999
long_name : Atmospherically corrected reflectance used during cloud optical and microphysical properties retrieval
units : none
scale_factor : 9.999999747378752e-05
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
The individual planes in this SDS are set to contain the following:
1 -- 0.65um (Rayleigh correction amount is based on 2.1um cloud
effecive radius retrieval)
2 -- 0.86um
3 -- 1.2um
4 -- 1.6um
5 -- 2.1um
6 -- 3.7um
hdf_name : Atm_Corr_Refl
byte Quality_Assurance_1km ( Cell_Along_Swath_1km_mod06, Cell_Across_Swath_1km_mod06, QA_Parameter_1km_mod06 )
valid_range : ( 0, -1 )
_FillValue : 0
long_name : Quality Assurance at 1x1 Resolution
units : none
scale_factor : 1
add_offset : 0
Parameter_Type : Output
Cell_Along_Swath_Sampling : ( 1, 2030, 1 )
Cell_Across_Swath_Sampling : ( 1, 1354, 1 )
Geolocation_Pointer : External MODIS geolocation product
description : \n
Quality Assurance 1km reports on Cloud Optical Properties
algorithm performance. Refer to MOD_PR06OD User Documentation and the
MODIS atmosphere QA plan for complete descriptions and coding examples.
Bit fields within each byte are numbered from the left:
7, 6, 5, 4, 3, 2, 1, 0.
The left-most bit (bit 7) is the most significant bit.
The right-most bit (bit 0) is the least significant bit.
Byte 0 -----------------------------------------------------------------
0 VNSWIR-2.1 Optical Thickness General QA 0 = Not Useful
1 = Useful
2,1 VNSWIR-2.1 Optical Thickness Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
4,3 spare
5 VNSWIR-2.1 Effective Radius General QA 0 = Not Useful
1 = Useful
7,6 VNSWIR-2.1 Effective Radius Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
Byte 1 -----------------------------------------------------------------
0 VNSWIR-2.1 Liquid Water Path General QA 0 = Not Useful
1 = Useful
2,1 VNSWIR-2.1 Liquid Water Path Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
5,4,3 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
6 1.6- 2.1 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
Byte 2 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 VNSWIR- 2.1 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4 Rayleigh Correction 0 = No Correction
1 = Correction
5 Water Vapor Correction 0 = No Correction
1 = Correction
7,6 Band Used for Optical Thickness Retrieval
00 = No attempt
01 = .645 micron
10 = .858 micron
11 = 1.24 micron
Byte 3 -----------------------------------------------------------------
0 Optical Thickness 1.6-2.1 General QA 0 = Not Useful
1 = Useful
2,1 Optical Thickness 1.6-2.1 Condifence QA
00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
3 Effective Radius 1.6-2.1 General QA 0 = Not Useful
1 = Useful
5,4 Effective Radius 1.6-2.1 Confidence QA
00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
6,7 Clear Sky Restoral Type QA
00 = Not Restored
01 = Restored Via Edge detection
10 = Restored Via Spatial Variance
11 = Restored Via 250m Tests
Byte 4 -----------------------------------------------------------------
0 Water Path 1.6-2.1 General QA 0 = Not Useful
1 = Useful
2,1 Water Path 1.6-2.1 Confidence QA 00 = No confidence
01 = Marginal
10 = Good
11 = Very Good
5,4,3 Multi Layer Cloud Flag 000 = Cloud Mask Undet
001 = Decision tree stop
010 = single layer: water
011 = multi layer: water
100 = single layer: ice
101 = multi layer: ice
110 = single layer: unknown
111 = multi layer: unknown
7,6 spare
Byte 5 -----------------------------------------------------------------
0 Phase difference multilayer test result
1 Delta precipitable water multilayer test result
2 Delta precipitable water at 900mb multilayer test result
3 Tau difference VNSWIR-SWIR multilayer test result
4 Pavolonis-Heidinger multilayer test result
7,6,5 spare
Byte 6 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 VNSWIR- 1.6 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4,5,6 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
7 VNSWIR- 1.6 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
Byte 7 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 VNSWIR- 3.7 Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4,5,6 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
7 VNSWIR- 3.7 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
Byte 8 -----------------------------------------------------------------
2,1,0 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
3 1.6- 2.1 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
4,5,6 Retrieval Phase 000 = No Cloud Mask
001 = No Cloud
010 = Water Cloud
011 = Ice Cloud
100 = Unknown Cloud
7 VNSWIR- 2.1 PCL Retrieval Outcome 0 = Failed/No attempt
1 = Successful
hdf_name : Quality_Assurance_1km
float Statistics_1km_sds ( fakeDim17 )
long_name : Granule Statistics for parameters at 1x1 resolution
units : see description attribute
_FillValue : -999
description :
Statistics_1km:
1. Successful Retrieval Rate (%)
2. Land Cover Fraction (%)
3. Water Cover Fraction (%)
4. Snow Cover Fraction (%)
5. Cloud Cover Fraction (%)
6. Water Cloud Detected (%)
7. Ice Cloud Detected (%)
8. Mean of Water Cloud Optical Thickness
9. Mean of Ice Cloud Optical Thickness
10. Mean of Water Cloud Effective Particle Radius (microns)
11. Mean of Ice Cloud Effective Diameter (microns)
12. Mean Liquid Water Cloud Top Pressure (mb)
13. Mean Ice Cloud Top Pressure (mb)
14. Mean Undetermined Cloud Top Pressure (mb)
15. Mean Liquid Water Cloud Top Temperature (K)
16. Mean Ice Cloud Top Temperature (K)
17. Mean Undetermined Cloud Top Temperature (K)
hdf_name : Statistics_1km_sds
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1_modis_ctp_349.png
Type: image/png
Size: 71134 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20171230/a9ff5117/attachment-0001.png>
More information about the ncl-talk
mailing list