netcdf L0104.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 = "Wed Feb 11 19:37:48 2004: /usr/local/nco/bin/ncrcat -d time,2452921.7597,2453047.8333 L0104.met.realtime.nc L0104.met.realtime.nc.new\n",
			"09-Oct-2003 12:32:58:  Modified [lon,lat] to [-66.553590,43.625566].\n",
			"Wed Oct  8 20:40:02 2003: ncrcat -d time,2452921.7916666, pre/L0104.met.realtime.nc post/L0104.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 = "RMY5001" ;
		:visibility_sensor_serial_number = 321 ;
		:processing = "realtime" ;
		:water_depth = 98 ;
		:mooring_site_id = "L0104" ;
		:mooring_site_desc = "Scotian Shelf" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.0667 ;
		:goes_platform_id = "0440A5AC" ;
		:starting_julian_day_number = 2453149.00000579 ;
		:starting_julian_day_string = "2004-05-23 00:00:00" ;
		:ending_julian_day_number = 2453155.95833912 ;
		:ending_julian_day_string = "2004-05-29 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  03-Oct-2003 12:10:21\n",
			"AAN_VIZ_1.2:  03-Oct-2003 12:10:21" ;
data:

 lat = 43.6255658467611 ;

 lon = -66.553589714898 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453149, 2453149.04166667, 2453149.08333333, 2453149.125, 
    2453149.16666667, 2453149.20833333, 2453149.25, 2453149.29166667, 
    2453149.33333333, 2453149.375, 2453149.41666667, 2453149.45833333, 
    2453149.5, 2453149.54166667, 2453149.58333333, 2453149.625, 
    2453149.66666667, 2453149.70833333, 2453149.75, 2453149.79166667, 
    2453149.83333333, 2453149.875, 2453149.91666667, 2453149.95833333, 
    2453150, 2453150.04166667, 2453150.08333333, 2453150.125, 
    2453150.16666667, 2453150.20833333, 2453150.25, 2453150.29166667, 
    2453150.33333333, 2453150.375, 2453150.41666667, 2453150.45833333, 
    2453150.5, 2453150.54166667, 2453150.58333333, 2453150.625, 
    2453150.66666667, 2453150.70833333, 2453150.75, 2453150.79166667, 
    2453150.83333333, 2453150.875, 2453150.91666667, 2453150.95833333, 
    2453151, 2453151.04166667, 2453151.08333333, 2453151.125, 
    2453151.16666667, 2453151.20833333, 2453151.25, 2453151.29166667, 
    2453151.33333333, 2453151.375, 2453151.41666667, 2453151.45833333, 
    2453151.5, 2453151.54166667, 2453151.58333333, 2453151.625, 
    2453151.66666667, 2453151.70833333, 2453151.75, 2453151.79166667, 
    2453151.83333333, 2453151.875, 2453151.91666667, 2453151.95833333, 
    2453152, 2453152.04166667, 2453152.08333333, 2453152.125, 
    2453152.16666667, 2453152.20833333, 2453152.25, 2453152.29166667, 
    2453152.33333333, 2453152.375, 2453152.41666667, 2453152.45833333, 
    2453152.5, 2453152.54166667, 2453152.58333333, 2453152.625, 
    2453152.66666667, 2453152.70833333, 2453152.75, 2453152.79166667, 
    2453152.83333333, 2453152.875, 2453152.91666667, 2453152.95833333, 
    2453153, 2453153.04166667, 2453153.08333333, 2453153.125, 
    2453153.16666667, 2453153.20833333, 2453153.25, 2453153.29166667, 
    2453153.33333333, 2453153.375, 2453153.41666667, 2453153.45833333, 
    2453153.5, 2453153.54166667, 2453153.58333333, 2453153.625, 
    2453153.66666667, 2453153.70833333, 2453153.75, 2453153.79166667, 
    2453153.83333333, 2453153.875, 2453153.91666667, 2453153.95833333, 
    2453154, 2453154.04166667, 2453154.08333333, 2453154.125, 
    2453154.16666667, 2453154.20833333, 2453154.25, 2453154.29166667, 
    2453154.33333333, 2453154.375, 2453154.41666667, 2453154.45833333, 
    2453154.5, 2453154.54166667, 2453154.58333333, 2453154.625, 
    2453154.66666667, 2453154.70833333, 2453154.75, 2453154.79166667, 
    2453154.83333333, 2453154.875, 2453154.91666667, 2453154.95833333, 
    2453155, 2453155.04166667, 2453155.08333333, 2453155.125, 
    2453155.16666667, 2453155.20833333, 2453155.25, 2453155.29166667, 
    2453155.33333333, 2453155.375, 2453155.41666667, 2453155.45833333, 
    2453155.5, 2453155.54166667, 2453155.58333333, 2453155.625, 
    2453155.66666667, 2453155.70833333, 2453155.75, 2453155.79166667, 
    2453155.83333333, 2453155.875, 2453155.91666667, 2453155.95833333 ;

 air_temperature =
  5.536,
  5.545,
  5.638,
  5.644,
  5.585,
  5.47,
  5.733,
  5.774,
  5.649,
  5.505,
  5.782,
  5.81,
  5.59,
  5.605,
  5.629,
  5.528,
  6.056,
  6.288,
  6.529,
  6.307,
  6.354,
  6.462,
  6.638,
  6.392,
  6.201,
  6.163,
  6.093,
  6.243,
  5.709,
  5.663,
  5.795,
  5.775,
  5.99,
  6.283,
  6.122,
  6.324,
  6.143,
  6.535,
  6.431,
  6.117,
  6.532,
  6.828,
  6.872,
  7.05,
  7.08,
  6.987,
  7.44,
  7.32,
  7.7,
  7.58,
  7.18,
  6.952,
  6.981,
  6.734,
  6.594,
  6.378,
  6.418,
  6.484,
  6.578,
  6.485,
  6.301,
  6.244,
  6.243,
  6.344,
  6.075,
  5.786,
  5.828,
  5.979,
  6.266,
  6.073,
  6.608,
  6.484,
  6.143,
  5.652,
  6.011,
  6.028,
  5.747,
  5.776,
  5.503,
  5.563,
  5.446,
  5.421,
  5.495,
  5.83,
  5.922,
  5.67,
  5.887,
  5.627,
  5.218,
  5.07,
  5.022,
  5.07,
  5.146,
  5.135,
  5.224,
  5.298,
  5.244,
  5.286,
  5.384,
  5.399,
  5.435,
  5.261,
  5.145,
  5.142,
  5.131,
  5.385,
  5.428,
  5.495,
  5.535,
  5.616,
  5.691,
  5.688,
  5.686,
  5.945,
  6.157,
  6.812,
  6.235,
  5.817,
  5.766,
  5.856,
  5.848,
  5.855,
  5.805,
  5.898,
  5.859,
  6.064,
  6.146,
  6.073,
  5.8,
  6.134,
  6.427,
  6.386,
  6.284,
  6.218,
  6.009,
  5.795,
  6.085,
  5.736,
  5.685,
  5.548,
  5.451,
  5.393,
  5.409,
  5.508,
  5.531,
  5.728,
  5.636,
  5.697,
  5.801,
  5.89,
  5.757,
  5.642,
  5.578,
  5.634,
  6.192,
  7.19,
  7.12,
  7.08,
  6.951,
  7.05,
  7.1,
  7.27,
  7.51,
  7.36,
  7.5,
  7.76,
  8.28,
  8.32 ;

 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.62,
  8.86,
  6.664,
  7.33,
  3.959,
  3.293,
  5.253,
  4.508,
  5.253,
  4.822,
  3.293,
  6.468,
  8.43,
  7.17,
  5.39,
  2.313,
  1.49,
  4.939,
  5.566,
  5.135,
  4.586,
  4.312,
  3.802,
  4.39,
  3.528,
  5.135,
  3.018,
  3.959,
  3.293,
  2.117,
  0.274,
  0.039,
  0,
  0.078,
  4.43,
  4.861,
  8.47,
  5.488,
  2.587,
  5.958,
  8.35,
  9.64,
  9.45,
  10.66,
  13.56,
  12.07,
  5.194,
  9.88,
  11.41,
  10.47,
  10.19,
  7.53,
  9.92,
  8.04,
  8.58,
  11.8,
  11.68,
  12.86,
  10,
  11.72,
  11.64,
  10.54,
  8.72,
  6.115,
  4.312,
  4.234,
  4.508,
  4.038,
  5.096,
  3.097,
  5.449,
  7.06,
  5.488,
  3.136,
  6.39,
  5.606,
  3.528,
  4.626,
  3.293,
  1.803,
  1.999,
  2.548,
  2.078,
  4.861,
  8.35,
  5.586,
  8.78,
  8.11,
  9.41,
  9.45,
  10.74,
  9.88,
  9.25,
  9.33,
  10.11,
  8.11,
  6.821,
  7.57,
  10.11,
  11.05,
  10.43,
  6.762,
  4.782,
  6.507,
  8.35,
  6.115,
  6.742,
  2.744,
  5.214,
  4.782,
  3.92,
  4.116,
  3.45,
  5.762,
  4.194,
  5.057,
  0.49,
  5.174,
  3.959,
  4.116,
  3.763,
  2.156,
  1.215,
  3.136,
  1.529,
  0.294,
  1.372,
  5.096,
  2.94,
  1.176,
  0.118,
  0.039,
  1.921,
  2.43,
  3.763,
  4.43,
  6.194,
  5.919,
  8.11,
  8.15,
  8.55,
  9.29,
  12.07,
  8.43,
  10.54,
  8.82,
  7.84,
  7.45,
  8.11,
  8.31,
  7.35,
  6.115,
  4.312,
  3.606,
  5.41,
  9.88,
  10.54,
  10.47,
  10.35,
  12.07,
  10.94,
  12.27,
  12.35,
  11.25,
  11.8,
  13.8,
  13.68,
  12.9 ;

 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 =
  6.875,
  7.09,
  5.553,
  6.015,
  3.192,
  2.402,
  4.38,
  3.838,
  4.689,
  4.036,
  2.493,
  5.475,
  6.826,
  5.982,
  3.443,
  0.664,
  0.8,
  3.052,
  4.859,
  4.368,
  3.844,
  3.488,
  2.513,
  3.959,
  2.47,
  3.644,
  1.892,
  3.317,
  2.407,
  0.651,
  0.033,
  0.001,
  0,
  0.002,
  3.667,
  4.493,
  6.984,
  4.08,
  1.398,
  5.034,
  6.527,
  8.25,
  8.32,
  8.82,
  11.1,
  9.95,
  0.322,
  8.56,
  9.45,
  8.62,
  7.58,
  6.337,
  8.3,
  5.746,
  7.02,
  10.36,
  9.85,
  11.21,
  8.6,
  10.09,
  9.17,
  8.41,
  6.531,
  4.837,
  3.306,
  3.442,
  3.811,
  2.827,
  4.205,
  2.025,
  4.81,
  5.35,
  3.556,
  2.439,
  5.364,
  4.702,
  1.674,
  3.899,
  2.404,
  0.309,
  0.533,
  1.548,
  1.326,
  4.164,
  7.1,
  4.733,
  7.63,
  6.606,
  7.67,
  8.18,
  9.4,
  8.58,
  7.76,
  8.31,
  8.65,
  6.465,
  5.536,
  6.445,
  8.6,
  9.8,
  9.27,
  4.574,
  3.843,
  5.339,
  7.01,
  4.556,
  5.326,
  0.784,
  3.665,
  3.678,
  2.778,
  2.454,
  2.145,
  3.837,
  3.103,
  3.216,
  0.024,
  4.109,
  3.082,
  3.27,
  2.917,
  1.588,
  0.176,
  1.13,
  0.166,
  0.002,
  0.133,
  2.979,
  2.017,
  0.137,
  0.013,
  0.001,
  0.223,
  1.221,
  2.911,
  3.645,
  5.001,
  4.555,
  6.69,
  6.894,
  7.05,
  8.28,
  10.26,
  6.614,
  9.16,
  7.56,
  6.039,
  5.887,
  6.356,
  7.34,
  5.332,
  4.58,
  2.558,
  2.605,
  4.284,
  8.49,
  9.21,
  9.16,
  9.36,
  10.07,
  9.63,
  10.21,
  10.39,
  9.79,
  10.09,
  11.1,
  11.82,
  11.22 ;

 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 =
  107.7333,
  121.5333,
  115.9333,
  126.5333,
  45.5233,
  25.0833,
  27.8333,
  28.8133,
  38.3033,
  66.4333,
  90.5333,
  94.8333,
  113.6333,
  125.8333,
  97.4333,
  67.2333,
  67.3333,
  0.5133,
  354.0133,
  353.6533,
  344.0773,
  335.5333,
  346.1873,
  337.8333,
  301.7333,
  310.3333,
  297.3333,
  288.6333,
  345.9233,
  10.3133,
  34.9733,
  145.6333,
  341.9333,
  125.8333,
  117.8333,
  327.8333,
  75.0333,
  107.9333,
  117.9333,
  113.5333,
  110.2333,
  93.0333,
  97.0333,
  92.4333,
  93.2333,
  83.4333,
  77.0333,
  83.9333,
  90.2333,
  97.2333,
  97.8333,
  90.5333,
  91.5333,
  96.9333,
  77.7333,
  86.7333,
  79.0333,
  82.1333,
  63.2333,
  91.1333,
  81.7333,
  65.0333,
  75.6333,
  31.4133,
  25.1833,
  32.5733,
  45.5133,
  23.6333,
  62.2333,
  57.3333,
  75.0333,
  78.3333,
  120.7333,
  88.4333,
  77.0333,
  76.5333,
  74.1333,
  85.0333,
  54.9333,
  47.9433,
  32.6233,
  51.0233,
  31.6333,
  76.0333,
  100.6333,
  96.7333,
  104.8333,
  125.3333,
  124.7333,
  126.7333,
  129.8333,
  117.1333,
  124.3333,
  116.0333,
  104.6333,
  111.7333,
  103.1333,
  110.3333,
  109.8333,
  114.7333,
  122.3333,
  109.1333,
  100.6333,
  120.4333,
  96.8333,
  98.3333,
  93.4333,
  62.0333,
  126.9333,
  88.0333,
  112.6333,
  41.0733,
  46.1033,
  112.4333,
  124.3333,
  326.4333,
  329.3333,
  354.5833,
  337.3333,
  357.4633,
  0.1033,
  356.0533,
  15.1433,
  350.9633,
  347.9613,
  23.3533,
  110.7333,
  135.6333,
  194.2333,
  218.7333,
  169.8333,
  265.8333,
  146.1333,
  147.8333,
  166.2333,
  151.7333,
  148.5333,
  146.6333,
  148.8333,
  146.4333,
  148.2333,
  134.2333,
  127.5333,
  124.8333,
  115.0333,
  112.3333,
  109.2333,
  109.9333,
  123.0333,
  124.5333,
  130.3333,
  142.2333,
  195.9333,
  208.3333,
  267.3333,
  291.3333,
  295.9333,
  294.2333,
  287.5333,
  287.6333,
  280.8333,
  277.1333,
  272.5333,
  261.1333,
  250.9333,
  255.2333,
  269.1333,
  285.4333 ;

 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 =
  2004.604,
  2769.302,
  2784.92,
  2817.358,
  2793.931,
  2714.638,
  2874.425,
  2848.595,
  2941.104,
  2127.147,
  1411.106,
  1845.417,
  2622.129,
  1931.318,
  1933.72,
  1669.41,
  1342.025,
  2014.816,
  2222.059,
  2565.663,
  2590.292,
  2749.479,
  2785.521,
  727.5035,
  2796.934,
  2774.708,
  2861.811,
  2863.613,
  832.627,
  2857.605,
  2853.401,
  2800.539,
  2841.386,
  2835.379,
  2866.015,
  2472.553,
  1799.763,
  2554.85,
  2723.048,
  233.303,
  2786.122,
  2268.914,
  2753.083,
  2769.903,
  2626.935,
  1961.953,
  1295.17,
  2445.521,
  2518.207,
  2772.305,
  1839.41,
  1189.446,
  1757.113,
  2100.717,
  1803.367,
  1892.272,
  2795.132,
  2794.531,
  2843.789,
  2866.015,
  2787.323,
  2766.298,
  2783.719,
  2762.093,
  2384.85,
  2396.864,
  2822.164,
  2884.037,
  2912.87,
  2893.648,
  2920.079,
  2931.492,
  2306.158,
  2607.712,
  2540.433,
  2914.072,
  2820.962,
  2878.63,
  2921.881,
  2926.086,
  2914.072,
  2915.273,
  2929.09,
  2917.075,
  2835.98,
  2891.245,
  2859.408,
  2857.005,
  2779.514,
  2740.468,
  2609.514,
  2658.772,
  2718.242,
  2425.097,
  1534.251,
  1471.177,
  1501.813,
  962.3794,
  1226.089,
  887.8919,
  871.0721,
  326.8929,
  215.5822,
  213.8401,
  257.8118,
  310.0131,
  476.4085,
  1100.542,
  2343.402,
  1874.851,
  2390.857,
  2186.017,
  1934.321,
  1968.561,
  2533.225,
  2775.309,
  183.8649,
  288.9884,
  228.4973,
  512.4509,
  819.4114,
  2818.56,
  2666.581,
  1106.549,
  2149.374,
  1324.004,
  550.2953,
  315.059,
  2884.037,
  2104.321,
  2500.186,
  932.9448,
  2013.614,
  2304.956,
  1402.697,
  2871.422,
  2866.015,
  2884.637,
  2798.136,
  2593.295,
  1373.863,
  1081.92,
  1891.07,
  2440.716,
  1877.855,
  1307.785,
  371.6455,
  1007.432,
  553.2989,
  713.0865,
  990.0118,
  1462.767,
  1469.375,
  1753.509,
  1161.814,
  2848.595,
  2817.959,
  2829.372,
  2847.394,
  2819.761,
  2746.475,
  2553.048,
  2620.327,
  2730.857,
  2808.948,
  2765.097,
  2744.072,
  2774.107 ;

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