NetCDF Metadata

netcdf PR3.waves.mstrain.v1.historical {
dimensions:
	lon = 1 ;
	lat = 1 ;
	depth = 1 ;
	time = UNLIMITED ; // (69337 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:epic_code = 500 ;
		lat:Comment = "Coordinate variable" ;
	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:epic_code = 502 ;
		lon:Comment = "Coordinate variable" ;
	double depth(depth) ;
		depth:long_name = "Depth" ;
		depth:standard_name = "depth" ;
		depth:short_name = "D" ;
		depth:units = "meters" ;
		depth:positive = "down" ;
		depth:_FillValue = -999. ;
		depth:valid_range = -10000., 100. ;
		depth:epic_code = 3 ;
		depth:Comment = "Coordinate variable" ;
	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:_FillValue = -999. ;
		time:valid_range = 0., 99999. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
	int index(time, depth, lat, lon) ;
		index:long_name = "microstrain matching index" ;
		index:short_name = "index" ;
		index:units = "1" ;
		index:_FillValue = -999 ;
		index:valid_range = 0, 2147483647 ;
		index:is_dead = 0 ;
	float significant_wave_height_3(time, depth, lat, lon) ;
		significant_wave_height_3:long_name = "Signficant Wave Height 3" ;
		significant_wave_height_3:standard_name = "sea_surface_wave_significant_height_3" ;
		significant_wave_height_3:short_name = "SWH3" ;
		significant_wave_height_3:_FillValue = -999.f ;
		significant_wave_height_3:units = "m" ;
		significant_wave_height_3:valid_range = 0.f, 10.f ;
		significant_wave_height_3:is_dead = 0 ;
	byte significant_wave_height_3_qc(time, depth, lat, lon) ;
		significant_wave_height_3_qc:long_name = "Signficant Wave Height 3 QC" ;
		significant_wave_height_3_qc:standard_name = "sea_surface_wave_significant_height_3_qc" ;
		significant_wave_height_3_qc:short_name = "SWH3Q" ;
		significant_wave_height_3_qc:_FillValue = -128b ;
		significant_wave_height_3_qc:units = "1" ;
		significant_wave_height_3_qc:valid_range = -127s, 127s ;
		significant_wave_height_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		significant_wave_height_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float maximum_wave_height_3(time, depth, lat, lon) ;
		maximum_wave_height_3:long_name = "Maximum Wave Height 3" ;
		maximum_wave_height_3:standard_name = "sea_surface_wave_maximum_height_3" ;
		maximum_wave_height_3:short_name = "MWH3" ;
		maximum_wave_height_3:_FillValue = -999.f ;
		maximum_wave_height_3:units = "m" ;
		maximum_wave_height_3:valid_range = 0.f, 15.f ;
		maximum_wave_height_3:is_dead = 0 ;
	byte maximum_wave_height_3_qc(time, depth, lat, lon) ;
		maximum_wave_height_3_qc:long_name = "Maximum Wave Height 3 QC" ;
		maximum_wave_height_3_qc:standard_name = "sea_surface_wave_maximum_height_3_qc" ;
		maximum_wave_height_3_qc:short_name = "MWH3Q" ;
		maximum_wave_height_3_qc:_FillValue = -128b ;
		maximum_wave_height_3_qc:units = "1" ;
		maximum_wave_height_3_qc:valid_range = -127s, 127s ;
		maximum_wave_height_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		maximum_wave_height_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float dominant_wave_period_3(time, depth, lat, lon) ;
		dominant_wave_period_3:long_name = "Dominant Wave Period 3" ;
		dominant_wave_period_3:standard_name = "sea_surface_wave_dominant_period_3" ;
		dominant_wave_period_3:short_name = "DWP3" ;
		dominant_wave_period_3:_FillValue = -999.f ;
		dominant_wave_period_3:units = "s" ;
		dominant_wave_period_3:valid_range = 0.f, 32.f ;
		dominant_wave_period_3:is_dead = 0 ;
	byte dominant_wave_period_3_qc(time, depth, lat, lon) ;
		dominant_wave_period_3_qc:long_name = "Dominant Wave Period 3 QC" ;
		dominant_wave_period_3_qc:standard_name = "sea_surface_wave_dominant_period_3_qc" ;
		dominant_wave_period_3_qc:short_name = "DWP3Q" ;
		dominant_wave_period_3_qc:_FillValue = -128b ;
		dominant_wave_period_3_qc:units = "1" ;
		dominant_wave_period_3_qc:valid_range = -127s, 127s ;
		dominant_wave_period_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		dominant_wave_period_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float mean_wave_direction_3(time, depth, lat, lon) ;
		mean_wave_direction_3:long_name = "Mean Wave Direction (Alpha 1)" ;
		mean_wave_direction_3:standard_name = "sea_surface_mean_wave_from_direction" ;
		mean_wave_direction_3:short_name = "MWD3" ;
		mean_wave_direction_3:_FillValue = -999.f ;
		mean_wave_direction_3:units = "degrees" ;
		mean_wave_direction_3:valid_range = 0.f, 360.f ;
		mean_wave_direction_3:is_dead = 0 ;
	byte mean_wave_direction_3_qc(time, depth, lat, lon) ;
		mean_wave_direction_3_qc:long_name = "Mean Wave Direction (Alpha 1) QC" ;
		mean_wave_direction_3_qc:standard_name = "sea_surface_mean_wave_from_direction_qc" ;
		mean_wave_direction_3_qc:short_name = "MWD3Q" ;
		mean_wave_direction_3_qc:_FillValue = -128b ;
		mean_wave_direction_3_qc:units = "1" ;
		mean_wave_direction_3_qc:valid_range = -127s, 127s ;
		mean_wave_direction_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		mean_wave_direction_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float mean_wave_direction_spread_3(time, depth, lat, lon) ;
		mean_wave_direction_spread_3:long_name = "Mean Wave Direction Spread (R1)" ;
		mean_wave_direction_spread_3:standard_name = "sea_surface_mean_wave_direction_spread" ;
		mean_wave_direction_spread_3:short_name = "MWDS3" ;
		mean_wave_direction_spread_3:_FillValue = -999.f ;
		mean_wave_direction_spread_3:units = "degrees" ;
		mean_wave_direction_spread_3:valid_range = 0.f, 360.f ;
		mean_wave_direction_spread_3:is_dead = 0 ;
	byte mean_wave_direction_spread_3_qc(time, depth, lat, lon) ;
		mean_wave_direction_spread_3_qc:long_name = "Mean Wave Direction Spread (R1) QC" ;
		mean_wave_direction_spread_3_qc:standard_name = "sea_surface_mean_wave_direction_spread_qc" ;
		mean_wave_direction_spread_3_qc:short_name = "MWDS3Q" ;
		mean_wave_direction_spread_3_qc:_FillValue = -128b ;
		mean_wave_direction_spread_3_qc:units = "1" ;
		mean_wave_direction_spread_3_qc:valid_range = -127s, 127s ;
		mean_wave_direction_spread_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		mean_wave_direction_spread_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float principal_wave_direction_3(time, depth, lat, lon) ;
		principal_wave_direction_3:long_name = "Principal Wave Direction (Alpha 2)" ;
		principal_wave_direction_3:standard_name = "sea_surface_principal_wave_from_direction" ;
		principal_wave_direction_3:short_name = "PWD3" ;
		principal_wave_direction_3:_FillValue = -999.f ;
		principal_wave_direction_3:units = "degrees" ;
		principal_wave_direction_3:valid_range = 0.f, 360.f ;
		principal_wave_direction_3:is_dead = 0 ;
	byte principal_wave_direction_3_qc(time, depth, lat, lon) ;
		principal_wave_direction_3_qc:long_name = "Principal Wave Direction (Alpha 2) QC" ;
		principal_wave_direction_3_qc:standard_name = "sea_surface_principal_wave_from_direction_qc" ;
		principal_wave_direction_3_qc:short_name = "PWD3Q" ;
		principal_wave_direction_3_qc:_FillValue = -128b ;
		principal_wave_direction_3_qc:units = "1" ;
		principal_wave_direction_3_qc:valid_range = -127s, 127s ;
		principal_wave_direction_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		principal_wave_direction_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float principal_wave_direction_spread_3(time, depth, lat, lon) ;
		principal_wave_direction_spread_3:long_name = "Principal Wave Direction Spread (R2)" ;
		principal_wave_direction_spread_3:standard_name = "sea_surface_pricipal_wave_direction_spread" ;
		principal_wave_direction_spread_3:short_name = "PWDS3" ;
		principal_wave_direction_spread_3:_FillValue = -999.f ;
		principal_wave_direction_spread_3:units = "degrees" ;
		principal_wave_direction_spread_3:valid_range = 0.f, 360.f ;
		principal_wave_direction_spread_3:is_dead = 0 ;
	byte principal_wave_direction_spread_3_qc(time, depth, lat, lon) ;
		principal_wave_direction_spread_3_qc:long_name = "Principal Wave Direction Spread (R2) QC" ;
		principal_wave_direction_spread_3_qc:standard_name = "sea_surface_pricipal_wave_direction_spread_qc" ;
		principal_wave_direction_spread_3_qc:short_name = "PWDS3Q" ;
		principal_wave_direction_spread_3_qc:_FillValue = -128b ;
		principal_wave_direction_spread_3_qc:units = "1" ;
		principal_wave_direction_spread_3_qc:valid_range = -127s, 127s ;
		principal_wave_direction_spread_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		principal_wave_direction_spread_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float swell_wave_height_3(time, depth, lat, lon) ;
		swell_wave_height_3:long_name = "Swell Wave Height" ;
		swell_wave_height_3:standard_name = "sea_surface_wave_swell_height" ;
		swell_wave_height_3:short_name = "SwWH3" ;
		swell_wave_height_3:_FillValue = -999.f ;
		swell_wave_height_3:units = "m" ;
		swell_wave_height_3:valid_range = 0.f, 10.f ;
		swell_wave_height_3:is_dead = 0 ;
	byte swell_wave_height_3_qc(time, depth, lat, lon) ;
		swell_wave_height_3_qc:long_name = "Swell Wave Height QC" ;
		swell_wave_height_3_qc:standard_name = "sea_surface_wave_swell_height_qc" ;
		swell_wave_height_3_qc:short_name = "SwWH3Q" ;
		swell_wave_height_3_qc:_FillValue = -128b ;
		swell_wave_height_3_qc:units = "1" ;
		swell_wave_height_3_qc:valid_range = -127s, 127s ;
		swell_wave_height_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		swell_wave_height_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float swell_wave_period_3(time, depth, lat, lon) ;
		swell_wave_period_3:long_name = "Swell Wave Period" ;
		swell_wave_period_3:standard_name = "sea_surface_wave_swell_period" ;
		swell_wave_period_3:short_name = "SwWP3" ;
		swell_wave_period_3:_FillValue = -999.f ;
		swell_wave_period_3:units = "s" ;
		swell_wave_period_3:valid_range = 0.f, 32.f ;
		swell_wave_period_3:is_dead = 0 ;
	byte swell_wave_period_3_qc(time, depth, lat, lon) ;
		swell_wave_period_3_qc:long_name = "Swell Wave Period QC" ;
		swell_wave_period_3_qc:standard_name = "sea_surface_wave_swell_period_qc" ;
		swell_wave_period_3_qc:short_name = "SwWP3Q" ;
		swell_wave_period_3_qc:_FillValue = -128b ;
		swell_wave_period_3_qc:units = "1" ;
		swell_wave_period_3_qc:valid_range = -127s, 127s ;
		swell_wave_period_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		swell_wave_period_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float wind_wave_height_3(time, depth, lat, lon) ;
		wind_wave_height_3:long_name = "Wind Wave Height" ;
		wind_wave_height_3:standard_name = "sea_surface_wave_wind_height" ;
		wind_wave_height_3:short_name = "WiWH3" ;
		wind_wave_height_3:_FillValue = -999.f ;
		wind_wave_height_3:units = "m" ;
		wind_wave_height_3:valid_range = 0.f, 10.f ;
		wind_wave_height_3:is_dead = 0 ;
	byte wind_wave_height_3_qc(time, depth, lat, lon) ;
		wind_wave_height_3_qc:long_name = "Wind Wave Height QC" ;
		wind_wave_height_3_qc:standard_name = "sea_surface_wave_wind_height_qc" ;
		wind_wave_height_3_qc:short_name = "WiWH3Q" ;
		wind_wave_height_3_qc:_FillValue = -128b ;
		wind_wave_height_3_qc:units = "1" ;
		wind_wave_height_3_qc:valid_range = -127s, 127s ;
		wind_wave_height_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		wind_wave_height_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float wind_wave_period_3(time, depth, lat, lon) ;
		wind_wave_period_3:long_name = "Wind Wave Period" ;
		wind_wave_period_3:standard_name = "sea_surface_wave_wind_period" ;
		wind_wave_period_3:short_name = "WiWP3" ;
		wind_wave_period_3:_FillValue = -999.f ;
		wind_wave_period_3:units = "s" ;
		wind_wave_period_3:valid_range = 0.f, 32.f ;
		wind_wave_period_3:is_dead = 0 ;
	byte wind_wave_period_3_qc(time, depth, lat, lon) ;
		wind_wave_period_3_qc:long_name = "Wind Wave Period QC" ;
		wind_wave_period_3_qc:standard_name = "sea_surface_wave_wind_period_qc" ;
		wind_wave_period_3_qc:short_name = "WiWP3Q" ;
		wind_wave_period_3_qc:_FillValue = -128b ;
		wind_wave_period_3_qc:units = "1" ;
		wind_wave_period_3_qc:valid_range = -127s, 127s ;
		wind_wave_period_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		wind_wave_period_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float swell_and_wind_wave_separation_frequency_3(time, depth, lat, lon) ;
		swell_and_wind_wave_separation_frequency_3:long_name = "Swell and Wind Wave Separation Frequency" ;
		swell_and_wind_wave_separation_frequency_3:standard_name = "sea_surface_swell_and_wind_wave_separation_frequency" ;
		swell_and_wind_wave_separation_frequency_3:short_name = "SwWiSF3" ;
		swell_and_wind_wave_separation_frequency_3:_FillValue = -999.f ;
		swell_and_wind_wave_separation_frequency_3:units = "Hz" ;
		swell_and_wind_wave_separation_frequency_3:valid_range = 0.03125f, 1.f ;
		swell_and_wind_wave_separation_frequency_3:is_dead = 0 ;
	byte swell_and_wind_wave_separation_frequency_3_qc(time, depth, lat, lon) ;
		swell_and_wind_wave_separation_frequency_3_qc:long_name = "Swell and Wind Wave Separation Frequency QC" ;
		swell_and_wind_wave_separation_frequency_3_qc:standard_name = "sea_surface_swell_and_wind_wave_separation_frequency_qc" ;
		swell_and_wind_wave_separation_frequency_3_qc:short_name = "SwWiSF3Q" ;
		swell_and_wind_wave_separation_frequency_3_qc:_FillValue = -128b ;
		swell_and_wind_wave_separation_frequency_3_qc:units = "1" ;
		swell_and_wind_wave_separation_frequency_3_qc:valid_range = -127s, 127s ;
		swell_and_wind_wave_separation_frequency_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		swell_and_wind_wave_separation_frequency_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	float wave_steepness_3(time, depth, lat, lon) ;
		wave_steepness_3:long_name = "Wave Steepness" ;
		wave_steepness_3:standard_name = "sea_surface_wave_steepness" ;
		wave_steepness_3:short_name = "WSt3" ;
		wave_steepness_3:_FillValue = -999.f ;
		wave_steepness_3:units = "1" ;
		wave_steepness_3:valid_range = 0, 7 ;
		wave_steepness_3:is_dead = 0 ;
		wave_steepness_3:interpretation = "N/A calm calm_swell calm_sea swell average steep very_steep" ;
	byte wave_steepness_3_qc(time, depth, lat, lon) ;
		wave_steepness_3_qc:long_name = "Wave Steepness QC" ;
		wave_steepness_3_qc:standard_name = "sea_surface_wave_steepness_qc" ;
		wave_steepness_3_qc:short_name = "WSt3Q" ;
		wave_steepness_3_qc:_FillValue = -128b ;
		wave_steepness_3_qc:units = "1" ;
		wave_steepness_3_qc:valid_range = -127s, 127s ;
		wave_steepness_3_qc:flag_values = 0b, 1b, 2b, 3b, 40b, 60b, 99b ;
		wave_steepness_3_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional algorithm_failure_no_infl_pt other_auto_qc off_station suspect_or_other_manual_qc" ;
	double offset_time(time, depth, lat, lon) ;
		offset_time:long_name = "Offset from regular time interval" ;
		offset_time:standard_name = "offset_time" ;
		offset_time:short_name = "off_time" ;
		offset_time:units = "seconds" ;
		offset_time:_FillValue = -999. ;
		offset_time:valid_range = -3600., 3600. ;
		offset_time:Comment = "Add to time for actual sensor reading " ;
	double time_created(time, depth, lat, lon) ;
		time_created:long_name = "Time Record Created" ;
		time_created:standard_name = "time_created" ;
		time_created:short_name = "time_cr" ;
		time_created:units = "days since 1858-11-17 00:00:00" ;
		time_created:_FillValue = -999. ;
		time_created:valid_range = 0., 99999. ;
	double time_modified(time, depth, lat, lon) ;
		time_modified:long_name = "Time Record Last Modified" ;
		time_modified:standard_name = "time_modified" ;
		time_modified:short_name = "time_mod" ;
		time_modified:units = "days since 1858-11-17 00:00:00" ;
		time_modified:_FillValue = -999. ;
		time_modified:valid_range = 0., 99999. ;

// global attributes:
		:title = "Caribean Integrated Ocean Observing System (CarICOOS)" ;
		:institution = "Department of Physical Oceanography, School of Marine Sciences, University of Maine" ;
		:institution_url = "http://gyre.umeoce.maine.edu" ;
		:history = "Mon Mar  6 16:00:03 2023: /usr/local/bin/ncrcat PR3.waves.mstrain.v1.historical.nc PR309.waves.mstrain.v1.realtime.nc PR3.waves.mstrain.v1.historical.nc.new\n",
			"Fri May 14 14:16:12 2021: /usr/local/bin/ncrcat PR3.waves.mstrain.v1.historical.nc PR307.waves.mstrain.v1.realtime.nc PR3.waves.mstrain.v1.historical.nc.new\n",
			"Fri Aug 16 11:36:56 2019: /usr/local/bin/ncrcat PR3.waves.mstrain.v1.historical.nc PR306.waves.mstrain.v1.realtime.nc PR3.waves.mstrain.v1.historical.nc.new\n",
			"Fri Apr 27 12:18:42 2018: /usr/local/bin/ncrcat PR3.waves.mstrain.v1.historical.nc PR305.waves.mstrain.v1.realtime.nc PR3.waves.mstrain.v1.historical.nc.new\n",
			"2018-03-09 18:41:20:  revised wave_steepness_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:20:  revised swell_and_wind_wave_separation_frequency_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:19:  revised wind_wave_period_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:19:  revised wind_wave_height_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:19:  revised swell_wave_period_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:18:  revised swell_wave_height_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:18:  revised principal_wave_direction_spread_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:18:  revised principal_wave_direction_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:17:  revised mean_wave_direction_spread_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:17:  revised mean_wave_direction_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:17:  revised dominant_wave_period_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:16:  revised maximum_wave_height_3_qc  flag_values and flag_meanings attributes\n",
			"2018-03-09 18:41:16:  revised significant_wave_height_3_qc  flag_values and flag_meanings attributes\n",
			"Sat Apr  9 19:52:38 2016: /usr/local/bin/ncrcat PR3.waves.mstrain.v1.historical.nc PR3.waves.mstrain.v1.realtime.nc PR3.waves.mstrain.v1.historical.nc.new\n",
			"2013-09-10 18:52:59:  Modified [lon,lat] to [-65.457446,18.259623].\n",
			"Tue Sep 10 16:50:26 2013: /usr/local/bin/ncrcat -d time,56545.64236,56547.00 PR301.waves.mstrain.v1.realtime.nc PR301.waves.mstrain.v1.realtime.nc.new\n",
			"" ;
		:source = "Ocean Data Acquisition Systems (ODAS) Buoy" ;
		:references = "http://gyre.umeoce.maine.edu/data/gomoos/buoy/doc/buoy_system_doc/buoy_system/book1.html" ;
		:comment = "" ;
		:latitude = 18.2596225738525 ;
		:longitude = -65.4574457804362 ;
		:Conventions = "CF-1.0" ;
		:project = "CARICOOS" ;
		:project_url = "http://gyre.umeoce.maine.edu/" ;
		:contact = "nealp@maine.edu,ljm@umeoce.maine.edu,bfleming@umeoce.maine.edu" ;
		:time_zone = "UTC" ;
		:julian_day_convention = "Julian date convention begins at 00:00:00 UTC on 17 November 1858 AD" ;
		:buffer_type = "waves_3" ;
		:mstrain_serial_number = "UMEMS020" ;
		:mstrain_manufacturer = "University_of_Maine,_PHOG" ;
		:instrument_number = 0 ;
		:processing = "historical" ;
		:water_depth = 32. ;
		:last_modified = "" ;
		:mooring_site_id = "PR3" ;
		:mooring_site_desc = "CarICOOS Data Buoy D" ;
		:station_type = "Surface Mooring" ;
		:mooring_type = "Slack" ;
		:mooring_comments = "" ;
		:watch_circle_radius = 60 ;
		:station_photo = "http://gyre.umeoce.maine.edu/gomoos/images/generic_buoy.png" ;
		:position_datum = "WGS 84" ;
		:depth_datum = "Sea Level" ;
		:number_observations_per_hour = 2 ;
		:number_samples_per_period = 2048 ;
		:sampling_period = 20 ;
		:sampling_period_units = "Minutes" ;
		:clock_time = "Center of period" ;
		:breakout_id = 73 ;
		:delta_t = 30 ;
		:magnetic_variation = -12.5 ;
		:starting_julian_day_number = 56545.6666666665 ;
		:starting_julian_day_string = "2013-09-10 16:00:00" ;
		:ending_julian_day_number = 60009.2083333335 ;
		:ending_julian_day_string = "2023-03-06 05:00:00" ;
		:goes_platform_id = "0440C04A" ;
		:nco_openmp_thread_number = 1 ;
}

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