netcdf I0106.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 154 ;
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 = "Fri Sep 26 17:16:37 2003: ncrcat -d time,2452908.624, I0106.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 = "RMY58257" ;
		:visibility_sensor_serial_number = 320 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0106" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		:goes_platform_id = "04401622" ;
		:starting_julian_day_number = 2452974.04167244 ;
		:starting_julian_day_string = "2003-11-30 01:00:00" ;
		:ending_julian_day_number = 2452980.45833912 ;
		:ending_julian_day_string = "2003-12-06 11:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  10-Sep-2003 17:29:37\n",
			"AAN_VIZ_1.2:  10-Sep-2003 17:29:37" ;
data:

 lat = 44.1058 ;

 lon = -68.1087 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2452974.04166667, 2452974.08333333, 2452974.125, 2452974.16666667, 
    2452974.20833333, 2452974.25, 2452974.29166667, 2452974.33333333, 
    2452974.375, 2452974.41666667, 2452974.45833333, 2452974.5, 
    2452974.54166667, 2452974.58333333, 2452974.625, 2452974.66666667, 
    2452974.70833333, 2452974.75, 2452974.79166667, 2452974.83333333, 
    2452974.875, 2452974.91666667, 2452974.95833333, 2452975, 
    2452975.04166667, 2452975.08333333, 2452975.125, 2452975.16666667, 
    2452975.20833333, 2452975.25, 2452975.29166667, 2452975.33333333, 
    2452975.375, 2452975.41666667, 2452975.45833333, 2452975.5, 
    2452975.54166667, 2452975.58333333, 2452975.625, 2452975.66666667, 
    2452975.70833333, 2452975.75, 2452975.79166667, 2452975.83333333, 
    2452975.875, 2452975.91666667, 2452975.95833333, 2452976, 
    2452976.04166667, 2452976.08333333, 2452976.125, 2452976.16666667, 
    2452976.20833333, 2452976.25, 2452976.29166667, 2452976.33333333, 
    2452976.375, 2452976.41666667, 2452976.45833333, 2452976.5, 
    2452976.54166667, 2452976.58333333, 2452976.625, 2452976.66666667, 
    2452976.70833333, 2452976.75, 2452976.79166667, 2452976.83333333, 
    2452976.875, 2452976.91666667, 2452976.95833333, 2452977, 
    2452977.04166667, 2452977.08333333, 2452977.125, 2452977.16666667, 
    2452977.20833333, 2452977.25, 2452977.29166667, 2452977.33333333, 
    2452977.375, 2452977.41666667, 2452977.45833333, 2452977.5, 
    2452977.54166667, 2452977.58333333, 2452977.625, 2452977.66666667, 
    2452977.70833333, 2452977.75, 2452977.79166667, 2452977.83333333, 
    2452977.875, 2452977.91666667, 2452977.95833333, 2452978, 
    2452978.04166667, 2452978.08333333, 2452978.125, 2452978.16666667, 
    2452978.20833333, 2452978.25, 2452978.29166667, 2452978.33333333, 
    2452978.375, 2452978.41666667, 2452978.45833333, 2452978.5, 
    2452978.54166667, 2452978.58333333, 2452978.625, 2452978.66666667, 
    2452978.70833333, 2452978.75, 2452978.79166667, 2452978.83333333, 
    2452978.875, 2452978.91666667, 2452978.95833333, 2452979, 
    2452979.04166667, 2452979.08333333, 2452979.125, 2452979.16666667, 
    2452979.20833333, 2452979.25, 2452979.29166667, 2452979.33333333, 
    2452979.375, 2452979.41666667, 2452979.45833333, 2452979.5, 
    2452979.54166667, 2452979.58333333, 2452979.625, 2452979.66666667, 
    2452979.70833333, 2452979.75, 2452979.79166667, 2452979.83333333, 
    2452979.875, 2452979.91666667, 2452979.95833333, 2452980, 
    2452980.04166667, 2452980.08333333, 2452980.125, 2452980.16666667, 
    2452980.20833333, 2452980.25, 2452980.29166667, 2452980.375, 
    2452980.41666667, 2452980.45833333 ;

 air_temperature =
  3.962,
  3.434,
  3.209,
  4.166,
  3.999,
  3.959,
  3.709,
  3.512,
  3.836,
  4.491,
  5.011,
  5.641,
  6.127,
  6.299,
  6.292,
  6.289,
  6.393,
  6.124,
  5.997,
  6.459,
  6.838,
  7.03,
  6.757,
  6.813,
  6.734,
  6.749,
  6.696,
  6.956,
  7.09,
  7.22,
  7.25,
  7.68,
  7.93,
  7.86,
  8.23,
  8.52,
  8.59,
  8.53,
  8.29,
  8.58,
  8.08,
  6.615,
  7.26,
  6.96,
  6.178,
  5.164,
  4.412,
  3.543,
  3.031,
  2.516,
  2.165,
  1.592,
  1.31,
  0.63,
  0.071,
  -0.258,
  -0.362,
  -0.517,
  -1.004,
  -2.049,
  -2.406,
  -2.699,
  -2.863,
  -3.019,
  -2.926,
  -2.443,
  -2.216,
  -2.515,
  -3.035,
  -3.756,
  -4.358,
  -5.103,
  -5.614,
  -5.917,
  -5.96,
  -6.173,
  -6.2,
  -6.362,
  -6.025,
  -5.999,
  -6.52,
  -6.13,
  -6.401,
  -6.094,
  -6.03,
  -5.651,
  -5.262,
  -4.321,
  -4.008,
  -2.861,
  -2.731,
  -2.497,
  -3.235,
  -3.774,
  -3.788,
  -3.955,
  -3.527,
  -3.278,
  -3.732,
  -3.879,
  -3.676,
  -3.485,
  -3.416,
  -3.624,
  -3.226,
  -3.213,
  -3.476,
  -3.969,
  -3.716,
  -3.923,
  -3.982,
  -3.322,
  -2.972,
  -2.704,
  -2.286,
  -2.257,
  -2.304,
  -2.514,
  -2.752,
  -3.477,
  -3.983,
  -4.642,
  -5.022,
  -5.385,
  -5.741,
  -6.304,
  -6.662,
  -6.943,
  -7.67,
  -7.66,
  -7.72,
  -7.82,
  -7.64,
  -7.24,
  -7.08,
  -6.78,
  -6.579,
  -5.778,
  -5.458,
  -5.227,
  -4.764,
  -4.271,
  -4.084,
  -3.743,
  -3.66,
  -3.561,
  -2.891,
  -3.404,
  -3.748,
  -3.409,
  -3.513,
  -2.895,
  -1.783,
  -1.919 ;

 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 ;

 wind_gust =
  20.42,
  19.25,
  19.21,
  19.6,
  20.19,
  20.23,
  20.34,
  19.68,
  18.97,
  17.52,
  16.23,
  15.6,
  14.82,
  14.27,
  15.41,
  14.78,
  14.62,
  14.54,
  12.43,
  11.17,
  11.05,
  13.01,
  11.68,
  12.27,
  13.25,
  11.37,
  11.09,
  13.13,
  13.92,
  11.09,
  9.41,
  9.72,
  12.47,
  15.8,
  15.41,
  15.84,
  14.7,
  13.25,
  14.7,
  17.01,
  16.39,
  12.94,
  14.62,
  18.42,
  17.37,
  16.42,
  16.86,
  14.62,
  15.41,
  14.39,
  15.09,
  13.48,
  12.94,
  14.46,
  14.39,
  14.82,
  15.41,
  13.05,
  12.31,
  10.35,
  13.52,
  14.66,
  11.52,
  14.23,
  13.21,
  14.39,
  16.11,
  15.01,
  16.97,
  16.46,
  15.68,
  14.66,
  15.72,
  16.5,
  15.13,
  13.88,
  15.01,
  12.82,
  14.39,
  14.39,
  13.96,
  13.68,
  13.33,
  14.9,
  14.27,
  13.48,
  13.99,
  12.94,
  13.8,
  14.58,
  16.9,
  15.13,
  15.6,
  17.21,
  15.41,
  13.21,
  15.29,
  13.64,
  13.17,
  12.07,
  12.62,
  12.47,
  11.92,
  12.19,
  13.48,
  13.13,
  12.03,
  12.15,
  11.09,
  11.13,
  9.96,
  11.88,
  12.66,
  11.68,
  13.41,
  13.45,
  12.54,
  11.92,
  11.13,
  11.92,
  12.54,
  11.92,
  11.37,
  10.07,
  9.84,
  10.27,
  9.6,
  10.11,
  9.72,
  8.04,
  7.13,
  7.21,
  6.703,
  6.233,
  3.646,
  4.43,
  4.351,
  5.762,
  2.509,
  4.939,
  5.841,
  6.311,
  6.782,
  7.68,
  10.39,
  10.62,
  13.56,
  13.41,
  13.84,
  14.07,
  12.94,
  15.33,
  14.78,
  16.07 ;

 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 ;

 wind_speed =
  15.67,
  15.87,
  15.68,
  16.2,
  17.42,
  15.93,
  16.75,
  15.86,
  15.31,
  14.36,
  13.23,
  12.85,
  12.72,
  12.58,
  12.6,
  12.41,
  12.45,
  12.09,
  10.51,
  9.35,
  8.64,
  10.91,
  9.98,
  10.26,
  11.32,
  9.55,
  9.9,
  11.09,
  11.91,
  9.37,
  7.86,
  8.1,
  9.82,
  12.79,
  13.04,
  12.74,
  11.56,
  10.73,
  11.97,
  14.36,
  13.52,
  10.98,
  12.08,
  13.75,
  14.07,
  13.7,
  13.86,
  12.85,
  12.49,
  11.82,
  11.74,
  11.01,
  10.55,
  11.43,
  11.67,
  12.53,
  12.55,
  11.28,
  10.33,
  8.18,
  11.22,
  10.91,
  8.95,
  11.72,
  10.36,
  11.15,
  12.55,
  12.33,
  13.18,
  13.03,
  12.59,
  11.36,
  12.16,
  12.73,
  11.98,
  10.8,
  12.22,
  10.01,
  10.94,
  11.43,
  10.92,
  11.16,
  10.97,
  11.09,
  11.16,
  10.66,
  10.69,
  10.8,
  10.28,
  11.73,
  12.49,
  12.47,
  12.56,
  13.99,
  12.39,
  10.47,
  12.45,
  11.28,
  10.72,
  9.38,
  9.85,
  9.84,
  9.73,
  9.27,
  10.67,
  9.93,
  8.98,
  9.39,
  8.58,
  8.24,
  8.09,
  8.97,
  9.43,
  8.76,
  9.34,
  9.87,
  9.43,
  9.01,
  9.16,
  9.62,
  8.44,
  9.86,
  8.43,
  7.12,
  7.67,
  7.59,
  6.937,
  7.43,
  7.3,
  5.945,
  5.609,
  5.13,
  4.404,
  4.208,
  1.677,
  1.997,
  2.205,
  4.045,
  1.373,
  3.083,
  3.507,
  4.401,
  4.798,
  5.802,
  8.35,
  8.38,
  10.59,
  11.12,
  11.46,
  11.39,
  10.84,
  12.1,
  12.4,
  13.18 ;

 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 ;

 wind_direction =
  261.43,
  273.23,
  255.23,
  258.03,
  259.63,
  264.03,
  269.33,
  263.03,
  262.33,
  256.73,
  272.63,
  258.33,
  258.13,
  249.73,
  256.93,
  248.93,
  247.13,
  246.23,
  257.23,
  254.83,
  258.63,
  263.73,
  267.43,
  264.63,
  270.73,
  261.53,
  261.13,
  251.73,
  255.93,
  264.13,
  267.93,
  239.63,
  210.63,
  202.93,
  198.63,
  202.73,
  243.73,
  237.13,
  241.33,
  247.73,
  265.43,
  281.33,
  278.93,
  275.13,
  294.03,
  295.53,
  294.13,
  294.53,
  296.53,
  295.33,
  291.53,
  299.33,
  289.53,
  279.73,
  292.43,
  291.43,
  279.33,
  290.63,
  302.73,
  320.43,
  322.03,
  317.53,
  316.33,
  322.33,
  316.63,
  318.13,
  300.53,
  317.93,
  309.43,
  312.73,
  317.43,
  312.03,
  324.93,
  327.93,
  330.33,
  315.03,
  319.93,
  320.13,
  323.03,
  319.23,
  314.93,
  319.73,
  318.43,
  314.63,
  320.03,
  322.03,
  321.13,
  323.23,
  320.63,
  331.83,
  324.93,
  316.43,
  333.13,
  327.93,
  324.93,
  311.13,
  318.23,
  319.33,
  325.43,
  315.13,
  315.63,
  315.23,
  312.03,
  308.83,
  302.03,
  312.53,
  315.93,
  314.53,
  319.33,
  318.33,
  301.03,
  311.03,
  309.73,
  308.43,
  307.53,
  299.93,
  311.93,
  322.53,
  322.03,
  337.73,
  318.13,
  328.73,
  337.13,
  335.73,
  314.83,
  321.83,
  336.83,
  320.43,
  348.619,
  327.23,
  335.73,
  342.496,
  334.63,
  341.93,
  329.83,
  338.53,
  341.43,
  20.5,
  11.61,
  16.45,
  5.34,
  25.71,
  27.26,
  50.74,
  42.38,
  52.63,
  48.34,
  46.13,
  45.63,
  38.6,
  42.23,
  34.43,
  48.61,
  40.48 ;

 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 ;

 visibility =
  2677.995,
  2546.44,
  2752.482,
  2618.525,
  2364.426,
  2557.253,
  2569.267,
  2745.274,
  2838.984,
  2891.245,
  2911.669,
  2857.005,
  2913.471,
  2831.175,
  2855.203,
  2608.913,
  616.3729,
  2844.991,
  2909.266,
  2720.044,
  2948.913,
  2939.902,
  2943.506,
  2950.715,
  2895.45,
  2950.114,
  2942.906,
  2920.079,
  2899.054,
  2860.008,
  2897.252,
  2910.468,
  2881.634,
  2806.546,
  2599.903,
  2530.221,
  1863.438,
  2732.058,
  2756.086,
  716.0901,
  2758.489,
  2939.902,
  1322.803,
  1849.021,
  2907.464,
  2923.083,
  2924.284,
  2939.302,
  2940.503,
  2946.51,
  2950.114,
  2954.92,
  2951.316,
  2637.747,
  2947.111,
  2942.906,
  2947.711,
  2951.316,
  2957.323,
  2955.521,
  2936.298,
  2925.485,
  2921.28,
  2929.69,
  2920.079,
  2676.192,
  2406.476,
  2702.023,
  2844.39,
  2893.047,
  2932.093,
  2930.291,
  2938.701,
  2939.902,
  2930.291,
  2944.708,
  2932.694,
  2937.499,
  2912.27,
  2905.061,
  2904.461,
  2786.122,
  2949.513,
  2902.658,
  2875.627,
  2686.405,
  2912.27,
  2910.468,
  2878.03,
  2907.464,
  2761.493,
  2426.9,
  2929.69,
  2846.793,
  2939.902,
  2949.513,
  2930.892,
  2954.92,
  2952.517,
  2959.125,
  2954.92,
  2953.719,
  2954.319,
  2957.323,
  2955.521,
  2959.125,
  2957.923,
  2912.87,
  2944.107,
  2951.316,
  2896.651,
  2935.697,
  2925.485,
  2835.98,
  2587.889,
  2156.582,
  2956.121,
  2959.125,
  2957.923,
  2959.125,
  2959.125,
  2956.121,
  2957.323,
  2958.524,
  2959.125,
  2956.121,
  2958.524,
  2959.125,
  2956.121,
  2959.125,
  2899.655,
  2887.641,
  2892.447,
  2793.931,
  2840.185,
  2834.178,
  2926.687,
  2936.899,
  2887.04,
  2950.114,
  2956.722,
  2958.524,
  2959.125,
  2958.524,
  2955.521,
  2959.125,
  2947.711,
  2911.669,
  2906.263,
  1664.004,
  1653.191,
  544.889,
  682.4506,
  356.8081 ;

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