netcdf shoc/moreton_bay_nrt/eta.nc { dimensions: i = 135; j = 360; k = 26; time = 34516; variables: 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 eta(time=34516, j=360, i=135); :coordinates = "time latitude longitude"; :long_name = "Surface elevation"; :standard_name = "sea_surface_height_above_sea_level"; :valid_range = -10.0f, 10.0f; // float :missing_value = 1.0E35f; // float :positive = "up"; :units = "metre"; :_ChunkSizes = 1U, 360U, 135U; // 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 }