netcdf SODA_Y2008M11 { dimensions: lonT = 32 ; latT = 28 ; lonU = 32 ; latU = 28 ; lonV = 32 ; latV = 28 ; depth = 40 ; time = 1 ; variables: float temp(time, depth, latT, lonT) ; temp:long_name = "TEMPERATURE" ; temp:units = "deg. C" ; temp:missing_value = NaN ; float salt(time, depth, latT, lonT) ; salt:long_name = "SALINITY" ; salt:units = "ppt" ; salt:missing_value = NaN ; float u(time, depth, latU, lonU) ; u:long_name = "ZONAL VELOCITY" ; u:units = "m/sec" ; u:missing_value = NaN ; float v(time, depth, latV, lonV) ; v:long_name = "MERIDIONAL VELOCITY" ; v:units = "m/sec" ; v:missing_value = NaN ; float ubar(time, latU, lonU) ; ubar:long_name = "ZONAL BAROTROPIC VELOCITY" ; ubar:units = "m/sec" ; ubar:missing_value = NaN ; float vbar(time, latV, lonV) ; vbar:long_name = "MERIDIONAL BAROTROPIC VELOCITY" ; vbar:units = "m/sec" ; vbar:missing_value = NaN ; float taux(time, latU, lonU) ; taux:long_name = "TAU_X" ; taux:units = "N.m-2" ; taux:missing_value = NaN ; float tauy(time, latV, lonV) ; tauy:long_name = "TAU_Y" ; tauy:units = "N.m-2" ; tauy:missing_value = NaN ; float ssh(time, latT, lonT) ; ssh:long_name = "SEA LEVEL HEIGHT" ; ssh:units = "m" ; ssh:missing_value = NaN ; double lonT(lonT) ; lonT:units = "degrees_east" ; double latT(latT) ; latT:units = "degrees_north" ; double lonU(lonU) ; lonU:units = "degrees_east" ; double latU(latU) ; latU:units = "degrees_north" ; double lonV(lonV) ; lonV:units = "degrees_east" ; double latV(latV) ; latV:units = "degrees_north" ; double depth(depth) ; depth:units = "meters" ; double time(time) ; time:units = "days since 1-Jan-2000 00:00:0.0" ; }