netcdf J0205.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 47 ;
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 air_temperature_depth(air_temperature_depth) ;
		air_temperature_depth:long_name = "Depth" ;
		air_temperature_depth:standard_name = "depth" ;
		air_temperature_depth:short_name = "D" ;
		air_temperature_depth:units = "meters" ;
		air_temperature_depth:positive = "down" ;
		air_temperature_depth:_FillValue = -999. ;
		air_temperature_depth:valid_range = -10000., 100. ;
		air_temperature_depth:epic_code = 3 ;
		air_temperature_depth:Comment = "Coordinate variable" ;
	double visibility_depth(visibility_depth) ;
		visibility_depth:long_name = "Depth" ;
		visibility_depth:standard_name = "depth" ;
		visibility_depth:short_name = "D" ;
		visibility_depth:units = "meters" ;
		visibility_depth:positive = "down" ;
		visibility_depth:_FillValue = -999. ;
		visibility_depth:valid_range = -10000., 100. ;
		visibility_depth:epic_code = 3 ;
		visibility_depth:Comment = "Coordinate variable" ;
	double wind_depth(wind_depth) ;
		wind_depth:long_name = "Depth" ;
		wind_depth:standard_name = "depth" ;
		wind_depth:short_name = "D" ;
		wind_depth:units = "meters" ;
		wind_depth:positive = "down" ;
		wind_depth:_FillValue = -999. ;
		wind_depth:valid_range = -10000., 100. ;
		wind_depth:Comment = "Coordinate variable" ;
	double time(time) ;
		time:long_name = "Time" ;
		time:standard_name = "time" ;
		time:short_name = "time" ;
		time:units = "days since -4713-01-01 00:00:00" ;
		time:_FillValue = -999. ;
		time:valid_range = 0., 2460000. ;
		time:epic_code = 624 ;
		time:Comment = "Coordinate variable" ;
	float air_temperature(time, air_temperature_depth, lat, lon) ;
		air_temperature:long_name = "Air Temperature" ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:short_name = "AT" ;
		air_temperature:ancillary_variables = "air_temperature_qc" ;
		air_temperature:_FillValue = -999.f ;
		air_temperature:units = "celsius" ;
		air_temperature:valid_range = -40.f, 40.f ;
		air_temperature:is_dead = 0 ;
		air_temperature:epic_code = 20 ;
	byte air_temperature_qc(time, air_temperature_depth, lat, lon) ;
		air_temperature_qc:long_name = "Air Temperature QC" ;
		air_temperature_qc:short_name = "ATQC" ;
		air_temperature_qc:intent = "data_quality" ;
		air_temperature_qc:standard_name = "air_temperature data_quality" ;
		air_temperature_qc:_FillValue = 128s ;
		air_temperature_qc:units = "1" ;
		air_temperature_qc:valid_range = -127s, 127s ;
		air_temperature_qc:flag_values = 0s, 1s, 2s, 3s ;
		air_temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_gust(time, wind_depth, lat, lon) ;
		wind_gust:long_name = "Wind Gust" ;
		wind_gust:short_name = "WGST" ;
		wind_gust:ancillary_variables = "wind_gust_qc" ;
		wind_gust:_FillValue = -999.f ;
		wind_gust:units = "m/s" ;
		wind_gust:valid_range = 0.f, 200.f ;
		wind_gust:is_dead = 2453031.41666667 ;
		wind_gust:epic_code = 42 ;
	byte wind_gust_qc(time, wind_depth, lat, lon) ;
		wind_gust_qc:long_name = "Wind Gust QC" ;
		wind_gust_qc:short_name = "WGSTQC" ;
		wind_gust_qc:intent = "data_quality" ;
		wind_gust_qc:standard_name = "wind_gust data_quality" ;
		wind_gust_qc:_FillValue = 128s ;
		wind_gust_qc:units = "1" ;
		wind_gust_qc:valid_range = -127s, 127s ;
		wind_gust_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_gust_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_speed(time, wind_depth, lat, lon) ;
		wind_speed:long_name = "Wind Speed" ;
		wind_speed:standard_name = "wind_speed" ;
		wind_speed:ancillary_variables = "wind_speed_qc" ;
		wind_speed:short_name = "WSPD" ;
		wind_speed:_FillValue = -999.f ;
		wind_speed:units = "m/s" ;
		wind_speed:valid_range = 0.f, 200.f ;
		wind_speed:is_dead = 2453031.41666667 ;
		wind_speed:epic_code = 401 ;
	byte wind_speed_qc(time, wind_depth, lat, lon) ;
		wind_speed_qc:long_name = "Wind Speed QC" ;
		wind_speed_qc:short_name = "WSPDQC" ;
		wind_speed_qc:intent = "data_quality" ;
		wind_speed_qc:standard_name = "wind_speed data_quality" ;
		wind_speed_qc:_FillValue = 128s ;
		wind_speed_qc:units = "1" ;
		wind_speed_qc:valid_range = -127s, 127s ;
		wind_speed_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_speed_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float wind_direction(time, wind_depth, lat, lon) ;
		wind_direction:long_name = "Wind Direction" ;
		wind_direction:standard_name = "wind_from_direction" ;
		wind_direction:ancillary_variables = "wind_direction_qc" ;
		wind_direction:short_name = "WDIR" ;
		wind_direction:_FillValue = -999.f ;
		wind_direction:units = "degrees" ;
		wind_direction:valid_range = 0.f, 360.f ;
		wind_direction:is_dead = 2453031.41666667 ;
		wind_direction:epic_code = 410 ;
	byte wind_direction_qc(time, wind_depth, lat, lon) ;
		wind_direction_qc:long_name = "Wind Direction QC" ;
		wind_direction_qc:short_name = "WDIRQC" ;
		wind_direction_qc:intent = "data_quality" ;
		wind_direction_qc:standard_name = "wind_from_direction data_quality" ;
		wind_direction_qc:_FillValue = 128s ;
		wind_direction_qc:units = "1" ;
		wind_direction_qc:valid_range = -127s, 127s ;
		wind_direction_qc:flag_values = 0s, 1s, 2s, 3s ;
		wind_direction_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;
	float visibility(time, visibility_depth, lat, lon) ;
		visibility:long_name = "Visibility" ;
		visibility:standard_name = "visibility_in_air" ;
		visibility:short_name = "VIS" ;
		visibility:ancillary_variables = "visibility_qc" ;
		visibility:_FillValue = -999.f ;
		visibility:units = "meters" ;
		visibility:valid_range = 0.f, 3000.f ;
		visibility:is_dead = 0 ;
		visibility:calibration_coeffs = -0.5517, 0.6007056, 0., 0. ;
	byte visibility_qc(time, visibility_depth, lat, lon) ;
		visibility_qc:long_name = "Visibility Quality" ;
		visibility_qc:short_name = "VISQ" ;
		visibility_qc:intent = "data_quality" ;
		visibility_qc:standard_name = "visibility_in_air data_quality" ;
		visibility_qc:_FillValue = 128s ;
		visibility_qc:units = "1" ;
		visibility_qc:valid_range = -127s, 127s ;
		visibility_qc:flag_values = 0s, 1s, 2s, 3s ;
		visibility_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional questionable" ;

