netcdf C0204.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 162 ;
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 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 = 2452974.04167244 ;
		:starting_julian_day_string = "2003-11-30 01:00:00" ;
		:ending_julian_day_number = 2452980.75000579 ;
		:ending_julian_day_string = "2003-12-06 18: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 = 2452974.04166667, 2452974.08333333, 2452974.125, 2452974.16666667, 
    2452974.20833333, 2452974.25, 2452974.29166667, 2452974.33333333, 
    2452974.375, 2452974.41666667, 2452974.45833333, 2452974.5, 
    2452974.54166667, 2452974.58333333, 2452974.625, 2452974.66666667, 
    2452974.70833333, 2452974.75, 2452974.79166667, 2452974.83333333, 
    2452974.875, 2452974.91666667, 2452974.95833333, 2452975, 
    2452975.04166667, 2452975.08333333, 2452975.125, 2452975.16666667, 
    2452975.20833333, 2452975.25, 2452975.29166667, 2452975.33333333, 
    2452975.375, 2452975.41666667, 2452975.45833333, 2452975.5, 
    2452975.54166667, 2452975.58333333, 2452975.625, 2452975.66666667, 
    2452975.70833333, 2452975.75, 2452975.79166667, 2452975.83333333, 
    2452975.875, 2452975.91666667, 2452975.95833333, 2452976, 
    2452976.04166667, 2452976.08333333, 2452976.125, 2452976.16666667, 
    2452976.20833333, 2452976.25, 2452976.29166667, 2452976.33333333, 
    2452976.375, 2452976.41666667, 2452976.45833333, 2452976.5, 
    2452976.54166667, 2452976.58333333, 2452976.625, 2452976.66666667, 
    2452976.70833333, 2452976.75, 2452976.79166667, 2452976.83333333, 
    2452976.875, 2452976.91666667, 2452976.95833333, 2452977, 
    2452977.04166667, 2452977.08333333, 2452977.125, 2452977.16666667, 
    2452977.20833333, 2452977.25, 2452977.29166667, 2452977.33333333, 
    2452977.375, 2452977.41666667, 2452977.45833333, 2452977.5, 
    2452977.54166667, 2452977.58333333, 2452977.625, 2452977.66666667, 
    2452977.70833333, 2452977.75, 2452977.79166667, 2452977.83333333, 
    2452977.875, 2452977.91666667, 2452977.95833333, 2452978, 
    2452978.04166667, 2452978.08333333, 2452978.125, 2452978.16666667, 
    2452978.20833333, 2452978.25, 2452978.29166667, 2452978.33333333, 
    2452978.375, 2452978.41666667, 2452978.45833333, 2452978.5, 
    2452978.54166667, 2452978.58333333, 2452978.625, 2452978.66666667, 
    2452978.70833333, 2452978.75, 2452978.79166667, 2452978.83333333, 
    2452978.875, 2452978.91666667, 2452978.95833333, 2452979, 
    2452979.04166667, 2452979.08333333, 2452979.125, 2452979.16666667, 
    2452979.20833333, 2452979.25, 2452979.29166667, 2452979.33333333, 
    2452979.375, 2452979.41666667, 2452979.45833333, 2452979.5, 
    2452979.54166667, 2452979.58333333, 2452979.625, 2452979.66666667, 
    2452979.70833333, 2452979.75, 2452979.79166667, 2452979.83333333, 
    2452979.875, 2452979.91666667, 2452979.95833333, 2452980, 
    2452980.04166667, 2452980.08333333, 2452980.125, 2452980.16666667, 
    2452980.20833333, 2452980.25, 2452980.29166667, 2452980.33333333, 
    2452980.375, 2452980.41666667, 2452980.45833333, 2452980.5, 
    2452980.54166667, 2452980.58333333, 2452980.625, 2452980.66666667, 
    2452980.70833333, 2452980.75 ;

 air_temperature =
  2.942,
  3.483,
  3.749,
  3.547,
  3.205,
  3.186,
  3.331,
  3.934,
  4.353,
  4.712,
  5.185,
  5.22,
  4.97,
  4.903,
  5.029,
  5.374,
  6.214,
  6.525,
  6.66,
  6.636,
  6.518,
  6.391,
  6.383,
  6.388,
  6.44,
  6.527,
  6.705,
  6.957,
  7.13,
  7.27,
  7.23,
  7.03,
  7.42,
  7.51,
  7.39,
  6.885,
  7.11,
  6.639,
  7.68,
  6.763,
  7.14,
  7.55,
  5.031,
  5.921,
  4.932,
  3.651,
  2.903,
  2.414,
  1.961,
  1.671,
  1.113,
  0.96,
  0.764,
  0.358,
  0.654,
  0.54,
  -0.017,
  -0.567,
  -2.219,
  -2.354,
  -1.793,
  -2.353,
  -2.41,
  -2.427,
  -1.938,
  -2.183,
  -2.247,
  -2.56,
  -3.151,
  -4.208,
  -5.176,
  -5.724,
  -6.043,
  -5.878,
  -6.011,
  -6.3,
  -6.472,
  -6.669,
  -6.263,
  -6.407,
  -6.075,
  -5.977,
  -5.55,
  -5.393,
  -5.204,
  -4.618,
  -3.935,
  -3.337,
  -2.39,
  -2.329,
  -2.084,
  -1.706,
  -1.952,
  -2.325,
  -3.041,
  -2.855,
  -3.179,
  -3.177,
  -3.499,
  -3.833,
  -4.253,
  -4.259,
  -4.01,
  -3.865,
  -4.251,
  -4.184,
  -4.665,
  -4.79,
  -5.063,
  -4.414,
  -4.327,
  -3.585,
  -2.941,
  -1.829,
  -1.33,
  -0.921,
  -1.06,
  -1.368,
  -1.846,
  -2.451,
  -3.459,
  -3.725,
  -4.088,
  -4.24,
  -4.387,
  -4.886,
  -5.017,
  -5.036,
  -4.909,
  -5.659,
  -5.857,
  -6.023,
  -6.261,
  -6.167,
  -5.785,
  -5.506,
  -5.397,
  -5.202,
  -4.667,
  -4.065,
  -3.736,
  -3.13,
  -3.468,
  -3.366,
  -3.318,
  -3.313,
  -3.504,
  -3.824,
  -3.675,
  -4.107,
  -4.612,
  -5.09,
  -5.227,
  -5.451,
  -5.454,
  -5.366,
  -5.181,
  -4.882,
  -4.369,
  -4.251,
  -3.459,
  -3.111 ;

 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 ;

 wind_gust =
  17.72,
  15.84,
  16.42,
  16.39,
  17.17,
  16.62,
  15.76,
  14.78,
  13.45,
  14.97,
  13.17,
  15.25,
  14.66,
  13.45,
  13.76,
  12.43,
  13.29,
  10.39,
  9.29,
  11.05,
  10.62,
  11.29,
  11.84,
  10.31,
  12.43,
  14.15,
  14.74,
  12.7,
  13.48,
  9.8,
  11.56,
  12.7,
  14.31,
  14.58,
  15.01,
  13.52,
  13.05,
  13.17,
  14.7,
  16.39,
  15.68,
  15.52,
  12.19,
  14.7,
  14.94,
  13.52,
  11.37,
  12.39,
  10.66,
  13.13,
  11.29,
  11.56,
  10.7,
  9.96,
  11.05,
  9.68,
  7.1,
  9.45,
  11.05,
  11.17,
  11.37,
  10.09,
  10.27,
  10.51,
  10.7,
  9.76,
  12.19,
  13.25,
  14.74,
  16.66,
  17.29,
  14.7,
  17.09,
  15.88,
  14.94,
  14.46,
  14.5,
  13.6,
  14.62,
  14.15,
  13.96,
  13.17,
  13.17,
  15.09,
  14.11,
  14.94,
  13.92,
  13.21,
  14.23,
  14.07,
  13.41,
  13.68,
  13.05,
  11.96,
  11.88,
  12,
  14.27,
  12.23,
  10.23,
  7.94,
  6.586,
  6.35,
  8.66,
  7.68,
  9.33,
  8.62,
  8.23,
  8.39,
  9.29,
  7.57,
  6.233,
  3.058,
  4.312,
  7.21,
  7.49,
  8.82,
  7.8,
  9.76,
  9.13,
  9.33,
  10.35,
  9.8,
  9.72,
  11.29,
  9.02,
  6.742,
  8.19,
  7.72,
  6.978,
  6.272,
  5.37,
  4.704,
  5.645,
  6.546,
  5.88,
  4.547,
  6.115,
  4.9,
  3.528,
  4.273,
  6.429,
  5.841,
  7.57,
  9.64,
  10.47,
  11.84,
  12.03,
  12.74,
  13.41,
  13.88,
  13.41,
  15.17,
  14.43,
  13.88,
  15.72,
  17.17,
  15.8,
  16.27,
  16.42,
  15.92,
  16.54,
  17.72 ;

 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 ;

 wind_speed =
  14.04,
  13.45,
  14.36,
  13.46,
  13.33,
  14.11,
  12.96,
  12.63,
  11.08,
  12.41,
  11.23,
  12.44,
  12.07,
  11.17,
  11.3,
  10.92,
  11.22,
  8.91,
  7.7,
  8.89,
  8.65,
  9.24,
  9.5,
  8.7,
  10.23,
  11.58,
  11.93,
  10.49,
  10.47,
  8.47,
  9.42,
  11.13,
  11.93,
  12.54,
  12.01,
  11.62,
  11.3,
  10.93,
  11.7,
  12.01,
  12.96,
  12.82,
  10.48,
  11.62,
  12.29,
  11.03,
  9.31,
  10.17,
  9.04,
  10.3,
  9.49,
  9.41,
  8.29,
  7.66,
  7.99,
  7.85,
  5.192,
  6.928,
  7.99,
  7.49,
  9.1,
  7.69,
  7.99,
  8.17,
  8.61,
  7.76,
  8.91,
  10.34,
  11.62,
  13.35,
  13.09,
  12.11,
  12.23,
  12.97,
  12.86,
  11.69,
  11.42,
  10.76,
  11.67,
  11.62,
  11.91,
  10.92,
  11.17,
  11.77,
  11.94,
  12.19,
  11.18,
  9.74,
  11.58,
  11.43,
  9.9,
  10.77,
  10.55,
  9.54,
  9.57,
  9.9,
  11.36,
  9.87,
  7.51,
  5.55,
  5.18,
  4.745,
  6.899,
  6.107,
  7.8,
  6.49,
  6.141,
  6.879,
  7.32,
  6.043,
  3.848,
  2.025,
  2.236,
  5.28,
  5.901,
  6.99,
  6.145,
  7.78,
  6.852,
  7.06,
  8.37,
  8.11,
  8.07,
  8.71,
  6.723,
  4.332,
  6.263,
  6.094,
  4.969,
  4.964,
  3.91,
  3.223,
  3.378,
  4.58,
  4.277,
  2.926,
  3.912,
  2.713,
  2.461,
  3.029,
  4.286,
  4.112,
  6.36,
  8.14,
  8.72,
  9.46,
  10.2,
  10.66,
  11.09,
  11.42,
  11.42,
  12.32,
  12.36,
  11.59,
  13.06,
  12.85,
  13.37,
  13.54,
  13.83,
  13.82,
  13.25,
  14.9 ;

 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 ;

 wind_direction =
  256.9667,
  251.9667,
  254.6667,
  255.7667,
  262.8667,
  256.8667,
  242.8667,
  234.4667,
  233.6667,
  236.0667,
  234.9667,
  232.7667,
  235.9667,
  237.0667,
  230.8667,
  248.5667,
  261.3667,
  253.4667,
  262.3667,
  261.8667,
  257.1667,
  244.8667,
  237.9667,
  238.1667,
  238.1667,
  229.0667,
  228.5667,
  224.4667,
  216.5667,
  225.5667,
  210.8667,
  209.7667,
  205.9667,
  218.9667,
  218.2667,
  219.7667,
  226.1667,
  227.1667,
  232.7667,
  299.7667,
  277.2667,
  283.6667,
  282.7667,
  298.1667,
  288.6667,
  275.0667,
  275.6667,
  284.5667,
  286.8667,
  277.8667,
  273.3667,
  276.5667,
  281.5667,
  270.5667,
  272.4667,
  274.7667,
  317.7667,
  330.6667,
  346.8277,
  346.9477,
  334.3667,
  337.3667,
  322.1667,
  322.3667,
  327.1667,
  319.0667,
  324.5667,
  328.1667,
  326.2667,
  318.5667,
  326.4667,
  312.1667,
  318.4667,
  314.9667,
  325.4667,
  318.0667,
  310.1667,
  306.2667,
  318.0667,
  314.7667,
  319.3667,
  312.7667,
  315.2667,
  318.5667,
  313.7667,
  310.2667,
  305.8667,
  306.3667,
  305.1667,
  320.8667,
  299.4667,
  297.8667,
  312.6667,
  292.2667,
  307.2667,
  313.9667,
  316.9667,
  317.0667,
  292.8667,
  292.7667,
  282.7667,
  289.7667,
  276.2667,
  272.8667,
  271.3667,
  301.4667,
  276.8667,
  282.0667,
  290.2667,
  302.1667,
  310.7667,
  301.6667,
  286.3667,
  294.1667,
  299.6667,
  308.2667,
  305.8667,
  313.9667,
  325.8667,
  334.8667,
  344.6537,
  355.2167,
  348.3827,
  348.7367,
  345.8257,
  340.5667,
  351.3867,
  341.5667,
  353.5967,
  20.1367,
  6.2267,
  27.9667,
  14.5167,
  31.9667,
  23.5367,
  42.0067,
  23.5667,
  6.5367,
  6.7567,
  19.6667,
  28.1167,
  33.1467,
  37.4667,
  44.4367,
  42.5967,
  39.8667,
  38.6667,
  39.6267,
  32.1767,
  28.3467,
  33.7767,
  28.8167,
  23.8967,
  18.9867,
  21.3467,
  16.9967,
  21.1967,
  23.2467,
  23.9567,
  21.7967,
  21.4767,
  20.6767 ;

 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 ;

 visibility =
  2870.22,
  2835.98,
  2838.383,
  2875.026,
  2921.881,
  2847.394,
  2930.892,
  2923.683,
  2941.104,
  2837.182,
  2875.026,
  2817.358,
  2900.856,
  2865.415,
  1021.849,
  2783.118,
  2337.395,
  2203.437,
  2897.853,
  2874.425,
  2939.302,
  2938.1,
  2935.697,
  2938.1,
  2905.662,
  2860.008,
  2832.977,
  2831.175,
  2827.57,
  2884.037,
  2851.598,
  2826.969,
  2694.214,
  2792.729,
  2781.917,
  2784.92,
  2464.744,
  1328.81,
  1381.071,
  2709.832,
  1815.982,
  1923.508,
  1093.934,
  2339.197,
  2806.546,
  2935.097,
  2951.316,
  2950.114,
  2952.517,
  2954.92,
  2956.722,
  2955.521,
  2950.715,
  2954.319,
  2955.521,
  2957.923,
  2956.722,
  2916.475,
  2825.768,
  2948.312,
  2955.521,
  2958.524,
  2953.118,
  2954.92,
  2894.849,
  2805.344,
  2941.704,
  2906.864,
  2887.04,
  2874.425,
  2881.634,
  2917.075,
  2879.231,
  2906.864,
  2838.984,
  2936.298,
  2939.302,
  2939.302,
  2927.287,
  2932.694,
  2887.641,
  2941.704,
  2868.418,
  2829.372,
  2861.811,
  2857.005,
  2866.616,
  2471.953,
  2556.051,
  2682.8,
  2327.183,
  1666.406,
  2224.462,
  2955.521,
  2950.715,
  2953.118,
  2956.121,
  2954.319,
  2951.916,
  2957.323,
  2955.521,
  2957.323,
  2954.319,
  2957.323,
  2956.722,
  2955.521,
  2956.121,
  2952.517,
  2718.242,
  2525.415,
  2260.504,
  2804.143,
  2717.041,
  2641.352,
  2040.045,
  1794.357,
  2458.737,
  2957.323,
  2954.319,
  2957.323,
  2956.121,
  2958.524,
  2957.323,
  2957.923,
  2955.521,
  2957.323,
  2957.323,
  2957.323,
  2953.719,
  2954.319,
  2958.524,
  2954.319,
  2574.673,
  2950.715,
  2942.906,
  2938.1,
  2954.92,
  2945.909,
  2945.909,
  2949.513,
  2951.916,
  2955.521,
  2959.125,
  2958.524,
  2956.121,
  2929.09,
  2949.513,
  2952.517,
  2927.888,
  2913.471,
  2918.277,
  2907.464,
  2917.676,
  2863.012,
  2959.125,
  2958.524,
  2958.524,
  2957.923,
  2957.923,
  2959.125,
  2958.524,
  2958.524 ;

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