netcdf 07-Oct-1998_12-00-02 { dimensions: time = UNLIMITED ; // (8 currently) height = 40 ; namelen = 31 ; point = 256 ; receiver = 4 ; pair = 10 ; real_imag = 2 ; variables: int time(time) ; time:long_name = "Times; seconds since 1970" ; time:units = "seconds since 1970-1-1 0:00" ; time:_FillValue = -99999 ; char site(namelen) ; float frequency ; frequency:long_name = "Transmitter Frequency" ; frequency:units = "MHz" ; frequency:_FillValue = -99999.f ; float latitude ; latitude:long_name = "Site latitude; north is positive" ; latitude:units = "Degrees" ; latitude:_FillValue = -99999.f ; latitude:valid_range = -90.f, 90.f ; float longitude ; longitude:long_name = "Site longitude; east is positive" ; longitude:units = "Degrees" ; longitude:_FillValue = -99999.f ; longitude:valid_range = -180.f, 180.f ; short altitude ; altitude:long_name = "Site Altitude" ; altitude:units = "Meters, ASL" ; altitude:_FillValue = -9999s ; char dataType(time) ; dataType:long_name = "Data ID #." ; dataType:_FillValue = "" ; short beamNum(time) ; beamNum:long_name = "Beam Number (0-9)" ; beamNum:_FillValue = -9999s ; short azimuth(time) ; azimuth:long_name = "beam azimuth" ; azimuth:units = "degrees" ; azimuth:_FillValue = -9999s ; azimuth:valid_range = 0s, 360s ; short elevation(time) ; elevation:long_name = "beam elevation" ; elevation:units = "degrees" ; elevation:_FillValue = -9999s ; elevation:valid_range = 0s, 90s ; int interPulsePer(time) ; interPulsePer:long_name = "Inter Pulse Period" ; interPulsePer:units = "nanoseconds" ; interPulsePer:_FillValue = -99999 ; int pulseWid(time) ; pulseWid:long_name = "Pulse Width" ; pulseWid:units = "nanoseconds" ; pulseWid:_FillValue = -99999 ; int startGateDel(time) ; startGateDel:units = "nanoseconds" ; startGateDel:long_name = "Time Delay to the first Gate" ; startGateDel:_FillValue = -99999 ; int gateSpacing(time) ; gateSpacing:units = "nanoseconds" ; gateSpacing:long_name = "Range Gate Spacing" ; gateSpacing:_FillValue = -99999 ; int rxDelay(time) ; rxDelay:units = "nanoseconds" ; rxDelay:long_name = "Receiver delay" ; rxDelay:_FillValue = -99999 ; int numCohIntegs(time) ; numCohIntegs:long_name = "Number of Coherent Integrations" ; numCohIntegs:units = "count" ; numCohIntegs:_FillValue = -99999 ; int numSpecAvg(time) ; numSpecAvg:long_name = "Number of Spectra Avg." ; numSpecAvg:units = "count" ; numSpecAvg:_FillValue = -99999 ; int numFft(time) ; numFft:long_name = "Number of FFT\'s" ; numFft:units = "count" ; numFft:_FillValue = -99999 ; int codeLength(time) ; codeLength:long_name = "Pulse Code Length" ; codeLength:units = "count" ; codeLength:_FillValue = 0 ; char dcOnOff(time) ; dcOnOff:long_name = "DC Filtering (on/off)" ; dcOnOff:_FillValue = "" ; char windowing(time) ; windowing:long_name = "Windowing (on/off)" ; windowing:_FillValue = "" ; float clutterHt(time) ; clutterHt:long_name = "Max Ht. for Clutter Removal" ; clutterHt:units = "meters" ; clutterHt:_FillValue = -99999.f ; float heights(time, height) ; heights:long_name = "height of measured value, MSL" ; heights:units = "meters" ; heights:_FillValue = -99999.f ; heights:valid_range = 0.f, 10000.f ; int status(time, receiver) ; status:_FillValue = 99999999 ; status:valid_range = -999999999, 999999999 ; float correlation(time, height, pair, point, real_imag) ; correlation:_FillValue = -99999.f ; correlation:valid_range = -99999.f, 99999.f ; correlation:units = "counts" ; correlation:long_name = "time series" ; // global attributes: :Processing-Method = "mapr_ts" ; :history = "File creation;" ; :File-Start-Time = 0 ; :File-End-Time = 0 ; }