netcdf I0108.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 168 ;
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 = "03-May-2004 19:22:37:  Modified [lon,lat] to [-68.109200,44.106300].\n",
			"Thu Apr 29 12:34:37 2004: /usr/local/nco/bin/ncrcat -d time,2453125.472,2453125.583 I0108.met.realtime.nc I0108.met.realtime.nc.new" ;
		: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 = "RMY48488" ;
		:visibility_sensor_serial_number = 341 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0108" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		:goes_platform_id = "04401622" ;
		:starting_julian_day_number = 2453177.00000579 ;
		:starting_julian_day_string = "2004-06-20 00:00:00" ;
		:ending_julian_day_number = 2453183.95833912 ;
		:ending_julian_day_string = "2004-06-26 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Apr-2004 18:22:09\n",
			"AAN_VIZ_1.2:  16-Apr-2004 18:22:09" ;
data:

 lat = 44.1063 ;

 lon = -68.1092 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453177, 2453177.04166667, 2453177.08333333, 2453177.125, 
    2453177.16666667, 2453177.20833333, 2453177.25, 2453177.29166667, 
    2453177.33333333, 2453177.375, 2453177.41666667, 2453177.45833333, 
    2453177.5, 2453177.54166667, 2453177.58333333, 2453177.625, 
    2453177.66666667, 2453177.70833333, 2453177.75, 2453177.79166667, 
    2453177.83333333, 2453177.875, 2453177.91666667, 2453177.95833333, 
    2453178, 2453178.04166667, 2453178.08333333, 2453178.125, 
    2453178.16666667, 2453178.20833333, 2453178.25, 2453178.29166667, 
    2453178.33333333, 2453178.375, 2453178.41666667, 2453178.45833333, 
    2453178.5, 2453178.54166667, 2453178.58333333, 2453178.625, 
    2453178.66666667, 2453178.70833333, 2453178.75, 2453178.79166667, 
    2453178.83333333, 2453178.875, 2453178.91666667, 2453178.95833333, 
    2453179, 2453179.04166667, 2453179.08333333, 2453179.125, 
    2453179.16666667, 2453179.20833333, 2453179.25, 2453179.29166667, 
    2453179.33333333, 2453179.375, 2453179.41666667, 2453179.45833333, 
    2453179.5, 2453179.54166667, 2453179.58333333, 2453179.625, 
    2453179.66666667, 2453179.70833333, 2453179.75, 2453179.79166667, 
    2453179.83333333, 2453179.875, 2453179.91666667, 2453179.95833333, 
    2453180, 2453180.04166667, 2453180.08333333, 2453180.125, 
    2453180.16666667, 2453180.20833333, 2453180.25, 2453180.29166667, 
    2453180.33333333, 2453180.375, 2453180.41666667, 2453180.45833333, 
    2453180.5, 2453180.54166667, 2453180.58333333, 2453180.625, 
    2453180.66666667, 2453180.70833333, 2453180.75, 2453180.79166667, 
    2453180.83333333, 2453180.875, 2453180.91666667, 2453180.95833333, 
    2453181, 2453181.04166667, 2453181.08333333, 2453181.125, 
    2453181.16666667, 2453181.20833333, 2453181.25, 2453181.29166667, 
    2453181.33333333, 2453181.375, 2453181.41666667, 2453181.45833333, 
    2453181.5, 2453181.54166667, 2453181.58333333, 2453181.625, 
    2453181.66666667, 2453181.70833333, 2453181.75, 2453181.79166667, 
    2453181.83333333, 2453181.875, 2453181.91666667, 2453181.95833333, 
    2453182, 2453182.04166667, 2453182.08333333, 2453182.125, 
    2453182.16666667, 2453182.20833333, 2453182.25, 2453182.29166667, 
    2453182.33333333, 2453182.375, 2453182.41666667, 2453182.45833333, 
    2453182.5, 2453182.54166667, 2453182.58333333, 2453182.625, 
    2453182.66666667, 2453182.70833333, 2453182.75, 2453182.79166667, 
    2453182.83333333, 2453182.875, 2453182.91666667, 2453182.95833333, 
    2453183, 2453183.04166667, 2453183.08333333, 2453183.125, 
    2453183.16666667, 2453183.20833333, 2453183.25, 2453183.29166667, 
    2453183.33333333, 2453183.375, 2453183.41666667, 2453183.45833333, 
    2453183.5, 2453183.54166667, 2453183.58333333, 2453183.625, 
    2453183.66666667, 2453183.70833333, 2453183.75, 2453183.79166667, 
    2453183.83333333, 2453183.875, 2453183.91666667, 2453183.95833333 ;

 air_temperature =
  9.07,
  9.12,
  8.91,
  8.84,
  9.56,
  11.49,
  9.96,
  9.8,
  9.45,
  9.12,
  9.16,
  8.92,
  9.18,
  10.32,
  10.28,
  10.73,
  11.21,
  11.86,
  12.15,
  11.13,
  10.63,
  10.45,
  10.98,
  11.01,
  10.43,
  9.97,
  10.1,
  10.55,
  10.24,
  10.53,
  10.24,
  10.1,
  10.44,
  10.06,
  10.18,
  10.18,
  10.33,
  9.72,
  9.98,
  9.99,
  9.89,
  10.2,
  10.82,
  10.9,
  10.76,
  11.08,
  11.6,
  11.37,
  11.12,
  10.56,
  10.47,
  9.93,
  9.58,
  10.05,
  9.33,
  9.38,
  9.57,
  9.56,
  9.48,
  9.38,
  10.27,
  10.64,
  10.87,
  10.87,
  10.04,
  9.75,
  9.86,
  9.83,
  9.77,
  10,
  10.36,
  9.86,
  9.44,
  9.64,
  9.81,
  10.13,
  9.8,
  9.45,
  9.36,
  8.91,
  8.94,
  9.26,
  9.49,
  9.94,
  9.73,
  10.36,
  10.84,
  10.7,
  10.37,
  10.32,
  9.97,
  9.84,
  9.59,
  9.57,
  9.69,
  9.28,
  9.04,
  9.14,
  8.98,
  8.84,
  8.38,
  8.47,
  8.62,
  8.9,
  8.75,
  8.59,
  8.72,
  8.47,
  8.32,
  8.43,
  8.47,
  8.73,
  8.91,
  8.77,
  8.52,
  8.38,
  8.14,
  8.32,
  8.54,
  8.57,
  8.62,
  8.52,
  8.48,
  8.62,
  8.57,
  8.44,
  8.4,
  8.45,
  8.4,
  8.31,
  8.53,
  8.32,
  8.58,
  8.83,
  8.87,
  9.19,
  8.93,
  8.92,
  9.43,
  10,
  9.79,
  9.66,
  9.73,
  9.25,
  8.6,
  8.81,
  8.97,
  8.88,
  9.28,
  8.99,
  8.96,
  9.43,
  8.03,
  8,
  8.46,
  8.35,
  8.19,
  7.86,
  7.61,
  8.36,
  8.41,
  8.69,
  8.88,
  9.15,
  8.31,
  8.14,
  8.08,
  8.5 ;

 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,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  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 =
  2.43,
  2.587,
  3.018,
  3.92,
  5.998,
  12.98,
  9.02,
  10.04,
  6.958,
  6.429,
  5.998,
  3.43,
  3.763,
  8.94,
  7.21,
  7.57,
  7.76,
  8.08,
  7.21,
  5.586,
  7.45,
  9.8,
  9.45,
  9.33,
  8.27,
  6.507,
  6.86,
  7.84,
  6.664,
  7.6,
  5.782,
  6.742,
  6.468,
  5.292,
  5.253,
  6.429,
  7.1,
  7.13,
  7.6,
  7.1,
  7.29,
  7.25,
  8.08,
  8.43,
  6.821,
  6.86,
  7.1,
  6.782,
  8,
  6.86,
  6.703,
  5.096,
  4.116,
  4.704,
  3.136,
  3.136,
  5.684,
  4.41,
  3.567,
  4.626,
  6.468,
  4.312,
  4.861,
  1.96,
  2.979,
  3.92,
  2.156,
  2.391,
  2.274,
  4.469,
  3.175,
  4.43,
  5.096,
  5.135,
  5.135,
  5.762,
  4.704,
  3.332,
  2.117,
  2.391,
  3.842,
  3.685,
  2.646,
  1.372,
  3.214,
  2.979,
  1.764,
  3.018,
  2.822,
  3.724,
  3.959,
  3.371,
  4.234,
  3.802,
  4.234,
  3.626,
  4.469,
  4.194,
  4.077,
  3.842,
  2.352,
  2.313,
  2.822,
  3.881,
  4.312,
  6.821,
  6.233,
  6.429,
  4.665,
  3.489,
  3.45,
  3.41,
  3.175,
  3.371,
  3.763,
  3.45,
  5.214,
  3.92,
  4.116,
  6.35,
  6.938,
  5.057,
  4.41,
  6.86,
  9.13,
  10.19,
  9.68,
  8.08,
  7.35,
  4.018,
  6.311,
  5.958,
  5.018,
  4.743,
  2.94,
  1.372,
  2.352,
  4.273,
  2.94,
  2.587,
  0.882,
  1.45,
  1.764,
  1.686,
  2.234,
  2.352,
  5.292,
  4.508,
  2.254,
  3.41,
  2.901,
  1.96,
  1.96,
  1.607,
  2.666,
  3.567,
  3.136,
  2.744,
  3.959,
  4.782,
  2.352,
  3.998,
  2.842,
  2.901,
  1.764,
  2.47,
  3.293,
  2.156 ;

 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 ;

 wind_speed =
  1.24,
  1.973,
  2.656,
  3.406,
  5.125,
  10.33,
  7.55,
  8.36,
  5.859,
  5.235,
  5.132,
  1.863,
  3.122,
  7.76,
  6.29,
  6.484,
  6.731,
  7.08,
  6.526,
  4.168,
  6.373,
  7.95,
  8.21,
  8.2,
  7.23,
  5.477,
  5.939,
  6.993,
  5.866,
  6.836,
  5.235,
  5.919,
  5.764,
  4.441,
  4.373,
  5.562,
  6.402,
  6.229,
  6.682,
  6.59,
  6.472,
  6.354,
  7.14,
  7.55,
  6.09,
  5.856,
  6.197,
  6.019,
  7.09,
  6.045,
  6.118,
  4.006,
  3.261,
  3.793,
  2.21,
  1.841,
  4.669,
  3.668,
  3.285,
  3.615,
  5.622,
  3.373,
  3.706,
  0.106,
  2.364,
  3.501,
  0.908,
  2.11,
  2.122,
  3.749,
  2.451,
  3.914,
  4.538,
  4.518,
  4.53,
  4.987,
  3.955,
  2.634,
  1.906,
  2.106,
  3.205,
  3.267,
  1.748,
  0.899,
  2.914,
  2.132,
  1.563,
  2.498,
  2.539,
  3.344,
  3.397,
  2.875,
  3.548,
  3.156,
  3.684,
  2.836,
  3.828,
  3.591,
  3.462,
  3.101,
  1.875,
  2.028,
  2.28,
  3.308,
  3.874,
  5.98,
  5.172,
  5.525,
  3.911,
  3.03,
  2.963,
  2.94,
  2.779,
  2.679,
  3.299,
  2.932,
  4.553,
  3.243,
  3.336,
  5.318,
  5.69,
  4.183,
  3.748,
  5.536,
  7.95,
  8.54,
  7.99,
  7.13,
  5.326,
  2.459,
  4.74,
  4.422,
  4.038,
  4.005,
  1.584,
  0.497,
  1.876,
  3.677,
  1.766,
  2.034,
  0.159,
  1,
  1.45,
  1.326,
  1.841,
  2.09,
  4.525,
  3.997,
  1.616,
  2.866,
  2.654,
  0.739,
  1.664,
  1.24,
  2.364,
  2.828,
  2.422,
  2.496,
  3.407,
  4.087,
  0.937,
  3.672,
  2.35,
  2.347,
  1.47,
  2.197,
  2.644,
  1.3 ;

 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 ;

 wind_direction =
  191.53,
  292.43,
  257.73,
  282.23,
  303.33,
  315.63,
  310.23,
  313.73,
  317.63,
  314.43,
  298.53,
  261.33,
  278.63,
  285.43,
  278.33,
  282.23,
  275.53,
  280.53,
  280.13,
  249.83,
  247.83,
  245.33,
  248.43,
  251.03,
  248.43,
  238.53,
  237.13,
  245.63,
  248.03,
  258.53,
  259.43,
  257.23,
  263.03,
  267.63,
  262.33,
  263.53,
  256.63,
  241.83,
  245.03,
  237.33,
  227.53,
  220.13,
  230.03,
  234.33,
  228.53,
  222.83,
  235.43,
  241.83,
  237.03,
  241.23,
  239.23,
  244.93,
  233.43,
  255.93,
  244.23,
  227.03,
  215.13,
  253.23,
  247.93,
  231.53,
  210.13,
  286.73,
  234.53,
  188.83,
  214.03,
  231.53,
  248.63,
  155.63,
  152.13,
  157.93,
  121.63,
  125.83,
  143.53,
  153.03,
  170.13,
  182.53,
  195.83,
  238.63,
  247.83,
  238.33,
  252.13,
  289.23,
  349.52,
  277.63,
  276.83,
  254.33,
  218.03,
  220.93,
  170.03,
  195.73,
  158.23,
  127.83,
  110.63,
  128.93,
  125.63,
  129.53,
  100.83,
  98.53,
  98.73,
  82.63,
  75.23,
  67.53,
  7.3,
  36.07,
  50.13,
  88.63,
  74.73,
  87.13,
  124.83,
  123.13,
  112.43,
  129.33,
  99.73,
  101.33,
  125.33,
  129.43,
  125.43,
  143.83,
  145.33,
  147.83,
  148.13,
  157.93,
  157.83,
  150.93,
  154.13,
  160.83,
  161.53,
  171.73,
  188.03,
  191.53,
  185.33,
  167.43,
  181.33,
  186.73,
  263.43,
  60.53,
  90.83,
  123.13,
  337.73,
  138.93,
  22.82,
  143.83,
  139.93,
  121.73,
  78.53,
  144.53,
  126.93,
  144.13,
  137.73,
  149.33,
  114.23,
  278.83,
  71.43,
  134.03,
  90.43,
  129.13,
  13.51,
  29.55,
  83.33,
  123.13,
  108.43,
  149.23,
  144.53,
  314.23,
  26.62,
  78.13,
  117.53,
  179.73 ;

 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 ;

 visibility =
  156.8932,
  242.7341,
  187.9497,
  115.1442,
  2572.27,
  2833.577,
  2841.987,
  2874.425,
  2879.832,
  2890.644,
  2895.45,
  2903.86,
  2890.044,
  2867.818,
  2874.425,
  2872.022,
  2891.245,
  2881.033,
  2810.75,
  2719.443,
  2773.507,
  2799.938,
  2813.754,
  2596.899,
  2756.086,
  2814.355,
  2837.182,
  2866.616,
  2864.213,
  2885.839,
  2884.637,
  2872.022,
  2865.415,
  2881.634,
  2882.835,
  2870.22,
  2852.8,
  2765.097,
  2775.309,
  2850.397,
  2837.182,
  2845.592,
  2818.56,
  2755.486,
  2790.927,
  2820.962,
  2853.401,
  2820.962,
  2823.365,
  2757.288,
  2775.309,
  2772.906,
  2767.5,
  2834.178,
  2813.754,
  2844.991,
  2838.984,
  2824.567,
  2798.736,
  2824.567,
  2797.535,
  2829.973,
  2883.436,
  2783.118,
  2730.256,
  2514.002,
  2493.578,
  2359.621,
  2551.246,
  2067.077,
  957.5737,
  1499.41,
  1411.106,
  1673.014,
  2128.349,
  1325.806,
  323.8293,
  257.3913,
  173.2925,
  1022.45,
  207.2324,
  573.1221,
  232.4019,
  218.2253,
  259.4337,
  187.1688,
  156.8932,
  264.1793,
  562.9102,
  2017.819,
  985.2062,
  102.8297,
  182.9038,
  218.7659,
  286.8859,
  214.2005,
  549.6946,
  255.9496,
  445.7726,
  254.628,
  237.6281,
  814.0051,
  2316.37,
  2559.656,
  2560.256,
  252.4054,
  598.9525,
  653.6167,
  242.8542,
  269.7658,
  1224.888,
  1212.273,
  1503.615,
  899.3053,
  496.2318,
  598.9525,
  472.2036,
  307.7905,
  241.5927,
  248.6811,
  232.462,
  212.3984,
  195.4585,
  248.5008,
  347.0166,
  398.1967,
  306.529,
  314.5184,
  353.8646,
  234.7447,
  195.3384,
  216.3631,
  185.2465,
  177.077,
  302.0838,
  227.7765,
  258.4726,
  484.2177,
  317.5219,
  351.8222,
  278.3559,
  208.6741,
  231.0203,
  389.907,
  213.2394,
  442.769,
  386.0624,
  1029.658,
  1124.57,
  1840.611,
  532.2742,
  249.6422,
  168.607,
  131.2431,
  260.9355,
  464.3944,
  389.6066,
  595.3483,
  757.5388,
  244.7765,
  164.8826,
  370.6844,
  270.6068,
  197.8013,
  168.9674,
  197.6812,
  272.3488,
  287.3665 ;

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