AuxClim_ADS

binary record "AuxClim_ADS"
idfield namedefinition
0num_datetime_ranges
binary int16size: 2
Number of DateTime ranges used by this climatology (Typical values: 3 or 12)
1climdate
binary array[dim_0]
List of Num_DateTime_Ranges structures containing the climatology as a function of Latitude, Longitude and Altitude for a series of dates.

dim_0: int(:/../num_datetime_ranges)
binary record
idfield namedefinition
0startdatetime
binary timesize: 12
Start of timerange for which this data should be used

unit: "s since 2000-01-01"

value: float(./days) * 86400 + float(./seconds) + float(./microseconds) / 1000000
binary recordsize: 12
ENVISAT binary datetime

idfield namedefinition
0days
binary int32size: 4
days since January 1st, 2000 (may be negative)

unit: "days since 2000-01-01"
1seconds
binary uint32size: 4
seconds since start of day

unit: "s"
2microseconds
binary uint32size: 4
microseconds since start of second

unit: "1e-6 s"
1enddatetime
binary timesize: 12
End of timerange for which this data should be used

unit: "s since 2000-01-01"

value: float(./days) * 86400 + float(./seconds) + float(./microseconds) / 1000000
binary recordsize: 12
ENVISAT binary datetime

idfield namedefinition
0days
binary int32size: 4
days since January 1st, 2000 (may be negative)

unit: "days since 2000-01-01"
1seconds
binary uint32size: 4
seconds since start of day

unit: "s"
2microseconds
binary uint32size: 4
microseconds since start of second

unit: "1e-6 s"
2num_latitude_ranges
binary int16size: 2
Number of Latitude ranges used by this climatology (Typical values: 18 or 90)
3climlat
binary array[dim_0]
List of Num_Latitude_Ranges structures containing the climatology as a function of Longitude and Altitude for the given date and latitude.

dim_0: int(:/../num_latitude_ranges)
binary record
idfield namedefinition
0startlatitude
binary int32 (double)size: 4
Start of latitude range for which this data should be used

unit: "1e-6 degrees_north"

converted unit: "degrees_north" (multiply by 1/1000000)
1endlatitude
binary int32 (double)size: 4
Emd of latitude range for which this data should be used

unit: "1e-6 degrees_north"

converted unit: "degrees_north" (multiply by 1/1000000)
2num_longitude_ranges
binary int16size: 2
Number of Longitude ranges used by this climatology (Typical values: 36 or 180)
3climlon
binary array[dim_0]
List of Num_Longitude_Ranges structures containing the climatology as a function of Altitude for the given date, latitude and longitude.

dim_0: int(:/../num_longitude_ranges)
binary record
idfield namedefinition
0startlongitude
binary int32 (double)size: 4
Start of longitude range for which this data should be used

unit: "1e-6 degrees_east"

converted unit: "degrees_east" (multiply by 1/1000000)
1endlongitude
binary int32 (double)size: 4
Emd of longitude range for which this data should be used

unit: "1e-6 degrees_east"

converted unit: "degrees_east" (multiply by 1/1000000)
2num_altitude_ranges
binary int16size: 2
Number of altitude ranges used by this climatology (Typical values: 4 or 10)
3climalt
binary array[dim_0]
List of Num_Altitude_Ranges structures containing the climatology for the given date, latitude, longitude and altitude.

dim_0: int(:/../num_altitude_ranges)
binary recordsize: 16
idfield namedefinition
0startaltitude
binary int32size: 4
Start of altitude range for which this data should be used

unit: "m"
1endaltitude
binary int32size: 4
End of altitude range for which this data should be used

unit: "m"
2s
binary int32 (double)size: 4
extinction-to-backscatter ratio

unit: "1e-3 sr"

converted unit: "sr" (multiply by 1/1000)
3s_stdev
binary int32 (double)size: 4
standard deviation in the reported extinction-to-backscatter ratio

unit: "1e-3 sr"

converted unit: "sr" (multiply by 1/1000)