NetCDF Metadata

netcdf N01.doppler.historical {
dimensions:
	lon = 1 ;
	lat = 1 ;
	rdi_depth = 1 ;
	depth = 30 ;
	time = UNLIMITED ; // (104257 currently)
variables:
	double lat(lat) ;
		lat:long_name = "Latitude" ;
		lat:standard_name = "latitude" ;
		lat:short_name = "lat" ;
		lat:units = "degrees_north" ;
		lat:_FillValue = -999. ;
		lat:valid_range = -90., 90. ;
		lat:Comment = "Coordinate variable" ;
		lat:epic_code = 500 ;
	double lon(lon) ;
		lon:long_name = "Longitude" ;
		lon:standard_name = "longitude" ;
		lon:short_name = "lon" ;
		lon:modulo = 360. ;
		lon:units = "degrees_east" ;
		lon:_FillValue = -999. ;
		lon:valid_range = -180., 180. ;
		lon:Comment = "Coordinate variable" ;
		lon:epic_code = 502 ;
	double rdi_depth(rdi_depth) ;
		rdi_depth:long_name = "Depth" ;
		rdi_depth:standard_name = "depth" ;
		rdi_depth:short_name = "D" ;
		rdi_depth:units = "meters" ;
		rdi_depth:positive = "down" ;
		rdi_depth:_FillValue = -999. ;
		rdi_depth:valid_range = -10000., 100. ;
		rdi_depth:Comment = "Coordinate variable, depth of RDI on mooring" ;
		rdi_depth:epic_code = 3 ;
	double depth(depth) ;
		depth:long_name = "Depth" ;
		depth:standard_name = "depth" ;
		depth:short_name = "D" ;
		depth:units = "meters" ;
		depth:positive = "down" ;
		depth:_FillValue = -999. ;
		depth:valid_range = -10000., 100. ;
		depth:Comment = "Coordinate variable" ;
		depth:epic_code = 3 ;
	double time(time) ;
		time:long_name = "Time" ;
		time:standard_name = "time" ;
		time:short_name = "time" ;
		time:units = "days since 1858-11-17 00:00:00" ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 99999. ;
		time:Comment = "Coordinate variable" ;
		time:epic_code = 624 ;
	float temperature(time, rdi_depth, lat, lon) ;
		temperature:long_name = "Water Temperature" ;
		temperature:standard_name = "sea_water_temperature" ;
		temperature:short_name = "WT" ;
		temperature:ancillary_variables = "temperature_qc" ;
		temperature:_FillValue = -999.f ;
		temperature:units = "celsius" ;
		temperature:valid_range = -0.5f, 30.f ;
		temperature:epic_code = 20 ;
	byte temperature_qc(time, rdi_depth, lat, lon) ;
		temperature_qc:long_name = "Water Temperature QC" ;
		temperature_qc:short_name = "WTQC" ;
		temperature_qc:intent = "data_quality" ;
		temperature_qc:standard_name = "sea_water_temperature data_quality" ;
		temperature_qc:_FillValue = -128b ;
		temperature_qc:units = "1" ;
		temperature_qc:valid_range = -127s, 127s ;
		temperature_qc:flag_values = 0b, 1b, 2b, 4b ;
		temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float current_u(time, depth, lat, lon) ;
		current_u:long_name = "East Current Velocity Component" ;
		current_u:standard_name = "eastward_sea_water_velocity" ;
		current_u:short_name = "u" ;
		current_u:ancillary_variables = "current_u_qc" ;
		current_u:units = "cm/s" ;
		current_u:valid_range = -1000.f, 1000.f ;
		current_u:_FillValue = -9999.f ;
	byte current_u_qc(time, depth, lat, lon) ;
		current_u_qc:long_name = "East Current Velocity Component QC" ;
		current_u_qc:short_name = "UQC" ;
		current_u_qc:intent = "data_quality" ;
		current_u_qc:standard_name = "eastward_sea_water_velocity data_quality" ;
		current_u_qc:_FillValue = -128b ;
		current_u_qc:units = "1" ;
		current_u_qc:valid_range = -127s, 127s ;
		current_u_qc:flag_values = 0b, 1b, 2b, 3b, 4b ;
		current_u_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional below_water_depth questionable" ;
	float current_v(time, depth, lat, lon) ;
		current_v:long_name = "North Current Velocity Component" ;
		current_v:standard_name = "northward_sea_water_velocity" ;
		current_v:short_name = "v" ;
		current_v:ancillary_variables = "current_v_qc" ;
		current_v:_FillValue = -9999.f ;
		current_v:units = "cm/s" ;
		current_v:valid_range = -1000.f, 1000.f ;
	byte current_v_qc(time, depth, lat, lon) ;
		current_v_qc:long_name = "North Current Velocity Component QC" ;
		current_v_qc:short_name = "VQC" ;
		current_v_qc:intent = "data_quality" ;
		current_v_qc:standard_name = "northward_sea_water_velocity data_quality" ;
		current_v_qc:_FillValue = -128b ;
		current_v_qc:units = "1" ;
		current_v_qc:valid_range = -127s, 127s ;
		current_v_qc:flag_values = 0b, 1b, 2b, 3b, 4b ;
		current_v_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional below_water_depth questionable" ;
	float up(time, depth, lat, lon) ;
		up:long_name = "Current Vertical Speed" ;
		up:standard_name = "upward_sea_water_velocity" ;
		up:short_name = "UP" ;
		up:ancillary_variables = "up_qc" ;
		up:units = "cm/s" ;
		up:valid_range = -1000.f, 1000.f ;
		up:_FillValue = -9999.f ;
		up:epic_code = 1204 ;
	byte up_qc(time, depth, lat, lon) ;
		up_qc:long_name = "Current Vertical Velocity Quality" ;
		up_qc:short_name = "UPQ" ;
		up_qc:intent = "data_quality" ;
		up_qc:standard_name = "vertical_sea_water_velocity data_quality" ;
		up_qc:_FillValue = -128b ;
		up_qc:units = "1" ;
		up_qc:valid_range = -127s, 127s ;
		up_qc:flag_values = 0b, 1b, 2b, 3b, 4b ;
		up_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional below_water_depth questionable" ;

// global attributes:
		:title = "Gulf of Maine Ocean Observing System: Realtime Buoy Observations" ;
		:institution = "Department of Physical Oceanography, School of Marine Sciences, University of Maine" ;
		:institution_url = "http://gyre.umeoce.maine.edu" ;
		:history = "Sun Oct 26 15:28:05 2014: ncrcat -d time,50000.00,54917.63542 N01.doppler.historical.nc new.nc\n",
			"Fri May 23 18:52:55 2008: ncrcat -d time,51000.00,54362.69583 N01.doppler.historical.nc new.nc\n",
			"Wed Nov 28 17:24:43 2007: ncrcat -d time,50000.00,54185.9722 N01.doppler.historical.nc new.nc\n",
			"Mon Apr 23 14:59:25 2007: ncrcat -d time,50000.00,53994.8576 N01.doppler.historical.nc new.nc\n",
			"Wed Oct  4 13:03:15 2006: ncrcat -d time,51000.00,53645.6770 N01.doppler.historical.nc new.nc\n",
			"03-Jan-2006 17:01:41:  Downloads from N0103 and N0104 replaced realtime\n",
			"Tue Jan  3 16:19:09 2006: ncrcat new1.nc ../N0104/post-recovery/N0104.doppler.post-recovery.lr.nc new2.nc\n",
			"Tue Jan  3 16:18:33 2006: ncrcat new.nc ../N0103/post-recovery/N0103.doppler.post-recovery.lr.nc new1.nc\n",
			"Tue Jan  3 16:17:46 2006: ncrcat -d time,2430000.00,2453488.7763 N01.doppler.historical.nc new.nc\n",
			"Wed May 11 16:52:21 2005: ncrcat N01.doppler.historical.nc ../N0102/post-recovery/N0102.doppler.post-recovery.lr.nc new.nc\n",
			"Wed May 11 16:32:03 2005: ncrcat -d time,2453160.8368,2453280.8958 N0101.doppler.post-recovery.lr.nc new.nc\n",
			"" ;
		:source = "Ocean Data Acquisition Systems (ODAS) Buoy" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "" ;
		:Conventions = "CF-1.0" ;
		:project = "GOMOOS" ;
		:project_url = "http://gomoos.org" ;
		:contact = "nealp@maine.edu,ljm@umeoce.maine.edu,jevans@umeoce.maine.edu" ;
		:time_zone = "UTC" ;
		:julian_day_convention = "Julian date convention starts at 00:00:00 UTC on 17 November 1858 AD" ;
		:buffer_type = "doppler" ;
		:instrument_number = 0 ;
		:processing = "historical" ;
		:mooring_site_id = "N01" ;
		:mooring_site_desc = "Northeast Channel" ;
		:water_depth = 225 ;
		:adcp_serial_number = "RDILR1884" ;
		:breakout_id = 2 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.8 ;
		:last_mysql_update_index = -1 ;
		:starting_julian_day_number = 53159.875 ;
		:starting_julian_day_string = "2004-06-03 21:00:00" ;
		:ending_julian_day_number = 59210.0416666665 ;
		:ending_julian_day_string = "2020-12-27 01:00:00" ;
		:nco_openmp_thread_number = 1 ;
}

Download | Sensor Information | Software | NERACOOS Gulf of Maine Moorings | NERACOOS Home