netcdf shoc/moreton_bay_nrt/raw/mb_simp_cf_2014-03-16.nc { dimensions: time = UNLIMITED; // (24 currently) i = 135; j = 360; k = 26; variables: double zc(k=26); :axis = "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=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); :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=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, 8U, 337U, 126U; // 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, 8U, 337U, 126U; // uint float salt(time=24, 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, 8U, 337U, 126U; // uint float temp(time=24, 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, 8U, 337U, 126U; // uint // global attributes: :title = "SHOC default version"; :paramhead = "Moreton Bay - intertidal, HAT."; :paramfile = "in.prm"; :version = "v1.1 rev(4627)"; :Conventions = "CF-1.0"; :history = "Tue Apr 8 05:23:04 2014: ncrcat -O /home/eReefs/mb/hydro/nrt/mb_simp_cf_2014-03-16.nc /home/eReefs/mb/hydro/nrt/tmp.nc /home/eReefs/mb/hydro/nrt/mb_simp_cf_2014-03-16.nc"; :nco_openmp_thread_number = 1; // int }