netcdf cb03l12_met_1hr { dimensions: time = UNLIMITED ; // (1004 currently) depth = 1 ; lat = 1 ; lon = 1 ; variables: float lon(lon) ; lon:units = "degrees longitude" ; lon:epic_code = 501 ; float lat(lat) ; lat:units = "degrees latitude" ; lat:epic_code = 500 ; float depth(depth) ; depth:units = "meters" ; depth:epic_code = 3 ; int time(time) ; time:units = "days" ; time:epic_code = 624 ; time:reset_yr = 2003 ; time:reset_mo = 7 ; time:reset_da = 16 ; time:reset_hr = 16s ; time:reset_mn = 10s ; time:reset_sc = 0s ; time:rec_period = 3600.f ; int time2(time) ; time2:units = "milliseconds" ; time2:epic_code = 624 ; float wnde(time, depth, lat, lon) ; wnde:long_name = "east wind" ; wnde:units = "m/s" ; float wndn(time, depth, lat, lon) ; wndn:long_name = "north wind" ; wndn:units = "m/s" ; float wavg(time, depth, lat, lon) ; wavg:long_name = "scalar averaged wind speed" ; wavg:units = "m/s" ; float wnds(time, depth, lat, lon) ; wnds:long_name = "wind speed" ; wnds:units = "m/s" ; float wndd(time, depth, lat, lon) ; wndd:long_name = "wind direction" ; wndd:units = "degrees" ; float atmp(time, depth, lat, lon) ; atmp:long_name = "air temperature" ; atmp:units = "degC" ; float stmp(time, depth, lat, lon) ; stmp:long_name = "seacat temperature" ; stmp:units = "degC" ; float scnd(time, depth, lat, lon) ; scnd:long_name = "seacat conductivity" ; scnd:units = "degC" ; float sal(time, depth, lat, lon) ; sal:long_name = "seacat salinity" ; sal:units = "PSU" ; float sigma(time, depth, lat, lon) ; sigma:long_name = "seacat density (sigma-theta)" ; sigma:units = "kg/m^3" ; float hrh(time, depth, lat, lon) ; hrh:long_name = "relative humidity" ; hrh:units = "%" ; float sh(time, depth, lat, lon) ; sh:long_name = "specific humidity" ; sh:units = "g/kg" ; float srad(time, depth, lat, lon) ; srad:long_name = "shortwave radiation" ; srad:units = "W/m^2" ; float lrad(time, depth, lat, lon) ; lrad:long_name = "longwave radiation" ; lrad:units = "W/m^2" ; float bpr(time, depth, lat, lon) ; bpr:long_name = "barometric pressure" ; bpr:units = "mbar" ; float precip(time, depth, lat, lon) ; precip:long_name = "precipitation" ; precip:units = "mm" ; float prate(time, depth, lat, lon) ; prate:long_name = "rain rate" ; prate:units = "mm/hr" ; float u(time, depth, lat, lon) ; u:long_name = "east current from 019" ; u:units = "cm/s" ; float v(time, depth, lat, lon) ; v:long_name = "north current from 019" ; v:units = "cm/s" ; float relwnde(time, depth, lat, lon) ; relwnde:long_name = "east wind relative to 019" ; relwnde:units = "m/s" ; float relwndn(time, depth, lat, lon) ; relwndn:long_name = "north wind relative to 019" ; relwndn:units = "m/s" ; float curspd(time, depth, lat, lon) ; curspd:long_name = "current speed" ; curspd:units = "cm/s" ; float curdir(time, depth, lat, lon) ; curdir:long_name = "current direction" ; curdir:units = "degrees" ; // global attributes: :compliance = "EPIC" ; :experiment = "cblast2003 met time series" ; :platform = "mooring E" ; :instrument = "AsIMet logger 12" ; :Mon Apr 26 13:23:35 2004 = "fltepic cb03l12_met.epic cb03l12_met_1hr.epic nflt 60 ndec 60 badval 9.96921e+36" ; :comments = " " ; }