netcdf F0107.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 = "Fri Sep 26 00:39:36 2003: ncrcat -d time,2452908.95832, F0107.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 = "RMYWM48492" ;
		:visibility_sensor_serial_number = "AANVS316" ;
		:processing = "realtime" ;
		:water_depth = 110 ;
		:mooring_site_id = "F0107" ;
		:mooring_site_desc = "W.Penobscot Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.4 ;
		:goes_platform_id = "044060B2" ;
		: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:  04-Sep-2003 14:40:07\n",
			"AAN_VIZ_1.2:  04-Sep-2003 14:40:07" ;
data:

 lat = 44.0556 ;

 lon = -68.9982 ;

 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 =
  -7.94,
  -8.59,
  -9.24,
  -8.54,
  -8.15,
  -7.75,
  -8.31,
  -8,
  -7.86,
  -8.31,
  -7.98,
  -7.88,
  -5.73,
  -4.852,
  -3.932,
  -3.451,
  -2.038,
  -0.49,
  0.278,
  0.828,
  0.901,
  0.687,
  0.456,
  0.376,
  0.139,
  -0.457,
  -0.932,
  -1.026,
  -1.098,
  -1.246,
  -1.245,
  -1.235,
  -1.28,
  -1.485,
  -2.024,
  -2.409,
  -2.507,
  -2.508,
  -1.999,
  -1.756,
  -1.511,
  -0.374,
  -0.165,
  0.005,
  0.082,
  -0.168,
  -0.349,
  -0.496,
  -0.607,
  -1.125,
  -1.597,
  -1.869,
  -1.72,
  -1.294,
  -1.262,
  -1.45,
  -1.567,
  -1.753,
  -1.814,
  -2.113,
  -1.568,
  -1.771,
  -1.507,
  -0.943,
  0.441,
  0.738,
  0.866,
  0.838,
  0.886,
  0.938,
  1.031,
  1.139,
  0.88,
  0.935,
  1.151,
  1.285,
  0.888,
  2.285,
  2.76,
  3.58,
  4.445,
  3.31,
  2.768,
  2.044,
  1.252,
  1.66,
  1.545,
  1.539,
  3.299,
  4.266,
  4.141,
  4.257,
  4.081,
  2.257,
  1.041,
  0.32,
  -0.352,
  -0.85,
  -1.745,
  -2.165,
  -2.52,
  -2.335,
  -2.674,
  -3.21,
  -3.697,
  -3.992,
  -4.099,
  -5.069,
  -5.94,
  -6.38,
  -5.887,
  -4.809,
  -3.488,
  -2.353,
  -1.518,
  -0.841,
  -0.896,
  -1.259,
  -1.631,
  -2.02,
  -2.278,
  -2.535,
  -3.023,
  -3.554,
  -3.725,
  -4.039,
  -4.311,
  -4.768,
  -4.901,
  -5.228,
  -4.864,
  -4.11,
  -4.319,
  -4.293,
  -4.332,
  -3.885,
  -3.655,
  -3.67,
  -3.598,
  -2.351,
  -1.46,
  -0.951,
  -0.385,
  0.053,
  0.501,
  0.832,
  1.346,
  1.287,
  0.852,
  -0.643,
  -1.125,
  -1.024,
  -1.193,
  -1.561,
  -1.455,
  -1.991,
  -1.931,
  -2.42,
  -2.098,
  -2.253,
  -2.145,
  -1.267,
  -1.384,
  -1.108,
  -0.439,
  -0.294,
  -0.3,
  -0.34 ;

 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 =
  8.47,
  9.33,
  9.02,
  10.54,
  8.9,
  9.64,
  6.86,
  10.51,
  8.15,
  6.938,
  7.88,
  8.86,
  11.92,
  10.23,
  9.49,
  7.55,
  8.15,
  7.68,
  6.076,
  6.115,
  5.645,
  5.39,
  4.606,
  5.802,
  7.37,
  8.82,
  7.84,
  8.11,
  9.45,
  9.02,
  7.35,
  7.72,
  7.21,
  7.53,
  7.45,
  7.6,
  6.703,
  6.272,
  5.194,
  3.136,
  2.274,
  1.568,
  2.901,
  3.724,
  3.41,
  3.254,
  3.763,
  4.038,
  2.842,
  3.685,
  4.234,
  3.685,
  2.705,
  2.195,
  1.078,
  1.96,
  1.921,
  0.98,
  0.902,
  2.352,
  3.45,
  2.783,
  1.882,
  1.176,
  2.352,
  2.234,
  5.331,
  3.332,
  3.881,
  4.939,
  5.488,
  7.88,
  8.86,
  7.02,
  8.04,
  8.98,
  8.94,
  11.72,
  13.84,
  15.29,
  12.5,
  9.8,
  10.43,
  10.7,
  9.09,
  7.29,
  7.92,
  6.821,
  7.76,
  11.17,
  8.04,
  9.33,
  11.49,
  11.45,
  13.56,
  12.9,
  10.35,
  8.62,
  13.76,
  10.66,
  10,
  9.76,
  14.39,
  11.49,
  12.23,
  16.78,
  13.92,
  16.11,
  16.74,
  13.25,
  11.05,
  13.48,
  9.49,
  10.82,
  12.62,
  10.04,
  11.72,
  10.31,
  6.86,
  6.625,
  8.35,
  8.78,
  6.762,
  5.684,
  7.17,
  8.86,
  7.74,
  5.253,
  5.41,
  4.469,
  3.41,
  5.253,
  5.253,
  3.606,
  3.175,
  3.254,
  3.606,
  3.136,
  6.468,
  8.19,
  6.782,
  9.41,
  7.84,
  7.64,
  9.09,
  8,
  7.8,
  7.21,
  5.057,
  8.78,
  5.978,
  4.998,
  4.234,
  3.724,
  4.978,
  4.508,
  3.724,
  3.41,
  3.41,
  3.058,
  3.058,
  4.038,
  2.842,
  1.274,
  3.881,
  3.959,
  3.724,
  4.43 ;

 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.14,
  6.702,
  6.531,
  8.25,
  7.05,
  7.38,
  4.982,
  8.49,
  6.471,
  5.443,
  6.281,
  6.994,
  10.17,
  8.58,
  7.95,
  6.413,
  7.07,
  6.801,
  4.944,
  5.091,
  4.922,
  4.641,
  3.366,
  5.02,
  5.74,
  7.44,
  6.755,
  6.691,
  7.6,
  7.67,
  6.215,
  6.662,
  6.463,
  6.183,
  5.7,
  6.147,
  5.894,
  5.499,
  3.62,
  2,
  1.927,
  0.736,
  2.431,
  2.91,
  2.779,
  2.771,
  3.299,
  3.276,
  1.98,
  2.88,
  3.384,
  3.096,
  2.108,
  1.499,
  0.643,
  1.61,
  1.593,
  0,
  0.209,
  2.077,
  3.083,
  2.35,
  1.467,
  0.746,
  1.501,
  1.496,
  4.097,
  2.632,
  3.332,
  4.142,
  4.201,
  6.533,
  7.1,
  5.571,
  6.504,
  7.48,
  7.7,
  9.35,
  11.34,
  11.8,
  10.57,
  8.3,
  8.87,
  8.6,
  7.07,
  5.872,
  5.884,
  5.784,
  6.179,
  7.9,
  5.847,
  6.766,
  9.37,
  9.81,
  10.52,
  9.87,
  8.59,
  6.743,
  11.4,
  7.55,
  8.62,
  8.13,
  10.95,
  9.25,
  8.49,
  11.56,
  11.06,
  11.82,
  12.65,
  10.78,
  8.96,
  10.62,
  6.9,
  8.73,
  9.11,
  8.17,
  9.44,
  8.76,
  5.013,
  5.232,
  6.777,
  6.779,
  5.172,
  4.567,
  5.689,
  7.06,
  6.354,
  3.839,
  4.16,
  3.56,
  2.228,
  4.084,
  3.836,
  2.713,
  2.139,
  2.143,
  2.399,
  2.171,
  5.528,
  7.04,
  5.37,
  7.54,
  6.63,
  6.526,
  7.22,
  6.762,
  6.409,
  5.813,
  4.228,
  7.02,
  4.32,
  4.062,
  3.497,
  3.244,
  4.134,
  3.828,
  2.763,
  2.581,
  2.478,
  2.584,
  2.4,
  3.381,
  2.276,
  0,
  3.137,
  3.109,
  3.053,
  3.639 ;

 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 =
  275,
  312.9,
  316.4,
  275.5,
  319.5,
  277.4,
  273.6,
  275.3,
  324.7,
  269.9,
  297.4,
  330.3,
  317.5,
  337.2,
  346.694,
  325.4,
  353.53,
  298.2,
  277.5,
  294.6,
  339.7,
  302.2,
  324.6,
  319.1,
  339.2,
  339.2,
  342.4,
  336.8,
  344.128,
  340.5,
  334.8,
  328.7,
  330.9,
  338.9,
  333.4,
  329.8,
  334.1,
  338,
  339,
  338.4,
  2.1,
  21.06,
  65.1,
  80.1,
  92.7,
  145,
  175.5,
  200,
  257.6,
  245.7,
  232.3,
  249.6,
  252.6,
  268.2,
  289.6,
  283.9,
  310.7,
  342.6,
  10.16,
  335.6,
  281.5,
  285.2,
  283.2,
  296.1,
  42.48,
  92,
  118,
  94.5,
  82.5,
  94.9,
  85.5,
  70,
  44.12,
  48.51,
  44.12,
  34.9,
  17.67,
  32.91,
  88.8,
  118.6,
  131.8,
  168.4,
  212.1,
  258.4,
  245.9,
  246.6,
  220.4,
  221.8,
  245.9,
  263,
  259,
  267.4,
  284.8,
  283.2,
  272.1,
  278.5,
  273.4,
  290.2,
  279,
  284.5,
  284.7,
  260.3,
  268.5,
  274.4,
  286.6,
  295.1,
  306.8,
  311.2,
  318.6,
  312.4,
  302.6,
  313.8,
  302.9,
  312.9,
  321,
  334.7,
  305.7,
  294.8,
  285.8,
  295.6,
  297.9,
  300.5,
  307.9,
  308.2,
  322.4,
  314.3,
  310.8,
  306.3,
  324.8,
  281.6,
  358.56,
  44.85,
  63.6,
  65.3,
  69.5,
  113.1,
  138.9,
  95.2,
  112.2,
  104.9,
  114.6,
  130.9,
  141.6,
  130.6,
  129.1,
  116.6,
  96.5,
  85.9,
  25.75,
  19.32,
  8.9,
  359.57,
  2.5,
  358.26,
  347.348,
  354.71,
  350.86,
  4.34,
  345.064,
  2.3,
  353.27,
  298.2,
  290.2,
  342.6,
  259.8,
  252,
  253.4,
  275.5 ;

 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 =
  2520.009,
  2562.659,
  2594.497,
  2781.917,
  2726.652,
  2860.008,
  2704.426,
  2965.132,
  2959.726,
  2965.132,
  2965.132,
  2964.531,
  2844.991,
  2772.305,
  2867.818,
  2700.821,
  2616.122,
  2556.652,
  2797.535,
  2473.755,
  2929.69,
  2965.132,
  2964.531,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2962.128,
  2944.708,
  2965.733,
  2960.927,
  2765.698,
  2965.733,
  2956.722,
  2939.902,
  2965.733,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2947.111,
  2961.528,
  2959.726,
  2965.132,
  2965.733,
  2965.132,
  2965.132,
  2963.93,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2726.051,
  2215.451,
  1068.104,
  2282.13,
  1760.717,
  1436.336,
  2963.93,
  2964.531,
  2014.215,
  2335.592,
  2965.733,
  2965.733,
  2730.256,
  2838.383,
  2920.079,
  2960.326,
  2965.132,
  2965.132,
  2917.676,
  2956.121,
  2941.704,
  2880.432,
  2945.309,
  2882.835,
  2706.828,
  2807.146,
  2900.256,
  2548.843,
  2554.249,
  2191.423,
  2962.128,
  2933.895,
  2840.786,
  2342.2,
  917.9272,
  1154.005,
  1942.13,
  2449.727,
  2401.67,
  2805.344,
  2965.733,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.733,
  2576.475,
  345.9954,
  1693.438,
  613.9702,
  659.6238,
  1175.029,
  1423.121,
  1263.333,
  1826.795,
  1603.332,
  1964.957,
  2808.948,
  2512.801,
  2965.132,
  2964.531,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.733,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132,
  2965.132 ;

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