NetCDF Metadata

netcdf E01.aanderaa.historical {
dimensions:
	lon = 1 ;
	lat = 1 ;
	depth = 1 ;
	time = UNLIMITED ; // (174274 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 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:standard_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 ;
	float current_speed(time, depth, lat, lon) ;
		current_speed:long_name = "Current Speed" ;
		current_speed:standard_name = "sea_water_velocity" ;
		current_speed:short_name = "CSPD" ;
		current_speed:scale_factor = 1.f ;
		current_speed:add_offset = 0.f ;
		current_speed:_FillValue = -999.f ;
		current_speed:units = "cm/s" ;
		current_speed:valid_range = 0.f, 1000.f ;
		current_speed:epic_code = 300 ;
		current_speed:ancillary_variables = "current_speed_qc" ;
	byte current_speed_qc(time, depth, lat, lon) ;
		current_speed_qc:long_name = "Current Speed Quality" ;
		current_speed_qc:short_name = "CSPDQC" ;
		current_speed_qc:_FillValue = -128b ;
		current_speed_qc:valid_range = 0b, 127b ;
		current_speed_qc:flag_values = 0b, 1b, 2b ;
		current_speed_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
		current_speed_qc:intent = "data_quality" ;
		current_speed_qc:standard_name = "current_speed data_quality" ;
		current_speed_qc:units = "1" ;
	float current_direction(time, depth, lat, lon) ;
		current_direction:long_name = "Current Direction" ;
		current_direction:standard_name = "direction_of_sea_water_velocity" ;
		current_direction:short_name = "CDIR" ;
		current_direction:scale_factor = 1.f ;
		current_direction:add_offset = 0.f ;
		current_direction:_FillValue = -999.f ;
		current_direction:units = "angular_degrees" ;
		current_direction:valid_range = 0.f, 360.f ;
		current_direction:epic_code = 310 ;
		current_direction:ancillary_variables = "current_direction_qc" ;
	byte current_direction_qc(time, depth, lat, lon) ;
		current_direction_qc:long_name = "Current Direction Quality" ;
		current_direction_qc:short_name = "CDIR QC" ;
		current_direction_qc:_FillValue = -128b ;
		current_direction_qc:valid_range = 0b, 127b ;
		current_direction_qc:flag_values = 0b, 1b, 2b ;
		current_direction_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
		current_direction_qc:intent = "data_quality" ;
		current_direction_qc:standard_name = "current_direction data_quality" ;
		current_direction_qc:units = "1" ;
	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 = -999.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 Current Velocity Component Quality" ;
		current_u_qc:short_name = "U QC" ;
		current_u_qc:_FillValue = -128b ;
		current_u_qc:units = "1" ;
		current_u_qc:valid_range = 0b, 127b ;
		current_u_qc:flag_values = 0b, 1b, 2b ;
		current_u_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
		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:_FillValue = -999.f ;
		current_v:units = "cm/s" ;
		current_v:valid_range = -1000.f, 1000.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 = "Speed North Quality" ;
		current_v_qc:short_name = "V QC" ;
		current_v_qc:_FillValue = -128b ;
		current_v_qc:units = "1" ;
		current_v_qc:valid_range = 0b, 127b ;
		current_v_qc:flag_values = 0b, 1b, 2b ;
		current_v_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
		current_v_qc:intent = "data_quality" ;
		current_v_qc:standard_name = "current_v data_quality" ;
	float temperature(time, depth, lat, lon) ;
		temperature:long_name = "Water Temperature" ;
		temperature:standard_name = "sea_water_temperature" ;
		temperature:short_name = "WT" ;
		temperature:scale_factor = 1.f ;
		temperature:add_offset = 0.f ;
		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, depth, lat, lon) ;
		temperature_qc:long_name = "Water Temperature Quality" ;
		temperature_qc:short_name = "WT QC" ;
		temperature_qc:_FillValue = -128b ;
		temperature_qc:valid_range = 0b, 127b ;
		temperature_qc:flag_values = 0b, 1b, 2b ;
		temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
		temperature_qc:intent = "data_quality" ;
		temperature_qc:standard_name = "temperature data_quality" ;
		temperature_qc:units = "1" ;

