NetCDF Metadata

netcdf B01.doppler.historical {
dimensions:
	lon = 1 ;
	lat = 1 ;
	rdi_depth = 1 ;
	depth = 30 ;
	time = UNLIMITED ; // (175405 currently)
variables:
	double lat(lat) ;
		lat:long_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 ;
		lat:standard_name = "latitude" ;
	double lon(lon) ;
		lon:long_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 ;
		lon:standard_name = "longitude" ;
	double rdi_depth(rdi_depth) ;
		rdi_depth:long_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 ;
		rdi_depth:standard_name = "depth" ;
	double depth(depth) ;
		depth:long_name = "Bin 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 ;
		depth:standard_name = "depth" ;
	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: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: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 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 = -9999.f ;
		current_u:epic_code = 1205 ;
		current_u:ancillary_variables = "current_u_qc" ;
	byte current_u_qc(time, depth, lat, lon) ;
		current_u_qc:long_name = "East Velocity Quality" ;
		current_u_qc:short_name = "UQ" ;
		current_u_qc:_FillValue = -128b ;
		current_u_qc:units = "1" ;
		current_u_qc:valid_range = -127s, 127s ;
		current_u_qc:below_water_depth = 2b ;
		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 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:units = "cm/s" ;
		current_v:valid_range = -1000.f, 1000.f ;
		current_v:_FillValue = -9999.f ;
		current_v:epic_code = 1206 ;
		current_v:ancillary_variables = "current_v_qc" ;
	byte current_v_qc(time, depth, lat, lon) ;
		current_v_qc:long_name = "North Velocity Quality" ;
		current_v_qc:short_name = "VQ" ;
		current_v_qc:_FillValue = -128b ;
		current_v_qc:units = "1" ;
		current_v_qc:valid_range = -127s, 127s ;
		current_v_qc:below_water_depth = 2b ;
		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" ;
		: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.18055 ;
		:longitude = -70.4281 ;
		:Conventions = "COARDS" ;
		: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 = "B01" ;
		:mooring_site_desc = "Western Maine Shelf" ;
		:water_depth = 62. ;
		:history = "Tue Aug  6 15:50:29 2019: ncrcat -d time,51000.00,57577.55208 B01.doppler.historical.nc new.nc\n",
			"Sat Sep 10 18:48:05 2016: ncrcat -d time,51000.00,56460.9582 B01.doppler.historical.nc new.nc\n",
			"Sat Sep 10 18:25:49 2016: ncrcat -d time,51000.00,56811.5382 B01.doppler.historical.nc new.nc\n",
			"Thu Mar 20 17:05:30 2014: ncrcat -d time,50000.00,56032.9958 B01.doppler.historical.nc new.nc\n",
			"Mon Jul  9 15:29:31 2012: ncrcat -d time,50000.00,55841.95278 B01.doppler.historical.nc new.nc\n",
			"Wed Oct 26 17:02:06 2011: ncrcat -d time,51000.00,55483.2751 B01.doppler.historical.nc new.nc\n",
			"Tue Oct 26 16:53:18 2010: ncrcat -d time,51000.00,55351.19514 B01.doppler.historical.nc new.nc\n",
			"Tue Aug 17 16:03:47 2010: ncrcat -d time,50000.00,55098.01736 B01.doppler.historical.nc new.nc\n",
			"Fri Nov  6 21:29:07 2009: ncrcat -d time,51000.00,54911.6895 B01.doppler.historical.nc new.nc\n",
			"Thu Apr  9 15:33:33 2009: ncrcat -d time,51000.00,54572.86805 B01.doppler.historical.nc new.nc\n",
			"Tue May 27 18:54:29 2008: ncrcat -d time,51000.00,54366.899305 B01.doppler.historical.nc new.nc\n",
			"Tue Nov 20 19:34:40 2007: ncrcat -d time,51000.00,54183.05208 B01.doppler.historical.nc new.nc\n",
			"Fri Oct 20 15:46:52 2006:  Doppler bin depths actually 0.4m shallower than listed from 2006-04-10 13:40 to 2006-09-13 11:00 (Ls config setup used instead of Bs)\n",
			"Fri Oct 20 15:31:12 2006: ncrcat -d time,50010.01,53835.5694 B01.doppler.historical.nc new.nc\n",
			"Wed May 17 18:53:38 2006: ncrcat -d time,2410000.00,2453666.7812 B01.doppler.historical.nc new.nc\n",
			"14-Dec-2005 15:36:41:  Added B0109 data from instrument download (B0109000.000 and B9109000.000)\n",
			"Wed Dec 14 15:31:42 2005: ncrcat -d time,2410000.00,2453490.1458 B01.doppler.historical.nc new.nc\n",
			"Fri May 13 13:47:16 2005: ncrcat new2.nc ../B0108/post-recovery/B0108.doppler.post-recovery.nc new3.nc\n",
			"Fri May 13 13:46:44 2005: ncrcat new1.nc ../B0107/post-recovery/B0107.doppler.post-recovery.nc new2.nc\n",
			"Fri May 13 13:46:05 2005: ncrcat new.nc ../B0106/post-recovery/B0106.doppler.post-recovery.nc new1.nc\n",
			"Fri May 13 13:18:40 2005: ncrcat -d time,2410000.00,2453086.788 B01.doppler.historical.nc new.nc\n",
			"Fri Jan 21 20:20:41 2005: ncrcat newh.nc ../B0106/post-recovery/new.nc newh1.nc\n",
			"Fri Jan 21 20:03:29 2005: ncrcat -d time,2000000.00,2453086.784 B01.doppler.historical.nc newh.nc\n",
			"Thu May 27 18:27:55 2004: ncrcat newdop1.nc ../B0105/post-recovery/B0105.doppler.post-recovery.nc newdop2.nc\n",
			"Thu May 27 18:08:50 2004: ncrcat newdop.nc ../B0104/post-recovery/B0104.doppler.post-recovery.nc newdop1.nc\n",
			"Thu May 27 18:07:41 2004: ncrcat -d time,2451545.00,2452755.94 B01.doppler.historical.nc newdop.nc\n",
			"23-Jul-2003 20:42:51:  Appended officially blessed B0103 post recovery data.\n",
			"Wed Jul 23 20:39:02 2003: ncrcat /data/gomoos/buoy/archive/B01/B01.doppler.historical.nc /data/gomoos/buoy/archive/B0103/post-recovery/B0103.doppler.post-recovery.nc B01.doppler.historical.nc\n",
			"27-Jun-2003 13:01:56:  Added ancillary_variables, intent attributes for CF compliance.\n",
			"08-Apr-2003 14:45:04:  Velocities below effective water depth marked with quality flag 3.\n",
			"07-Apr-2003 15:56:06:  Moved temperature back to celsius.  Moved current_u, current_v, up back to cm/s.\n",
			"27-Mar-2003 17:21:39:  Added vertical velocity variable from post-recovery files.  Changed units to match CF standard.  This required changing the valid ranges as well.\n",
			"Mon Feb 24 15:07:48 2003: ncrcat -v current_u,current_u_qc,current_v,current_v_qc,temperature,temperature_qc B01.doppler.historical.nc b.nc\n",
			"Fri Feb 21 21:44:59 2003: ncrcat B0101.doppler.post-recovery.nc B0102.doppler.post-recovery.nc B01.doppler.historical.nc" ;
		:breakout_id = 2 ;
		:delta_t = 60 ;
		:starting_julian_day_number = 52099.875 ;
		:ending_julian_day_number = 59830.75 ;
		:starting_julian_day_string = "2001-07-09 21:00:00" ;
		:ending_julian_day_string = "2022-09-08 18:00:00" ;
		:magnetic_variation = -16.4 ;
		:adcp_effective_water_depth = 57. ;
		:nco_openmp_thread_number = 1 ;
}

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