netcdf ftpthredds/EASYInit/ECCO/w.cdf { dimensions: LONGITUDE_T = 360; LATITUDE_T = 160; DEPTH_W2 = 24; bnds = 2; TIME = UNLIMITED; // (132 currently) variables: double LONGITUDE_T(LONGITUDE_T=360); :units = "degrees_east"; :modulo = 360.0; // double :point_spacing = "even"; :axis = "X"; double LATITUDE_T(LATITUDE_T=160); :units = "degrees_north"; :point_spacing = "even"; :axis = "Y"; double DEPTH_W2(DEPTH_W2=24); :units = "meters"; :positive = "down"; :point_spacing = "uneven"; :axis = "Z"; :bounds = "DEPTH_W2_bnds"; double DEPTH_W2_bnds(DEPTH_W2=24, bnds=2); double TIME(TIME=132); :units = "seconds since 1992-01-01 10:00:00"; :time_origin = "01-JAN-1992 10:00:00"; :axis = "T"; :bounds = "TIME_bnds"; double TIME_bnds(TIME=132, bnds=2); float W(TIME=132, DEPTH_W2=24, LATITUDE_T=160, LONGITUDE_T=360); :missing_value = -1.0E23f; // float :_FillValue = -1.0E23f; // float :long_name = "W VELOCITY"; :history = "From iter69w"; :units = "m/sec"; // global attributes: :history = "FERRET V5.70 9-Jun-10"; }