netcdf shoc/moreton_bay_nrt/raw/mb_simp_cf_2018-07-11.nc { dimensions: time = UNLIMITED; // (24 currently) i = 135; j = 360; k = 26; variables: double zc(k=26); :long_name = "Z coordinate"; :coordinate_type = "Z"; :units = "m"; :positive = "up"; :axis = "Z"; double longitude(j=360, i=135); :units = "degrees_east"; :standard_name = "longitude"; :long_name = "Longitude"; :coordinate_type = "longitude"; :projection = "geographic"; double latitude(j=360, i=135); :units = "degrees_north"; :long_name = "Latitude"; :standard_name = "latitude"; :coordinate_type = "latitude"; :projection = "geographic"; double botz(j=360, i=135); :long_name = "Depth of sea-bed"; :standard_name = "depth"; :positive = "down"; :coordinates = "latitude longitude"; :outside = "9999"; :missing_value = -99.0; // double :units = "metre"; double time(time=24); :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=24, j=360, i=135); :valid_range = -10.0f, 10.0f; // float :positive = "up"; :units = "metre"; :coordinates = "time latitude longitude"; :long_name = "Surface elevation"; :standard_name = "sea_surface_height_above_sea_level"; :missing_value = 1.0E35f; // float :_ChunkSizes = 1U, 360U, 135U; // uint float u(time=24, 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=24, 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=24, k=26, j=360, i=135); :units = "PSU"; :long_name = "Salinity"; :coordinates = "time zc latitude longitude"; :valid_range = 0.0f, 42.0f; // float :missing_value = 1.0E35f; // float :_ChunkSizes = 1U, 13U, 180U, 68U; // uint float temp(time=24, k=26, j=360, i=135); :units = "degrees C"; :long_name = "Temperature"; :coordinates = "time zc latitude longitude"; :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"; :Conventions = "CF-1.0"; :shoc_version = "v1.1 rev(5620)"; :Run_ID = 1.0; // double }