netcdf ftpthredds/hamtide/HAMcurrent11a_o1.nc { dimensions: LON = 2881; LAT = 1441; variables: double LON(LON=2881); :units = "degrees_east"; :point_spacing = "even"; :axis = "X"; double LAT(LAT=1441); :units = "degrees_north"; :point_spacing = "even"; :axis = "Y"; float UAMP(LAT=1441, LON=2881); :units = "cm s-1"; :missing_value = -999.0f; // float :_FillValue = -999.0f; // float :long_name = "U Amplitude"; float UPHA(LAT=1441, LON=2881); :units = "degrees"; :missing_value = -999.0f; // float :_FillValue = -999.0f; // float :long_name = "U Phase"; float VAMP(LAT=1441, LON=2881); :units = "cm s-1"; :missing_value = -999.0f; // float :_FillValue = -999.0f; // float :long_name = "V Amplitude"; float VPHA(LAT=1441, LON=2881); :units = "degrees"; :missing_value = -999.0f; // float :_FillValue = -999.0f; // float :long_name = "V Phase"; // global attributes: :history = "FERRET V6.62 9-Feb-11"; :title = "HAMTIDE11a: o1 tidal current velocity componenents (u,v)"; :Conventions = "CF-1.0"; }