NetCDF Metadata

netcdf N0105.aanderaa.goes-realtime {
dimensions:
	lon = 1 ;
	lat = 1 ;
	depth = 1 ;
	time = UNLIMITED ; // (8253 currently)
variables:
	double lat(lat) ;
		lat:long_name = "Latitude" ;
		lat:standard_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:standard_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" ;
	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:ancillary_variables = "current_speed_qc" ;
		current_speed:_FillValue = -9999.f ;
		current_speed:units = "cm/s" ;
		current_speed:measurement_type = "Measured" ;
		current_speed:instrument_range = 0.f, 300.f ;
		current_speed:valid_range = 0.f, 300.f ;
		current_speed:precision = 0.3 ;
		current_speed:accuracy = 3. ;
		current_speed:is_dead = 0. ;
		current_speed:calibration_coeffs = 0., 0.2933, 0., 0. ;
		current_speed:epic_code = 300 ;
	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:intent = "data_quality" ;
		current_speed_qc:standard_name = "sea_water_velocity data_quality" ;
		current_speed_qc:_FillValue = -128b ;
		current_speed_qc:units = "1" ;
		current_speed_qc:valid_range = -127s, 127s ;
		current_speed_qc:flag_values = 0b, 1b, 2b ;
		current_speed_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
	int current_speed_qc_flag(time, depth, lat, lon) ;
		current_speed_qc_flag:long_name = "current_speed QC Flag" ;
		current_speed_qc_flag:short_name = "CSPDQCF" ;
		current_speed_qc_flag:intent = "data_quality" ;
		current_speed_qc_flag:standard_name = "sea_water_velocity data_quality_flag" ;
		current_speed_qc_flag:units = "1" ;
		current_speed_qc_flag:_FillValue = 0 ;
		current_speed_qc_flag:valid_range = 0, 1162261466 ;
		current_speed_qc_flag:base3_flag_value = 0b, 1b, 2b ;
		current_speed_qc_flag:base3_flag_value_description = "None Passed Failed" ;
		current_speed_qc_flag:base3_flag_value_positions = 1b, 2b, 3b, 4b, 5b, 6b, 7b ;
		current_speed_qc_flag:base3_flag_value_position_meaning = "Integrity Range Gradient Persistence Dependency Sensor_stability Expertise" ;
		current_speed_qc_flag:base3_qc_tests_to_run = 40 ;
	byte current_speed_qc_level(time, depth, lat, lon) ;
		current_speed_qc_level:long_name = "current_speed QC Level" ;
		current_speed_qc_level:short_name = "CSPDQCL" ;
		current_speed_qc_level:intent = "data_quality" ;
		current_speed_qc_level:standard_name = "sea_water_velocity data_quality_level" ;
		current_speed_qc_level:units = "1" ;
		current_speed_qc_level:_FillValue = 0b ;
		current_speed_qc_level:valid_range = -9b, 4b ;
		current_speed_qc_level:flag_value = -9b, 0b, 1b, 2b, 3b, 4b ;
		current_speed_qc_level:flag_value_meanings = "Missing No_QC Bad Suspect Good Best" ;
	byte current_speed_qc_stage(time, depth, lat, lon) ;
		current_speed_qc_stage:long_name = "current_speed QC Stage" ;
		current_speed_qc_stage:short_name = "CSPDQCS" ;
		current_speed_qc_stage:intent = "data_quality" ;
		current_speed_qc_stage:standard_name = "sea_water_velocity data_quality_stage" ;
		current_speed_qc_stage:units = "1" ;
		current_speed_qc_stage:_FillValue = 0b ;
		current_speed_qc_stage:valid_range = 0b, 4b ;
		current_speed_qc_stage:flag_value = 0b, 1b, 2b, 3b, 4b ;
		current_speed_qc_stage:flag_value_meanings = "None Processed_R/T Reviewed Post-Processed Final" ;
	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:ancillary_variables = "current_direction_qc" ;
		current_direction:_FillValue = -999.f ;
		current_direction:units = "angular_degrees" ;
		current_direction:measurement_type = "Measured" ;
		current_direction:instrument_range = 0.f, 360.f ;
		current_direction:valid_range = 0.f, 360.f ;
		current_direction:precision = 0.35 ;
		current_direction:accuracy = 5. ;
		current_direction:is_dead = 0. ;
		current_direction:calibration_coeffs = 0., 0.3516, 0., 0. ;
		current_direction:epic_code = 310 ;
		current_direction:comment = "Rotated to true north using magnetic_variation" ;
	byte current_direction_qc(time, depth, lat, lon) ;
		current_direction_qc:long_name = "Current Direction QC" ;
		current_direction_qc:short_name = "CDIRQC" ;
		current_direction_qc:intent = "data_quality" ;
		current_direction_qc:standard_name = "direction_of_sea_water_velocity data_quality" ;
		current_direction_qc:_FillValue = -128b ;
		current_direction_qc:units = "1" ;
		current_direction_qc:valid_range = -127s, 127s ;
		current_direction_qc:flag_values = 0b, 1b, 2b ;
		current_direction_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
	int current_direction_qc_flag(time, depth, lat, lon) ;
		current_direction_qc_flag:long_name = "current_direction QC Flag" ;
		current_direction_qc_flag:short_name = "CDIRQCF" ;
		current_direction_qc_flag:intent = "data_quality" ;
		current_direction_qc_flag:standard_name = "direction_of_sea_water_velocity data_quality_flag" ;
		current_direction_qc_flag:units = "1" ;
		current_direction_qc_flag:_FillValue = 0 ;
		current_direction_qc_flag:valid_range = 0, 1162261466 ;
		current_direction_qc_flag:base3_flag_value = 0b, 1b, 2b ;
		current_direction_qc_flag:base3_flag_value_description = "None Passed Failed" ;
		current_direction_qc_flag:base3_flag_value_positions = 1b, 2b, 3b, 4b, 5b, 6b, 7b ;
		current_direction_qc_flag:base3_flag_value_position_meaning = "Integrity Range Gradient Persistence Dependency Sensor_stability Expertise" ;
		current_direction_qc_flag:base3_qc_tests_to_run = 40 ;
	byte current_direction_qc_level(time, depth, lat, lon) ;
		current_direction_qc_level:long_name = "current_direction QC Level" ;
		current_direction_qc_level:short_name = "CDIRQCL" ;
		current_direction_qc_level:intent = "data_quality" ;
		current_direction_qc_level:standard_name = "direction_of_sea_water_velocity data_quality_level" ;
		current_direction_qc_level:units = "1" ;
		current_direction_qc_level:_FillValue = 0b ;
		current_direction_qc_level:valid_range = -9b, 4b ;
		current_direction_qc_level:flag_value = -9b, 0b, 1b, 2b, 3b, 4b ;
		current_direction_qc_level:flag_value_meanings = "Missing No_QC Bad Suspect Good Best" ;
	byte current_direction_qc_stage(time, depth, lat, lon) ;
		current_direction_qc_stage:long_name = "current_direction QC Stage" ;
		current_direction_qc_stage:short_name = "CDIRQCS" ;
		current_direction_qc_stage:intent = "data_quality" ;
		current_direction_qc_stage:standard_name = "direction_of_sea_water_velocity data_quality_stage" ;
		current_direction_qc_stage:units = "1" ;
		current_direction_qc_stage:_FillValue = 0b ;
		current_direction_qc_stage:valid_range = 0b, 4b ;
		current_direction_qc_stage:flag_value = 0b, 1b, 2b, 3b, 4b ;
		current_direction_qc_stage:flag_value_meanings = "None Processed_R/T Reviewed Post-Processed Final" ;
	float current_u(time, depth, lat, lon) ;
		current_u:long_name = "East Current Velocity Component" ;
		current_u:standard_name = "eastward_sea_water_velocity" ;
		current_u:ancillary_variables = "current_u_qc" ;
		current_u:short_name = "u" ;
		current_u:measurement_type = "Derived" ;
		current_u:dependency = "current_speed, current_direction, current_v" ;
		current_u:units = "cm/s" ;
		current_u:instrument_range = -300.f, 300.f ;
		current_u:valid_range = -300.f, 300.f ;
		current_u:precision = 0.1 ;
		current_u:accuracy = 3. ;
		current_u:_FillValue = -9999.f ;
		current_u:is_dead = 0. ;
	byte current_u_qc(time, depth, lat, lon) ;
		current_u_qc:long_name = "East Current Velocity Component QC" ;
		current_u_qc:short_name = "UQC" ;
		current_u_qc:intent = "data_quality" ;
		current_u_qc:standard_name = "eastward_sea_water_velocity data_quality" ;
		current_u_qc:_FillValue = -128b ;
		current_u_qc:units = "1" ;
		current_u_qc:valid_range = -127s, 127s ;
		current_u_qc:flag_values = 0b, 1b, 2b ;
		current_u_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
	int current_u_qc_flag(time, depth, lat, lon) ;
		current_u_qc_flag:long_name = "current_u QC Flag" ;
		current_u_qc_flag:short_name = "UQCF" ;
		current_u_qc_flag:intent = "data_quality" ;
		current_u_qc_flag:standard_name = "eastward_sea_water_velocity data_quality_flag" ;
		current_u_qc_flag:units = "1" ;
		current_u_qc_flag:_FillValue = 0 ;
		current_u_qc_flag:valid_range = 0, 1162261466 ;
		current_u_qc_flag:base3_flag_value = 0b, 1b, 2b ;
		current_u_qc_flag:base3_flag_value_description = "None Passed Failed" ;
		current_u_qc_flag:base3_flag_value_positions = 1b, 2b, 3b, 4b, 5b, 6b, 7b ;
		current_u_qc_flag:base3_flag_value_position_meaning = "Integrity Range Gradient Persistence Dependency Sensor_stability Expertise" ;
		current_u_qc_flag:base3_qc_tests_to_run = 121 ;
	byte current_u_qc_level(time, depth, lat, lon) ;
		current_u_qc_level:long_name = "current_u QC Level" ;
		current_u_qc_level:short_name = "UQCL" ;
		current_u_qc_level:intent = "data_quality" ;
		current_u_qc_level:standard_name = "eastward_sea_water_velocity data_quality_level" ;
		current_u_qc_level:units = "1" ;
		current_u_qc_level:_FillValue = 0b ;
		current_u_qc_level:valid_range = -9b, 4b ;
		current_u_qc_level:flag_value = -9b, 0b, 1b, 2b, 3b, 4b ;
		current_u_qc_level:flag_value_meanings = "Missing No_QC Bad Suspect Good Best" ;
	byte current_u_qc_stage(time, depth, lat, lon) ;
		current_u_qc_stage:long_name = "current_u QC Stage" ;
		current_u_qc_stage:short_name = "UQCS" ;
		current_u_qc_stage:intent = "data_quality" ;
		current_u_qc_stage:standard_name = "eastward_sea_water_velocity data_quality_stage" ;
		current_u_qc_stage:units = "1" ;
		current_u_qc_stage:_FillValue = 0b ;
		current_u_qc_stage:valid_range = 0b, 4b ;
		current_u_qc_stage:flag_value = 0b, 1b, 2b, 3b, 4b ;
		current_u_qc_stage:flag_value_meanings = "None Processed_R/T Reviewed Post-Processed Final" ;
	float current_v(time, depth, lat, lon) ;
		current_v:long_name = "North Current Velocity Component" ;
		current_v:standard_name = "northward_sea_water_velocity" ;
		current_v:short_name = "v" ;
		current_v:ancillary_variables = "current_v_qc" ;
		current_v:_FillValue = -999.f ;
		current_v:units = "cm/s" ;
		current_v:measurement_type = "Derived" ;
		current_v:dependency = "current_speed, current_direction, current_u" ;
		current_v:instrument_range = -300.f, 300.f ;
		current_v:valid_range = -300.f, 300.f ;
		current_v:precision = 0.1 ;
		current_v:accuracy = 3. ;
		current_v:is_dead = 0. ;
	byte current_v_qc(time, depth, lat, lon) ;
		current_v_qc:long_name = "North Current Velocity Component QC" ;
		current_v_qc:short_name = "VQC" ;
		current_v_qc:intent = "data_quality" ;
		current_v_qc:standard_name = "northward_sea_water_velocity data_quality" ;
		current_v_qc:_FillValue = -128b ;
		current_v_qc:units = "1" ;
		current_v_qc:valid_range = -127s, 127s ;
		current_v_qc:flag_values = 0b, 1b, 2b ;
		current_v_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
	int current_v_qc_flag(time, depth, lat, lon) ;
		current_v_qc_flag:long_name = "current_v QC Flag" ;
		current_v_qc_flag:short_name = "VQCF" ;
		current_v_qc_flag:intent = "data_quality" ;
		current_v_qc_flag:standard_name = "northward_sea_water_velocity data_quality_flag" ;
		current_v_qc_flag:units = "1" ;
		current_v_qc_flag:_FillValue = 0 ;
		current_v_qc_flag:valid_range = 0, 1162261466 ;
		current_v_qc_flag:base3_flag_value = 0b, 1b, 2b ;
		current_v_qc_flag:base3_flag_value_description = "None Passed Failed" ;
		current_v_qc_flag:base3_flag_value_positions = 1b, 2b, 3b, 4b, 5b, 6b, 7b ;
		current_v_qc_flag:base3_flag_value_position_meaning = "Integrity Range Gradient Persistence Dependency Sensor_stability Expertise" ;
		current_v_qc_flag:base3_qc_tests_to_run = 121 ;
	byte current_v_qc_level(time, depth, lat, lon) ;
		current_v_qc_level:long_name = "current_v QC Level" ;
		current_v_qc_level:short_name = "VQCL" ;
		current_v_qc_level:intent = "data_quality" ;
		current_v_qc_level:standard_name = "northward_sea_water_velocity data_quality_level" ;
		current_v_qc_level:units = "1" ;
		current_v_qc_level:_FillValue = 0b ;
		current_v_qc_level:valid_range = -9b, 4b ;
		current_v_qc_level:flag_value = -9b, 0b, 1b, 2b, 3b, 4b ;
		current_v_qc_level:flag_value_meanings = "Missing No_QC Bad Suspect Good Best" ;
	byte current_v_qc_stage(time, depth, lat, lon) ;
		current_v_qc_stage:long_name = "current_v QC Stage" ;
		current_v_qc_stage:short_name = "VQCS" ;
		current_v_qc_stage:intent = "data_quality" ;
		current_v_qc_stage:standard_name = "northward_sea_water_velocity data_quality_stage" ;
		current_v_qc_stage:units = "1" ;
		current_v_qc_stage:_FillValue = 0b ;
		current_v_qc_stage:valid_range = 0b, 4b ;
		current_v_qc_stage:flag_value = 0b, 1b, 2b, 3b, 4b ;
		current_v_qc_stage:flag_value_meanings = "None Processed_R/T Reviewed Post-Processed Final" ;
	float temperature(time, depth, lat, lon) ;
		temperature:long_name = "Water Temperature" ;
		temperature:standard_name = "sea_water_temperature" ;
		temperature:short_name = "WT" ;
		temperature:ancillary_variables = "temperature_qc" ;
		temperature:_FillValue = -999.f ;
		temperature:units = "celsius" ;
		temperature:measurement_type = "Measured" ;
		temperature:instrument_range = -0.64f, 32.87f ;
		temperature:valid_range = -0.5f, 30.f ;
		temperature:precision = 0.003 ;
		temperature:accuracy = 0.05 ;
		temperature:is_dead = 0 ;
		temperature:calibration_coeffs = -0.6595, 0.03414, -6.292e-06, 4.8e-09 ;
		temperature:calibration_type = "Wide Range" ;
		temperature:epic_code = 20 ;
	byte temperature_qc(time, depth, lat, lon) ;
		temperature_qc:long_name = "Water Temperature QC" ;
		temperature_qc:short_name = "WTQC" ;
		temperature_qc:intent = "data_quality" ;
		temperature_qc:standard_name = "sea_water_temperature data_quality" ;
		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 = "quality_good out_of_range sensor_nonfunctional" ;
	int temperature_qc_flag(time, depth, lat, lon) ;
		temperature_qc_flag:long_name = "temperature QC Flag" ;
		temperature_qc_flag:short_name = "WTQCF" ;
		temperature_qc_flag:intent = "data_quality" ;
		temperature_qc_flag:standard_name = "sea_water_temperature data_quality_flag" ;
		temperature_qc_flag:units = "1" ;
		temperature_qc_flag:_FillValue = 0 ;
		temperature_qc_flag:valid_range = 0, 1162261466 ;
		temperature_qc_flag:base3_flag_value = 0b, 1b, 2b ;
		temperature_qc_flag:base3_flag_value_description = "None Passed Failed" ;
		temperature_qc_flag:base3_flag_value_positions = 1b, 2b, 3b, 4b, 5b, 6b, 7b ;
		temperature_qc_flag:base3_flag_value_position_meaning = "Integrity Range Gradient Persistence Dependency Sensor_stability Expertise" ;
		temperature_qc_flag:base3_qc_tests_to_run = 40 ;
	byte temperature_qc_level(time, depth, lat, lon) ;
		temperature_qc_level:long_name = "temperature QC Level" ;
		temperature_qc_level:short_name = "WTQCL" ;
		temperature_qc_level:intent = "data_quality" ;
		temperature_qc_level:standard_name = "sea_water_temperature data_quality_level" ;
		temperature_qc_level:units = "1" ;
		temperature_qc_level:_FillValue = 0b ;
		temperature_qc_level:valid_range = -9b, 4b ;
		temperature_qc_level:flag_value = -9b, 0b, 1b, 2b, 3b, 4b ;
		temperature_qc_level:flag_value_meanings = "Missing No_QC Bad Suspect Good Best" ;
	byte temperature_qc_stage(time, depth, lat, lon) ;
		temperature_qc_stage:long_name = "temperature QC Stage" ;
		temperature_qc_stage:short_name = "WTQCS" ;
		temperature_qc_stage:intent = "data_quality" ;
		temperature_qc_stage:standard_name = "sea_water_temperature data_quality_stage" ;
		temperature_qc_stage:units = "1" ;
		temperature_qc_stage:_FillValue = 0b ;
		temperature_qc_stage:valid_range = 0b, 4b ;
		temperature_qc_stage:flag_value = 0b, 1b, 2b, 3b, 4b ;
		temperature_qc_stage:flag_value_meanings = "None Processed_R/T Reviewed Post-Processed Final" ;

// 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" ;
		:history = "Fri Aug 18 12:41:10 2006:  Modified [lon,lat] to [-65.906815,42.329633].\n",
			"Tue Mar 28 15:33:24 2006:  Modified [lon,lat] to [-65.906850,42.329500].\n",
			"04-Oct-2005 10:23:05:  Modified [lon,lat] to [-65.906750,42.329700].\n",
			"Sun Oct  2 17:34:39 2005: /usr/local/nco/bin/ncrcat -d time,2453646.6875,2453647.8675 N0105.aanderaa.goes-realtime.nc N0105.aanderaa.goes-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 = "" ;
		:Conventions = "CF-1.0" ;
		:project = "GOMOOS" ;
		:project_url = "http://gomoos.org" ;
		:contact = "nealp@maine.edu,ljm@umeoce.maine.edu,bfleming@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" ;
		:aanderaa_serial_number = "AANCM685" ;
		:aanderaa_manufacturer = "Aanderaa Instruments" ;
		:aanderaa_model = "RCM9 MkII" ;
		:instrument_number = 0 ;
		:processing = "goes-realtime" ;
		:water_depth = 225 ;
		:mooring_site_id = "N0105" ;
		:mooring_site_desc = "Northeast Channel" ;
		:breakout_id = 5 ;
		:station_type = "Surface Mooring" ;
		:mooring_type = "Tethered" ;
		:ndbc_site_id = "44024" ;
		:uscg_light_list_letter = "" ;
		:uscg_light_list_number = "" ;
		:watch_circle_radius = 80 ;
		:station_photo = "http://gyre.umeoce.maine.edu/gomoos/images/generic_buoy.png" ;
		:position_datum = "WGS 84" ;
		:depth_datum = "Sea Level" ;
		:number_sampling_periods_per_hour = 1 ;
		:number_samples_per_period = 120 ;
		:sampling_period = 2 ;
		:sampling_period_units = "Minutes" ;
		:clock_time = "Center of period" ;
		:delta_t = 60 ;
		:magnetic_variation = -17.8 ;
		:goes_platform_id = "044157D2" ;
		:starting_julian_day_number = 53645.7083333335 ;
		:starting_julian_day_string = "2005-10-02 17:00:00" ;
		:ending_julian_day_number = 53994.5416666665 ;
		:ending_julian_day_string = "2006-09-16 13:00:00" ;
		:algorithm_ids = "AANCM_Currents_1.5:  20-Sep-2005 19:57:44\n",
			"AANCM_Temperature_1.5:  20-Sep-2005 19:57:44" ;
		:longitude = -65.9068151472932 ;
		:latitude = 42.3296326422198 ;
}

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