netcdf M0105.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 170 ;
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 = 48491 ;
		:visibility_sensor_serial_number = 290 ;
		:processing = "realtime" ;
		:water_depth = 285 ;
		:mooring_site_id = "M0105" ;
		:mooring_site_desc = "Jordan Basin" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.33 ;
		:goes_platform_id = "0440C04A" ;
		:starting_julian_day_number = 2453177.00000579 ;
		:starting_julian_day_string = "2004-06-20 00:00:00" ;
		:ending_julian_day_number = 2453183.95833912 ;
		:ending_julian_day_string = "2004-06-26 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  12-May-2004 13:22:08\n",
			"AAN_VIZ_1.2:  12-May-2004 13:22:08" ;
data:

 lat = 44.4907 ;

 lon = -67.8798 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453177, 2453177.04166667, 2453177.08333333, 2453177.125, 
    2453177.16666667, 2453177.20833333, 2453177.25, 2453177.29166667, 
    2453177.33333333, 2453177.375, 2453177.41666667, 2453177.45833333, 
    2453177.5, 2453177.54166667, 2453177.58333333, 2453177.625, 
    2453177.66666667, 2453177.70833333, 2453177.75, 2453177.79166667, 
    2453177.83333333, 2453177.875, 2453177.91666667, 2453177.95833333, 
    2453178, 2453178.04166667, 2453178.08333333, 2453178.125, 
    2453178.16666667, 2453178.20833333, 2453178.25, 2453178.29166667, 
    2453178.33333333, 2453178.375, 2453178.41666667, 2453178.45833333, 
    2453178.5, 2453178.54166667, 2453178.58333333, 2453178.625, 
    2453178.66666667, 2453178.70833333, 2453178.75, 2453178.79166667, 
    2453178.83333333, 2453178.875, 2453178.91666667, 2453178.95833333, 
    2453179, 2453179.04166667, 2453179.08333333, 2453179.125, 
    2453179.16666667, 2453179.20833333, 2453179.25, 2453179.29166667, 
    2453179.33333333, 2453179.375, 2453179.41666667, 2453179.45833333, 
    2453179.5, 2453179.54166667, 2453179.58333333, 2453179.625, 
    2453179.66666667, 2453179.70833333, 2453179.75, 2453179.79166667, 
    2453179.83333333, 2453179.83333333, 2453179.83333333, 2453179.875, 
    2453179.91666667, 2453179.95833333, 2453180, 2453180.04166667, 
    2453180.08333333, 2453180.125, 2453180.16666667, 2453180.20833333, 
    2453180.25, 2453180.29166667, 2453180.33333333, 2453180.375, 
    2453180.41666667, 2453180.45833333, 2453180.5, 2453180.54166667, 
    2453180.58333333, 2453180.625, 2453180.66666667, 2453180.70833333, 
    2453180.75, 2453180.79166667, 2453180.83333333, 2453180.875, 
    2453180.91666667, 2453180.95833333, 2453181, 2453181.04166667, 
    2453181.08333333, 2453181.125, 2453181.16666667, 2453181.20833333, 
    2453181.25, 2453181.29166667, 2453181.33333333, 2453181.375, 
    2453181.41666667, 2453181.45833333, 2453181.5, 2453181.54166667, 
    2453181.58333333, 2453181.625, 2453181.66666667, 2453181.70833333, 
    2453181.75, 2453181.79166667, 2453181.83333333, 2453181.875, 
    2453181.91666667, 2453181.95833333, 2453182, 2453182.04166667, 
    2453182.08333333, 2453182.125, 2453182.16666667, 2453182.20833333, 
    2453182.25, 2453182.29166667, 2453182.33333333, 2453182.375, 
    2453182.41666667, 2453182.45833333, 2453182.5, 2453182.54166667, 
    2453182.58333333, 2453182.625, 2453182.66666667, 2453182.70833333, 
    2453182.75, 2453182.79166667, 2453182.83333333, 2453182.875, 
    2453182.91666667, 2453182.95833333, 2453183, 2453183.04166667, 
    2453183.08333333, 2453183.125, 2453183.16666667, 2453183.20833333, 
    2453183.25, 2453183.29166667, 2453183.33333333, 2453183.375, 
    2453183.41666667, 2453183.45833333, 2453183.5, 2453183.54166667, 
    2453183.58333333, 2453183.625, 2453183.66666667, 2453183.70833333, 
    2453183.75, 2453183.79166667, 2453183.83333333, 2453183.875, 
    2453183.91666667, 2453183.95833333 ;

 air_temperature =
  19.16,
  19.04,
  19.41,
  19.22,
  18.67,
  18.15,
  17.75,
  17.39,
  17.07,
  16.81,
  16.59,
  16.49,
  16.53,
  16.77,
  17.37,
  18.2,
  18.89,
  19.49,
  20.05,
  20.7,
  21.36,
  21.59,
  21.85,
  21.86,
  21.28,
  20.51,
  19.76,
  19.25,
  18.91,
  18.64,
  18.39,
  18.15,
  17.95,
  17.66,
  17.44,
  17.52,
  17.7,
  18.07,
  18.68,
  21.04,
  23.45,
  24.52,
  24.93,
  23.07,
  23.62,
  24.73,
  22.84,
  21.65,
  19.77,
  17.5,
  20.66,
  20.88,
  20.62,
  20.21,
  19.87,
  19.4,
  19,
  18.66,
  18.53,
  18.36,
  17.9,
  21.76,
  22.52,
  24.78,
  25.71,
  24.65,
  -53.51,
  -53.41,
  -53.39,
  -53.42,
  24.28,
  16.64,
  15.25,
  15.14,
  15.08,
  14.48,
  14.66,
  14.56,
  14.46,
  14.34,
  14.33,
  14.42,
  14.27,
  14.4,
  14.45,
  14.85,
  15.89,
  17.9,
  19.35,
  -53.42,
  -53.41,
  -53.42,
  -53.41,
  -53.42,
  -53.41,
  -53.41,
  -53.41,
  -53.41,
  -53.41,
  -53.43,
  -53.43,
  -53.42,
  -53.41,
  -53.43,
  -53.41,
  -53.42,
  -53.42,
  -53.41,
  -53.42,
  -53.42,
  -53.41,
  -53.41,
  -53.4,
  -53.39,
  -53.44,
  -53.41,
  -53.4,
  -53.38,
  -53.45,
  -53.4,
  -53.42,
  -53.41,
  -53.41,
  -53.42,
  -53.42,
  -53.42,
  -53.44,
  -53.41,
  -53.42,
  -53.43,
  -53.36,
  -53.42,
  -53.4,
  -53.4,
  -53.41,
  -53.43,
  -53.45,
  -53.43,
  -53.42,
  -53.42,
  -53.42,
  -53.41,
  -53.42,
  16.3,
  15.93,
  15.89,
  15.55,
  14.81,
  14.55,
  14.21,
  14.1,
  13.89,
  13.78,
  13.7,
  13.71,
  13.71,
  14.03,
  14.41,
  14.65,
  14.96,
  14.99,
  15.37,
  15.94,
  16.26,
  16.5,
  16.58,
  16.64,
  16.3,
  15.99,
  16.35 ;

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

 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,
  3.489,
  1.646,
  3.998,
  2.862,
  1.333,
  1.568,
  0,
  0,
  0,
  0,
  0.51,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  1.058,
  0,
  0.51,
  1.019,
  0.078,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.353,
  0,
  0.49,
  0.078,
  0,
  0,
  0,
  0.235,
  0.549,
  0,
  0.157,
  0.392,
  1.176,
  0.47,
  0.745,
  0.549,
  0.196,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  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_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,
  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.558,
  0.09,
  0.64,
  0.471,
  0.175,
  0.057,
  0,
  0,
  0,
  0,
  0.065,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.135,
  0,
  0.01,
  0.022,
  0.001,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.011,
  0,
  0.042,
  0.001,
  0,
  0,
  0,
  0.004,
  0.061,
  0,
  0.005,
  0.027,
  0.204,
  0.028,
  0.072,
  0.034,
  0.004,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  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_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,
  0,
  0 ;

 wind_direction =
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  20.39,
  216.57,
  28.79,
  27,
  22.33,
  7.25,
  342.67,
  342.67,
  342.67,
  342.67,
  207.17,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  41.04,
  342.67,
  35.12,
  14.07,
  23.91,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  32.73,
  342.67,
  78.87,
  332.47,
  342.67,
  342.67,
  342.67,
  315.27,
  25.72,
  342.67,
  317.27,
  50.79,
  39.01,
  70.07,
  108.97,
  91.57,
  59.87,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67,
  342.67 ;

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

 visibility =
  2790.927,
  2736.263,
  2722.447,
  2466.546,
  2611.917,
  2655.769,
  2683.401,
  2693.613,
  2694.214,
  2700.821,
  2694.214,
  2714.037,
  2706.228,
  2739.867,
  2736.864,
  2765.698,
  2779.514,
  2794.531,
  2845.592,
  2871.422,
  2878.03,
  2909.266,
  2918.277,
  2918.877,
  2894.249,
  2879.231,
  2839.584,
  2840.185,
  2805.945,
  2788.524,
  2787.924,
  2773.507,
  2760.291,
  2748.878,
  2765.698,
  2758.489,
  2751.881,
  2738.666,
  2738.065,
  1187.644,
  2955.521,
  2956.722,
  2956.121,
  2953.719,
  2953.719,
  2888.241,
  2953.719,
  2956.722,
  2956.722,
  2956.722,
  2559.656,
  2676.192,
  2680.397,
  2661.175,
  2637.747,
  2617.924,
  2643.754,
  2620.927,
  2622.73,
  2677.995,
  2956.722,
  2909.266,
  2487.571,
  2755.486,
  2953.719,
  2955.521,
  0.03999501,
  -0.4087321,
  -1.33502,
  -1.33502,
  -1.33502,
  2115.734,
  -1.33502,
  -1.33502,
  -1.33502,
  -1.333218,
  -1.333218,
  -1.333218,
  -1.333218,
  -1.333218,
  -1.333218,
  -1.333218,
  -1.333218,
  -1.331416,
  -1.33502,
  -1.333218,
  -1.333218,
  -1.33502,
  -1.33502,
  -1.33502,
  -0.4201455,
  -0.206895,
  -0.4069299,
  -0.4507815,
  -0.3841031,
  -0.4153398,
  -0.4003222,
  -0.3552693,
  -0.3372481,
  -0.3907109,
  -0.3792975,
  -0.4135377,
  -0.4441737,
  -0.463997,
  -0.4543857,
  -0.4591914,
  -0.4718062,
  -0.439368,
  -0.463997,
  -0.463997,
  -0.4345624,
  -0.3907109,
  -0.4982372,
  -0.5078485,
  -0.5096506,
  -0.3744918,
  -0.2104992,
  -0.2705698,
  -0.206895,
  -0.2249162,
  -0.2609585,
  -0.2381317,
  -0.2687677,
  -0.2897924,
  -0.3877074,
  -0.3726897,
  -0.4297568,
  -0.4459758,
  -0.4718062,
  -0.4850217,
  -0.4982372,
  -0.4916295,
  -0.5324774,
  -0.5306753,
  -0.5192619,
  -0.5156577,
  -0.510852,
  -0.4832196,
  -0.4573892,
  -0.4297568,
  -0.4315589,
  -0.4201455,
  -1.33502,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.923,
  2957.923,
  2957.923,
  2951.916,
  2941.104,
  2921.881,
  2956.722,
  2957.923,
  2903.86,
  2942.305,
  2956.722,
  2945.309,
  2957.923,
  2957.323,
  2957.923,
  2954.92,
  2957.323,
  2877.429,
  2955.521,
  2957.323 ;

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