NetCDF Metadata

netcdf E01.doppler.historical {
dimensions:
	lon = 1 ;
	lat = 1 ;
	rdi_depth = 1 ;
	depth = 30 ;
	time = UNLIMITED ; // (171784 currently)
variables:
	double lat(lat) ;
		lat:long_name = "Latitude" ;
		lat:standard_name = "latitude" ;
		lat:short_name = "lat" ;
		lat:units = "degrees_north" ;
		lat:scale_factor = 1. ;
		lat:add_offset = 0. ;
		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:scale_factor = 1. ;
		lon:add_offset = 0. ;
		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:scale_factor = 1. ;
		rdi_depth:add_offset = 0. ;
		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:scale_factor = 1. ;
		depth:add_offset = 0. ;
		depth:_FillValue = -999. ;
		depth:valid_range = -10000., 100. ;
		depth:Comment = "Coordinate variable" ;
		depth:epic_code = 3 ;
	double time(time) ;
		time:long_name = "Time" ;
		time:short_name = "time" ;
		time:units = "days since 1858-11-17 00:00:00" ;
		time:scale_factor = 1. ;
		time:add_offset = 0. ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 99999. ;
		time:Comment = "Coordinate variable" ;
		time:epic_code = 624 ;
		time:standard_name = "time" ;
	float temperature(time, rdi_depth, lat, lon) ;
		temperature:long_name = "Water Temperature" ;
		temperature:standard_name = "sea_water_temperature" ;
		temperature:short_name = "WT" ;
		temperature:scale_factor = 1. ;
		temperature:add_offset = 0. ;
		temperature:_FillValue = -999.f ;
		temperature:units = "celsius" ;
		temperature:valid_range = -0.5f, 30.f ;
		temperature:is_dead = 0 ;
		temperature:epic_code = 20 ;
		temperature:ancillary_variables = "temperature_qc" ;
	byte temperature_qc(time, rdi_depth, lat, lon) ;
		temperature_qc:long_name = "Water Temperature QC" ;
		temperature_qc:short_name = "WTQC" ;
		temperature_qc:scale_factor = 1. ;
		temperature_qc:add_offset = 0. ;
		temperature_qc:_FillValue = -128b ;
		temperature_qc:units = "1" ;
		temperature_qc:valid_range = -127s, 127s ;
		temperature_qc:sensor_depth = 2. ;
		temperature_qc:flag_values = 0b, 1b, 2b ;
		temperature_qc:flag_meanings = 0b ;
		temperature_qc:intent = "data_quality" ;
		temperature_qc:standard_name = "temperature data_quality" ;
	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:scale_factor = 1.f ;
		current_u:add_offset = 0.f ;
		current_u:units = "cm/s" ;
		current_u:valid_range = -1000.f, 1000.f ;
		current_u:_FillValue = -999.f ;
		current_u:is_dead = 0. ;
		current_u:sensor_depth = 2. ;
		current_u:ancillary_variables = "current_u_qc" ;
	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:_FillValue = -128b ;
		current_u_qc:units = "1" ;
		current_u_qc:valid_range = -127s, 127s ;
		current_u_qc:sensor_depth = 2. ;
		current_u_qc:flag_values = 0b, 1b, 2b, 3b ;
		current_u_qc:flag_meanings = 0b ;
		current_u_qc:intent = "data_quality" ;
		current_u_qc:standard_name = "current_u data_quality" ;
	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:scale_factor = 1.f ;
		current_v:add_offset = 0.f ;
		current_v:_FillValue = -999.f ;
		current_v:units = "cm/s" ;
		current_v:valid_range = -1000.f, 1000.f ;
		current_v:is_dead = 0. ;
		current_v:sensor_depth = 2. ;
		current_v:ancillary_variables = "current_v_qc" ;
	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:_FillValue = -128b ;
		current_v_qc:units = "1" ;
		current_v_qc:valid_range = -127s, 127s ;
		current_v_qc:sensor_depth = 2. ;
		current_v_qc:flag_values = 0b, 1b, 2b, 3b ;
		current_v_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional below_effective_water_depth" ;
		current_v_qc:intent = "data_quality" ;
		current_v_qc:standard_name = "current_v data_quality" ;
	float up(time, depth, lat, lon) ;
		up:long_name = "Current Vertical Speed" ;
		up:standard_name = "upward_sea_water_velocity" ;
		up:short_name = "UP" ;
		up:scale_factor = 1. ;
		up:add_offset = 0. ;
		up:units = "cm/s" ;
		up:valid_range = -1000.f, 1000.f ;
		up:_FillValue = -999.f ;
		up:epic_code = 1204 ;
		up:ancillary_variables = "up_qc" ;
	byte up_qc(time, depth, lat, lon) ;
		up_qc:long_name = "Current Vertical Velocity Quality" ;
		up_qc:short_name = "UPQ" ;
		up_qc:scale_factor = 1. ;
		up_qc:add_offset = 0. ;
		up_qc:_FillValue = -128b ;
		up_qc:units = "1" ;
		up_qc:valid_range = -127s, 127s ;
		up_qc:below_water_depth = 2b ;
		up_qc:flag_values = 0b, 1b, 2b, 3b ;
		up_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional below_effective_water_depth" ;
		up_qc:intent = "data_quality" ;
		up_qc:standard_name = "up data_quality" ;

// 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 = "Sat Dec 11 18:52:19 2021: ncrcat -d time,51000.00,58636.63472 E01.doppler.historical.nc new.nc\n",
			"Fri Jul 26 15:49:02 2019: ncrcat -d time,51000.00,58096.00 new.nc new1.nc\n",
			"Fri Jul 26 15:45:31 2019: ncrcat -d time,51000.00,57179.69792 E01.doppler.historical.nc new.nc\n",
			"Fri Jul 19 18:40:04 2019: ncrcat -d time,51000.00,58390.07639 E01.doppler.historical.nc new.nc\n",
			"Fri Jun 26 15:17:04 2015: ncrcat -d time,51000.00,56810.71665 E01.doppler.historical.nc new.nc\n",
			"Sat Jul 12 19:09:06 2014: ncrcat -d time,51000.00,56467.694444 E01.doppler.historical.nc new.nc\n",
			"Tue Jul 10 17:05:17 2012: ncrcat -d time,50000.00,55349.92708 E01.doppler.historical.nc new.nc\n",
			"Tue May  1 19:17:01 2012: ncrcat -d time,50000.00,55349.92708 E01.doppler.historical.nc new.nc\n",
			"Tue Aug 17 17:14:09 2010: ncrcat -d time,50000.00,55090.00764 E01.doppler.historical.nc new.nc\n",
			"Wed Nov 25 20:15:04 2009: ncrcat -d time,51000.00,54912.11111 E01.doppler.historical.nc new.nc\n",
			"Thu Apr  9 18:14:53 2009: ncrcat -d time,51000.00,54577.82292 E01.doppler.historical.nc new.nc\n",
			"Wed May 28 13:57:58 2008: ncrcat -d time,51000.00,54361.489583 E01.doppler.historical.nc new.nc\n",
			"Tue Nov 20 20:37:46 2007: ncrcat -d time,51000.00,54229.99542 E01.doppler.historical.nc new.nc\n",
			"Tue May 15 16:46:12 2007: ncrcat -d time,50000.01,53990.555 E01.doppler.historical.nc new.nc\n",
			"Fri Oct 13 20:23:21 2006: ncrcat -d time,50000.01,53284.7986 E01.doppler.historical.nc new.nc\n",
			"16-Dec-2005 14:14:15:  Added E0114 and E0115 post-recovery\n",
			"Fri Dec 16 14:10:21 2005: ncrcat -d time,2420000.00,2453427.2917 E01.doppler.historical.nc new.nc\n",
			"Fri May 13 16:55:28 2005: ncrcat new2.nc ../E0110/post-recovery/E0110.doppler.post-recovery.nc new3.nc\n",
			"Fri May 13 16:51:31 2005: ncrcat new1.nc ../E0106/post-recovery/E0106.doppler.post-recovery.nc new2.nc\n",
			"Fri May 13 16:51:18 2005: ncrcat new.nc ../E0105/post-recovery/E0105.doppler.post-recovery.nc new1.nc\n",
			"Fri May 13 16:50:55 2005: ncrcat -d time,2410000.00,2452627.7708 E01.doppler.historical.nc new.nc\n",
			"10-Jan-2004 19:04:24:  Provisionally appended E0107 realtime data starting at julian date 2452283.83333\n",
			"29-Oct-2003 18:23:01:  Provisionally appended E0106 data\n",
			"13-Jul-2003 16:14:34:  Temperature quality had been defined with depth as a dimension instead of rdi_depth, fixed it.\n",
			"27-Jun-2003 13:02:13:  Added ancillary_variables, intent attributes for CF compliance.\n",
			"08-Apr-2003 14:45:32:  Velocities below effective water depth marked with quality flag 3.\n",
			"07-Apr-2003 15:56:40:  Moved temperature back to celsius.  Moved current_u, current_v, up back to cm/s.\n",
			"01-Apr-2003 22:00:00:  Appended data from E0105.doppler.post-recovery.nc starting at index 9988.\n",
			"Tue Apr  1 21:58:54 2003: ncrcat /data/gomoos/buoy/E01/E01.doppler.historical.nc ../E0105/E0105.doppler.post-recovery.nc e.nc\n",
			"" ;
		:source = "surface observation" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "processed with MATLAB" ;
		:latitude = 43.714451 ;
		:longitude = -69.359253 ;
		: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 = "E01" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:water_depth = 100. ;
		:breakout_id = 2 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.8 ;
		:last_mysql_update_index = -1 ;
		:starting_julian_day_number = 52099.5833333335 ;
		:starting_julian_day_string = "2001-07-09 14:00:00" ;
		:ending_julian_day_number = 59800.5 ;
		:ending_julian_day_string = "2022-08-09 12:00:00" ;
		:adcp_effective_water_depth = 91.9 ;
		:nco_openmp_thread_number = 1 ;
}

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