netcdf ftpthredds/EASYInit/ECCO/ssh.cdf { dimensions: LONGITUDE_T = 360; LATITUDE_T = 160; TRUEMONTH = UNLIMITED; // (132 currently) bnds = 2; 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 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 ZETA(TRUEMONTH=132, LATITUDE_T=160, LONGITUDE_T=360); :missing_value = -1.0E23f; // float :_FillValue = -1.0E23f; // float :long_name = "SEA SURFACE HEIGHT"; :long_name_mod = "regrid: HFL[D=69_monthly] on T@AVE"; :history = "From iter69ps_monthly"; :units = "m"; // global attributes: :history = "FERRET V5.70 9-Jun-10"; }