SEACOOS CDL v2.0
December 9, 2004
29
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 CDL v2.0)
:format_category = "moving-point-2D";
data:
time = 1062804600,1062808200,1062810000,1062811800;
lat = 24.17, 24.29, 24.35, 24.41;
lon = -82.83, -82.90, -83.97, -84.04;
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;
}