netcdf shoc/moreton_bay_nrt/botz.nc { dimensions: time = UNLIMITED; // (1 currently) i = 135; j = 360; k = 26; fileTime = 2040; 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=2040); :_CoordinateAxisType = "n"; :units = "days since 1990-01-01 00:00:00 +10"; double botz(fileTime=2040, 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 = "mb created by JA 02/2011. Southern OBC at grid edge."; :paramhead = "Moreton Bay - intertidal, HAT."; :paramfile = "in.prm"; :ems_version = "v1.0 rev(5996)"; :Conventions = "CF-1.0"; :Run_ID = 1.0; // double }