// 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.7151721464189 ;
		:longitude = -69.3557710445127 ;
		: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 = "aanderaa" ;
		:instrument_number = 0 ;
		:processing = "historical" ;
		:water_depth = 100. ;
		:mooring_site_id = "E01" ;
		:mooring_site_desc = "Central Maine Shelf" ;
		:history = "Sun Oct 16 15:52:54 2022: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0141.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Tue Jun 15 15:10:43 2021: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0140.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Fri Oct 12 15:50:37 2018: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0137.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Tue Apr 24 11:55:58 2018: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0136.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Sat Dec  9 04:29:22 2017: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0135.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Fri Dec  9 16:42:07 2016: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0134.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Sat Jul  9 12:54:13 2016: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0133.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Sat Jun  6 13:08:32 2015: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0132.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Sat Sep 20 12:58:16 2014: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0131.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Mon Jun  2 14:21:23 2014: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0130.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Mon Jun 24 12:36:42 2013: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0129.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Tue May  1 19:05:35 2012: ncrcat -d time,50000.00,55349.92708 E01.aanderaa.historical.nc new.nc\n",
			"Sat Apr 14 20:57:54 2012: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0128.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Mon Mar 12 19:53:16 2012: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0127.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Wed Jun  2 23:51:59 2010: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0125.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Tue Sep 15 20:38:11 2009: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0124.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Sun Mar 22 00:16:07 2009: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0123.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Wed Oct  1 13:58:09 2008: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0122.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Sun Apr 20 13:21:39 2008: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0121.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Wed May  9 18:12:35 2007: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0119.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Tue Dec  5 19:09:40 2006: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0118.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Tue Sep 12 12:43:27 2006: /usr/local/bin/ncrcat E01.aanderaa.historical.nc E0117.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Wed Apr 12 16:58:52 2006: /usr/local/nco/bin/ncrcat E01.aanderaa.historical.nc E0116.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Tue Oct 11 17:53:54 2005: /usr/local/nco/bin/ncrcat E01.aanderaa.historical.nc E0115.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Tue May 31 21:10:21 2005: /usr/local/nco/bin/ncrcat E01.aanderaa.historical.nc E0114.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Fri Feb 25 05:55:26 2005: /usr/local/nco/bin/ncrcat E01.aanderaa.historical.nc E0113.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Tue Jan  4 21:06:32 2005: /usr/local/nco/bin/ncrcat E01.aanderaa.historical.nc E0112.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Fri Nov 19 12:52:23 2004: /usr/local/nco/bin/ncrcat E01.aanderaa.historical.nc E0111.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Mon Oct 18 14:25:45 2004: /usr/local/nco/bin/ncrcat E01.aanderaa.historical.nc E0110.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Thu Jun 10 20:29:47 2004: ncrcat E01.aanderaa.historical.nc /data/gomoos/buoy/archive/E0109/realtime/E0109.aanderaa.realtime.nc allaan.nc\n",
			"Thu Jun 10 20:09:24 2004: ncrcat -d time,2452100.0,2452922.7709 E01.aanderaa.historical.nc aannew.nc\n",
			"Thu May  6 20:11:07 2004: /usr/local/nco/bin/ncrcat E01.aanderaa.historical.nc E0109.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Thu May  6 20:09:45 2004: /usr/local/nco/bin/ncrcat E01.aanderaa.historical.nc E0109.aanderaa.realtime.nc E01.aanderaa.historical.nc.new\n",
			"Sat Jan 10 18:33:55 2004: ncrcat E01.aanderaa.historical.nc E0107.aanderaa.realtime.nc new.nc\n",
			"29-Oct-2003 18:21:19:  Provisionally appended E0106 data\n",
			"Wed Oct 29 18:16:29 2003: ncrcat /data/gomoos/buoy/archive/E01/E01.aanderaa.historical.nc /data/gomoos/buoy/archive/E0106/realtime/E0106.aanderaa.realtime.nc E01.aanderaa.historical.nc\n",
			"11-Sep-2003 16:15:09:  Corrected E01 and E02 deployment for current_u and current_v for rotation to true north\n",
			"27-Jun-2003 13:02:09:  Added ancillary_variables, intent attributes for CF compliance.\n",
			"07-Apr-2003 15:47:42:  Moved temperature back to celsius.  Moved current_u, current_v, current_speed back to cm/s.\n",
			"07-Apr-2003 15:24:41:  Added flag_values/flag_meaning attribute pairs.  Now discriminating sensor death from out_of_range.\n",
			"01-Apr-2003 21:50:02:  Appended data from E0105.aanderaa.post-recovery.nc starting at index 9935.\n",
			"Tue Apr  1 21:48:38 2003: ncrcat /data/gomoos/buoy/E01/E01.aanderaa.historical.nc ../E0105/E0105.aanderaa.post-recovery.nc e.nc\n",
			"Sat Feb 22 21:32:00 2003: ncrcat E0101.aanderaa.raw.nc E0102.aanderaa.raw.nc E0103.aanderaa.raw.nc E0104.aanderaa.raw.nc e.nc" ;
		:breakout_id = 5 ;
		:delta_t = 60 ;
		:starting_julian_day_number = 52099.5 ;
		:ending_julian_day_number = 59868.5 ;
		:starting_julian_day_string = "2001-07-09 12:00:00" ;
		:ending_julian_day_string = "2022-10-16 12:00:00" ;
		:magnetic_variation = -17.1 ;
		:nco_openmp_thread_number = 1 ;
}

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