netcdf ftpthredds/hamtide/s2.hamtide11a.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 RE(LAT=1441, LON=2881); :units = "cm"; :missing_value = -999.0f; // float :_FillValue = -999.0f; // float :long_name = "AMPL*cos(PHAS)"; float IM(LAT=1441, LON=2881); :units = "cm"; :missing_value = -999.0f; // float :_FillValue = -999.0f; // float :long_name = "AMPL*sin(PHAS)"; float AMPL(LAT=1441, LON=2881); :units = "cm"; :missing_value = -999.0f; // float :_FillValue = -999.0f; // float :long_name = "Amplitude"; float PHAS(LAT=1441, LON=2881); :units = "degrees"; :missing_value = -999.0f; // float :_FillValue = -999.0f; // float :long_name = "Phase"; // global attributes: :history = "FERRET V6.62 03-Feb-10"; :title = "HAMTIDE11a: s2 ocean tide"; :Conventions = "CF-1.0"; }