netcdf ftpthredds/EASYInit/ECCO/tauu.cdf { dimensions: LONGITUDE_U = 360; LATITUDE_T = 160; TRUEMONTH = UNLIMITED; // (132 currently) bnds = 2; variables: double LONGITUDE_U(LONGITUDE_U=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 TRUEMONTH(TRUEMONTH=132); :units = "DAYS since 1900-01-01 00:00:00"; :time_origin = "01-JAN-1900 00:00:00"; :axis = "T"; :bounds = "TRUEMONTH_bnds"; double TRUEMONTH_bnds(TRUEMONTH=132, bnds=2); float TAUU(TRUEMONTH=132, LATITUDE_T=160, LONGITUDE_U=360); :missing_value = -1.0E34f; // float :_FillValue = -1.0E34f; // float :long_name = "USTRESS"; :long_name_mod = "regrid: on T@AVE"; :history = "From 69_monthly"; // global attributes: :history = "FERRET V5.70 9-Jun-10"; }