netcdf J0205.sbe37.realtime.1m {
dimensions:
	lat = 1 ;
	lon = 1 ;
	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:Comment = "Coordinate variable" ;
		lat:epic_code = 500 ;
	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:Comment = "Coordinate variable" ;
		lon:epic_code = 502 ;
	double depth(depth) ;
		depth:long_name = "Depth" ;
		depth:standard_name = "depth" ;
		depth:short_name = "D" ;
		depth:units = "meters" ;
		depth:positive = "down" ;
		depth:_FillValue = -999. ;
		depth:valid_range = -10000., 100. ;
		depth:Comment = "Coordinate variable" ;
		depth:epic_code = 3 ;
	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:Comment = "Coordinate variable" ;
		time:epic_code = 624 ;
	float conductivity(time, depth, lat, lon) ;
		conductivity:standard_name = "sea_water_electrical_conductivity" ;
		conductivity:long_name = "Conductivity" ;
		conductivity:short_name = "COND" ;
		conductivity:ancillary_variables = "conductivity_qc" ;
		conductivity:_FillValue = -999.f ;
		conductivity:units = "msiemens/cm" ;
		conductivity:is_dead = 0 ;
		conductivity:valid_range = 20.f, 60.f ;
		conductivity:epic_code = 51 ;
	byte conductivity_qc(time, depth, lat, lon) ;
		conductivity_qc:long_name = "Conductivity QC" ;
		conductivity_qc:short_name = "CONDQ" ;
		conductivity_qc:intent = "data_quality" ;
		conductivity_qc:standard_name = "conductivity data_quality" ;
		conductivity_qc:_FillValue = 128s ;
		conductivity_qc:units = "1" ;
		conductivity_qc:valid_range = -127s, 127s ;
		conductivity_qc:flag_values = 0s, 1s, 2s ;
		conductivity_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional" ;
	float temperature(time, depth, lat, lon) ;
		temperature:long_name = "Water Temperature" ;
		temperature:standard_name = "sea_water_temperature" ;
		temperature:short_name = "WT" ;
		temperature:ancillary_variables = "temperature_qc" ;
		temperature:_FillValue = -999.f ;
		temperature:units = "celsius" ;
		temperature:valid_range = -0.5f, 30.f ;
		temperature:is_dead = 0 ;
		temperature:epic_code = 20 ;
	byte temperature_qc(time, depth, lat, lon) ;
		temperature_qc:long_name = "Water Temperature QC" ;
		temperature_qc:short_name = "WTQC" ;
		temperature_qc:intent = "data_quality" ;
		temperature_qc:standard_name = "sea_water_temperature data_quality" ;
		temperature_qc:_FillValue = 128s ;
		temperature_qc:units = "1" ;
		temperature_qc:valid_range = -127s, 127s ;
		temperature_qc:flag_values = 0s, 1s, 2s, 3s ;
		temperature_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional invalid_input" ;
	float salinity(time, depth, lat, lon) ;
		salinity:long_name = "Salinity" ;
		salinity:standard_name = "sea_water_salinity" ;
		salinity:short_name = "SAL" ;
		salinity:ancillary_variables = "salinity_qc" ;
		salinity:_FillValue = -999.f ;
		salinity:units = "psu" ;
		salinity:valid_range = 10.f, 100.f ;
		salinity:is_dead = 2452907.95833333 ;
		salinity:epic_code = 41 ;
	byte salinity_qc(time, depth, lat, lon) ;
		salinity_qc:long_name = "Salinity QC" ;
		salinity_qc:short_name = "SALQC" ;
		salinity_qc:intent = "data_quality" ;
		salinity_qc:standard_name = "sea_water_salinity data_quality" ;
		salinity_qc:_FillValue = 128s ;
		salinity_qc:units = "1" ;
		salinity_qc:valid_range = -127s, 127s ;
		salinity_qc:flag_values = 0s, 1s, 2s, 3s ;
		salinity_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional invalid_input" ;
	float sigma_t(time, depth, lat, lon) ;
		sigma_t:long_name = "Sigma T" ;
		sigma_t:standard_name = "sea_water_density" ;
		sigma_t:short_name = "SIGMAT" ;
		sigma_t:ancillary_variables = "sigma_t_qc" ;
		sigma_t:_FillValue = -999.f ;
		sigma_t:units = "kg/m^3" ;
		sigma_t:valid_range = 10.f, 100.f ;
		sigma_t:is_dead = 2452907.95833333 ;
		sigma_t:epic_code = 70 ;
	byte sigma_t_qc(time, depth, lat, lon) ;
		sigma_t_qc:long_name = "SigmaT QC" ;
		sigma_t_qc:short_name = "SIGTQC" ;
		sigma_t_qc:intent = "data_quality" ;
		sigma_t_qc:standard_name = "sea_water_density data_quality" ;
		sigma_t_qc:_FillValue = 128s ;
		sigma_t_qc:units = "1" ;
		sigma_t_qc:valid_range = -127s, 127s ;
		sigma_t_qc:flag_values = 0s, 1s, 2s, 3s ;
		sigma_t_qc:flag_meanings = "quality_good out_of_range sensor_nonfunctional invalid_input" ;

// 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 = "21-Nov-2003 15:10:34:  Parameter sigma_t marked as non-functional as of julian day 2452907.958333 (2003-09-24 23:00:00)\n",
			"21-Nov-2003 15:10:28:  Parameter salinity marked as non-functional as of julian day 2452907.958333 (2003-09-24 23:00:00)\n",
			"02-Oct-2003 11:56:52:  Modified [lon,lat] to [-67.013000,44.890900].\n",
			"25-Sep-2003 14:45:37:  Modified [lon,lat] to [-67.017300,44.891200].\n",
			"Wed Sep 24 23:53:55 2003: ncrcat -d time,2452907.95833332, J0205.sbe37.realtime.1m.nc tmp.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 = "sbe37" ;
		:instrument_number = 0 ;
		:sbe37_serial_number = "SBESM2214" ;
		:processing = "realtime" ;
		:water_depth = 35 ;
		:mooring_site_id = "J0205" ;
		:mooring_site_desc = "Cobscook Bay" ;
		:breakout_id = 4 ;
		:delta_t = 60 ;
		:magnetic_variation = -18.6 ;
		:goes_platform_id = "044073C4" ;
		:starting_julian_day_number = 2452995.00000579 ;
		:starting_julian_day_string = "2003-12-21 00:00:00" ;
		:ending_julian_day_number = 2453001.95833912 ;
		:ending_julian_day_string = "2003-12-27 23:00:00" ;
		:algorithm_ids = "Conductivity_at_35PSU_15C_0P_1.2:  04-Sep-2003 12:18:14\n",
			"Salinity_1.2:  04-Sep-2003 12:18:14\n",
			"Conductivity_Ratio_1.2:  04-Sep-2003 12:18:14\n",
			"Salinity_RT_T_1.2:  04-Sep-2003 12:18:14\n",
			"Sigma_T_1.3:  04-Sep-2003 12:18:14\n",
			"Standard_Mean_Ocean_Water_Density_1.2:  04-Sep-2003 12:18:14" ;
data:

 lat = 44.8909 ;

 lon = -67.013 ;

 depth = 1 ;

 time = 2452995, 2452995.04166667, 2452995.08333333, 2452995.125, 
    2452995.16666667, 2452995.20833333, 2452995.25, 2452995.29166667, 
    2452995.33333333, 2452995.375, 2452995.41666667, 2452995.45833333, 
    2452995.5, 2452995.54166667, 2452995.58333333, 2452995.625, 
    2452995.66666667, 2452995.70833333, 2452995.75, 2452995.79166667, 
    2452995.83333333, 2452995.875, 2452995.91666667, 2452995.95833333, 
    2452996, 2452996.04166667, 2452996.08333333, 2452996.125, 
    2452996.16666667, 2452996.20833333, 2452996.25, 2452996.29166667, 
    2452996.33333333, 2452996.375, 2452996.41666667, 2452996.45833333, 
    2452996.5, 2452996.54166667, 2452996.58333333, 2452996.625, 
    2452996.66666667, 2452996.70833333, 2452996.75, 2452996.79166667, 
    2452996.83333333, 2452996.875, 2452996.91666667, 2452996.95833333, 
    2452997, 2452997.04166667, 2452997.08333333, 2452997.125, 
    2452997.16666667, 2452997.20833333, 2452997.25, 2452997.29166667, 
    2452997.33333333, 2452997.375, 2452997.41666667, 2452997.45833333, 
    2452997.5, 2452997.54166667, 2452997.58333333, 2452997.625, 
    2452997.66666667, 2452997.70833333, 2452997.75, 2452997.79166667, 
    2452997.83333333, 2452997.875, 2452997.91666667, 2452997.95833333, 
    2452998, 2452998.04166667, 2452998.08333333, 2452998.125, 
    2452998.16666667, 2452998.20833333, 2452998.25, 2452998.29166667, 
    2452998.33333333, 2452998.375, 2452998.41666667, 2452998.45833333, 
    2452998.5, 2452998.54166667, 2452998.58333333, 2452998.625, 
    2452998.66666667, 2452998.70833333, 2452998.75, 2452998.79166667, 
    2452998.83333333, 2452998.875, 2452998.91666667, 2452998.95833333, 
    2452999, 2452999.04166667, 2452999.08333333, 2452999.125, 
    2452999.16666667, 2452999.20833333, 2452999.25, 2452999.29166667, 
    2452999.33333333, 2452999.375, 2452999.41666667, 2452999.45833333, 
    2452999.5, 2452999.54166667, 2452999.58333333, 2452999.625, 
    2452999.66666667, 2452999.70833333, 2452999.75, 2452999.79166667, 
    2452999.83333333, 2452999.875, 2452999.91666667, 2452999.95833333, 
    2453000, 2453000.04166667, 2453000.08333333, 2453000.125, 
    2453000.16666667, 2453000.20833333, 2453000.25, 2453000.29166667, 
    2453000.33333333, 2453000.375, 2453000.41666667, 2453000.45833333, 
    2453000.5, 2453000.54166667, 2453000.58333333, 2453000.625, 
    2453000.66666667, 2453000.70833333, 2453000.75, 2453000.79166667, 
    2453000.83333333, 2453000.875, 2453000.91666667, 2453000.95833333, 
    2453001, 2453001.04166667, 2453001.08333333, 2453001.125, 
    2453001.16666667, 2453001.20833333, 2453001.25, 2453001.29166667, 
    2453001.33333333, 2453001.375, 2453001.41666667, 2453001.45833333, 
    2453001.5, 2453001.54166667, 2453001.58333333, 2453001.625, 
    2453001.66666667, 2453001.70833333, 2453001.75, 2453001.79166667, 
    2453001.83333333, 2453001.875, 2453001.91666667, 2453001.95833333 ;

 conductivity =
  29.432,
  29.759,
  29.007,
  28.621,
  28.022,
  28.087,
  28.036,
  27.722,
  27.673,
  27.939,
  28.675,
  28.572,
  29.465,
  29.844,
  29.386,
  29.178,
  28.244,
  27.934,
  28.049,
  27.889,
  27.909,
  27.792,
  28.483,
  28.624,
  28.633,
  29.708,
  29.05,
  29.334,
  28.269,
  28.006,
  28.069,
  27.952,
  27.728,
  27.71,
  27.931,
  28.586,
  28.711,
  29.805,
  29.971,
  29.152,
  29.102,
  28.318,
  28.135,
  28.322,
  28.229,
  27.933,
  28.015,
  28.665,
  28.589,
  29,
  29.825,
  29.388,
  29.156,
  28.434,
  28.161,
  28.445,
  28.265,
  28.104,
  28.257,
  28.343,
  28.809,
  28.87,
  29.619,
  29.739,
  29.476,
  29.3,
  28.418,
  28.518,
  28.61,
  28.391,
  28.329,
  28.549,
  28.837,
  28.858,
  29.367,
  29.623,
  29.239,
  29.07,
  29.06,
  28.611,
  28.709,
  28.593,
  28.496,
  28.505,
  28.72,
  28.983,
  28.993,
  29.901,
  29.246,
  29.225,
  29.555,
  28.817,
  28.955,
  28.808,
  28.73,
  28.719,
  28.79,
  29.05,
  29.007,
  29.695,
  29.91,
  29.819,
  29.351,
  29.357,
  28.953,
  29.067,
  29.047,
  28.959,
  29.024,
  29.237,
  29.21,
  29.382,
  30.045,
  29.827,
  29.663,
  29.532,
  29.167,
  29.244,
  29.179,
  29.071,
  29.042,
  29.167,
  29.351,
  29.279,
  29.787,
  29.376,
  29.735,
  29.593,
  29.378,
  29.207,
  29.188,
  29.095,
  29.058,
  29.076,
  29.344,
  29.3,
  29.392,
  29.999,
  29.924,
  29.645,
  29.442,
  29.166,
  29.011,
  29.012,
  28.837,
  28.746,
  28.909,
  29.308,
  29.296,
  29.735,
  30.068,
  29.795,
  29.349,
  29.297,
  29.027,
  29.105,
  28.988,
  28.897,
  29.094,
  29.148,
  29.222,
  29.223,
  29.846,
  29.185,
  29.609,
  28.997,
  28.983,
  28.931 ;

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

 temperature =
  5.764,
  5.846,
  5.381,
  5.098,
  4.746,
  4.83,
  4.793,
  4.635,
  4.553,
  4.686,
  5.218,
  5.155,
  5.7,
  5.891,
  5.594,
  5.487,
  4.846,
  4.663,
  4.768,
  4.667,
  4.723,
  4.622,
  5.019,
  5.145,
  5.166,
  5.835,
  5.402,
  5.598,
  4.838,
  4.698,
  4.737,
  4.706,
  4.566,
  4.562,
  4.661,
  5.106,
  5.207,
  5.918,
  5.992,
  5.415,
  5.387,
  4.929,
  4.786,
  4.906,
  4.879,
  4.721,
  4.756,
  5.148,
  5.087,
  5.4,
  5.911,
  5.61,
  5.46,
  4.986,
  4.815,
  4.998,
  4.934,
  4.83,
  4.912,
  4.961,
  5.272,
  5.309,
  5.903,
  5.848,
  5.699,
  5.579,
  5.024,
  5.085,
  5.169,
  5.059,
  5.019,
  5.137,
  5.339,
  5.344,
  5.66,
  5.807,
  5.544,
  5.528,
  5.447,
  5.179,
  5.242,
  5.184,
  5.13,
  5.169,
  5.252,
  5.441,
  5.437,
  5.98,
  5.531,
  5.602,
  5.781,
  5.34,
  5.443,
  5.398,
  5.368,
  5.371,
  5.397,
  5.519,
  5.51,
  5.896,
  6.02,
  6.004,
  5.738,
  5.757,
  5.549,
  5.632,
  5.635,
  5.616,
  5.655,
  5.718,
  5.638,
  5.742,
  6.124,
  6.017,
  5.963,
  5.877,
  5.717,
  5.754,
  5.761,
  5.742,
  5.743,
  5.795,
  5.832,
  5.746,
  6,
  5.813,
  5.983,
  5.944,
  5.847,
  5.765,
  5.753,
  5.718,
  5.707,
  5.703,
  5.781,
  5.746,
  5.802,
  6.122,
  6.089,
  5.948,
  5.848,
  5.723,
  5.717,
  5.705,
  5.661,
  5.653,
  5.672,
  5.752,
  5.741,
  5.974,
  6.174,
  5.997,
  5.749,
  5.753,
  5.618,
  5.644,
  5.592,
  5.558,
  5.638,
  5.686,
  5.716,
  5.71,
  6.139,
  5.71,
  5.988,
  5.668,
  5.558,
  5.522 ;

 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 ;

 salinity =
  29.68827,
  29.97974,
  29.5501,
  29.36405,
  28.99243,
  28.9931,
  28.96734,
  28.74676,
  28.76198,
  28.95016,
  29.31964,
  29.25863,
  29.78147,
  30.0343,
  29.78695,
  29.64857,
  29.15772,
  28.96454,
  29.00398,
  28.90965,
  28.88366,
  28.83805,
  29.27724,
  29.32613,
  29.31786,
  29.93275,
  29.5799,
  29.72525,
  29.19319,
  29.01615,
  29.0539,
  28.94753,
  28.81362,
  28.7965,
  28.96286,
  29.31743,
  29.3699,
  29.96703,
  30.08557,
  29.68301,
  29.65159,
  29.16904,
  29.08621,
  29.19376,
  29.11174,
  28.91277,
  28.97571,
  29.36982,
  29.33752,
  29.5255,
  29.99544,
  29.77503,
  29.64773,
  29.25067,
  29.09042,
  29.25261,
  29.1045,
  29.01244,
  29.11466,
  29.16938,
  29.42326,
  29.45941,
  29.77381,
  29.95572,
  29.79463,
  29.704,
  29.19921,
  29.25895,
  29.28926,
  29.13803,
  29.10279,
  29.24842,
  29.39593,
  29.41515,
  29.70741,
  29.86296,
  29.66661,
  29.4915,
  29.55148,
  29.28163,
  29.33693,
  29.25694,
  29.19468,
  29.17076,
  29.34055,
  29.47038,
  29.48511,
  30.0186,
  29.68593,
  29.59986,
  29.81024,
  29.37257,
  29.43722,
  29.3117,
  29.25034,
  29.23537,
  29.29237,
  29.47701,
  29.43676,
  29.86435,
  29.99315,
  29.90651,
  29.62092,
  29.61093,
  29.34225,
  29.39713,
  29.3722,
  29.29058,
  29.32913,
  29.51148,
  29.55148,
  29.65194,
  30.05042,
  29.90389,
  29.76982,
  29.70011,
  29.4344,
  29.48779,
  29.40938,
  29.3058,
  29.27268,
  29.36644,
  29.53856,
  29.53374,
  29.8746,
  29.58296,
  29.83199,
  29.70894,
  29.55543,
  29.43703,
  29.42636,
  29.35337,
  29.32175,
  29.34528,
  29.57542,
  29.55712,
  29.61039,
  30.00137,
  29.94765,
  29.76306,
  29.62562,
  29.42805,
  29.26076,
  29.27229,
  29.11557,
  29.02115,
  29.18623,
  29.56077,
  29.55704,
  29.83991,
  30.03158,
  29.8861,
  29.60904,
  29.54765,
  29.36471,
  29.42905,
  29.34385,
  29.27182,
  29.42202,
  29.4403,
  29.49652,
  29.50289,
  29.8175,
  29.46056,
  29.68807,
  29.28773,
  29.36793,
  29.34121 ;

 salinity_qc =
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;

 sigma_t =
  23.38505,
  23.60592,
  23.31779,
  23.20034,
  22.94145,
  22.93373,
  22.91698,
  22.75755,
  22.77741,
  22.91379,
  23.15277,
  23.11105,
  23.46579,
  23.64386,
  23.48186,
  23.3842,
  23.06251,
  22.92742,
  22.94844,
  22.88354,
  22.85753,
  22.83113,
  23.13973,
  23.16549,
  23.15677,
  23.57008,
  23.3391,
  23.43267,
  23.09139,
  22.96492,
  22.99102,
  22.90977,
  22.81711,
  22.80392,
  22.92628,
  23.16263,
  23.19367,
  23.58768,
  23.67271,
  23.41921,
  23.39737,
  23.06319,
  23.01181,
  23.08506,
  23.02282,
  22.88078,
  22.92723,
  23.19974,
  23.18048,
  23.29631,
  23.6109,
  23.47067,
  23.38646,
  23.12206,
  23.01229,
  23.12237,
  23.01159,
  22.94905,
  23.02184,
  23.06023,
  23.22906,
  23.25374,
  23.4369,
  23.58673,
  23.47629,
  23.41796,
  23.07747,
  23.11851,
  23.13384,
  23.02549,
  23.00166,
  23.10483,
  23.20037,
  23.21504,
  23.41173,
  23.51814,
  23.39226,
  23.25564,
  23.31179,
  23.12676,
  23.16393,
  23.10671,
  23.06304,
  23.0401,
  23.16575,
  23.24834,
  23.26041,
  23.62126,
  23.40894,
  23.33317,
  23.47944,
  23.1818,
  23.22191,
  23.12752,
  23.0822,
  23.07005,
  23.11235,
  23.24516,
  23.21433,
  23.50915,
  23.59655,
  23.53004,
  23.33477,
  23.32476,
  23.13544,
  23.16975,
  23.14973,
  23.08733,
  23.11351,
  23.25058,
  23.291,
  23.35882,
  23.62963,
  23.52648,
  23.4269,
  23.38168,
  23.18982,
  23.22787,
  23.16519,
  23.08552,
  23.05926,
  23.12751,
  23.25924,
  23.26504,
  23.50533,
  23.29642,
  23.47366,
  23.38103,
  23.27086,
  23.18657,
  23.17948,
  23.12573,
  23.10198,
  23.12099,
  23.29405,
  23.2835,
  23.31931,
  23.59118,
  23.55265,
  23.42328,
  23.32616,
  23.18414,
  23.05271,
  23.06314,
  22.94421,
  22.87051,
  22.99881,
  23.28572,
  23.284,
  23.48095,
  23.6089,
  23.51475,
  23.32417,
  23.27525,
  23.14567,
  23.19364,
  23.13203,
  23.07882,
  23.18875,
  23.19791,
  23.23899,
  23.24468,
  23.44417,
  23.21125,
  23.35953,
  23.07939,
  23.15475,
  23.13754 ;

 sigma_t_qc =
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2,
  2 ;
}
