netcdf HRDL_iop12-example { dimensions: record = 6034 ; gate = 92 ; variables: byte scan_type ; scan_type:description = "0=point,1=ppi,2=rhi" ; scan_type:units = "unitless" ; float latitude ; latitude:description = "Platform Latitude" ; latitude:units = "degrees" ; float longitude ; longitude:description = "Platform Longitude" ; longitude:units = "degrees" ; float altitude ; altitude:description = "Platform altitude ASL" ; altitude:units = "meters" ; float prf ; prf:description = "Pulse Repetition Frequency" ; prf:units = "Hz" ; short num_pulses_ave ; num_pulses_ave:description = "Number of pulses averaged per record" ; num_pulses_ave:units = "unitless" ; float wavelength ; wavelength:description = "Laser wavelength" ; wavelength:units = "micrometers" ; short start_year ; start_year:description = "Year of first record" ; start_year:units = "UTC" ; byte start_month ; start_month:description = "Month of first record" ; start_month:units = "UTC" ; byte start_day ; start_day:description = "Day of first record" ; start_day:units = "UTC" ; byte start_hour ; start_hour:description = "Hour of first record" ; start_hour:units = "UTC" ; byte start_minute ; start_minute:description = "Minute of first record" ; start_minute:units = "UTC" ; float start_second ; start_second:description = "Second of first record" ; start_second:units = "UTC" ; float time_offset(record) ; time_offset:description = "Time offset from first record" ; time_offset:units = "seconds" ; float azimuth(record) ; azimuth:description = "Beam azimuth" ; azimuth:units = "degrees" ; float elevation(record) ; elevation:description = "Beam elevation" ; elevation:units = "degrees" ; float range(gate) ; range:description = "range from lidar to beginning of gate" ; range:units = "meters" ; float velocity(gate, record) ; velocity:description = "Radial velocity" ; velocity:units = "m/s" ; float Intensity(gate, record) ; Intensity:units = "Uncalibrated" ; Intensity:description = "Intensity" ; // global attributes: :Description = "This file contains Doppler lidar data" ; :Instrument = "NOAA/ETL Scanning High Resolution Doppler Lidar (HRDL)" ; :experiment = "CASES99" ; data: }