netcdf L0105.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 172 ;
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 = 0 ;
		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 = 0 ;
		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 = 0 ;
		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 = "" ;
		: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 = "RMYWM46272" ;
		:visibility_sensor_serial_number = 314 ;
		:processing = "realtime" ;
		:water_depth = 98 ;
		:mooring_site_id = "L0105" ;
		:mooring_site_desc = "Scotian Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.0667 ;
		:goes_platform_id = "0440A5AC" ;
		:starting_julian_day_number = 2453135.00000579 ;
		:starting_julian_day_string = "2004-05-09 00:00:00" ;
		:ending_julian_day_number = 2453141.95833912 ;
		:ending_julian_day_string = "2004-05-15 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  11-May-2004 20:37:41\n",
			"AAN_VIZ_1.2:  11-May-2004 20:37:41" ;
data:

 lat = 43.625 ;

 lon = -66.5545 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453135, 2453135.04166667, 2453135.08333333, 2453135.125, 
    2453135.16666667, 2453135.20833333, 2453135.25, 2453135.29166667, 
    2453135.33333333, 2453135.375, 2453135.41666667, 2453135.45833333, 
    2453135.5, 2453135.54166667, 2453135.58333333, 2453135.625, 
    2453135.66666667, 2453135.70833333, 2453135.75, 2453135.79166667, 
    2453135.83333333, 2453135.875, 2453135.91666667, 2453135.95833333, 
    2453136, 2453136.04166667, 2453136.08333333, 2453136.125, 
    2453136.16666667, 2453136.20833333, 2453136.25, 2453136.29166667, 
    2453136.33333333, 2453136.375, 2453136.41666667, 2453136.45833333, 
    2453136.5, 2453136.54166667, 2453136.58333333, 2453136.625, 
    2453136.66666667, 2453136.70833333, 2453136.75, 2453136.79166667, 
    2453136.83333333, 2453136.875, 2453136.91666667, 2453136.95833333, 
    2453137, 2453137.04166667, 2453137.08333333, 2453137.125, 
    2453137.16666667, 2453137.20833333, 2453137.25, 2453137.29166667, 
    2453137.33333333, 2453137.375, 2453137.41666667, 2453137.45833333, 
    2453137.5, 2453137.54166667, 2453137.58333333, 2453137.625, 
    2453137.66666667, 2453137.70833333, 2453137.75, 2453137.83333333, 
    2453137.875, 2453137.91666667, 2453137.95833333, 2453138, 
    2453138.04166667, 2453138.08333333, 2453138.125, 2453138.16666667, 
    2453138.20833333, 2453138.25, 2453138.29166667, 2453138.33333333, 
    2453138.375, 2453138.41666667, 2453138.45833333, 2453138.5, 
    2453138.54166667, 2453138.58333333, 2453138.625, 2453138.66666667, 
    2453138.70833333, 2453138.75, 2453138.79166667, 2453138.83333333, 
    2453138.875, 2453138.91666667, 2453138.95833333, 2453139, 
    2453139.04166667, 2453139.08333333, 2453139.125, 2453139.16666667, 
    2453139.20833333, 2453139.25, 2453139.29166667, 2453139.33333333, 
    2453139.375, 2453139.41666667, 2453139.45833333, 2453139.5, 
    2453139.58333333, 2453139.58333333, 2453139.625, 2453139.66666667, 
    2453139.70833333, 2453139.70833333, 2453139.70833333, 2453139.75, 
    2453139.79166667, 2453139.79166667, 2453139.83333333, 2453139.83333333, 
    2453139.83333333, 2453139.83333333, 2453139.875, 2453139.91666667, 
    2453139.95833333, 2453140, 2453140.04166667, 2453140.08333333, 
    2453140.125, 2453140.16666667, 2453140.20833333, 2453140.25, 
    2453140.29166667, 2453140.33333333, 2453140.375, 2453140.41666667, 
    2453140.45833333, 2453140.5, 2453140.54166667, 2453140.58333333, 
    2453140.625, 2453140.66666667, 2453140.70833333, 2453140.75, 
    2453140.79166667, 2453140.83333333, 2453140.875, 2453140.91666667, 
    2453140.95833333, 2453141, 2453141.04166667, 2453141.125, 
    2453141.16666667, 2453141.20833333, 2453141.25, 2453141.29166667, 
    2453141.33333333, 2453141.375, 2453141.41666667, 2453141.45833333, 
    2453141.5, 2453141.54166667, 2453141.58333333, 2453141.625, 
    2453141.66666667, 2453141.70833333, 2453141.75, 2453141.79166667, 
    2453141.83333333, 2453141.875, 2453141.91666667, 2453141.95833333 ;

 air_temperature =
  17.13,
  16.77,
  16.36,
  16.41,
  16.27,
  16.16,
  16.33,
  16.18,
  16.5,
  16.29,
  16.43,
  16.6,
  16.77,
  17.08,
  17.46,
  17.81,
  18.45,
  18.9,
  19.43,
  20.03,
  20.56,
  20.74,
  20.9,
  20.45,
  19.62,
  18.68,
  17.93,
  17.36,
  16.77,
  16.78,
  16.7,
  16.49,
  16.22,
  15.96,
  16.2,
  16.14,
  16.21,
  11.98,
  13.96,
  15.73,
  16.93,
  16.81,
  16.16,
  16.19,
  14.08,
  16.61,
  17.3,
  16.92,
  16.45,
  16.07,
  15.71,
  15.47,
  15.26,
  15.11,
  14.95,
  14.81,
  14.68,
  14.59,
  14.49,
  14.49,
  14.67,
  14.9,
  15.71,
  16.27,
  17.56,
  19.23,
  21.09,
  23.26,
  23.32,
  23.15,
  22.54,
  21.61,
  20.48,
  19.51,
  18.72,
  17.98,
  17.3,
  16.69,
  16.19,
  15.77,
  15.36,
  15.07,
  14.9,
  14.93,
  15.22,
  19.97,
  22.2,
  23.33,
  24.38,
  25.78,
  27.4,
  25.68,
  24.73,
  24.84,
  24.54,
  23.47,
  22.3,
  21.29,
  20.45,
  19.82,
  19.26,
  18.64,
  18.08,
  17.61,
  17.2,
  16.9,
  9.57,
  9.42,
  -53.44,
  -53.54,
  -53.41,
  -53.39,
  -53.46,
  -53.39,
  -53.42,
  -53.43,
  -53.42,
  17.94,
  17.12,
  -53.39,
  -53.35,
  -53.39,
  14.82,
  16.08,
  16.29,
  16.11,
  15.8,
  15.43,
  15.18,
  14.98,
  14.76,
  14.54,
  14.28,
  14.07,
  13.82,
  13.6,
  13.6,
  13.9,
  8.9,
  10.37,
  11.95,
  14.62,
  15.93,
  17.6,
  17.9,
  17.89,
  19.11,
  20.77,
  20.48,
  19.63,
  18.68,
  17.19,
  16.75,
  16.43,
  16.72,
  16.55,
  16.56,
  16.7,
  16.62,
  16.59,
  16.91,
  16.9,
  17.31,
  18.39,
  19.74,
  20.94,
  22.26,
  23.51,
  24.57,
  24.76,
  24.05,
  23.41 ;

 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,
  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,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  1,
  0,
  0,
  1,
  1,
  1,
  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,
  0,
  0,
  0 ;

 wind_gust =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.196,
  0,
  0.039,
  0.078,
  0,
  0,
  0.157,
  0.353,
  0.274,
  0.314,
  0.392,
  0.157,
  0.196,
  0.196,
  0.274,
  0.196,
  0.235,
  0.235,
  1.725,
  2.195,
  0.157,
  3.763,
  2.901,
  4.273,
  4.155,
  6.429,
  1.568,
  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,
  1.372,
  1.294,
  1.764,
  1.882,
  3.685,
  1.646,
  2.862,
  2.979,
  1.078,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.353,
  1.686,
  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,
  2.744,
  2.509,
  3.175,
  3.528,
  4.586,
  2.352,
  1.882,
  3.097,
  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_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,
  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,
  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,
  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_speed =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.004,
  0,
  0,
  0.002,
  0,
  0,
  0.014,
  0.082,
  0.041,
  0.037,
  0.03,
  0.004,
  0.01,
  0.014,
  0.027,
  0.026,
  0.05,
  0.031,
  0.507,
  0.61,
  0,
  0.372,
  1.267,
  2.169,
  1.849,
  3.167,
  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.448,
  0.346,
  0.584,
  0.535,
  0.663,
  0.362,
  1.265,
  1.879,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.035,
  0.58,
  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,
  1.687,
  0.641,
  1.766,
  1.084,
  1.849,
  0.573,
  0.429,
  1.516,
  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_speed_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,
  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,
  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,
  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_direction =
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  313.2333,
  341.9333,
  314.5333,
  312.4333,
  341.9333,
  341.9333,
  312.4333,
  312.1333,
  312.6333,
  312.3333,
  312.7333,
  311.5333,
  312.6333,
  311.9333,
  311.9333,
  311.8333,
  312.7333,
  305.3333,
  71.7333,
  89.9333,
  341.9333,
  10.4533,
  8.5233,
  7.8733,
  3.8933,
  7.8233,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  112.1333,
  251.6333,
  185.2333,
  194.0333,
  181.4333,
  346.2273,
  1.4233,
  359.8633,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  181.5333,
  14.4333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  355.0233,
  10.8633,
  356.4133,
  349.5733,
  354.3333,
  22.2333,
  343.3933,
  5.1133,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333 ;

 wind_direction_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,
  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,
  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,
  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 ;

 visibility =
  2691.21,
  2706.828,
  2690.609,
  2688.807,
  2702.624,
  2680.998,
  2688.807,
  2711.634,
  2690.609,
  2696.616,
  2671.988,
  2663.578,
  2682.8,
  2691.21,
  2686.405,
  2687.005,
  2621.528,
  2671.387,
  2687.005,
  2703.825,
  2693.613,
  2714.638,
  2687.606,
  2694.214,
  2709.231,
  2702.624,
  2674.991,
  2677.995,
  2683.401,
  2675.592,
  2681.599,
  2694.814,
  2687.005,
  2684.602,
  2677.995,
  2673.189,
  2676.192,
  2914.072,
  2887.641,
  2872.623,
  2803.542,
  2935.097,
  2687.005,
  2910.468,
  2851.598,
  2592.694,
  2599.302,
  2635.344,
  2646.157,
  2633.542,
  2625.733,
  2619.125,
  2634.744,
  2632.341,
  2623.33,
  2642.553,
  2615.521,
  2607.111,
  2607.712,
  2566.864,
  2573.472,
  2574.673,
  2601.104,
  2585.486,
  2611.917,
  2638.348,
  2554.249,
  2634.143,
  2648.56,
  2649.761,
  2659.373,
  2644.956,
  2602.906,
  2648.56,
  2560.857,
  2626.935,
  2582.482,
  2629.337,
  2593.896,
  2603.507,
  2602.906,
  2584.885,
  2587.889,
  2602.906,
  2596.899,
  2914.673,
  2964.531,
  2963.33,
  2963.33,
  2963.93,
  2963.93,
  2961.528,
  2960.927,
  1539.057,
  2131.353,
  2640.751,
  1728.88,
  1647.184,
  1302.979,
  1227.891,
  1169.623,
  1120.365,
  1405.7,
  1155.807,
  1201.46,
  1288.562,
  2869.019,
  2848.595,
  324.1297,
  1266.937,
  2956.722,
  -0.2339267,
  -1.32601,
  -2.100319,
  -1.28396,
  2960.326,
  -0.5517,
  2957.323,
  2957.323,
  -1.32601,
  -1.32601,
  -2.099718,
  69.31036,
  160.0169,
  104.2714,
  161.0381,
  98.50465,
  123.9145,
  118.2078,
  138.7519,
  123.6742,
  167.7059,
  104.4516,
  81.08419,
  84.44814,
  82.04532,
  112.441,
  151.4268,
  2745.274,
  2633.542,
  2732.058,
  2715.839,
  2752.482,
  2271.317,
  2796.934,
  2774.708,
  1937.925,
  2007.607,
  2015.416,
  1975.77,
  2004.604,
  2220.858,
  1943.332,
  2007.607,
  1922.307,
  1996.794,
  1958.95,
  1909.091,
  2065.275,
  2120.54,
  2151.176,
  2045.452,
  2125.946,
  2043.649,
  2083.897,
  2089.904,
  2071.282,
  2044.25,
  2108.526,
  2167.996,
  1969.763,
  2023.826 ;

 visibility_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,
  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,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  1,
  1,
  1,
  1,
  0,
  1,
  0,
  0,
  1,
  1,
  1,
  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,
  0,
  0,
  0 ;
}
