netcdf 000691231.234321.wnd { dimensions: time = UNLIMITED ; // (1 currently) height = 40 ; namelen = 31 ; variables: int time(time) ; time:units = "seconds since 1970-1-1 0:00:00 0:00" ; time:long_name = "Times; seconds since 1970" ; 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 ; int interPulsePer ; interPulsePer:units = "nanoseconds" ; interPulsePer:long_name = "Inter Pulse Period" ; float heights(time, height) ; heights:units = "meters" ; heights:long_name = "Height of measured value, MSL" ; float uComp(time, height) ; uComp:units = "meters/second" ; uComp:long_name = "u wind component" ; uComp:missing_value = -999.f ; float vComp(time, height) ; vComp:units = "meters/second" ; vComp:long_name = "v wind component" ; vComp:missing_value = -999.f ; float wComp(time, height) ; wComp:units = "meters/second" ; wComp:long_name = "Vertical velocity (w wind component)" ; wComp:missing_value = -999.f ; float speed(time, height) ; speed:units = "meters/second" ; speed:long_name = "Horizontal wind speed" ; speed:missing_value = -999.f ; float direction(time, height) ; direction:units = "meters/second" ; direction:long_name = "Horizontal wind direction" ; direction:missing_value = -999.f ; float error_estimate(time, height) ; error_estimate:units = "meters/second" ; error_estimate:long_name = "Error estimate" ; error_estimate:missing_value = -999.f ; char method(namelen) ; method:long_name = "Wind calculation method" ; float x_spacing ; // global attributes: :Processing-Method = "a3.c" ; :File-Start-Time = -999 ; :history = "test" ; :File-End-Time = -999 ; }