netcdf A0107.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 = "11-Oct-2003 13:44:00:  Modified [lon,lat] to [-70.566368,42.522900].\n",
			"Sat Oct 11 13:16:38 2003: ncrcat -d time,2452924.49, pre/A0107.met.realtime.nc post/A0107.met.realtime.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 = -1 ;
		:visibility_sensor_serial_number = 292 ;
		:processing = "realtime" ;
		:water_depth = 65 ;
		:mooring_site_id = "A0107" ;
		:mooring_site_desc = "Massachusetts Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -15.9833 ;
		:goes_platform_id = "0440465E" ;
		:starting_julian_day_number = 2453037.04167244 ;
		:starting_julian_day_string = "2004-02-01 01:00:00" ;
		:ending_julian_day_number = 2453044.00000579 ;
		:ending_julian_day_string = "2004-02-08 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  28-Aug-2003 14:42:08\n",
			"AAN_VIZ_1.2:  28-Aug-2003 14:42:08" ;
data:

 lat = 42.5228996276855 ;

 lon = -70.5663681030273 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453037.04166667, 2453037.08333333, 2453037.125, 2453037.16666667, 
    2453037.20833333, 2453037.25, 2453037.29166667, 2453037.33333333, 
    2453037.375, 2453037.41666667, 2453037.45833333, 2453037.5, 
    2453037.54166667, 2453037.58333333, 2453037.625, 2453037.66666667, 
    2453037.70833333, 2453037.75, 2453037.79166667, 2453037.83333333, 
    2453037.875, 2453037.91666667, 2453037.95833333, 2453038, 
    2453038.04166667, 2453038.08333333, 2453038.125, 2453038.16666667, 
    2453038.20833333, 2453038.25, 2453038.29166667, 2453038.33333333, 
    2453038.375, 2453038.41666667, 2453038.45833333, 2453038.5, 
    2453038.54166667, 2453038.58333333, 2453038.625, 2453038.66666667, 
    2453038.70833333, 2453038.75, 2453038.79166667, 2453038.83333333, 
    2453038.875, 2453038.91666667, 2453038.95833333, 2453039, 
    2453039.04166667, 2453039.08333333, 2453039.125, 2453039.16666667, 
    2453039.20833333, 2453039.25, 2453039.29166667, 2453039.33333333, 
    2453039.375, 2453039.41666667, 2453039.45833333, 2453039.5, 
    2453039.54166667, 2453039.58333333, 2453039.625, 2453039.66666667, 
    2453039.70833333, 2453039.75, 2453039.79166667, 2453039.83333333, 
    2453039.875, 2453039.91666667, 2453039.95833333, 2453040, 
    2453040.04166667, 2453040.08333333, 2453040.125, 2453040.16666667, 
    2453040.20833333, 2453040.25, 2453040.29166667, 2453040.33333333, 
    2453040.375, 2453040.41666667, 2453040.45833333, 2453040.5, 
    2453040.54166667, 2453040.58333333, 2453040.625, 2453040.66666667, 
    2453040.70833333, 2453040.75, 2453040.79166667, 2453040.83333333, 
    2453040.875, 2453040.91666667, 2453040.95833333, 2453041, 
    2453041.04166667, 2453041.08333333, 2453041.125, 2453041.16666667, 
    2453041.20833333, 2453041.25, 2453041.29166667, 2453041.33333333, 
    2453041.375, 2453041.41666667, 2453041.45833333, 2453041.5, 
    2453041.54166667, 2453041.58333333, 2453041.625, 2453041.66666667, 
    2453041.70833333, 2453041.75, 2453041.79166667, 2453041.83333333, 
    2453041.875, 2453041.91666667, 2453041.95833333, 2453042, 
    2453042.04166667, 2453042.08333333, 2453042.125, 2453042.16666667, 
    2453042.20833333, 2453042.25, 2453042.29166667, 2453042.33333333, 
    2453042.375, 2453042.41666667, 2453042.45833333, 2453042.5, 
    2453042.54166667, 2453042.58333333, 2453042.625, 2453042.66666667, 
    2453042.70833333, 2453042.75, 2453042.79166667, 2453042.83333333, 
    2453042.875, 2453042.91666667, 2453042.95833333, 2453043, 
    2453043.04166667, 2453043.08333333, 2453043.125, 2453043.16666667, 
    2453043.20833333, 2453043.25, 2453043.29166667, 2453043.33333333, 
    2453043.375, 2453043.41666667, 2453043.45833333, 2453043.5, 
    2453043.54166667, 2453043.58333333, 2453043.625, 2453043.66666667, 
    2453043.70833333, 2453043.75, 2453043.79166667, 2453043.83333333, 
    2453043.875, 2453043.91666667, 2453043.95833333, 2453044 ;

 air_temperature =
  -5.507,
  -5.853,
  -6.316,
  -7.04,
  -7.49,
  -7.87,
  -7.96,
  -7.77,
  -7.87,
  -7.28,
  -7.66,
  -7.3,
  -7.39,
  -7.08,
  -5.894,
  -4.644,
  -3.347,
  -2.211,
  -1.138,
  -0.343,
  0.291,
  0.54,
  0.21,
  -0.224,
  -0.619,
  -0.864,
  -1.081,
  -1.361,
  -1.621,
  -2.06,
  -2.093,
  -2.007,
  -2.361,
  -2.997,
  -2.859,
  -2.749,
  -1.971,
  -1.662,
  -0.713,
  -0.6,
  -0.541,
  -0.235,
  0.595,
  0.576,
  0.207,
  0.183,
  0.476,
  0.558,
  0.623,
  0.645,
  0.871,
  0.527,
  0.271,
  0.097,
  -0.007,
  -0.243,
  -0.173,
  0.038,
  0.018,
  0.103,
  0.389,
  0.368,
  0.159,
  0.205,
  0.005,
  -0.084,
  0.179,
  0.275,
  0.634,
  1.381,
  2.139,
  2.552,
  2.878,
  2.968,
  3.407,
  4.374,
  4.932,
  4.646,
  3.892,
  3.582,
  2.43,
  2.102,
  2.428,
  2.435,
  2.615,
  3.399,
  3.608,
  3.966,
  3.998,
  4.064,
  4.263,
  3.989,
  3.892,
  3.566,
  2.721,
  1.879,
  1.046,
  0.461,
  -0.133,
  -0.58,
  -0.914,
  -1.174,
  -1.199,
  -1.427,
  -1.623,
  -1.946,
  -1.936,
  -2.291,
  -2.435,
  -2.197,
  -1.776,
  -1.035,
  -0.282,
  0.441,
  0.836,
  1.228,
  1.465,
  1.374,
  1.213,
  0.853,
  0.656,
  0.385,
  0.088,
  -0.22,
  -0.52,
  -0.703,
  -0.892,
  -0.882,
  -1.012,
  -1.022,
  -0.965,
  -0.689,
  -0.935,
  -2.559,
  -2.093,
  -1.673,
  -1.244,
  -1.022,
  -0.156,
  0.871,
  0.927,
  1.323,
  1.871,
  2.122,
  2.072,
  2.211,
  1.611,
  0.812,
  0.386,
  0.08,
  0.075,
  -0.169,
  -0.252,
  -0.071,
  -0.141,
  -0.34,
  -0.281,
  -0.064,
  0.13,
  0.387,
  0.867,
  1.362,
  2.066,
  3.023,
  3.207,
  3.429,
  3.143,
  2.374 ;

 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 =
  11.6,
  12.31,
  13.6,
  13.01,
  13.48,
  13.52,
  12.94,
  11.45,
  11.76,
  12.74,
  11.76,
  10.9,
  11.21,
  10.09,
  7.68,
  6.703,
  6.507,
  7.72,
  7.21,
  7.6,
  7.53,
  7.88,
  7.72,
  7.33,
  8.43,
  8.78,
  8.7,
  8.62,
  8.66,
  9.13,
  7.57,
  6.821,
  6.429,
  7.8,
  7.41,
  6.468,
  7.17,
  6.468,
  7.13,
  6.566,
  5.841,
  3.371,
  1.725,
  1.842,
  3.293,
  2.901,
  3.45,
  4.978,
  5.449,
  6.899,
  6.468,
  5.194,
  4.939,
  5.41,
  5.645,
  6.311,
  6.194,
  5.762,
  5.566,
  5.214,
  7.84,
  6.86,
  7.33,
  6.546,
  6.272,
  6.39,
  7.33,
  5.88,
  6.35,
  6.233,
  8.62,
  10.51,
  9.76,
  12.03,
  14.19,
  15.41,
  15.52,
  16.07,
  9.8,
  12.5,
  12.27,
  10.35,
  10.51,
  9.88,
  9.92,
  12.19,
  10.86,
  12.31,
  12.66,
  12.94,
  11.02,
  11.25,
  10.7,
  12.58,
  11.41,
  10.7,
  12.47,
  13.92,
  12.03,
  14.31,
  13.29,
  11.29,
  12.39,
  12,
  10.98,
  11.37,
  10.7,
  10.15,
  10.27,
  12.03,
  12,
  12.39,
  10.98,
  10.35,
  9.68,
  10.19,
  8.51,
  7.33,
  6.311,
  8.43,
  8.08,
  6.468,
  6.899,
  5.919,
  5.566,
  4.743,
  4.43,
  4.43,
  2.548,
  0.392,
  0.823,
  1.803,
  4.782,
  4.194,
  7.06,
  7.92,
  8.94,
  10.07,
  10.23,
  10.31,
  10.19,
  6.742,
  4.939,
  1.764,
  3.489,
  4.822,
  7.41,
  8.31,
  9.92,
  8.98,
  9.25,
  9.56,
  9.02,
  9.06,
  7.37,
  7.33,
  4.939,
  5.37,
  5.096,
  6.625,
  7.25,
  6.821,
  5.214,
  6.546,
  4.998,
  7.64,
  11.84,
  12.23 ;

 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 =
  9.4,
  9.47,
  11.21,
  10.96,
  10.59,
  10.7,
  10.39,
  9.58,
  9.69,
  10.07,
  9.64,
  8.92,
  9.08,
  7.27,
  5.993,
  5.623,
  5.102,
  6.314,
  5.959,
  6.053,
  6.111,
  6.554,
  6.442,
  6.265,
  6.962,
  7.17,
  7.42,
  7.09,
  7.25,
  7.67,
  6.37,
  5.414,
  5.637,
  6.787,
  6.4,
  5.545,
  6.045,
  5.567,
  5.901,
  5.304,
  4.304,
  2.12,
  1.021,
  1.089,
  2.258,
  2.265,
  2.739,
  4.14,
  4.81,
  5.617,
  5.488,
  4.339,
  4.396,
  4.634,
  4.86,
  5.213,
  5.242,
  4.74,
  4.602,
  4.494,
  5.883,
  5.592,
  6.218,
  5.302,
  5.409,
  4.818,
  6.167,
  5.037,
  5.483,
  5.203,
  7.13,
  8.74,
  8.17,
  9.6,
  11.77,
  12.76,
  12.96,
  12.32,
  7.63,
  10.84,
  10.4,
  8.4,
  8.79,
  8.01,
  8.73,
  9.47,
  8.64,
  9.71,
  10.69,
  10.38,
  8.27,
  8.89,
  9.11,
  9.9,
  9.07,
  8.29,
  10.33,
  11.54,
  9.96,
  11.94,
  10.88,
  9.26,
  9.65,
  9.54,
  9.24,
  9.11,
  8.94,
  8.59,
  8.06,
  9.39,
  9.26,
  10.34,
  8.68,
  8.76,
  7.45,
  7.97,
  7.55,
  6.199,
  4.791,
  6.974,
  6.006,
  5.228,
  5.684,
  4.803,
  4.324,
  3.316,
  3.456,
  2.567,
  0.94,
  0.01,
  0.064,
  0.235,
  2.957,
  3.239,
  6.098,
  6.497,
  7.58,
  8.31,
  8.81,
  8.55,
  8.58,
  4.835,
  3.732,
  0.607,
  2.859,
  4.017,
  6.128,
  7.05,
  8.51,
  7.6,
  7.95,
  7.85,
  7.81,
  7.45,
  6.388,
  6.344,
  4.149,
  4.576,
  4.155,
  4.972,
  6.059,
  5.867,
  4.434,
  5.423,
  4.046,
  6.518,
  9.08,
  10.14 ;

 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 =
  296.8167,
  295.8167,
  288.2167,
  298.3167,
  296.0167,
  298.7167,
  297.4167,
  294.6167,
  290.6167,
  304.6167,
  302.5167,
  301.5167,
  300.4167,
  294.3167,
  298.1167,
  291.1167,
  302.8167,
  295.8167,
  305.1167,
  306.3167,
  293.1167,
  295.4167,
  289.2167,
  297.1167,
  297.2167,
  304.7167,
  307.2167,
  317.0167,
  311.2167,
  313.0167,
  314.8167,
  325.8167,
  301.7167,
  303.4167,
  310.2167,
  314.3167,
  318.0167,
  324.9167,
  338.8167,
  331.1167,
  326.7167,
  345.8137,
  12.8267,
  90.6167,
  147.4167,
  143.2167,
  150.7167,
  161.2167,
  164.3167,
  162.3167,
  182.9167,
  182.9167,
  181.6167,
  185.8167,
  191.4167,
  190.0167,
  192.1167,
  192.5167,
  181.6167,
  157.2167,
  167.6167,
  177.6167,
  150.4167,
  144.6167,
  139.0167,
  134.0167,
  145.2167,
  132.9167,
  97.0167,
  122.1167,
  83.2167,
  85.9167,
  87.2167,
  76.7167,
  83.3167,
  96.5167,
  116.1167,
  144.1167,
  168.7167,
  234.7167,
  243.1167,
  241.8167,
  237.1167,
  231.9167,
  231.4167,
  250.4167,
  253.4167,
  253.4167,
  254.7167,
  251.8167,
  247.4167,
  254.4167,
  258.4167,
  260.6167,
  258.6167,
  250.2167,
  249.4167,
  245.8167,
  249.3167,
  256.8167,
  251.5167,
  245.4167,
  244.6167,
  245.8167,
  250.9167,
  255.3167,
  260.2167,
  268.0167,
  274.8167,
  267.4167,
  280.4167,
  284.0167,
  284.2167,
  275.9167,
  270.5167,
  270.7167,
  271.1167,
  276.2167,
  272.1167,
  283.6167,
  281.8167,
  292.2167,
  285.3167,
  284.3167,
  303.2167,
  309.2167,
  275.0167,
  267.5167,
  298.1167,
  0.1867,
  74.8167,
  198.1167,
  185.8167,
  133.7167,
  152.1167,
  124.1167,
  138.7167,
  121.9167,
  138.6167,
  142.2167,
  153.3167,
  141.7167,
  132.1167,
  330.2167,
  347.1217,
  322.9167,
  342.4167,
  342.6167,
  337.2167,
  339.6167,
  335.2167,
  334.8167,
  338.9167,
  344.6787,
  332.5167,
  334.7167,
  336.7167,
  301.3167,
  328.0167,
  265.9167,
  251.7167,
  252.0167,
  254.1167,
  257.3167,
  260.4167,
  252.8167,
  249.3167,
  258.4167 ;

 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 =
  2959.125,
  2958.524,
  2941.104,
  2944.708,
  2944.107,
  2951.916,
  2929.69,
  2937.499,
  2947.111,
  2927.888,
  2953.118,
  2660.574,
  1014.04,
  2109.126,
  2601.104,
  2899.655,
  2915.273,
  2936.899,
  2937.499,
  2956.722,
  2954.319,
  2956.121,
  2956.121,
  2954.92,
  2957.323,
  2957.923,
  2954.92,
  2950.114,
  2953.719,
  2951.916,
  2954.319,
  2954.319,
  2956.722,
  2951.316,
  2956.722,
  2951.316,
  1689.834,
  1168.421,
  1261.531,
  1795.558,
  2864.213,
  2796.333,
  2330.186,
  2298.949,
  2932.093,
  2926.086,
  2943.506,
  2927.287,
  2926.687,
  2932.093,
  2923.083,
  2922.482,
  2906.263,
  2904.461,
  2914.072,
  2900.856,
  2907.464,
  2923.083,
  2933.294,
  2921.28,
  2915.874,
  2922.482,
  2894.249,
  2926.687,
  2899.054,
  2921.881,
  2923.083,
  2928.489,
  2932.093,
  2891.245,
  2864.814,
  2798.136,
  2698.418,
  2198.632,
  1197.255,
  800.1888,
  1986.582,
  2029.833,
  2205.84,
  2736.864,
  2832.376,
  2885.238,
  2864.213,
  1995.593,
  1970.964,
  2817.959,
  2805.344,
  2677.394,
  2493.578,
  2908.065,
  2716.44,
  2820.362,
  2781.316,
  2911.068,
  2924.885,
  2924.885,
  2925.485,
  2912.87,
  2904.461,
  2902.058,
  2920.68,
  2915.874,
  2929.09,
  2920.079,
  2918.877,
  2929.09,
  2920.079,
  2912.27,
  2307.96,
  2875.627,
  1691.636,
  2149.374,
  2393.26,
  2481.564,
  2810.75,
  2924.885,
  2930.892,
  2950.715,
  2947.111,
  2951.316,
  2948.913,
  2948.913,
  2948.312,
  2947.111,
  2942.906,
  2948.312,
  2953.118,
  2950.114,
  2947.111,
  2951.316,
  2951.316,
  2950.114,
  2240.08,
  964.1815,
  1342.626,
  2900.256,
  2947.111,
  2948.913,
  1608.739,
  2528.419,
  1248.315,
  2144.568,
  2344.002,
  2518.207,
  2363.225,
  2727.853,
  2194.427,
  2160.186,
  2369.833,
  1696.442,
  1849.622,
  1834.604,
  2252.695,
  2867.818,
  2796.333,
  2876.828,
  2820.362,
  2728.454,
  2864.213,
  2899.655,
  2760.892,
  2822.765,
  2676.192,
  2851.598,
  2850.397,
  2900.856,
  2911.068,
  2904.461 ;

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