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 = 2452974.04167244 ;
		:starting_julian_day_string = "2003-11-30 01:00:00" ;
		:ending_julian_day_number = 2452981.00000579 ;
		:ending_julian_day_string = "2003-12-07 00: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 = 2452974.04166667, 2452974.08333333, 2452974.125, 2452974.16666667, 
    2452974.20833333, 2452974.25, 2452974.29166667, 2452974.33333333, 
    2452974.375, 2452974.41666667, 2452974.45833333, 2452974.5, 
    2452974.54166667, 2452974.58333333, 2452974.625, 2452974.66666667, 
    2452974.70833333, 2452974.75, 2452974.79166667, 2452974.83333333, 
    2452974.875, 2452974.91666667, 2452974.95833333, 2452975, 
    2452975.04166667, 2452975.08333333, 2452975.125, 2452975.16666667, 
    2452975.20833333, 2452975.25, 2452975.29166667, 2452975.33333333, 
    2452975.375, 2452975.41666667, 2452975.45833333, 2452975.5, 
    2452975.54166667, 2452975.58333333, 2452975.625, 2452975.66666667, 
    2452975.70833333, 2452975.75, 2452975.79166667, 2452975.83333333, 
    2452975.875, 2452975.91666667, 2452975.95833333, 2452976, 
    2452976.04166667, 2452976.08333333, 2452976.125, 2452976.16666667, 
    2452976.20833333, 2452976.25, 2452976.29166667, 2452976.33333333, 
    2452976.375, 2452976.41666667, 2452976.45833333, 2452976.5, 
    2452976.54166667, 2452976.58333333, 2452976.625, 2452976.66666667, 
    2452976.70833333, 2452976.75, 2452976.79166667, 2452976.83333333, 
    2452976.875, 2452976.91666667, 2452976.95833333, 2452977, 
    2452977.04166667, 2452977.08333333, 2452977.125, 2452977.16666667, 
    2452977.20833333, 2452977.25, 2452977.29166667, 2452977.33333333, 
    2452977.375, 2452977.41666667, 2452977.45833333, 2452977.5, 
    2452977.54166667, 2452977.58333333, 2452977.625, 2452977.66666667, 
    2452977.70833333, 2452977.75, 2452977.79166667, 2452977.83333333, 
    2452977.875, 2452977.91666667, 2452977.95833333, 2452978, 
    2452978.04166667, 2452978.08333333, 2452978.125, 2452978.16666667, 
    2452978.20833333, 2452978.25, 2452978.29166667, 2452978.33333333, 
    2452978.375, 2452978.41666667, 2452978.45833333, 2452978.5, 
    2452978.54166667, 2452978.58333333, 2452978.625, 2452978.66666667, 
    2452978.70833333, 2452978.75, 2452978.79166667, 2452978.83333333, 
    2452978.875, 2452978.91666667, 2452978.95833333, 2452979, 
    2452979.04166667, 2452979.08333333, 2452979.125, 2452979.16666667, 
    2452979.20833333, 2452979.25, 2452979.29166667, 2452979.33333333, 
    2452979.375, 2452979.41666667, 2452979.45833333, 2452979.5, 
    2452979.54166667, 2452979.58333333, 2452979.625, 2452979.66666667, 
    2452979.70833333, 2452979.75, 2452979.79166667, 2452979.83333333, 
    2452979.875, 2452979.91666667, 2452979.95833333, 2452980, 
    2452980.04166667, 2452980.08333333, 2452980.125, 2452980.16666667, 
    2452980.20833333, 2452980.25, 2452980.29166667, 2452980.33333333, 
    2452980.375, 2452980.41666667, 2452980.45833333, 2452980.5, 
    2452980.54166667, 2452980.58333333, 2452980.625, 2452980.66666667, 
    2452980.70833333, 2452980.75, 2452980.79166667, 2452980.83333333, 
    2452980.875, 2452980.91666667, 2452980.95833333, 2452981 ;

 conductivity =
  31.375,
  31.321,
  31.224,
  31.294,
  31.383,
  31.539,
  31.583,
  31.746,
  31.847,
  31.578,
  31.479,
  31.139,
  31.042,
  31.046,
  30.91,
  30.924,
  31.055,
  31.427,
  31.483,
  31.728,
  31.901,
  31.904,
  31.636,
  31.227,
  30.97,
  31.071,
  30.944,
  30.926,
  30.994,
  31.491,
  31.541,
  31.511,
  31.646,
  31.886,
  31.245,
  31.415,
  31.091,
  31.039,
  31.067,
  30.981,
  31.079,
  31.084,
  31.553,
  31.634,
  31.756,
  31.84,
  31.851,
  31.676,
  31.281,
  30.96,
  31.007,
  30.891,
  30.81,
  30.951,
  31.196,
  31.301,
  31.54,
  31.57,
  31.762,
  31.394,
  31.223,
  30.796,
  30.73,
  30.707,
  30.633,
  30.68,
  30.807,
  31.216,
  31.209,
  31.284,
  31.579,
  31.487,
  31.325,
  30.972,
  30.495,
  30.633,
  30.422,
  30.353,
  30.495,
  30.881,
  30.878,
  31.065,
  31.438,
  30.945,
  31.002,
  30.553,
  30.143,
  30.292,
  30.204,
  30.099,
  30.206,
  30.209,
  30.673,
  30.778,
  30.944,
  31.662,
  31.109,
  30.88,
  30.414,
  29.955,
  30.113,
  29.893,
  29.855,
  30.139,
  30.562,
  30.653,
  30.763,
  31.381,
  30.351,
  30.572,
  30.25,
  29.81,
  30.074,
  29.753,
  29.705,
  29.845,
  29.828,
  30.44,
  30.599,
  30.834,
  31.453,
  30.719,
  30.476,
  29.618,
  29.715,
  29.766,
  29.603,
  29.434,
  29.673,
  30.292,
  30.4,
  30.598,
  31.195,
  30.212,
  30.321,
  29.892,
  29.619,
  29.806,
  29.618,
  29.564,
  29.794,
  30.091,
  30.382,
  30.401,
  30.997,
  31.335,
  30.184,
  30.505,
  29.911,
  29.56,
  29.571,
  29.476,
  29.539,
  29.876,
  30.206,
  30.375,
  30.674,
  31.361,
  30.761,
  30.386,
  29.636,
  29.591,
  29.564,
  29.496,
  29.394,
  29.498,
  30.094,
  30.302 ;

 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 =
  8.49,
  8.47,
  8.42,
  8.41,
  8.44,
  8.52,
  8.52,
  8.55,
  8.57,
  8.4,
  8.37,
  8.2,
  8.14,
  8.19,
  8.1,
  8.11,
  8.17,
  8.35,
  8.41,
  8.52,
  8.56,
  8.42,
  8.44,
  8.23,
  8.08,
  8.15,
  8.08,
  8.06,
  8.08,
  8.36,
  8.39,
  8.39,
  8.45,
  8.52,
  8.19,
  8.3,
  8.07,
  8.06,
  8.09,
  8.04,
  8.07,
  8.08,
  8.31,
  8.4,
  8.44,
  8.46,
  8.34,
  8.35,
  8.15,
  7.93,
  7.97,
  7.87,
  7.82,
  7.87,
  8.01,
  8.09,
  8.27,
  8.25,
  8.25,
  8.02,
  7.92,
  7.65,
  7.64,
  7.65,
  7.54,
  7.56,
  7.64,
  7.94,
  7.97,
  8.08,
  8.15,
  8.03,
  7.97,
  7.65,
  7.32,
  7.43,
  7.27,
  7.17,
  7.26,
  7.61,
  7.64,
  7.79,
  8.03,
  7.49,
  7.6,
  7.25,
  6.926,
  7.05,
  7.01,
  6.912,
  6.97,
  6.978,
  7.37,
  7.47,
  7.62,
  7.98,
  7.63,
  7.46,
  7.05,
  6.665,
  6.816,
  6.598,
  6.587,
  6.786,
  7.15,
  7.3,
  7.38,
  7.74,
  6.827,
  7.12,
  6.858,
  6.462,
  6.711,
  6.429,
  6.349,
  6.436,
  6.448,
  6.978,
  7.18,
  7.35,
  7.74,
  6.948,
  6.988,
  6.159,
  6.313,
  6.36,
  6.208,
  6.135,
  6.339,
  6.798,
  6.946,
  7.08,
  7.41,
  6.641,
  6.679,
  6.396,
  6.146,
  6.313,
  6.116,
  6.087,
  6.402,
  6.712,
  6.834,
  6.853,
  7.31,
  7.46,
  6.566,
  6.814,
  6.312,
  6.011,
  6.025,
  5.919,
  5.98,
  6.442,
  6.606,
  6.765,
  7.01,
  7.46,
  7.07,
  6.67,
  6.028,
  5.983,
  5.98,
  5.904,
  5.769,
  5.855,
  6.466,
  6.665 ;

 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.44139,
  29.40202,
  29.34291,
  29.424,
  29.49145,
  29.58648,
  29.63214,
  29.77606,
  29.86398,
  29.72789,
  29.65005,
  29.43803,
  29.38684,
  29.34921,
  29.2821,
  29.28841,
  29.37533,
  29.6127,
  29.62058,
  29.78267,
  29.92849,
  30.05056,
  29.75452,
  29.50483,
  29.36168,
  29.40881,
  29.33443,
  29.3323,
  29.38683,
  29.67098,
  29.69779,
  29.66655,
  29.75648,
  29.94681,
  29.55726,
  29.64227,
  29.49693,
  29.45079,
  29.45495,
  29.40674,
  29.48434,
  29.48117,
  29.77785,
  29.78621,
  29.8794,
  29.94988,
  30.06351,
  29.87233,
  29.62865,
  29.47717,
  29.49291,
  29.45507,
  29.41179,
  29.51831,
  29.65782,
  29.70035,
  29.79814,
  29.84647,
  30.04734,
  29.85753,
  29.76265,
  29.54069,
  29.4792,
  29.44635,
  29.46095,
  29.49394,
  29.56084,
  29.73826,
  29.70541,
  29.69098,
  29.94099,
  29.94682,
  29.82752,
  29.72736,
  29.50082,
  29.55443,
  29.46533,
  29.47664,
  29.552,
  29.6649,
  29.63615,
  29.70651,
  29.89528,
  29.83569,
  29.80198,
  29.62267,
  29.45921,
  29.51365,
  29.45312,
  29.42369,
  29.4895,
  29.48589,
  29.64834,
  29.67485,
  29.72326,
  30.17405,
  29.88994,
  29.79215,
  29.645,
  29.47962,
  29.52114,
  29.46986,
  29.43796,
  29.57513,
  29.71818,
  29.68691,
  29.73592,
  30.08393,
  29.76945,
  29.75477,
  29.63328,
  29.49665,
  29.56926,
  29.46285,
  29.47946,
  29.5574,
  29.52842,
  29.73507,
  29.73211,
  29.8376,
  30.16029,
  30.06259,
  29.76529,
  29.5487,
  29.52159,
  29.53677,
  29.48963,
  29.36689,
  29.45304,
  29.73063,
  29.71952,
  29.81728,
  30.1718,
  29.77995,
  29.86552,
  29.64353,
  29.56111,
  29.62143,
  29.58614,
  29.55184,
  29.53105,
  29.58686,
  29.79698,
  29.80108,
  30.04671,
  30.27792,
  29.81474,
  29.94773,
  29.73755,
  29.61373,
  29.61366,
  29.60117,
  29.61759,
  29.5861,
  29.80387,
  29.84932,
  29.95992,
  30.3057,
  30.00159,
  29.94413,
  29.6829,
  29.67253,
  29.64527,
  29.63648,
  29.64157,
  29.68168,
  29.80365,
  29.85704 ;

 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 =
  22.84361,
  22.81564,
  22.77646,
  22.84137,
  22.88991,
  22.95289,
  22.98862,
  23.09696,
  23.16289,
  23.08073,
  23.02404,
  22.88187,
  22.8501,
  22.81367,
  22.77356,
  22.77712,
  22.83692,
  22.99762,
  22.99528,
  23.10645,
  23.21482,
  23.33055,
  23.09588,
  22.93001,
  22.83867,
  22.86593,
  22.81732,
  22.8184,
  22.85838,
  23.04184,
  23.05858,
  23.03412,
  23.09599,
  23.23494,
  22.97668,
  23.02783,
  22.94605,
  22.91127,
  22.91039,
  22.8795,
  22.93619,
  22.93233,
  23.13263,
  23.1264,
  23.19366,
  23.24597,
  23.35212,
  23.20095,
  23.03819,
  22.94978,
  22.95665,
  22.94061,
  22.91344,
  22.99021,
  23.08045,
  23.10272,
  23.15417,
  23.19484,
  23.35222,
  23.23563,
  23.175,
  23.03739,
  22.99046,
  22.96336,
  22.9894,
  23.01265,
  23.05454,
  23.15314,
  23.12326,
  23.09676,
  23.28295,
  23.30425,
  23.21901,
  23.18389,
  23.04948,
  23.07726,
  23.02806,
  23.04979,
  23.09745,
  23.14021,
  23.11365,
  23.14868,
  23.26384,
  23.29024,
  23.24915,
  23.15427,
  23.06691,
  23.09414,
  23.05159,
  23.04072,
  23.08523,
  23.08138,
  23.15886,
  23.16657,
  23.18468,
  23.48935,
  23.31418,
  23.26001,
  23.19741,
  23.11519,
  23.12932,
  23.11565,
  23.09187,
  23.17551,
  23.2422,
  23.19827,
  23.22635,
  23.45159,
  23.32334,
  23.2748,
  23.21233,
  23.15313,
  23.18013,
  23.13044,
  23.15302,
  23.20409,
  23.17983,
  23.27736,
  23.24929,
  23.31015,
  23.51151,
  23.53877,
  23.29986,
  23.22988,
  23.19048,
  23.19688,
  23.1776,
  23.08929,
  23.13339,
  23.29639,
  23.26915,
  23.32906,
  23.5648,
  23.35457,
  23.41727,
  23.27673,
  23.24118,
  23.26916,
  23.26439,
  23.24069,
  23.18738,
  23.19386,
  23.34412,
  23.34498,
  23.47967,
  23.64152,
  23.39112,
  23.46525,
  23.3608,
  23.29824,
  23.29658,
  23.29883,
  23.30484,
  23.22598,
  23.37769,
  23.3939,
  23.45015,
  23.66335,
  23.47526,
  23.48027,
  23.35086,
  23.34784,
  23.32668,
  23.32839,
  23.34762,
  23.36962,
  23.39449,
  23.41232 ;

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