netcdf ftpthredds/EASYInit/GECCO/tauu.nc { dimensions: LONGITUDE_U = 360; LATITUDE_T = 160; TRUEMONTH = UNLIMITED; // (600 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=600); :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=600, bnds=2); float TAUU(TRUEMONTH=600, LATITUDE_T=160, LONGITUDE_U=360); :missing_value = -1.0E34f; // float :_FillValue = -1.0E34f; // float :long_name = "Zonal Wind Stress N/m^2"; :history = "From monthly23"; // global attributes: :history = "FERRET V5.70 4-Dec-08FERRET V5.70 8-Dec-08"; }