SEACOOS CDL v2.0 December 9, 2004 23 wdir: standard_name = "wind_from_direction"; wdir: units = "degrees"; wdir: reference = "clockwise from true north"; wdir: valid_range = 0.,360.; wdir: z = 45; float atemp(time); atemp: long_name = "Air temperature"; atemp: standard_name = "air_temperature"; atemp: units = "degrees Celsius"; atemp: z = 24; float SST(time); SST: long_name = "Sea Surface Temperature"; SST: standard_name = "sea_surface_temperature"; SST: units = "degrees Celsius"; SST: z = -5; // global attributes:   // (use all for adopted SEACOOS CDL v2.0) :format_category = "fixed-point"; data: time = 1062804600,1062808200,1062810000,1062811800; lon = -82.543; lat = 18.462702; z = 45, 24, -5; wspd =   9.80, 12.63, 16.52, 18.97; wdir =  88.8,103.6,112.7,105.0; atemp =  27.00, 27.23, 27.05, 26.97; SST =  28.11, 28.17, 28.17, 28.35; }