netcdf shoc/moreton_bay_nrt/raw/mb_simp_cf_2018-03-15.nc { dimensions: time = UNLIMITED; // (1 currently) i = 135; j = 360; k = 26; 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 botz(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"; double time(time=1); :units = "days since 1990-01-01 00:00:00 +10"; :long_name = "Time"; :standard_name = "time"; :coordinate_type = "time"; :_ChunkSizes = 1U; // uint float eta(time=1, 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 float u(time=1, k=26, j=360, i=135); :coordinates = "time zc latitude longitude"; :units = "ms-1"; :long_name = "Eastward current"; :standard_name = "eastward_sea_water_velocity"; :vector_name = "Currents"; :vector_components = "u v"; :valid_range = -100.0f, 100.0f; // float :missing_value = 1.0E35f; // float :_ChunkSizes = 1U, 13U, 180U, 68U; // uint float v(time=1, k=26, j=360, i=135); :coordinates = "time zc latitude longitude"; :units = "ms-1"; :long_name = "Northward current"; :standard_name = "northward_sea_water_velocity"; :vector_name = "Currents"; :vector_components = "u v"; :valid_range = -100.0f, 100.0f; // float :missing_value = 1.0E35f; // float :_ChunkSizes = 1U, 13U, 180U, 68U; // uint float salt(time=1, 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 float temp(time=1, k=26, j=360, i=135); :coordinates = "time zc latitude longitude"; :units = "degrees C"; :long_name = "Temperature"; :valid_range = 0.0f, 40.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"; :shoc_version = "v1.1 rev(5620)"; :Conventions = "CF-1.0"; :Run_ID = 1.0; // double }