netcdf C0204.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 = 2453025. ;
		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 = "24-Jan-2004 14:07:05:  Parameter wind_direction marked as non-functional as of julian day 2453025.000000 (2004-01-20 00:00:00)\n",
			"Fri Oct 10 18:29:32 2003: ncrcat -d time,2452923.5416666, pre/C0204.met.realtime.nc post/C0204.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 = 46270 ;
		:visibility_sensor_serial_number = 318 ;
		:processing = "realtime" ;
		:water_depth = 46 ;
		:mooring_site_id = "C0204" ;
		:mooring_site_desc = "Casco Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -16.6333 ;
		:goes_platform_id = "04405528" ;
		: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:  15-Sep-2003 19:45:35\n",
			"AAN_VIZ_1.2:  15-Sep-2003 19:45:35" ;
data:

 lat = 43.5695 ;

 lon = -70.055 ;

 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.23,
  -7.72,
  -8.15,
  -7.96,
  -8.27,
  -8.01,
  -7.93,
  -7.66,
  -7.52,
  -7.2,
  -7.53,
  -7.25,
  -7.14,
  -6.254,
  -4.426,
  -3.433,
  -2.26,
  -0.694,
  0.444,
  1.364,
  1.8,
  1.599,
  0.839,
  0.142,
  -0.378,
  -0.668,
  -0.555,
  -1.263,
  -1.293,
  -1.863,
  -1.522,
  -2.118,
  -2.017,
  -1.861,
  -2.173,
  -2.191,
  -2.724,
  -2.712,
  -2.406,
  -1.523,
  -0.811,
  -0.177,
  -0.208,
  0.057,
  0.698,
  0.68,
  1.073,
  1.392,
  1.542,
  1.514,
  1.488,
  1.256,
  0.574,
  0.07,
  -0.125,
  -0.538,
  -0.6,
  -0.665,
  -0.793,
  0.222,
  0.504,
  -0.106,
  -1.156,
  -0.872,
  -0.516,
  -0.462,
  0.185,
  0.375,
  1.237,
  1.837,
  1.997,
  2.056,
  2.339,
  2.521,
  1.782,
  1.946,
  2.986,
  4.336,
  5.632,
  5.418,
  4.397,
  1.436,
  1.337,
  2.007,
  2.228,
  2.814,
  3.684,
  4.312,
  4.757,
  4.721,
  4.599,
  4.424,
  3.938,
  2.888,
  2.179,
  1.595,
  1.091,
  0.749,
  0.163,
  -0.367,
  -1.136,
  -1.798,
  -2.399,
  -2.53,
  -2.841,
  -2.962,
  -2.965,
  -2.957,
  -3.678,
  -3.454,
  -3.17,
  -2.47,
  -1.717,
  -0.84,
  -0.583,
  0.286,
  0.42,
  0.664,
  0.118,
  -0.48,
  -0.681,
  -1.187,
  -1.015,
  -1.92,
  -2.485,
  -2.782,
  -2.856,
  -2.953,
  -3.11,
  -3.068,
  -2.822,
  -2.43,
  -2.315,
  -1.905,
  -1.45,
  -1.623,
  -1.636,
  -0.595,
  -0.231,
  0.353,
  0.852,
  1.305,
  1.898,
  2.334,
  2.137,
  -1.459,
  -1.571,
  -2.375,
  -2.333,
  -2.541,
  -2.975,
  -2.94,
  -3.135,
  -2.992,
  -3.12,
  -3.224,
  -2.958,
  -2.782,
  -2.538,
  -2.205,
  -1.233,
  -1.052,
  -0.873,
  -0.301,
  0.331,
  1.405,
  2.186,
  2.005 ;

 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 =
  12.47,
  12.03,
  13.21,
  13.05,
  9.8,
  9.8,
  8.82,
  11.64,
  9.41,
  9.02,
  7.6,
  7.84,
  7.68,
  8.43,
  10.82,
  7.92,
  7.06,
  7.25,
  7.33,
  7.57,
  6.37,
  6.39,
  8.04,
  8.7,
  9.13,
  10.54,
  9.8,
  8.62,
  9.56,
  10.39,
  8.39,
  7.68,
  7.72,
  6.742,
  6.586,
  5.41,
  5.37,
  4.508,
  4.547,
  4.312,
  3.763,
  1.176,
  2.47,
  3.802,
  4.665,
  5.174,
  5.37,
  5.527,
  5.096,
  5.802,
  5.88,
  5.527,
  4.802,
  3.489,
  3.685,
  2.862,
  2.234,
  2.626,
  3.567,
  4.547,
  8.31,
  7.25,
  6.468,
  4.547,
  2.94,
  4.822,
  3.646,
  2.078,
  4.155,
  5.998,
  7.1,
  6.762,
  7.1,
  9.8,
  12.43,
  13.48,
  15.13,
  16.86,
  16.19,
  12.64,
  11.52,
  10.51,
  9.68,
  11.8,
  11.76,
  11.84,
  10.54,
  11.88,
  13.45,
  14.03,
  13.92,
  14.54,
  15.21,
  11.66,
  12.94,
  11.13,
  10.27,
  11.17,
  11.41,
  12.7,
  13.96,
  12.78,
  12,
  10.54,
  12.15,
  12.11,
  12.07,
  15.52,
  11.92,
  12,
  8.19,
  7.8,
  7.41,
  7.06,
  5.684,
  7.57,
  6.703,
  6.507,
  5.802,
  6.311,
  6.821,
  5.998,
  7.02,
  6.86,
  7.02,
  6.664,
  5.41,
  4.782,
  3.234,
  3.332,
  3.881,
  4.312,
  4.704,
  4.978,
  6.978,
  6.86,
  8.04,
  7.92,
  8.51,
  8.86,
  5.488,
  6.429,
  4.508,
  4.273,
  3.175,
  5.488,
  2.352,
  1.45,
  1.372,
  1.646,
  1.725,
  1.686,
  1.215,
  1.568,
  1.529,
  1.529,
  1.215,
  1.333,
  0.49,
  0.902,
  1.45,
  0.98,
  0.314,
  0.098,
  4.547,
  5.096,
  8.78,
  10.47 ;

 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.82,
  9.62,
  10.31,
  8.25,
  7.87,
  7.47,
  6.753,
  8.73,
  7.62,
  7.33,
  6.098,
  6.746,
  6.271,
  6.616,
  9.3,
  6.68,
  5.45,
  5.34,
  6.289,
  6.265,
  5.274,
  5.419,
  6.501,
  7.03,
  7.86,
  9.2,
  7.77,
  7.66,
  8.26,
  8.61,
  7.22,
  6.544,
  6.489,
  5.99,
  5.508,
  4.449,
  4.648,
  3.661,
  3.804,
  3.124,
  2.64,
  0.37,
  1.76,
  3.218,
  3.608,
  4.528,
  4.704,
  4.604,
  4.397,
  5.097,
  5.044,
  4.691,
  3.703,
  2.763,
  3.164,
  2.256,
  1.809,
  1.864,
  2.918,
  2.648,
  6.526,
  5.899,
  5.051,
  3.831,
  2.232,
  4.022,
  2.76,
  1.604,
  2.962,
  5.025,
  6.09,
  5.605,
  5.936,
  8,
  10.46,
  11.21,
  12.49,
  13.51,
  12.99,
  10.73,
  9.54,
  8.9,
  8.04,
  9.79,
  9.68,
  10.12,
  8.32,
  9.37,
  11.09,
  11.98,
  11.32,
  11.78,
  11.47,
  9.73,
  10.6,
  9.46,
  8.98,
  9.25,
  9.82,
  9.69,
  10.75,
  10.21,
  9.78,
  8.91,
  10.18,
  10.22,
  8.61,
  12.38,
  9.24,
  9.18,
  6.742,
  5.758,
  5.527,
  5.373,
  4.689,
  6.37,
  5.475,
  5.383,
  4.869,
  5.521,
  5.693,
  5.014,
  5.762,
  5.971,
  6.093,
  5.434,
  4.502,
  3.759,
  1.629,
  2.114,
  2.848,
  3.22,
  3.839,
  3.857,
  5.658,
  5.998,
  7.08,
  6.76,
  7.42,
  7.03,
  4.224,
  5.186,
  3.118,
  3.579,
  1.169,
  4.424,
  1.454,
  1.218,
  1.161,
  1.142,
  1.296,
  1.202,
  0.877,
  1.253,
  1.02,
  1.104,
  0.737,
  0.69,
  0.004,
  0.225,
  0.891,
  0.248,
  0.028,
  0,
  3.944,
  4.503,
  7.27,
  8.23 ;

 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 =
  316.0667,
  333.6667,
  336.7667,
  321.4667,
  311.2667,
  313.1667,
  311.3667,
  310.4667,
  320.5667,
  317.6667,
  306.6667,
  300.9667,
  304.1667,
  94.6667,
  347.6137,
  302.1667,
  324.4667,
  335.5667,
  328.6667,
  86.1667,
  44.5667,
  12.4367,
  348.7937,
  66.0667,
  123.0667,
  86.8667,
  58.6667,
  118.8667,
  98.2667,
  71.6667,
  58.0667,
  23.5367,
  44.4567,
  39.3767,
  3.1667,
  329.4667,
  345.0917,
  335.0667,
  331.3667,
  324.1667,
  325.7667,
  5.0867,
  198.4667,
  168.3667,
  199.6667,
  178.6667,
  199.5667,
  206.6667,
  211.6667,
  205.3667,
  195.2667,
  232.8667,
  117.8667,
  120.8667,
  111.5667,
  119.7667,
  216.7667,
  158.7667,
  105.1667,
  83.1667,
  81.4667,
  103.9667,
  116.9667,
  120.0667,
  114.7667,
  109.0667,
  94.1667,
  78.0667,
  358.6467,
  16.5367,
  125.8667,
  85.2667,
  83.1667,
  95.6667,
  96.1667,
  94.3667,
  101.6667,
  120.7667,
  150.3667,
  170.1667,
  222.0667,
  259.7667,
  249.0667,
  267.0667,
  257.7667,
  242.3667,
  241.6667,
  266.6667,
  280.2667,
  280.2667,
  282.7667,
  270.8667,
  292.2667,
  269.2667,
  283.2667,
  266.3667,
  256.0667,
  273.7667,
  267.6667,
  262.2667,
  275.7667,
  271.8667,
  266.0667,
  272.1667,
  270.8667,
  271.8667,
  297.0667,
  293.4667,
  302.8667,
  283.5667,
  254.4667,
  252.3667,
  247.0667,
  275.6667,
  300.5667,
  290.0667,
  255.9667,
  282.0667,
  217.3667,
  234.3667,
  279.6667,
  252.2667,
  359.9167,
  346.6817,
  339.2667,
  354.1567,
  312.8667,
  7.9067,
  13.5467,
  29.7167,
  77.7667,
  89.4667,
  113.8667,
  126.7667,
  52.7567,
  112.5667,
  98.2667,
  130.0667,
  151.1667,
  146.2667,
  144.9667,
  155.4667,
  153.3667,
  104.9667,
  12.8267,
  357.3167,
  348.0677,
  344.8297,
  338.4667,
  356.6767,
  342.4667,
  337.7667,
  336.4667,
  352.2867,
  338.5667,
  340.5667,
  3.7367,
  334.8667,
  356.4967,
  330.9667,
  302.3667,
  324.9667,
  310.0667,
  343.3667,
  257.2667,
  267.2667,
  277.1667,
  259.7667 ;

 wind_direction_qc =
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 visibility =
  2950.715,
  2955.521,
  2953.118,
  2956.121,
  2954.92,
  2957.923,
  2956.121,
  2954.319,
  2957.323,
  2956.722,
  2955.521,
  2944.708,
  2545.239,
  2884.637,
  2400.469,
  2750.079,
  2454.532,
  2461.74,
  2632.942,
  2685.203,
  2210.045,
  2945.909,
  2952.517,
  2954.92,
  2953.719,
  2950.715,
  2950.114,
  2956.121,
  2950.715,
  2951.316,
  2953.719,
  2953.118,
  2954.92,
  2953.719,
  2954.319,
  2947.711,
  2828.772,
  2541.634,
  2395.062,
  2930.892,
  2922.482,
  2921.881,
  2933.895,
  2933.294,
  2954.319,
  2948.913,
  2950.715,
  2952.517,
  2948.913,
  2941.704,
  2933.895,
  2920.68,
  2920.68,
  2927.287,
  2921.881,
  2908.065,
  2915.874,
  2918.277,
  2904.461,
  2899.655,
  2926.086,
  2896.651,
  2873.224,
  2864.213,
  2901.457,
  2851.598,
  2889.443,
  2910.468,
  2926.086,
  2948.312,
  2938.1,
  2942.305,
  2926.687,
  2898.454,
  2033.438,
  1712.661,
  974.9942,
  861.4608,
  1116.761,
  1422.52,
  2014.816,
  2892.447,
  2908.065,
  1648.385,
  2007.006,
  2362.023,
  2236.476,
  2400.469,
  2353.614,
  1719.869,
  1715.664,
  2424.497,
  2693.613,
  2942.305,
  2950.114,
  2954.92,
  2950.114,
  2953.719,
  2952.517,
  2951.316,
  2950.114,
  2947.111,
  2954.92,
  2954.319,
  2956.121,
  2954.319,
  2953.118,
  2903.259,
  2811.351,
  2582.482,
  2626.334,
  2831.775,
  2633.542,
  2645.556,
  2794.531,
  2900.856,
  2633.542,
  2951.916,
  2955.521,
  2954.92,
  2957.323,
  2956.722,
  2954.92,
  2957.323,
  2958.524,
  2957.323,
  2956.121,
  2957.923,
  2955.521,
  2957.323,
  2957.923,
  2957.923,
  2954.92,
  2955.521,
  2656.97,
  990.0118,
  2423.896,
  2956.121,
  2941.704,
  987.609,
  431.9563,
  1559.481,
  2237.677,
  2052.66,
  1786.547,
  2067.077,
  2026.83,
  1304.782,
  817.0086,
  482.4156,
  214.621,
  283.4619,
  162.0593,
  134.6071,
  143.4374,
  132.7449,
  64.745,
  53.57187,
  120.4304,
  2957.923,
  2957.323,
  2957.323,
  2956.722,
  2953.719,
  1507.219,
  40.66271,
  2924.885,
  2941.704 ;

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