netcdf I0108.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 = "RMY48488" ;
		:visibility_sensor_serial_number = 341 ;
		:processing = "realtime" ;
		:water_depth = 100 ;
		:mooring_site_id = "I0108" ;
		:mooring_site_desc = "Acadia" ;
		:breakout_id = 1 ;
		:delta_t = 60 ;
		:magnetic_variation = -17.67 ;
		:goes_platform_id = "04401622" ;
		:starting_julian_day_number = 2453114.00000579 ;
		:starting_julian_day_string = "2004-04-18 00:00:00" ;
		:ending_julian_day_number = 2453120.95833912 ;
		:ending_julian_day_string = "2004-04-24 23:00:00" ;
		:algorithm_ids = "WIND_DIR_1.2:  16-Apr-2004 18:22:09\n",
			"AAN_VIZ_1.2:  16-Apr-2004 18:22:09" ;
data:

 lat = 44.1058 ;

 lon = -68.1087 ;

 air_temperature_depth = -3 ;

 visibility_depth = -3 ;

 wind_depth = -4 ;

 time = 2453114, 2453114.04166667, 2453114.08333333, 2453114.125, 
    2453114.16666667, 2453114.20833333, 2453114.25, 2453114.29166667, 
    2453114.33333333, 2453114.375, 2453114.41666667, 2453114.45833333, 
    2453114.5, 2453114.54166667, 2453114.58333333, 2453114.625, 
    2453114.66666667, 2453114.70833333, 2453114.75, 2453114.79166667, 
    2453114.83333333, 2453114.875, 2453114.91666667, 2453114.95833333, 
    2453115, 2453115.04166667, 2453115.08333333, 2453115.125, 
    2453115.16666667, 2453115.20833333, 2453115.25, 2453115.29166667, 
    2453115.33333333, 2453115.375, 2453115.41666667, 2453115.45833333, 
    2453115.5, 2453115.54166667, 2453115.58333333, 2453115.625, 
    2453115.66666667, 2453115.70833333, 2453115.75, 2453115.79166667, 
    2453115.83333333, 2453115.875, 2453115.91666667, 2453115.95833333, 
    2453116, 2453116.04166667, 2453116.08333333, 2453116.125, 
    2453116.16666667, 2453116.20833333, 2453116.25, 2453116.29166667, 
    2453116.33333333, 2453116.375, 2453116.41666667, 2453116.45833333, 
    2453116.5, 2453116.54166667, 2453116.58333333, 2453116.625, 
    2453116.66666667, 2453116.70833333, 2453116.75, 2453116.79166667, 
    2453116.83333333, 2453116.875, 2453116.91666667, 2453116.95833333, 
    2453117, 2453117.04166667, 2453117.08333333, 2453117.125, 
    2453117.16666667, 2453117.20833333, 2453117.25, 2453117.29166667, 
    2453117.33333333, 2453117.375, 2453117.41666667, 2453117.45833333, 
    2453117.5, 2453117.54166667, 2453117.58333333, 2453117.625, 
    2453117.66666667, 2453117.70833333, 2453117.75, 2453117.79166667, 
    2453117.83333333, 2453117.875, 2453117.91666667, 2453117.95833333, 
    2453118, 2453118.04166667, 2453118.08333333, 2453118.125, 
    2453118.16666667, 2453118.20833333, 2453118.25, 2453118.29166667, 
    2453118.33333333, 2453118.375, 2453118.41666667, 2453118.45833333, 
    2453118.5, 2453118.54166667, 2453118.58333333, 2453118.625, 
    2453118.66666667, 2453118.70833333, 2453118.75, 2453118.79166667, 
    2453118.83333333, 2453118.875, 2453118.91666667, 2453118.95833333, 
    2453119, 2453119.04166667, 2453119.08333333, 2453119.125, 
    2453119.16666667, 2453119.20833333, 2453119.25, 2453119.29166667, 
    2453119.33333333, 2453119.375, 2453119.41666667, 2453119.45833333, 
    2453119.5, 2453119.54166667, 2453119.58333333, 2453119.625, 
    2453119.66666667, 2453119.70833333, 2453119.75, 2453119.79166667, 
    2453119.83333333, 2453119.875, 2453119.91666667, 2453119.95833333, 
    2453120, 2453120.04166667, 2453120.08333333, 2453120.125, 
    2453120.16666667, 2453120.20833333, 2453120.25, 2453120.29166667, 
    2453120.33333333, 2453120.375, 2453120.41666667, 2453120.45833333, 
    2453120.5, 2453120.54166667, 2453120.58333333, 2453120.625, 
    2453120.66666667, 2453120.70833333, 2453120.75, 2453120.79166667, 
    2453120.83333333, 2453120.875, 2453120.91666667, 2453120.95833333 ;

 air_temperature =
  16.47,
  15.96,
  16.38,
  16.06,
  16.38,
  15.94,
  16.31,
  16.33,
  15.96,
  16.26,
  16.37,
  16.09,
  16,
  16.49,
  16.46,
  17.06,
  17.7,
  18.22,
  18.67,
  19.21,
  19.67,
  19.45,
  18.86,
  18.14,
  17.39,
  16.8,
  16.4,
  16.09,
  15.84,
  16.44,
  15.93,
  16.36,
  16.01,
  16.17,
  16.44,
  15.93,
  16.22,
  16.38,
  16.69,
  16.74,
  17.38,
  18.1,
  18.48,
  19.18,
  18.93,
  18.47,
  17.99,
  17.68,
  17.29,
  16.97,
  16.66,
  16.44,
  16.29,
  16.3,
  16.38,
  16.52,
  16.45,
  16.11,
  16.4,
  16.18,
  15.96,
  16.38,
  16.6,
  13.14,
  10.19,
  11.37,
  12.02,
  12.53,
  13.24,
  17.06,
  19.13,
  18.61,
  17.61,
  16.65,
  15.77,
  14.97,
  14.35,
  13.9,
  13.43,
  13.06,
  12.74,
  12.43,
  12.17,
  12.1,
  12.14,
  9.14,
  7.93,
  10.23,
  10.69,
  11.92,
  11.2,
  10.59,
  9.3,
  13.53,
  15.66,
  15.19,
  15.25,
  15.18,
  15.08,
  14.94,
  14.8,
  14.8,
  14.92,
  15.06,
  15.14,
  15.04,
  14.83,
  15.1,
  15.25,
  15.35,
  15.5,
  15.75,
  15.93,
  16.05,
  16.38,
  16.78,
  18.22,
  18.69,
  19.29,
  19.09,
  18.41,
  17.77,
  17.21,
  16.6,
  15.98,
  15.47,
  14.99,
  14.61,
  15.1,
  14.9,
  14.8,
  15.1,
  15.12,
  15.32,
  15.36,
  15.67,
  16.24,
  16.91,
  17.22,
  17.55,
  18.18,
  17.11,
  15.76,
  17.23,
  16.48,
  15.37,
  14.64,
  14.96,
  15.14,
  15.09,
  15.05,
  15.03,
  15.04,
  15.01,
  15.01,
  15.04,
  15.21,
  15.49,
  15.03,
  15.24,
  15.62,
  16.25,
  17.19,
  17.72,
  17.65,
  17.24,
  17.8,
  16.85 ;

 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,
  6.311,
  9.64,
  5.919,
  8.51,
  7.45,
  5.37,
  1.862,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  4.586,
  4.626,
  1.47,
  5.292,
  5.527,
  6.703,
  6.468,
  6.507,
  2.156,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.039,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.039,
  0,
  0.353,
  0,
  0,
  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 ;

 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,
  2.429,
  3.779,
  2.865,
  2.49,
  3.162,
  2.143,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  2.023,
  2.374,
  0,
  1.335,
  2.359,
  4.016,
  3.365,
  4.334,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0,
  0.001,
  0,
  0.005,
  0,
  0,
  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 ;

 wind_direction =
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  316.73,
  320.23,
  304.03,
  329.23,
  320.03,
  312.53,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  145.23,
  149.13,
  342.33,
  135.23,
  130.73,
  124.53,
  127.53,
  129.93,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  103.03,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  358.76,
  342.33,
  359.15,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33,
  342.33 ;

 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 =
  2569.267,
  2554.85,
  2571.67,
  2557.253,
  2559.055,
  2572.871,
  2557.253,
  2560.857,
  2566.263,
  2578.277,
  2572.871,
  2542.836,
  2544.638,
  2557.854,
  2578.277,
  2577.677,
  2580.08,
  2625.133,
  2652.765,
  2682.199,
  2706.228,
  2697.818,
  2670.786,
  2643.754,
  2607.712,
  2598.101,
  2569.868,
  2580.68,
  2550.645,
  2605.91,
  2552.447,
  2583.083,
  2556.652,
  2573.472,
  2556.652,
  2546.44,
  2568.065,
  2565.663,
  2561.458,
  2583.684,
  2572.871,
  2605.91,
  2639.549,
  2644.956,
  2632.942,
  2606.51,
  2593.295,
  2581.281,
  2580.08,
  2551.246,
  2525.415,
  2527.818,
  2534.426,
  2527.218,
  2533.825,
  2555.451,
  2546.44,
  2538.631,
  2577.677,
  2551.846,
  2552.447,
  2591.493,
  2586.087,
  2699.019,
  2763.295,
  2167.395,
  2504.391,
  2814.956,
  2829.973,
  2468.949,
  2569.267,
  2599.903,
  2574.073,
  2580.68,
  2496.582,
  2450.928,
  2508.596,
  2456.935,
  2520.61,
  2488.772,
  2426.299,
  2366.829,
  2435.91,
  2446.122,
  2524.815,
  2801.139,
  2748.878,
  2845.592,
  2791.528,
  2920.079,
  2875.627,
  2804.743,
  2785.521,
  1859.233,
  2086.3,
  2125.946,
  2182.412,
  2191.423,
  2198.031,
  2201.034,
  2180.01,
  2188.419,
  2181.211,
  2256.299,
  2223.26,
  2205.84,
  2205.239,
  2240.08,
  2155.981,
  2171.6,
  2142.766,
  1774.533,
  1907.289,
  1834.604,
  1835.205,
  1999.197,
  2008.208,
  1714.463,
  2120.54,
  2282.73,
  2178.208,
  2132.554,
  2270.716,
  2431.705,
  2142.165,
  2115.734,
  2190.822,
  2184.215,
  2183.614,
  2253.896,
  2250.893,
  2159.586,
  2094.709,
  2131.953,
  2005.805,
  2143.967,
  1906.088,
  1964.356,
  2079.692,
  1511.424,
  1916.901,
  2235.875,
  2022.625,
  2136.158,
  2177.607,
  2104.321,
  2049.656,
  2148.773,
  2071.883,
  2159.586,
  2106.724,
  2155.381,
  2121.14,
  2093.508,
  2078.49,
  2139.162,
  2172.2,
  2207.041,
  2169.197,
  2181.812,
  2195.628,
  2154.78,
  2176.405,
  1597.926,
  1777.537,
  2164.992,
  2080.893,
  2097.112 ;

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