NetCDF Metadata

netcdf F01.doppler.historical {
dimensions:
	lon = 1 ;
	lat = 1 ;
	rdi_depth = 1 ;
	depth = 30 ;
	time = UNLIMITED ; // (195042 currently)
variables:
	double lat(lat) ;
		lat:long_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 ;
		lat:standard_name = "latitude" ;
	double lon(lon) ;
		lon:long_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 ;
		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:_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:_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:_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:_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:_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: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: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: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:_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" ;
		:Conventions = "CF-1.0" ;
		:time_zone = "UTC" ;
		:julian_day_convention = "Julian date convention starts at 00:00:00 UTC on 17 November 1858 AD" ;
		:project = "GOMOOS" ;
		:instrument_type = "doppler" ;
		:processing = "historical" ;
		:mooring_site_id = "F01" ;
		:mooring_site_desc = "West Penobscot Bay #04" ;
		:water_depth = 110. ;
		:history = "Sat Oct 30 16:56:03 2021: ncrcat -d time,51000.00,58638.7915 F01.doppler.historical.nc new.nc\n",
			"Fri Jan 17 20:54:23 2020: ncrcat -d time,51000.00,57668.5486 F01.doppler.historical.nc new.nc\n",
			"Sat Feb 10 17:54:26 2018: ncrcat -d time,51000.00,57668.54861 F01.doppler.historical.nc new.nc\n",
			"Sat Jun 17 17:30:09 2017: ncrcat -d time,51000.00,56809.96181 F01.doppler.historical.nc new.nc\n",
			"Fri Nov 25 20:01:28 2016: ncrcat -d time,51000.00,57323.78125 F01.doppler.historical.nc new.nc\n",
			"Sun Jul 20 18:39:56 2014: ncrcat -d time,51000.00,55566.100694 F01.doppler.historical.nc new.nc\n",
			"Wed Feb  9 16:34:11 2011: ncrcat -d time,50000.00,55091.67013 F01.doppler.historical.nc new.nc\n",
			"Fri Jan 15 15:45:40 2010: ncrcat -d time,51000.00,54916.16042 F01.doppler.historical.nc new.nc\n",
			"Thu May  7 14:02:50 2009: ncrcat -d time,51000.00,54578.80 F01.doppler.historical.nc new.nc\n",
			"Wed May 28 14:30:18 2008: ncrcat -d time,51000.00,54365.90278 F01.doppler.historical.nc new.nc\n",
			"Tue Nov 27 17:48:32 2007: ncrcat -d time,50000.00,54230.79514 F01.doppler.historical.nc new.nc\n",
			"Sat Sep 22 09:35:23 2007: ncrcat -d time,51000.00,54230.812 F01.doppler.historical.nc new.nc\n",
			"Tue May 15 18:02:42 2007: ncrcat -d time,50000.01,53993.6597 F01.doppler.historical.nc new.nc\n",
			"Thu Oct 12 14:53:26 2006: ncrcat -d time,50001.00,53641.8542 F01.doppler.historical.nc new.nc\n",
			"16-Dec-2005 17:23:31:  Added F0109 and F0110 post-recovery\n",
			"Fri Dec 16 17:16:53 2005: ncrcat -d time,2410000.00,2453285.5486 F01.doppler.historical.nc new.nc\n",
			"Fri May 13 16:26:04 2005: ncrcat new.nc ../F0108/post-recovery/F0108.doppler.post-recovery.nc new1.nc\n",
			"Fri May 13 16:25:41 2005: ncrcat -d time,2410000.00,2453123.6916 F01.doppler.historical.nc new.nc\n",
			"Tue Aug 17 13:46:40 2004: ncrcat new1.nc ../F0107/post-recovery/F0107.doppler.post-recovery.nc new2.nc\n",
			"Tue Aug 17 13:46:13 2004: ncrcat new.nc ../F0106/post-recovery/F0106.doppler.post-recovery.nc new1.nc\n",
			"Tue Aug 17 13:45:43 2004: ncrcat -d time,2449719.00,2452818.70 F01.doppler.historical.nc new.nc\n",
			"26-Sep-2003 01:11:41:  Provisionally appended realtime data from F0106 deployment starting at julian day number 2452830.875\n",
			"Fri Jul 18 20:36:08 2003: ncrcat f01.nc f0145.nc F01.doppler.historical.nc\n",
			"13-Jul-2003 15:39:29:  Had mistakenly subtracted 273.15 from temperature somewhere.  Corrected it.\n",
			"27-Jun-2003 13:01:05:  Added ancillary_variables, intent attributes for CF compliance.\n",
			"08-Apr-2003 14:46:12:  Velocities below effective water depth marked with quality flag 3.\n",
			"07-Apr-2003 15:57:30:  Moved temperature back to celsius.  Moved current_u, current_v, up back to cm/s.\n",
			"Sun Feb 23 18:14:04 2003: ncrcat F0101.doppler.post-recovery.nc F0102.doppler.post-recovery.nc F0103.doppler.post-recovery.nc F01.doppler.historical.nc" ;
		:mooring = "wpb04" ;
		:starting_julian_day_number = 51735.8645833335 ;
		:ending_julian_day_number = 59869.8333333335 ;
		:starting_julian_day_string = "2000-07-10 20:45:00" ;
		:ending_julian_day_string = "2022-10-17 20:00:00" ;
		:buffer_type = "doppler" ;
		:instrument_number = 0. ;
		:magnetic_variation = -17.4 ;
		:delta_t = 60 ;
		:latitude = 44.0556666666667 ;
		:longitude = -68.9975 ;
		:adcp_effective_water_depth = 101.1 ;
		:nco_openmp_thread_number = 1 ;
}

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