// 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 = "Wed Feb 11 19:35:57 2004: /usr/local/nco/bin/ncrcat -d time,2452907.9750,2453047.8333 J0205.met.realtime.nc J0205.met.realtime.nc.new\n",
			"03-Feb-2004 20:08:13:  Parameter wind_gust marked as non-functional as of julian day 2453031.416667 (2004-01-26 10:00:00)\n",
			"03-Feb-2004 20:08:09:  Parameter wind_direction marked as non-functional as of julian day 2453031.416667 (2004-01-26 10:00:00)\n",
			"03-Feb-2004 20:08:05:  Parameter wind_speed marked as non-functional as of julian day 2453031.416667 (2004-01-26 10:00:00)\n",
			"27-Jan-2004 17:49:15:  Parameter 2.453031e+06 marked as non-functional as of julian day 119.000000 (ind_gust)Parameter ---------777777777111111111222222222---------000000000333323333---------201020211283376089         000000000000000000:::::::::000000000000000000:::::::::000000000000000000 marked as non-functional as of julian day \n",
			"27-Jan-2004 17:49:11:  Parameter 2.453031e+06 marked as non-functional as of julian day 119.000000 (ind_direction)Parameter --------------777777777777771111111111111122222222222222--------------0000000000000033332333333333--------------2010200100101128337387429843              0000000000000000000000000000::::::::::::::0000000000000000000000000000::::::::::::::0000000000000000000000000000 marked as non-functional as of julian day \n",
			"27-Jan-2004 17:49:07:  Parameter 2.453031e+06 marked as non-functional as of julian day 119.000000 (ind_speed)Parameter ----------777777777711111111112222222222----------00000000003333233333----------20102110002833785443          00000000000000000000::::::::::00000000000000000000::::::::::00000000000000000000 marked as non-functional as of julian day \n",
			"26-Jan-2004 17:56:02:  Parameter 2.453031e+06 marked as non-functional as of julian day 119.000000 (ind_speed)Parameter ----------777777777711111111112222222222----------00000000003333233333----------20102110002833785443          00000000000000000000::::::::::00000000000000000000::::::::::00000000000000000000 marked as non-functional as of julian day \n",
			"16-Jan-2004 13:35:48:  Parameter wind_direction marked as non-functional as of julian day 2453013.375000 (2004-01-08 09:00:00)\n",
			"16-Jan-2004 13:35:44:  Parameter wind_gust marked as non-functional as of julian day 2453013.375000 (2004-01-08 09:00:00)\n",
			"16-Jan-2004 13:35:41:  Parameter wind_speed marked as non-functional as of julian day 2453013.375000 (2004-01-08 09:00:00)\n",
			"02-Oct-2003 11:56:52:  Modified [lon,lat] to [-67.013000,44.890900].\n",
			"25-Sep-2003 14:45:37:  Modified [lon,lat] to [-67.017300,44.891200].\n",
			"Wed Sep 24 23:53:55 2003: ncrcat -d time,2452907.95833332, J0205.met.realtime.nc tmp.nc" ;
		: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,jevans@umeoce.maine.edu" ;
		:time_zone = "UTC" ;
		:julian_day_convention = "Julian date convention begins at 00:00:00 UTC on 1 January 4713 BC" ;
		:buffer_type = "met" ;
		:instrument_number = 0 ;
		:wind_sensor_serial_number = 49998 ;
		:visibility_sensor_serial_number = 267 ;
		:processing = "realtime" ;
		:water_depth = 35 ;
		:mooring_site_id = "J0205" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.6 ;
		:goes_platform_id = "044073C4" ;
		:starting_julian_day_number = 2453045.66667244 ;
		:starting_julian_day_string = "2004-02-09 16:00:00" ;
		:ending_julian_day_number = 2453049.91667244 ;
		:ending_julian_day_string = "2004-02-13 22:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  04-Sep-2003 12:18:12\n",
			"AAN_VIZ_1.2:  04-Sep-2003 12:18:12" ;
