// 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 { dimensions: nos = UNLIMITED ; // (46255 currently) chan = 2 ; time = 1 ; variables: float lon(nos) ; lon:long_name = "Longitude" ; lon:units = "Degrees East" ; float lat(nos) ; lat:long_name = "Latitude" ; lat:units = "Degrees" ; float chan(nos, chan) ; chan:long_name = "SDRs Channels 85V 85H" ; chan:units = "Kelvins" ; 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.c" ; :Programmer = "Joline Programmer (jo@host.uni.edu)" ; :Conversion_Date = "01/10/94" ; :time = "Wed Mar 10 06:28:00 1993" ; :double_unix_time = 731744880. ; }