NetCDF Metadata

netcdf L01.doppler.historical {
dimensions:
	lon = 1 ;
	lat = 1 ;
	rdi_depth = 1 ;
	depth = 30 ;
	time = UNLIMITED ; // (45626 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: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: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.624796184289 ;
		:longitude = -66.55310494182 ;
		: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 = "L01" ;
		:mooring_site_desc = "Scotian Shelf" ;
		:water_depth = 100. ;
		:history = "Fri Feb 15 20:56:41 2008: ncrcat -d time,50000.00,54364.46875 L01.doppler.historical.nc new.nc\n",
			"Tue Nov 27 17:41:24 2007: ncrcat -d time,50000.00,54243.61458 L01.doppler.historical.nc new.nc\n",
			"Mon Jun 11 13:21:15 2007: ncrcat -d time,50000.00,53647.34375 L01.doppler.historical.nc new.nc\n",
			"22-Dec-2005 14:39:28:  Added L0109 post-recovery\n",
			"Thu Dec 22 14:36:38 2005: ncrcat -d time,2410000.00,2453411.1979 L01.doppler.historical.nc new.nc\n",
			"Sun Mar 20 19:42:08 2005: ncrcat -d time,2440000.00,2453328.8333 new.nc new1.nc\n",
			"Sun Mar 20 19:30:57 2005: ncrcat -d time,2440000.00,2453161.620 L01.doppler.historical.nc new.nc\n",
			"Mon Oct  4 20:14:28 2004: ncrcat -d time,2353283.6458,2453278.6458 L01.doppler.historical.nc new.nc\n",
			"Wed Aug 18 20:16:46 2004: ncrcat new1.nc ../L0104/post-recovery/L0104.doppler.post-recovery.nc new2.nc\n",
			"Wed Aug 18 19:37:47 2004: ncrcat new.nc ../L0103/post-recovery/L0103.doppler.post-recovery.nc new1.nc\n",
			"Wed Aug 18 19:29:49 2004: ncrcat L01new.doppler.historical.nc ../L0102/post-recovery/L0102.doppler.post-recovery.nc new.nc\n",
			"" ;
		:breakout_id = 2 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.2 ;
		:adcp_effective_water_depth = 91.9 ;
		:starting_julian_day_number = 52115.75 ;
		:starting_julian_day_string = "2001-07-25 18:00:00" ;
		:ending_julian_day_number = 54695.625 ;
		:ending_julian_day_string = "2008-08-17 15:00:00" ;
		:nco_openmp_thread_number = 1 ;
}

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