netcdf L0105.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 = "" ;
		: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 = "RMYWM46272" ;
		:visibility_sensor_serial_number = 314 ;
		:processing = "realtime" ;
		:water_depth = 98 ;
		:mooring_site_id = "L0105" ;
		: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:  11-May-2004 20:37:41\n",
			"AAN_VIZ_1.2:  11-May-2004 20:37:41" ;
data:

 lat = 43.625 ;

 lon = -66.5545 ;

 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.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.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 =
  17.36,
  16.92,
  16.51,
  16.72,
  16.59,
  16.52,
  16.69,
  16.68,
  16.44,
  16.53,
  16.63,
  16.71,
  16.68,
  16.6,
  16.91,
  16.68,
  16.13,
  17.43,
  20.24,
  20.03,
  19.85,
  20.09,
  20.46,
  20.38,
  19.15,
  18.48,
  17.74,
  17.17,
  16.78,
  16.48,
  16.8,
  16.46,
  16.72,
  16.61,
  16.64,
  17.14,
  17.65,
  17.82,
  17.92,
  18.13,
  18.39,
  18.55,
  18.61,
  17.53,
  17.53,
  16.11,
  18.63,
  18.49,
  17.8,
  17.09,
  16.58,
  16.17,
  15.87,
  15.45,
  15.26,
  15.13,
  14.98,
  14.84,
  14.74,
  14.68,
  15.26,
  15.88,
  16.44,
  14.33,
  13.46,
  13.03,
  14.54,
  15.65,
  15.85,
  16.23,
  16.55,
  16.1,
  15.76,
  15.93,
  15.72,
  15.2,
  14.86,
  14.6,
  14.4,
  14.24,
  14.1,
  14,
  13.93,
  14.02,
  14.48,
  15.03,
  13.44,
  14.58,
  12.55,
  13.69,
  14.64,
  15.04,
  15.07,
  14.65,
  14.36,
  14.05,
  13.78,
  13.59,
  13.47,
  13.36,
  13.27,
  13.18,
  13.14,
  13.1,
  13.05,
  13.05,
  13.07,
  13.33,
  14.17,
  15,
  15.45,
  15.08,
  16.2,
  18.55,
  18.46,
  19.34,
  21.16,
  21.63,
  21.42,
  20.34,
  19.07,
  18,
  17.19,
  16.68,
  16.26,
  15.93,
  15.65,
  15.43,
  15.22,
  15.05,
  14.93,
  14.61,
  14.46,
  12.94,
  12.5,
  12.48,
  12.56,
  12.58,
  12.89,
  12.62,
  12.69,
  13.56,
  13.92,
  13.95,
  13.89,
  13.82,
  13.76,
  13.7,
  13.66,
  13.63,
  13.56,
  13.47,
  13.28,
  13.05,
  12.89,
  12.8,
  12.81,
  9.21,
  10.69,
  12.16,
  14.5,
  14.73,
  14.48,
  14.18,
  12.57,
  13.91,
  15.64,
  15.64 ;

 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 =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.078,
  0.627,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.078,
  0,
  0.157,
  0,
  0.392,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.431,
  0.235,
  0.196,
  0.157,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  1.764,
  2.038,
  2.744,
  3.018,
  4.194,
  4.39,
  2.705,
  2.705,
  0.588,
  0,
  0 ;

 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 =
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.002,
  0.002,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.001,
  0,
  0.002,
  0,
  0.024,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.013,
  0.007,
  0.005,
  0.007,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.649,
  0.662,
  1.007,
  0.66,
  1.199,
  1.15,
  1.12,
  0.954,
  0,
  0,
  0 ;

 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 =
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  109.9333,
  350.1633,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  95.4333,
  341.9333,
  128.1333,
  341.9333,
  217.2333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  253.8333,
  189.6333,
  235.0333,
  210.1333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  341.9333,
  120.4333,
  126.7333,
  114.8333,
  133.4333,
  116.2333,
  135.1333,
  128.4333,
  118.7333,
  341.9333,
  341.9333,
  341.9333 ;

 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 =
  1587.113,
  1612.343,
  1606.336,
  1594.322,
  1608.739,
  1590.117,
  1608.739,
  1596.124,
  1620.753,
  1627.36,
  1613.544,
  1592.52,
  1594.922,
  1617.148,
  1612.343,
  1618.35,
  1673.014,
  1713.261,
  1703.049,
  1700.647,
  1692.237,
  1692.837,
  1690.435,
  1698.844,
  1951.741,
  1813.579,
  1682.025,
  1752.307,
  1832.201,
  1668.809,
  1727.078,
  1812.378,
  1772.13,
  1737.89,
  1822.59,
  1692.837,
  1603.933,
  1593.12,
  1616.548,
  1624.958,
  1623.156,
  1637.573,
  1620.753,
  1677.82,
  1679.021,
  2761.493,
  2524.815,
  2560.256,
  2632.341,
  2617.924,
  2609.514,
  2602.306,
  2638.348,
  2620.927,
  2609.514,
  2575.875,
  2586.687,
  2566.263,
  2607.111,
  2604.708,
  2514.002,
  2468.348,
  2490.574,
  2622.129,
  2747.677,
  2625.133,
  2541.034,
  2473.154,
  2770.503,
  2572.27,
  1606.937,
  2333.79,
  2459.938,
  2578.277,
  2483.366,
  2566.263,
  2557.854,
  2589.09,
  2556.051,
  2564.461,
  2566.864,
  2555.451,
  2578.277,
  2653.966,
  2429.302,
  2462.341,
  1817.784,
  2163.19,
  2468.348,
  2613.719,
  2108.526,
  2253.296,
  2428.702,
  2514.603,
  2571.069,
  2559.656,
  2588.49,
  2600.504,
  2610.115,
  2595.097,
  2605.91,
  2614.32,
  2611.917,
  2609.514,
  2620.927,
  2610.115,
  2606.51,
  2205.239,
  2604.708,
  2605.309,
  2503.189,
  2843.189,
  2850.998,
  2559.055,
  2596.299,
  2495.981,
  1984.18,
  2004.003,
  1996.794,
  1983.579,
  1990.187,
  1975.169,
  1979.374,
  1967.961,
  1969.162,
  1971.565,
  1960.151,
  1963.756,
  1957.749,
  1949.339,
  1947.537,
  -0.5517,
  -1.32601,
  2588.49,
  2595.698,
  2611.917,
  2624.532,
  2626.935,
  2619.125,
  2639.549,
  2643.154,
  1716.866,
  1704.851,
  1704.851,
  1708.456,
  1707.254,
  1707.254,
  1700.647,
  1703.049,
  1700.046,
  1695.24,
  1700.647,
  1706.053,
  1691.636,
  1695.841,
  1687.431,
  1686.83,
  2867.217,
  2890.044,
  2915.874,
  2909.867,
  2873.825,
  2901.457,
  2918.277,
  2917.075,
  1399.092,
  1414.11,
  1421.318 ;

 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,
  1,
  1,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0 ;
}