data:

 lat = 44.8909 ;

 lon = -67.013 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453045.66666667, 2453045.70833333, 2453045.75, 2453045.79166667, 
    2453045.83333333, 2453046.75, 2453046.79166667, 2453046.83333333, 
    2453046.875, 2453047.625, 2453047.66666667, 2453047.70833333, 2453047.75, 
    2453047.79166667, 2453047.83333333, 2453047.875, 2453047.91666667, 
    2453047.95833333, 2453048, 2453048.54166667, 2453048.58333333, 
    2453048.625, 2453048.66666667, 2453048.70833333, 2453048.75, 
    2453048.79166667, 2453048.83333333, 2453048.875, 2453048.91666667, 
    2453048.95833333, 2453049, 2453049.04166667, 2453049.08333333, 
    2453049.125, 2453049.16666667, 2453049.20833333, 2453049.25, 
    2453049.54166667, 2453049.58333333, 2453049.625, 2453049.66666667, 
    2453049.70833333, 2453049.75, 2453049.79166667, 2453049.83333333, 
    2453049.875, 2453049.91666667 ;

 air_temperature =
  -2.238,
  -1.769,
  -0.796,
  -0.453,
  -0.847,
  3.947,
  4.267,
  3.309,
  2.195,
  -0.738,
  0.365,
  0.176,
  1.195,
  0.287,
  -0.172,
  0.71,
  -0.405,
  -0.733,
  -1.622,
  -9.96,
  -9.38,
  -7.71,
  -6.57,
  -6.073,
  -6.319,
  -5.982,
  -5.486,
  -5.065,
  -4.705,
  -5.583,
  -5.96,
  -5.626,
  -5.085,
  -5.172,
  -5.7,
  -6.313,
  -6.241,
  -2.447,
  -1.415,
  -0.213,
  0.881,
  0.991,
  0.978,
  0.851,
  0.922,
  0.969,
  0.447 ;

 air_temperature_qc =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;

 wind_gust =
  0,
  5.096,
  5.449,
  5.135,
  5.998,
  0,
  5.096,
  3.724,
  1.764,
  0,
  5.292,
  9.17,
  6.978,
  9.21,
  4.606,
  12.03,
  7.92,
  8.94,
  12.82,
  8.23,
  10.54,
  10.43,
  9.96,
  12.23,
  7.41,
  8.86,
  8.23,
  6.782,
  5.096,
  4.586,
  6.311,
  4.214,
  6.782,
  6.507,
  5.37,
  2.94,
  1.803,
  0,
  7.29,
  9.37,
  9.92,
  9.49,
  11.96,
  8.04,
  8.94,
  8.39,
  6.468 ;

 wind_gust_qc =
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 wind_speed =
  3.92,
  3.336,
  4.246,
  2.985,
  4.066,
  2.352,
  3.916,
  2.918,
  1.013,
  3.92,
  3.252,
  6.572,
  4.905,
  6.771,
  3.068,
  9.16,
  6.267,
  6.011,
  10.85,
  8.23,
  8.28,
  8.51,
  8.02,
  8.77,
  5.958,
  6.782,
  5.971,
  3.994,
  4.204,
  3.18,
  4.984,
  3.12,
  5.405,
  5.072,
  3.928,
  1.23,
  1.201,
  4.508,
  5.409,
  6.912,
  7.22,
  7.4,
  9.2,
  5.959,
  5.882,
  5.402,
  4.353 ;

 wind_speed_qc =
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 wind_direction =
  12.8,
  12.65,
  259.4,
  187.5,
  129.4,
  338.6,
  191.2,
  77.5,
  195.8,
  4.04,
  237.8,
  244.4,
  251.5,
  274.3,
  245,
  223,
  231,
  219.1,
  244,
  226.5,
  279.4,
  227.6,
  303.2,
  291.7,
  275.9,
  289.1,
  289.5,
  194.4,
  161.6,
  140.3,
  152.8,
  162.3,
  176.4,
  182.2,
  293.9,
  235.1,
  245.2,
  83.7,
  87.9,
  170.6,
  168.2,
  251.7,
  245.8,
  252.2,
  243.8,
  231.1,
  264.7 ;

 wind_direction_qc =
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 visibility =
  -1.345833,
  -1.345833,
  2794.531,
  2961.528,
  2960.927,
  -1.345833,
  2961.528,
  2618.525,
  2960.326,
  -1.345833,
  2961.528,
  2956.722,
  2961.528,
  2000.999,
  2828.772,
  2961.528,
  2961.528,
  2960.927,
  2533.825,
  -1.345833,
  2961.528,
  2962.128,
  2962.128,
  2521.21,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2961.528,
  2961.528,
  2960.927,
  -1.345833,
  -1.345833,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2962.128,
  2961.528,
  2961.528 ;

 visibility_qc =
  1,
  1,
  0,
  0,
  0,
  1,
  0,
  0,
  0,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  1,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;
}
