// Note: This is NOT a draft for a conventions standard, but only an example // for discussion by NUWG, put here temporarily for access convenience. netcdf f-11_06608_misdrs.hires.tri { dimensions: chan = 2 ; lon = 172 ; lat = 344 ; time = 1 ; variables: float chan(lat, lon, chan) ; chan:long_name = "SDRs Channels (85V 85H)" ; chan:Units = "Kelvins" ; chan:Fill_Value = -9999.f ; float lon(lon) ; lon:long_name = "Longitude" ; lon:Units = "Degrees" ; float lat(lat) ; lat:long_name = "Latitude" ; lat:Units = "Degrees" ; double time(time) ; time:units = "seconds since (1/1/1970 00:00:00 UTC)" ; time:long_name = "seconds since (1/1/1970 00:00:00 UTC)" ; // global attributes: :Software = "misdrs_hires.pro" ; :Programmer = "Tom Terrific (tom@host.uni.edu)" ; :Conversion = "Jan 10, 1994" ; :time = "Wed Mar 10 06:28:00 1993" ; :double_unix_time = 731744880. ; }