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 = 2453058.04167244 ;
		:starting_julian_day_string = "2004-02-22 01:00:00" ;
		:ending_julian_day_number = 2453065.00000579 ;
		:ending_julian_day_string = "2004-02-29 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 = 2453058.04166667, 2453058.08333333, 2453058.125, 2453058.16666667, 
    2453058.20833333, 2453058.25, 2453058.29166667, 2453058.33333333, 
    2453058.375, 2453058.41666667, 2453058.45833333, 2453058.5, 
    2453058.54166667, 2453058.58333333, 2453058.625, 2453058.66666667, 
    2453058.70833333, 2453058.75, 2453058.79166667, 2453058.83333333, 
    2453058.875, 2453058.91666667, 2453058.95833333, 2453059, 
    2453059.04166667, 2453059.08333333, 2453059.125, 2453059.16666667, 
    2453059.20833333, 2453059.25, 2453059.29166667, 2453059.33333333, 
    2453059.375, 2453059.41666667, 2453059.45833333, 2453059.5, 
    2453059.54166667, 2453059.58333333, 2453059.625, 2453059.66666667, 
    2453059.70833333, 2453059.75, 2453059.79166667, 2453059.83333333, 
    2453059.875, 2453059.91666667, 2453059.95833333, 2453060, 
    2453060.04166667, 2453060.08333333, 2453060.125, 2453060.16666667, 
    2453060.20833333, 2453060.25, 2453060.29166667, 2453060.33333333, 
    2453060.375, 2453060.41666667, 2453060.45833333, 2453060.5, 
    2453060.54166667, 2453060.58333333, 2453060.625, 2453060.66666667, 
    2453060.70833333, 2453060.75, 2453060.79166667, 2453060.83333333, 
    2453060.875, 2453060.91666667, 2453060.95833333, 2453061, 
    2453061.04166667, 2453061.08333333, 2453061.125, 2453061.16666667, 
    2453061.20833333, 2453061.25, 2453061.29166667, 2453061.33333333, 
    2453061.375, 2453061.41666667, 2453061.45833333, 2453061.5, 
    2453061.54166667, 2453061.58333333, 2453061.625, 2453061.66666667, 
    2453061.70833333, 2453061.75, 2453061.79166667, 2453061.83333333, 
    2453061.875, 2453061.91666667, 2453061.95833333, 2453062, 
    2453062.04166667, 2453062.08333333, 2453062.125, 2453062.16666667, 
    2453062.20833333, 2453062.25, 2453062.29166667, 2453062.33333333, 
    2453062.375, 2453062.41666667, 2453062.45833333, 2453062.5, 
    2453062.54166667, 2453062.58333333, 2453062.625, 2453062.66666667, 
    2453062.70833333, 2453062.75, 2453062.79166667, 2453062.83333333, 
    2453062.875, 2453062.91666667, 2453062.95833333, 2453063, 
    2453063.04166667, 2453063.08333333, 2453063.125, 2453063.16666667, 
    2453063.20833333, 2453063.25, 2453063.29166667, 2453063.33333333, 
    2453063.375, 2453063.41666667, 2453063.45833333, 2453063.5, 
    2453063.54166667, 2453063.58333333, 2453063.625, 2453063.66666667, 
    2453063.70833333, 2453063.75, 2453063.79166667, 2453063.83333333, 
    2453063.875, 2453063.91666667, 2453063.95833333, 2453064, 
    2453064.04166667, 2453064.08333333, 2453064.125, 2453064.16666667, 
    2453064.20833333, 2453064.25, 2453064.29166667, 2453064.33333333, 
    2453064.375, 2453064.41666667, 2453064.45833333, 2453064.5, 
    2453064.54166667, 2453064.58333333, 2453064.625, 2453064.66666667, 
    2453064.70833333, 2453064.75, 2453064.79166667, 2453064.83333333, 
    2453064.875, 2453064.91666667, 2453064.95833333, 2453065 ;

 air_temperature =
  2.005,
  1.675,
  1.277,
  0.973,
  0.861,
  0.595,
  0.521,
  0.076,
  -0.521,
  -0.097,
  -0.296,
  -0.138,
  -0.188,
  -0.5,
  -0.294,
  -0.723,
  -0.394,
  -0.031,
  0.436,
  0.637,
  1.101,
  1.912,
  1.91,
  2.721,
  2.396,
  1.869,
  1.468,
  1.048,
  0.602,
  0.282,
  -0.072,
  -0.247,
  -0.393,
  -0.666,
  -0.724,
  -1.039,
  -1.059,
  -0.838,
  -0.304,
  0.387,
  1.331,
  2.348,
  2.754,
  4.039,
  4.04,
  3.709,
  3.582,
  3.405,
  2.743,
  2.048,
  1.266,
  0.804,
  0.186,
  -0.193,
  -0.654,
  -1.195,
  -1.551,
  -2.163,
  -2.617,
  -2.888,
  -2.603,
  -2.343,
  -1.809,
  -1.204,
  -0.447,
  -0.634,
  -0.259,
  1.896,
  2.085,
  1.614,
  1.598,
  1.379,
  1.386,
  1.317,
  0.726,
  0.24,
  0.231,
  -0.289,
  -0.769,
  -1.214,
  -1.939,
  -2.024,
  -3.119,
  -3.383,
  -3.157,
  -2.691,
  -2.02,
  -1.265,
  -0.598,
  0.341,
  1.63,
  1.885,
  3.646,
  3.452,
  2.774,
  2.25,
  1.533,
  1.032,
  0.468,
  -0.208,
  -0.685,
  -0.849,
  -1.05,
  -1.308,
  -1.504,
  -1.694,
  -2.031,
  -2.09,
  -1.927,
  -1.601,
  -0.984,
  -0.295,
  0.426,
  0.575,
  0.719,
  1.297,
  1.805,
  3.131,
  2.781,
  2.19,
  1.601,
  1.046,
  1.152,
  0.287,
  -0.331,
  -0.539,
  -0.531,
  -2.111,
  -2.563,
  -2.88,
  -3.438,
  -3.626,
  -3.411,
  -2.055,
  -1.421,
  -0.416,
  -0.211,
  0.059,
  1.558,
  2.068,
  1.451,
  1.528,
  1.548,
  2.431,
  3.429,
  2.553,
  2.04,
  1.609,
  1.139,
  0.822,
  0.647,
  0.297,
  0.173,
  0.259,
  0.028,
  -0.014,
  0.063,
  1.324,
  2.254,
  2.293,
  3.19,
  3.935,
  3.924,
  4.99,
  6.35,
  4.859,
  6.606,
  4.634 ;

 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 =
  9.02,
  10.7,
  11.45,
  10.54,
  11.17,
  10.07,
  10.62,
  11.49,
  9.41,
  9.21,
  7.02,
  7.41,
  6.938,
  6.625,
  7.49,
  8,
  6.076,
  4.606,
  3.293,
  2.646,
  4.155,
  5.998,
  5.488,
  7.02,
  9.92,
  11.09,
  11.37,
  11.45,
  12.11,
  11.02,
  11.6,
  11.13,
  11.13,
  10.62,
  10.31,
  9.33,
  9.21,
  8.9,
  8.23,
  5.214,
  4.214,
  4.508,
  1.803,
  2.234,
  6.037,
  5.998,
  5.174,
  6.742,
  9.21,
  8.43,
  8.19,
  8.15,
  8.08,
  8.43,
  6.978,
  8.15,
  6.468,
  7.29,
  6.938,
  6.194,
  5.958,
  6.311,
  4.312,
  2.744,
  1.019,
  2.117,
  2.901,
  5.057,
  5.488,
  4.116,
  5.135,
  6.272,
  4.822,
  7.45,
  8.27,
  7.72,
  7.8,
  8.19,
  8.51,
  8.35,
  8.98,
  8.08,
  8.55,
  8.82,
  7.84,
  7.41,
  8.27,
  7.8,
  8,
  5.488,
  5.174,
  3.528,
  4.351,
  8.62,
  9.21,
  10.43,
  10.04,
  11.02,
  10.27,
  10.54,
  8.82,
  8.86,
  9.45,
  9.56,
  9.09,
  9.53,
  9.84,
  11.05,
  10.31,
  9.37,
  7.92,
  5.684,
  5.018,
  2.254,
  1.882,
  1.333,
  0.882,
  7.92,
  6.86,
  8.08,
  7.84,
  8.23,
  11.45,
  12,
  11.41,
  9.88,
  9.41,
  8.19,
  9.09,
  8.62,
  8.08,
  7.6,
  7.45,
  7.06,
  7.21,
  5.488,
  6.35,
  4.606,
  2.058,
  0.392,
  2.509,
  2.94,
  2.058,
  3.136,
  10.74,
  9.33,
  8.39,
  7.68,
  8.15,
  7.6,
  8,
  7.88,
  9.37,
  8.19,
  8.11,
  7.29,
  6.978,
  5.88,
  4.312,
  3.038,
  3.763,
  2.646,
  2.509,
  2.038,
  3.763,
  2.45,
  6.311,
  2.45 ;

 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 =
  7.22,
  9.03,
  9.5,
  8.94,
  9.07,
  8.57,
  8.63,
  9.26,
  8.25,
  8.12,
  5.721,
  5.995,
  5.78,
  5.635,
  6.494,
  6.683,
  5.216,
  3.381,
  2.587,
  1.294,
  3.084,
  3.798,
  4.05,
  5.636,
  7.89,
  8.59,
  8.58,
  9.4,
  9.49,
  9.09,
  9.48,
  9.21,
  8.86,
  9.36,
  8.63,
  7.84,
  7.7,
  7.4,
  6.538,
  4.14,
  2.896,
  3.537,
  1.22,
  1.317,
  4.93,
  4.346,
  4.358,
  5.395,
  6.914,
  7.02,
  6.81,
  6.537,
  6.66,
  7.01,
  5.858,
  6.733,
  5.354,
  5.945,
  5.814,
  4.999,
  4.846,
  4.638,
  3.084,
  1.566,
  0.372,
  1.102,
  2.399,
  4.168,
  4.489,
  3.105,
  4.161,
  5.183,
  3.883,
  6.044,
  6.918,
  6.667,
  5.938,
  7.21,
  7.22,
  7.06,
  7.65,
  6.908,
  7.25,
  7.5,
  6.813,
  6.246,
  6.786,
  6.699,
  6.322,
  4.207,
  3.747,
  2.737,
  3.711,
  6.791,
  7.7,
  8.45,
  8.29,
  9.11,
  8.82,
  9.16,
  7.5,
  7.39,
  7.81,
  8.22,
  7.96,
  7.58,
  8.23,
  9.65,
  8.96,
  8.28,
  6.591,
  4.569,
  4.036,
  0.157,
  1.42,
  0.609,
  0.15,
  6.422,
  5.727,
  6.756,
  6.835,
  7.24,
  9.11,
  9.67,
  9.72,
  8.43,
  8.07,
  7.2,
  7.68,
  7.22,
  7,
  6.579,
  6.441,
  6.051,
  6.111,
  4.337,
  5.078,
  3.877,
  0.022,
  0.041,
  1.817,
  2.264,
  0.622,
  1.534,
  8.88,
  7.89,
  7.21,
  6.601,
  6.749,
  5.981,
  6.803,
  6.75,
  7.73,
  7.02,
  6.786,
  6.213,
  6.077,
  4.927,
  3.437,
  2.317,
  3.147,
  1.607,
  1.402,
  1.579,
  3.251,
  1.331,
  3.195,
  0.891 ;

 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 =
  288.6167,
  303.0167,
  314.5167,
  320.9167,
  323.3167,
  332.0167,
  332.6167,
  338.0167,
  341.5167,
  341.8167,
  324.4167,
  333.1167,
  329.3167,
  342.6167,
  352.7967,
  349.5597,
  354.0667,
  352.3967,
  7.7567,
  32.8467,
  40.4567,
  24.7567,
  347.4817,
  311.4167,
  309.3167,
  308.0167,
  308.0167,
  309.4167,
  320.0167,
  305.1167,
  303.8167,
  298.5167,
  295.3167,
  306.5167,
  320.4167,
  310.6167,
  306.5167,
  314.6167,
  305.9167,
  328.2167,
  314.0167,
  328.2167,
  206.8167,
  250.0167,
  327.9167,
  311.1167,
  293.2167,
  306.2167,
  312.6167,
  317.8167,
  317.6167,
  314.1167,
  305.1167,
  308.6167,
  302.7167,
  306.0167,
  311.4167,
  303.7167,
  317.3167,
  309.1167,
  296.0167,
  329.6167,
  323.6167,
  338.3167,
  39.8267,
  133.5167,
  134.8167,
  292.1167,
  285.9167,
  356.7867,
  317.9167,
  300.1167,
  285.6167,
  291.2167,
  308.1167,
  314.2167,
  327.5167,
  317.3167,
  328.0167,
  337.6167,
  327.3167,
  325.7167,
  312.6167,
  318.7167,
  321.8167,
  327.8167,
  339.5167,
  344.1857,
  345.8897,
  344.5837,
  323.1167,
  241.9167,
  308.5167,
  317.2167,
  299.3167,
  311.5167,
  322.3167,
  318.6167,
  318.7167,
  314.4167,
  300.6167,
  304.5167,
  307.5167,
  303.2167,
  300.1167,
  292.9167,
  306.4167,
  311.1167,
  322.3167,
  319.5167,
  309.7167,
  334.5167,
  348.5907,
  36.1567,
  152.2167,
  93.3167,
  114.9167,
  319.0167,
  306.9167,
  307.6167,
  312.2167,
  332.5167,
  359.4567,
  356.4467,
  351.9567,
  357.6567,
  357.3367,
  313.3167,
  315.2167,
  316.7167,
  313.7167,
  308.7167,
  315.5167,
  328.8167,
  338.2167,
  334.3167,
  359.3667,
  42.1867,
  221.8167,
  187.7167,
  199.9167,
  206.6167,
  220.7167,
  324.1167,
  309.4167,
  307.6167,
  304.9167,
  309.4167,
  305.4167,
  306.9167,
  306.0167,
  290.5167,
  234.4167,
  239.4167,
  302.1167,
  300.9167,
  291.8167,
  301.9167,
  289.1167,
  217.0167,
  212.4167,
  199.8167,
  172.6167,
  164.5167,
  332.0167,
  25.7567,
  342.5167,
  352.1967 ;

 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 =
  2384.25,
  1679.622,
  1910.894,
  2413.083,
  2552.447,
  1957.749,
  2584.885,
  1955.946,
  2086.9,
  2836.581,
  2186.017,
  2874.425,
  2572.27,
  2694.814,
  2656.97,
  2797.535,
  2914.072,
  2915.874,
  2898.454,
  2934.496,
  2922.482,
  2865.415,
  2918.877,
  2944.708,
  2931.492,
  2928.489,
  2932.694,
  2932.694,
  2933.895,
  2923.083,
  2933.294,
  2931.492,
  2921.881,
  2934.496,
  2921.28,
  2771.705,
  2926.687,
  2852.8,
  2753.083,
  2790.927,
  2919.478,
  2942.906,
  2912.87,
  2747.076,
  2562.659,
  2639.549,
  2950.715,
  2955.521,
  2952.517,
  2952.517,
  2948.913,
  2955.521,
  2953.118,
  2948.913,
  2947.711,
  2952.517,
  2948.312,
  2953.118,
  2950.114,
  2610.716,
  2602.906,
  2828.772,
  2926.687,
  2941.704,
  2920.079,
  2939.302,
  2942.305,
  2939.302,
  2951.916,
  2954.92,
  2954.319,
  2957.923,
  2954.319,
  2956.722,
  2953.719,
  2956.121,
  2947.711,
  2941.704,
  2951.916,
  2953.118,
  2938.701,
  2935.097,
  2930.892,
  2829.973,
  2640.15,
  2683.401,
  2868.418,
  2897.252,
  2804.743,
  2724.85,
  2876.828,
  2948.312,
  2945.909,
  2913.471,
  2953.118,
  2951.916,
  2950.114,
  2948.312,
  2948.312,
  2949.513,
  2954.92,
  2954.319,
  2954.92,
  2948.312,
  2948.913,
  2952.517,
  2943.506,
  2809.549,
  2803.542,
  2780.715,
  2687.606,
  2806.546,
  2864.814,
  2900.856,
  2953.118,
  2944.708,
  2761.493,
  2956.722,
  2957.323,
  2955.521,
  2956.121,
  2955.521,
  2948.312,
  2945.309,
  2948.913,
  2947.711,
  2956.121,
  2952.517,
  2945.309,
  2953.118,
  2952.517,
  2817.358,
  2896.651,
  2923.083,
  2702.624,
  2861.811,
  2847.394,
  2918.277,
  2947.111,
  2911.669,
  2819.761,
  2915.273,
  2954.319,
  2956.121,
  2953.118,
  2956.722,
  2954.92,
  2956.121,
  2954.319,
  2956.722,
  2953.719,
  2956.121,
  2957.323,
  2951.916,
  2940.503,
  2825.768,
  2942.906,
  2953.719,
  2816.758,
  2926.086,
  2941.704,
  2944.107,
  2912.87,
  2950.114,
  2445.521,
  2626.935,
  2954.92,
  2954.92 ;

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