netcdf shoc/moreton_bay/botz.nc { dimensions: time = UNLIMITED; // (1 currently) i = 135; j = 360; k = 25; fileTime = 304; variables: double longitude(j=360, i=135); :standard_name = "longitude"; :coordinate_type = "longitude"; :projection = "geographic"; :units = "degrees_east"; :long_name = "Longitude"; :_CoordinateAxisType = "Lon"; double latitude(j=360, i=135); :standard_name = "latitude"; :coordinate_type = "latitude"; :projection = "geographic"; :units = "degrees_north"; :long_name = "Latitude"; :_CoordinateAxisType = "Lat"; String fileTime(fileTime=304); :_CoordinateAxisType = "n"; :units = "days since 1990-01-01 00:00:00 +10"; double botz(fileTime=304, j=360, i=135); :standard_name = "depth"; :missing_value = -99.0; // double :positive = "down"; :coordinates = "latitude longitude"; :outside = "9999"; :units = "metre"; :long_name = "Depth of sea-bed"; // global attributes: :title = "SHOC default version"; :paramhead = "Auto grid"; :paramfile = "mb3.prm"; :version = "v1.1 rev(unknown)"; :Conventions = "CF-1.0"; }