netcdf mcat1326_1d { dimensions: time = UNLIMITED ; // (375 currently) depth = 1 ; lat = 1 ; lon = 1 ; variables: float lon(lon) ; lon:units = "degrees" ; lon:epic_code = 501 ; float lat(lat) ; lat:units = "degrees" ; lat:epic_code = 500 ; float depth(depth) ; depth:units = "meters" ; depth:epic_code = 1 ; long time(time) ; time:units = "days" ; time:epic_code = 624 ; time:reset_yr = 2000s ; time:reset_mo = 9s ; time:reset_da = 28s ; time:reset_hr = 16s ; time:reset_mn = 0s ; time:reset_sc = 1s ; time:rec_period = 86400.f ; long time2(time) ; time2:units = "milliseconds" ; time2:epic_code = 624 ; float temp(time, depth, lat, lon) ; temp:long_name = "temperature" ; temp:units = "degC" ; float cond(time, depth, lat, lon) ; cond:long_name = "conductivity" ; cond:units = "S/m" ; float sal(time, depth, lat, lon) ; sal:long_name = "salinity" ; sal:units = "PSU" ; float sigma(time, depth, lat, lon) ; sigma:long_name = "density (sigma-theta)" ; sigma:units = "kg/m^3" ; // global attributes: :compliance = "EPIC" ; :experiment = "Stratus1" ; :platform = "mooring" ; :instrument_type = "mcat (sbe-37)" ; :instrument_number = "1326" ; :COORD_SYSTEM = "GEOGRAPHICAL" ; :DATA_TYPE = "TIME" ; :Mon Jan 14 15:04:56 2002 = "mcattoepic /SCDROM/sbe-37/1326.asc mcat1326.epic" ; :comments = "1 day average from original sample rate." ; :Fri Oct 4 13:26:45 2002 = "epic_truncate ../epic/mcat1326.epic ../epic/mcat1326.epic 3547 147402 [IDL]" ; :Mon May 23 06:53:27 2005 = "/usr/local/epictools/gridepic mcat1326.epic mcat1326_1d.epic badval -99.99" ; }