netcdf shoc/moreton_bay_nrt/salt.nc { dimensions: i = 135; j = 360; k = 26; time = 34516; variables: double zc(k=26); :axis = "Z"; :coordinate_type = "Z"; :units = "m"; :positive = "up"; :long_name = "Z coordinate"; double longitude(j=360, i=135); :standard_name = "longitude"; :coordinate_type = "longitude"; :projection = "geographic"; :units = "degrees_east"; :long_name = "Longitude"; double latitude(j=360, i=135); :standard_name = "latitude"; :coordinate_type = "latitude"; :projection = "geographic"; :units = "degrees_north"; :long_name = "Latitude"; double time(time=34516); :units = "Day since 1989-12-31T14:00:00Z"; :long_name = "Time"; :standard_name = "time"; :coordinate_type = "time"; :_ChunkSizes = 1U; // uint :calendar = "proleptic_gregorian"; float salt(time=34516, k=26, j=360, i=135); :coordinates = "time zc latitude longitude"; :units = "PSU"; :long_name = "Salinity"; :valid_range = 0.0f, 42.0f; // float :missing_value = 1.0E35f; // float :_ChunkSizes = 1U, 13U, 180U, 68U; // uint // 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 }