netcdf sub2s1.adcp { dimensions: clength = 285 ; time = UNLIMITED ; // (297 currently) depth = 59 ; variables: char cal(clength) ; long time(time) ; time:long_name = "UNIX time" ; time:units = "seconds" ; time:time_origin = "1-JAN-1970 00:00:00" ; time:_FillValue = -9 ; float longitude(time) ; longitude:units = "degrees" ; float latitude(time) ; latitude:units = "degrees" ; float u(time, depth) ; u:long_name = "zonal velocity (ADCP)" ; u:units = "m/s" ; u:_FillValue = 1e+35.f ; float v(time, depth) ; v:long_name = "merdional velocity (ADCP)" ; v:units = "m/s" ; v:_FillValue = 1e+35.f ; short n_ensem(time, depth) ; n_ensem:long_name = "number of ensembles in bin" ; n_ensem:_FillValue = 0s ; float depth(depth) ; depth:units = "meters" ; // global attributes: :title = "Subduction 2 First survey" ; :creation_time = "Fri Sep 2 15:06:51 1994" ; :fix_file = "sub2s1.smth.cdf" ; :adcp_db = "/r2/sub2/adcp/adcpdb/sub2" ; :Percent_good_threshold = 50s ; }