netcdf J0206.met.realtime {
dimensions:
	lat = 1 ;
	lon = 1 ;
	air_temperature_depth = 1 ;
	visibility_depth = 1 ;
	wind_depth = 1 ;
	time = 167 ;
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 = 49997 ;
		:visibility_sensor_serial_number = 267 ;
		:processing = "realtime" ;
		:water_depth = 35 ;
		:mooring_site_id = "J0206" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.6 ;
		:goes_platform_id = "044073C4" ;
		:starting_julian_day_number = 2453044.04167244 ;
		:starting_julian_day_string = "2004-02-08 01:00:00" ;
		:ending_julian_day_number = 2453051.00000579 ;
		:ending_julian_day_string = "2004-02-15 00:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Jan-2004 21:02:30\n",
			"AAN_VIZ_1.2:  16-Jan-2004 21:02:30" ;
data:

 lat = 44.8912 ;

 lon = -67.0173 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453044.04166667, 2453044.08333333, 2453044.125, 2453044.16666667, 
    2453044.20833333, 2453044.25, 2453044.29166667, 2453044.33333333, 
    2453044.375, 2453044.41666667, 2453044.45833333, 2453044.5, 
    2453044.54166667, 2453044.58333333, 2453044.625, 2453044.66666667, 
    2453044.70833333, 2453044.75, 2453044.79166667, 2453044.83333333, 
    2453044.875, 2453044.91666667, 2453044.95833333, 2453045, 
    2453045.04166667, 2453045.08333333, 2453045.125, 2453045.16666667, 
    2453045.20833333, 2453045.25, 2453045.29166667, 2453045.33333333, 
    2453045.375, 2453045.41666667, 2453045.45833333, 2453045.5, 
    2453045.54166667, 2453045.58333333, 2453045.625, 2453045.66666667, 
    2453045.70833333, 2453045.75, 2453045.79166667, 2453045.875, 
    2453045.91666667, 2453045.95833333, 2453046, 2453046.04166667, 
    2453046.08333333, 2453046.125, 2453046.16666667, 2453046.20833333, 
    2453046.25, 2453046.29166667, 2453046.33333333, 2453046.375, 
    2453046.41666667, 2453046.45833333, 2453046.5, 2453046.54166667, 
    2453046.58333333, 2453046.625, 2453046.66666667, 2453046.70833333, 
    2453046.75, 2453046.79166667, 2453046.83333333, 2453046.875, 
    2453046.91666667, 2453046.95833333, 2453047, 2453047.04166667, 
    2453047.08333333, 2453047.125, 2453047.16666667, 2453047.20833333, 
    2453047.25, 2453047.29166667, 2453047.33333333, 2453047.375, 
    2453047.41666667, 2453047.45833333, 2453047.5, 2453047.54166667, 
    2453047.58333333, 2453047.625, 2453047.66666667, 2453047.70833333, 
    2453047.75, 2453047.79166667, 2453047.83333333, 2453047.875, 
    2453047.91666667, 2453047.95833333, 2453048, 2453048.04166667, 
    2453048.08333333, 2453048.125, 2453048.16666667, 2453048.20833333, 
    2453048.25, 2453048.29166667, 2453048.33333333, 2453048.375, 
    2453048.41666667, 2453048.45833333, 2453048.5, 2453048.54166667, 
    2453048.58333333, 2453048.625, 2453048.66666667, 2453048.70833333, 
    2453048.75, 2453048.79166667, 2453048.83333333, 2453048.875, 
    2453048.91666667, 2453048.95833333, 2453049, 2453049.04166667, 
    2453049.08333333, 2453049.125, 2453049.16666667, 2453049.20833333, 
    2453049.25, 2453049.29166667, 2453049.33333333, 2453049.375, 
    2453049.41666667, 2453049.45833333, 2453049.5, 2453049.54166667, 
    2453049.58333333, 2453049.625, 2453049.66666667, 2453049.70833333, 
    2453049.75, 2453049.79166667, 2453049.83333333, 2453049.875, 
    2453049.91666667, 2453049.95833333, 2453050, 2453050.04166667, 
    2453050.08333333, 2453050.125, 2453050.16666667, 2453050.20833333, 
    2453050.25, 2453050.29166667, 2453050.33333333, 2453050.375, 
    2453050.41666667, 2453050.45833333, 2453050.5, 2453050.54166667, 
    2453050.58333333, 2453050.625, 2453050.66666667, 2453050.70833333, 
    2453050.75, 2453050.79166667, 2453050.83333333, 2453050.875, 
    2453050.91666667, 2453050.95833333, 2453051 ;

 air_temperature =
  20.49,
  20.27,
  20.07,
  20.11,
  19.9,
  19.66,
  19.55,
  19.35,
  19.53,
  19.43,
  19.59,
  19.22,
  19.06,
  19.9,
  20.67,
  21.56,
  21.56,
  21.22,
  21.65,
  21.46,
  20.48,
  19.69,
  19.04,
  18.98,
  18.83,
  18.61,
  18.47,
  18.76,
  18.46,
  18.39,
  18.49,
  18.43,
  18.43,
  18.52,
  18.67,
  18.68,
  18.93,
  19.73,
  21.04,
  21.75,
  22.75,
  22.67,
  22.51,
  19.14,
  18.85,
  18.84,
  19.05,
  18.82,
  18.93,
  19.05,
  19.2,
  18.83,
  18.92,
  19.27,
  19.43,
  19.44,
  19.45,
  19.26,
  18.9,
  18.53,
  20.66,
  19.53,
  19.33,
  19.19,
  19.04,
  19.03,
  18.98,
  15.49,
  19.94,
  18.53,
  19.15,
  18.47,
  18.59,
  18.7,
  18.51,
  18.34,
  18.37,
  18.37,
  18.41,
  18.45,
  18.52,
  18.65,
  18.68,
  18.8,
  19.42,
  18.78,
  18.96,
  18.53,
  18.7,
  19.07,
  19.08,
  18.51,
  18.61,
  19.35,
  19.29,
  19.36,
  19.22,
  19.28,
  19.3,
  19.22,
  19.15,
  19,
  18.88,
  18.75,
  18.55,
  18.4,
  18.4,
  18.57,
  18.61,
  18.53,
  18.69,
  16.77,
  20.2,
  19.53,
  19.19,
  19.22,
  18.68,
  19.04,
  18.81,
  18.73,
  18.89,
  19.23,
  19.47,
  19.49,
  19.37,
  19.21,
  19.03,
  18.89,
  18.78,
  18.61,
  18.47,
  18.51,
  18.82,
  18.79,
  18.87,
  19,
  19.04,
  19.17,
  18.51,
  18.61,
  18.35,
  18.61,
  18.93,
  18.67,
  18.69,
  18.49,
  18.68,
  18.89,
  18.99,
  19.03,
  19.03,
  18.99,
  18.97,
  19,
  19.07,
  19.24,
  19.46,
  19.03,
  19.01,
  18.44,
  18.62,
  18.82,
  19.68,
  18.5,
  18.87,
  18.3,
  19.18 ;

 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 ;

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

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

 wind_direction =
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4,
  341.4 ;

 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 ;

 visibility =
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2956.722,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  2957.323,
  -0.5517,
  2152.377,
  2462.341,
  2602.306,
  2644.956,
  2634.744,
  2718.843,
  2724.85,
  2706.228,
  2712.235,
  2767.5,
  2738.065,
  2786.122,
  2762.694,
  2763.896,
  2701.422,
  2763.295,
  2681.599,
  2711.634,
  2794.531,
  2738.666,
  2711.634,
  2706.228,
  2641.952,
  2580.68,
  2780.715,
  2750.68,
  2747.076,
  2767.5,
  2709.832,
  2780.715,
  2703.825,
  2707.429,
  2765.698,
  2744.673,
  2696.616,
  2760.291,
  2723.648,
  2750.68,
  2718.242,
  2787.323,
  2731.457,
  2725.45,
  2671.988,
  2274.921,
  2668.383,
  1382.273,
  2615.521,
  872.8743,
  1697.643,
  2312.766,
  2510.999,
  2613.719,
  2714.037,
  2708.03,
  2726.652,
  2723.648,
  2761.493,
  2780.115,
  2797.535,
  2751.881,
  2762.093,
  2745.274,
  2747.677,
  2734.461,
  2122.943,
  1214.676,
  1542.661,
  1722.272,
  2181.211,
  2365.628,
  689.0583,
  964.1815,
  1365.453,
  1685.629,
  1975.169,
  2184.815,
  2361.423,
  2498.984,
  2578.878,
  2613.719,
  2656.369,
  2690.609,
  2694.214,
  2705.627,
  2697.818,
  2709.832,
  2698.418,
  2705.627,
  2694.814,
  2572.27,
  2059.868,
  2428.101,
  2522.412,
  2619.125,
  2588.49,
  2629.337,
  2650.362,
  2688.207,
  2672.588,
  2662.376,
  2665.98,
  2689.408,
  2697.217,
  2707.429,
  2714.037,
  2691.21,
  2703.224,
  2708.631,
  2710.433,
  2712.835,
  2701.422,
  2688.807,
  2685.804,
  2681.599,
  2674.39,
  2673.189,
  2674.39,
  2676.192,
  2699.019,
  2673.79,
  2684.002,
  2682.8,
  2692.412 ;

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