diff --git a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVAllEquityPartnershipFlip.json b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVAllEquityPartnershipFlip.json index 1783fc3273..00fd21a41a 100644 --- a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVAllEquityPartnershipFlip.json +++ b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVAllEquityPartnershipFlip.json @@ -1,6 +1,6 @@ { "defaults": { - "SolarResourceData": { + "SolarResourceInformation": { }, "PVWatts": { "system_capacity": 1126.66 diff --git a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVLCOECalculator.json b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVLCOECalculator.json index 1783fc3273..00fd21a41a 100644 --- a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVLCOECalculator.json +++ b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVLCOECalculator.json @@ -1,6 +1,6 @@ { "defaults": { - "SolarResourceData": { + "SolarResourceInformation": { }, "PVWatts": { "system_capacity": 1126.66 diff --git a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVLeveragedPartnershipFlip.json b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVLeveragedPartnershipFlip.json index 1783fc3273..00fd21a41a 100644 --- a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVLeveragedPartnershipFlip.json +++ b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVLeveragedPartnershipFlip.json @@ -1,6 +1,6 @@ { "defaults": { - "SolarResourceData": { + "SolarResourceInformation": { }, "PVWatts": { "system_capacity": 1126.66 diff --git a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVMerchantPlant.json b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVMerchantPlant.json index 1783fc3273..00fd21a41a 100644 --- a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVMerchantPlant.json +++ b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVMerchantPlant.json @@ -1,6 +1,6 @@ { "defaults": { - "SolarResourceData": { + "SolarResourceInformation": { }, "PVWatts": { "system_capacity": 1126.66 diff --git a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVNone.json b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVNone.json index 1783fc3273..00fd21a41a 100644 --- a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVNone.json +++ b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVNone.json @@ -1,6 +1,6 @@ { "defaults": { - "SolarResourceData": { + "SolarResourceInformation": { }, "PVWatts": { "system_capacity": 1126.66 diff --git a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVSaleLeaseback.json b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVSaleLeaseback.json index 1783fc3273..00fd21a41a 100644 --- a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVSaleLeaseback.json +++ b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVSaleLeaseback.json @@ -1,6 +1,6 @@ { "defaults": { - "SolarResourceData": { + "SolarResourceInformation": { }, "PVWatts": { "system_capacity": 1126.66 diff --git a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVSingleOwner.json b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVSingleOwner.json index 1783fc3273..00fd21a41a 100644 --- a/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVSingleOwner.json +++ b/api/api_autogen/library/defaults/Hcpv_HighXConcentratingPVSingleOwner.json @@ -1,6 +1,6 @@ { "defaults": { - "SolarResourceData": { + "SolarResourceInformation": { }, "PVWatts": { "system_capacity": 1126.66 diff --git a/api/include/SAM_Hcpv.h b/api/include/SAM_Hcpv.h index 766dc357f2..1a28ac7b83 100644 --- a/api/include/SAM_Hcpv.h +++ b/api/include/SAM_Hcpv.h @@ -28,7 +28,7 @@ extern "C" // - // SolarResourceData parameters + // SolarResourceInformation parameters // /** @@ -37,7 +37,7 @@ extern "C" * constraints: LOCAL_FILE * required if: * */ - SAM_EXPORT void SAM_Hcpv_SolarResourceData_file_name_sset(SAM_table ptr, const char* str, SAM_error *err); + SAM_EXPORT void SAM_Hcpv_SolarResourceInformation_file_name_sset(SAM_table ptr, const char* str, SAM_error *err); // @@ -474,10 +474,10 @@ extern "C" /** - * SolarResourceData Getters + * SolarResourceInformation Getters */ - SAM_EXPORT const char* SAM_Hcpv_SolarResourceData_file_name_sget(SAM_table ptr, SAM_error *err); + SAM_EXPORT const char* SAM_Hcpv_SolarResourceInformation_file_name_sget(SAM_table ptr, SAM_error *err); /** diff --git a/api/modules/SAM_Hcpv.cpp b/api/modules/SAM_Hcpv.cpp index 6c7691d7d8..211e6587cc 100644 --- a/api/modules/SAM_Hcpv.cpp +++ b/api/modules/SAM_Hcpv.cpp @@ -14,7 +14,7 @@ SAM_EXPORT int SAM_Hcpv_execute(SAM_table data, int verbosity, SAM_error* err){ return SAM_module_exec("hcpv", data, verbosity, err); } -SAM_EXPORT void SAM_Hcpv_SolarResourceData_file_name_sset(SAM_table ptr, const char* str, SAM_error *err){ +SAM_EXPORT void SAM_Hcpv_SolarResourceInformation_file_name_sset(SAM_table ptr, const char* str, SAM_error *err){ translateExceptions(err, [&]{ ssc_data_set_string(ptr, "file_name", str); }); @@ -326,7 +326,7 @@ SAM_EXPORT void SAM_Hcpv_AdjustmentFactors_adjust_timeindex_aset(SAM_table ptr, }); } -SAM_EXPORT const char* SAM_Hcpv_SolarResourceData_file_name_sget(SAM_table ptr, SAM_error *err){ +SAM_EXPORT const char* SAM_Hcpv_SolarResourceInformation_file_name_sget(SAM_table ptr, SAM_error *err){ const char* result = nullptr; translateExceptions(err, [&]{ result = ssc_data_get_string(ptr, "file_name"); diff --git a/deploy/runtime/defaults/Biopower_All Equity Partnership Flip.json b/deploy/runtime/defaults/Biopower_All Equity Partnership Flip.json index df39e69839..bb8c2058c7 100644 --- a/deploy/runtime/defaults/Biopower_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/Biopower_All Equity Partnership Flip.json @@ -85,7 +85,7 @@ "biopwr.feedstock.bagasse_c": 0.4695, "biopwr.feedstock.bagasse_frac": 0.0, "biopwr.feedstock.bagasse_h": 0.0547, - "biopwr.feedstock.bagasse_hhv": 8146.6050000000009, + "biopwr.feedstock.bagasse_hhv": 8146.605000000001, "biopwr.feedstock.bagasse_lhv": 7894.760730000001, "biopwr.feedstock.bagasse_moisture": 100.0, "biopwr.feedstock.bagasse_moisture_wet": 50.0, @@ -256,7 +256,7 @@ "biopwr.feedstock.total_h": 0.05368872073764044, "biopwr.feedstock.total_hhv": 7668.698347232303, "biopwr.feedstock.total_lhv": 7194.0304069514299, - "biopwr.feedstock.total_moisture": 0.36564341449200718, + "biopwr.feedstock.total_moisture": 0.3656434144920072, "biopwr.feedstock.total_nameplate": 48535.59310191071, "biopwr.feedstock.total_o": 0.5115152836845535, "biopwr.feedstock.urban_ash": 0.0125, @@ -266,7 +266,7 @@ "biopwr.feedstock.urban_h": 0.05988, "biopwr.feedstock.urban_hhv": 7791.0, "biopwr.feedstock.urban_lhv": 7399.0, - "biopwr.feedstock.urban_moisture": 13.636363636363635, + "biopwr.feedstock.urban_moisture": 13.636363636363637, "biopwr.feedstock.urban_moisture_wet": 12.0, "biopwr.feedstock.urban_o": 0.4449, "biopwr.feedstock.urban_obtainable": 10.0, @@ -279,7 +279,7 @@ "biopwr.feedstock.wheat_h": 0.0532, "biopwr.feedstock.wheat_hhv": 7661.2479, "biopwr.feedstock.wheat_lhv": 7107.9666, - "biopwr.feedstock.wheat_moisture": 13.636363636363635, + "biopwr.feedstock.wheat_moisture": 13.636363636363637, "biopwr.feedstock.wheat_moisture_wet": 12.0, "biopwr.feedstock.wheat_o": 0.4914, "biopwr.feedstock.wheat_obtainable": 10.0, @@ -482,7 +482,7 @@ "const_per_upfront_rate5": 0.0, "construction_financing_cost": 5254747.836993514, "cost_dev_fee_percent": 3.0, - "cost_dev_fee_tax_liability": 1593239.5441764335, + "cost_dev_fee_tax_liability": 1593239.5441764338, "cost_dev_fee_value": 6005426.099421159, "cost_equity_closing": 300000.0, "cost_other_financing": 0.0, @@ -18765,7 +18765,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19449,7 +19449,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 110.0 ], @@ -19536,7 +19536,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", - "solar_data_file_name_load": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", "solar_data_source": "TMY2", "solar_resource": "fargo_nd_46.9_-96.8_mts1_60_tmy", "solar_resource_file": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", diff --git a/deploy/runtime/defaults/Biopower_LCOE Calculator.json b/deploy/runtime/defaults/Biopower_LCOE Calculator.json index ecd0142fe7..c037716539 100644 --- a/deploy/runtime/defaults/Biopower_LCOE Calculator.json +++ b/deploy/runtime/defaults/Biopower_LCOE Calculator.json @@ -46,7 +46,7 @@ "biopwr.feedstock.bagasse_c": 0.4695, "biopwr.feedstock.bagasse_frac": 0.0, "biopwr.feedstock.bagasse_h": 0.0547, - "biopwr.feedstock.bagasse_hhv": 8146.6050000000009, + "biopwr.feedstock.bagasse_hhv": 8146.605000000001, "biopwr.feedstock.bagasse_lhv": 7894.760730000001, "biopwr.feedstock.bagasse_moisture": 100.0, "biopwr.feedstock.bagasse_moisture_wet": 50.0, @@ -217,7 +217,7 @@ "biopwr.feedstock.total_h": 0.05368872073764044, "biopwr.feedstock.total_hhv": 7668.698347232303, "biopwr.feedstock.total_lhv": 7194.0304069514299, - "biopwr.feedstock.total_moisture": 0.36564341449200718, + "biopwr.feedstock.total_moisture": 0.3656434144920072, "biopwr.feedstock.total_nameplate": 48535.59310191071, "biopwr.feedstock.total_o": 0.5115152836845535, "biopwr.feedstock.urban_ash": 0.0125, @@ -227,7 +227,7 @@ "biopwr.feedstock.urban_h": 0.05988, "biopwr.feedstock.urban_hhv": 7791.0, "biopwr.feedstock.urban_lhv": 7399.0, - "biopwr.feedstock.urban_moisture": 13.636363636363635, + "biopwr.feedstock.urban_moisture": 13.636363636363637, "biopwr.feedstock.urban_moisture_wet": 12.0, "biopwr.feedstock.urban_o": 0.4449, "biopwr.feedstock.urban_obtainable": 10.0, @@ -240,7 +240,7 @@ "biopwr.feedstock.wheat_h": 0.0532, "biopwr.feedstock.wheat_hhv": 7661.2479, "biopwr.feedstock.wheat_lhv": 7107.9666, - "biopwr.feedstock.wheat_moisture": 13.636363636363635, + "biopwr.feedstock.wheat_moisture": 13.636363636363637, "biopwr.feedstock.wheat_moisture_wet": 12.0, "biopwr.feedstock.wheat_o": 0.4914, "biopwr.feedstock.wheat_obtainable": 10.0, @@ -9124,7 +9124,7 @@ 1e38 ], "grid_interconnection_limit_kwac": 20000.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -9135,7 +9135,6 @@ "library_paths": "", "lon": -96.8, "solar_data_file_name": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", - "solar_data_file_name_load": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", "solar_data_source": "TMY2", "solar_resource": "fargo_nd_46.9_-96.8_mts1_60_tmy", "solar_resource_file": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", diff --git a/deploy/runtime/defaults/Biopower_Leveraged Partnership Flip.json b/deploy/runtime/defaults/Biopower_Leveraged Partnership Flip.json index fda48a95fc..647fd063a9 100644 --- a/deploy/runtime/defaults/Biopower_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/Biopower_Leveraged Partnership Flip.json @@ -85,7 +85,7 @@ "biopwr.feedstock.bagasse_c": 0.4695, "biopwr.feedstock.bagasse_frac": 0.0, "biopwr.feedstock.bagasse_h": 0.0547, - "biopwr.feedstock.bagasse_hhv": 8146.6050000000009, + "biopwr.feedstock.bagasse_hhv": 8146.605000000001, "biopwr.feedstock.bagasse_lhv": 7894.760730000001, "biopwr.feedstock.bagasse_moisture": 100.0, "biopwr.feedstock.bagasse_moisture_wet": 50.0, @@ -256,7 +256,7 @@ "biopwr.feedstock.total_h": 0.05368872073764044, "biopwr.feedstock.total_hhv": 7668.698347232303, "biopwr.feedstock.total_lhv": 7194.0304069514299, - "biopwr.feedstock.total_moisture": 0.36564341449200718, + "biopwr.feedstock.total_moisture": 0.3656434144920072, "biopwr.feedstock.total_nameplate": 48535.59310191071, "biopwr.feedstock.total_o": 0.5115152836845535, "biopwr.feedstock.urban_ash": 0.0125, @@ -266,7 +266,7 @@ "biopwr.feedstock.urban_h": 0.05988, "biopwr.feedstock.urban_hhv": 7791.0, "biopwr.feedstock.urban_lhv": 7399.0, - "biopwr.feedstock.urban_moisture": 13.636363636363635, + "biopwr.feedstock.urban_moisture": 13.636363636363637, "biopwr.feedstock.urban_moisture_wet": 12.0, "biopwr.feedstock.urban_o": 0.4449, "biopwr.feedstock.urban_obtainable": 10.0, @@ -279,7 +279,7 @@ "biopwr.feedstock.wheat_h": 0.0532, "biopwr.feedstock.wheat_hhv": 7661.2479, "biopwr.feedstock.wheat_lhv": 7107.9666, - "biopwr.feedstock.wheat_moisture": 13.636363636363635, + "biopwr.feedstock.wheat_moisture": 13.636363636363637, "biopwr.feedstock.wheat_moisture_wet": 12.0, "biopwr.feedstock.wheat_o": 0.4914, "biopwr.feedstock.wheat_obtainable": 10.0, @@ -484,7 +484,7 @@ "cost_debt_closing": 0.0, "cost_debt_fee": 2.75, "cost_dev_fee_percent": 3.0, - "cost_dev_fee_tax_liability": 1593239.5441764335, + "cost_dev_fee_tax_liability": 1593239.5441764338, "cost_dev_fee_value": 6005426.099421159, "cost_equity_closing": 300000.0, "cost_other_financing": 0.0, @@ -18773,7 +18773,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19458,7 +19458,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 110.0 ], @@ -19547,7 +19547,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", - "solar_data_file_name_load": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", "solar_data_source": "TMY2", "solar_resource": "fargo_nd_46.9_-96.8_mts1_60_tmy", "solar_resource_file": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", diff --git a/deploy/runtime/defaults/Biopower_Merchant Plant.json b/deploy/runtime/defaults/Biopower_Merchant Plant.json index a8246c0462..e46469fcef 100644 --- a/deploy/runtime/defaults/Biopower_Merchant Plant.json +++ b/deploy/runtime/defaults/Biopower_Merchant Plant.json @@ -85,7 +85,7 @@ "biopwr.feedstock.bagasse_c": 0.4695, "biopwr.feedstock.bagasse_frac": 0.0, "biopwr.feedstock.bagasse_h": 0.0547, - "biopwr.feedstock.bagasse_hhv": 8146.6050000000009, + "biopwr.feedstock.bagasse_hhv": 8146.605000000001, "biopwr.feedstock.bagasse_lhv": 7894.760730000001, "biopwr.feedstock.bagasse_moisture": 100.0, "biopwr.feedstock.bagasse_moisture_wet": 50.0, @@ -256,7 +256,7 @@ "biopwr.feedstock.total_h": 0.05368872073764044, "biopwr.feedstock.total_hhv": 7668.698347232303, "biopwr.feedstock.total_lhv": 7194.0304069514299, - "biopwr.feedstock.total_moisture": 0.36564341449200718, + "biopwr.feedstock.total_moisture": 0.3656434144920072, "biopwr.feedstock.total_nameplate": 48535.59310191071, "biopwr.feedstock.total_o": 0.5115152836845535, "biopwr.feedstock.urban_ash": 0.0125, @@ -266,7 +266,7 @@ "biopwr.feedstock.urban_h": 0.05988, "biopwr.feedstock.urban_hhv": 7791.0, "biopwr.feedstock.urban_lhv": 7399.0, - "biopwr.feedstock.urban_moisture": 13.636363636363635, + "biopwr.feedstock.urban_moisture": 13.636363636363637, "biopwr.feedstock.urban_moisture_wet": 12.0, "biopwr.feedstock.urban_o": 0.4449, "biopwr.feedstock.urban_obtainable": 10.0, @@ -279,7 +279,7 @@ "biopwr.feedstock.wheat_h": 0.0532, "biopwr.feedstock.wheat_hhv": 7661.2479, "biopwr.feedstock.wheat_lhv": 7107.9666, - "biopwr.feedstock.wheat_moisture": 13.636363636363635, + "biopwr.feedstock.wheat_moisture": 13.636363636363637, "biopwr.feedstock.wheat_moisture_wet": 12.0, "biopwr.feedstock.wheat_o": 0.4914, "biopwr.feedstock.wheat_obtainable": 10.0, @@ -502,7 +502,7 @@ ], "cp_capacity_payment_esc": 0.0, "cp_capacity_payment_type": 0.0, - "cp_system_nameplate": 48.535593101910709, + "cp_system_nameplate": 48.53559310191071, "debt_message": "", "debt_option": 1.0, "debt_percent": 50.0, @@ -9379,7 +9379,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -666550,7 +666550,7 @@ ], "mp_error_msg": "", "mp_market_percent_gen": 100.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 110.0 ], @@ -666634,7 +666634,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", - "solar_data_file_name_load": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", "solar_data_source": "TMY2", "solar_resource": "fargo_nd_46.9_-96.8_mts1_60_tmy", "solar_resource_file": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", diff --git a/deploy/runtime/defaults/Biopower_None.json b/deploy/runtime/defaults/Biopower_None.json index f5dea4c75f..470d0d4c4b 100644 --- a/deploy/runtime/defaults/Biopower_None.json +++ b/deploy/runtime/defaults/Biopower_None.json @@ -46,7 +46,7 @@ "biopwr.feedstock.bagasse_c": 0.4695, "biopwr.feedstock.bagasse_frac": 0.0, "biopwr.feedstock.bagasse_h": 0.0547, - "biopwr.feedstock.bagasse_hhv": 8146.6050000000009, + "biopwr.feedstock.bagasse_hhv": 8146.605000000001, "biopwr.feedstock.bagasse_lhv": 7894.760730000001, "biopwr.feedstock.bagasse_moisture": 100.0, "biopwr.feedstock.bagasse_moisture_wet": 50.0, @@ -217,7 +217,7 @@ "biopwr.feedstock.total_h": 0.05368872073764044, "biopwr.feedstock.total_hhv": 7668.698347232303, "biopwr.feedstock.total_lhv": 7194.0304069514299, - "biopwr.feedstock.total_moisture": 0.36564341449200718, + "biopwr.feedstock.total_moisture": 0.3656434144920072, "biopwr.feedstock.total_nameplate": 48535.59310191071, "biopwr.feedstock.total_o": 0.5115152836845535, "biopwr.feedstock.urban_ash": 0.0125, @@ -227,7 +227,7 @@ "biopwr.feedstock.urban_h": 0.05988, "biopwr.feedstock.urban_hhv": 7791.0, "biopwr.feedstock.urban_lhv": 7399.0, - "biopwr.feedstock.urban_moisture": 13.636363636363635, + "biopwr.feedstock.urban_moisture": 13.636363636363637, "biopwr.feedstock.urban_moisture_wet": 12.0, "biopwr.feedstock.urban_o": 0.4449, "biopwr.feedstock.urban_obtainable": 10.0, @@ -240,7 +240,7 @@ "biopwr.feedstock.wheat_h": 0.0532, "biopwr.feedstock.wheat_hhv": 7661.2479, "biopwr.feedstock.wheat_lhv": 7107.9666, - "biopwr.feedstock.wheat_moisture": 13.636363636363635, + "biopwr.feedstock.wheat_moisture": 13.636363636363637, "biopwr.feedstock.wheat_moisture_wet": 12.0, "biopwr.feedstock.wheat_o": 0.4914, "biopwr.feedstock.wheat_obtainable": 10.0, @@ -9099,7 +9099,7 @@ 1e38 ], "grid_interconnection_limit_kwac": 20000.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -9110,7 +9110,6 @@ "library_paths": "", "lon": -96.8, "solar_data_file_name": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", - "solar_data_file_name_load": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", "solar_data_source": "TMY2", "solar_resource": "fargo_nd_46.9_-96.8_mts1_60_tmy", "solar_resource_file": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", diff --git a/deploy/runtime/defaults/Biopower_Sale Leaseback.json b/deploy/runtime/defaults/Biopower_Sale Leaseback.json index 6cb1444b39..7758bbcc05 100644 --- a/deploy/runtime/defaults/Biopower_Sale Leaseback.json +++ b/deploy/runtime/defaults/Biopower_Sale Leaseback.json @@ -85,7 +85,7 @@ "biopwr.feedstock.bagasse_c": 0.4695, "biopwr.feedstock.bagasse_frac": 0.0, "biopwr.feedstock.bagasse_h": 0.0547, - "biopwr.feedstock.bagasse_hhv": 8146.6050000000009, + "biopwr.feedstock.bagasse_hhv": 8146.605000000001, "biopwr.feedstock.bagasse_lhv": 7894.760730000001, "biopwr.feedstock.bagasse_moisture": 100.0, "biopwr.feedstock.bagasse_moisture_wet": 50.0, @@ -256,7 +256,7 @@ "biopwr.feedstock.total_h": 0.05368872073764044, "biopwr.feedstock.total_hhv": 7668.698347232303, "biopwr.feedstock.total_lhv": 7194.0304069514299, - "biopwr.feedstock.total_moisture": 0.36564341449200718, + "biopwr.feedstock.total_moisture": 0.3656434144920072, "biopwr.feedstock.total_nameplate": 48535.59310191071, "biopwr.feedstock.total_o": 0.5115152836845535, "biopwr.feedstock.urban_ash": 0.0125, @@ -266,7 +266,7 @@ "biopwr.feedstock.urban_h": 0.05988, "biopwr.feedstock.urban_hhv": 7791.0, "biopwr.feedstock.urban_lhv": 7399.0, - "biopwr.feedstock.urban_moisture": 13.636363636363635, + "biopwr.feedstock.urban_moisture": 13.636363636363637, "biopwr.feedstock.urban_moisture_wet": 12.0, "biopwr.feedstock.urban_o": 0.4449, "biopwr.feedstock.urban_obtainable": 10.0, @@ -279,7 +279,7 @@ "biopwr.feedstock.wheat_h": 0.0532, "biopwr.feedstock.wheat_hhv": 7661.2479, "biopwr.feedstock.wheat_lhv": 7107.9666, - "biopwr.feedstock.wheat_moisture": 13.636363636363635, + "biopwr.feedstock.wheat_moisture": 13.636363636363637, "biopwr.feedstock.wheat_moisture_wet": 12.0, "biopwr.feedstock.wheat_o": 0.4914, "biopwr.feedstock.wheat_obtainable": 10.0, @@ -482,7 +482,7 @@ "const_per_upfront_rate5": 0.0, "construction_financing_cost": 5254747.836993514, "cost_dev_fee_percent": 3.0, - "cost_dev_fee_tax_liability": 1593239.5441764335, + "cost_dev_fee_tax_liability": 1593239.5441764338, "cost_dev_fee_value": 6005426.099421159, "cost_equity_closing": 300000.0, "cost_other_financing": 0.0, @@ -18760,7 +18760,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19444,7 +19444,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 110.0 ], @@ -19532,7 +19532,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", - "solar_data_file_name_load": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", "solar_data_source": "TMY2", "solar_resource": "fargo_nd_46.9_-96.8_mts1_60_tmy", "solar_resource_file": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", diff --git a/deploy/runtime/defaults/Biopower_Single Owner.json b/deploy/runtime/defaults/Biopower_Single Owner.json index 2a3e55685c..fd7f899e59 100644 --- a/deploy/runtime/defaults/Biopower_Single Owner.json +++ b/deploy/runtime/defaults/Biopower_Single Owner.json @@ -85,7 +85,7 @@ "biopwr.feedstock.bagasse_c": 0.4695, "biopwr.feedstock.bagasse_frac": 0.0, "biopwr.feedstock.bagasse_h": 0.0547, - "biopwr.feedstock.bagasse_hhv": 8146.6050000000009, + "biopwr.feedstock.bagasse_hhv": 8146.605000000001, "biopwr.feedstock.bagasse_lhv": 7894.760730000001, "biopwr.feedstock.bagasse_moisture": 100.0, "biopwr.feedstock.bagasse_moisture_wet": 50.0, @@ -256,7 +256,7 @@ "biopwr.feedstock.total_h": 0.05368872073764044, "biopwr.feedstock.total_hhv": 7668.698347232303, "biopwr.feedstock.total_lhv": 7194.0304069514299, - "biopwr.feedstock.total_moisture": 0.36564341449200718, + "biopwr.feedstock.total_moisture": 0.3656434144920072, "biopwr.feedstock.total_nameplate": 48535.59310191071, "biopwr.feedstock.total_o": 0.5115152836845535, "biopwr.feedstock.urban_ash": 0.0125, @@ -266,7 +266,7 @@ "biopwr.feedstock.urban_h": 0.05988, "biopwr.feedstock.urban_hhv": 7791.0, "biopwr.feedstock.urban_lhv": 7399.0, - "biopwr.feedstock.urban_moisture": 13.636363636363635, + "biopwr.feedstock.urban_moisture": 13.636363636363637, "biopwr.feedstock.urban_moisture_wet": 12.0, "biopwr.feedstock.urban_o": 0.4449, "biopwr.feedstock.urban_obtainable": 10.0, @@ -279,7 +279,7 @@ "biopwr.feedstock.wheat_h": 0.0532, "biopwr.feedstock.wheat_hhv": 7661.2479, "biopwr.feedstock.wheat_lhv": 7107.9666, - "biopwr.feedstock.wheat_moisture": 13.636363636363635, + "biopwr.feedstock.wheat_moisture": 13.636363636363637, "biopwr.feedstock.wheat_moisture_wet": 12.0, "biopwr.feedstock.wheat_o": 0.4914, "biopwr.feedstock.wheat_obtainable": 10.0, @@ -494,7 +494,7 @@ ], "cp_capacity_payment_esc": 0.0, "cp_capacity_payment_type": 0.0, - "cp_system_nameplate": 48.535593101910709, + "cp_system_nameplate": 48.53559310191071, "debt_message": "", "debt_option": 1.0, "debt_percent": 50.0, @@ -18778,7 +18778,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19463,7 +19463,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 110.0 ], @@ -19555,7 +19555,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", - "solar_data_file_name_load": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", "solar_data_source": "TMY2", "solar_resource": "fargo_nd_46.9_-96.8_mts1_60_tmy", "solar_resource_file": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", diff --git a/deploy/runtime/defaults/CustomGeneration PVWatts Wind FuelCell Battery Hybrid_Host Developer.json b/deploy/runtime/defaults/CustomGeneration PVWatts Wind FuelCell Battery Hybrid_Host Developer.json index b3509d9bff..82f7405b2d 100644 --- a/deploy/runtime/defaults/CustomGeneration PVWatts Wind FuelCell Battery Hybrid_Host Developer.json +++ b/deploy/runtime/defaults/CustomGeneration PVWatts Wind FuelCell Battery Hybrid_Host Developer.json @@ -106,7 +106,7 @@ 0.2 ], "analysis_period": 25.0, - "annual_albedo": 0.18395068539332039, + "annual_albedo": 0.1839506853933204, "annual_beam": 7.335643835616439, "annual_diffuse": 1.3484328767123289, "annual_global": 5.794761643835617, @@ -165,7 +165,7 @@ "inverter_total": 23478.26086956522, "inverterarray_power": 469.5652173913044, "is_advanced": 0.0, - "land_area_value": 2.3409962811973519, + "land_area_value": 2.340996281197352, "land_fixed": 0.0, "land_per_acre": 0.0, "land_per_watt": 0.0, @@ -198,7 +198,7 @@ "module_power": 540.0, "module_total": 232200.0, "module_type": 0.0, - "modulearray_area": 2842.1052631578947, + "modulearray_area": 2842.105263157895, "modulearray_power": 540.0, "om_capacity": [ 22.0 @@ -266,7 +266,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -279,20 +278,20 @@ "tilt": 0.0, "total_direct_cost": 703953.3913043478, "total_indirect_cost": 205200.0, - "total_installed_cost": 937311.5269565217, - "total_land_area": 2.3409962811973519, - "total_module_area": 2842.1052631578947, + "total_installed_cost": 937311.5269565216, + "total_land_area": 2.340996281197352, + "total_module_area": 2842.105263157895, "tz": -7.0, - "ui_ac_capacity": 0.46956521739130438, - "ui_array_land_area_acres": 2.3409962811973519, - "ui_array_land_area_ha": 0.9473690460319911, + "ui_ac_capacity": 0.4695652173913044, + "ui_array_land_area_acres": 2.340996281197352, + "ui_array_land_area_ha": 0.9473690460319912, "ui_array_land_area_multiplier": 1.0, "ui_land_area_additional": 0.0, "ui_land_area_additional_units": 0.0, "ui_land_area_per_mw": 0.0, "ui_step_minutes": 60.0, - "ui_total_land_area_ha": 0.9473690460319911, - "ui_total_module_area": 2842.1052631578947, + "ui_total_land_area_ha": 0.9473690460319912, + "ui_total_module_area": 2842.105263157895, "ui_total_module_area_acres": 0.7022988843592055, "ui_total_module_area_ha": 0.28421052631578949, "ui_use_acre_per_mw": 0.0, @@ -334,7 +333,7 @@ ], "desired_farm_size": 0.0, "elec_eff_loss": 1.91, - "elec_loss_total": 2.0080899999999959, + "elec_loss_total": 2.008089999999996, "elec_parasitic_loss": 0.1, "env_degrad_loss": 1.8, "env_env_loss": 0.4, @@ -380,7 +379,7 @@ "total_installed_cost_per_kw": 6055.0, "turb_generic_loss": 1.7, "turb_hysteresis_loss": 0.4, - "turb_loss_total": 3.9544963841199989, + "turb_loss_total": 3.954496384119999, "turb_perf_loss": 1.1, "turb_specific_loss": 0.81, "turbine_cost_fixed": 0.0, @@ -27796,7 +27795,7 @@ "batt_cell_power_charge_max": 2.0, "batt_cell_power_discharge_max": 2.0, "batt_chem": 1.0, - "batt_computed_bank_capacity": 1200.5431199999999, + "batt_computed_bank_capacity": 1200.54312, "batt_computed_series": 126.0, "batt_computed_stacks_series": 0.0, "batt_computed_strings": 1064.0, @@ -28776,9 +28775,9 @@ "batt_minimum_modetime": 10.0, "batt_num_cells": 134064.0, "batt_power_charge_max_kwac": 312.64143749999996, - "batt_power_charge_max_kwdc": 300.13577999999998, + "batt_power_charge_max_kwdc": 300.13578, "batt_power_discharge_max_kwac": 288.1303487999999, - "batt_power_discharge_max_kwdc": 300.13577999999998, + "batt_power_discharge_max_kwdc": 300.13578, "batt_pv_ac_forecast": [ 0.0 ], @@ -28821,7 +28820,7 @@ "batt_ui_bank_voltage": 501.48, "batt_ui_cell_voltage": 3.98, "batt_ui_inverter_eff": 96.0, - "batt_ui_nominal_bank_power": 300.13577999999998, + "batt_ui_nominal_bank_power": 300.13578, "batt_unit_capacity": 400.0, "batt_unit_surface_area": 30.0, "batt_user_specified_weather_file_peak_shaving": "", @@ -28853,13 +28852,13 @@ 0.5 ] ], - "batt_volume": 14.640769756097559, - "battery_energy": 1200.5431199999999, + "batt_volume": 14.64076975609756, + "battery_energy": 1200.54312, "battery_indirect_cost_percent": 0.0, "battery_losses_shown": 0.0, "battery_per_kW": 667.0, "battery_per_kWh": 184.0, - "battery_power": 300.13577999999998, + "battery_power": 300.13578, "battery_thermal_shown": 0.0, "battery_total": 421090.49934, "battery_total_cost_lcos": 421090.49934, @@ -38986,7 +38985,7 @@ "om_batt_fixed_cost": [ 0.0 ], - "om_batt_nameplate": 1200.5431199999999, + "om_batt_nameplate": 1200.54312, "om_batt_replacement_cost": [ 280.0 ], @@ -39094,7 +39093,7 @@ "cbi_uti_tax_fed": 1.0, "cbi_uti_tax_sta": 1.0, "chk_update_peaks": 0.0, - "const_per_interest1": 2208730.9013142755, + "const_per_interest1": 2208730.901314276, "const_per_interest2": 0.0, "const_per_interest3": 0.0, "const_per_interest4": 0.0, @@ -39104,7 +39103,7 @@ "const_per_interest_rate3": 0.0, "const_per_interest_rate4": 0.0, "const_per_interest_rate5": 0.0, - "const_per_interest_total": 2208730.9013142755, + "const_per_interest_total": 2208730.901314276, "const_per_months1": 6.0, "const_per_months2": 0.0, "const_per_months3": 0.0, @@ -56773,7 +56772,7 @@ "energy_2": 48557315.39999997, "energy_3": 55750082.00000006, "energy_4": 53014929.70000005, - "energy_5": 60460745.500000078, + "energy_5": 60460745.50000008, "energy_6": 70152338.50000005, "energy_7": 77708464.10000009, "energy_8": 77555051.10000016, @@ -65568,7 +65567,7 @@ "grid_outage": [ 0.0 ], - "host_nominal_discount_rate": 9.060000000000003, + "host_nominal_discount_rate": 9.060000000000004, "host_real_discount_rate": 6.4, "hybrid_capital_cost": 0.0, "ibi_fed_amount": 0.0, @@ -66295,14 +66294,14 @@ 37133.5, 28375.1, 27445.8, - 23783.899999999998, - 21382.100000000002, + 23783.9, + 21382.1, 20961.0, 26337.800000000003, 42498.8, 44231.9, 50858.2, - 50575.200000000004, + 50575.2, 57217.399999999994, 54770.0, 62565.5, @@ -66375,7 +66374,7 @@ 102110.0, 102849.0, 94759.5, - 97478.09999999999, + 97478.1, 41616.6, 38936.2, 38936.2, @@ -66398,7 +66397,7 @@ 134513.0, 105677.0, 104267.0, - 94631.90000000001, + 94631.9, 95954.7, 41616.6, 38936.2, @@ -66492,9 +66491,9 @@ 120048.0, 124656.0, 126200.0, - 96456.59999999999, + 96456.6, 98345.6, - 91510.90000000001, + 91510.9, 95960.0, 41616.6, 38936.2, @@ -66529,7 +66528,7 @@ 38936.2, 41616.6, 106737.0, - 94745.90000000001, + 94745.9, 132714.0, 123344.0, 123674.0, @@ -66541,7 +66540,7 @@ 122133.0, 122241.0, 90891.2, - 92178.29999999999, + 92178.3, 84163.9, 86747.6, 41616.6, @@ -66610,7 +66609,7 @@ 78445.40000000001, 52949.5, 51678.4, - 55887.700000000004, + 55887.7, 71313.90000000001, 33575.4, 33575.4, @@ -66710,8 +66709,8 @@ 129775.0, 101286.0, 103536.0, - 96574.29999999999, - 99830.29999999999, + 96574.3, + 99830.3, 41616.6, 38936.2, 38936.2, @@ -66733,8 +66732,8 @@ 120735.0, 126890.0, 97389.4, - 99745.40000000001, - 92501.90000000001, + 99745.4, + 92501.9, 96116.4, 41616.6, 38936.2, @@ -66745,7 +66744,7 @@ 38936.2, 41616.6, 144450.0, - 129515.99999999999, + 129516.0, 151284.0, 131085.0, 126278.0, @@ -66771,7 +66770,7 @@ 145870.0, 117274.0, 109549.0, - 98505.70000000001, + 98505.7, 91924.9, 91046.2, 85477.90000000001, @@ -66814,7 +66813,7 @@ 38936.2, 41792.1, 43477.7, - 45228.700000000004, + 45228.7, 47500.100000000006, 172999.0, 141927.0, @@ -66830,7 +66829,7 @@ 127575.0, 98183.5, 101311.0, - 94981.09999999999, + 94981.1, 98503.8, 41616.6, 38936.2, @@ -66876,7 +66875,7 @@ 119739.0, 119921.0, 122218.0, - 91146.90000000001, + 91146.9, 93502.0, 86483.09999999999, 89450.1, @@ -66901,7 +66900,7 @@ 120365.0, 121677.0, 89101.9, - 90398.79999999999, + 90398.8, 82472.6, 85608.7, 41616.6, @@ -66924,7 +66923,7 @@ 118020.0, 118961.0, 123149.0, - 90298.59999999999, + 90298.6, 92199.6, 83898.4, 86446.70000000001, @@ -67008,7 +67007,7 @@ 38936.2, 38936.2, 41616.6, - 99430.40000000001, + 99430.4, 94066.3, 140365.0, 121417.0, @@ -67045,7 +67044,7 @@ 119457.0, 119407.0, 88740.0, - 90196.70000000001, + 90196.7, 81925.6, 84228.6, 41616.6, @@ -67081,12 +67080,12 @@ 38936.2, 41616.6, 101853.0, - 92126.09999999999, + 92126.1, 133285.0, 120232.0, 117332.0, 123502.0, - 128509.99999999999, + 128510.0, 132090.0, 128274.0, 126301.0, @@ -67164,7 +67163,7 @@ 119962.0, 121280.0, 121551.0, - 90239.09999999999, + 90239.1, 90854.0, 82031.40000000001, 85227.3, @@ -67177,7 +67176,7 @@ 38936.2, 41616.6, 102751.0, - 92188.90000000001, + 92188.9, 131301.0, 121325.0, 124155.0, @@ -67188,7 +67187,7 @@ 133442.0, 133533.0, 128937.00000000002, - 90182.59999999999, + 90182.6, 88579.6, 76377.0, 76546.09999999999, @@ -67202,7 +67201,7 @@ 41616.6, 68105.8, 68996.79999999999, - 130896.99999999999, + 130897.0, 125398.0, 125853.0, 129808.0, @@ -67210,7 +67209,7 @@ 137547.0, 131545.0, 129309.0, - 129217.99999999999, + 129218.0, 127428.0, 89081.7, 85006.20000000001, @@ -67230,7 +67229,7 @@ 119797.0, 123214.0, 129632.0, - 130026.99999999999, + 130027.0, 128089.0, 121849.0, 121219.0, @@ -67260,7 +67259,7 @@ 112110.0, 115220.0, 118809.0, - 91306.70000000001, + 91306.7, 93633.5, 85924.40000000001, 88787.8, @@ -67273,7 +67272,7 @@ 33575.4, 33575.4, 120459.0, - 99685.90000000001, + 99685.9, 104526.0, 94995.2, 85698.6, @@ -67316,7 +67315,7 @@ 33575.4, 38936.2, 38936.2, - 44270.299999999996, + 44270.3, 43794.2, 46177.6, 47963.2, @@ -67335,7 +67334,7 @@ 93790.5, 96991.4, 90142.9, - 94050.29999999999, + 94050.3, 41616.6, 38936.2, 38936.2, @@ -67394,7 +67393,7 @@ 41616.6, 73283.2, 77828.90000000001, - 131033.99999999999, + 131034.0, 119115.0, 120381.0, 123198.0, @@ -67448,7 +67447,7 @@ 80693.9, 89368.4, 89959.5, - 58670.299999999996, + 58670.3, 56307.899999999994, 54234.1, 53970.6, @@ -67470,9 +67469,9 @@ 18771.4, 18771.4, 18771.4, - 21582.899999999998, + 21582.9, 29476.9, - 29431.100000000002, + 29431.1, 25239.0, 28127.1, 29535.5, @@ -67562,7 +67561,7 @@ 41616.6, 88325.5, 83861.3, - 130366.99999999999, + 130367.0, 118412.0, 118386.0, 124314.0, @@ -67586,10 +67585,10 @@ 41616.6, 80686.5, 78797.2, - 128896.99999999999, + 128897.0, 119916.0, 123694.0, - 130919.99999999999, + 130920.0, 132223.0, 138328.0, 134880.0, @@ -67638,7 +67637,7 @@ 18771.4, 18771.4, 18771.4, - 20895.399999999998, + 20895.4, 20492.6, 21116.1, 20731.7, @@ -67693,7 +67692,7 @@ 155723.0, 142307.0, 101580.0, - 94363.20000000001, + 94363.2, 77483.0, 74463.7, 41616.6, @@ -67826,7 +67825,7 @@ 41616.6, 90183.8, 84903.3, - 130384.99999999999, + 130385.0, 119919.0, 119306.0, 123454.0, @@ -67850,7 +67849,7 @@ 41616.6, 77391.5, 82324.0, - 128164.99999999999, + 128165.0, 119550.0, 120943.0, 126516.0, @@ -67900,7 +67899,7 @@ 66737.7, 129097.00000000002, 127287.0, - 130949.99999999999, + 130950.0, 142693.0, 144605.0, 149310.0, @@ -67909,7 +67908,7 @@ 146327.0, 134154.0, 100622.0, - 93409.09999999999, + 93409.1, 73763.5, 74493.6, 41616.6, @@ -67931,8 +67930,8 @@ 146380.0, 146500.0, 145575.0, - 130294.99999999999, - 94435.90000000001, + 130295.0, + 94435.9, 89422.2, 73182.2, 71643.8, @@ -68068,7 +68067,7 @@ 126346.0, 121111.0, 123364.0, - 129270.99999999999, + 129271.0, 135667.0, 143393.0, 144880.0, @@ -68087,7 +68086,7 @@ 38936.2, 38936.2, 41616.6, - 62712.200000000004, + 62712.2, 66785.5, 125881.0, 121267.0, @@ -68111,7 +68110,7 @@ 33575.4, 33575.4, 33575.4, - 54316.200000000004, + 54316.2, 45031.3, 69980.0, 77857.9, @@ -68144,7 +68143,7 @@ 32729.5, 37659.9, 42070.1, - 38140.700000000004, + 38140.7, 44411.5, 39742.600000000006, 34316.8, @@ -68231,7 +68230,7 @@ 38936.2, 38936.2, 41616.6, - 64556.700000000004, + 64556.7, 68310.3, 126165.0, 115742.0, @@ -68264,7 +68263,7 @@ 122490.0, 128465.0, 127970.0, - 129467.99999999999, + 129468.0, 134053.0, 122069.0, 81164.3, @@ -68315,7 +68314,7 @@ 23276.5, 30670.5, 32223.199999999997, - 23425.100000000002, + 23425.1, 33575.4, 33575.4, 33575.4, @@ -68340,7 +68339,7 @@ 143878.0, 129222.00000000002, 86564.09999999999, - 91830.20000000001, + 91830.2, 73820.3, 72207.9, 41616.6, @@ -68356,12 +68355,12 @@ 131372.0, 124827.0, 125691.0, - 130758.99999999999, + 130759.0, 132752.0, 135725.0, 130679.0, 130025.0, - 131038.99999999999, + 131039.0, 117887.0, 76734.6, 86124.4, @@ -68448,11 +68447,11 @@ 33575.4, 33575.4, 48477.3, - 46403.799999999996, + 46403.8, 73858.7, 81944.90000000001, 86709.1, - 93995.09999999999, + 93995.1, 97826.7, 99695.9, 71279.70000000001, @@ -68473,8 +68472,8 @@ 33575.4, 26173.4, 18771.4, - 21421.399999999998, - 27109.100000000002, + 21421.4, + 27109.1, 29073.8, 28741.0, 34676.6, @@ -68484,7 +68483,7 @@ 44128.4, 45590.899999999994, 37870.0, - 38250.700000000004, + 38250.7, 33575.4, 33575.4, 33575.4, @@ -68495,7 +68494,7 @@ 38936.2, 38936.2, 41616.6, - 47853.200000000004, + 47853.2, 61386.4, 133685.0, 132233.0, @@ -68519,7 +68518,7 @@ 38936.2, 38936.2, 41616.6, - 44040.700000000004, + 44040.7, 59052.2, 131243.0, 128370.0, @@ -68543,7 +68542,7 @@ 38936.2, 38936.2, 41616.6, - 44011.299999999996, + 44011.3, 58628.4, 128191.0, 121964.0, @@ -68624,10 +68623,10 @@ 86226.9, 88066.2, 60981.6, - 61698.700000000004, + 61698.7, 64599.8, 56766.7, - 23940.100000000002, + 23940.1, 33575.4, 33575.4, 33575.4, @@ -68649,7 +68648,7 @@ 33045.0, 31874.7, 41191.6, - 41774.799999999996, + 41774.8, 31414.6, 20804.7, 33575.4, @@ -68664,7 +68663,7 @@ 38936.2, 41616.6, 48182.899999999994, - 63271.299999999996, + 63271.3, 134211.0, 130156.0, 136589.0, @@ -68687,7 +68686,7 @@ 38936.2, 38936.2, 41616.6, - 42152.799999999996, + 42152.8, 61638.399999999994, 136060.0, 132857.0, @@ -68735,7 +68734,7 @@ 38936.2, 38936.2, 41616.6, - 44996.299999999996, + 44996.3, 64093.0, 140857.0, 139350.0, @@ -68820,7 +68819,7 @@ 37443.3, 32916.9, 30493.1, - 31969.100000000002, + 31969.1, 33575.4, 33575.4, 33575.4, @@ -68903,7 +68902,7 @@ 38936.2, 38936.2, 41616.6, - 61363.799999999996, + 61363.8, 70260.40000000001, 126562.0, 118576.0, @@ -68951,13 +68950,13 @@ 33575.4, 33575.4, 33575.4, - 46084.200000000004, + 46084.2, 46087.899999999994, 74048.7, 82755.79999999999, 84313.90000000001, 91813.5, - 95159.09999999999, + 95159.1, 94153.9, 66030.8, 66663.2, @@ -68987,8 +68986,8 @@ 41958.5, 46153.5, 44058.4, - 38650.799999999996, - 37494.700000000004, + 38650.8, + 37494.7, 33575.4, 33575.4, 33575.4, @@ -69008,7 +69007,7 @@ 131761.0, 136860.0, 132215.0, - 130116.99999999999, + 130117.0, 132756.0, 122496.0, 83395.1, @@ -69047,7 +69046,7 @@ 38936.2, 38936.2, 41616.6, - 39213.700000000004, + 39213.7, 60504.9, 128769.0, 122621.0, @@ -69055,7 +69054,7 @@ 126911.0, 128550.00000000002, 134286.0, - 130592.99999999999, + 130593.0, 130716.00000000002, 132876.0, 117576.0, @@ -69071,8 +69070,8 @@ 38936.2, 38936.2, 41616.6, - 44168.799999999996, - 62674.799999999996, + 44168.8, + 62674.8, 125124.0, 119281.0, 120392.0, @@ -69130,7 +69129,7 @@ 60998.7, 57952.7, 57368.5, - 47350.700000000004, + 47350.7, 24851.7, 28640.7, 33575.4, @@ -69175,7 +69174,7 @@ 126185.0, 127953.0, 131208.0, - 129657.99999999999, + 129658.0, 134934.0, 143569.0, 133209.0, @@ -69194,7 +69193,7 @@ 41769.0, 64910.3, 137224.0, - 130991.99999999999, + 130992.0, 131823.0, 139611.0, 142618.0, @@ -69214,7 +69213,7 @@ 38936.2, 38936.2, 38936.2, - 39149.299999999996, + 39149.3, 41062.3, 64038.0, 127931.0, @@ -69238,7 +69237,7 @@ 38936.2, 38936.2, 38936.2, - 39149.299999999996, + 39149.3, 39534.0, 60008.899999999994, 126871.0, @@ -69262,9 +69261,9 @@ 38936.2, 38936.2, 38936.2, - 39149.299999999996, + 39149.3, 39618.0, - 60232.799999999996, + 60232.8, 128616.00000000002, 125855.0, 130205.00000000002, @@ -69287,21 +69286,21 @@ 33575.4, 33575.4, 31108.0, - 37688.200000000004, + 37688.2, 46979.3, 77070.09999999999, 86471.3, 90744.4, - 95654.70000000001, + 95654.7, 97336.5, - 97943.29999999999, + 97943.3, 71222.0, 73943.5, 75770.2, 66958.29999999999, 43009.2, - 44450.200000000004, - 38503.799999999996, + 44450.2, + 38503.8, 33575.4, 33575.4, 33575.4, @@ -69313,7 +69312,7 @@ 31108.0, 19273.1, 31205.4, - 36228.700000000004, + 36228.7, 38889.0, 38172.0, 35370.1, @@ -69322,8 +69321,8 @@ 39460.2, 44742.600000000006, 46791.600000000006, - 45380.299999999996, - 44936.799999999996, + 45380.3, + 44936.8, 46322.8, 38194.8, 33575.4, @@ -69334,7 +69333,7 @@ 38936.2, 38936.2, 38936.2, - 39149.299999999996, + 39149.3, 41858.9, 65568.4, 144535.0, @@ -69347,7 +69346,7 @@ 164595.0, 168628.0, 150286.0, - 98019.59999999999, + 98019.6, 93566.5, 79386.6, 74912.40000000001, @@ -69358,7 +69357,7 @@ 38936.2, 38936.2, 38936.2, - 39149.299999999996, + 39149.3, 39402.2, 62638.3, 135175.0, @@ -69382,7 +69381,7 @@ 38936.2, 38936.2, 38936.2, - 39149.299999999996, + 39149.3, 34530.2, 58115.8, 131084.0, @@ -69406,7 +69405,7 @@ 38936.2, 38936.2, 38936.2, - 39149.299999999996, + 39149.3, 37648.7, 62003.0, 139446.0, @@ -69430,7 +69429,7 @@ 38936.2, 38936.2, 38936.2, - 39149.299999999996, + 39149.3, 42885.1, 68844.3, 150728.0, @@ -69459,7 +69458,7 @@ 55420.5, 88153.09999999999, 94347.3, - 96629.40000000001, + 96629.4, 103090.0, 105696.0, 104775.0, @@ -69480,13 +69479,13 @@ 33575.4, 28640.7, 18771.4, - 22803.100000000002, + 22803.1, 29556.7, 30029.699999999997, 33116.9, 26219.7, 22010.4, - 29899.100000000002, + 29899.1, 29805.0, 43473.2, 43262.0, @@ -69516,7 +69515,7 @@ 159505.0, 146714.0, 97325.8, - 92128.90000000001, + 92128.9, 75185.3, 70433.59999999999, 41616.6, @@ -69528,7 +69527,7 @@ 38936.2, 36681.9, 35220.5, - 58676.299999999996, + 58676.3, 131154.0, 127893.0, 132550.0, @@ -69623,19 +69622,19 @@ 33575.4, 33575.4, 28640.7, - 38011.299999999996, + 38011.3, 47846.0, 77663.79999999999, 82810.1, 85402.4, 90629.2, - 92601.29999999999, + 92601.3, 94070.8, 67945.40000000001, 71132.3, 73141.2, - 62817.700000000004, - 39792.299999999996, + 62817.7, + 39792.3, 40468.3, 33575.4, 33575.4, @@ -69659,9 +69658,9 @@ 41692.0, 44982.4, 43355.0, - 45278.799999999996, + 45278.8, 43555.3, - 40487.200000000004, + 40487.2, 35037.2, 33575.4, 33575.4, @@ -69719,7 +69718,7 @@ 38936.2, 38936.2, 36681.9, - 43936.799999999996, + 43936.8, 67672.2, 147521.0, 144574.0, @@ -69731,7 +69730,7 @@ 156628.0, 155792.0, 139086.0, - 95245.09999999999, + 95245.1, 94772.0, 84714.5, 81302.3, @@ -69781,8 +69780,8 @@ 174797.0, 120109.0, 113761.0, - 98632.40000000001, - 94016.09999999999, + 98632.4, + 94016.1, 41616.6, 44328.0, 40665.100000000006, @@ -69803,8 +69802,8 @@ 77478.4, 73861.7, 62045.7, - 32017.899999999998, - 39819.200000000004, + 32017.9, + 39819.2, 39614.1, 33575.4, 38998.9, @@ -69817,14 +69816,14 @@ 28640.7, 27993.7, 40551.9, - 40189.799999999996, + 40189.8, 43152.6, 42575.8, 44281.2, - 40634.700000000004, + 40634.7, 46699.6, 45949.1, - 48887.700000000004, + 48887.7, 42877.899999999994, 48719.2, 42504.2, @@ -69843,7 +69842,7 @@ 37418.2, 38562.399999999994, 41961.6, - 40753.700000000004, + 40753.7, 41376.0, 34673.0, 38344.8, @@ -69854,7 +69853,7 @@ 41747.6, 45371.6, 40165.0, - 37470.799999999996, + 37470.8, 35976.2, 34737.9, 33575.4, @@ -69901,7 +69900,7 @@ 164111.0, 112446.0, 107492.0, - 92410.79999999999, + 92410.8, 87642.9, 41616.6, 38936.2, @@ -69930,7 +69929,7 @@ 41616.6, 44330.9, 40507.1, - 42012.700000000004, + 42012.7, 38936.2, 38936.2, 38936.2, @@ -69951,9 +69950,9 @@ 126957.0, 104333.0, 97921.7, - 47352.200000000004, + 47352.2, 40672.600000000006, - 42298.299999999996, + 42298.3, 33575.4, 33575.4, 33575.4, @@ -69968,12 +69967,12 @@ 122749.0, 127635.0, 96672.9, - 97501.40000000001, + 97501.4, 100490.0, 91963.8, - 49725.299999999996, + 49725.3, 47090.7, - 53813.200000000004, + 53813.2, 48154.0, 41006.0, 39345.6, @@ -69986,15 +69985,15 @@ 27789.7, 37429.4, 39397.3, - 43990.200000000004, + 43990.2, 44732.6, 49070.6, 46918.0, 50241.3, - 46758.299999999996, + 46758.3, 54228.4, 50168.6, - 50671.700000000004, + 50671.7, 47588.5, 51393.0, 50310.0, @@ -70024,13 +70023,13 @@ 96843.2, 93137.7, 41616.6, - 44036.200000000004, + 44036.2, 40590.5, 42201.0, 40441.6, 41922.4, 38936.2, - 38752.299999999996, + 38752.3, 56842.5, 77001.5, 162326.0, @@ -70119,8 +70118,8 @@ 123836.0, 104565.0, 95450.0, - 47194.200000000004, - 40530.299999999996, + 47194.2, + 40530.3, 42129.5, 33575.4, 33575.4, @@ -70143,7 +70142,7 @@ 44528.399999999994, 46600.9, 40463.1, - 37338.799999999996, + 37338.8, 35392.7, 33575.4, 33575.4, @@ -70152,7 +70151,7 @@ 33575.4, 26173.4, 23893.0, - 31596.399999999998, + 31596.4, 39891.6, 37922.3, 44867.3, @@ -70199,7 +70198,7 @@ 38936.2, 38936.2, 35495.5, - 56009.700000000004, + 56009.7, 80966.3, 170519.0, 171558.0, @@ -70214,7 +70213,7 @@ 150935.0, 130769.0, 106225.0, - 98320.09999999999, + 98320.1, 47337.1, 42531.7, 40703.6, @@ -70248,7 +70247,7 @@ 38936.2, 34214.6, 40625.5, - 64500.299999999996, + 64500.3, 143482.0, 140560.0, 146776.0, @@ -70286,7 +70285,7 @@ 123447.0, 114691.0, 97827.9, - 90862.79999999999, + 90862.8, 41616.6, 38936.2, 38936.2, @@ -70324,17 +70323,17 @@ 38552.9, 41798.1, 41873.399999999994, - 43231.299999999996, + 43231.3, 38973.3, 43670.1, - 43871.200000000004, + 43871.2, 47019.9, 50714.3, 47563.8, 48218.8, 44683.2, 48593.0, - 40982.700000000004, + 40982.7, 33575.4, 37872.100000000006, 33575.4, @@ -70343,7 +70342,7 @@ 38936.2, 38936.2, 34214.6, - 46348.700000000004, + 46348.7, 71832.8, 157981.0, 157303.0, @@ -70360,7 +70359,7 @@ 97283.8, 91373.0, 41616.6, - 42095.700000000004, + 42095.7, 40490.4, 38936.2, 38936.2, @@ -70405,7 +70404,7 @@ 176356.0, 120142.0, 110104.0, - 93437.29999999999, + 93437.3, 86837.3, 41616.6, 38936.2, @@ -70457,7 +70456,7 @@ 104751.0, 51149.0, 45937.5, - 44302.799999999996, + 44302.8, 33575.4, 38153.5, 33575.4, @@ -70501,16 +70500,16 @@ 53273.4, 58579.4, 50474.1, - 62283.299999999996, + 62283.3, 47644.5, 47747.6, 44917.1, 40510.0, 44860.3, 43790.100000000006, - 42228.200000000004, - 42091.799999999996, - 37953.200000000004, + 42228.2, + 42091.8, + 37953.2, 59860.100000000006, 83822.3, 173585.0, @@ -70529,11 +70528,11 @@ 107725.0, 50713.2, 49004.399999999994, - 43215.299999999996, + 43215.3, 43317.3, 41622.100000000006, 40257.1, - 42665.700000000004, + 42665.7, 34214.6, 57431.5, 82722.7, @@ -70551,13 +70550,13 @@ 133903.0, 111424.0, 103002.0, - 47127.299999999996, + 47127.3, 48580.0, 43778.399999999994, 44595.0, 44043.5, 38936.2, - 43503.799999999996, + 43503.8, 36681.9, 57821.9, 80378.1, @@ -70576,7 +70575,7 @@ 105676.0, 100010.0, 47668.6, - 48725.200000000004, + 48725.2, 38936.2, 43553.5, 38936.2, @@ -70604,7 +70603,7 @@ 42612.6, 44114.1, 38936.2, - 42649.700000000004, + 42649.7, 38936.2, 36681.9, 47825.6, @@ -70622,7 +70621,7 @@ 139746.0, 122483.0, 101139.0, - 95117.90000000001, + 95117.9, 43398.1, 42426.0, 43643.5, @@ -70632,7 +70631,7 @@ 33575.4, 28640.7, 48455.5, - 55640.799999999996, + 55640.8, 86933.7, 92244.0, 95148.5, @@ -70641,7 +70640,7 @@ 110269.0, 83596.40000000001, 88216.5, - 92157.70000000001, + 92157.7, 83665.40000000001, 48435.6, 47031.0, @@ -70696,12 +70695,12 @@ 122516.0, 109776.0, 50769.0, - 49146.799999999996, + 49146.8, 43548.4, 36595.9, 35072.6, 35009.700000000004, - 36412.799999999996, + 36412.8, 28640.7, 31902.5, 39977.3, @@ -70709,20 +70708,20 @@ 44537.9, 44436.6, 48360.3, - 48860.799999999996, + 48860.8, 54553.3, 55134.6, 60052.100000000006, - 55005.200000000004, + 55005.2, 58535.600000000006, - 57210.700000000004, + 57210.7, 58006.2, 62301.8, - 57601.799999999996, + 57601.8, 52813.7, 48570.5, 45674.0, - 47015.799999999996, + 47015.8, 48880.0, 43467.1, 43984.7, @@ -70743,7 +70742,7 @@ 160063.0, 129085.00000000002, 120251.0, - 55381.700000000004, + 55381.7, 56595.0, 48127.8, 49989.8, @@ -70768,7 +70767,7 @@ 134803.0, 121631.0, 56120.7, - 57505.299999999996, + 57505.3, 50634.3, 49176.8, 44499.899999999994, @@ -70798,7 +70797,7 @@ 42560.4, 39877.5, 38849.3, - 38272.799999999996, + 38272.8, 62295.8, 66938.5, 99375.9, @@ -70820,8 +70819,8 @@ 46981.0, 41977.8, 42780.5, - 39051.200000000004, - 37072.200000000004, + 39051.2, + 37072.2, 31226.5, 33383.899999999994, 38638.2, @@ -70840,12 +70839,12 @@ 59649.0, 48638.9, 48627.8, - 45533.700000000004, + 45533.7, 44628.3, 44757.6, 44036.5, 43657.1, - 43291.200000000004, + 43291.2, 40766.2, 53358.3, 77484.2, @@ -70871,7 +70870,7 @@ 43265.1, 38936.2, 41025.7, - 56396.700000000004, + 56396.7, 77228.7, 163718.0, 162252.0, @@ -70895,7 +70894,7 @@ 38936.2, 38936.2, 36681.9, - 58161.299999999996, + 58161.3, 81486.8, 169651.0, 166546.0, @@ -70995,7 +70994,7 @@ 39430.0, 38267.5, 45279.8, - 41517.299999999996, + 41517.3, 48849.7, 43617.0, 51419.3, @@ -71010,11 +71009,11 @@ 44248.9, 40487.6, 36806.5, - 43572.200000000004, - 41896.299999999996, - 43058.799999999996, + 43572.2, + 41896.3, + 43058.8, 42857.5, - 39149.299999999996, + 39149.3, 53822.5, 77231.2, 167766.0, @@ -71034,11 +71033,11 @@ 51800.5, 45154.4, 42580.7, - 43659.799999999996, - 43308.799999999996, + 43659.8, + 43308.8, 41569.6, 40224.8, - 39149.299999999996, + 39149.3, 53128.0, 77252.79999999999, 169719.0, @@ -71057,13 +71056,13 @@ 117956.0, 55607.2, 54344.2, - 50475.200000000004, + 50475.2, 50856.4, 43314.0, - 44146.799999999996, + 44146.8, 40597.5, 42454.5, - 61823.700000000004, + 61823.7, 83881.4, 179564.0, 181856.0, @@ -71080,14 +71079,14 @@ 143882.0, 124935.0, 56049.0, - 63942.799999999996, + 63942.8, 52326.9, 54095.5, - 48768.799999999996, + 48768.8, 45985.3, 48460.4, 45139.6, - 62872.700000000004, + 62872.7, 88399.1, 185270.0, 192319.0, @@ -71132,12 +71131,12 @@ 50945.9, 44822.7, 39916.4, - 38909.799999999996, + 38909.8, 33575.4, 32777.799999999996, - 61648.200000000004, - 65035.799999999996, - 99909.09999999999, + 61648.2, + 65035.8, + 99909.1, 111456.0, 120101.0, 130216.00000000002, @@ -71147,13 +71146,13 @@ 88509.20000000001, 83248.7, 73550.1, - 42034.799999999996, + 42034.8, 43465.899999999994, 48809.9, 45493.5, 40366.0, 46684.3, - 40185.200000000004, + 40185.2, 39087.5, 33575.4, 33575.4, @@ -71170,7 +71169,7 @@ 53842.0, 56983.3, 58969.5, - 58624.299999999996, + 58624.3, 56008.7, 53986.7, 59768.4, @@ -71182,7 +71181,7 @@ 50739.4, 46112.1, 43418.0, - 44603.200000000004, + 44603.2, 62498.2, 85644.90000000001, 179676.0, @@ -71199,14 +71198,14 @@ 141169.0, 115999.0, 105249.0, - 51887.799999999996, + 51887.8, 52817.6, - 45932.200000000004, + 45932.2, 45891.8, - 42474.200000000004, + 42474.2, 44111.600000000006, 43868.6, - 39149.299999999996, + 39149.3, 60422.3, 81987.4, 176350.0, @@ -71225,8 +71224,8 @@ 110824.0, 53526.1, 54269.3, - 48394.799999999996, - 48017.200000000004, + 48394.8, + 48017.2, 42282.9, 42103.8, 43492.7, @@ -71252,7 +71251,7 @@ 43603.0, 44558.100000000006, 43922.4, - 43618.299999999996, + 43618.3, 40385.5, 46078.6, 59973.5, @@ -71300,7 +71299,7 @@ 42924.100000000006, 39202.9, 33575.4, - 38063.299999999996, + 38063.3, 33575.4, 31108.0, 57211.399999999994, @@ -71315,7 +71314,7 @@ 112752.0, 118337.0, 107472.0, - 54566.299999999996, + 54566.3, 53781.9, 63570.4, 51501.7, @@ -71324,11 +71323,11 @@ 44843.7, 39448.1, 33575.4, - 38508.200000000004, + 38508.2, 33575.4, 31108.0, 26632.4, - 38076.700000000004, + 38076.7, 41375.9, 46793.4, 45987.7, @@ -71340,15 +71339,15 @@ 59700.0, 65137.0, 58063.5, - 62022.799999999996, + 62022.8, 63622.9, 52098.5, 48760.9, - 48521.799999999996, + 48521.8, 40181.0, - 44406.799999999996, + 44406.8, 44392.0, - 49771.700000000004, + 49771.7, 43547.0, 43416.7, 53673.9, @@ -71368,12 +71367,12 @@ 108779.0, 98155.1, 46362.4, - 47451.700000000004, + 47451.7, 44383.5, 42501.399999999994, 40660.3, 44090.5, - 42343.200000000004, + 42343.2, 43277.1, 64189.3, 87476.5, @@ -71393,11 +71392,11 @@ 111364.0, 53699.7, 53765.2, - 46908.200000000004, + 46908.2, 46131.4, 44269.1, 44143.3, - 42349.200000000004, + 42349.2, 43268.0, 62763.9, 82667.1, @@ -71444,7 +71443,7 @@ 48652.1, 49629.7, 51881.0, - 47424.799999999996, + 47424.8, 46937.9, 53678.3, 67119.6, @@ -71465,7 +71464,7 @@ 116646.0, 52686.100000000006, 55529.899999999994, - 48904.200000000004, + 48904.2, 44359.0, 40135.0, 37903.9, @@ -71475,7 +71474,7 @@ 77826.3, 113315.0, 123156.0, - 128295.99999999999, + 128296.0, 135746.0, 140246.0, 144860.0, @@ -71490,13 +71489,13 @@ 50572.7, 46704.0, 46131.9, - 43673.200000000004, + 43673.2, 38606.5, 39515.3, 35610.799999999996, 37450.1, 35742.7, - 44472.299999999996, + 44472.3, 43706.4, 47995.7, 47916.600000000006, @@ -71505,18 +71504,18 @@ 54815.399999999994, 54425.0, 59484.9, - 60564.700000000004, + 60564.7, 62653.2, 54531.7, 58414.0, 58518.6, 61568.2, - 47979.799999999996, + 47979.8, 50198.2, - 47706.299999999996, - 53901.299999999996, + 47706.3, + 53901.3, 50401.8, - 52832.700000000004, + 52832.7, 44723.4, 51764.7, 66318.70000000001, @@ -71560,10 +71559,10 @@ 131819.0, 122342.0, 58681.5, - 61426.299999999996, + 61426.3, 52145.899999999994, 54116.3, - 50622.700000000004, + 50622.7, 53012.3, 46527.4, 52148.8, @@ -71590,7 +71589,7 @@ 44786.9, 38936.2, 42718.3, - 43526.299999999996, + 43526.3, 64935.7, 86660.1, 180328.0, @@ -71612,7 +71611,7 @@ 43986.7, 44962.5, 38936.2, - 44927.799999999996, + 44927.8, 41068.9, 45628.2, 65379.49999999999, @@ -71635,7 +71634,7 @@ 48551.5, 48487.1, 37432.1, - 39210.299999999996, + 39210.3, 33575.4, 33575.4, 38619.3, @@ -71677,12 +71676,12 @@ 46647.399999999994, 46892.6, 48706.5, - 50299.700000000004, + 50299.7, 41253.4, 38029.0, 38477.0, 36648.4, - 40464.799999999996, + 40464.8, 43360.2, 38936.2, 38936.2, @@ -71703,7 +71702,7 @@ 118157.0, 99189.2, 93670.8, - 43398.299999999996, + 43398.3, 42413.5, 43930.0, 38936.2, @@ -71727,13 +71726,13 @@ 126756.0, 106829.0, 100013.0, - 45590.200000000004, + 45590.2, 40851.3, 44688.5, 38936.2, 44580.5, 38936.2, - 44384.700000000004, + 44384.7, 41616.6, 67231.8, 87140.5, @@ -71778,7 +71777,7 @@ 41616.6, 38936.2, 41491.9, - 40188.200000000004, + 40188.2, 38936.2, 38936.2, 38936.2, @@ -71798,9 +71797,9 @@ 125989.0, 122513.0, 101243.0, - 95688.90000000001, + 95688.9, 41616.6, - 44198.799999999996, + 44198.8, 38936.2, 33575.4, 33575.4, @@ -71834,7 +71833,7 @@ 24214.1, 34569.0, 39121.6, - 39923.200000000004, + 39923.2, 43393.3, 42762.0, 45626.8, @@ -71843,16 +71842,16 @@ 48790.100000000006, 54003.9, 50786.4, - 50820.700000000004, + 50820.7, 53793.3, 49299.4, - 46467.799999999996, + 46467.8, 46681.1, - 40055.700000000004, + 40055.7, 38849.1, 42261.4, - 40576.700000000004, - 43541.200000000004, + 40576.7, + 43541.2, 38936.2, 45798.0, 58418.6, @@ -71893,7 +71892,7 @@ 179880.0, 118921.0, 117475.0, - 97227.40000000001, + 97227.4, 90396.0, 41616.6, 38936.2, @@ -71978,9 +71977,9 @@ 50416.4, 54322.0, 84872.1, - 90693.70000000001, + 90693.7, 92711.9, - 98647.09999999999, + 98647.1, 101689.0, 104714.0, 76168.9, @@ -72000,23 +71999,23 @@ 33575.4, 33575.4, 21238.7, - 28605.399999999998, + 28605.4, 35641.6, 37624.1, - 40392.299999999996, + 40392.3, 38489.8, 40794.2, 42630.6, 46493.5, 46035.8, 50719.8, - 48962.200000000004, - 49270.200000000004, + 48962.2, + 49270.2, 54880.1, 54036.1, 40398.8, 38561.6, - 38980.200000000004, + 38980.2, 33575.4, 43184.5, 38936.2, @@ -72084,7 +72083,7 @@ 226848.0, 198025.0, 132781.0, - 129176.99999999999, + 129177.0, 104439.0, 98310.5, 45421.4, @@ -72111,7 +72110,7 @@ 133754.0, 108153.0, 100868.0, - 45636.200000000004, + 45636.2, 40867.0, 44554.6, 42217.5, @@ -72134,7 +72133,7 @@ 134310.0, 131547.0, 106280.0, - 99002.70000000001, + 99002.7, 47167.1, 42522.1, 40658.5, @@ -72145,7 +72144,7 @@ 33575.4, 61187.2, 59829.6, - 93730.40000000001, + 93730.4, 103044.0, 110072.0, 118312.0, @@ -72153,7 +72152,7 @@ 124789.0, 94902.1, 93870.0, - 97831.90000000001, + 97831.9, 86196.4, 46829.6, 54956.4, @@ -72196,7 +72195,7 @@ 33067.799999999996, 40980.3, 41290.2, - 48213.700000000004, + 48213.7, 43728.1, 51678.8, 45943.0, @@ -72214,7 +72213,7 @@ 44828.0, 44628.2, 38936.2, - 47082.700000000004, + 47082.7, 68353.6, 81022.8, 170196.0, @@ -72312,7 +72311,7 @@ 33575.4, 33575.4, 51490.1, - 52167.200000000004, + 52167.2, 81718.0, 87139.9, 88532.70000000001, @@ -72342,13 +72341,13 @@ 35012.1, 37323.9, 39649.4, - 42362.200000000004, - 40472.200000000004, - 41970.799999999996, + 42362.2, + 40472.2, + 41970.8, 40438.0, 42187.1, 40241.9, - 37769.799999999996, + 37769.8, 33575.4, 33575.4, 33575.4, @@ -72483,8 +72482,8 @@ 48881.100000000006, 79475.0, 87099.5, - 91237.09999999999, - 97456.59999999999, + 91237.1, + 97456.6, 99244.0, 99896.1, 70930.9, @@ -72504,10 +72503,10 @@ 33575.4, 33575.4, 26173.4, - 25968.399999999998, + 25968.4, 38654.5, 36988.9, - 42314.700000000004, + 42314.7, 36809.8, 43401.899999999994, 38870.7, @@ -72529,7 +72528,7 @@ 41616.6, 41875.4, 55698.4, - 128384.99999999999, + 128385.0, 124736.0, 128600.0, 136345.0, @@ -72551,7 +72550,7 @@ 38936.2, 38936.2, 41616.6, - 44353.299999999996, + 44353.3, 59370.399999999994, 131800.0, 126771.0, @@ -72564,7 +72563,7 @@ 155952.0, 137874.0, 89496.0, - 91208.20000000001, + 91208.2, 71608.8, 68237.09999999999, 41616.6, @@ -72576,7 +72575,7 @@ 38936.2, 41616.6, 44514.5, - 59816.200000000004, + 59816.2, 132202.0, 128148.0, 131643.0, @@ -72623,7 +72622,7 @@ 38936.2, 38936.2, 41616.6, - 42515.700000000004, + 42515.7, 57006.5, 130553.0, 130625.0, @@ -72651,7 +72650,7 @@ 46551.0, 77767.3, 88577.6, - 95428.29999999999, + 95428.3, 103711.0, 107776.0, 110921.0, @@ -72673,7 +72672,7 @@ 33575.4, 28640.7, 26091.0, - 37398.299999999996, + 37398.3, 38547.8, 42387.6, 42293.5, @@ -72686,16 +72685,16 @@ 55449.8, 48664.6, 42501.0, - 41121.200000000004, + 41121.2, 33575.4, - 38286.200000000004, + 38286.2, 33575.4, 38936.2, 38936.2, 38936.2, 38936.2, 41616.6, - 59079.700000000004, + 59079.7, 69419.3, 154601.0, 158198.0, @@ -72719,7 +72718,7 @@ 38936.2, 38936.2, 41616.6, - 60030.299999999996, + 60030.3, 69773.9, 156544.0, 160504.0, @@ -72766,7 +72765,7 @@ 38936.2, 38936.2, 38936.2, - 45838.299999999996, + 45838.3, 64596.0, 74810.3, 164623.0, @@ -72784,7 +72783,7 @@ 100244.0, 94901.0, 41616.6, - 44214.799999999996, + 44214.8, 40609.7, 42205.3, 38936.2, @@ -72816,14 +72815,14 @@ 33575.4, 33575.4, 62744.0, - 55040.700000000004, + 55040.7, 86955.8, 97589.6, 105833.0, 115434.0, 120585.0, 125116.0, - 95950.90000000001, + 95950.9, 96741.7, 97423.3, 81634.6, @@ -72841,7 +72840,7 @@ 33575.4, 28640.7, 20171.9, - 25627.600000000002, + 25627.6, 31969.3, 31582.2, 38786.8, @@ -72936,7 +72935,7 @@ 38936.2, 41616.6, 53746.0, - 63902.700000000004, + 63902.7, 140090.0, 140719.0, 150380.0, @@ -72994,7 +72993,7 @@ 62229.0, 61007.3, 59427.4, - 49198.799999999996, + 49198.8, 28640.7, 33575.4, 33575.4, @@ -73014,12 +73013,12 @@ 32204.700000000004, 38485.0, 33066.200000000004, - 42186.700000000004, - 38238.700000000004, + 42186.7, + 38238.7, 43480.600000000006, 38776.8, 36790.3, - 38519.799999999996, + 38519.8, 33575.4, 33575.4, 33575.4, @@ -73035,12 +73034,12 @@ 18771.4, 25350.8, 30767.3, - 32730.600000000002, + 32730.6, 37465.0, 39899.2, - 39539.200000000004, + 39539.2, 41921.2, - 40987.299999999996, + 40987.3, 43190.2, 41236.600000000006, 44393.9, @@ -73103,7 +73102,7 @@ 38936.2, 38936.2, 41616.6, - 48785.200000000004, + 48785.2, 57546.3, 129876.0, 129889.00000000002, @@ -73127,10 +73126,10 @@ 38936.2, 38936.2, 41616.6, - 49473.700000000004, + 49473.7, 57688.7, 129707.0, - 129515.99999999999, + 129516.0, 139048.0, 151044.0, 155496.0, @@ -73156,7 +73155,7 @@ 70633.9, 78982.29999999999, 85316.8, - 94362.09999999999, + 94362.1, 98935.8, 102210.0, 75076.5, @@ -73185,9 +73184,9 @@ 43527.1, 46853.1, 44637.3, - 46738.799999999996, + 46738.8, 43405.6, - 39671.700000000004, + 39671.7, 37087.899999999994, 33575.4, 33575.4, @@ -73200,7 +73199,7 @@ 38936.2, 41616.6, 49465.7, - 58090.299999999996, + 58090.3, 130288.00000000002, 131094.0, 141773.0, @@ -73271,7 +73270,7 @@ 38936.2, 38936.2, 41616.6, - 51165.799999999996, + 51165.8, 59872.100000000006, 133158.0, 132570.0, @@ -73282,9 +73281,9 @@ 148048.0, 144695.0, 145241.0, - 129062.99999999999, + 129063.0, 98806.5, - 92961.20000000001, + 92961.2, 74791.9, 72436.7, 41616.6, @@ -73299,7 +73298,7 @@ 57544.600000000006, 126422.0, 124585.0, - 129687.99999999999, + 129688.0, 137296.0, 139939.0, 147115.0, @@ -73347,13 +73346,13 @@ 18771.4, 18771.4, 18771.4, - 22199.899999999998, + 22199.9, 34536.9, 35703.4, 38084.0, 37252.7, - 38920.299999999996, - 36720.700000000004, + 38920.3, + 36720.7, 32225.499999999996, 33575.4, 33575.4, @@ -73368,8 +73367,8 @@ 38936.2, 41616.6, 55261.0, - 59728.299999999996, - 128765.99999999999, + 59728.3, + 128766.0, 125528.0, 129904.0, 139063.0, @@ -73404,7 +73403,7 @@ 166638.0, 148998.0, 106662.0, - 97903.59999999999, + 97903.6, 76929.7, 72683.2, 41616.6, @@ -73428,7 +73427,7 @@ 168312.0, 150523.0, 107713.0, - 98284.09999999999, + 98284.1, 76948.2, 72654.0, 41616.6, @@ -73475,7 +73474,7 @@ 140216.0, 144094.0, 130291.0, - 98019.40000000001, + 98019.4, 92683.5, 73590.2, 70013.5, @@ -73495,10 +73494,10 @@ 70535.1, 72190.0, 71877.70000000001, - 44880.200000000004, + 44880.2, 44910.3, 46794.600000000006, - 43770.299999999996, + 43770.3, 33575.4, 33575.4, 33575.4, @@ -73595,7 +73594,7 @@ 140214.0, 144989.0, 129032.00000000002, - 93989.90000000001, + 93989.9, 86920.2, 69142.9, 67890.1, @@ -73612,14 +73611,14 @@ 125993.0, 119515.0, 122365.0, - 130580.99999999999, + 130581.0, 136978.0, 147005.0, 146223.0, 147983.0, 152423.0, 136822.0, - 97038.79999999999, + 97038.8, 89089.29999999999, 70572.0, 68668.5, @@ -73761,7 +73760,7 @@ 130442.0, 134389.0, 129566.0, - 128908.99999999999, + 128909.0, 132177.0, 125930.0, 84578.2, @@ -73800,7 +73799,7 @@ 38936.2, 38936.2, 41616.6, - 91059.70000000001, + 91059.7, 82484.2, 130491.00000000002, 118391.0, @@ -73873,18 +73872,18 @@ 38936.2, 41616.6, 99553.5, - 95273.79999999999, + 95273.8, 133538.0, 120150.0, 119917.0, 124632.0, - 128681.99999999999, + 128682.0, 132156.0, 127853.0, 128219.0, 136580.0, - 130146.99999999999, - 92365.09999999999, + 130147.0, + 92365.1, 88647.5, 76427.59999999999, 79706.2, @@ -73898,7 +73897,7 @@ 41616.6, 83530.7, 79509.7, - 129443.99999999999, + 129444.0, 118909.0, 119739.0, 126674.0, @@ -73968,7 +73967,7 @@ 38936.2, 38936.2, 41616.6, - 58037.799999999996, + 58037.8, 63439.3, 127618.0, 121761.0, @@ -74020,7 +74019,7 @@ 18771.4, 18771.4, 18771.4, - 19428.899999999998, + 19428.9, 21009.699999999997, 24421.5, 22519.2, @@ -74053,9 +74052,9 @@ 124573.0, 125817.0, 96894.3, - 99766.40000000001, + 99766.4, 91389.1, - 93749.79999999999, + 93749.8, 41616.6, 38936.2, 38936.2, @@ -74094,10 +74093,10 @@ 121537.0, 121171.0, 125717.0, - 129550.99999999999, + 129551.0, 132837.0, - 128914.99999999999, - 129116.99999999999, + 128915.0, + 129117.0, 138826.0, 134495.0, 97366.5, @@ -74138,7 +74137,7 @@ 41616.6, 92813.3, 84254.5, - 130527.99999999999, + 130528.0, 119266.0, 119426.0, 125485.0, @@ -74169,7 +74168,7 @@ 87644.59999999999, 86123.7, 58597.4, - 56650.799999999996, + 56650.8, 61802.100000000006, 61218.9, 33575.4, @@ -74190,7 +74189,7 @@ 18771.4, 24712.6, 33485.700000000004, - 36927.799999999996, + 36927.8, 36282.3, 37830.0, 27158.7, @@ -74210,7 +74209,7 @@ 41616.6, 69608.8, 71152.7, - 130145.99999999999, + 130146.0, 123840.0, 124117.0, 128541.0, @@ -74237,7 +74236,7 @@ 126911.0, 119793.0, 122315.0, - 128878.99999999999, + 128879.0, 134000.0, 140083.0, 135930.0, @@ -74264,8 +74263,8 @@ 124472.0, 127666.0, 132636.0, - 129514.99999999999, - 129877.99999999999, + 129515.0, + 129878.0, 137304.0, 129340.0, 88128.8, @@ -74305,7 +74304,7 @@ 38936.2, 41616.6, 102044.0, - 94431.79999999999, + 94431.8, 135886.0, 121886.0, 118155.0, @@ -74330,7 +74329,7 @@ 33575.4, 126462.0, 96049.2, - 93885.59999999999, + 93885.6, 88225.09999999999, 84725.4, 84528.9, @@ -74401,7 +74400,7 @@ 38936.2, 41616.6, 142716.0, - 130146.99999999999, + 130147.0, 163640.0, 144764.0, 136399.0, @@ -74414,7 +74413,7 @@ 136796.0, 107765.0, 107344.0, - 98304.90000000001, + 98304.9, 100079.0, 41616.6, 38936.2, @@ -74473,7 +74472,7 @@ 38936.2, 41616.6, 107704.0, - 93085.40000000001, + 93085.4, 132757.0, 122881.0, 122966.0, @@ -74504,9 +74503,9 @@ 80147.90000000001, 78534.59999999999, 73135.7, - 50027.299999999996, + 50027.3, 48809.7, - 59842.799999999996, + 59842.8, 68167.0, 33575.4, 33575.4, @@ -74550,14 +74549,14 @@ 123677.0, 120589.0, 125521.0, - 128533.99999999999, + 128534.0, 128732.0, 125019.0, 124147.0, 131156.0, 123959.0, 90021.8, - 91303.79999999999, + 91303.8, 82288.79999999999, 84619.1, 41616.6, @@ -74569,13 +74568,13 @@ 38936.2, 41616.6, 101387.0, - 90134.90000000001, + 90134.9, 131867.0, 119908.0, 120330.0, 125113.0, 127775.0, - 130389.99999999999, + 130390.0, 126099.0, 124502.0, 131187.0, @@ -74594,7 +74593,7 @@ 41616.6, 95556.9, 86512.1, - 130961.99999999999, + 130962.0, 118795.0, 118531.0, 125894.0, @@ -74602,7 +74601,7 @@ 131609.0, 128061.0, 126200.0, - 130610.99999999999, + 130611.0, 122206.0, 85141.3, 85429.4, @@ -74618,12 +74617,12 @@ 41616.6, 90687.4, 81240.09999999999, - 129485.99999999999, + 129486.0, 118235.0, 118087.0, 122448.0, 125240.0, - 130741.99999999999, + 130742.0, 129072.0, 127440.0, 131252.0, @@ -74640,9 +74639,9 @@ 38936.2, 38936.2, 41616.6, - 92574.70000000001, + 92574.7, 83229.7, - 130294.99999999999, + 130295.0, 118614.0, 117865.0, 124541.0, @@ -74672,7 +74671,7 @@ 80911.4, 79811.6, 74811.09999999999, - 47912.799999999996, + 47912.8, 49054.5, 58614.600000000006, 65977.40000000001, @@ -74718,7 +74717,7 @@ 131070.0, 124398.0, 126319.0, - 131068.99999999999, + 131069.0, 129249.0, 125114.0, 124165.0, @@ -74727,7 +74726,7 @@ 94260.5, 97233.0, 89943.5, - 93367.59999999999, + 93367.6, 41616.6, 38936.2, 38936.2, @@ -74749,7 +74748,7 @@ 126607.0, 123003.0, 92340.2, - 93315.70000000001, + 93315.7, 85147.09999999999, 88102.8, 41616.6, @@ -74784,7 +74783,7 @@ 38936.2, 38936.2, 41616.6, - 91359.09999999999, + 91359.1, 83843.90000000001, 129812.00000000002, 120692.0, @@ -74808,7 +74807,7 @@ 38936.2, 38936.2, 41616.6, - 90528.40000000001, + 90528.4, 84346.40000000001, 130461.00000000002, 118571.0, @@ -74821,7 +74820,7 @@ 123218.0, 122469.0, 90855.2, - 93116.20000000001, + 93116.2, 85178.2, 87345.4, 41616.6, @@ -74877,7 +74876,7 @@ 36307.6, 39466.6, 39239.3, - 41398.200000000004, + 41398.2, 40382.3, 43400.3, 39404.5, @@ -74897,11 +74896,11 @@ 33575.4, 33575.4, 33575.4, - 36322.299999999996, + 36322.3, 41800.2, - 44445.799999999996, + 44445.8, 43941.0, - 46045.200000000004, + 46045.2, 45263.1, 50540.4, 184050.0, @@ -74939,7 +74938,7 @@ 119881.0, 118743.0, 128723.00000000002, - 128169.99999999999, + 128170.0, 96893.7, 96691.1, 88019.3, @@ -74953,7 +74952,7 @@ 38936.2, 41616.6, 95284.5, - 96373.09999999999, + 96373.1, 143728.0, 133032.0, 131387.0, @@ -83833,7 +83832,7 @@ 156200.0, 184050.0 ], - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_thermal_bill": 0.0, "normalize_to_utility_bill": 0.0, "om_capacity": 0.0, @@ -83930,7 +83929,7 @@ "thermal_10": 664864.1129999992, "thermal_11": 566944.4700000023, "thermal_12": 466793.0800000013, - "thermal_2": 485226.54000000117, + "thermal_2": 485226.5400000012, "thermal_3": 580314.9830000013, "thermal_4": 601906.9489999994, "thermal_5": 688796.4460000006, diff --git a/deploy/runtime/defaults/CustomGeneration PVWatts Wind FuelCell Battery Hybrid_Single Owner.json b/deploy/runtime/defaults/CustomGeneration PVWatts Wind FuelCell Battery Hybrid_Single Owner.json index 1a643ca65c..ad804a1eb0 100644 --- a/deploy/runtime/defaults/CustomGeneration PVWatts Wind FuelCell Battery Hybrid_Single Owner.json +++ b/deploy/runtime/defaults/CustomGeneration PVWatts Wind FuelCell Battery Hybrid_Single Owner.json @@ -106,7 +106,7 @@ 0.2 ], "analysis_period": 25.0, - "annual_albedo": 0.18395068539332039, + "annual_albedo": 0.1839506853933204, "annual_beam": 7.335643835616439, "annual_diffuse": 1.3484328767123289, "annual_global": 5.794761643835617, @@ -271,7 +271,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -304,7 +303,7 @@ "ui_step_minutes": 60.0, "ui_total_land_area_ha": 175.43871222814654, "ui_total_module_area": 526315.7894736842, - "ui_total_module_area_acres": 130.05534895540843, + "ui_total_module_area_acres": 130.05534895540846, "ui_total_module_area_ha": 52.63157894736842, "ui_use_acre_per_mw": 0.0, "use_specific_weather_file": 0.0, @@ -345,7 +344,7 @@ ], "desired_farm_size": 100.0, "elec_eff_loss": 1.91, - "elec_loss_total": 2.0080899999999959, + "elec_loss_total": 2.008089999999996, "elec_parasitic_loss": 0.1, "env_degrad_loss": 1.8, "env_env_loss": 0.4, @@ -391,7 +390,7 @@ "total_installed_cost_per_kw": 1587.4005, "turb_generic_loss": 1.7, "turb_hysteresis_loss": 0.4, - "turb_loss_total": 3.9544963841199989, + "turb_loss_total": 3.954496384119999, "turb_perf_loss": 1.1, "turb_specific_loss": 0.81, "turbine_cost_fixed": 100.0, @@ -19692,7 +19691,7 @@ "batt_Qexp": 0.04000005, "batt_Qexp_percent": 1.77778, "batt_Qfull": 2.25, - "batt_Qfull_flow": 478583.99999999997, + "batt_Qfull_flow": 478584.0, "batt_Qnom": 2.0000002500000004, "batt_Qnom_percent": 88.8889, "batt_Vcut": 2.706, @@ -31084,7 +31083,7 @@ ], "cp_capacity_payment_esc": 0.0, "cp_capacity_payment_type": 0.0, - "cp_system_nameplate": 377.12309999999999, + "cp_system_nameplate": 377.1231, "customgeneration_system_capacity": 100000.0, "customgeneration_total_installed_cost": 112875000.0, "debt_message": "", @@ -49430,7 +49429,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": 0.0, "om_fixed": 0.0, "om_production": 0.0, diff --git a/deploy/runtime/defaults/DSGL IPH_LCOH Calculator.json b/deploy/runtime/defaults/DSGL IPH_LCOH Calculator.json index 6e94f82316..db4393d116 100644 --- a/deploy/runtime/defaults/DSGL IPH_LCOH Calculator.json +++ b/deploy/runtime/defaults/DSGL IPH_LCOH Calculator.json @@ -293,8 +293,8 @@ "T_amb_des_sf": 42.0, "T_cold_ref": 100.0, "T_fp": 10.0, - "T_hot": 212.37721983007863, - "T_hot_out_target": 212.37721983007863, + "T_hot": 212.37721983007865, + "T_hot_out_target": 212.37721983007865, "Tau_envelope": [ [ 0.963, @@ -676,7 +676,7 @@ 1.0 ], "csp.lf.geom1.aper_width": 16.56, - "csp.lf.geom1.avg_field_temp_dt_design": 114.18860991503931, + "csp.lf.geom1.avg_field_temp_dt_design": 114.18860991503932, "csp.lf.geom1.coll_length": 44.8, "csp.lf.geom1.coll_opt_loss_norm_inc": 0.74613, "csp.lf.geom1.diam_absorber_inner": 0.066, @@ -693,7 +693,7 @@ 0.0, 1.0 ], - "csp.lf.geom1.heat_loss_at_design": 110.06252861225139, + "csp.lf.geom1.heat_loss_at_design": 110.0625286122514, "csp.lf.geom1.hl_mode": 0.0, "csp.lf.geom1.hlpolyt0": 0.0, "csp.lf.geom1.hlpolyt1": 0.672, @@ -719,7 +719,7 @@ "csp.lf.geom1.mirror_refl": 0.935, "csp.lf.geom1.opt_mode": 0.0, "csp.lf.geom1.rec_optical_derate": 1.0, - "csp.lf.geom1.rec_thermal_derate": 0.9898942423310607, + "csp.lf.geom1.rec_thermal_derate": 0.9898942423310608, "csp.lf.geom1.refl_aper_area": 513.6, "csp.lf.geom1.soiling": 0.95, "csp.lf.geom1.solpos_collinc_table": [ @@ -1025,16 +1025,16 @@ "csp.lf.geom1.var4.rated_heat_loss": 0.0, "csp.lf.geom2.opt_mode": 0.0, "csp.lf.sf.area_multiplier": 1.2, - "csp.lf.sf.dp.actual_aper": 9244.800000000001, + "csp.lf.sf.dp.actual_aper": 9244.8, "csp.lf.sf.dp.loop_aperture": 3081.6000000000005, "csp.lf.sf.dp.loop_opt_eff": 0.74613, - "csp.lf.sf.dp.loop_therm_eff": 0.9898942423310607, + "csp.lf.sf.dp.loop_therm_eff": 0.9898942423310608, "csp.lf.sf.dp.sm1_aperture": 7125.955379634653, "csp.lf.sf.dp.sm1_numloops": 3.0, "csp.lf.sf.dp.total_loop_conv_eff": 0.7385897910304743, "csp.lf.sf.field_area": 2.284439831942444, "csp.lf.sf.total_land_area": 2.741327798330933, - "csp.lf.sf.total_pres_drop": 2.1999999999999999, + "csp.lf.sf.total_pres_drop": 2.2, "csp.lf.sf.washes_per_year": 12.0, "csp.lf.sf.water_per_wash": 0.02, "deltaT_subcooled": 10.0, @@ -1066,7 +1066,7 @@ "fixed_charge_rate": 0.12426474783158138, "fixed_operating_cost": 48000.0, "heat_sink_dP_frac": 0.01, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -1130,11 +1130,10 @@ ] ], "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solarm": 1.2973418310225207, + "solarm": 1.2973418310225209, "specified_q_dot_rec_des": 6.0, "specified_solar_multiple": 1.2, "state": "-", @@ -1154,15 +1153,15 @@ "ui_crf": 0.11412919891581978, "ui_fcr_input_option": 1.0, "ui_fixed_charge_rate": 1.0, - "ui_ireal": 0.043902439024390508, + "ui_ireal": 0.04390243902439051, "ui_lbl_cff_msg": "", "ui_operating_cost_capacity": 8.0, "ui_operating_cost_fixed": 0.0, - "ui_pfin": 1.0491147595149535, + "ui_pfin": 1.0491147595149538, "ui_step_minutes": 60.0, "ui_system_capacity": 6000.0, "ui_variable_operating_cost": 0.001, - "ui_wacc": 0.024780487804878294, + "ui_wacc": 0.024780487804878298, "use_quality_or_subcooled": 0.0, "use_specific_weather_file": 0.0, "user_specified_weather_file": "", diff --git a/deploy/runtime/defaults/DSGL IPH_None.json b/deploy/runtime/defaults/DSGL IPH_None.json index 956407f65b..edc9e4d54e 100644 --- a/deploy/runtime/defaults/DSGL IPH_None.json +++ b/deploy/runtime/defaults/DSGL IPH_None.json @@ -293,8 +293,8 @@ "T_amb_des_sf": 42.0, "T_cold_ref": 100.0, "T_fp": 10.0, - "T_hot": 212.37721983007863, - "T_hot_out_target": 212.37721983007863, + "T_hot": 212.37721983007865, + "T_hot_out_target": 212.37721983007865, "Tau_envelope": [ [ 0.963, @@ -654,7 +654,7 @@ 1.0 ], "csp.lf.geom1.aper_width": 16.56, - "csp.lf.geom1.avg_field_temp_dt_design": 114.18860991503931, + "csp.lf.geom1.avg_field_temp_dt_design": 114.18860991503932, "csp.lf.geom1.coll_length": 44.8, "csp.lf.geom1.coll_opt_loss_norm_inc": 0.74613, "csp.lf.geom1.diam_absorber_inner": 0.066, @@ -671,7 +671,7 @@ 0.0, 1.0 ], - "csp.lf.geom1.heat_loss_at_design": 110.06252861225139, + "csp.lf.geom1.heat_loss_at_design": 110.0625286122514, "csp.lf.geom1.hl_mode": 0.0, "csp.lf.geom1.hlpolyt0": 0.0, "csp.lf.geom1.hlpolyt1": 0.672, @@ -697,7 +697,7 @@ "csp.lf.geom1.mirror_refl": 0.935, "csp.lf.geom1.opt_mode": 0.0, "csp.lf.geom1.rec_optical_derate": 1.0, - "csp.lf.geom1.rec_thermal_derate": 0.9898942423310607, + "csp.lf.geom1.rec_thermal_derate": 0.9898942423310608, "csp.lf.geom1.refl_aper_area": 513.6, "csp.lf.geom1.soiling": 0.95, "csp.lf.geom1.solpos_collinc_table": [ @@ -1003,16 +1003,16 @@ "csp.lf.geom1.var4.rated_heat_loss": 0.0, "csp.lf.geom2.opt_mode": 0.0, "csp.lf.sf.area_multiplier": 1.2, - "csp.lf.sf.dp.actual_aper": 9244.800000000001, + "csp.lf.sf.dp.actual_aper": 9244.8, "csp.lf.sf.dp.loop_aperture": 3081.6000000000005, "csp.lf.sf.dp.loop_opt_eff": 0.74613, - "csp.lf.sf.dp.loop_therm_eff": 0.9898942423310607, + "csp.lf.sf.dp.loop_therm_eff": 0.9898942423310608, "csp.lf.sf.dp.sm1_aperture": 7125.955379634653, "csp.lf.sf.dp.sm1_numloops": 3.0, "csp.lf.sf.dp.total_loop_conv_eff": 0.7385897910304743, "csp.lf.sf.field_area": 2.284439831942444, "csp.lf.sf.total_land_area": 2.741327798330933, - "csp.lf.sf.total_pres_drop": 2.1999999999999999, + "csp.lf.sf.total_pres_drop": 2.2, "csp.lf.sf.washes_per_year": 12.0, "csp.lf.sf.water_per_wash": 0.02, "deltaT_subcooled": 10.0, @@ -1041,7 +1041,7 @@ "field_thermal_output": 6.486709155112602, "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "heat_sink_dP_frac": 0.01, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -1105,11 +1105,10 @@ ] ], "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solarm": 1.2973418310225207, + "solarm": 1.2973418310225209, "specified_q_dot_rec_des": 6.0, "specified_solar_multiple": 1.2, "state": "-", diff --git a/deploy/runtime/defaults/DSGL IPH_Single Owner.json b/deploy/runtime/defaults/DSGL IPH_Single Owner.json index 03d3189ac9..924764bee6 100644 --- a/deploy/runtime/defaults/DSGL IPH_Single Owner.json +++ b/deploy/runtime/defaults/DSGL IPH_Single Owner.json @@ -294,8 +294,8 @@ "T_amb_des_sf": 42.0, "T_cold_ref": 100.0, "T_fp": 10.0, - "T_hot": 212.37721983007863, - "T_hot_out_target": 212.37721983007863, + "T_hot": 212.37721983007865, + "T_hot_out_target": 212.37721983007865, "Tau_envelope": [ [ 0.963, @@ -319,7 +319,7 @@ ] ], "V_wind_max": 20.0, - "actual_aper": 9244.800000000001, + "actual_aper": 9244.8, "adjust": 0.0, "adjust_constant": 4.0, "adjust_en_periods": 0.0, @@ -713,7 +713,7 @@ "const_per_principal4": 0.0, "const_per_principal5": 0.0, "const_per_principal_total": 2699586.765983309, - "const_per_total1": 202469.00744874823, + "const_per_total1": 202469.00744874826, "const_per_total2": 0.0, "const_per_total3": 0.0, "const_per_total4": 0.0, @@ -723,7 +723,7 @@ "const_per_upfront_rate3": 0.0, "const_per_upfront_rate4": 0.0, "const_per_upfront_rate5": 0.0, - "construction_financing_cost": 202469.00744874823, + "construction_financing_cost": 202469.00744874826, "cost_debt_closing": 0.0, "cost_debt_fee": 2.75, "cost_other_financing": 0.0, @@ -731,14 +731,14 @@ "csp.lf.cost.bop": 0.0, "csp.lf.cost.bop_mwe": 5.0, "csp.lf.cost.bop_per_kwe": 0.0, - "csp.lf.cost.contingency": 152013.12000000003, + "csp.lf.cost.contingency": 152013.12000000006, "csp.lf.cost.contingency_percent": 7.0, "csp.lf.cost.epc.cost_per_watt": 0.0, "csp.lf.cost.epc.fixed": 0.0, "csp.lf.cost.epc.per_acre": 0.0, "csp.lf.cost.epc.per_watt": 0.0, "csp.lf.cost.epc.percent": 11.0, - "csp.lf.cost.epc.total": 255599.20320000003, + "csp.lf.cost.epc.total": 255599.20320000009, "csp.lf.cost.fossil_backup": 0.0, "csp.lf.cost.fossil_backup.cost_per_kwe": 0.0, "csp.lf.cost.fossil_backup.mwe": 5.0, @@ -746,7 +746,7 @@ "csp.lf.cost.heat_sink.cost_per_kwe": 120.0, "csp.lf.cost.heat_sink.mwe": 5.0, "csp.lf.cost.htf_system": 0.0, - "csp.lf.cost.htf_system.area": 9244.800000000001, + "csp.lf.cost.htf_system.area": 9244.8, "csp.lf.cost.htf_system.cost_per_m2": 0.0, "csp.lf.cost.installed_per_capacity": 539.9173531966619, "csp.lf.cost.nameplate": 5.0, @@ -759,10 +759,10 @@ "csp.lf.cost.sales_tax.total": 92945.1648, "csp.lf.cost.sales_tax.value": 5.0, "csp.lf.cost.site_improvements": 184896.00000000004, - "csp.lf.cost.site_improvements.area": 9244.800000000001, + "csp.lf.cost.site_improvements.area": 9244.8, "csp.lf.cost.site_improvements.cost_per_m2": 20.0, - "csp.lf.cost.solar_field": 1386720.0000000003, - "csp.lf.cost.solar_field.area": 9244.800000000001, + "csp.lf.cost.solar_field": 1386720.0000000005, + "csp.lf.cost.solar_field.area": 9244.8, "csp.lf.cost.solar_field.cost_per_m2": 150.0, "csp.lf.cost.total_direct": 2323629.12, "csp.lf.cost.total_indirect": 283012.48118330936, @@ -776,7 +776,7 @@ 1.0 ], "csp.lf.geom1.aper_width": 16.56, - "csp.lf.geom1.avg_field_temp_dt_design": 114.18860991503931, + "csp.lf.geom1.avg_field_temp_dt_design": 114.18860991503932, "csp.lf.geom1.coll_length": 44.8, "csp.lf.geom1.coll_opt_loss_norm_inc": 0.74613, "csp.lf.geom1.diam_absorber_inner": 0.066, @@ -793,7 +793,7 @@ 0.0, 1.0 ], - "csp.lf.geom1.heat_loss_at_design": 110.06252861225139, + "csp.lf.geom1.heat_loss_at_design": 110.0625286122514, "csp.lf.geom1.hl_mode": 0.0, "csp.lf.geom1.hlpolyt0": 0.0, "csp.lf.geom1.hlpolyt1": 0.672, @@ -819,7 +819,7 @@ "csp.lf.geom1.mirror_refl": 0.935, "csp.lf.geom1.opt_mode": 0.0, "csp.lf.geom1.rec_optical_derate": 1.0, - "csp.lf.geom1.rec_thermal_derate": 0.9898942423310607, + "csp.lf.geom1.rec_thermal_derate": 0.9898942423310608, "csp.lf.geom1.refl_aper_area": 513.6, "csp.lf.geom1.soiling": 0.95, "csp.lf.geom1.solpos_collinc_table": [ @@ -1125,16 +1125,16 @@ "csp.lf.geom1.var4.rated_heat_loss": 0.0, "csp.lf.geom2.opt_mode": 0.0, "csp.lf.sf.area_multiplier": 1.2, - "csp.lf.sf.dp.actual_aper": 9244.800000000001, + "csp.lf.sf.dp.actual_aper": 9244.8, "csp.lf.sf.dp.loop_aperture": 3081.6000000000005, "csp.lf.sf.dp.loop_opt_eff": 0.74613, - "csp.lf.sf.dp.loop_therm_eff": 0.9898942423310607, + "csp.lf.sf.dp.loop_therm_eff": 0.9898942423310608, "csp.lf.sf.dp.sm1_aperture": 7125.955379634653, "csp.lf.sf.dp.sm1_numloops": 3.0, "csp.lf.sf.dp.total_loop_conv_eff": 0.7385897910304743, "csp.lf.sf.field_area": 2.284439831942444, "csp.lf.sf.total_land_area": 2.741327798330933, - "csp.lf.sf.total_pres_drop": 2.1999999999999999, + "csp.lf.sf.total_pres_drop": 2.2, "csp.lf.sf.washes_per_year": 12.0, "csp.lf.sf.water_per_wash": 0.02, "debt_message": "", @@ -10061,7 +10061,7 @@ "ibi_uti_percent_maxvalue": 0.0, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -10748,7 +10748,7 @@ "months_working_reserve": 6.0, "nLoops": 3.0, "nModBoil": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity_escal": 0.0, "om_capacity_heat": [ 33.0 @@ -10879,11 +10879,10 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solarm": 1.2973418310225207, + "solarm": 1.2973418310225209, "specified_q_dot_rec_des": 6.0, "specified_solar_multiple": 1.2, "state": "-", diff --git a/deploy/runtime/defaults/DSLF_All Equity Partnership Flip.json b/deploy/runtime/defaults/DSLF_All Equity Partnership Flip.json index 69ff52f30b..9a262870d4 100644 --- a/deploy/runtime/defaults/DSLF_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/DSLF_All Equity Partnership Flip.json @@ -777,7 +777,7 @@ "csp.lf.cost.epc.per_acre": 0.0, "csp.lf.cost.epc.per_watt": 0.0, "csp.lf.cost.epc.percent": 11.0, - "csp.lf.cost.epc.total": 35491786.425919998, + "csp.lf.cost.epc.total": 35491786.42592, "csp.lf.cost.fossil_backup": 0.0, "csp.lf.cost.fossil_backup.cost_per_kwe": 0.0, "csp.lf.cost.fossil_backup.mwe": 107.0, @@ -795,7 +795,7 @@ "csp.lf.cost.power_plant.cost_per_kwe": 1150.0, "csp.lf.cost.power_plant.mwe": 107.0, "csp.lf.cost.sales_tax.percent": 80.0, - "csp.lf.cost.sales_tax.total": 12906104.154879999, + "csp.lf.cost.sales_tax.total": 12906104.15488, "csp.lf.cost.sales_tax.value": 5.0, "csp.lf.cost.site_improvements": 17585664.0, "csp.lf.cost.site_improvements.area": 879283.2000000001, @@ -1499,7 +1499,7 @@ "csp.lf.par.aux_c1": 0.571, "csp.lf.par.aux_c2": 0.0, "csp.lf.par.aux_pf": 1.0, - "csp.lf.par.aux_total": 2.5938939999999999, + "csp.lf.par.aux_total": 2.593894, "csp.lf.par.aux_val": 0.023, "csp.lf.par.bop_c0": 0.483, "csp.lf.par.bop_c1": 0.571, @@ -1518,7 +1518,7 @@ "csp.lf.sf.dp.sm1_aperture": 491370.04151652826, "csp.lf.sf.dp.sm1_numloops": 60.0, "csp.lf.sf.dp.total_loop_conv_eff": 0.6178422287330097, - "csp.lf.sf.field_area": 217.27561068252579, + "csp.lf.sf.field_area": 217.2756106825258, "csp.lf.sf.geom1_area_frac": 1.0, "csp.lf.sf.geom2_area_frac": 0.0, "csp.lf.sf.sh_geom_unique": 0.0, @@ -1526,7 +1526,7 @@ "csp.lf.sf.specified_solar_multiple": 1.8, "csp.lf.sf.specified_total_aperture": 862848.0, "csp.lf.sf.total_land_area": 347.6409770920413, - "csp.lf.sf.total_pres_drop": 18.150000000000003, + "csp.lf.sf.total_pres_drop": 18.15000000000001, "csp.lf.sf.washes_per_year": 120.0, "csp.lf.sf.water_per_wash": 0.02, "csp.pbns.condenser_type": 1.0, @@ -19875,7 +19875,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -20573,7 +20573,7 @@ "nModSH": 4.0, "n_pl_inc": 8.0, "nameplate": 100.58, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 55.0 ], @@ -20928,7 +20928,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/DSLF_Commercial.json b/deploy/runtime/defaults/DSLF_Commercial.json index a02471b49b..1c4080d0b9 100644 --- a/deploy/runtime/defaults/DSLF_Commercial.json +++ b/deploy/runtime/defaults/DSLF_Commercial.json @@ -770,7 +770,7 @@ "csp.lf.cost.solar_field.cost_per_m2": 150.0, "csp.lf.cost.total_direct": 324534269.92, "csp.lf.cost.total_indirect": 39175179.462120417, - "csp.lf.cost.total_installed": 376690820.17892047, + "csp.lf.cost.total_installed": 376690820.1789205, "csp.lf.cost.total_land_area": 347.6409770920413, "csp.lf.geom1.absorber_material": 0.0, "csp.lf.geom1.annulus_gas": [ @@ -1464,7 +1464,7 @@ "csp.lf.par.aux_c1": 0.571, "csp.lf.par.aux_c2": 0.0, "csp.lf.par.aux_pf": 1.0, - "csp.lf.par.aux_total": 2.5938939999999999, + "csp.lf.par.aux_total": 2.593894, "csp.lf.par.aux_val": 0.023, "csp.lf.par.bop_c0": 0.483, "csp.lf.par.bop_c1": 0.571, @@ -1483,7 +1483,7 @@ "csp.lf.sf.dp.sm1_aperture": 491370.04151652826, "csp.lf.sf.dp.sm1_numloops": 60.0, "csp.lf.sf.dp.total_loop_conv_eff": 0.6178422287330097, - "csp.lf.sf.field_area": 217.27561068252579, + "csp.lf.sf.field_area": 217.2756106825258, "csp.lf.sf.geom1_area_frac": 1.0, "csp.lf.sf.geom2_area_frac": 0.0, "csp.lf.sf.sh_geom_unique": 0.0, @@ -1491,7 +1491,7 @@ "csp.lf.sf.specified_solar_multiple": 1.8, "csp.lf.sf.specified_total_aperture": 862848.0, "csp.lf.sf.total_land_area": 347.6409770920413, - "csp.lf.sf.total_pres_drop": 18.150000000000003, + "csp.lf.sf.total_pres_drop": 18.15000000000001, "csp.lf.sf.washes_per_year": 120.0, "csp.lf.sf.water_per_wash": 0.02, "csp.pbns.condenser_type": 1.0, @@ -10411,7 +10411,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -28008,7 +28008,7 @@ "nModSH": 4.0, "n_pl_inc": 8.0, "nameplate": 100.58, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_utility_bill": 0.0, "om_capacity": [ 55.0 @@ -28074,7 +28074,7 @@ "peak_9": 249.139, "prop_tax_assessed_decline": 0.0, "prop_tax_cost_assessed_percent": 100.0, - "property_assessed_value": 376690820.17892047, + "property_assessed_value": 376690820.1789205, "property_tax_rate": 0.0, "ptc_fed_amount": [ 0.0 @@ -28365,7 +28365,6 @@ "show_cash_incentives": 1.0, "show_tax_credits": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", @@ -28388,13 +28387,13 @@ "theta_stow": 10.0, "tilt": 33.0, "total_direct_cost": 39175179.462120417, - "total_installed_cost": 376690820.17892047, + "total_installed_cost": 376690820.1789205, "total_land_area": 347.6409770920413, "track_mode": 1.0, "tz": -7.0, "ui_annual_load": 0.0, - "ui_loan_amount": 376690820.17892047, - "ui_net_capital_cost": 376690820.17892047, + "ui_loan_amount": 376690820.1789205, + "ui_net_capital_cost": 376690820.1789205, "ui_step_minutes": 60.0, "ui_wacc": 5.1429, "ur_annual_min_charge": 0.0, diff --git a/deploy/runtime/defaults/DSLF_LCOE Calculator.json b/deploy/runtime/defaults/DSLF_LCOE Calculator.json index e146baef65..1eb90e90dc 100644 --- a/deploy/runtime/defaults/DSLF_LCOE Calculator.json +++ b/deploy/runtime/defaults/DSLF_LCOE Calculator.json @@ -1402,7 +1402,7 @@ "csp.lf.par.aux_c1": 0.571, "csp.lf.par.aux_c2": 0.0, "csp.lf.par.aux_pf": 1.0, - "csp.lf.par.aux_total": 2.5938939999999999, + "csp.lf.par.aux_total": 2.593894, "csp.lf.par.aux_val": 0.023, "csp.lf.par.bop_c0": 0.483, "csp.lf.par.bop_c1": 0.571, @@ -1421,7 +1421,7 @@ "csp.lf.sf.dp.sm1_aperture": 491370.04151652826, "csp.lf.sf.dp.sm1_numloops": 60.0, "csp.lf.sf.dp.total_loop_conv_eff": 0.6178422287330097, - "csp.lf.sf.field_area": 217.27561068252579, + "csp.lf.sf.field_area": 217.2756106825258, "csp.lf.sf.geom1_area_frac": 1.0, "csp.lf.sf.geom2_area_frac": 0.0, "csp.lf.sf.sh_geom_unique": 0.0, @@ -1429,7 +1429,7 @@ "csp.lf.sf.specified_solar_multiple": 1.8, "csp.lf.sf.specified_total_aperture": 862848.0, "csp.lf.sf.total_land_area": 347.6409770920413, - "csp.lf.sf.total_pres_drop": 18.150000000000003, + "csp.lf.sf.total_pres_drop": 18.15000000000001, "csp.lf.sf.washes_per_year": 120.0, "csp.lf.sf.water_per_wash": 0.02, "csp.pbns.condenser_type": 1.0, @@ -10268,7 +10268,7 @@ 1e38 ], "grid_interconnection_limit_kwac": 20000.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -10562,7 +10562,6 @@ ], "shift": 0.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/DSLF_Leveraged Partnership Flip.json b/deploy/runtime/defaults/DSLF_Leveraged Partnership Flip.json index a497bac488..17a1b13b04 100644 --- a/deploy/runtime/defaults/DSLF_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/DSLF_Leveraged Partnership Flip.json @@ -779,7 +779,7 @@ "csp.lf.cost.epc.per_acre": 0.0, "csp.lf.cost.epc.per_watt": 0.0, "csp.lf.cost.epc.percent": 11.0, - "csp.lf.cost.epc.total": 35491786.425919998, + "csp.lf.cost.epc.total": 35491786.42592, "csp.lf.cost.fossil_backup": 0.0, "csp.lf.cost.fossil_backup.cost_per_kwe": 0.0, "csp.lf.cost.fossil_backup.mwe": 107.0, @@ -797,7 +797,7 @@ "csp.lf.cost.power_plant.cost_per_kwe": 1150.0, "csp.lf.cost.power_plant.mwe": 107.0, "csp.lf.cost.sales_tax.percent": 80.0, - "csp.lf.cost.sales_tax.total": 12906104.154879999, + "csp.lf.cost.sales_tax.total": 12906104.15488, "csp.lf.cost.sales_tax.value": 5.0, "csp.lf.cost.site_improvements": 17585664.0, "csp.lf.cost.site_improvements.area": 879283.2000000001, @@ -1501,7 +1501,7 @@ "csp.lf.par.aux_c1": 0.571, "csp.lf.par.aux_c2": 0.0, "csp.lf.par.aux_pf": 1.0, - "csp.lf.par.aux_total": 2.5938939999999999, + "csp.lf.par.aux_total": 2.593894, "csp.lf.par.aux_val": 0.023, "csp.lf.par.bop_c0": 0.483, "csp.lf.par.bop_c1": 0.571, @@ -1520,7 +1520,7 @@ "csp.lf.sf.dp.sm1_aperture": 491370.04151652826, "csp.lf.sf.dp.sm1_numloops": 60.0, "csp.lf.sf.dp.total_loop_conv_eff": 0.6178422287330097, - "csp.lf.sf.field_area": 217.27561068252579, + "csp.lf.sf.field_area": 217.2756106825258, "csp.lf.sf.geom1_area_frac": 1.0, "csp.lf.sf.geom2_area_frac": 0.0, "csp.lf.sf.sh_geom_unique": 0.0, @@ -1528,7 +1528,7 @@ "csp.lf.sf.specified_solar_multiple": 1.8, "csp.lf.sf.specified_total_aperture": 862848.0, "csp.lf.sf.total_land_area": 347.6409770920413, - "csp.lf.sf.total_pres_drop": 18.150000000000003, + "csp.lf.sf.total_pres_drop": 18.15000000000001, "csp.lf.sf.washes_per_year": 120.0, "csp.lf.sf.water_per_wash": 0.02, "csp.pbns.condenser_type": 1.0, @@ -19883,7 +19883,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -20582,7 +20582,7 @@ "nModSH": 4.0, "n_pl_inc": 8.0, "nameplate": 100.58, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 55.0 ], @@ -20939,7 +20939,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/DSLF_Merchant Plant.json b/deploy/runtime/defaults/DSLF_Merchant Plant.json index aeb9f19277..3bb8e895ad 100644 --- a/deploy/runtime/defaults/DSLF_Merchant Plant.json +++ b/deploy/runtime/defaults/DSLF_Merchant Plant.json @@ -793,7 +793,7 @@ "csp.lf.cost.epc.per_acre": 0.0, "csp.lf.cost.epc.per_watt": 0.0, "csp.lf.cost.epc.percent": 11.0, - "csp.lf.cost.epc.total": 35491786.425919998, + "csp.lf.cost.epc.total": 35491786.42592, "csp.lf.cost.fossil_backup": 0.0, "csp.lf.cost.fossil_backup.cost_per_kwe": 0.0, "csp.lf.cost.fossil_backup.mwe": 107.0, @@ -811,7 +811,7 @@ "csp.lf.cost.power_plant.cost_per_kwe": 1150.0, "csp.lf.cost.power_plant.mwe": 107.0, "csp.lf.cost.sales_tax.percent": 80.0, - "csp.lf.cost.sales_tax.total": 12906104.154879999, + "csp.lf.cost.sales_tax.total": 12906104.15488, "csp.lf.cost.sales_tax.value": 5.0, "csp.lf.cost.site_improvements": 17585664.0, "csp.lf.cost.site_improvements.area": 879283.2000000001, @@ -1515,7 +1515,7 @@ "csp.lf.par.aux_c1": 0.571, "csp.lf.par.aux_c2": 0.0, "csp.lf.par.aux_pf": 1.0, - "csp.lf.par.aux_total": 2.5938939999999999, + "csp.lf.par.aux_total": 2.593894, "csp.lf.par.aux_val": 0.023, "csp.lf.par.bop_c0": 0.483, "csp.lf.par.bop_c1": 0.571, @@ -1534,7 +1534,7 @@ "csp.lf.sf.dp.sm1_aperture": 491370.04151652826, "csp.lf.sf.dp.sm1_numloops": 60.0, "csp.lf.sf.dp.total_loop_conv_eff": 0.6178422287330097, - "csp.lf.sf.field_area": 217.27561068252579, + "csp.lf.sf.field_area": 217.2756106825258, "csp.lf.sf.geom1_area_frac": 1.0, "csp.lf.sf.geom2_area_frac": 0.0, "csp.lf.sf.sh_geom_unique": 0.0, @@ -1542,7 +1542,7 @@ "csp.lf.sf.specified_solar_multiple": 1.8, "csp.lf.sf.specified_total_aperture": 862848.0, "csp.lf.sf.total_land_area": 347.6409770920413, - "csp.lf.sf.total_pres_drop": 18.150000000000003, + "csp.lf.sf.total_pres_drop": 18.15000000000001, "csp.lf.sf.washes_per_year": 120.0, "csp.lf.sf.water_per_wash": 0.02, "csp.pbns.condenser_type": 1.0, @@ -10489,7 +10489,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -667674,7 +667674,7 @@ "nModSH": 4.0, "n_pl_inc": 8.0, "nameplate": 100.58, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 55.0 ], @@ -668026,7 +668026,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/DSLF_None.json b/deploy/runtime/defaults/DSLF_None.json index 7a0c037b55..6103464806 100644 --- a/deploy/runtime/defaults/DSLF_None.json +++ b/deploy/runtime/defaults/DSLF_None.json @@ -1380,7 +1380,7 @@ "csp.lf.par.aux_c1": 0.571, "csp.lf.par.aux_c2": 0.0, "csp.lf.par.aux_pf": 1.0, - "csp.lf.par.aux_total": 2.5938939999999999, + "csp.lf.par.aux_total": 2.593894, "csp.lf.par.aux_val": 0.023, "csp.lf.par.bop_c0": 0.483, "csp.lf.par.bop_c1": 0.571, @@ -1399,7 +1399,7 @@ "csp.lf.sf.dp.sm1_aperture": 491370.04151652826, "csp.lf.sf.dp.sm1_numloops": 60.0, "csp.lf.sf.dp.total_loop_conv_eff": 0.6178422287330097, - "csp.lf.sf.field_area": 217.27561068252579, + "csp.lf.sf.field_area": 217.2756106825258, "csp.lf.sf.geom1_area_frac": 1.0, "csp.lf.sf.geom2_area_frac": 0.0, "csp.lf.sf.sh_geom_unique": 0.0, @@ -1407,7 +1407,7 @@ "csp.lf.sf.specified_solar_multiple": 1.8, "csp.lf.sf.specified_total_aperture": 862848.0, "csp.lf.sf.total_land_area": 347.6409770920413, - "csp.lf.sf.total_pres_drop": 18.150000000000003, + "csp.lf.sf.total_pres_drop": 18.15000000000001, "csp.lf.sf.washes_per_year": 120.0, "csp.lf.sf.water_per_wash": 0.02, "csp.pbns.condenser_type": 1.0, @@ -10244,7 +10244,7 @@ 1e38 ], "grid_interconnection_limit_kwac": 20000.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -10538,7 +10538,6 @@ ], "shift": 0.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/DSLF_Sale Leaseback.json b/deploy/runtime/defaults/DSLF_Sale Leaseback.json index 0ea89bd3b5..471c294630 100644 --- a/deploy/runtime/defaults/DSLF_Sale Leaseback.json +++ b/deploy/runtime/defaults/DSLF_Sale Leaseback.json @@ -777,7 +777,7 @@ "csp.lf.cost.epc.per_acre": 0.0, "csp.lf.cost.epc.per_watt": 0.0, "csp.lf.cost.epc.percent": 11.0, - "csp.lf.cost.epc.total": 35491786.425919998, + "csp.lf.cost.epc.total": 35491786.42592, "csp.lf.cost.fossil_backup": 0.0, "csp.lf.cost.fossil_backup.cost_per_kwe": 0.0, "csp.lf.cost.fossil_backup.mwe": 107.0, @@ -795,7 +795,7 @@ "csp.lf.cost.power_plant.cost_per_kwe": 1150.0, "csp.lf.cost.power_plant.mwe": 107.0, "csp.lf.cost.sales_tax.percent": 80.0, - "csp.lf.cost.sales_tax.total": 12906104.154879999, + "csp.lf.cost.sales_tax.total": 12906104.15488, "csp.lf.cost.sales_tax.value": 5.0, "csp.lf.cost.site_improvements": 17585664.0, "csp.lf.cost.site_improvements.area": 879283.2000000001, @@ -1499,7 +1499,7 @@ "csp.lf.par.aux_c1": 0.571, "csp.lf.par.aux_c2": 0.0, "csp.lf.par.aux_pf": 1.0, - "csp.lf.par.aux_total": 2.5938939999999999, + "csp.lf.par.aux_total": 2.593894, "csp.lf.par.aux_val": 0.023, "csp.lf.par.bop_c0": 0.483, "csp.lf.par.bop_c1": 0.571, @@ -1518,7 +1518,7 @@ "csp.lf.sf.dp.sm1_aperture": 491370.04151652826, "csp.lf.sf.dp.sm1_numloops": 60.0, "csp.lf.sf.dp.total_loop_conv_eff": 0.6178422287330097, - "csp.lf.sf.field_area": 217.27561068252579, + "csp.lf.sf.field_area": 217.2756106825258, "csp.lf.sf.geom1_area_frac": 1.0, "csp.lf.sf.geom2_area_frac": 0.0, "csp.lf.sf.sh_geom_unique": 0.0, @@ -1526,7 +1526,7 @@ "csp.lf.sf.specified_solar_multiple": 1.8, "csp.lf.sf.specified_total_aperture": 862848.0, "csp.lf.sf.total_land_area": 347.6409770920413, - "csp.lf.sf.total_pres_drop": 18.150000000000003, + "csp.lf.sf.total_pres_drop": 18.15000000000001, "csp.lf.sf.washes_per_year": 120.0, "csp.lf.sf.water_per_wash": 0.02, "csp.pbns.condenser_type": 1.0, @@ -19870,7 +19870,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -20568,7 +20568,7 @@ "nModSH": 4.0, "n_pl_inc": 8.0, "nameplate": 100.58, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 55.0 ], @@ -20924,7 +20924,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/DSLF_Single Owner.json b/deploy/runtime/defaults/DSLF_Single Owner.json index 50e9da1754..0dfac18de3 100644 --- a/deploy/runtime/defaults/DSLF_Single Owner.json +++ b/deploy/runtime/defaults/DSLF_Single Owner.json @@ -785,7 +785,7 @@ "csp.lf.cost.epc.per_acre": 0.0, "csp.lf.cost.epc.per_watt": 0.0, "csp.lf.cost.epc.percent": 11.0, - "csp.lf.cost.epc.total": 35491786.425919998, + "csp.lf.cost.epc.total": 35491786.42592, "csp.lf.cost.fossil_backup": 0.0, "csp.lf.cost.fossil_backup.cost_per_kwe": 0.0, "csp.lf.cost.fossil_backup.mwe": 107.0, @@ -803,7 +803,7 @@ "csp.lf.cost.power_plant.cost_per_kwe": 1150.0, "csp.lf.cost.power_plant.mwe": 107.0, "csp.lf.cost.sales_tax.percent": 80.0, - "csp.lf.cost.sales_tax.total": 12906104.154879999, + "csp.lf.cost.sales_tax.total": 12906104.15488, "csp.lf.cost.sales_tax.value": 5.0, "csp.lf.cost.site_improvements": 17585664.0, "csp.lf.cost.site_improvements.area": 879283.2000000001, @@ -1507,7 +1507,7 @@ "csp.lf.par.aux_c1": 0.571, "csp.lf.par.aux_c2": 0.0, "csp.lf.par.aux_pf": 1.0, - "csp.lf.par.aux_total": 2.5938939999999999, + "csp.lf.par.aux_total": 2.593894, "csp.lf.par.aux_val": 0.023, "csp.lf.par.bop_c0": 0.483, "csp.lf.par.bop_c1": 0.571, @@ -1526,7 +1526,7 @@ "csp.lf.sf.dp.sm1_aperture": 491370.04151652826, "csp.lf.sf.dp.sm1_numloops": 60.0, "csp.lf.sf.dp.total_loop_conv_eff": 0.6178422287330097, - "csp.lf.sf.field_area": 217.27561068252579, + "csp.lf.sf.field_area": 217.2756106825258, "csp.lf.sf.geom1_area_frac": 1.0, "csp.lf.sf.geom2_area_frac": 0.0, "csp.lf.sf.sh_geom_unique": 0.0, @@ -1534,7 +1534,7 @@ "csp.lf.sf.specified_solar_multiple": 1.8, "csp.lf.sf.specified_total_aperture": 862848.0, "csp.lf.sf.total_land_area": 347.6409770920413, - "csp.lf.sf.total_pres_drop": 18.150000000000003, + "csp.lf.sf.total_pres_drop": 18.15000000000001, "csp.lf.sf.washes_per_year": 120.0, "csp.lf.sf.water_per_wash": 0.02, "csp.pbns.condenser_type": 1.0, @@ -19888,7 +19888,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -20587,7 +20587,7 @@ "nModSH": 4.0, "n_pl_inc": 8.0, "nameplate": 100.58, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 55.0 ], @@ -20947,7 +20947,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/DSPT_All Equity Partnership Flip.json b/deploy/runtime/defaults/DSPT_All Equity Partnership Flip.json index d24eaa3c70..5fbdd5bce6 100644 --- a/deploy/runtime/defaults/DSPT_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/DSPT_All Equity Partnership Flip.json @@ -58750,7 +58750,6 @@ "show_construction_period": 1.0, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "", diff --git a/deploy/runtime/defaults/DSPT_Leveraged Partnership Flip.json b/deploy/runtime/defaults/DSPT_Leveraged Partnership Flip.json index 22c51ec9b2..426907a968 100644 --- a/deploy/runtime/defaults/DSPT_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/DSPT_Leveraged Partnership Flip.json @@ -58759,7 +58759,6 @@ "show_construction_period": 1.0, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "", diff --git a/deploy/runtime/defaults/DSPT_Merchant Plant.json b/deploy/runtime/defaults/DSPT_Merchant Plant.json index fa3285a6f6..8a8e6b4377 100644 --- a/deploy/runtime/defaults/DSPT_Merchant Plant.json +++ b/deploy/runtime/defaults/DSPT_Merchant Plant.json @@ -924780,7 +924780,6 @@ "show_construction_period": 1.0, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "", diff --git a/deploy/runtime/defaults/DSPT_Sale Leaseback.json b/deploy/runtime/defaults/DSPT_Sale Leaseback.json index 4b0eb0ee2a..e2b9aad2a7 100644 --- a/deploy/runtime/defaults/DSPT_Sale Leaseback.json +++ b/deploy/runtime/defaults/DSPT_Sale Leaseback.json @@ -58746,7 +58746,6 @@ "show_construction_period": 1.0, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "", diff --git a/deploy/runtime/defaults/DSPT_Single Owner.json b/deploy/runtime/defaults/DSPT_Single Owner.json index 4b602346a9..dca94cf897 100644 --- a/deploy/runtime/defaults/DSPT_Single Owner.json +++ b/deploy/runtime/defaults/DSPT_Single Owner.json @@ -58771,7 +58771,6 @@ "show_construction_period": 1.0, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "", diff --git a/deploy/runtime/defaults/ETES_Single Owner.json b/deploy/runtime/defaults/ETES_Single Owner.json index 9763210315..6e29e88dd3 100644 --- a/deploy/runtime/defaults/ETES_Single Owner.json +++ b/deploy/runtime/defaults/ETES_Single Owner.json @@ -27,9 +27,9 @@ "TES_COPY_T_htf_hot_des": 574.0, "TES_COPY_q_dot_tes_est": 0.8814426938789968, "TES_COPY_q_pb_design": 279.126213592233, - "TES_COPY_tes_avail_vol": 12986.490759869743, + "TES_COPY_tes_avail_vol": 12986.490759869745, "TES_COPY_tes_htf_density": 1808.4790461159128, - "TES_COPY_tes_tank_diameter": 38.770787813951759, + "TES_COPY_tes_tank_diameter": 38.77078781395176, "TES_COPY_tes_vol_total": 14167.08082894881, "TES_COPY_tshours": 10.0, "T_ITD_des": 16.0, @@ -81,12 +81,12 @@ "cb_bop_cost_calc": 0.0, "cb_contingency_cost_calc": 17547436.893203886, "cb_cycle_cost_calc": 119600000.0, - "cb_direct_subtotal": 250677669.90291263, + "cb_direct_subtotal": 250677669.90291266, "cb_epc_cost_calc": 34869263.883495148, "cb_heater_cost_calc": 69669902.91262137, "cb_installed_per_capacity_cost_calc": 2835.777706719574, "cb_land_cost_calc": 0.0, - "cb_sales_tax_cost_calc": 10729004.271844663, + "cb_sales_tax_cost_calc": 10729004.271844665, "cb_storage_cost_calc": 61407766.99029126, "cb_total_direct_cost": 268225106.7961165, "cb_total_indirect_cost": 45598268.15533981, @@ -9724,7 +9724,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -10421,7 +10421,7 @@ "n_m_dot_pars_sysdes": -1.0, "n_pl_inc": 8.0, "nameplate": 110.66571762935786, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -10508,7 +10508,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -10520,7 +10519,7 @@ ], "station_id": "91486", "step": 3600.0, - "system_capacity": 110665.71762935785, + "system_capacity": 110665.71762935784, "system_use_lifetime_output": 0.0, "system_use_recapitalization": 0.0, "tank_pairs": 1.0, @@ -10528,11 +10527,11 @@ "tech_type": 1.0, "term_int_rate": 7.0, "term_tenor": 18.0, - "tes_avail_vol": 12986.490759869743, + "tes_avail_vol": 12986.490759869745, "tes_htf_density": 1808.4790461159128, "tes_init_hot_htf_percent": 0.0, "tes_spec_cost": 22.0, - "tes_tank_diameter": 38.770787813951759, + "tes_tank_diameter": 38.77078781395176, "tes_vol_total": 14167.08082894881, "tod_library": "Uniform Dispatch", "total_installed_cost": 313823374.9514563, @@ -12211,7 +12210,7 @@ "ui_bop_cost_calc": 0.0, "ui_contingency_cost_calc": 17547436.893203886, "ui_cycle_cost_calc": 119600000.0, - "ui_direct_subtotal": 250677669.90291263, + "ui_direct_subtotal": 250677669.90291266, "ui_epc_cost_calc": 34869263.883495148, "ui_etes_cost__P_ref": 115.0, "ui_etes_cost__nameplate": 110.66571762935786, @@ -12221,7 +12220,7 @@ "ui_heater_cost_calc": 69669902.91262137, "ui_installed_per_capacity_cost_calc": 2835.777706719574, "ui_land_cost_calc": 0.0, - "ui_sales_tax_cost_calc": 10729004.271844663, + "ui_sales_tax_cost_calc": 10729004.271844665, "ui_step_minutes": 60.0, "ui_storage_cost_calc": 61407766.99029126, "ui_system_nameplate_standalone": 0.0, diff --git a/deploy/runtime/defaults/Empirical Trough_All Equity Partnership Flip.json b/deploy/runtime/defaults/Empirical Trough_All Equity Partnership Flip.json index a46ff9b50f..8aed329c36 100644 --- a/deploy/runtime/defaults/Empirical Trough_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/Empirical Trough_All Equity Partnership Flip.json @@ -9,7 +9,7 @@ "CHTFParF0": -0.036, "CHTFParF1": 0.242, "CHTFParF2": 0.794, - "ChtfPar": 9.034237255999999, + "ChtfPar": 9.034237256, "ChtfParPF": 1.0, "ConcFac": 1.0, "CtOpF": 1.0, @@ -222,7 +222,7 @@ "SfAvail": 0.99, "SfInTempD": 293.0, "SfOutTempD": 391.0, - "SfPar": 0.22843223480000003, + "SfPar": 0.22843223480000009, "SfParPF": 1.0, "SfPipeHl1": 0.001693, "SfPipeHl2": -0.00001683, @@ -18749,7 +18749,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19515,7 +19515,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -19606,7 +19606,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", @@ -19728,12 +19727,12 @@ "ui_hce_condition_3": "Broken Glass", "ui_hce_condition_4": "none", "ui_hce_heat_losses_1": 154.64612672242664, - "ui_hce_heat_losses_2": 1161.0367391618775, + "ui_hce_heat_losses_2": 1161.0367391618777, "ui_hce_heat_losses_3": 3313.189197444162, "ui_hce_heat_losses_4": 0.0, "ui_hce_hl_term_1": 2.23606797749979, "ui_hce_hl_term_2": 317.0, - "ui_hce_hl_term_3": 117764.33333333333, + "ui_hce_hl_term_3": 117764.33333333332, "ui_hce_hl_term_4": 40822830.0, "ui_hce_name": "2008 Schott PTR70", "ui_hce_name_1": "2008 Schott PTR70", diff --git a/deploy/runtime/defaults/Empirical Trough_Commercial.json b/deploy/runtime/defaults/Empirical Trough_Commercial.json index da249c1c45..2d5875f480 100644 --- a/deploy/runtime/defaults/Empirical Trough_Commercial.json +++ b/deploy/runtime/defaults/Empirical Trough_Commercial.json @@ -9,7 +9,7 @@ "CHTFParF0": -0.036, "CHTFParF1": 0.242, "CHTFParF2": 0.794, - "ChtfPar": 9.034237255999999, + "ChtfPar": 9.034237256, "ChtfParPF": 1.0, "ConcFac": 1.0, "CtOpF": 1.0, @@ -222,7 +222,7 @@ "SfAvail": 0.99, "SfInTempD": 293.0, "SfOutTempD": 391.0, - "SfPar": 0.22843223480000003, + "SfPar": 0.22843223480000009, "SfParPF": 1.0, "SfPipeHl1": 0.001693, "SfPipeHl2": -0.00001683, @@ -9285,7 +9285,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -26950,7 +26950,7 @@ 162.555, 185.168 ], - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_utility_bill": 0.0, "om_capacity": [ 66.0 @@ -27043,7 +27043,6 @@ "show_cash_incentives": 1.0, "show_tax_credits": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", @@ -27156,12 +27155,12 @@ "ui_hce_condition_3": "Broken Glass", "ui_hce_condition_4": "none", "ui_hce_heat_losses_1": 154.64612672242664, - "ui_hce_heat_losses_2": 1161.0367391618775, + "ui_hce_heat_losses_2": 1161.0367391618777, "ui_hce_heat_losses_3": 3313.189197444162, "ui_hce_heat_losses_4": 0.0, "ui_hce_hl_term_1": 2.23606797749979, "ui_hce_hl_term_2": 317.0, - "ui_hce_hl_term_3": 117764.33333333333, + "ui_hce_hl_term_3": 117764.33333333332, "ui_hce_hl_term_4": 40822830.0, "ui_hce_name": "2008 Schott PTR70", "ui_hce_name_1": "2008 Schott PTR70", diff --git a/deploy/runtime/defaults/Empirical Trough_LCOE Calculator.json b/deploy/runtime/defaults/Empirical Trough_LCOE Calculator.json index 95c251b795..b3ef675c62 100644 --- a/deploy/runtime/defaults/Empirical Trough_LCOE Calculator.json +++ b/deploy/runtime/defaults/Empirical Trough_LCOE Calculator.json @@ -9,7 +9,7 @@ "CHTFParF0": -0.036, "CHTFParF1": 0.242, "CHTFParF2": 0.794, - "ChtfPar": 9.034237255999999, + "ChtfPar": 9.034237256, "ChtfParPF": 1.0, "ConcFac": 1.0, "CtOpF": 1.0, @@ -222,7 +222,7 @@ "SfAvail": 0.99, "SfInTempD": 293.0, "SfOutTempD": 391.0, - "SfPar": 0.22843223480000003, + "SfPar": 0.22843223480000009, "SfParPF": 1.0, "SfPipeHl1": 0.001693, "SfPipeHl2": -0.00001683, @@ -9144,7 +9144,7 @@ "grid_interconnection_limit_kwac": 20000.0, "hce_library": "2008 Schott PTR70 Vacuum", "i_SfTi": -999.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -9242,7 +9242,6 @@ ], "sca_library": "Solargenix SGX-1", "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", @@ -9354,12 +9353,12 @@ "ui_hce_condition_3": "Broken Glass", "ui_hce_condition_4": "none", "ui_hce_heat_losses_1": 154.64612672242664, - "ui_hce_heat_losses_2": 1161.0367391618775, + "ui_hce_heat_losses_2": 1161.0367391618777, "ui_hce_heat_losses_3": 3313.189197444162, "ui_hce_heat_losses_4": 0.0, "ui_hce_hl_term_1": 2.23606797749979, "ui_hce_hl_term_2": 317.0, - "ui_hce_hl_term_3": 117764.33333333333, + "ui_hce_hl_term_3": 117764.33333333332, "ui_hce_hl_term_4": 40822830.0, "ui_hce_name": "2008 Schott PTR70", "ui_hce_name_1": "2008 Schott PTR70", diff --git a/deploy/runtime/defaults/Empirical Trough_Leveraged Partnership Flip.json b/deploy/runtime/defaults/Empirical Trough_Leveraged Partnership Flip.json index 2cafd4264b..dfb0938050 100644 --- a/deploy/runtime/defaults/Empirical Trough_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/Empirical Trough_Leveraged Partnership Flip.json @@ -9,7 +9,7 @@ "CHTFParF0": -0.036, "CHTFParF1": 0.242, "CHTFParF2": 0.794, - "ChtfPar": 9.034237255999999, + "ChtfPar": 9.034237256, "ChtfParPF": 1.0, "ConcFac": 1.0, "CtOpF": 1.0, @@ -222,7 +222,7 @@ "SfAvail": 0.99, "SfInTempD": 293.0, "SfOutTempD": 391.0, - "SfPar": 0.22843223480000003, + "SfPar": 0.22843223480000009, "SfParPF": 1.0, "SfPipeHl1": 0.001693, "SfPipeHl2": -0.00001683, @@ -18757,7 +18757,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19524,7 +19524,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -19617,7 +19617,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", @@ -19739,12 +19738,12 @@ "ui_hce_condition_3": "Broken Glass", "ui_hce_condition_4": "none", "ui_hce_heat_losses_1": 154.64612672242664, - "ui_hce_heat_losses_2": 1161.0367391618775, + "ui_hce_heat_losses_2": 1161.0367391618777, "ui_hce_heat_losses_3": 3313.189197444162, "ui_hce_heat_losses_4": 0.0, "ui_hce_hl_term_1": 2.23606797749979, "ui_hce_hl_term_2": 317.0, - "ui_hce_hl_term_3": 117764.33333333333, + "ui_hce_hl_term_3": 117764.33333333332, "ui_hce_hl_term_4": 40822830.0, "ui_hce_name": "2008 Schott PTR70", "ui_hce_name_1": "2008 Schott PTR70", diff --git a/deploy/runtime/defaults/Empirical Trough_Merchant Plant.json b/deploy/runtime/defaults/Empirical Trough_Merchant Plant.json index b4840ec173..274dae334e 100644 --- a/deploy/runtime/defaults/Empirical Trough_Merchant Plant.json +++ b/deploy/runtime/defaults/Empirical Trough_Merchant Plant.json @@ -461,7 +461,7 @@ "csp.tr.cost.power_plant.cost_per_kwe": 910.0, "csp.tr.cost.power_plant.mwe": 111.0, "csp.tr.cost.sales_tax.percent": 80.0, - "csp.tr.cost.sales_tax.total": 18260321.157811766, + "csp.tr.cost.sales_tax.total": 18260321.15781177, "csp.tr.cost.sales_tax.value": 5.0, "csp.tr.cost.site_improvements": 21939495.0, "csp.tr.cost.site_improvements.area": 877579.8, @@ -9363,7 +9363,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -666616,7 +666616,7 @@ ], "mp_error_msg": "", "mp_market_percent_gen": 100.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -666704,7 +666704,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", @@ -666722,7 +666721,7 @@ "total_direct_cost": 456508028.94529417, "total_indirect_cost": 59319463.18398236, "total_installed_cost": 534087813.2870883, - "total_land_area": 910.3576495101651, + "total_land_area": 910.3576495101652, "track_mode": 1.0, "tslogic_a": [ 0.0 @@ -666763,7 +666762,7 @@ ] ], "ui_design_exact_area_sm_1": 438591.3017238853, - "ui_design_exact_num_scas_sm_1": 932.5777200167665, + "ui_design_exact_num_scas_sm_1": 932.5777200167664, "ui_disp_1_fossil": 0.0, "ui_disp_1_nosolar": 0.1, "ui_disp_1_solar": 0.1, @@ -666819,12 +666818,12 @@ "ui_hce_condition_3": "Broken Glass", "ui_hce_condition_4": "none", "ui_hce_heat_losses_1": 154.64612672242664, - "ui_hce_heat_losses_2": 1161.0367391618775, + "ui_hce_heat_losses_2": 1161.0367391618777, "ui_hce_heat_losses_3": 3313.189197444162, "ui_hce_heat_losses_4": 0.0, "ui_hce_hl_term_1": 2.23606797749979, "ui_hce_hl_term_2": 317.0, - "ui_hce_hl_term_3": 117764.33333333333, + "ui_hce_hl_term_3": 117764.33333333332, "ui_hce_hl_term_4": 40822830.0, "ui_hce_name": "2008 Schott PTR70", "ui_hce_name_1": "2008 Schott PTR70", @@ -666857,7 +666856,7 @@ "ui_par_antifreeze_const": 0.1, "ui_par_bop_const": 0.02467, "ui_par_ct0_const": 0.017045, - "ui_par_dp_total": 20.372684672400003, + "ui_par_dp_total": 20.37268467240001, "ui_par_fixedblock_const": 0.0055, "ui_par_hb_const": 0.02273, "ui_par_htfpump_const": 0.00001052, diff --git a/deploy/runtime/defaults/Empirical Trough_None.json b/deploy/runtime/defaults/Empirical Trough_None.json index fed4d73c0e..b3f98b77e7 100644 --- a/deploy/runtime/defaults/Empirical Trough_None.json +++ b/deploy/runtime/defaults/Empirical Trough_None.json @@ -9,7 +9,7 @@ "CHTFParF0": -0.036, "CHTFParF1": 0.242, "CHTFParF2": 0.794, - "ChtfPar": 9.034237255999999, + "ChtfPar": 9.034237256, "ChtfParPF": 1.0, "ConcFac": 1.0, "CtOpF": 1.0, @@ -222,7 +222,7 @@ "SfAvail": 0.99, "SfInTempD": 293.0, "SfOutTempD": 391.0, - "SfPar": 0.22843223480000003, + "SfPar": 0.22843223480000009, "SfParPF": 1.0, "SfPipeHl1": 0.001693, "SfPipeHl2": -0.00001683, @@ -9120,7 +9120,7 @@ "grid_interconnection_limit_kwac": 20000.0, "hce_library": "2008 Schott PTR70 Vacuum", "i_SfTi": -999.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -9218,7 +9218,6 @@ ], "sca_library": "Solargenix SGX-1", "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", @@ -9323,12 +9322,12 @@ "ui_hce_condition_3": "Broken Glass", "ui_hce_condition_4": "none", "ui_hce_heat_losses_1": 154.64612672242664, - "ui_hce_heat_losses_2": 1161.0367391618775, + "ui_hce_heat_losses_2": 1161.0367391618777, "ui_hce_heat_losses_3": 3313.189197444162, "ui_hce_heat_losses_4": 0.0, "ui_hce_hl_term_1": 2.23606797749979, "ui_hce_hl_term_2": 317.0, - "ui_hce_hl_term_3": 117764.33333333333, + "ui_hce_hl_term_3": 117764.33333333332, "ui_hce_hl_term_4": 40822830.0, "ui_hce_name": "2008 Schott PTR70", "ui_hce_name_1": "2008 Schott PTR70", diff --git a/deploy/runtime/defaults/Empirical Trough_Sale Leaseback.json b/deploy/runtime/defaults/Empirical Trough_Sale Leaseback.json index 2f50470304..39e5ff4f44 100644 --- a/deploy/runtime/defaults/Empirical Trough_Sale Leaseback.json +++ b/deploy/runtime/defaults/Empirical Trough_Sale Leaseback.json @@ -9,7 +9,7 @@ "CHTFParF0": -0.036, "CHTFParF1": 0.242, "CHTFParF2": 0.794, - "ChtfPar": 9.034237255999999, + "ChtfPar": 9.034237256, "ChtfParPF": 1.0, "ConcFac": 1.0, "CtOpF": 1.0, @@ -222,7 +222,7 @@ "SfAvail": 0.99, "SfInTempD": 293.0, "SfOutTempD": 391.0, - "SfPar": 0.22843223480000003, + "SfPar": 0.22843223480000009, "SfParPF": 1.0, "SfPipeHl1": 0.001693, "SfPipeHl2": -0.00001683, @@ -18744,7 +18744,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19510,7 +19510,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -19602,7 +19602,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", @@ -19721,12 +19720,12 @@ "ui_hce_condition_3": "Broken Glass", "ui_hce_condition_4": "none", "ui_hce_heat_losses_1": 154.64612672242664, - "ui_hce_heat_losses_2": 1161.0367391618775, + "ui_hce_heat_losses_2": 1161.0367391618777, "ui_hce_heat_losses_3": 3313.189197444162, "ui_hce_heat_losses_4": 0.0, "ui_hce_hl_term_1": 2.23606797749979, "ui_hce_hl_term_2": 317.0, - "ui_hce_hl_term_3": 117764.33333333333, + "ui_hce_hl_term_3": 117764.33333333332, "ui_hce_hl_term_4": 40822830.0, "ui_hce_name": "2008 Schott PTR70", "ui_hce_name_1": "2008 Schott PTR70", diff --git a/deploy/runtime/defaults/Empirical Trough_Single Owner.json b/deploy/runtime/defaults/Empirical Trough_Single Owner.json index cd6c58a715..3ada71df0c 100644 --- a/deploy/runtime/defaults/Empirical Trough_Single Owner.json +++ b/deploy/runtime/defaults/Empirical Trough_Single Owner.json @@ -9,7 +9,7 @@ "CHTFParF0": -0.036, "CHTFParF1": 0.242, "CHTFParF2": 0.794, - "ChtfPar": 9.034237255999999, + "ChtfPar": 9.034237256, "ChtfParPF": 1.0, "ConcFac": 1.0, "CtOpF": 1.0, @@ -222,7 +222,7 @@ "SfAvail": 0.99, "SfInTempD": 293.0, "SfOutTempD": 391.0, - "SfPar": 0.22843223480000003, + "SfPar": 0.22843223480000009, "SfParPF": 1.0, "SfPipeHl1": 0.001693, "SfPipeHl2": -0.00001683, @@ -18762,7 +18762,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19529,7 +19529,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -19625,7 +19625,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", @@ -19742,12 +19741,12 @@ "ui_hce_condition_3": "Broken Glass", "ui_hce_condition_4": "none", "ui_hce_heat_losses_1": 154.64612672242664, - "ui_hce_heat_losses_2": 1161.0367391618775, + "ui_hce_heat_losses_2": 1161.0367391618777, "ui_hce_heat_losses_3": 3313.189197444162, "ui_hce_heat_losses_4": 0.0, "ui_hce_hl_term_1": 2.23606797749979, "ui_hce_hl_term_2": 317.0, - "ui_hce_hl_term_3": 117764.33333333333, + "ui_hce_hl_term_3": 117764.33333333332, "ui_hce_hl_term_4": 40822830.0, "ui_hce_name": "2008 Schott PTR70", "ui_hce_name_1": "2008 Schott PTR70", diff --git a/deploy/runtime/defaults/Flat Plate PV_All Equity Partnership Flip.json b/deploy/runtime/defaults/Flat Plate PV_All Equity Partnership Flip.json index 9ac8e5c285..6dc638a295 100644 --- a/deploy/runtime/defaults/Flat Plate PV_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/Flat Plate PV_All Equity Partnership Flip.json @@ -37378,7 +37378,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -40261,7 +40261,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Flat Plate PV_Commercial.json b/deploy/runtime/defaults/Flat Plate PV_Commercial.json index 28bd9c719b..5c4e22da7c 100644 --- a/deploy/runtime/defaults/Flat Plate PV_Commercial.json +++ b/deploy/runtime/defaults/Flat Plate PV_Commercial.json @@ -27914,7 +27914,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -47698,7 +47698,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Flat Plate PV_Host Developer.json b/deploy/runtime/defaults/Flat Plate PV_Host Developer.json index 259f574dff..45e42723c7 100644 --- a/deploy/runtime/defaults/Flat Plate PV_Host Developer.json +++ b/deploy/runtime/defaults/Flat Plate PV_Host Developer.json @@ -37413,7 +37413,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -57851,7 +57851,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Flat Plate PV_LCOE Calculator.json b/deploy/runtime/defaults/Flat Plate PV_LCOE Calculator.json index e1cf454698..bf189c7a3b 100644 --- a/deploy/runtime/defaults/Flat Plate PV_LCOE Calculator.json +++ b/deploy/runtime/defaults/Flat Plate PV_LCOE Calculator.json @@ -9453,7 +9453,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -11536,7 +11536,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Flat Plate PV_Leveraged Partnership Flip.json b/deploy/runtime/defaults/Flat Plate PV_Leveraged Partnership Flip.json index d0707880d2..d3850cf802 100644 --- a/deploy/runtime/defaults/Flat Plate PV_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/Flat Plate PV_Leveraged Partnership Flip.json @@ -37386,7 +37386,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -40272,7 +40272,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Flat Plate PV_Merchant Plant.json b/deploy/runtime/defaults/Flat Plate PV_Merchant Plant.json index 1ea3555c47..3f1eb2acb0 100644 --- a/deploy/runtime/defaults/Flat Plate PV_Merchant Plant.json +++ b/deploy/runtime/defaults/Flat Plate PV_Merchant Plant.json @@ -27992,7 +27992,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -687359,7 +687359,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Flat Plate PV_None.json b/deploy/runtime/defaults/Flat Plate PV_None.json index 0b129fb20c..34982b82aa 100644 --- a/deploy/runtime/defaults/Flat Plate PV_None.json +++ b/deploy/runtime/defaults/Flat Plate PV_None.json @@ -9429,7 +9429,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -11512,7 +11512,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Flat Plate PV_Residential.json b/deploy/runtime/defaults/Flat Plate PV_Residential.json index 0456958a93..52acdb6863 100644 --- a/deploy/runtime/defaults/Flat Plate PV_Residential.json +++ b/deploy/runtime/defaults/Flat Plate PV_Residential.json @@ -27975,7 +27975,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -47774,7 +47774,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Flat Plate PV_Sale Leaseback.json b/deploy/runtime/defaults/Flat Plate PV_Sale Leaseback.json index 823a1cde81..9eced91321 100644 --- a/deploy/runtime/defaults/Flat Plate PV_Sale Leaseback.json +++ b/deploy/runtime/defaults/Flat Plate PV_Sale Leaseback.json @@ -37373,7 +37373,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -40257,7 +40257,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Flat Plate PV_Single Owner.json b/deploy/runtime/defaults/Flat Plate PV_Single Owner.json index e46b824641..0e9261ba6e 100644 --- a/deploy/runtime/defaults/Flat Plate PV_Single Owner.json +++ b/deploy/runtime/defaults/Flat Plate PV_Single Owner.json @@ -37391,7 +37391,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -40280,7 +40280,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Flat Plate PV_Third Party.json b/deploy/runtime/defaults/Flat Plate PV_Third Party.json index c97956d965..1b7c4f76d2 100644 --- a/deploy/runtime/defaults/Flat Plate PV_Third Party.json +++ b/deploy/runtime/defaults/Flat Plate PV_Third Party.json @@ -27821,7 +27821,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -47486,7 +47486,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Fuel Cell_Commercial.json b/deploy/runtime/defaults/Fuel Cell_Commercial.json index f07116ef08..68aadd6eb3 100644 --- a/deploy/runtime/defaults/Fuel Cell_Commercial.json +++ b/deploy/runtime/defaults/Fuel Cell_Commercial.json @@ -8883,7 +8883,7 @@ "batt_cell_power_charge_max": 2.0, "batt_cell_power_discharge_max": 2.0, "batt_chem": 1.0, - "batt_computed_bank_capacity": 1200.5431199999999, + "batt_computed_bank_capacity": 1200.54312, "batt_computed_series": 126.0, "batt_computed_stacks_series": 1.0, "batt_computed_strings": 1064.0, @@ -9863,9 +9863,9 @@ "batt_minimum_outage_SOC": 10.0, "batt_num_cells": 134064.0, "batt_power_charge_max_kwac": 312.64143749999996, - "batt_power_charge_max_kwdc": 300.13577999999998, + "batt_power_charge_max_kwdc": 300.13578, "batt_power_discharge_max_kwac": 288.1303487999999, - "batt_power_discharge_max_kwdc": 300.13577999999998, + "batt_power_discharge_max_kwdc": 300.13578, "batt_pv_ac_forecast": [ 0.0 ], @@ -18705,7 +18705,7 @@ "batt_ui_bank_voltage": 501.48, "batt_ui_cell_voltage": 3.98, "batt_ui_inverter_eff": 96.0, - "batt_ui_nominal_bank_power": 300.13577999999998, + "batt_ui_nominal_bank_power": 300.13578, "batt_unit_capacity": 400.0, "batt_unit_surface_area": 30.0, "batt_user_specified_weather_file_peak_shaving": "", @@ -18717,9 +18717,9 @@ 0.0 ] ], - "batt_volume": 2.3950984937655859, - "battery_energy": 1200.5431199999999, - "battery_energy_kwh": 1200.5431199999999, + "batt_volume": 2.395098493765586, + "battery_energy": 1200.54312, + "battery_energy_kwh": 1200.54312, "battery_losses_shown": 0.0, "battery_per_kW": 667.0, "battery_per_kWh": 184.0, @@ -55582,7 +55582,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -55600,7 +55600,7 @@ "install_margin_perarea": 0.0, "install_margin_perwatt": 0.25, "install_margin_total": 53750.0, - "installed_per_capacity": 13.540743351470141, + "installed_per_capacity": 13.54074335147014, "insurance_rate": 0.0, "inv_eff": 96.0, "inverter_costunits": 1.0, @@ -73228,7 +73228,7 @@ 156.2, 184.05 ], - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_thermal_bill": 0.0, "normalize_to_utility_bill": 0.0, "om_batt_capacity_cost": [ @@ -73237,7 +73237,7 @@ "om_batt_fixed_cost": [ 0.0 ], - "om_batt_nameplate": 1200.5431199999999, + "om_batt_nameplate": 1200.54312, "om_batt_replacement_cost": [ 184.0 ], @@ -73425,7 +73425,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -73442,7 +73441,7 @@ "thermal_10": 664864.1129999992, "thermal_11": 566944.4700000023, "thermal_12": 466793.0800000013, - "thermal_2": 485226.54000000117, + "thermal_2": 485226.5400000012, "thermal_3": 580314.9830000013, "thermal_4": 601906.9489999994, "thermal_5": 688796.4460000006, @@ -126094,7 +126093,7 @@ "ui_total_land_area_ha": 0.3771932312905151, "ui_total_module_area": 1131.578947368421, "ui_total_module_area_acres": 0.2796190002541281, - "ui_total_module_area_ha": 0.11315789473684211, + "ui_total_module_area_ha": 0.11315789473684213, "ui_use_acre_per_mw": 0.0, "ui_wacc": 5.1429, "ur_annual_min_charge": 0.0, diff --git a/deploy/runtime/defaults/Fuel Cell_Single Owner.json b/deploy/runtime/defaults/Fuel Cell_Single Owner.json index f1b9ef2141..62ece0aaf6 100644 --- a/deploy/runtime/defaults/Fuel Cell_Single Owner.json +++ b/deploy/runtime/defaults/Fuel Cell_Single Owner.json @@ -63,7 +63,7 @@ "batt_Qexp": 0.04005, "batt_Qexp_percent": 1.78, "batt_Qfull": 2.25, - "batt_Qfull_flow": 478583.99999999997, + "batt_Qfull_flow": 478584.0, "batt_Qnom": 2.0002500000000005, "batt_Qnom_percent": 88.9, "batt_Vcut": 2.706, @@ -10112,7 +10112,7 @@ ] ], "capex_table_total_installed_ac_cost": 50000000.00000001, - "capex_table_total_installed_batt_cost": 112562542.72912319, + "capex_table_total_installed_batt_cost": 112562542.7291232, "capex_table_total_installed_dc_cost": 94000000.0, "capex_table_total_installed_fuelcell_cost": 2000000.0, "cbi_fed_amount": 0.0, @@ -10142,7 +10142,7 @@ "chk_update_peaks": 1.0, "city": "-", "compute_as_cube": 0.0, - "const_per_interest1": 3102433.9988622835, + "const_per_interest1": 3102433.998862284, "const_per_interest2": 0.0, "const_per_interest3": 0.0, "const_per_interest4": 0.0, @@ -10152,7 +10152,7 @@ "const_per_interest_rate3": 0.0, "const_per_interest_rate4": 0.0, "const_per_interest_rate5": 0.0, - "const_per_interest_total": 3102433.9988622835, + "const_per_interest_total": 3102433.998862284, "const_per_months1": 6.0, "const_per_months2": 0.0, "const_per_months3": 0.0, @@ -10169,12 +10169,12 @@ "const_per_percent4": 0.0, "const_per_percent5": 0.0, "const_per_percent_total": 100.0, - "const_per_principal1": 190919015.31460206, + "const_per_principal1": 190919015.31460209, "const_per_principal2": 0.0, "const_per_principal3": 0.0, "const_per_principal4": 0.0, "const_per_principal5": 0.0, - "const_per_principal_total": 190919015.31460206, + "const_per_principal_total": 190919015.31460209, "const_per_total1": 5011624.152008304, "const_per_total2": 0.0, "const_per_total3": 0.0, @@ -47513,7 +47513,7 @@ "ibi_uti_percent_maxvalue": 0.0, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -48255,7 +48255,7 @@ "modulearray_power_w": 100000000.0, "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_batt_capacity_cost": [ 7.25 ], @@ -48353,7 +48353,7 @@ "ppa_soln_mode": 1.0, "prop_tax_assessed_decline": 0.0, "prop_tax_cost_assessed_percent": 100.0, - "property_assessed_value": 190919015.31460206, + "property_assessed_value": 190919015.31460209, "property_tax_rate": 1.0, "ptc_fed_amount": [ 0.0 @@ -48452,7 +48452,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -83530,7 +83529,7 @@ "total_battery_indirect_cost": 0.0, "total_direct_cost": 174208586.01390673, "total_indirect_cost": 8000000.0, - "total_installed_cost": 190919015.31460206, + "total_installed_cost": 190919015.31460209, "total_land_area": 433.51782985136148, "total_module_area": 526315.7894736842, "total_system_indirect_cost": 8000000.0, @@ -83561,7 +83560,7 @@ "ui_system_nameplate_standalone": 0.0, "ui_total_land_area_ha": 175.43871222814654, "ui_total_module_area": 526315.7894736842, - "ui_total_module_area_acres": 130.05534895540843, + "ui_total_module_area_acres": 130.05534895540846, "ui_total_module_area_ha": 52.63157894736842, "ui_use_acre_per_mw": 0.0, "ui_wacc": 7.101450000000001, diff --git a/deploy/runtime/defaults/Generic CSP System_All Equity Partnership Flip.json b/deploy/runtime/defaults/Generic CSP System_All Equity Partnership Flip.json index d16de857f8..f1e22b04c7 100644 --- a/deploy/runtime/defaults/Generic CSP System_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/Generic CSP System_All Equity Partnership Flip.json @@ -537,23 +537,23 @@ "csp.gss.cost.plm.per_acre": 10000.0, "csp.gss.cost.plm.per_watt": 0.0, "csp.gss.cost.plm.percent": 0.0, - "csp.gss.cost.plm.total": 18434462.770750595, + "csp.gss.cost.plm.total": 18434462.7707506, "csp.gss.cost.power_plant": 165600000.0, "csp.gss.cost.power_plant.cost_per_kwe": 1440.0, "csp.gss.cost.power_plant.mwe": 115.0, "csp.gss.cost.sales_tax.percent": 80.0, "csp.gss.cost.sales_tax.total": 23557685.76647707, "csp.gss.cost.sales_tax.value": 5.0, - "csp.gss.cost.site_improvements": 19894199.671658543, + "csp.gss.cost.site_improvements": 19894199.67165855, "csp.gss.cost.site_improvements.area": 1243387.4794786589, "csp.gss.cost.site_improvements.cost_per_m2": 16.0, "csp.gss.cost.solar_field": 298412995.07487818, "csp.gss.cost.solar_field.area": 1243387.4794786589, "csp.gss.cost.solar_field.cost_per_m2": 240.0, - "csp.gss.cost.storage": 66506024.096385549, + "csp.gss.cost.storage": 66506024.09638555, "csp.gss.cost.storage.cost_per_kwht": 24.0, "csp.gss.cost.storage.mwht": 2771.0843373493978, - "csp.gss.cost.total_land_area": 1843.4462770750595, + "csp.gss.cost.total_land_area": 1843.44627707506, "csp.gss.pwrb.design_parasitic_load": 14.827710724999996, "csp.gss.pwrb.gross_net_conversion_factor": 0.9, "csp.gss.pwrb.nameplate": 103.5, @@ -597,7 +597,7 @@ "csp.gss.sf.wspd_loss_f3": 0.0, "csp.gss.solf.fixed_land_area": 307.2410461791766, "csp.gss.solf.land_overhead_factor": 6.0, - "csp.gss.solf.total_land_area": 1843.4462770750595, + "csp.gss.solf.total_land_area": 1843.44627707506, "csp.gss.tes.charge_loss_f0": 1.0, "csp.gss.tes.charge_loss_f1": 0.0, "csp.gss.tes.charge_loss_f2": 0.0, @@ -10083,7 +10083,7 @@ 0.05, 0.05 ], - "dni_par_design": 0.49789300000000005, + "dni_par_design": 0.4978930000000001, "dni_par_f0": 0.0, "dni_par_f1": -0.086635, "dni_par_f2": 0.584528, @@ -10141,7 +10141,7 @@ "f_par_tot_des": 0.8512869999999999, "f_sfhl_ref": 0.063, "f_startup": 0.5, - "f_t_amb_loss_des": 0.0013909999999999999, + "f_t_amb_loss_des": 0.001391, "f_teshl_ref": 0.35, "f_v_wind_loss_des": 0.017246, "f_wmax": 1.0, @@ -18976,7 +18976,7 @@ "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, "ibn": 0.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19016,7 +19016,7 @@ 1e38 ], "itoth": 0.0, - "land_area": 1843.4462770750595, + "land_area": 1843.44627707506, "lat": 34.85, "latitude": 34.85, "lib_dispatch_factor1": 1.0, @@ -19668,7 +19668,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "ntod": 9.0, "om_capacity": [ 66.0 @@ -19799,7 +19799,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -19842,7 +19841,7 @@ "total_direct_cost": 588942144.1619268, "total_indirect_cost": 94996941.51180108, "total_installed_cost": 707496771.440205, - "total_land_area": 1843.4462770750595, + "total_land_area": 1843.44627707506, "track_mode": 1.0, "tslogic_a": [ 0.0 diff --git a/deploy/runtime/defaults/Generic CSP System_Commercial.json b/deploy/runtime/defaults/Generic CSP System_Commercial.json index 0e0a5199f1..56143333d2 100644 --- a/deploy/runtime/defaults/Generic CSP System_Commercial.json +++ b/deploy/runtime/defaults/Generic CSP System_Commercial.json @@ -502,23 +502,23 @@ "csp.gss.cost.plm.per_acre": 10000.0, "csp.gss.cost.plm.per_watt": 0.0, "csp.gss.cost.plm.percent": 0.0, - "csp.gss.cost.plm.total": 18434462.770750595, + "csp.gss.cost.plm.total": 18434462.7707506, "csp.gss.cost.power_plant": 165600000.0, "csp.gss.cost.power_plant.cost_per_kwe": 1440.0, "csp.gss.cost.power_plant.mwe": 115.0, "csp.gss.cost.sales_tax.percent": 80.0, "csp.gss.cost.sales_tax.total": 23557685.76647707, "csp.gss.cost.sales_tax.value": 5.0, - "csp.gss.cost.site_improvements": 19894199.671658543, + "csp.gss.cost.site_improvements": 19894199.67165855, "csp.gss.cost.site_improvements.area": 1243387.4794786589, "csp.gss.cost.site_improvements.cost_per_m2": 16.0, "csp.gss.cost.solar_field": 298412995.07487818, "csp.gss.cost.solar_field.area": 1243387.4794786589, "csp.gss.cost.solar_field.cost_per_m2": 240.0, - "csp.gss.cost.storage": 66506024.096385549, + "csp.gss.cost.storage": 66506024.09638555, "csp.gss.cost.storage.cost_per_kwht": 24.0, "csp.gss.cost.storage.mwht": 2771.0843373493978, - "csp.gss.cost.total_land_area": 1843.4462770750595, + "csp.gss.cost.total_land_area": 1843.44627707506, "csp.gss.pwrb.design_parasitic_load": 14.827710724999996, "csp.gss.pwrb.gross_net_conversion_factor": 0.9, "csp.gss.pwrb.nameplate": 103.5, @@ -562,7 +562,7 @@ "csp.gss.sf.wspd_loss_f3": 0.0, "csp.gss.solf.fixed_land_area": 307.2410461791766, "csp.gss.solf.land_overhead_factor": 6.0, - "csp.gss.solf.total_land_area": 1843.4462770750595, + "csp.gss.solf.total_land_area": 1843.44627707506, "csp.gss.tes.charge_loss_f0": 1.0, "csp.gss.tes.charge_loss_f1": 0.0, "csp.gss.tes.charge_loss_f2": 0.0, @@ -610,7 +610,7 @@ 0.05, 0.05 ], - "dni_par_design": 0.49789300000000005, + "dni_par_design": 0.4978930000000001, "dni_par_f0": 0.0, "dni_par_f1": -0.086635, "dni_par_f2": 0.584528, @@ -679,7 +679,7 @@ "f_par_tot_des": 0.8512869999999999, "f_sfhl_ref": 0.063, "f_startup": 0.5, - "f_t_amb_loss_des": 0.0013909999999999999, + "f_t_amb_loss_des": 0.001391, "f_teshl_ref": 0.35, "f_v_wind_loss_des": 0.017246, "f_wmax": 1.0, @@ -9512,7 +9512,7 @@ "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, "ibn": 0.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -27103,7 +27103,7 @@ 162.555, 185.168 ], - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_utility_bill": 0.0, "ntod": 9.0, "om_capacity": [ @@ -27236,7 +27236,6 @@ "show_cash_incentives": 1.0, "show_tax_credits": 1.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -27270,7 +27269,7 @@ "total_direct_cost": 588942144.1619268, "total_indirect_cost": 94996941.51180108, "total_installed_cost": 707496771.440205, - "total_land_area": 1843.4462770750595, + "total_land_area": 1843.44627707506, "track_mode": 1.0, "tslogic_a": [ 0.0 diff --git a/deploy/runtime/defaults/Generic CSP System_LCOE Calculator.json b/deploy/runtime/defaults/Generic CSP System_LCOE Calculator.json index 70a2d81d99..08a0ec6578 100644 --- a/deploy/runtime/defaults/Generic CSP System_LCOE Calculator.json +++ b/deploy/runtime/defaults/Generic CSP System_LCOE Calculator.json @@ -505,7 +505,7 @@ "csp.gss.sf.wspd_loss_f3": 0.0, "csp.gss.solf.fixed_land_area": 307.2410461791766, "csp.gss.solf.land_overhead_factor": 6.0, - "csp.gss.solf.total_land_area": 1843.4462770750595, + "csp.gss.solf.total_land_area": 1843.44627707506, "csp.gss.tes.charge_loss_f0": 1.0, "csp.gss.tes.charge_loss_f1": 0.0, "csp.gss.tes.charge_loss_f2": 0.0, @@ -538,7 +538,7 @@ 0.05, 0.05 ], - "dni_par_design": 0.49789300000000005, + "dni_par_design": 0.4978930000000001, "dni_par_f0": 0.0, "dni_par_f1": -0.086635, "dni_par_f2": 0.584528, @@ -586,7 +586,7 @@ "f_par_tot_des": 0.8512869999999999, "f_sfhl_ref": 0.063, "f_startup": 0.5, - "f_t_amb_loss_des": 0.0013909999999999999, + "f_t_amb_loss_des": 0.001391, "f_teshl_ref": 0.35, "f_v_wind_loss_des": 0.017246, "f_wmax": 1.0, @@ -9374,7 +9374,7 @@ "hrs_tes": 10.0, "ibh": 0.0, "ibn": 0.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -9438,7 +9438,6 @@ 0.0 ], "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -9465,7 +9464,7 @@ "theta_stow": 170.0, "tilt": 0.0, "timezone": -8.0, - "total_land_area": 1843.4462770750595, + "total_land_area": 1843.44627707506, "track_mode": 1.0, "tslogic_a": [ 0.0 diff --git a/deploy/runtime/defaults/Generic CSP System_Leveraged Partnership Flip.json b/deploy/runtime/defaults/Generic CSP System_Leveraged Partnership Flip.json index 2c27b8d7ce..0725414187 100644 --- a/deploy/runtime/defaults/Generic CSP System_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/Generic CSP System_Leveraged Partnership Flip.json @@ -539,23 +539,23 @@ "csp.gss.cost.plm.per_acre": 10000.0, "csp.gss.cost.plm.per_watt": 0.0, "csp.gss.cost.plm.percent": 0.0, - "csp.gss.cost.plm.total": 18434462.770750595, + "csp.gss.cost.plm.total": 18434462.7707506, "csp.gss.cost.power_plant": 165600000.0, "csp.gss.cost.power_plant.cost_per_kwe": 1440.0, "csp.gss.cost.power_plant.mwe": 115.0, "csp.gss.cost.sales_tax.percent": 80.0, "csp.gss.cost.sales_tax.total": 23557685.76647707, "csp.gss.cost.sales_tax.value": 5.0, - "csp.gss.cost.site_improvements": 19894199.671658543, + "csp.gss.cost.site_improvements": 19894199.67165855, "csp.gss.cost.site_improvements.area": 1243387.4794786589, "csp.gss.cost.site_improvements.cost_per_m2": 16.0, "csp.gss.cost.solar_field": 298412995.07487818, "csp.gss.cost.solar_field.area": 1243387.4794786589, "csp.gss.cost.solar_field.cost_per_m2": 240.0, - "csp.gss.cost.storage": 66506024.096385549, + "csp.gss.cost.storage": 66506024.09638555, "csp.gss.cost.storage.cost_per_kwht": 24.0, "csp.gss.cost.storage.mwht": 2771.0843373493978, - "csp.gss.cost.total_land_area": 1843.4462770750595, + "csp.gss.cost.total_land_area": 1843.44627707506, "csp.gss.pwrb.design_parasitic_load": 14.827710724999996, "csp.gss.pwrb.gross_net_conversion_factor": 0.9, "csp.gss.pwrb.nameplate": 103.5, @@ -599,7 +599,7 @@ "csp.gss.sf.wspd_loss_f3": 0.0, "csp.gss.solf.fixed_land_area": 307.2410461791766, "csp.gss.solf.land_overhead_factor": 6.0, - "csp.gss.solf.total_land_area": 1843.4462770750595, + "csp.gss.solf.total_land_area": 1843.44627707506, "csp.gss.tes.charge_loss_f0": 1.0, "csp.gss.tes.charge_loss_f1": 0.0, "csp.gss.tes.charge_loss_f2": 0.0, @@ -10088,7 +10088,7 @@ 0.05, 0.05 ], - "dni_par_design": 0.49789300000000005, + "dni_par_design": 0.4978930000000001, "dni_par_f0": 0.0, "dni_par_f1": -0.086635, "dni_par_f2": 0.584528, @@ -10149,7 +10149,7 @@ "f_par_tot_des": 0.8512869999999999, "f_sfhl_ref": 0.063, "f_startup": 0.5, - "f_t_amb_loss_des": 0.0013909999999999999, + "f_t_amb_loss_des": 0.001391, "f_teshl_ref": 0.35, "f_v_wind_loss_des": 0.017246, "f_wmax": 1.0, @@ -18984,7 +18984,7 @@ "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, "ibn": 0.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19024,7 +19024,7 @@ 1e38 ], "itoth": 0.0, - "land_area": 1843.4462770750595, + "land_area": 1843.44627707506, "lat": 34.85, "latitude": 34.85, "lib_dispatch_factor1": 1.0, @@ -19677,7 +19677,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "ntod": 9.0, "om_capacity": [ 66.0 @@ -19810,7 +19810,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -19853,7 +19852,7 @@ "total_direct_cost": 588942144.1619268, "total_indirect_cost": 94996941.51180108, "total_installed_cost": 707496771.440205, - "total_land_area": 1843.4462770750595, + "total_land_area": 1843.44627707506, "track_mode": 1.0, "tslogic_a": [ 0.0 diff --git a/deploy/runtime/defaults/Generic CSP System_Merchant Plant.json b/deploy/runtime/defaults/Generic CSP System_Merchant Plant.json index 609747cfb9..2961fa4da3 100644 --- a/deploy/runtime/defaults/Generic CSP System_Merchant Plant.json +++ b/deploy/runtime/defaults/Generic CSP System_Merchant Plant.json @@ -553,23 +553,23 @@ "csp.gss.cost.plm.per_acre": 10000.0, "csp.gss.cost.plm.per_watt": 0.0, "csp.gss.cost.plm.percent": 0.0, - "csp.gss.cost.plm.total": 18434462.770750595, + "csp.gss.cost.plm.total": 18434462.7707506, "csp.gss.cost.power_plant": 165600000.0, "csp.gss.cost.power_plant.cost_per_kwe": 1440.0, "csp.gss.cost.power_plant.mwe": 115.0, "csp.gss.cost.sales_tax.percent": 80.0, "csp.gss.cost.sales_tax.total": 23557685.76647707, "csp.gss.cost.sales_tax.value": 5.0, - "csp.gss.cost.site_improvements": 19894199.671658543, + "csp.gss.cost.site_improvements": 19894199.67165855, "csp.gss.cost.site_improvements.area": 1243387.4794786589, "csp.gss.cost.site_improvements.cost_per_m2": 16.0, "csp.gss.cost.solar_field": 298412995.07487818, "csp.gss.cost.solar_field.area": 1243387.4794786589, "csp.gss.cost.solar_field.cost_per_m2": 240.0, - "csp.gss.cost.storage": 66506024.096385549, + "csp.gss.cost.storage": 66506024.09638555, "csp.gss.cost.storage.cost_per_kwht": 24.0, "csp.gss.cost.storage.mwht": 2771.0843373493978, - "csp.gss.cost.total_land_area": 1843.4462770750595, + "csp.gss.cost.total_land_area": 1843.44627707506, "csp.gss.pwrb.design_parasitic_load": 14.827710724999996, "csp.gss.pwrb.gross_net_conversion_factor": 0.9, "csp.gss.pwrb.nameplate": 103.5, @@ -613,7 +613,7 @@ "csp.gss.sf.wspd_loss_f3": 0.0, "csp.gss.solf.fixed_land_area": 307.2410461791766, "csp.gss.solf.land_overhead_factor": 6.0, - "csp.gss.solf.total_land_area": 1843.4462770750595, + "csp.gss.solf.total_land_area": 1843.44627707506, "csp.gss.tes.charge_loss_f0": 1.0, "csp.gss.tes.charge_loss_f1": 0.0, "csp.gss.tes.charge_loss_f2": 0.0, @@ -695,7 +695,7 @@ 0.05, 0.05 ], - "dni_par_design": 0.49789300000000005, + "dni_par_design": 0.4978930000000001, "dni_par_f0": 0.0, "dni_par_f1": -0.086635, "dni_par_f2": 0.584528, @@ -756,7 +756,7 @@ "f_par_tot_des": 0.8512869999999999, "f_sfhl_ref": 0.063, "f_startup": 0.5, - "f_t_amb_loss_des": 0.0013909999999999999, + "f_t_amb_loss_des": 0.001391, "f_teshl_ref": 0.35, "f_v_wind_loss_des": 0.017246, "f_wmax": 1.0, @@ -9590,7 +9590,7 @@ "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, "ibn": 0.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -9630,7 +9630,7 @@ 1e38 ], "itoth": 0.0, - "land_area": 1843.4462770750595, + "land_area": 1843.44627707506, "lat": 34.85, "latitude": 34.85, "library_folder_list": "x", @@ -666769,7 +666769,7 @@ ], "mp_error_msg": "", "mp_market_percent_gen": 100.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "ntod": 9.0, "om_capacity": [ 66.0 @@ -666897,7 +666897,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -666933,7 +666932,7 @@ "total_direct_cost": 588942144.1619268, "total_indirect_cost": 94996941.51180108, "total_installed_cost": 707496771.440205, - "total_land_area": 1843.4462770750595, + "total_land_area": 1843.44627707506, "track_mode": 1.0, "tslogic_a": [ 0.0 diff --git a/deploy/runtime/defaults/Generic CSP System_None.json b/deploy/runtime/defaults/Generic CSP System_None.json index 40755df3ae..49891d1ae3 100644 --- a/deploy/runtime/defaults/Generic CSP System_None.json +++ b/deploy/runtime/defaults/Generic CSP System_None.json @@ -483,7 +483,7 @@ "csp.gss.sf.wspd_loss_f3": 0.0, "csp.gss.solf.fixed_land_area": 307.2410461791766, "csp.gss.solf.land_overhead_factor": 6.0, - "csp.gss.solf.total_land_area": 1843.4462770750595, + "csp.gss.solf.total_land_area": 1843.44627707506, "csp.gss.tes.charge_loss_f0": 1.0, "csp.gss.tes.charge_loss_f1": 0.0, "csp.gss.tes.charge_loss_f2": 0.0, @@ -516,7 +516,7 @@ 0.05, 0.05 ], - "dni_par_design": 0.49789300000000005, + "dni_par_design": 0.4978930000000001, "dni_par_f0": 0.0, "dni_par_f1": -0.086635, "dni_par_f2": 0.584528, @@ -564,7 +564,7 @@ "f_par_tot_des": 0.8512869999999999, "f_sfhl_ref": 0.063, "f_startup": 0.5, - "f_t_amb_loss_des": 0.0013909999999999999, + "f_t_amb_loss_des": 0.001391, "f_teshl_ref": 0.35, "f_v_wind_loss_des": 0.017246, "f_wmax": 1.0, @@ -9350,7 +9350,7 @@ "hrs_tes": 10.0, "ibh": 0.0, "ibn": 0.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -9414,7 +9414,6 @@ 0.0 ], "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -9441,7 +9440,7 @@ "theta_stow": 170.0, "tilt": 0.0, "timezone": -8.0, - "total_land_area": 1843.4462770750595, + "total_land_area": 1843.44627707506, "track_mode": 1.0, "tslogic_a": [ 0.0 diff --git a/deploy/runtime/defaults/Generic CSP System_Sale Leaseback.json b/deploy/runtime/defaults/Generic CSP System_Sale Leaseback.json index 296a224927..9d09485aa8 100644 --- a/deploy/runtime/defaults/Generic CSP System_Sale Leaseback.json +++ b/deploy/runtime/defaults/Generic CSP System_Sale Leaseback.json @@ -537,23 +537,23 @@ "csp.gss.cost.plm.per_acre": 10000.0, "csp.gss.cost.plm.per_watt": 0.0, "csp.gss.cost.plm.percent": 0.0, - "csp.gss.cost.plm.total": 18434462.770750595, + "csp.gss.cost.plm.total": 18434462.7707506, "csp.gss.cost.power_plant": 165600000.0, "csp.gss.cost.power_plant.cost_per_kwe": 1440.0, "csp.gss.cost.power_plant.mwe": 115.0, "csp.gss.cost.sales_tax.percent": 80.0, "csp.gss.cost.sales_tax.total": 23557685.76647707, "csp.gss.cost.sales_tax.value": 5.0, - "csp.gss.cost.site_improvements": 19894199.671658543, + "csp.gss.cost.site_improvements": 19894199.67165855, "csp.gss.cost.site_improvements.area": 1243387.4794786589, "csp.gss.cost.site_improvements.cost_per_m2": 16.0, "csp.gss.cost.solar_field": 298412995.07487818, "csp.gss.cost.solar_field.area": 1243387.4794786589, "csp.gss.cost.solar_field.cost_per_m2": 240.0, - "csp.gss.cost.storage": 66506024.096385549, + "csp.gss.cost.storage": 66506024.09638555, "csp.gss.cost.storage.cost_per_kwht": 24.0, "csp.gss.cost.storage.mwht": 2771.0843373493978, - "csp.gss.cost.total_land_area": 1843.4462770750595, + "csp.gss.cost.total_land_area": 1843.44627707506, "csp.gss.pwrb.design_parasitic_load": 14.827710724999996, "csp.gss.pwrb.gross_net_conversion_factor": 0.9, "csp.gss.pwrb.nameplate": 103.5, @@ -597,7 +597,7 @@ "csp.gss.sf.wspd_loss_f3": 0.0, "csp.gss.solf.fixed_land_area": 307.2410461791766, "csp.gss.solf.land_overhead_factor": 6.0, - "csp.gss.solf.total_land_area": 1843.4462770750595, + "csp.gss.solf.total_land_area": 1843.44627707506, "csp.gss.tes.charge_loss_f0": 1.0, "csp.gss.tes.charge_loss_f1": 0.0, "csp.gss.tes.charge_loss_f2": 0.0, @@ -10078,7 +10078,7 @@ 0.05, 0.05 ], - "dni_par_design": 0.49789300000000005, + "dni_par_design": 0.4978930000000001, "dni_par_f0": 0.0, "dni_par_f1": -0.086635, "dni_par_f2": 0.584528, @@ -10136,7 +10136,7 @@ "f_par_tot_des": 0.8512869999999999, "f_sfhl_ref": 0.063, "f_startup": 0.5, - "f_t_amb_loss_des": 0.0013909999999999999, + "f_t_amb_loss_des": 0.001391, "f_teshl_ref": 0.35, "f_v_wind_loss_des": 0.017246, "f_wmax": 1.0, @@ -18971,7 +18971,7 @@ "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, "ibn": 0.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19011,7 +19011,7 @@ 1e38 ], "itoth": 0.0, - "land_area": 1843.4462770750595, + "land_area": 1843.44627707506, "lat": 34.85, "latitude": 34.85, "lib_dispatch_factor1": 1.0, @@ -19663,7 +19663,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "ntod": 9.0, "om_capacity": [ 66.0 @@ -19795,7 +19795,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -19835,7 +19834,7 @@ "total_direct_cost": 588942144.1619268, "total_indirect_cost": 94996941.51180108, "total_installed_cost": 707496771.440205, - "total_land_area": 1843.4462770750595, + "total_land_area": 1843.44627707506, "track_mode": 1.0, "tslogic_a": [ 0.0 diff --git a/deploy/runtime/defaults/Generic CSP System_Single Owner.json b/deploy/runtime/defaults/Generic CSP System_Single Owner.json index b35bce5f8c..881412d06c 100644 --- a/deploy/runtime/defaults/Generic CSP System_Single Owner.json +++ b/deploy/runtime/defaults/Generic CSP System_Single Owner.json @@ -545,23 +545,23 @@ "csp.gss.cost.plm.per_acre": 10000.0, "csp.gss.cost.plm.per_watt": 0.0, "csp.gss.cost.plm.percent": 0.0, - "csp.gss.cost.plm.total": 18434462.770750595, + "csp.gss.cost.plm.total": 18434462.7707506, "csp.gss.cost.power_plant": 165600000.0, "csp.gss.cost.power_plant.cost_per_kwe": 1440.0, "csp.gss.cost.power_plant.mwe": 115.0, "csp.gss.cost.sales_tax.percent": 80.0, "csp.gss.cost.sales_tax.total": 23557685.76647707, "csp.gss.cost.sales_tax.value": 5.0, - "csp.gss.cost.site_improvements": 19894199.671658543, + "csp.gss.cost.site_improvements": 19894199.67165855, "csp.gss.cost.site_improvements.area": 1243387.4794786589, "csp.gss.cost.site_improvements.cost_per_m2": 16.0, "csp.gss.cost.solar_field": 298412995.07487818, "csp.gss.cost.solar_field.area": 1243387.4794786589, "csp.gss.cost.solar_field.cost_per_m2": 240.0, - "csp.gss.cost.storage": 66506024.096385549, + "csp.gss.cost.storage": 66506024.09638555, "csp.gss.cost.storage.cost_per_kwht": 24.0, "csp.gss.cost.storage.mwht": 2771.0843373493978, - "csp.gss.cost.total_land_area": 1843.4462770750595, + "csp.gss.cost.total_land_area": 1843.44627707506, "csp.gss.pwrb.design_parasitic_load": 14.827710724999996, "csp.gss.pwrb.gross_net_conversion_factor": 0.9, "csp.gss.pwrb.nameplate": 103.5, @@ -605,7 +605,7 @@ "csp.gss.sf.wspd_loss_f3": 0.0, "csp.gss.solf.fixed_land_area": 307.2410461791766, "csp.gss.solf.land_overhead_factor": 6.0, - "csp.gss.solf.total_land_area": 1843.4462770750595, + "csp.gss.solf.total_land_area": 1843.44627707506, "csp.gss.tes.charge_loss_f0": 1.0, "csp.gss.tes.charge_loss_f1": 0.0, "csp.gss.tes.charge_loss_f2": 0.0, @@ -10089,7 +10089,7 @@ 0.05, 0.05 ], - "dni_par_design": 0.49789300000000005, + "dni_par_design": 0.4978930000000001, "dni_par_f0": 0.0, "dni_par_f1": -0.086635, "dni_par_f2": 0.584528, @@ -10150,7 +10150,7 @@ "f_par_tot_des": 0.8512869999999999, "f_sfhl_ref": 0.063, "f_startup": 0.5, - "f_t_amb_loss_des": 0.0013909999999999999, + "f_t_amb_loss_des": 0.001391, "f_teshl_ref": 0.35, "f_v_wind_loss_des": 0.017246, "f_wmax": 1.0, @@ -18989,7 +18989,7 @@ "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, "ibn": 0.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19029,7 +19029,7 @@ 1e38 ], "itoth": 0.0, - "land_area": 1843.4462770750595, + "land_area": 1843.44627707506, "lat": 34.85, "latitude": 34.85, "lib_dispatch_factor1": 1.0, @@ -19682,7 +19682,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "ntod": 9.0, "om_capacity": [ 66.0 @@ -19818,7 +19818,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -19856,7 +19855,7 @@ "total_direct_cost": 588942144.1619268, "total_indirect_cost": 94996941.51180108, "total_installed_cost": 707496771.440205, - "total_land_area": 1843.4462770750595, + "total_land_area": 1843.44627707506, "track_mode": 1.0, "tslogic_a": [ 0.0 diff --git a/deploy/runtime/defaults/Generic PVWatts Wind FuelCell Battery Hybrid_Host Developer.json b/deploy/runtime/defaults/Generic PVWatts Wind FuelCell Battery Hybrid_Host Developer.json index 9d2d13aa50..afab8964c0 100644 --- a/deploy/runtime/defaults/Generic PVWatts Wind FuelCell Battery Hybrid_Host Developer.json +++ b/deploy/runtime/defaults/Generic PVWatts Wind FuelCell Battery Hybrid_Host Developer.json @@ -122,9 +122,9 @@ "annual_beam": 7.33564, "annual_diffuse": 1.34843, "annual_global": 5.79476, - "annual_snow": "nan", + "annual_snow": NaN, "annual_tdry": 21.9385, - "annual_twet": "nan", + "annual_twet": NaN, "annual_wspd": 1.78648, "array_type": 2.0, "azimuth": 180.0, @@ -283,7 +283,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Generic PVWatts Wind FuelCell Battery Hybrid_Single Owner.json b/deploy/runtime/defaults/Generic PVWatts Wind FuelCell Battery Hybrid_Single Owner.json index 426fbfecb5..de732a6f69 100644 --- a/deploy/runtime/defaults/Generic PVWatts Wind FuelCell Battery Hybrid_Single Owner.json +++ b/deploy/runtime/defaults/Generic PVWatts Wind FuelCell Battery Hybrid_Single Owner.json @@ -116,9 +116,9 @@ "annual_beam": 7.33564, "annual_diffuse": 1.34843, "annual_global": 5.79476, - "annual_snow": "nan", + "annual_snow": NaN, "annual_tdry": 21.9385, - "annual_twet": "nan", + "annual_twet": NaN, "annual_wspd": 1.78648, "array_type": 2.0, "azimuth": 180.0, @@ -277,7 +277,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Geothermal Power_All Equity Partnership Flip.json b/deploy/runtime/defaults/Geothermal Power_All Equity Partnership Flip.json index 6563696e4d..032a80f5f6 100644 --- a/deploy/runtime/defaults/Geothermal Power_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/Geothermal Power_All Equity Partnership Flip.json @@ -9621,8 +9621,8 @@ "geotherm.avg_reservoir_temp": 200.0, "geotherm.avg_reservoir_tempF": 392.0, "geotherm.basecase_choice": 0.0, - "geotherm.bottom_hole_pressure": 2362.8117253807779, - "geotherm.bottom_hole_pressureBar": 162.91013423533719, + "geotherm.bottom_hole_pressure": 2362.811725380778, + "geotherm.bottom_hole_pressureBar": 162.9101342353372, "geotherm.conversion_type_name": "0", "geotherm.cost.capital_total": 150606098.6443786, "geotherm.cost.conf_drill": 20690698.350720005, @@ -9633,7 +9633,7 @@ "geotherm.cost.conf_total": 20940698.350720005, "geotherm.cost.confirm_wells_num": 2.0, "geotherm.cost.confirm_wells_percent": 50.0, - "geotherm.cost.contingency": 12376131.287862843, + "geotherm.cost.contingency": 12376131.287862845, "geotherm.cost.contingency_percent": 10.0, "geotherm.cost.contingency_percent2": 0.0, "geotherm.cost.drilling.amount": 52235600.0, @@ -9702,7 +9702,7 @@ "geotherm.cost.pump_per_hp": 12479.2, "geotherm.cost.pump_per_pump": 9155317.878925618, "geotherm.cost.pump_size": 733.6462176201694, - "geotherm.cost.pump_total_per_pump": 9211473.894217259, + "geotherm.cost.pump_total_per_pump": 9211473.89421726, "geotherm.cost.pumping.amount": 39305994.60101773, "geotherm.cost.pumping.amount_specified": 0.0, "geotherm.cost.pumping.calc": 1.0, @@ -9716,15 +9716,15 @@ "geotherm.cost.stim_non_drill": 0.0, "geotherm.cost.stim_num_wells": 3.498064197438265, "geotherm.cost.stim_per_well": 398750.0, - "geotherm.cost.stim_total": 1394853.0987285083, - "geotherm.cost.surf_non_drill": 946571.1740850937, + "geotherm.cost.stim_total": 1394853.0987285085, + "geotherm.cost.surf_non_drill": 946571.1740850936, "geotherm.cost.surf_num_wells": 7.572569392680749, "geotherm.cost.surf_per_well": 125000.0, "geotherm.cost.surf_total": 946571.0, "geotherm.cost.total_installed_millions": 194.764, "geotherm.cost.total_surface_equipment_cost": 0.0, "geotherm.default_input": 0.0, - "geotherm.delta_pressure_reservoir": 349.21180799999999, + "geotherm.delta_pressure_reservoir": 349.211808, "geotherm.delta_pressure_reservoirBar": 24.077306671007265, "geotherm.egs_ambient_temp": 15.0, "geotherm.errors1": "", @@ -9738,7 +9738,7 @@ "geotherm.lookup.temp_array": [ 0.0 ], - "geotherm.net_output": 30.000000000000055, + "geotherm.net_output": 30.000000000000058, "geotherm.plant_efficiency_used": 9.224654672876282, "geotherm.resource.choice": "empty", "geotherm.resource_type": 0.0, @@ -18567,7 +18567,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19260,7 +19260,7 @@ "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, "nameplate": 30000.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "num_fractures": 6.0, "num_wells": 3.0, "num_wells_getem": 4.074505195242484, @@ -19340,7 +19340,7 @@ "pump_efficiency": 67.5, "pump_ppi": 0.853394181, "pump_size_hp": 733.6462176201694, - "pump_work": 2.8136031944233679, + "pump_work": 2.813603194423368, "pump_work_watthr_lb": 0.7909682365960984, "pumpwork_inj": 0.1643234090169439, "pumpwork_prod": 0.6266448275791545, @@ -19843,7 +19843,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", - "solar_data_file_name_load": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy", "solar_resource_file": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Geothermal Power_LCOE Calculator.json b/deploy/runtime/defaults/Geothermal Power_LCOE Calculator.json index c04a23ecbf..34506605ba 100644 --- a/deploy/runtime/defaults/Geothermal Power_LCOE Calculator.json +++ b/deploy/runtime/defaults/Geothermal Power_LCOE Calculator.json @@ -32,13 +32,13 @@ "allow_reservoir_replacements": 0.0, "ambient_pressure": 14.7, "analysis_type": 0.0, - "annual_albedo": "nan", + "annual_albedo": NaN, "annual_beam": 7.92706, "annual_diffuse": 1.24088, "annual_global": 5.9594, - "annual_snow": "nan", + "annual_snow": NaN, "annual_tdry": 24.0951, - "annual_twet": "nan", + "annual_twet": NaN, "annual_wspd": 2.28094, "baseline_cost": 0.0, "c_construction_cost": [ @@ -9004,7 +9004,7 @@ "hr_pl_nlev": 8.0, "hx_ppi": 0.89067, "hybrid_dispatch_schedule": "111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111", - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -9530,7 +9530,6 @@ "rock_specific_heat": 950.0, "rock_thermal_conductivity": 3.0, "solar_data_file_name": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", - "solar_data_file_name_load": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy", "solar_resource_file": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", @@ -9577,6 +9576,6 @@ "well_flow_rate": 110.0, "wet_bulb_temp": 10.0, "wet_bulb_temp_input": 10.0, - "wet_bulb_temp_wf": "nan", + "wet_bulb_temp_wf": NaN, "wf_nrecords": 8760.0 } \ No newline at end of file diff --git a/deploy/runtime/defaults/Geothermal Power_Leveraged Partnership Flip.json b/deploy/runtime/defaults/Geothermal Power_Leveraged Partnership Flip.json index 733c86e1c7..8c902e9205 100644 --- a/deploy/runtime/defaults/Geothermal Power_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/Geothermal Power_Leveraged Partnership Flip.json @@ -34,13 +34,13 @@ "analysis_period": 25.0, "analysis_period_warning": "No messages.", "analysis_type": 0.0, - "annual_albedo": "nan", + "annual_albedo": NaN, "annual_beam": 7.92706, "annual_diffuse": 1.24088, "annual_global": 5.9594, - "annual_snow": "nan", + "annual_snow": NaN, "annual_tdry": 24.0951, - "annual_twet": "nan", + "annual_twet": NaN, "annual_wspd": 2.28094, "baseline_cost": 0.0, "batt_salvage_percentage": 0.0, @@ -18575,7 +18575,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19854,7 +19854,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", - "solar_data_file_name_load": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy", "solar_resource_file": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", @@ -21389,6 +21388,6 @@ "well_flow_rate": 110.0, "wet_bulb_temp": 10.0, "wet_bulb_temp_input": 10.0, - "wet_bulb_temp_wf": "nan", + "wet_bulb_temp_wf": NaN, "wf_nrecords": 8760.0 } \ No newline at end of file diff --git a/deploy/runtime/defaults/Geothermal Power_Merchant Plant.json b/deploy/runtime/defaults/Geothermal Power_Merchant Plant.json index 44d173471b..4b27e8ffdf 100644 --- a/deploy/runtime/defaults/Geothermal Power_Merchant Plant.json +++ b/deploy/runtime/defaults/Geothermal Power_Merchant Plant.json @@ -38,9 +38,9 @@ "annual_beam": 7.66733, "annual_diffuse": 1.24816, "annual_global": 5.83339, - "annual_snow": "nan", + "annual_snow": NaN, "annual_tdry": 16.9747, - "annual_twet": "nan", + "annual_twet": NaN, "annual_wspd": 2.26213, "baseline_cost": 0.0, "batt_salvage_percentage": 0.0, @@ -9181,7 +9181,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -666941,7 +666941,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -668470,6 +668469,6 @@ "well_flow_rate": 110.0, "wet_bulb_temp": 10.0, "wet_bulb_temp_input": 10.0, - "wet_bulb_temp_wf": "nan", + "wet_bulb_temp_wf": NaN, "wf_nrecords": 8760.0 } \ No newline at end of file diff --git a/deploy/runtime/defaults/Geothermal Power_None.json b/deploy/runtime/defaults/Geothermal Power_None.json index 90208e63d6..ddfd767ab7 100644 --- a/deploy/runtime/defaults/Geothermal Power_None.json +++ b/deploy/runtime/defaults/Geothermal Power_None.json @@ -74,8 +74,8 @@ "geotherm.avg_reservoir_temp": 200.0, "geotherm.avg_reservoir_tempF": 392.0, "geotherm.basecase_choice": 0.0, - "geotherm.bottom_hole_pressure": 2362.8117253807779, - "geotherm.bottom_hole_pressureBar": 162.91013423533719, + "geotherm.bottom_hole_pressure": 2362.811725380778, + "geotherm.bottom_hole_pressureBar": 162.9101342353372, "geotherm.conversion_type_name": "0", "geotherm.cost.conf_num_wells": 0.0, "geotherm.cost.confirm_wells_num": 0.0, @@ -91,7 +91,7 @@ "geotherm.cost.prod_req": 4.231554513190061, "geotherm.cost.prod_wells_drilled": 4.231554513190061, "geotherm.default_input": 0.0, - "geotherm.delta_pressure_reservoir": 349.21180799999999, + "geotherm.delta_pressure_reservoir": 349.211808, "geotherm.delta_pressure_reservoirBar": 24.077306671007265, "geotherm.egs_ambient_temp": 15.0, "geotherm.errors1": "", @@ -8889,7 +8889,7 @@ "hc_ctl9": 0.0, "hr_pl_nlev": 8.0, "hybrid_dispatch_schedule": "111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111", - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -9407,7 +9407,6 @@ "rock_specific_heat": 950.0, "rock_thermal_conductivity": 3.0, "solar_data_file_name": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", - "solar_data_file_name_load": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy", "solar_resource_file": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Geothermal Power_Sale Leaseback.json b/deploy/runtime/defaults/Geothermal Power_Sale Leaseback.json index af3c7dc8f5..795b420e82 100644 --- a/deploy/runtime/defaults/Geothermal Power_Sale Leaseback.json +++ b/deploy/runtime/defaults/Geothermal Power_Sale Leaseback.json @@ -34,13 +34,13 @@ "analysis_period": 25.0, "analysis_period_warning": "No messages.", "analysis_type": 0.0, - "annual_albedo": "nan", + "annual_albedo": NaN, "annual_beam": 7.92706, "annual_diffuse": 1.24088, "annual_global": 5.9594, - "annual_snow": "nan", + "annual_snow": NaN, "annual_tdry": 24.0951, - "annual_twet": "nan", + "annual_twet": NaN, "annual_wspd": 2.28094, "baseline_cost": 0.0, "batt_salvage_percentage": 0.0, @@ -18562,7 +18562,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19839,7 +19839,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", - "solar_data_file_name_load": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy", "solar_resource_file": "blythe_ca_33.617773_-114.588261_psmv3_60_tmy.csv", @@ -21370,6 +21369,6 @@ "well_flow_rate": 110.0, "wet_bulb_temp": 10.0, "wet_bulb_temp_input": 10.0, - "wet_bulb_temp_wf": "nan", + "wet_bulb_temp_wf": NaN, "wf_nrecords": 8760.0 } \ No newline at end of file diff --git a/deploy/runtime/defaults/Geothermal Power_Single Owner.json b/deploy/runtime/defaults/Geothermal Power_Single Owner.json index d9c4d38234..efa2b8a3f2 100644 --- a/deploy/runtime/defaults/Geothermal Power_Single Owner.json +++ b/deploy/runtime/defaults/Geothermal Power_Single Owner.json @@ -34,7 +34,7 @@ "analysis_period": 30.0, "analysis_period_warning": "No messages.", "analysis_type": 0.0, - "annual_albedo": "nan", + "annual_albedo": NaN, "annual_beam": 4.11599, "annual_diffuse": 1.66759, "annual_global": 3.84577, @@ -18580,7 +18580,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19862,7 +19862,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", - "solar_data_file_name_load": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", "solar_data_source": "TMY2", "solar_resource": "fargo_nd_46.9_-96.8_mts1_60_tmy", "solar_resource_file": "fargo_nd_46.9_-96.8_mts1_60_tmy.csv", diff --git a/deploy/runtime/defaults/High-X Concentrating PV_All Equity Partnership Flip.json b/deploy/runtime/defaults/High-X Concentrating PV_All Equity Partnership Flip.json index 729ee68572..0c9342cfa6 100644 --- a/deploy/runtime/defaults/High-X Concentrating PV_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/High-X Concentrating PV_All Equity Partnership Flip.json @@ -27361,7 +27361,7 @@ "hcpv.array.nameplate": 1126.6579567409168, "hcpv.array.overall_est_eff": 24.79889934258717, "hcpv.array.packing_factor": 6.0, - "hcpv.array.single_tracker_nameplate": 56.332897837045837, + "hcpv.array.single_tracker_nameplate": 56.33289783704584, "hcpv.array.total_land_area": 6.226920000000002, "hcpv.array.tracker_power": 1126.6579567409168, "hcpv.cost.bos_equip.totalcost": 371797.12572450257, @@ -27382,7 +27382,7 @@ "hcpv.cost.install_labor_fixed": 0.0, "hcpv.cost.install_labor_perarea": 0.0, "hcpv.cost.install_labor_perwatt": 0.41, - "hcpv.cost.install_margin.totalcost": 292931.06875263838, + "hcpv.cost.install_margin.totalcost": 292931.0687526384, "hcpv.cost.install_margin_fixed": 0.0, "hcpv.cost.install_margin_perarea": 0.0, "hcpv.cost.install_margin_perwatt": 0.26, @@ -27402,10 +27402,10 @@ "hcpv.cost.landprep.per_acre": 0.0, "hcpv.cost.landprep.per_watt": 0.2, "hcpv.cost.landprep.percent": 0.0, - "hcpv.cost.landprep.total": 225331.59134818335, + "hcpv.cost.landprep.total": 225331.59134818338, "hcpv.cost.module.costunits": 0.0, "hcpv.cost.module.num_units": 3000.0, - "hcpv.cost.module.power": 0.37555265224697229, + "hcpv.cost.module.power": 0.3755526522469723, "hcpv.cost.module.totalcost": 3154642.278874567, "hcpv.cost.modulearray.area": 4200.0, "hcpv.cost.modulearray.power": 1126.6579567409168, @@ -27486,7 +27486,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -27503,7 +27503,7 @@ "inv_snl_c2": 0.00155414, "inv_snl_c3": -0.000271668, "inv_snl_eff_cec": 96.76747125320824, - "inv_snl_eff_euro": 96.35027563739685, + "inv_snl_eff_euro": 96.35027563739684, "inv_snl_idcmax": 1263.77, "inv_snl_mppt_hi": 820.0, "inv_snl_mppt_low": 545.0, @@ -28184,7 +28184,7 @@ "library_folder_list": "x", "library_paths": "\"\"", "lon": -111.98, - "mera_cost1": 112665.79567409167, + "mera_cost1": 112665.79567409169, "mera_cost2": 0.0, "mera_cost3": 0.0, "mera_name1": "Replacement Reserve 1", @@ -28222,7 +28222,7 @@ "module_temp_coeff": -0.15, "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 15.0 ], @@ -28303,7 +28303,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/High-X Concentrating PV_LCOE Calculator.json b/deploy/runtime/defaults/High-X Concentrating PV_LCOE Calculator.json index 1ee7b6030f..c6de9b9710 100644 --- a/deploy/runtime/defaults/High-X Concentrating PV_LCOE Calculator.json +++ b/deploy/runtime/defaults/High-X Concentrating PV_LCOE Calculator.json @@ -17837,7 +17837,7 @@ "hcpv.array.nameplate": 1126.6579567409168, "hcpv.array.overall_est_eff": 24.79889934258717, "hcpv.array.packing_factor": 6.0, - "hcpv.array.single_tracker_nameplate": 56.332897837045837, + "hcpv.array.single_tracker_nameplate": 56.33289783704584, "hcpv.array.total_land_area": 6.226920000000002, "hcpv.array.tracker_power": 1126.6579567409168, "hcpv.module.area": 1.4000000000000002, @@ -17860,7 +17860,7 @@ "hcpv.module.rad3X": 630.0, "hcpv.module.rad4": 1000.0, "hcpv.module.rad4X": 700.0, - "in_location": "Type a location name, street address, or latitude and longitude", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -17875,7 +17875,7 @@ "inv_snl_c2": 0.00155414, "inv_snl_c3": -0.000271668, "inv_snl_eff_cec": 96.76747125320824, - "inv_snl_eff_euro": 96.35027563739685, + "inv_snl_eff_euro": 96.35027563739684, "inv_snl_idcmax": 1263.77, "inv_snl_mppt_hi": 820.0, "inv_snl_mppt_low": 545.0, @@ -17922,7 +17922,6 @@ "module_reference": 3.0, "module_temp_coeff": -0.15, "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/High-X Concentrating PV_Leveraged Partnership Flip.json b/deploy/runtime/defaults/High-X Concentrating PV_Leveraged Partnership Flip.json index caf20de9de..3a801f1984 100644 --- a/deploy/runtime/defaults/High-X Concentrating PV_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/High-X Concentrating PV_Leveraged Partnership Flip.json @@ -27369,7 +27369,7 @@ "hcpv.array.nameplate": 1126.6579567409168, "hcpv.array.overall_est_eff": 24.79889934258717, "hcpv.array.packing_factor": 6.0, - "hcpv.array.single_tracker_nameplate": 56.332897837045837, + "hcpv.array.single_tracker_nameplate": 56.33289783704584, "hcpv.array.total_land_area": 6.226920000000002, "hcpv.array.tracker_power": 1126.6579567409168, "hcpv.cost.bos_equip.totalcost": 371797.12572450257, @@ -27390,7 +27390,7 @@ "hcpv.cost.install_labor_fixed": 0.0, "hcpv.cost.install_labor_perarea": 0.0, "hcpv.cost.install_labor_perwatt": 0.41, - "hcpv.cost.install_margin.totalcost": 292931.06875263838, + "hcpv.cost.install_margin.totalcost": 292931.0687526384, "hcpv.cost.install_margin_fixed": 0.0, "hcpv.cost.install_margin_perarea": 0.0, "hcpv.cost.install_margin_perwatt": 0.26, @@ -27410,10 +27410,10 @@ "hcpv.cost.landprep.per_acre": 0.0, "hcpv.cost.landprep.per_watt": 0.2, "hcpv.cost.landprep.percent": 0.0, - "hcpv.cost.landprep.total": 225331.59134818335, + "hcpv.cost.landprep.total": 225331.59134818338, "hcpv.cost.module.costunits": 0.0, "hcpv.cost.module.num_units": 3000.0, - "hcpv.cost.module.power": 0.37555265224697229, + "hcpv.cost.module.power": 0.3755526522469723, "hcpv.cost.module.totalcost": 3154642.278874567, "hcpv.cost.modulearray.area": 4200.0, "hcpv.cost.modulearray.power": 1126.6579567409168, @@ -27494,7 +27494,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -27511,7 +27511,7 @@ "inv_snl_c2": 0.00155414, "inv_snl_c3": -0.000271668, "inv_snl_eff_cec": 96.76747125320824, - "inv_snl_eff_euro": 96.35027563739685, + "inv_snl_eff_euro": 96.35027563739684, "inv_snl_idcmax": 1263.77, "inv_snl_mppt_hi": 820.0, "inv_snl_mppt_low": 545.0, @@ -28193,7 +28193,7 @@ "library_paths": "\"\"", "loan_moratorium": 0.0, "lon": -111.98, - "mera_cost1": 112665.79567409167, + "mera_cost1": 112665.79567409169, "mera_cost2": 0.0, "mera_cost3": 0.0, "mera_name1": "Replacement Reserve 1", @@ -28231,7 +28231,7 @@ "module_temp_coeff": -0.15, "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 15.0 ], @@ -28314,7 +28314,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/High-X Concentrating PV_Merchant Plant.json b/deploy/runtime/defaults/High-X Concentrating PV_Merchant Plant.json index dc59a9e374..f4ab6baab5 100644 --- a/deploy/runtime/defaults/High-X Concentrating PV_Merchant Plant.json +++ b/deploy/runtime/defaults/High-X Concentrating PV_Merchant Plant.json @@ -17975,7 +17975,7 @@ "hcpv.array.nameplate": 1126.6579567409168, "hcpv.array.overall_est_eff": 24.79889934258717, "hcpv.array.packing_factor": 6.0, - "hcpv.array.single_tracker_nameplate": 56.332897837045837, + "hcpv.array.single_tracker_nameplate": 56.33289783704584, "hcpv.array.total_land_area": 6.226920000000002, "hcpv.array.tracker_power": 1126.6579567409168, "hcpv.cost.bos_equip.totalcost": 371797.12572450257, @@ -17996,7 +17996,7 @@ "hcpv.cost.install_labor_fixed": 0.0, "hcpv.cost.install_labor_perarea": 0.0, "hcpv.cost.install_labor_perwatt": 0.41, - "hcpv.cost.install_margin.totalcost": 292931.06875263838, + "hcpv.cost.install_margin.totalcost": 292931.0687526384, "hcpv.cost.install_margin_fixed": 0.0, "hcpv.cost.install_margin_perarea": 0.0, "hcpv.cost.install_margin_perwatt": 0.26, @@ -18016,10 +18016,10 @@ "hcpv.cost.landprep.per_acre": 0.0, "hcpv.cost.landprep.per_watt": 0.2, "hcpv.cost.landprep.percent": 0.0, - "hcpv.cost.landprep.total": 225331.59134818335, + "hcpv.cost.landprep.total": 225331.59134818338, "hcpv.cost.module.costunits": 0.0, "hcpv.cost.module.num_units": 3000.0, - "hcpv.cost.module.power": 0.37555265224697229, + "hcpv.cost.module.power": 0.3755526522469723, "hcpv.cost.module.totalcost": 3154642.278874567, "hcpv.cost.modulearray.area": 4200.0, "hcpv.cost.modulearray.power": 1126.6579567409168, @@ -18100,7 +18100,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -18117,7 +18117,7 @@ "inv_snl_c2": 0.00155414, "inv_snl_c3": -0.000271668, "inv_snl_eff_cec": 96.76747125320824, - "inv_snl_eff_euro": 96.35027563739685, + "inv_snl_eff_euro": 96.35027563739684, "inv_snl_idcmax": 1263.77, "inv_snl_mppt_hi": 820.0, "inv_snl_mppt_low": 545.0, @@ -18162,7 +18162,7 @@ "library_paths": "\"\"", "loan_moratorium": 0.0, "lon": -111.98, - "mera_cost1": 112665.79567409167, + "mera_cost1": 112665.79567409169, "mera_cost2": 0.0, "mera_cost3": 0.0, "mera_name1": "Replacement Reserve 1", @@ -675323,7 +675323,7 @@ ], "mp_error_msg": "", "mp_market_percent_gen": 100.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 15.0 ], @@ -675401,7 +675401,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/High-X Concentrating PV_None.json b/deploy/runtime/defaults/High-X Concentrating PV_None.json index ff8234aae0..f0f5b9f022 100644 --- a/deploy/runtime/defaults/High-X Concentrating PV_None.json +++ b/deploy/runtime/defaults/High-X Concentrating PV_None.json @@ -17815,7 +17815,7 @@ "hcpv.array.nameplate": 1126.6579567409168, "hcpv.array.overall_est_eff": 24.79889934258717, "hcpv.array.packing_factor": 6.0, - "hcpv.array.single_tracker_nameplate": 56.332897837045837, + "hcpv.array.single_tracker_nameplate": 56.33289783704584, "hcpv.array.total_land_area": 6.226920000000002, "hcpv.array.tracker_power": 1126.6579567409168, "hcpv.module.area": 1.4000000000000002, @@ -17838,7 +17838,7 @@ "hcpv.module.rad3X": 630.0, "hcpv.module.rad4": 1000.0, "hcpv.module.rad4X": 700.0, - "in_location": "Type a location name, street address, or latitude and longitude", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -17853,7 +17853,7 @@ "inv_snl_c2": 0.00155414, "inv_snl_c3": -0.000271668, "inv_snl_eff_cec": 96.76747125320824, - "inv_snl_eff_euro": 96.35027563739685, + "inv_snl_eff_euro": 96.35027563739684, "inv_snl_idcmax": 1263.77, "inv_snl_mppt_hi": 820.0, "inv_snl_mppt_low": 545.0, @@ -17900,7 +17900,6 @@ "module_reference": 3.0, "module_temp_coeff": -0.15, "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/High-X Concentrating PV_Sale Leaseback.json b/deploy/runtime/defaults/High-X Concentrating PV_Sale Leaseback.json index 5f8bd843a6..3c64813dc1 100644 --- a/deploy/runtime/defaults/High-X Concentrating PV_Sale Leaseback.json +++ b/deploy/runtime/defaults/High-X Concentrating PV_Sale Leaseback.json @@ -27356,7 +27356,7 @@ "hcpv.array.nameplate": 1126.6579567409168, "hcpv.array.overall_est_eff": 24.79889934258717, "hcpv.array.packing_factor": 6.0, - "hcpv.array.single_tracker_nameplate": 56.332897837045837, + "hcpv.array.single_tracker_nameplate": 56.33289783704584, "hcpv.array.total_land_area": 6.226920000000002, "hcpv.array.tracker_power": 1126.6579567409168, "hcpv.cost.bos_equip.totalcost": 371797.12572450257, @@ -27377,7 +27377,7 @@ "hcpv.cost.install_labor_fixed": 0.0, "hcpv.cost.install_labor_perarea": 0.0, "hcpv.cost.install_labor_perwatt": 0.41, - "hcpv.cost.install_margin.totalcost": 292931.06875263838, + "hcpv.cost.install_margin.totalcost": 292931.0687526384, "hcpv.cost.install_margin_fixed": 0.0, "hcpv.cost.install_margin_perarea": 0.0, "hcpv.cost.install_margin_perwatt": 0.26, @@ -27397,10 +27397,10 @@ "hcpv.cost.landprep.per_acre": 0.0, "hcpv.cost.landprep.per_watt": 0.2, "hcpv.cost.landprep.percent": 0.0, - "hcpv.cost.landprep.total": 225331.59134818335, + "hcpv.cost.landprep.total": 225331.59134818338, "hcpv.cost.module.costunits": 0.0, "hcpv.cost.module.num_units": 3000.0, - "hcpv.cost.module.power": 0.37555265224697229, + "hcpv.cost.module.power": 0.3755526522469723, "hcpv.cost.module.totalcost": 3154642.278874567, "hcpv.cost.modulearray.area": 4200.0, "hcpv.cost.modulearray.power": 1126.6579567409168, @@ -27481,7 +27481,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -27498,7 +27498,7 @@ "inv_snl_c2": 0.00155414, "inv_snl_c3": -0.000271668, "inv_snl_eff_cec": 96.76747125320824, - "inv_snl_eff_euro": 96.35027563739685, + "inv_snl_eff_euro": 96.35027563739684, "inv_snl_idcmax": 1263.77, "inv_snl_mppt_hi": 820.0, "inv_snl_mppt_low": 545.0, @@ -28179,7 +28179,7 @@ "library_folder_list": "x", "library_paths": "\"\"", "lon": -111.98, - "mera_cost1": 112665.79567409167, + "mera_cost1": 112665.79567409169, "mera_cost2": 0.0, "mera_cost3": 0.0, "mera_name1": "Replacement Reserve 1", @@ -28217,7 +28217,7 @@ "module_temp_coeff": -0.15, "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 15.0 ], @@ -28299,7 +28299,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/High-X Concentrating PV_Single Owner.json b/deploy/runtime/defaults/High-X Concentrating PV_Single Owner.json index 7af1f37d97..a4e7a57bec 100644 --- a/deploy/runtime/defaults/High-X Concentrating PV_Single Owner.json +++ b/deploy/runtime/defaults/High-X Concentrating PV_Single Owner.json @@ -27374,7 +27374,7 @@ "hcpv.array.nameplate": 1126.6579567409168, "hcpv.array.overall_est_eff": 24.79889934258717, "hcpv.array.packing_factor": 6.0, - "hcpv.array.single_tracker_nameplate": 56.332897837045837, + "hcpv.array.single_tracker_nameplate": 56.33289783704584, "hcpv.array.total_land_area": 6.226920000000002, "hcpv.array.tracker_power": 1126.6579567409168, "hcpv.cost.bos_equip.totalcost": 371797.12572450257, @@ -27395,7 +27395,7 @@ "hcpv.cost.install_labor_fixed": 0.0, "hcpv.cost.install_labor_perarea": 0.0, "hcpv.cost.install_labor_perwatt": 0.41, - "hcpv.cost.install_margin.totalcost": 292931.06875263838, + "hcpv.cost.install_margin.totalcost": 292931.0687526384, "hcpv.cost.install_margin_fixed": 0.0, "hcpv.cost.install_margin_perarea": 0.0, "hcpv.cost.install_margin_perwatt": 0.26, @@ -27415,10 +27415,10 @@ "hcpv.cost.landprep.per_acre": 0.0, "hcpv.cost.landprep.per_watt": 0.2, "hcpv.cost.landprep.percent": 0.0, - "hcpv.cost.landprep.total": 225331.59134818335, + "hcpv.cost.landprep.total": 225331.59134818338, "hcpv.cost.module.costunits": 0.0, "hcpv.cost.module.num_units": 3000.0, - "hcpv.cost.module.power": 0.37555265224697229, + "hcpv.cost.module.power": 0.3755526522469723, "hcpv.cost.module.totalcost": 3154642.278874567, "hcpv.cost.modulearray.area": 4200.0, "hcpv.cost.modulearray.power": 1126.6579567409168, @@ -27499,7 +27499,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -27516,7 +27516,7 @@ "inv_snl_c2": 0.00155414, "inv_snl_c3": -0.000271668, "inv_snl_eff_cec": 96.76747125320824, - "inv_snl_eff_euro": 96.35027563739685, + "inv_snl_eff_euro": 96.35027563739684, "inv_snl_idcmax": 1263.77, "inv_snl_mppt_hi": 820.0, "inv_snl_mppt_low": 545.0, @@ -28198,7 +28198,7 @@ "library_paths": "\"\"", "loan_moratorium": 0.0, "lon": -111.98, - "mera_cost1": 112665.79567409167, + "mera_cost1": 112665.79567409169, "mera_cost2": 0.0, "mera_cost3": 0.0, "mera_name1": "Replacement Reserve 1", @@ -28236,7 +28236,7 @@ "module_temp_coeff": -0.15, "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 15.0 ], @@ -28322,7 +28322,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/MSLF IPH_Commercial.json b/deploy/runtime/defaults/MSLF IPH_Commercial.json index b1805d4de3..108c137916 100644 --- a/deploy/runtime/defaults/MSLF IPH_Commercial.json +++ b/deploy/runtime/defaults/MSLF IPH_Commercial.json @@ -19,13 +19,13 @@ 0.0 ], "CC_CALC_bop_cost": 0.0, - "CC_CALC_contingency_cost": 355435.36000000007, + "CC_CALC_contingency_cost": 355435.3600000001, "CC_CALC_epc_total_cost": 597639.1696, "CC_CALC_heat_sink_cost": 600000.0, "CC_CALC_htf_system_cost": 0.0, - "CC_CALC_installed_per_capacity": 1267.4595911254419, + "CC_CALC_installed_per_capacity": 1267.459591125442, "CC_CALC_plm_total_cost": 89252.09162720926, - "CC_CALC_sales_tax_total": 217323.33440000003, + "CC_CALC_sales_tax_total": 217323.33440000009, "CC_CALC_site_improvements_cost": 451488.0, "CC_CALC_solar_field_cost": 3386160.0, "CC_CALC_total_direct_cost": 5433083.36, @@ -426,8 +426,8 @@ "SF_CALC_eff_des_SS": 0.5215770288143354, "SF_CALC_eff_loop_des_SS": 0.5218037086950732, "SF_CALC_eta_optical_des_SS": 0.5651802987159859, - "SF_CALC_f_htfmax_actual": 1.3223529542708455, - "SF_CALC_f_htfmin_actual": 0.27548966595441518, + "SF_CALC_f_htfmax_actual": 1.3223529542708457, + "SF_CALC_f_htfmin_actual": 0.2754896659544152, "SF_CALC_field_area": 5.578255726700578, "SF_CALC_field_htf_max_temp": 593.0, "SF_CALC_field_htf_min_temp": 238.0, @@ -442,8 +442,8 @@ "SF_CALC_nLoops_sm1": 2.0, "SF_CALC_q_field_des": 11.53076793062266, "SF_CALC_q_field_des_ideal": 11.53076793062266, - "SF_CALC_therm_eff_des_SS": 0.9228506903005799, - "SF_CALC_therm_eff_loop_des_SS": 0.9232517656410557, + "SF_CALC_therm_eff_des_SS": 0.92285069030058, + "SF_CALC_therm_eff_loop_des_SS": 0.9232517656410556, "SF_CALC_total_land_area": 8.925209162720926, "SF_CALC_total_tracking_power": 0.003, "SF_COPY_T_loop_in_des": 293.0, @@ -792,7 +792,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -9620,7 +9620,7 @@ "nMod": 8.0, "nRecVar": 4.0, "nameplate": 5.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_utility_bill": 0.0, "om_capacity_escal": 0.0, "om_capacity_heat": [ @@ -9718,7 +9718,6 @@ "scale_factor": 1.0, "site_improvements_spec_cost": 20.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_field_spec_cost": 150.0, "solar_mult_in": 2.3, diff --git a/deploy/runtime/defaults/MSLF IPH_LCOH Calculator.json b/deploy/runtime/defaults/MSLF IPH_LCOH Calculator.json index fd6ab5573b..f868cade0d 100644 --- a/deploy/runtime/defaults/MSLF IPH_LCOH Calculator.json +++ b/deploy/runtime/defaults/MSLF IPH_LCOH Calculator.json @@ -13,13 +13,13 @@ 27.0 ], "CC_CALC_bop_cost": 0.0, - "CC_CALC_contingency_cost": 355435.36000000007, + "CC_CALC_contingency_cost": 355435.3600000001, "CC_CALC_epc_total_cost": 597639.1696, "CC_CALC_heat_sink_cost": 600000.0, "CC_CALC_htf_system_cost": 0.0, - "CC_CALC_installed_per_capacity": 1267.4595911254419, + "CC_CALC_installed_per_capacity": 1267.459591125442, "CC_CALC_plm_total_cost": 89252.09162720926, - "CC_CALC_sales_tax_total": 217323.33440000003, + "CC_CALC_sales_tax_total": 217323.33440000009, "CC_CALC_site_improvements_cost": 451488.0, "CC_CALC_solar_field_cost": 3386160.0, "CC_CALC_total_direct_cost": 5433083.36, @@ -417,8 +417,8 @@ "SF_CALC_eff_des_SS": 0.5215770288143354, "SF_CALC_eff_loop_des_SS": 0.5218037086950732, "SF_CALC_eta_optical_des_SS": 0.5651802987159859, - "SF_CALC_f_htfmax_actual": 1.3223529542708455, - "SF_CALC_f_htfmin_actual": 0.27548966595441518, + "SF_CALC_f_htfmax_actual": 1.3223529542708457, + "SF_CALC_f_htfmin_actual": 0.2754896659544152, "SF_CALC_field_area": 5.578255726700578, "SF_CALC_field_htf_max_temp": 593.0, "SF_CALC_field_htf_min_temp": 238.0, @@ -433,8 +433,8 @@ "SF_CALC_nLoops_sm1": 2.0, "SF_CALC_q_field_des": 11.53076793062266, "SF_CALC_q_field_des_ideal": 11.53076793062266, - "SF_CALC_therm_eff_des_SS": 0.9228506903005799, - "SF_CALC_therm_eff_loop_des_SS": 0.9232517656410557, + "SF_CALC_therm_eff_des_SS": 0.92285069030058, + "SF_CALC_therm_eff_loop_des_SS": 0.9232517656410556, "SF_CALC_total_land_area": 8.925209162720926, "SF_CALC_total_tracking_power": 0.003, "SF_COPY_T_loop_in_des": 293.0, @@ -466,7 +466,7 @@ "T_db": 0.0, "T_dp": 0.0, "T_fp": 263.0, - "T_hs_ext_out_des_ui": "nan", + "T_hs_ext_out_des_ui": NaN, "T_htf_hot_des": 525.0, "T_loop_in_des": 293.0, "T_loop_out": 525.0, @@ -684,9 +684,9 @@ "hs_phys_T_steam_cold_des": 120.0, "hs_type": 0.0, "htf_system_spec_cost": 0.0, - "hx_UA_des_ui": "nan", - "hx_min_dT_des_ui": "nan", - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "hx_UA_des_ui": NaN, + "hx_min_dT_des_ui": NaN, + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -701,7 +701,7 @@ "library_folder_list": "x", "library_paths": "", "lon": -110.94, - "m_dot_hs_ext_des_ui": "nan", + "m_dot_hs_ext_des_ui": NaN, "m_dot_htfmax": 14.4763, "m_dot_htfmin": 3.01589, "mc_bal_cold": 0.2, @@ -729,7 +729,6 @@ "sales_tax_rate": 5.0, "site_improvements_spec_cost": 20.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_field_spec_cost": 150.0, "solar_mult_in": 2.3, @@ -9550,7 +9549,7 @@ "ui_pfin": 1.0750912546188594, "ui_step_minutes": 60.0, "ui_system_capacity": 5000.0, - "ui_wacc": 0.055843902439024487, + "ui_wacc": 0.05584390243902449, "use_abs_or_rel_mdot_limit": 0.0, "use_specific_weather_file": 0.0, "user_specified_weather_file": "", diff --git a/deploy/runtime/defaults/MSLF IPH_None.json b/deploy/runtime/defaults/MSLF IPH_None.json index a4fd42c787..033a4221ed 100644 --- a/deploy/runtime/defaults/MSLF IPH_None.json +++ b/deploy/runtime/defaults/MSLF IPH_None.json @@ -13,13 +13,13 @@ 27.0 ], "CC_CALC_bop_cost": 0.0, - "CC_CALC_contingency_cost": 355435.36000000007, + "CC_CALC_contingency_cost": 355435.3600000001, "CC_CALC_epc_total_cost": 597639.1696, "CC_CALC_heat_sink_cost": 600000.0, "CC_CALC_htf_system_cost": 0.0, - "CC_CALC_installed_per_capacity": 1267.4595911254419, + "CC_CALC_installed_per_capacity": 1267.459591125442, "CC_CALC_plm_total_cost": 89252.09162720926, - "CC_CALC_sales_tax_total": 217323.33440000003, + "CC_CALC_sales_tax_total": 217323.33440000009, "CC_CALC_site_improvements_cost": 451488.0, "CC_CALC_solar_field_cost": 3386160.0, "CC_CALC_total_direct_cost": 5433083.36, @@ -417,8 +417,8 @@ "SF_CALC_eff_des_SS": 0.5215770288143354, "SF_CALC_eff_loop_des_SS": 0.5218037086950732, "SF_CALC_eta_optical_des_SS": 0.5651802987159859, - "SF_CALC_f_htfmax_actual": 1.3223529542708455, - "SF_CALC_f_htfmin_actual": 0.27548966595441518, + "SF_CALC_f_htfmax_actual": 1.3223529542708457, + "SF_CALC_f_htfmin_actual": 0.2754896659544152, "SF_CALC_field_area": 5.578255726700578, "SF_CALC_field_htf_max_temp": 593.0, "SF_CALC_field_htf_min_temp": 238.0, @@ -433,8 +433,8 @@ "SF_CALC_nLoops_sm1": 2.0, "SF_CALC_q_field_des": 11.53076793062266, "SF_CALC_q_field_des_ideal": 11.53076793062266, - "SF_CALC_therm_eff_des_SS": 0.9228506903005799, - "SF_CALC_therm_eff_loop_des_SS": 0.9232517656410557, + "SF_CALC_therm_eff_des_SS": 0.92285069030058, + "SF_CALC_therm_eff_loop_des_SS": 0.9232517656410556, "SF_CALC_total_land_area": 8.925209162720926, "SF_CALC_total_tracking_power": 0.003, "SF_COPY_T_loop_in_des": 293.0, @@ -466,7 +466,7 @@ "T_db": 0.0, "T_dp": 0.0, "T_fp": 263.0, - "T_hs_ext_out_des_ui": "nan", + "T_hs_ext_out_des_ui": NaN, "T_htf_hot_des": 525.0, "T_loop_in_des": 293.0, "T_loop_out": 525.0, @@ -662,9 +662,9 @@ "hs_phys_T_steam_cold_des": 120.0, "hs_type": 0.0, "htf_system_spec_cost": 0.0, - "hx_UA_des_ui": "nan", - "hx_min_dT_des_ui": "nan", - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "hx_UA_des_ui": NaN, + "hx_min_dT_des_ui": NaN, + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -679,7 +679,7 @@ "library_folder_list": "x", "library_paths": "", "lon": -110.94, - "m_dot_hs_ext_des_ui": "nan", + "m_dot_hs_ext_des_ui": NaN, "m_dot_htfmax": 14.4763, "m_dot_htfmin": 3.01589, "mc_bal_cold": 0.2, @@ -707,7 +707,6 @@ "sales_tax_rate": 5.0, "site_improvements_spec_cost": 20.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_field_spec_cost": 150.0, "solar_mult_in": 2.3, diff --git a/deploy/runtime/defaults/MSLF IPH_Single Owner.json b/deploy/runtime/defaults/MSLF IPH_Single Owner.json index ef9c3e4672..3a0d2f668b 100644 --- a/deploy/runtime/defaults/MSLF IPH_Single Owner.json +++ b/deploy/runtime/defaults/MSLF IPH_Single Owner.json @@ -13,13 +13,13 @@ 27.0 ], "CC_CALC_bop_cost": 0.0, - "CC_CALC_contingency_cost": 355435.36000000007, + "CC_CALC_contingency_cost": 355435.3600000001, "CC_CALC_epc_total_cost": 597639.1696, "CC_CALC_heat_sink_cost": 600000.0, "CC_CALC_htf_system_cost": 0.0, - "CC_CALC_installed_per_capacity": 1267.4595911254419, + "CC_CALC_installed_per_capacity": 1267.459591125442, "CC_CALC_plm_total_cost": 89252.09162720926, - "CC_CALC_sales_tax_total": 217323.33440000003, + "CC_CALC_sales_tax_total": 217323.33440000009, "CC_CALC_site_improvements_cost": 451488.0, "CC_CALC_solar_field_cost": 3386160.0, "CC_CALC_total_direct_cost": 5433083.36, @@ -418,8 +418,8 @@ "SF_CALC_eff_des_SS": 0.5215770288143354, "SF_CALC_eff_loop_des_SS": 0.5218037086950732, "SF_CALC_eta_optical_des_SS": 0.5651802987159859, - "SF_CALC_f_htfmax_actual": 1.3223529542708455, - "SF_CALC_f_htfmin_actual": 0.27548966595441518, + "SF_CALC_f_htfmax_actual": 1.3223529542708457, + "SF_CALC_f_htfmin_actual": 0.2754896659544152, "SF_CALC_field_area": 5.578255726700578, "SF_CALC_field_htf_max_temp": 593.0, "SF_CALC_field_htf_min_temp": 238.0, @@ -434,8 +434,8 @@ "SF_CALC_nLoops_sm1": 2.0, "SF_CALC_q_field_des": 11.53076793062266, "SF_CALC_q_field_des_ideal": 11.53076793062266, - "SF_CALC_therm_eff_des_SS": 0.9228506903005799, - "SF_CALC_therm_eff_loop_des_SS": 0.9232517656410557, + "SF_CALC_therm_eff_des_SS": 0.92285069030058, + "SF_CALC_therm_eff_loop_des_SS": 0.9232517656410556, "SF_CALC_total_land_area": 8.925209162720926, "SF_CALC_total_tracking_power": 0.003, "SF_COPY_T_loop_in_des": 293.0, @@ -467,7 +467,7 @@ "T_db": 0.0, "T_dp": 0.0, "T_fp": 263.0, - "T_hs_ext_out_des_ui": "nan", + "T_hs_ext_out_des_ui": NaN, "T_htf_hot_des": 525.0, "T_loop_in_des": 293.0, "T_loop_out": 525.0, @@ -9597,8 +9597,8 @@ "hs_phys_T_steam_cold_des": 120.0, "hs_type": 0.0, "htf_system_spec_cost": 0.0, - "hx_UA_des_ui": "nan", - "hx_min_dT_des_ui": "nan", + "hx_UA_des_ui": NaN, + "hx_min_dT_des_ui": NaN, "ibi_fed_amount": 0.0, "ibi_fed_amount_deprbas_fed": 0.0, "ibi_fed_amount_deprbas_sta": 0.0, @@ -9643,7 +9643,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -10325,7 +10325,7 @@ "library_paths": "", "loan_moratorium": 0.0, "lon": -110.94, - "m_dot_hs_ext_des_ui": "nan", + "m_dot_hs_ext_des_ui": NaN, "m_dot_htfmax": 14.4763, "m_dot_htfmin": 3.01589, "mc_bal_cold": 0.2, @@ -10342,7 +10342,7 @@ "nMod": 8.0, "nRecVar": 4.0, "nameplate": 5.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity_escal": 0.0, "om_capacity_heat": [ 33.0 @@ -10439,7 +10439,6 @@ "show_construction_period": 1.0, "site_improvements_spec_cost": 20.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_field_spec_cost": 150.0, "solar_mult_in": 2.3, diff --git a/deploy/runtime/defaults/MSLF_All Equity Partnership Flip.json b/deploy/runtime/defaults/MSLF_All Equity Partnership Flip.json index 93bd4bf7b8..803b41fd67 100644 --- a/deploy/runtime/defaults/MSLF_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/MSLF_All Equity Partnership Flip.json @@ -26,9 +26,9 @@ "CC_CALC_total_direct_cost": 503058520.83312848, "CC_CALC_total_indirect_cost": 60334554.422767858, "CC_CALC_total_installed_cost": 583515416.0892215, - "CC_CALC_ts_cost": 35824201.511335019, + "CC_CALC_ts_cost": 35824201.51133502, "CC_COPY_Q_tes": 1119.5062972292192, - "CC_COPY_nameplate": 99.99990000000001, + "CC_COPY_nameplate": 99.9999, "CC_COPY_sales_tax_rate": 5.0, "CC_COPY_total_land_area": 499.8117131123719, "CC_DISP_bop_mwe": 111.111, @@ -394,7 +394,7 @@ "PB_COPY_T_htf_hot_des": 525.0, "PB_COPY_eta_ref": 0.397, "PB_COPY_gross_net_conversion_factor": 0.9, - "PB_COPY_nameplate": 99.99990000000001, + "PB_COPY_nameplate": 99.9999, "PB_COPY_q_pb_design": 279.8765743073048, "P_a": [ 0.0001, @@ -428,7 +428,7 @@ "SC_DISP_bop_par_f": 1.0, "SD_CALC_m_dot_field_des": 0.0, "SD_CALC_nLoops": 168.0, - "SD_CALC_nameplate": 99.99990000000001, + "SD_CALC_nameplate": 99.9999, "SD_CALC_q_pb_design": 279.8765743073048, "SD_CALC_solar_mult": 2.307170600873028, "SD_CALC_total_Ap": 1264166.4000000002, @@ -459,12 +459,12 @@ "SF_CALC_m_dot_des_SS": 1787.2591970001329, "SF_CALC_m_dot_htfmax_actual": 14.4763, "SF_CALC_m_dot_htfmin_actual": 3.01589, - "SF_CALC_m_dot_loop_des_SS": 10.638447601191267, + "SF_CALC_m_dot_loop_des_SS": 10.638447601191269, "SF_CALC_mdot_field_des": 1839.1598038520909, "SF_CALC_nLoops_sm1": 73.0, "SF_CALC_q_field_des": 645.7230041148692, "SF_CALC_q_field_des_ideal": 645.7230041148692, - "SF_CALC_therm_eff_des_SS": 0.9205903149766611, + "SF_CALC_therm_eff_des_SS": 0.9205903149766612, "SF_CALC_therm_eff_loop_des_SS": 0.9232525112488524, "SF_CALC_total_land_area": 499.8117131123719, "SF_CALC_total_tracking_power": 0.168, @@ -480,7 +480,7 @@ 0.963 ], "TS_CALC_Q_tes": 1119.5062972292192, - "TS_CALC_d_tank": 20.503054058646979, + "TS_CALC_d_tank": 20.50305405864698, "TS_CALC_q_dot_loss_tes_des": 0.510121817924847, "TS_CALC_tes_htf_cp": 1.513348, "TS_CALC_tes_htf_dens": 1829.876, @@ -27845,7 +27845,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -28546,8 +28546,8 @@ "nRecVar": 4.0, "n_pl_inc": 8.0, "n_rad_tubes": 100.0, - "nameplate": 99.99990000000001, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 99.9999, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -28658,7 +28658,6 @@ "show_construction_period": 1.0, "site_improvements_spec_cost": 20.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_field_spec_cost": 150.0, "solar_mult_in": 2.3, @@ -28691,7 +28690,7 @@ ] ], "store_fluid": 18.0, - "system_capacity": 99999.90000000001, + "system_capacity": 99999.9, "system_use_lifetime_output": 0.0, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, @@ -30383,7 +30382,7 @@ "ui_disp_8_turbout": 1.0, "ui_disp_9_turbout": 1.0, "ui_electricity_rate_option": 0.0, - "ui_land_area_ha": 202.26693636809126, + "ui_land_area_ha": 202.26693636809129, "ui_land_area_multiplier": 0.0, "ui_land_area_units": 0.0, "ui_land_lease": [ diff --git a/deploy/runtime/defaults/MSLF_Leveraged Partnership Flip.json b/deploy/runtime/defaults/MSLF_Leveraged Partnership Flip.json index 1c6626fd40..3146e39c12 100644 --- a/deploy/runtime/defaults/MSLF_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/MSLF_Leveraged Partnership Flip.json @@ -26,9 +26,9 @@ "CC_CALC_total_direct_cost": 503058520.83312848, "CC_CALC_total_indirect_cost": 60334554.422767858, "CC_CALC_total_installed_cost": 583515416.0892215, - "CC_CALC_ts_cost": 35824201.511335019, + "CC_CALC_ts_cost": 35824201.51133502, "CC_COPY_Q_tes": 1119.5062972292192, - "CC_COPY_nameplate": 99.99990000000001, + "CC_COPY_nameplate": 99.9999, "CC_COPY_sales_tax_rate": 5.0, "CC_COPY_total_land_area": 499.8117131123719, "CC_DISP_bop_mwe": 111.111, @@ -394,7 +394,7 @@ "PB_COPY_T_htf_hot_des": 525.0, "PB_COPY_eta_ref": 0.397, "PB_COPY_gross_net_conversion_factor": 0.9, - "PB_COPY_nameplate": 99.99990000000001, + "PB_COPY_nameplate": 99.9999, "PB_COPY_q_pb_design": 279.8765743073048, "P_a": [ 0.0001, @@ -428,7 +428,7 @@ "SC_DISP_bop_par_f": 1.0, "SD_CALC_m_dot_field_des": 0.0, "SD_CALC_nLoops": 168.0, - "SD_CALC_nameplate": 99.99990000000001, + "SD_CALC_nameplate": 99.9999, "SD_CALC_q_pb_design": 279.8765743073048, "SD_CALC_solar_mult": 2.307170600873028, "SD_CALC_total_Ap": 1264166.4000000002, @@ -459,12 +459,12 @@ "SF_CALC_m_dot_des_SS": 1787.2591970001329, "SF_CALC_m_dot_htfmax_actual": 14.4763, "SF_CALC_m_dot_htfmin_actual": 3.01589, - "SF_CALC_m_dot_loop_des_SS": 10.638447601191267, + "SF_CALC_m_dot_loop_des_SS": 10.638447601191269, "SF_CALC_mdot_field_des": 1839.1598038520909, "SF_CALC_nLoops_sm1": 73.0, "SF_CALC_q_field_des": 645.7230041148692, "SF_CALC_q_field_des_ideal": 645.7230041148692, - "SF_CALC_therm_eff_des_SS": 0.9205903149766611, + "SF_CALC_therm_eff_des_SS": 0.9205903149766612, "SF_CALC_therm_eff_loop_des_SS": 0.9232525112488524, "SF_CALC_total_land_area": 499.8117131123719, "SF_CALC_total_tracking_power": 0.168, @@ -480,7 +480,7 @@ 0.963 ], "TS_CALC_Q_tes": 1119.5062972292192, - "TS_CALC_d_tank": 20.503054058646979, + "TS_CALC_d_tank": 20.50305405864698, "TS_CALC_q_dot_loss_tes_des": 0.510121817924847, "TS_CALC_tes_htf_cp": 1.513348, "TS_CALC_tes_htf_dens": 1829.876, @@ -27853,7 +27853,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -28555,8 +28555,8 @@ "nRecVar": 4.0, "n_pl_inc": 8.0, "n_rad_tubes": 100.0, - "nameplate": 99.99990000000001, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 99.9999, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -28669,7 +28669,6 @@ "show_construction_period": 1.0, "site_improvements_spec_cost": 20.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_field_spec_cost": 150.0, "solar_mult_in": 2.3, @@ -28700,7 +28699,7 @@ ] ], "store_fluid": 18.0, - "system_capacity": 99999.90000000001, + "system_capacity": 99999.9, "system_use_lifetime_output": 0.0, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, @@ -30394,7 +30393,7 @@ "ui_disp_8_turbout": 1.0, "ui_disp_9_turbout": 1.0, "ui_electricity_rate_option": 0.0, - "ui_land_area_ha": 202.26693636809126, + "ui_land_area_ha": 202.26693636809129, "ui_land_area_multiplier": 0.0, "ui_land_area_units": 0.0, "ui_land_lease": [ diff --git a/deploy/runtime/defaults/MSLF_Merchant Plant.json b/deploy/runtime/defaults/MSLF_Merchant Plant.json index 191163ca5b..c1b69bc986 100644 --- a/deploy/runtime/defaults/MSLF_Merchant Plant.json +++ b/deploy/runtime/defaults/MSLF_Merchant Plant.json @@ -26,9 +26,9 @@ "CC_CALC_total_direct_cost": 503058520.83312848, "CC_CALC_total_indirect_cost": 60334554.422767858, "CC_CALC_total_installed_cost": 583515416.0892215, - "CC_CALC_ts_cost": 35824201.511335019, + "CC_CALC_ts_cost": 35824201.51133502, "CC_COPY_Q_tes": 1119.5062972292192, - "CC_COPY_nameplate": 99.99990000000001, + "CC_COPY_nameplate": 99.9999, "CC_COPY_sales_tax_rate": 5.0, "CC_COPY_total_land_area": 499.8117131123719, "CC_DISP_bop_mwe": 111.111, @@ -394,7 +394,7 @@ "PB_COPY_T_htf_hot_des": 525.0, "PB_COPY_eta_ref": 0.397, "PB_COPY_gross_net_conversion_factor": 0.9, - "PB_COPY_nameplate": 99.99990000000001, + "PB_COPY_nameplate": 99.9999, "PB_COPY_q_pb_design": 279.8765743073048, "P_a": [ 0.0001, @@ -428,7 +428,7 @@ "SC_DISP_bop_par_f": 1.0, "SD_CALC_m_dot_field_des": 0.0, "SD_CALC_nLoops": 168.0, - "SD_CALC_nameplate": 99.99990000000001, + "SD_CALC_nameplate": 99.9999, "SD_CALC_q_pb_design": 279.8765743073048, "SD_CALC_solar_mult": 2.307170600873028, "SD_CALC_total_Ap": 1264166.4000000002, @@ -459,12 +459,12 @@ "SF_CALC_m_dot_des_SS": 1787.2591970001329, "SF_CALC_m_dot_htfmax_actual": 14.4763, "SF_CALC_m_dot_htfmin_actual": 3.01589, - "SF_CALC_m_dot_loop_des_SS": 10.638447601191267, + "SF_CALC_m_dot_loop_des_SS": 10.638447601191269, "SF_CALC_mdot_field_des": 1839.1598038520909, "SF_CALC_nLoops_sm1": 73.0, "SF_CALC_q_field_des": 645.7230041148692, "SF_CALC_q_field_des_ideal": 645.7230041148692, - "SF_CALC_therm_eff_des_SS": 0.9205903149766611, + "SF_CALC_therm_eff_des_SS": 0.9205903149766612, "SF_CALC_therm_eff_loop_des_SS": 0.9232525112488524, "SF_CALC_total_land_area": 499.8117131123719, "SF_CALC_total_tracking_power": 0.168, @@ -480,7 +480,7 @@ 0.963 ], "TS_CALC_Q_tes": 1119.5062972292192, - "TS_CALC_d_tank": 20.503054058646979, + "TS_CALC_d_tank": 20.50305405864698, "TS_CALC_q_dot_loss_tes_des": 0.510121817924847, "TS_CALC_tes_htf_cp": 1.513348, "TS_CALC_tes_htf_dens": 1829.876, @@ -9438,7 +9438,7 @@ ], "cp_capacity_payment_esc": 0.0, "cp_capacity_payment_type": 0.0, - "cp_system_nameplate": 99.99990000000001, + "cp_system_nameplate": 99.9999, "csp.pt.pwrb.condenser_type": 1.0, "csp.pt.pwrb.pressure_mode": 0.0, "csp_financial_model": 6.0, @@ -18459,7 +18459,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -675647,8 +675647,8 @@ "nRecVar": 4.0, "n_pl_inc": 8.0, "n_rad_tubes": 100.0, - "nameplate": 99.99990000000001, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 99.9999, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -675756,7 +675756,6 @@ "show_construction_period": 1.0, "site_improvements_spec_cost": 20.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_field_spec_cost": 150.0, "solar_mult_in": 2.3, @@ -675786,7 +675785,7 @@ ] ], "store_fluid": 18.0, - "system_capacity": 99999.90000000001, + "system_capacity": 99999.9, "system_use_lifetime_output": 0.0, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, @@ -677474,7 +677473,7 @@ "ui_disp_8_turbout": 1.0, "ui_disp_9_turbout": 1.0, "ui_electricity_rate_option": 0.0, - "ui_land_area_ha": 202.26693636809126, + "ui_land_area_ha": 202.26693636809129, "ui_land_area_multiplier": 0.0, "ui_land_area_units": 0.0, "ui_land_lease": [ diff --git a/deploy/runtime/defaults/MSLF_Sale Leaseback.json b/deploy/runtime/defaults/MSLF_Sale Leaseback.json index de49eb62da..9dc9a9e3e6 100644 --- a/deploy/runtime/defaults/MSLF_Sale Leaseback.json +++ b/deploy/runtime/defaults/MSLF_Sale Leaseback.json @@ -26,9 +26,9 @@ "CC_CALC_total_direct_cost": 503058520.83312848, "CC_CALC_total_indirect_cost": 60334554.422767858, "CC_CALC_total_installed_cost": 583515416.0892215, - "CC_CALC_ts_cost": 35824201.511335019, + "CC_CALC_ts_cost": 35824201.51133502, "CC_COPY_Q_tes": 1119.5062972292192, - "CC_COPY_nameplate": 99.99990000000001, + "CC_COPY_nameplate": 99.9999, "CC_COPY_sales_tax_rate": 5.0, "CC_COPY_total_land_area": 499.8117131123719, "CC_DISP_bop_mwe": 111.111, @@ -394,7 +394,7 @@ "PB_COPY_T_htf_hot_des": 525.0, "PB_COPY_eta_ref": 0.397, "PB_COPY_gross_net_conversion_factor": 0.9, - "PB_COPY_nameplate": 99.99990000000001, + "PB_COPY_nameplate": 99.9999, "PB_COPY_q_pb_design": 279.8765743073048, "P_a": [ 0.0001, @@ -428,7 +428,7 @@ "SC_DISP_bop_par_f": 1.0, "SD_CALC_m_dot_field_des": 0.0, "SD_CALC_nLoops": 168.0, - "SD_CALC_nameplate": 99.99990000000001, + "SD_CALC_nameplate": 99.9999, "SD_CALC_q_pb_design": 279.8765743073048, "SD_CALC_solar_mult": 2.307170600873028, "SD_CALC_total_Ap": 1264166.4000000002, @@ -459,12 +459,12 @@ "SF_CALC_m_dot_des_SS": 1787.2591970001329, "SF_CALC_m_dot_htfmax_actual": 14.4763, "SF_CALC_m_dot_htfmin_actual": 3.01589, - "SF_CALC_m_dot_loop_des_SS": 10.638447601191267, + "SF_CALC_m_dot_loop_des_SS": 10.638447601191269, "SF_CALC_mdot_field_des": 1839.1598038520909, "SF_CALC_nLoops_sm1": 73.0, "SF_CALC_q_field_des": 645.7230041148692, "SF_CALC_q_field_des_ideal": 645.7230041148692, - "SF_CALC_therm_eff_des_SS": 0.9205903149766611, + "SF_CALC_therm_eff_des_SS": 0.9205903149766612, "SF_CALC_therm_eff_loop_des_SS": 0.9232525112488524, "SF_CALC_total_land_area": 499.8117131123719, "SF_CALC_total_tracking_power": 0.168, @@ -480,7 +480,7 @@ 0.963 ], "TS_CALC_Q_tes": 1119.5062972292192, - "TS_CALC_d_tank": 20.503054058646979, + "TS_CALC_d_tank": 20.50305405864698, "TS_CALC_q_dot_loss_tes_des": 0.510121817924847, "TS_CALC_tes_htf_cp": 1.513348, "TS_CALC_tes_htf_dens": 1829.876, @@ -27840,7 +27840,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -28541,8 +28541,8 @@ "nRecVar": 4.0, "n_pl_inc": 8.0, "n_rad_tubes": 100.0, - "nameplate": 99.99990000000001, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 99.9999, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -28654,7 +28654,6 @@ "show_construction_period": 1.0, "site_improvements_spec_cost": 20.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_field_spec_cost": 150.0, "solar_mult_in": 2.3, @@ -28663,7 +28662,7 @@ "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solution_mode_message": "", "sponsor_operating_margin": 20.0, - "sponsor_operating_margin_amount": 1999998.0000000003, + "sponsor_operating_margin_amount": 1999998.0000000005, "sponsor_operating_margin_escalation": 2.0, "startup_frac": 0.2, "startup_time": 0.5, @@ -28688,7 +28687,7 @@ ] ], "store_fluid": 18.0, - "system_capacity": 99999.90000000001, + "system_capacity": 99999.9, "system_use_lifetime_output": 0.0, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, @@ -30376,7 +30375,7 @@ "ui_disp_8_turbout": 1.0, "ui_disp_9_turbout": 1.0, "ui_electricity_rate_option": 0.0, - "ui_land_area_ha": 202.26693636809126, + "ui_land_area_ha": 202.26693636809129, "ui_land_area_multiplier": 0.0, "ui_land_area_units": 0.0, "ui_land_lease": [ diff --git a/deploy/runtime/defaults/MSLF_Single Owner.json b/deploy/runtime/defaults/MSLF_Single Owner.json index 9a9328c881..fa68021c9c 100644 --- a/deploy/runtime/defaults/MSLF_Single Owner.json +++ b/deploy/runtime/defaults/MSLF_Single Owner.json @@ -26,9 +26,9 @@ "CC_CALC_total_direct_cost": 503058520.83312848, "CC_CALC_total_indirect_cost": 60334554.422767858, "CC_CALC_total_installed_cost": 583515416.0892215, - "CC_CALC_ts_cost": 35824201.511335019, + "CC_CALC_ts_cost": 35824201.51133502, "CC_COPY_Q_tes": 1119.5062972292192, - "CC_COPY_nameplate": 99.99990000000001, + "CC_COPY_nameplate": 99.9999, "CC_COPY_sales_tax_rate": 5.0, "CC_COPY_total_land_area": 499.8117131123719, "CC_DISP_bop_mwe": 111.111, @@ -394,7 +394,7 @@ "PB_COPY_T_htf_hot_des": 525.0, "PB_COPY_eta_ref": 0.397, "PB_COPY_gross_net_conversion_factor": 0.9, - "PB_COPY_nameplate": 99.99990000000001, + "PB_COPY_nameplate": 99.9999, "PB_COPY_q_pb_design": 279.8765743073048, "P_a": [ 0.0001, @@ -428,7 +428,7 @@ "SC_DISP_bop_par_f": 1.0, "SD_CALC_m_dot_field_des": 0.0, "SD_CALC_nLoops": 168.0, - "SD_CALC_nameplate": 99.99990000000001, + "SD_CALC_nameplate": 99.9999, "SD_CALC_q_pb_design": 279.8765743073048, "SD_CALC_solar_mult": 2.307170600873028, "SD_CALC_total_Ap": 1264166.4000000002, @@ -459,12 +459,12 @@ "SF_CALC_m_dot_des_SS": 1787.2591970001329, "SF_CALC_m_dot_htfmax_actual": 14.4763, "SF_CALC_m_dot_htfmin_actual": 3.01589, - "SF_CALC_m_dot_loop_des_SS": 10.638447601191267, + "SF_CALC_m_dot_loop_des_SS": 10.638447601191269, "SF_CALC_mdot_field_des": 1839.1598038520909, "SF_CALC_nLoops_sm1": 73.0, "SF_CALC_q_field_des": 645.7230041148692, "SF_CALC_q_field_des_ideal": 645.7230041148692, - "SF_CALC_therm_eff_des_SS": 0.9205903149766611, + "SF_CALC_therm_eff_des_SS": 0.9205903149766612, "SF_CALC_therm_eff_loop_des_SS": 0.9232525112488524, "SF_CALC_total_land_area": 499.8117131123719, "SF_CALC_total_tracking_power": 0.168, @@ -480,7 +480,7 @@ 0.963 ], "TS_CALC_Q_tes": 1119.5062972292192, - "TS_CALC_d_tank": 20.503054058646979, + "TS_CALC_d_tank": 20.50305405864698, "TS_CALC_q_dot_loss_tes_des": 0.510121817924847, "TS_CALC_tes_htf_cp": 1.513348, "TS_CALC_tes_htf_dens": 1829.876, @@ -9430,7 +9430,7 @@ ], "cp_capacity_payment_esc": 0.0, "cp_capacity_payment_type": 0.0, - "cp_system_nameplate": 99.99990000000001, + "cp_system_nameplate": 99.9999, "csp.pt.pwrb.condenser_type": 1.0, "csp.pt.pwrb.pressure_mode": 0.0, "csp_financial_model": 1.0, @@ -27858,7 +27858,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -28560,8 +28560,8 @@ "nRecVar": 4.0, "n_pl_inc": 8.0, "n_rad_tubes": 100.0, - "nameplate": 99.99990000000001, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 99.9999, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -28677,7 +28677,6 @@ "show_construction_period": 1.0, "site_improvements_spec_cost": 20.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_field_spec_cost": 150.0, "solar_mult_in": 2.3, @@ -28708,7 +28707,7 @@ ] ], "store_fluid": 18.0, - "system_capacity": 99999.90000000001, + "system_capacity": 99999.9, "system_use_lifetime_output": 0.0, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, @@ -30397,7 +30396,7 @@ "ui_disp_8_turbout": 1.0, "ui_disp_9_turbout": 1.0, "ui_electricity_rate_option": 0.0, - "ui_land_area_ha": 202.26693636809126, + "ui_land_area_ha": 202.26693636809129, "ui_land_area_multiplier": 0.0, "ui_land_area_units": 0.0, "ui_land_lease": [ diff --git a/deploy/runtime/defaults/MSPT IPH_LCOH Calculator.json b/deploy/runtime/defaults/MSPT IPH_LCOH Calculator.json index 1345e62f80..d4ea88dbe6 100644 --- a/deploy/runtime/defaults/MSPT IPH_LCOH Calculator.json +++ b/deploy/runtime/defaults/MSPT IPH_LCOH Calculator.json @@ -1,5 +1,5 @@ { - "A_rec_calc": 1087.6845009275167, + "A_rec_calc": 1087.6845009275169, "A_sf_calc": 1348316.2571999997, "D_rec": 16.922, "D_rec_calc": 16.922, @@ -10,18 +10,18 @@ "N_hel_calc": 9339.0, "N_panels": 20.0, "Q_rec_des": 669.9024, - "Q_tes": 2791.2599999999999, + "Q_tes": 2791.26, "REC_COPY_Q_rec_des": 669.9024, "REC_COPY_T_htf_cold_des": 290.0, "REC_COPY_T_htf_hot_des": 574.0, "REC_COPY_W_dot_rec_pump_des": 8.488616232861823, "REC_COPY_W_dot_rec_pump_rec_share_des": 4.962438508588798, "REC_COPY_W_dot_rec_pump_tower_share_des": 3.5261777242730245, - "REC_COPY_eta_rec_therm_des_calc": 95.01114789511319, + "REC_COPY_eta_rec_therm_des_calc": 95.0111478951132, "REC_COPY_m_dot_htf_rec_des_calc": 1565.6411468722718, "REC_COPY_solarm": 2.4, "REC_COPY_vel_rec_tube_des": 5.940290670663673, - "TES_COPY_Q_tes": 2791.2599999999999, + "TES_COPY_Q_tes": 2791.26, "TES_COPY_T_htf_cold_des": 290.0, "TES_COPY_T_htf_hot_des": 574.0, "TES_COPY_q_dot_tes_est": 0.8814422059428588, @@ -29,7 +29,7 @@ "TES_COPY_tes_avail_vol": 12986.480822381163, "TES_COPY_tes_htf_density": 1808.4790461159128, "TES_COPY_tes_tank_diameter": 38.770772979908368, - "TES_COPY_tes_vol_total": 14167.069988052179, + "TES_COPY_tes_vol_total": 14167.06998805218, "TES_COPY_tshours": 10.0, "T_hs_ext_out_des_ui": NaN, "T_htf_cold_des": 290.0, @@ -131,23 +131,23 @@ "csp.pt.cost.epc.total": 54672658.0101808, "csp.pt.cost.heliostats": 171236164.66439996, "csp.pt.cost.heliostats_m2": 1348316.2571999997, - "csp.pt.cost.installed_per_capacity": 1837.3307298011235, - "csp.pt.cost.nameplate": 279.12600000000006, + "csp.pt.cost.installed_per_capacity": 1837.3307298011237, + "csp.pt.cost.nameplate": 279.1260000000001, "csp.pt.cost.plm.fixed": 0.0, "csp.pt.cost.plm.per_watt": 0.0, "csp.pt.cost.plm.percent": 0.0, "csp.pt.cost.plm.total": 20792855.194841196, "csp.pt.cost.power_block_mwe": 279.126, "csp.pt.cost.receiver": 79628026.66564948, - "csp.pt.cost.receiver.area": 1087.6845009275167, + "csp.pt.cost.receiver.area": 1087.6845009275169, "csp.pt.cost.sales_tax.total": 16822356.310824865, "csp.pt.cost.sales_tax.value": 5.0, "csp.pt.cost.site_improvements": 21573060.115199996, "csp.pt.cost.site_improvements_m2": 1348316.2571999997, "csp.pt.cost.storage": 61407719.99999999, - "csp.pt.cost.storage_mwht": 2791.2599999999999, + "csp.pt.cost.storage_mwht": 2791.26, "csp.pt.cost.total_land_area": 2079.2855194841197, - "csp.pt.cost.tower": 25705616.751593174, + "csp.pt.cost.tower": 25705616.751593178, "csp.pt.par.calc.aux": 0.0, "csp.pt.par.calc.bop": 0.0, "csp.pt.rec.flow_pattern": 0.0, @@ -184,7 +184,7 @@ "error_equiv": 4.327493500861671, "eta_pump": 0.85, "eta_rec_thermal_des_calc": 0.9501114789511318, - "ext_rec_area_calc": 1087.6845009275167, + "ext_rec_area_calc": 1087.6845009275169, "f_rec_min": 0.25, "f_turb_tou_periods": [ 1.0, @@ -37603,12 +37603,12 @@ "hs_type": 0.0, "hx_UA_des_ui": NaN, "hx_min_dT_des_ui": NaN, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, "in_time_step": 0.0, - "installed_per_capacity_calc": 1837.3307298011235, + "installed_per_capacity_calc": 1837.3307298011237, "is_advanced": 0.0, "is_dispatch": 0.0, "is_iscc": 0.0, @@ -37619,8 +37619,8 @@ "is_rec_startup_trans": 0.0, "is_timestep_load_fractions": 0.0, "is_tod_pc_target_also_pc_max": 1.0, - "land_area_base": 2034.2855194841198, - "land_area_base_calc": 2034.2855194841198, + "land_area_base": 2034.28551948412, + "land_area_base_calc": 2034.28551948412, "land_max": 9.5, "land_max_abs_calc": 1845.1565, "land_max_calc": 1845.1565, @@ -37644,7 +37644,7 @@ "n_flux_days": 8.0, "n_hel": 9339.0, "n_zen": 8.0, - "nameplate": 279.12600000000006, + "nameplate": 279.1260000000001, "opt_algorithm": 1.0, "opt_conv_tol": 0.001, "opt_flux_penalty": 0.25, @@ -37704,7 +37704,6 @@ "site_improvement_cost_calc": 21573060.115199996, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -37716,7 +37715,7 @@ "step": 3600.0, "storage_cost_calc": 61407719.99999999, "system_capacity": 279126.0, - "system_capacity_heat_btu": 952.4174460481547, + "system_capacity_heat_btu": 952.4174460481548, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, "tes_avail_vol": 12986.480822381163, @@ -37724,7 +37723,7 @@ "tes_init_hot_htf_percent": 30.0, "tes_spec_cost": 22.0, "tes_tank_diameter": 38.770772979908368, - "tes_vol_total": 14167.069988052179, + "tes_vol_total": 14167.06998805218, "th_riser": 15.0, "th_tube": 1.25, "time_start": 0.0, @@ -46491,15 +46490,15 @@ 1.0, 1.0 ], - "total_direct_cost": 420558907.77062156, - "total_direct_cost_calc": 420558907.77062156, - "total_indirect_cost": 92287869.51584685, - "total_indirect_cost_calc": 92287869.51584685, + "total_direct_cost": 420558907.7706216, + "total_direct_cost_calc": 420558907.7706216, + "total_indirect_cost": 92287869.51584684, + "total_indirect_cost_calc": 92287869.51584684, "total_installed_cost": 512846777.2864684, "total_installed_cost_calc": 512846777.2864684, "total_land_area": 2079.2855194841197, "total_land_area_before_rad_cooling_calc": 2079.2855194841197, - "tower_cost_calc": 25705616.751593174, + "tower_cost_calc": 25705616.751593178, "tower_exp": 0.0113, "tower_fixed_cost": 3000000.0, "tshours": 10.0, @@ -46524,7 +46523,7 @@ "ui_step_minutes": 60.0, "ui_system_capacity": 279126.00000000008, "ui_tower_height": 194.227, - "ui_wacc": 0.055843902439024487, + "ui_wacc": 0.05584390243902449, "use_specific_weather_file": 0.0, "user_specified_weather_file": "", "v_wind_max": 15.0, diff --git a/deploy/runtime/defaults/MSPT IPH_None.json b/deploy/runtime/defaults/MSPT IPH_None.json index aff6bc45b6..7d2ce4af7f 100644 --- a/deploy/runtime/defaults/MSPT IPH_None.json +++ b/deploy/runtime/defaults/MSPT IPH_None.json @@ -1,5 +1,5 @@ { - "A_rec_calc": 1087.6845009275167, + "A_rec_calc": 1087.6845009275169, "A_sf_calc": 1348316.2571999997, "D_rec": 16.922, "D_rec_calc": 16.922, @@ -10,18 +10,18 @@ "N_hel_calc": 9339.0, "N_panels": 20.0, "Q_rec_des": 669.9024, - "Q_tes": 2791.2599999999999, + "Q_tes": 2791.26, "REC_COPY_Q_rec_des": 669.9024, "REC_COPY_T_htf_cold_des": 290.0, "REC_COPY_T_htf_hot_des": 574.0, "REC_COPY_W_dot_rec_pump_des": 8.488616232861823, "REC_COPY_W_dot_rec_pump_rec_share_des": 4.962438508588798, "REC_COPY_W_dot_rec_pump_tower_share_des": 3.5261777242730245, - "REC_COPY_eta_rec_therm_des_calc": 95.01114789511319, + "REC_COPY_eta_rec_therm_des_calc": 95.0111478951132, "REC_COPY_m_dot_htf_rec_des_calc": 1565.6411468722718, "REC_COPY_solarm": 2.4, "REC_COPY_vel_rec_tube_des": 5.940290670663673, - "TES_COPY_Q_tes": 2791.2599999999999, + "TES_COPY_Q_tes": 2791.26, "TES_COPY_T_htf_cold_des": 290.0, "TES_COPY_T_htf_hot_des": 574.0, "TES_COPY_q_dot_tes_est": 0.8814422059428588, @@ -29,7 +29,7 @@ "TES_COPY_tes_avail_vol": 12986.480822381163, "TES_COPY_tes_htf_density": 1808.4790461159128, "TES_COPY_tes_tank_diameter": 38.770772979908368, - "TES_COPY_tes_vol_total": 14167.069988052179, + "TES_COPY_tes_vol_total": 14167.06998805218, "TES_COPY_tshours": 10.0, "T_hs_ext_out_des_ui": NaN, "T_htf_cold_des": 290.0, @@ -112,23 +112,23 @@ "csp.pt.cost.epc.total": 54672658.0101808, "csp.pt.cost.heliostats": 171236164.66439996, "csp.pt.cost.heliostats_m2": 1348316.2571999997, - "csp.pt.cost.installed_per_capacity": 1837.3307298011235, - "csp.pt.cost.nameplate": 279.12600000000006, + "csp.pt.cost.installed_per_capacity": 1837.3307298011237, + "csp.pt.cost.nameplate": 279.1260000000001, "csp.pt.cost.plm.fixed": 0.0, "csp.pt.cost.plm.per_watt": 0.0, "csp.pt.cost.plm.percent": 0.0, "csp.pt.cost.plm.total": 20792855.194841196, "csp.pt.cost.power_block_mwe": 279.126, "csp.pt.cost.receiver": 79628026.66564948, - "csp.pt.cost.receiver.area": 1087.6845009275167, + "csp.pt.cost.receiver.area": 1087.6845009275169, "csp.pt.cost.sales_tax.total": 16822356.310824865, "csp.pt.cost.sales_tax.value": 5.0, "csp.pt.cost.site_improvements": 21573060.115199996, "csp.pt.cost.site_improvements_m2": 1348316.2571999997, "csp.pt.cost.storage": 61407719.99999999, - "csp.pt.cost.storage_mwht": 2791.2599999999999, + "csp.pt.cost.storage_mwht": 2791.26, "csp.pt.cost.total_land_area": 2079.2855194841197, - "csp.pt.cost.tower": 25705616.751593174, + "csp.pt.cost.tower": 25705616.751593178, "csp.pt.par.calc.aux": 0.0, "csp.pt.par.calc.bop": 0.0, "csp.pt.rec.flow_pattern": 0.0, @@ -164,7 +164,7 @@ "error_equiv": 4.327493500861671, "eta_pump": 0.85, "eta_rec_thermal_des_calc": 0.9501114789511318, - "ext_rec_area_calc": 1087.6845009275167, + "ext_rec_area_calc": 1087.6845009275169, "f_rec_min": 0.25, "f_turb_tou_periods": [ 1.0, @@ -37581,12 +37581,12 @@ "hs_type": 0.0, "hx_UA_des_ui": NaN, "hx_min_dT_des_ui": NaN, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, "in_time_step": 0.0, - "installed_per_capacity_calc": 1837.3307298011235, + "installed_per_capacity_calc": 1837.3307298011237, "is_advanced": 0.0, "is_dispatch": 0.0, "is_iscc": 0.0, @@ -37597,8 +37597,8 @@ "is_rec_startup_trans": 0.0, "is_timestep_load_fractions": 0.0, "is_tod_pc_target_also_pc_max": 1.0, - "land_area_base": 2034.2855194841198, - "land_area_base_calc": 2034.2855194841198, + "land_area_base": 2034.28551948412, + "land_area_base_calc": 2034.28551948412, "land_max": 9.5, "land_max_abs_calc": 1845.1565, "land_max_calc": 1845.1565, @@ -37622,7 +37622,7 @@ "n_flux_days": 8.0, "n_hel": 9339.0, "n_zen": 8.0, - "nameplate": 279.12600000000006, + "nameplate": 279.1260000000001, "opt_algorithm": 1.0, "opt_conv_tol": 0.001, "opt_flux_penalty": 0.25, @@ -37682,7 +37682,6 @@ "site_improvement_cost_calc": 21573060.115199996, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -37694,7 +37693,7 @@ "step": 3600.0, "storage_cost_calc": 61407719.99999999, "system_capacity": 279126.0, - "system_capacity_heat_btu": 952.4174460481547, + "system_capacity_heat_btu": 952.4174460481548, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, "tes_avail_vol": 12986.480822381163, @@ -37702,7 +37701,7 @@ "tes_init_hot_htf_percent": 30.0, "tes_spec_cost": 22.0, "tes_tank_diameter": 38.770772979908368, - "tes_vol_total": 14167.069988052179, + "tes_vol_total": 14167.06998805218, "th_riser": 15.0, "th_tube": 1.25, "time_start": 0.0, @@ -46469,15 +46468,15 @@ 1.0, 1.0 ], - "total_direct_cost": 420558907.77062156, - "total_direct_cost_calc": 420558907.77062156, - "total_indirect_cost": 92287869.51584685, - "total_indirect_cost_calc": 92287869.51584685, + "total_direct_cost": 420558907.7706216, + "total_direct_cost_calc": 420558907.7706216, + "total_indirect_cost": 92287869.51584684, + "total_indirect_cost_calc": 92287869.51584684, "total_installed_cost": 512846777.2864684, "total_installed_cost_calc": 512846777.2864684, "total_land_area": 2079.2855194841197, "total_land_area_before_rad_cooling_calc": 2079.2855194841197, - "tower_cost_calc": 25705616.751593174, + "tower_cost_calc": 25705616.751593178, "tower_exp": 0.0113, "tower_fixed_cost": 3000000.0, "tshours": 10.0, diff --git a/deploy/runtime/defaults/MSPT IPH_Single Owner.json b/deploy/runtime/defaults/MSPT IPH_Single Owner.json index a65e0ef05d..037053901c 100644 --- a/deploy/runtime/defaults/MSPT IPH_Single Owner.json +++ b/deploy/runtime/defaults/MSPT IPH_Single Owner.json @@ -1,7 +1,7 @@ { - "A_rec_calc": 1087.6845009275167, + "A_rec_calc": 1087.6845009275169, "A_sf_calc": 1348316.2571999997, - "COPY_system_capacity_heat_btu": 952.4174460481547, + "COPY_system_capacity_heat_btu": 952.4174460481548, "D_rec": 16.922, "D_rec_calc": 16.922, "E_heater_su_des_calc": 0.0, @@ -11,18 +11,18 @@ "N_hel_calc": 9339.0, "N_panels": 20.0, "Q_rec_des": 669.9024, - "Q_tes": 2791.2599999999999, + "Q_tes": 2791.26, "REC_COPY_Q_rec_des": 669.9024, "REC_COPY_T_htf_cold_des": 290.0, "REC_COPY_T_htf_hot_des": 574.0, "REC_COPY_W_dot_rec_pump_des": 8.488616232861823, "REC_COPY_W_dot_rec_pump_rec_share_des": 4.962438508588798, "REC_COPY_W_dot_rec_pump_tower_share_des": 3.5261777242730245, - "REC_COPY_eta_rec_therm_des_calc": 95.01114789511319, + "REC_COPY_eta_rec_therm_des_calc": 95.0111478951132, "REC_COPY_m_dot_htf_rec_des_calc": 1565.6411468722718, "REC_COPY_solarm": 2.4, "REC_COPY_vel_rec_tube_des": 5.940290670663673, - "TES_COPY_Q_tes": 2791.2599999999999, + "TES_COPY_Q_tes": 2791.26, "TES_COPY_T_htf_cold_des": 290.0, "TES_COPY_T_htf_hot_des": 574.0, "TES_COPY_q_dot_tes_est": 0.8814422059428588, @@ -30,7 +30,7 @@ "TES_COPY_tes_avail_vol": 12986.480822381163, "TES_COPY_tes_htf_density": 1808.4790461159128, "TES_COPY_tes_tank_diameter": 38.770772979908368, - "TES_COPY_tes_vol_total": 14167.069988052179, + "TES_COPY_tes_vol_total": 14167.06998805218, "TES_COPY_tshours": 10.0, "T_hs_ext_out_des_ui": NaN, "T_htf_cold_des": 290.0, @@ -193,23 +193,23 @@ "csp.pt.cost.epc.total": 54672658.0101808, "csp.pt.cost.heliostats": 171236164.66439996, "csp.pt.cost.heliostats_m2": 1348316.2571999997, - "csp.pt.cost.installed_per_capacity": 1837.3307298011235, - "csp.pt.cost.nameplate": 279.12600000000006, + "csp.pt.cost.installed_per_capacity": 1837.3307298011237, + "csp.pt.cost.nameplate": 279.1260000000001, "csp.pt.cost.plm.fixed": 0.0, "csp.pt.cost.plm.per_watt": 0.0, "csp.pt.cost.plm.percent": 0.0, "csp.pt.cost.plm.total": 20792855.194841196, "csp.pt.cost.power_block_mwe": 279.126, "csp.pt.cost.receiver": 79628026.66564948, - "csp.pt.cost.receiver.area": 1087.6845009275167, + "csp.pt.cost.receiver.area": 1087.6845009275169, "csp.pt.cost.sales_tax.total": 16822356.310824865, "csp.pt.cost.sales_tax.value": 5.0, "csp.pt.cost.site_improvements": 21573060.115199996, "csp.pt.cost.site_improvements_m2": 1348316.2571999997, "csp.pt.cost.storage": 61407719.99999999, - "csp.pt.cost.storage_mwht": 2791.2599999999999, + "csp.pt.cost.storage_mwht": 2791.26, "csp.pt.cost.total_land_area": 2079.2855194841197, - "csp.pt.cost.tower": 25705616.751593174, + "csp.pt.cost.tower": 25705616.751593178, "csp.pt.par.calc.aux": 0.0, "csp.pt.par.calc.bop": 0.0, "csp.pt.rec.flow_pattern": 0.0, @@ -9095,7 +9095,7 @@ "error_equiv": 4.327493500861671, "eta_pump": 0.85, "eta_rec_thermal_des_calc": 0.9501114789511318, - "ext_rec_area_calc": 1087.6845009275167, + "ext_rec_area_calc": 1087.6845009275169, "f_rec_min": 0.25, "f_turb_tou_periods": [ 1.0, @@ -46560,13 +46560,13 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, - "installed_per_capacity_calc": 1837.3307298011235, + "installed_per_capacity_calc": 1837.3307298011237, "insurance_rate": 0.5, "is_advanced": 0.0, "is_btm": 0.0, @@ -46605,8 +46605,8 @@ "itc_sta_percent_maxvalue": [ 1e38 ], - "land_area_base": 2034.2855194841198, - "land_area_base_calc": 2034.2855194841198, + "land_area_base": 2034.28551948412, + "land_area_base_calc": 2034.28551948412, "land_max": 9.5, "land_max_abs_calc": 1845.1565, "land_max_calc": 1845.1565, @@ -47276,8 +47276,8 @@ "n_flux_days": 8.0, "n_hel": 9339.0, "n_zen": 8.0, - "nameplate": 279.12600000000006, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 279.1260000000001, + "nominal_discount_rate": 9.060000000000004, "om_capacity_escal": 0.0, "om_capacity_heat": [ 33.0 @@ -47414,7 +47414,6 @@ "site_improvement_cost_calc": 21573060.115199996, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -47429,7 +47428,7 @@ "step": 3600.0, "storage_cost_calc": 61407719.99999999, "system_capacity": 279126.0, - "system_capacity_heat_btu": 952.4174460481547, + "system_capacity_heat_btu": 952.4174460481548, "system_use_lifetime_output": 0.0, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, @@ -47440,7 +47439,7 @@ "tes_init_hot_htf_percent": 30.0, "tes_spec_cost": 22.0, "tes_tank_diameter": 38.770772979908368, - "tes_vol_total": 14167.069988052179, + "tes_vol_total": 14167.06998805218, "th_riser": 15.0, "th_tube": 1.25, "time_start": 0.0, @@ -47449,15 +47448,15 @@ 0.0 ], "tod_library": "Uniform Dispatch", - "total_direct_cost": 420558907.77062156, - "total_direct_cost_calc": 420558907.77062156, - "total_indirect_cost": 92287869.51584685, - "total_indirect_cost_calc": 92287869.51584685, + "total_direct_cost": 420558907.7706216, + "total_direct_cost_calc": 420558907.7706216, + "total_indirect_cost": 92287869.51584684, + "total_indirect_cost_calc": 92287869.51584684, "total_installed_cost": 512846777.2864684, "total_installed_cost_calc": 512846777.2864684, "total_land_area": 2079.2855194841197, "total_land_area_before_rad_cooling_calc": 2079.2855194841197, - "tower_cost_calc": 25705616.751593174, + "tower_cost_calc": 25705616.751593178, "tower_exp": 0.0113, "tower_fixed_cost": 3000000.0, "tshours": 10.0, diff --git a/deploy/runtime/defaults/MSPTV2_None.json b/deploy/runtime/defaults/MSPTV2_None.json index 33576a1ce5..3b9f146a6a 100644 --- a/deploy/runtime/defaults/MSPTV2_None.json +++ b/deploy/runtime/defaults/MSPTV2_None.json @@ -64101,7 +64101,6 @@ "site_improvement_cost_calc": -789.0, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/MSPT_All Equity Partnership Flip.json b/deploy/runtime/defaults/MSPT_All Equity Partnership Flip.json index 9ee315b119..7d190cd51f 100644 --- a/deploy/runtime/defaults/MSPT_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/MSPT_All Equity Partnership Flip.json @@ -1,5 +1,5 @@ { - "A_rec_calc": 1087.6845009275167, + "A_rec_calc": 1087.6845009275169, "A_sf_calc": 1348316.2571999997, "CT": 2.0, "D_rad_tubes": 0.02, @@ -36,7 +36,7 @@ "PB_COPY_W_dot_cooling_par": 3.342971591975725, "PB_COPY_W_dot_pc_HTF_pump": 0.35881077866642477, "PB_COPY_design_eff": 0.412, - "PB_COPY_nameplate": 101.66344246977227, + "PB_COPY_nameplate": 101.66344246977228, "PB_COPY_q_pb_design": 279.126213592233, "PB_m_dot_htf_cycle_des": 652.383233938954, "P_cond_min": 2.0, @@ -60,9 +60,9 @@ "TES_COPY_T_htf_hot_des": 574.0, "TES_COPY_q_dot_tes_est": 0.8814426938789968, "TES_COPY_q_pb_design": 279.126213592233, - "TES_COPY_tes_avail_vol": 12986.490759869743, + "TES_COPY_tes_avail_vol": 12986.490759869745, "TES_COPY_tes_htf_density": 1808.4790461159128, - "TES_COPY_tes_tank_diameter": 38.770787813951759, + "TES_COPY_tes_tank_diameter": 38.77078781395176, "TES_COPY_tes_vol_total": 14167.08082894881, "TES_COPY_tshours": 10.0, "T_ITD_des": 16.0, @@ -242,8 +242,8 @@ "csp.pt.cost.fossil": 0.0, "csp.pt.cost.heliostats": 171236164.66439996, "csp.pt.cost.heliostats_m2": 1348316.2571999997, - "csp.pt.cost.installed_per_capacity": 6515.5417158194709, - "csp.pt.cost.nameplate": 101.66344246977227, + "csp.pt.cost.installed_per_capacity": 6515.541715819471, + "csp.pt.cost.nameplate": 101.66344246977228, "csp.pt.cost.plm.fixed": 0.0, "csp.pt.cost.plm.per_watt": 0.0, "csp.pt.cost.plm.percent": 0.0, @@ -251,7 +251,7 @@ "csp.pt.cost.power_block": 119600000.0, "csp.pt.cost.power_block_mwe": 115.0, "csp.pt.cost.receiver": 79628026.66564948, - "csp.pt.cost.receiver.area": 1087.6845009275167, + "csp.pt.cost.receiver.area": 1087.6845009275169, "csp.pt.cost.sales_tax.total": 21935027.18600933, "csp.pt.cost.sales_tax.value": 5.0, "csp.pt.cost.site_improvements": 21573060.115199996, @@ -259,7 +259,7 @@ "csp.pt.cost.storage": 61407766.99029126, "csp.pt.cost.storage_mwht": 2791.26213592233, "csp.pt.cost.total_land_area": 2079.2855194841197, - "csp.pt.cost.tower": 25705616.751593174, + "csp.pt.cost.tower": 25705616.751593178, "csp.pt.par.calc.aux": 0.6325, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -9773,8 +9773,8 @@ "equip_reserve_depr_sta": 0.0, "error_equiv": 4.327493500861671, "eta_pump": 0.85, - "eta_rec_thermal_des_calc": 0.9501115117503883, - "ext_rec_area_calc": 1087.6845009275167, + "eta_rec_thermal_des_calc": 0.9501115117503884, + "ext_rec_area_calc": 1087.6845009275169, "f_ctes_warm_ini": 0.0, "f_q_dot_des_allowable_su": 1.0, "f_q_dot_heater_min": 0.25, @@ -56004,13 +56004,13 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, - "installed_per_capacity_calc": 6515.5417158194709, + "installed_per_capacity_calc": 6515.541715819471, "insurance_rate": 0.5, "is_advanced": 0.0, "is_btm": 0.0, @@ -56051,8 +56051,8 @@ ], "k_panel": 235.0, "land_area": 2079.2855194841197, - "land_area_base": 2034.2855194841198, - "land_area_base_calc": 2034.2855194841198, + "land_area_base": 2034.28551948412, + "land_area_base_calc": 2034.28551948412, "land_max": 9.5, "land_max_abs_calc": 1845.1565, "land_max_calc": 1845.1565, @@ -56731,8 +56731,8 @@ "n_pl_inc": 8.0, "n_rad_tubes": 100.0, "n_zen": 8.0, - "nameplate": 101.66344246977227, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 101.66344246977228, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -56880,7 +56880,6 @@ "site_improvement_cost_calc": 21573060.115199996, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -56909,11 +56908,11 @@ "tax_investor_preflip_cash_percent": 98.0, "tax_investor_preflip_tax_percent": 98.0, "tech_type": 1.0, - "tes_avail_vol": 12986.490759869743, + "tes_avail_vol": 12986.490759869745, "tes_htf_density": 1808.4790461159128, "tes_init_hot_htf_percent": 30.0, "tes_spec_cost": 22.0, - "tes_tank_diameter": 38.770787813951759, + "tes_tank_diameter": 38.77078781395176, "tes_vol_total": 14167.08082894881, "th_rad_panel": 0.002, "th_riser": 15.0, @@ -56926,13 +56925,13 @@ "tod_library": "Uniform Dispatch", "total_direct_cost": 548375679.6502332, "total_direct_cost_calc": 548375679.6502332, - "total_indirect_cost": 114016720.73538083, - "total_indirect_cost_calc": 114016720.73538083, + "total_indirect_cost": 114016720.73538085, + "total_indirect_cost_calc": 114016720.73538085, "total_installed_cost": 662392400.3856139, "total_installed_cost_calc": 662392400.3856139, "total_land_area": 2079.2855194841197, "total_land_area_before_rad_cooling_calc": 2079.2855194841197, - "tower_cost_calc": 25705616.751593174, + "tower_cost_calc": 25705616.751593178, "tower_exp": 0.0113, "tower_fixed_cost": 3000000.0, "tshours": 10.0, diff --git a/deploy/runtime/defaults/MSPT_Leveraged Partnership Flip.json b/deploy/runtime/defaults/MSPT_Leveraged Partnership Flip.json index f31c1515d0..73894bc573 100644 --- a/deploy/runtime/defaults/MSPT_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/MSPT_Leveraged Partnership Flip.json @@ -1,5 +1,5 @@ { - "A_rec_calc": 1087.6845009275167, + "A_rec_calc": 1087.6845009275169, "A_sf_calc": 1348316.2571999997, "CT": 2.0, "D_rad_tubes": 0.02, @@ -36,7 +36,7 @@ "PB_COPY_W_dot_cooling_par": 3.342971591975725, "PB_COPY_W_dot_pc_HTF_pump": 0.35881077866642477, "PB_COPY_design_eff": 0.412, - "PB_COPY_nameplate": 101.66344246977227, + "PB_COPY_nameplate": 101.66344246977228, "PB_COPY_q_pb_design": 279.126213592233, "PB_m_dot_htf_cycle_des": 652.383233938954, "P_cond_min": 2.0, @@ -60,9 +60,9 @@ "TES_COPY_T_htf_hot_des": 574.0, "TES_COPY_q_dot_tes_est": 0.8814426938789968, "TES_COPY_q_pb_design": 279.126213592233, - "TES_COPY_tes_avail_vol": 12986.490759869743, + "TES_COPY_tes_avail_vol": 12986.490759869745, "TES_COPY_tes_htf_density": 1808.4790461159128, - "TES_COPY_tes_tank_diameter": 38.770787813951759, + "TES_COPY_tes_tank_diameter": 38.77078781395176, "TES_COPY_tes_vol_total": 14167.08082894881, "TES_COPY_tshours": 10.0, "T_ITD_des": 16.0, @@ -244,8 +244,8 @@ "csp.pt.cost.fossil": 0.0, "csp.pt.cost.heliostats": 171236164.66439996, "csp.pt.cost.heliostats_m2": 1348316.2571999997, - "csp.pt.cost.installed_per_capacity": 6515.5417158194709, - "csp.pt.cost.nameplate": 101.66344246977227, + "csp.pt.cost.installed_per_capacity": 6515.541715819471, + "csp.pt.cost.nameplate": 101.66344246977228, "csp.pt.cost.plm.fixed": 0.0, "csp.pt.cost.plm.per_watt": 0.0, "csp.pt.cost.plm.percent": 0.0, @@ -253,7 +253,7 @@ "csp.pt.cost.power_block": 119600000.0, "csp.pt.cost.power_block_mwe": 115.0, "csp.pt.cost.receiver": 79628026.66564948, - "csp.pt.cost.receiver.area": 1087.6845009275167, + "csp.pt.cost.receiver.area": 1087.6845009275169, "csp.pt.cost.sales_tax.total": 21935027.18600933, "csp.pt.cost.sales_tax.value": 5.0, "csp.pt.cost.site_improvements": 21573060.115199996, @@ -261,7 +261,7 @@ "csp.pt.cost.storage": 61407766.99029126, "csp.pt.cost.storage_mwht": 2791.26213592233, "csp.pt.cost.total_land_area": 2079.2855194841197, - "csp.pt.cost.tower": 25705616.751593174, + "csp.pt.cost.tower": 25705616.751593178, "csp.pt.par.calc.aux": 0.6325, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -9781,8 +9781,8 @@ "equip_reserve_depr_sta": 0.0, "error_equiv": 4.327493500861671, "eta_pump": 0.85, - "eta_rec_thermal_des_calc": 0.9501115117503883, - "ext_rec_area_calc": 1087.6845009275167, + "eta_rec_thermal_des_calc": 0.9501115117503884, + "ext_rec_area_calc": 1087.6845009275169, "f_ctes_warm_ini": 0.0, "f_q_dot_des_allowable_su": 1.0, "f_q_dot_heater_min": 0.25, @@ -56012,13 +56012,13 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, - "installed_per_capacity_calc": 6515.5417158194709, + "installed_per_capacity_calc": 6515.541715819471, "insurance_rate": 0.5, "is_advanced": 0.0, "is_btm": 0.0, @@ -56059,8 +56059,8 @@ ], "k_panel": 235.0, "land_area": 2079.2855194841197, - "land_area_base": 2034.2855194841198, - "land_area_base_calc": 2034.2855194841198, + "land_area_base": 2034.28551948412, + "land_area_base_calc": 2034.28551948412, "land_max": 9.5, "land_max_abs_calc": 1845.1565, "land_max_calc": 1845.1565, @@ -56740,8 +56740,8 @@ "n_pl_inc": 8.0, "n_rad_tubes": 100.0, "n_zen": 8.0, - "nameplate": 101.66344246977227, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 101.66344246977228, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -56891,7 +56891,6 @@ "site_improvement_cost_calc": 21573060.115199996, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -56920,11 +56919,11 @@ "tech_type": 1.0, "term_int_rate": 7.0, "term_tenor": 18.0, - "tes_avail_vol": 12986.490759869743, + "tes_avail_vol": 12986.490759869745, "tes_htf_density": 1808.4790461159128, "tes_init_hot_htf_percent": 30.0, "tes_spec_cost": 22.0, - "tes_tank_diameter": 38.770787813951759, + "tes_tank_diameter": 38.77078781395176, "tes_vol_total": 14167.08082894881, "th_rad_panel": 0.002, "th_riser": 15.0, @@ -56937,13 +56936,13 @@ "tod_library": "Uniform Dispatch", "total_direct_cost": 548375679.6502332, "total_direct_cost_calc": 548375679.6502332, - "total_indirect_cost": 114016720.73538083, - "total_indirect_cost_calc": 114016720.73538083, + "total_indirect_cost": 114016720.73538085, + "total_indirect_cost_calc": 114016720.73538085, "total_installed_cost": 662392400.3856139, "total_installed_cost_calc": 662392400.3856139, "total_land_area": 2079.2855194841197, "total_land_area_before_rad_cooling_calc": 2079.2855194841197, - "tower_cost_calc": 25705616.751593174, + "tower_cost_calc": 25705616.751593178, "tower_exp": 0.0113, "tower_fixed_cost": 3000000.0, "tshours": 10.0, diff --git a/deploy/runtime/defaults/MSPT_Merchant Plant.json b/deploy/runtime/defaults/MSPT_Merchant Plant.json index cb190399ca..d0b9331f9d 100644 --- a/deploy/runtime/defaults/MSPT_Merchant Plant.json +++ b/deploy/runtime/defaults/MSPT_Merchant Plant.json @@ -1,5 +1,5 @@ { - "A_rec_calc": 1087.6845009275167, + "A_rec_calc": 1087.6845009275169, "A_sf_calc": 1348316.2571999997, "CT": 2.0, "D_rad_tubes": 0.02, @@ -36,7 +36,7 @@ "PB_COPY_W_dot_cooling_par": 3.342971591975725, "PB_COPY_W_dot_pc_HTF_pump": 0.35881077866642477, "PB_COPY_design_eff": 0.412, - "PB_COPY_nameplate": 101.66344246977227, + "PB_COPY_nameplate": 101.66344246977228, "PB_COPY_q_pb_design": 279.126213592233, "PB_m_dot_htf_cycle_des": 652.383233938954, "P_cond_min": 2.0, @@ -60,9 +60,9 @@ "TES_COPY_T_htf_hot_des": 574.0, "TES_COPY_q_dot_tes_est": 0.8814426938789968, "TES_COPY_q_pb_design": 279.126213592233, - "TES_COPY_tes_avail_vol": 12986.490759869743, + "TES_COPY_tes_avail_vol": 12986.490759869745, "TES_COPY_tes_htf_density": 1808.4790461159128, - "TES_COPY_tes_tank_diameter": 38.770787813951759, + "TES_COPY_tes_tank_diameter": 38.77078781395176, "TES_COPY_tes_vol_total": 14167.08082894881, "TES_COPY_tshours": 10.0, "T_ITD_des": 16.0, @@ -247,7 +247,7 @@ ], "cp_capacity_payment_esc": 0.0, "cp_capacity_payment_type": 0.0, - "cp_system_nameplate": 101.66344246977227, + "cp_system_nameplate": 101.66344246977228, "csp.pt.cost.bop": 33350000.0, "csp.pt.cost.contingency": 35875044.46309937, "csp.pt.cost.epc.fixed": 0.0, @@ -258,8 +258,8 @@ "csp.pt.cost.fossil": 0.0, "csp.pt.cost.heliostats": 171236164.66439996, "csp.pt.cost.heliostats_m2": 1348316.2571999997, - "csp.pt.cost.installed_per_capacity": 6515.5417158194709, - "csp.pt.cost.nameplate": 101.66344246977227, + "csp.pt.cost.installed_per_capacity": 6515.541715819471, + "csp.pt.cost.nameplate": 101.66344246977228, "csp.pt.cost.plm.fixed": 0.0, "csp.pt.cost.plm.per_watt": 0.0, "csp.pt.cost.plm.percent": 0.0, @@ -267,7 +267,7 @@ "csp.pt.cost.power_block": 119600000.0, "csp.pt.cost.power_block_mwe": 115.0, "csp.pt.cost.receiver": 79628026.66564948, - "csp.pt.cost.receiver.area": 1087.6845009275167, + "csp.pt.cost.receiver.area": 1087.6845009275169, "csp.pt.cost.sales_tax.total": 21935027.18600933, "csp.pt.cost.sales_tax.value": 5.0, "csp.pt.cost.site_improvements": 21573060.115199996, @@ -275,7 +275,7 @@ "csp.pt.cost.storage": 61407766.99029126, "csp.pt.cost.storage_mwht": 2791.26213592233, "csp.pt.cost.total_land_area": 2079.2855194841197, - "csp.pt.cost.tower": 25705616.751593174, + "csp.pt.cost.tower": 25705616.751593178, "csp.pt.par.calc.aux": 0.6325, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -388,8 +388,8 @@ "equip_reserve_depr_sta": 0.0, "error_equiv": 4.327493500861671, "eta_pump": 0.85, - "eta_rec_thermal_des_calc": 0.9501115117503883, - "ext_rec_area_calc": 1087.6845009275167, + "eta_rec_thermal_des_calc": 0.9501115117503884, + "ext_rec_area_calc": 1087.6845009275169, "f_ctes_warm_ini": 0.0, "f_q_dot_des_allowable_su": 1.0, "f_q_dot_heater_min": 0.25, @@ -46618,13 +46618,13 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, - "installed_per_capacity_calc": 6515.5417158194709, + "installed_per_capacity_calc": 6515.541715819471, "insurance_rate": 0.5, "is_advanced": 0.0, "is_btm": 0.0, @@ -46665,8 +46665,8 @@ ], "k_panel": 235.0, "land_area": 2079.2855194841197, - "land_area_base": 2034.2855194841198, - "land_area_base_calc": 2034.2855194841198, + "land_area_base": 2034.28551948412, + "land_area_base_calc": 2034.28551948412, "land_max": 9.5, "land_max_abs_calc": 1845.1565, "land_max_calc": 1845.1565, @@ -703832,8 +703832,8 @@ "n_pl_inc": 8.0, "n_rad_tubes": 100.0, "n_zen": 8.0, - "nameplate": 101.66344246977227, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 101.66344246977228, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -703978,7 +703978,6 @@ "site_improvement_cost_calc": 21573060.115199996, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -704001,11 +704000,11 @@ "tech_type": 1.0, "term_int_rate": 7.0, "term_tenor": 18.0, - "tes_avail_vol": 12986.490759869743, + "tes_avail_vol": 12986.490759869745, "tes_htf_density": 1808.4790461159128, "tes_init_hot_htf_percent": 30.0, "tes_spec_cost": 22.0, - "tes_tank_diameter": 38.770787813951759, + "tes_tank_diameter": 38.77078781395176, "tes_vol_total": 14167.08082894881, "th_rad_panel": 0.002, "th_riser": 15.0, @@ -704017,13 +704016,13 @@ ], "total_direct_cost": 548375679.6502332, "total_direct_cost_calc": 548375679.6502332, - "total_indirect_cost": 114016720.73538083, - "total_indirect_cost_calc": 114016720.73538083, + "total_indirect_cost": 114016720.73538085, + "total_indirect_cost_calc": 114016720.73538085, "total_installed_cost": 662392400.3856139, "total_installed_cost_calc": 662392400.3856139, "total_land_area": 2079.2855194841197, "total_land_area_before_rad_cooling_calc": 2079.2855194841197, - "tower_cost_calc": 25705616.751593174, + "tower_cost_calc": 25705616.751593178, "tower_exp": 0.0113, "tower_fixed_cost": 3000000.0, "tshours": 10.0, diff --git a/deploy/runtime/defaults/MSPT_None.json b/deploy/runtime/defaults/MSPT_None.json index bffe392eb2..e2d08714de 100644 --- a/deploy/runtime/defaults/MSPT_None.json +++ b/deploy/runtime/defaults/MSPT_None.json @@ -1,5 +1,5 @@ { - "A_rec_calc": 1087.6845009275167, + "A_rec_calc": 1087.6845009275169, "A_sf_calc": 1348316.2571999997, "CT": 2.0, "D_rad_tubes": 0.02, @@ -36,7 +36,7 @@ "PB_COPY_W_dot_cooling_par": 3.342971591975725, "PB_COPY_W_dot_pc_HTF_pump": 0.35881077866642477, "PB_COPY_design_eff": 0.412, - "PB_COPY_nameplate": 101.66344246977227, + "PB_COPY_nameplate": 101.66344246977228, "PB_COPY_q_pb_design": 279.126213592233, "PB_m_dot_htf_cycle_des": 652.383233938954, "P_cond_min": 2.0, @@ -60,9 +60,9 @@ "TES_COPY_T_htf_hot_des": 574.0, "TES_COPY_q_dot_tes_est": 0.8814426938789968, "TES_COPY_q_pb_design": 279.126213592233, - "TES_COPY_tes_avail_vol": 12986.490759869743, + "TES_COPY_tes_avail_vol": 12986.490759869745, "TES_COPY_tes_htf_density": 1808.4790461159128, - "TES_COPY_tes_tank_diameter": 38.770787813951759, + "TES_COPY_tes_tank_diameter": 38.77078781395176, "TES_COPY_tes_vol_total": 14167.08082894881, "TES_COPY_tshours": 10.0, "T_ITD_des": 16.0, @@ -208,8 +208,8 @@ "csp.pt.cost.fossil": 0.0, "csp.pt.cost.heliostats": 171236164.66439996, "csp.pt.cost.heliostats_m2": 1348316.2571999997, - "csp.pt.cost.installed_per_capacity": 6515.5417158194709, - "csp.pt.cost.nameplate": 101.66344246977227, + "csp.pt.cost.installed_per_capacity": 6515.541715819471, + "csp.pt.cost.nameplate": 101.66344246977228, "csp.pt.cost.plm.fixed": 0.0, "csp.pt.cost.plm.per_watt": 0.0, "csp.pt.cost.plm.percent": 0.0, @@ -217,7 +217,7 @@ "csp.pt.cost.power_block": 119600000.0, "csp.pt.cost.power_block_mwe": 115.0, "csp.pt.cost.receiver": 79628026.66564948, - "csp.pt.cost.receiver.area": 1087.6845009275167, + "csp.pt.cost.receiver.area": 1087.6845009275169, "csp.pt.cost.sales_tax.total": 21935027.18600933, "csp.pt.cost.sales_tax.value": 5.0, "csp.pt.cost.site_improvements": 21573060.115199996, @@ -225,7 +225,7 @@ "csp.pt.cost.storage": 61407766.99029126, "csp.pt.cost.storage_mwht": 2791.26213592233, "csp.pt.cost.total_land_area": 2079.2855194841197, - "csp.pt.cost.tower": 25705616.751593174, + "csp.pt.cost.tower": 25705616.751593178, "csp.pt.par.calc.aux": 0.6325, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -275,8 +275,8 @@ "epsilon_radtop": 0.95, "error_equiv": 4.327493500861671, "eta_pump": 0.85, - "eta_rec_thermal_des_calc": 0.9501115117503883, - "ext_rec_area_calc": 1087.6845009275167, + "eta_rec_thermal_des_calc": 0.9501115117503884, + "ext_rec_area_calc": 1087.6845009275169, "f_ctes_warm_ini": 0.0, "f_q_dot_des_allowable_su": 1.0, "f_q_dot_heater_min": 0.25, @@ -37694,12 +37694,12 @@ "hot_tank_Thtr": 500.0, "hot_tank_max_heat": 30.0, "hrs_startup_at_max_rate": 0.25, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, "in_time_step": 0.0, - "installed_per_capacity_calc": 6515.5417158194709, + "installed_per_capacity_calc": 6515.541715819471, "is_advanced": 0.0, "is_dispatch": 0.0, "is_iscc": 0.0, @@ -37711,8 +37711,8 @@ "is_timestep_load_fractions": 0.0, "is_tod_pc_target_also_pc_max": 0.0, "k_panel": 235.0, - "land_area_base": 2034.2855194841198, - "land_area_base_calc": 2034.2855194841198, + "land_area_base": 2034.28551948412, + "land_area_base_calc": 2034.28551948412, "land_max": 9.5, "land_max_abs_calc": 1845.1565, "land_max_calc": 1845.1565, @@ -37746,7 +37746,7 @@ "n_pl_inc": 8.0, "n_rad_tubes": 100.0, "n_zen": 8.0, - "nameplate": 101.66344246977227, + "nameplate": 101.66344246977228, "opt_algorithm": 1.0, "opt_conv_tol": 0.001, "opt_flux_penalty": 0.25, @@ -37816,7 +37816,6 @@ "site_improvement_cost_calc": 21573060.115199996, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -37833,11 +37832,11 @@ "tank_pairs": 1.0, "tanks_in_parallel": 1.0, "tech_type": 1.0, - "tes_avail_vol": 12986.490759869743, + "tes_avail_vol": 12986.490759869745, "tes_htf_density": 1808.4790461159128, "tes_init_hot_htf_percent": 30.0, "tes_spec_cost": 22.0, - "tes_tank_diameter": 38.770787813951759, + "tes_tank_diameter": 38.77078781395176, "tes_vol_total": 14167.08082894881, "th_rad_panel": 0.002, "th_riser": 15.0, @@ -37849,13 +37848,13 @@ ], "total_direct_cost": 548375679.6502332, "total_direct_cost_calc": 548375679.6502332, - "total_indirect_cost": 114016720.73538083, - "total_indirect_cost_calc": 114016720.73538083, + "total_indirect_cost": 114016720.73538085, + "total_indirect_cost_calc": 114016720.73538085, "total_installed_cost": 662392400.3856139, "total_installed_cost_calc": 662392400.3856139, "total_land_area": 2079.2855194841197, "total_land_area_before_rad_cooling_calc": 2079.2855194841197, - "tower_cost_calc": 25705616.751593174, + "tower_cost_calc": 25705616.751593178, "tower_exp": 0.0113, "tower_fixed_cost": 3000000.0, "tshours": 10.0, diff --git a/deploy/runtime/defaults/MSPT_Sale Leaseback.json b/deploy/runtime/defaults/MSPT_Sale Leaseback.json index d558553ca1..150a3070cd 100644 --- a/deploy/runtime/defaults/MSPT_Sale Leaseback.json +++ b/deploy/runtime/defaults/MSPT_Sale Leaseback.json @@ -1,5 +1,5 @@ { - "A_rec_calc": 1087.6845009275167, + "A_rec_calc": 1087.6845009275169, "A_sf_calc": 1348316.2571999997, "CT": 2.0, "D_rad_tubes": 0.02, @@ -36,7 +36,7 @@ "PB_COPY_W_dot_cooling_par": 3.342971591975725, "PB_COPY_W_dot_pc_HTF_pump": 0.35881077866642477, "PB_COPY_design_eff": 0.412, - "PB_COPY_nameplate": 101.66344246977227, + "PB_COPY_nameplate": 101.66344246977228, "PB_COPY_q_pb_design": 279.126213592233, "PB_m_dot_htf_cycle_des": 652.383233938954, "P_cond_min": 2.0, @@ -60,9 +60,9 @@ "TES_COPY_T_htf_hot_des": 574.0, "TES_COPY_q_dot_tes_est": 0.8814426938789968, "TES_COPY_q_pb_design": 279.126213592233, - "TES_COPY_tes_avail_vol": 12986.490759869743, + "TES_COPY_tes_avail_vol": 12986.490759869745, "TES_COPY_tes_htf_density": 1808.4790461159128, - "TES_COPY_tes_tank_diameter": 38.770787813951759, + "TES_COPY_tes_tank_diameter": 38.77078781395176, "TES_COPY_tes_vol_total": 14167.08082894881, "TES_COPY_tshours": 10.0, "T_ITD_des": 16.0, @@ -242,8 +242,8 @@ "csp.pt.cost.fossil": 0.0, "csp.pt.cost.heliostats": 171236164.66439996, "csp.pt.cost.heliostats_m2": 1348316.2571999997, - "csp.pt.cost.installed_per_capacity": 6515.5417158194709, - "csp.pt.cost.nameplate": 101.66344246977227, + "csp.pt.cost.installed_per_capacity": 6515.541715819471, + "csp.pt.cost.nameplate": 101.66344246977228, "csp.pt.cost.plm.fixed": 0.0, "csp.pt.cost.plm.per_watt": 0.0, "csp.pt.cost.plm.percent": 0.0, @@ -251,7 +251,7 @@ "csp.pt.cost.power_block": 119600000.0, "csp.pt.cost.power_block_mwe": 115.0, "csp.pt.cost.receiver": 79628026.66564948, - "csp.pt.cost.receiver.area": 1087.6845009275167, + "csp.pt.cost.receiver.area": 1087.6845009275169, "csp.pt.cost.sales_tax.total": 21935027.18600933, "csp.pt.cost.sales_tax.value": 5.0, "csp.pt.cost.site_improvements": 21573060.115199996, @@ -259,7 +259,7 @@ "csp.pt.cost.storage": 61407766.99029126, "csp.pt.cost.storage_mwht": 2791.26213592233, "csp.pt.cost.total_land_area": 2079.2855194841197, - "csp.pt.cost.tower": 25705616.751593174, + "csp.pt.cost.tower": 25705616.751593178, "csp.pt.par.calc.aux": 0.6325, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -9768,8 +9768,8 @@ "equip_reserve_depr_sta": 0.0, "error_equiv": 4.327493500861671, "eta_pump": 0.85, - "eta_rec_thermal_des_calc": 0.9501115117503883, - "ext_rec_area_calc": 1087.6845009275167, + "eta_rec_thermal_des_calc": 0.9501115117503884, + "ext_rec_area_calc": 1087.6845009275169, "f_ctes_warm_ini": 0.0, "f_q_dot_des_allowable_su": 1.0, "f_q_dot_heater_min": 0.25, @@ -55999,13 +55999,13 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, - "installed_per_capacity_calc": 6515.5417158194709, + "installed_per_capacity_calc": 6515.541715819471, "insurance_rate": 0.5, "is_advanced": 0.0, "is_btm": 0.0, @@ -56046,8 +56046,8 @@ ], "k_panel": 235.0, "land_area": 2079.2855194841197, - "land_area_base": 2034.2855194841198, - "land_area_base_calc": 2034.2855194841198, + "land_area_base": 2034.28551948412, + "land_area_base_calc": 2034.28551948412, "land_max": 9.5, "land_max_abs_calc": 1845.1565, "land_max_calc": 1845.1565, @@ -56726,8 +56726,8 @@ "n_pl_inc": 8.0, "n_rad_tubes": 100.0, "n_zen": 8.0, - "nameplate": 101.66344246977227, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 101.66344246977228, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -56876,7 +56876,6 @@ "site_improvement_cost_calc": 21573060.115199996, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -56902,11 +56901,11 @@ "tanks_in_parallel": 1.0, "tax_investor_required_lease_reserve": 6.0, "tech_type": 1.0, - "tes_avail_vol": 12986.490759869743, + "tes_avail_vol": 12986.490759869745, "tes_htf_density": 1808.4790461159128, "tes_init_hot_htf_percent": 30.0, "tes_spec_cost": 22.0, - "tes_tank_diameter": 38.770787813951759, + "tes_tank_diameter": 38.77078781395176, "tes_vol_total": 14167.08082894881, "th_rad_panel": 0.002, "th_riser": 15.0, @@ -56919,13 +56918,13 @@ "tod_library": "Uniform Dispatch", "total_direct_cost": 548375679.6502332, "total_direct_cost_calc": 548375679.6502332, - "total_indirect_cost": 114016720.73538083, - "total_indirect_cost_calc": 114016720.73538083, + "total_indirect_cost": 114016720.73538085, + "total_indirect_cost_calc": 114016720.73538085, "total_installed_cost": 662392400.3856139, "total_installed_cost_calc": 662392400.3856139, "total_land_area": 2079.2855194841197, "total_land_area_before_rad_cooling_calc": 2079.2855194841197, - "tower_cost_calc": 25705616.751593174, + "tower_cost_calc": 25705616.751593178, "tower_exp": 0.0113, "tower_fixed_cost": 3000000.0, "tshours": 10.0, diff --git a/deploy/runtime/defaults/MSPT_Single Owner.json b/deploy/runtime/defaults/MSPT_Single Owner.json index d62cd20f8e..9cf827ede2 100644 --- a/deploy/runtime/defaults/MSPT_Single Owner.json +++ b/deploy/runtime/defaults/MSPT_Single Owner.json @@ -1,5 +1,5 @@ { - "A_rec_calc": 1087.6845009275167, + "A_rec_calc": 1087.6845009275169, "A_sf_calc": 1348316.2571999997, "CT": 2.0, "D_rad_tubes": 0.02, @@ -36,7 +36,7 @@ "PB_COPY_W_dot_cooling_par": 3.342971591975725, "PB_COPY_W_dot_pc_HTF_pump": 0.35881077866642477, "PB_COPY_design_eff": 0.412, - "PB_COPY_nameplate": 101.66344246977227, + "PB_COPY_nameplate": 101.66344246977228, "PB_COPY_q_pb_design": 279.126213592233, "PB_m_dot_htf_cycle_des": 652.383233938954, "P_cond_min": 2.0, @@ -60,9 +60,9 @@ "TES_COPY_T_htf_hot_des": 574.0, "TES_COPY_q_dot_tes_est": 0.8814426938789968, "TES_COPY_q_pb_design": 279.126213592233, - "TES_COPY_tes_avail_vol": 12986.490759869743, + "TES_COPY_tes_avail_vol": 12986.490759869745, "TES_COPY_tes_htf_density": 1808.4790461159128, - "TES_COPY_tes_tank_diameter": 38.770787813951759, + "TES_COPY_tes_tank_diameter": 38.77078781395176, "TES_COPY_tes_vol_total": 14167.08082894881, "TES_COPY_tshours": 10.0, "T_ITD_des": 16.0, @@ -239,7 +239,7 @@ ], "cp_capacity_payment_esc": 0.0, "cp_capacity_payment_type": 0.0, - "cp_system_nameplate": 101.66344246977227, + "cp_system_nameplate": 101.66344246977228, "csp.pt.cost.bop": 33350000.0, "csp.pt.cost.contingency": 35875044.46309937, "csp.pt.cost.epc.fixed": 0.0, @@ -250,8 +250,8 @@ "csp.pt.cost.fossil": 0.0, "csp.pt.cost.heliostats": 171236164.66439996, "csp.pt.cost.heliostats_m2": 1348316.2571999997, - "csp.pt.cost.installed_per_capacity": 6515.5417158194709, - "csp.pt.cost.nameplate": 101.66344246977227, + "csp.pt.cost.installed_per_capacity": 6515.541715819471, + "csp.pt.cost.nameplate": 101.66344246977228, "csp.pt.cost.plm.fixed": 0.0, "csp.pt.cost.plm.per_watt": 0.0, "csp.pt.cost.plm.percent": 0.0, @@ -259,7 +259,7 @@ "csp.pt.cost.power_block": 119600000.0, "csp.pt.cost.power_block_mwe": 115.0, "csp.pt.cost.receiver": 79628026.66564948, - "csp.pt.cost.receiver.area": 1087.6845009275167, + "csp.pt.cost.receiver.area": 1087.6845009275169, "csp.pt.cost.sales_tax.total": 21935027.18600933, "csp.pt.cost.sales_tax.value": 5.0, "csp.pt.cost.site_improvements": 21573060.115199996, @@ -267,7 +267,7 @@ "csp.pt.cost.storage": 61407766.99029126, "csp.pt.cost.storage_mwht": 2791.26213592233, "csp.pt.cost.total_land_area": 2079.2855194841197, - "csp.pt.cost.tower": 25705616.751593174, + "csp.pt.cost.tower": 25705616.751593178, "csp.pt.par.calc.aux": 0.6325, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -9782,8 +9782,8 @@ "equip_reserve_depr_sta": 0.0, "error_equiv": 4.327493500861671, "eta_pump": 0.85, - "eta_rec_thermal_des_calc": 0.9501115117503883, - "ext_rec_area_calc": 1087.6845009275167, + "eta_rec_thermal_des_calc": 0.9501115117503884, + "ext_rec_area_calc": 1087.6845009275169, "f_ctes_warm_ini": 0.0, "f_q_dot_des_allowable_su": 1.0, "f_q_dot_heater_min": 0.25, @@ -56017,13 +56017,13 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, - "installed_per_capacity_calc": 6515.5417158194709, + "installed_per_capacity_calc": 6515.541715819471, "insurance_rate": 0.5, "is_advanced": 0.0, "is_btm": 0.0, @@ -56064,8 +56064,8 @@ ], "k_panel": 235.0, "land_area": 2079.2855194841197, - "land_area_base": 2034.2855194841198, - "land_area_base_calc": 2034.2855194841198, + "land_area_base": 2034.28551948412, + "land_area_base_calc": 2034.28551948412, "land_max": 9.5, "land_max_abs_calc": 1845.1565, "land_max_calc": 1845.1565, @@ -56745,8 +56745,8 @@ "n_pl_inc": 8.0, "n_rad_tubes": 100.0, "n_zen": 8.0, - "nameplate": 101.66344246977227, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 101.66344246977228, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -56899,7 +56899,6 @@ "site_improvement_cost_calc": 21573060.115199996, "site_spec_cost": 16.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -56923,11 +56922,11 @@ "tech_type": 1.0, "term_int_rate": 7.0, "term_tenor": 18.0, - "tes_avail_vol": 12986.490759869743, + "tes_avail_vol": 12986.490759869745, "tes_htf_density": 1808.4790461159128, "tes_init_hot_htf_percent": 30.0, "tes_spec_cost": 22.0, - "tes_tank_diameter": 38.770787813951759, + "tes_tank_diameter": 38.77078781395176, "tes_vol_total": 14167.08082894881, "th_rad_panel": 0.002, "th_riser": 15.0, @@ -56940,13 +56939,13 @@ "tod_library": "Uniform Dispatch", "total_direct_cost": 548375679.6502332, "total_direct_cost_calc": 548375679.6502332, - "total_indirect_cost": 114016720.73538083, - "total_indirect_cost_calc": 114016720.73538083, + "total_indirect_cost": 114016720.73538085, + "total_indirect_cost_calc": 114016720.73538085, "total_installed_cost": 662392400.3856139, "total_installed_cost_calc": 662392400.3856139, "total_land_area": 2079.2855194841197, "total_land_area_before_rad_cooling_calc": 2079.2855194841197, - "tower_cost_calc": 25705616.751593174, + "tower_cost_calc": 25705616.751593178, "tower_exp": 0.0113, "tower_fixed_cost": 3000000.0, "tshours": 10.0, diff --git a/deploy/runtime/defaults/PTES_Single Owner.json b/deploy/runtime/defaults/PTES_Single Owner.json index 99ff5f70ee..1240dd634f 100644 --- a/deploy/runtime/defaults/PTES_Single Owner.json +++ b/deploy/runtime/defaults/PTES_Single Owner.json @@ -9,12 +9,12 @@ "ETES_SC_COPY_etes_bop_des_calc": 0.0, "E_hp_su_des": 53.19148936170213, "Q_CT_tes_des": 527.9155335146378, - "Q_tes_des": 2127.6595744680855, + "Q_tes_des": 2127.659574468086, "T_CT_cold_htf_des": -48.57, "T_CT_hot_htf_des": 25.0, "T_HT_cold_htf_des": 322.0, "T_HT_hot_htf_des": 560.0, - "V_CT_tes_htf_avail": 13315.461439938203, + "V_CT_tes_htf_avail": 13315.461439938204, "V_CT_tes_htf_total": 14525.95793447804, "V_tes_htf_avail": 11841.095806743606, "V_tes_htf_total": 12917.559061902117, @@ -22,7 +22,7 @@ "W_dot_hp_HT_htf_pump_des": 0.14822638828954302, "W_dot_hp_elec_parasitic_des": 3.03951367781155, "W_dot_hp_in_net_des": 163.0139177731563, - "W_dot_hp_in_thermo_des": 159.97440409534475, + "W_dot_hp_in_thermo_des": 159.97440409534478, "W_dot_pc_CT_htf_pump_des": 0.05469815336052187, "W_dot_pc_HT_htf_pump_des": 0.1363682772263796, "W_dot_pc_elec_parasitic_des": 2.1, @@ -61,18 +61,18 @@ "bop_par_f": 1.0, "bop_spec_cost": 0.0, "cb_bop_cost_calc": 0.0, - "cb_contingency_cost_calc": 15226991.086226207, + "cb_contingency_cost_calc": 15226991.086226209, "cb_ct_tes_cost_calc": 10394656.854903218, "cb_cycle_cost_calc": 44904000.0, - "cb_direct_subtotal": 217528444.08894579, - "cb_epc_cost_calc": 30258206.572772355, + "cb_direct_subtotal": 217528444.0889458, + "cb_epc_cost_calc": 30258206.57277236, "cb_heater_cost_calc": 139272340.42553193, "cb_installed_per_capacity_cost_calc": 2802.8699899263026, "cb_land_cost_calc": 0.0, "cb_sales_tax_cost_calc": 9310217.40700688, "cb_storage_cost_calc": 22957446.808510644, - "cb_total_direct_cost": 232755435.17517198, - "cb_total_indirect_cost": 39568423.979779239, + "cb_total_direct_cost": 232755435.175172, + "cb_total_indirect_cost": 39568423.97977924, "cbi_fed_amount": 0.0, "cbi_fed_deprbas_fed": 0.0, "cbi_fed_deprbas_sta": 0.0, @@ -161,7 +161,7 @@ ], "cp_capacity_payment_esc": 0.0, "cp_capacity_payment_type": 0.0, - "cp_system_nameplate": 97.15893356941311, + "cp_system_nameplate": 97.15893356941312, "cycle_cutoff_frac": 0.2, "cycle_max_frac": 1.0, "cycle_spec_cost": 449.04, @@ -9712,7 +9712,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -10392,9 +10392,9 @@ "library_paths": "", "loan_moratorium": 0.0, "lon": -116.78, - "m_dot_hp_CT_htf_des": 303.87862978067707, + "m_dot_hp_CT_htf_des": 303.8786297806771, "m_dot_hp_HT_htf_des": 592.9055531581721, - "m_dot_pc_CT_htf_des": 303.87862978067707, + "m_dot_pc_CT_htf_des": 303.8786297806771, "m_dot_pc_HT_htf_des": 592.9055531581721, "mera_cost1": 0.0, "mera_cost2": 0.0, @@ -10404,8 +10404,8 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nameplate": 97.15893356941311, - "nominal_discount_rate": 9.060000000000003, + "nameplate": 97.15893356941312, + "nominal_discount_rate": 9.060000000000004, "om_capacity": [ 66.0 ], @@ -10476,12 +10476,12 @@ "ptes_cold_htf_type_dd": 1.0, "ptes_hot_htf_type_dd": 0.0, "q_dot_hp_cold_in_des": 52.791553351463779, - "q_dot_hp_hot_out_des": 212.76595744680854, + "q_dot_hp_hot_out_des": 212.76595744680857, "q_dot_loss_CT_tes_des": -0.05765241360296508, "q_dot_loss_tes_des": 0.842506338290804, "q_dot_pc_cold_to_CTES_des": 52.791553351463779, - "q_dot_pc_cold_to_surroundings_des": 59.974404095344727, - "q_dot_pc_hot_in_des": 212.76595744680854, + "q_dot_pc_cold_to_surroundings_des": 59.97440409534473, + "q_dot_pc_hot_in_des": 212.76595744680857, "q_sby_frac": 0.2, "real_discount_rate": 6.4, "reserves_interest": 1.75, @@ -10498,7 +10498,6 @@ "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, "solar_data_file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", - "solar_data_file_name_load": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy", "solar_resource_file": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", @@ -10551,11 +10550,11 @@ ] ], "ui_bop_cost_calc": 0.0, - "ui_contingency_cost_calc": 15226991.086226207, + "ui_contingency_cost_calc": 15226991.086226209, "ui_ct_tes_cost_calc": 10394656.854903218, "ui_cycle_cost_calc": 44904000.0, - "ui_direct_subtotal": 217528444.08894579, - "ui_epc_cost_calc": 30258206.572772355, + "ui_direct_subtotal": 217528444.0889458, + "ui_epc_cost_calc": 30258206.57277236, "ui_hp__COP_net_des": 1.3052011776251229, "ui_hp__E_hp_su_des": 53.19148936170213, "ui_hp__T_CT_htf_cold_des": -48.57, @@ -10566,10 +10565,10 @@ "ui_hp__W_dot_hp_HT_htf_pump_des": 0.14822638828954302, "ui_hp__W_dot_hp_elec_parasitic_des": 3.03951367781155, "ui_hp__W_dot_hp_in_net_des": 163.0139177731563, - "ui_hp__W_dot_hp_in_thermo": 159.97440409534475, - "ui_hp__m_dot_hp_CT_htf_des": 303.87862978067707, + "ui_hp__W_dot_hp_in_thermo": 159.97440409534478, + "ui_hp__m_dot_hp_CT_htf_des": 303.8786297806771, "ui_hp__m_dot_hp_HT_htf_des": 592.9055531581721, - "ui_hp__q_dot_hp_hot_out": 212.76595744680854, + "ui_hp__q_dot_hp_hot_out": 212.76595744680857, "ui_hp_cost_calc": 139272340.42553193, "ui_installed_per_capacity_cost_calc": 2802.8699899263026, "ui_land_cost_calc": 0.0, @@ -10583,26 +10582,26 @@ "ui_pc__W_dot_pc_net_des": 97.9, "ui_pc__W_dot_pc_thermo_des": 100.0, "ui_pc__eta_pc_net_des": 0.46013, - "ui_pc__m_dot_pc_CT_htf_des": 303.87862978067707, + "ui_pc__m_dot_pc_CT_htf_des": 303.8786297806771, "ui_pc__m_dot_pc_HT_htf_des": 592.9055531581721, - "ui_pc__q_dot_pc_in": 212.76595744680854, + "ui_pc__q_dot_pc_in": 212.76595744680857, "ui_ptes_cost__W_dot_cycle_thermo": 100.0, "ui_ptes_cost__ct_tes_mwht": 527.9155335146378, - "ui_ptes_cost__nameplate": 97.15893356941311, - "ui_ptes_cost__q_dot_hp_hot_out": 212.76595744680854, + "ui_ptes_cost__nameplate": 97.15893356941312, + "ui_ptes_cost__q_dot_hp_hot_out": 212.76595744680857, "ui_ptes_cost__sales_tax": 5.0, - "ui_ptes_cost__tes_mwht": 2127.6595744680855, + "ui_ptes_cost__tes_mwht": 2127.659574468086, "ui_sales_tax_cost_calc": 9310217.40700688, "ui_step_minutes": 60.0, "ui_storage_cost_calc": 22957446.808510644, "ui_system_nameplate_standalone": 0.0, "ui_tes__Q_CT_tes_des": 527.9155335146378, - "ui_tes__Q_tes_des": 2127.6595744680855, + "ui_tes__Q_tes_des": 2127.659574468086, "ui_tes__T_CT_htf_cold_des": -48.57, "ui_tes__T_CT_htf_hot_des": 25.0, "ui_tes__T_HT_htf_cold_des": 322.0, "ui_tes__T_HT_htf_hot_des": 560.0, - "ui_tes__V_CT_tes_htf_avail": 13315.461439938203, + "ui_tes__V_CT_tes_htf_avail": 13315.461439938204, "ui_tes__V_CT_tes_htf_total": 14525.95793447804, "ui_tes__V_tes_htf_avail": 11841.095806743606, "ui_tes__V_tes_htf_total": 12917.559061902117, @@ -10610,10 +10609,10 @@ "ui_tes__d_tank_tes": 37.02155599514954, "ui_tes__q_dot_loss_CT_tes_des": -0.05765241360296508, "ui_tes__q_dot_loss_tes_des": 0.842506338290804, - "ui_tes__q_dot_pc_des": 212.76595744680854, + "ui_tes__q_dot_pc_des": 212.76595744680857, "ui_tes__tshours": 10.0, - "ui_total_direct_cost": 232755435.17517198, - "ui_total_indirect_cost": 39568423.979779239, + "ui_total_direct_cost": 232755435.175172, + "ui_total_indirect_cost": 39568423.97977924, "ui_total_installed_cost": 272323859.1549512, "ui_wacc": 7.101450000000001, "use_specific_weather_file": 0.0, diff --git a/deploy/runtime/defaults/PV Battery_All Equity Partnership Flip.json b/deploy/runtime/defaults/PV Battery_All Equity Partnership Flip.json index 485be49272..b7f8da88ee 100644 --- a/deploy/runtime/defaults/PV Battery_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/PV Battery_All Equity Partnership Flip.json @@ -48024,7 +48024,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -50945,7 +50945,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PV Battery_Commercial.json b/deploy/runtime/defaults/PV Battery_Commercial.json index f706e6148d..ad3b061a80 100644 --- a/deploy/runtime/defaults/PV Battery_Commercial.json +++ b/deploy/runtime/defaults/PV Battery_Commercial.json @@ -64868,7 +64868,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -84699,7 +84699,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PV Battery_Host Developer.json b/deploy/runtime/defaults/PV Battery_Host Developer.json index 3db0da599f..979937a35a 100644 --- a/deploy/runtime/defaults/PV Battery_Host Developer.json +++ b/deploy/runtime/defaults/PV Battery_Host Developer.json @@ -74367,7 +74367,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -94852,7 +94852,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PV Battery_Leveraged Partnership Flip.json b/deploy/runtime/defaults/PV Battery_Leveraged Partnership Flip.json index 93b2375b71..15cb282b76 100644 --- a/deploy/runtime/defaults/PV Battery_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/PV Battery_Leveraged Partnership Flip.json @@ -48032,7 +48032,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -50956,7 +50956,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PV Battery_Merchant Plant.json b/deploy/runtime/defaults/PV Battery_Merchant Plant.json index 1f9591b323..494a8900d0 100644 --- a/deploy/runtime/defaults/PV Battery_Merchant Plant.json +++ b/deploy/runtime/defaults/PV Battery_Merchant Plant.json @@ -38638,7 +38638,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -698043,7 +698043,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PV Battery_Residential.json b/deploy/runtime/defaults/PV Battery_Residential.json index 54dfce355a..9a163b49f2 100644 --- a/deploy/runtime/defaults/PV Battery_Residential.json +++ b/deploy/runtime/defaults/PV Battery_Residential.json @@ -64909,7 +64909,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -84755,7 +84755,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PV Battery_Sale Leaseback.json b/deploy/runtime/defaults/PV Battery_Sale Leaseback.json index 20041480be..e38e1f7f33 100644 --- a/deploy/runtime/defaults/PV Battery_Sale Leaseback.json +++ b/deploy/runtime/defaults/PV Battery_Sale Leaseback.json @@ -48019,7 +48019,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -50941,7 +50941,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PV Battery_Single Owner.json b/deploy/runtime/defaults/PV Battery_Single Owner.json index 93cfc0ff83..c5cebd1aa8 100644 --- a/deploy/runtime/defaults/PV Battery_Single Owner.json +++ b/deploy/runtime/defaults/PV Battery_Single Owner.json @@ -48037,7 +48037,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -50964,7 +50964,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PV Battery_Third Party.json b/deploy/runtime/defaults/PV Battery_Third Party.json index e61aac74b9..9a76eab358 100644 --- a/deploy/runtime/defaults/PV Battery_Third Party.json +++ b/deploy/runtime/defaults/PV Battery_Third Party.json @@ -64725,7 +64725,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -84423,7 +84423,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts Battery_All Equity Partnership Flip.json b/deploy/runtime/defaults/PVWatts Battery_All Equity Partnership Flip.json index 6c51b3308f..df1fe766f3 100644 --- a/deploy/runtime/defaults/PVWatts Battery_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/PVWatts Battery_All Equity Partnership Flip.json @@ -30008,7 +30008,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts Battery_Commercial.json b/deploy/runtime/defaults/PVWatts Battery_Commercial.json index f58f935e0a..bdf6f2b804 100644 --- a/deploy/runtime/defaults/PVWatts Battery_Commercial.json +++ b/deploy/runtime/defaults/PVWatts Battery_Commercial.json @@ -45974,7 +45974,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -46025,7 +46025,7 @@ "itc_sta_percent_maxvalue": [ 1e38 ], - "land_area_value": 2.3409962811973519, + "land_area_value": 2.340996281197352, "land_fixed": 0.0, "land_per_acre": 0.0, "land_per_watt": 0.0, @@ -63612,7 +63612,7 @@ 156.2, 184.05 ], - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_utility_bill": 0.0, "om_capacity": [ 22.0 @@ -63775,7 +63775,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -63798,10 +63797,10 @@ "total_system_indirect_cost": 172368000.0, "total_system_installed_cost": 952532325.8009724, "tz": -7.0, - "ui_ac_capacity": 0.46956521739130438, + "ui_ac_capacity": 0.4695652173913044, "ui_annual_load": 0.0, - "ui_array_land_area_acres": 2.3409962811973519, - "ui_array_land_area_ha": 0.9473690460319911, + "ui_array_land_area_acres": 2.340996281197352, + "ui_array_land_area_ha": 0.9473690460319912, "ui_array_land_area_multiplier": 1.0, "ui_batt_life_model": 0.0, "ui_copy_batt_discharge_percent_1": 25.0, @@ -63816,8 +63815,8 @@ "ui_loan_amount": 597639882.4951676, "ui_net_capital_cost": 996066470.8252794, "ui_step_minutes": 60.0, - "ui_total_land_area_ha": 0.9473690460319911, - "ui_total_module_area": 2842.1052631578947, + "ui_total_land_area_ha": 0.9473690460319912, + "ui_total_module_area": 2842.105263157895, "ui_total_module_area_acres": 0.7022988843592055, "ui_total_module_area_ha": 0.28421052631578949, "ui_use_acre_per_mw": 0.0, diff --git a/deploy/runtime/defaults/PVWatts Battery_Host Developer.json b/deploy/runtime/defaults/PVWatts Battery_Host Developer.json index d72f36c174..630e246d2e 100644 --- a/deploy/runtime/defaults/PVWatts Battery_Host Developer.json +++ b/deploy/runtime/defaults/PVWatts Battery_Host Developer.json @@ -55473,7 +55473,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -55524,7 +55524,7 @@ "itc_sta_percent_maxvalue": [ 1e38 ], - "land_area_value": 2.3409962811973519, + "land_area_value": 2.340996281197352, "land_fixed": 0.0, "land_per_acre": 0.0, "land_per_watt": 0.0, @@ -73755,7 +73755,7 @@ 156.2, 184.05 ], - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_utility_bill": 0.0, "om_capacity": [ 22.0 @@ -73928,7 +73928,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -73955,10 +73954,10 @@ "total_system_indirect_cost": 172368000.0, "total_system_installed_cost": 952532325.8009724, "tz": -7.0, - "ui_ac_capacity": 0.46956521739130438, + "ui_ac_capacity": 0.4695652173913044, "ui_annual_load": 0.0, - "ui_array_land_area_acres": 2.3409962811973519, - "ui_array_land_area_ha": 0.9473690460319911, + "ui_array_land_area_acres": 2.340996281197352, + "ui_array_land_area_ha": 0.9473690460319912, "ui_array_land_area_multiplier": 1.0, "ui_batt_life_model": 0.0, "ui_copy_batt_discharge_percent_1": 25.0, @@ -73971,8 +73970,8 @@ "ui_land_area_additional_units": 0.0, "ui_land_area_per_mw": 0.0, "ui_step_minutes": 60.0, - "ui_total_land_area_ha": 0.9473690460319911, - "ui_total_module_area": 2842.1052631578947, + "ui_total_land_area_ha": 0.9473690460319912, + "ui_total_module_area": 2842.105263157895, "ui_total_module_area_acres": 0.7022988843592055, "ui_total_module_area_ha": 0.28421052631578949, "ui_use_acre_per_mw": 0.0, diff --git a/deploy/runtime/defaults/PVWatts Battery_Leveraged Partnership Flip.json b/deploy/runtime/defaults/PVWatts Battery_Leveraged Partnership Flip.json index 044caa3f29..4f80f80da9 100644 --- a/deploy/runtime/defaults/PVWatts Battery_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/PVWatts Battery_Leveraged Partnership Flip.json @@ -30019,7 +30019,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts Battery_Merchant Plant.json b/deploy/runtime/defaults/PVWatts Battery_Merchant Plant.json index be8024774d..bb908d6d88 100644 --- a/deploy/runtime/defaults/PVWatts Battery_Merchant Plant.json +++ b/deploy/runtime/defaults/PVWatts Battery_Merchant Plant.json @@ -676628,7 +676628,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts Battery_Residential.json b/deploy/runtime/defaults/PVWatts Battery_Residential.json index 3e8c7632db..62ed1f6bfe 100644 --- a/deploy/runtime/defaults/PVWatts Battery_Residential.json +++ b/deploy/runtime/defaults/PVWatts Battery_Residential.json @@ -63831,7 +63831,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts Battery_Sale Leaseback.json b/deploy/runtime/defaults/PVWatts Battery_Sale Leaseback.json index d48d15d2e0..2caff18e7f 100644 --- a/deploy/runtime/defaults/PVWatts Battery_Sale Leaseback.json +++ b/deploy/runtime/defaults/PVWatts Battery_Sale Leaseback.json @@ -30004,7 +30004,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts Battery_Single Owner.json b/deploy/runtime/defaults/PVWatts Battery_Single Owner.json index c720f279f9..203a9cceab 100644 --- a/deploy/runtime/defaults/PVWatts Battery_Single Owner.json +++ b/deploy/runtime/defaults/PVWatts Battery_Single Owner.json @@ -30027,7 +30027,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts Battery_Third Party.json b/deploy/runtime/defaults/PVWatts Battery_Third Party.json index 4892742fb4..e982317457 100644 --- a/deploy/runtime/defaults/PVWatts Battery_Third Party.json +++ b/deploy/runtime/defaults/PVWatts Battery_Third Party.json @@ -63531,7 +63531,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts Wind Battery Hybrid_Host Developer.json b/deploy/runtime/defaults/PVWatts Wind Battery Hybrid_Host Developer.json index bbfcf51d75..511a052cb9 100644 --- a/deploy/runtime/defaults/PVWatts Wind Battery Hybrid_Host Developer.json +++ b/deploy/runtime/defaults/PVWatts Wind Battery Hybrid_Host Developer.json @@ -30,7 +30,7 @@ 0.2 ], "analysis_period": 25.0, - "annual_albedo": 0.18395068539332039, + "annual_albedo": 0.1839506853933204, "annual_beam": 7.335643835616439, "annual_diffuse": 1.3484328767123289, "annual_global": 5.794761643835617, @@ -67,7 +67,7 @@ "grid_per_watt": 0.05, "grid_percent": 0.0, "grid_total": 27000.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -89,7 +89,7 @@ "inverter_total": 27000.0, "inverterarray_power": 469.5652173913044, "is_advanced": 0.0, - "land_area_value": 2.3409962811973519, + "land_area_value": 2.340996281197352, "land_fixed": 0.0, "land_per_acre": 0.0, "land_per_watt": 0.0, @@ -122,7 +122,7 @@ "module_power": 540.0, "module_total": 232200.0, "module_type": 0.0, - "modulearray_area": 2842.1052631578947, + "modulearray_area": 2842.105263157895, "modulearray_power": 540.0, "om_capacity": [ 22.0 @@ -190,7 +190,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -204,19 +203,19 @@ "total_direct_cost": 707616.0, "total_indirect_cost": 205200.0, "total_installed_cost": 948196.8, - "total_land_area": 2.3409962811973519, - "total_module_area": 2842.1052631578947, + "total_land_area": 2.340996281197352, + "total_module_area": 2842.105263157895, "tz": -7.0, - "ui_ac_capacity": 0.46956521739130438, - "ui_array_land_area_acres": 2.3409962811973519, - "ui_array_land_area_ha": 0.9473690460319911, + "ui_ac_capacity": 0.4695652173913044, + "ui_array_land_area_acres": 2.340996281197352, + "ui_array_land_area_ha": 0.9473690460319912, "ui_array_land_area_multiplier": 1.0, "ui_land_area_additional": 0.0, "ui_land_area_additional_units": 0.0, "ui_land_area_per_mw": 0.0, "ui_step_minutes": 60.0, - "ui_total_land_area_ha": 0.9473690460319911, - "ui_total_module_area": 2842.1052631578947, + "ui_total_land_area_ha": 0.9473690460319912, + "ui_total_module_area": 2842.105263157895, "ui_total_module_area_acres": 0.7022988843592055, "ui_total_module_area_ha": 0.28421052631578949, "ui_use_acre_per_mw": 0.0, @@ -258,7 +257,7 @@ ], "desired_farm_size": 5.0, "elec_eff_loss": 1.91, - "elec_loss_total": 2.0080899999999959, + "elec_loss_total": 2.008089999999996, "elec_parasitic_loss": 0.1, "env_degrad_loss": 1.8, "env_env_loss": 0.4, @@ -304,7 +303,7 @@ "total_installed_cost_per_kw": 6055.0, "turb_generic_loss": 1.7, "turb_hysteresis_loss": 0.4, - "turb_loss_total": 3.9544963841199989, + "turb_loss_total": 3.954496384119999, "turb_perf_loss": 1.1, "turb_specific_loss": 0.81, "turbine_cost_fixed": 0.0, @@ -9349,7 +9348,7 @@ "batt_cell_power_charge_max": 2.0, "batt_cell_power_discharge_max": 2.0, "batt_chem": 1.0, - "batt_computed_bank_capacity": 1200.5431199999999, + "batt_computed_bank_capacity": 1200.54312, "batt_computed_series": 126.0, "batt_computed_stacks_series": 0.0, "batt_computed_strings": 1064.0, @@ -10329,9 +10328,9 @@ "batt_minimum_modetime": 10.0, "batt_num_cells": 134064.0, "batt_power_charge_max_kwac": 312.64143749999996, - "batt_power_charge_max_kwdc": 300.13577999999998, + "batt_power_charge_max_kwdc": 300.13578, "batt_power_discharge_max_kwac": 288.1303487999999, - "batt_power_discharge_max_kwdc": 300.13577999999998, + "batt_power_discharge_max_kwdc": 300.13578, "batt_pv_ac_forecast": [ 0.0 ], @@ -10374,7 +10373,7 @@ "batt_ui_bank_voltage": 501.48, "batt_ui_cell_voltage": 3.98, "batt_ui_inverter_eff": 96.0, - "batt_ui_nominal_bank_power": 300.13577999999998, + "batt_ui_nominal_bank_power": 300.13578, "batt_unit_capacity": 400.0, "batt_unit_surface_area": 30.0, "batt_user_specified_weather_file_peak_shaving": "", @@ -10406,13 +10405,13 @@ 0.5 ] ], - "batt_volume": 14.640769756097559, - "battery_energy": 1200.5431199999999, + "batt_volume": 14.64076975609756, + "battery_energy": 1200.54312, "battery_indirect_cost_percent": 0.0, "battery_losses_shown": 0.0, "battery_per_kW": 667.0, "battery_per_kWh": 184.0, - "battery_power": 300.13577999999998, + "battery_power": 300.13578, "battery_thermal_shown": 0.0, "battery_total": 421090.49934, "battery_total_cost_lcos": 421090.49934, @@ -20539,7 +20538,7 @@ "om_batt_fixed_cost": [ 0.0 ], - "om_batt_nameplate": 1200.5431199999999, + "om_batt_nameplate": 1200.54312, "om_batt_replacement_cost": [ 280.0 ], @@ -20681,7 +20680,7 @@ "const_per_principal4": 0.0, "const_per_principal5": 0.0, "const_per_principal_total": 1974787.29934, - "const_per_total1": 51838.166607675004, + "const_per_total1": 51838.16660767501, "const_per_total2": 0.0, "const_per_total3": 0.0, "const_per_total4": 0.0, @@ -20691,7 +20690,7 @@ "const_per_upfront_rate3": 0.0, "const_per_upfront_rate4": 0.0, "const_per_upfront_rate5": 0.0, - "construction_financing_cost": 51838.166607675004, + "construction_financing_cost": 51838.16660767501, "cost_debt_closing": 0.0, "cost_debt_fee": 2.75, "cost_other_financing": 0.0, @@ -47117,7 +47116,7 @@ "grid_outage": [ 0.0 ], - "host_nominal_discount_rate": 9.060000000000003, + "host_nominal_discount_rate": 9.060000000000004, "host_real_discount_rate": 6.4, "hybrid_capital_cost": 0.0, "ibi_fed_amount": 0.0, @@ -65382,7 +65381,7 @@ 156.2, 184.05 ], - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_utility_bill": 0.0, "om_capacity": 0.0, "om_fixed": 0.0, diff --git a/deploy/runtime/defaults/PVWatts Wind Battery Hybrid_Single Owner.json b/deploy/runtime/defaults/PVWatts Wind Battery Hybrid_Single Owner.json index 77ad523d4e..ed3bfd7485 100644 --- a/deploy/runtime/defaults/PVWatts Wind Battery Hybrid_Single Owner.json +++ b/deploy/runtime/defaults/PVWatts Wind Battery Hybrid_Single Owner.json @@ -30,7 +30,7 @@ 0.2 ], "analysis_period": 25.0, - "annual_albedo": 0.18395068539332039, + "annual_albedo": 0.1839506853933204, "annual_beam": 7.335643835616439, "annual_diffuse": 1.3484328767123289, "annual_global": 5.794761643835617, @@ -67,7 +67,7 @@ "grid_per_watt": 0.02, "grid_percent": 0.0, "grid_total": 2000000.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -195,7 +195,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -228,7 +227,7 @@ "ui_step_minutes": 60.0, "ui_total_land_area_ha": 175.43871222814654, "ui_total_module_area": 526315.7894736842, - "ui_total_module_area_acres": 130.05534895540843, + "ui_total_module_area_acres": 130.05534895540846, "ui_total_module_area_ha": 52.63157894736842, "ui_use_acre_per_mw": 0.0, "use_specific_weather_file": 0.0, @@ -269,7 +268,7 @@ ], "desired_farm_size": 10.0, "elec_eff_loss": 1.91, - "elec_loss_total": 2.0080899999999959, + "elec_loss_total": 2.008089999999996, "elec_parasitic_loss": 0.1, "env_degrad_loss": 1.8, "env_env_loss": 0.4, @@ -315,7 +314,7 @@ "total_installed_cost_per_kw": 1587.4, "turb_generic_loss": 1.7, "turb_hysteresis_loss": 0.4, - "turb_loss_total": 3.9544963841199989, + "turb_loss_total": 3.954496384119999, "turb_perf_loss": 1.1, "turb_specific_loss": 0.81, "turbine_cost_fixed": 0.0, @@ -1244,7 +1243,7 @@ "batt_Qexp": 0.04000005, "batt_Qexp_percent": 1.77778, "batt_Qfull": 2.25, - "batt_Qfull_flow": 478583.99999999997, + "batt_Qfull_flow": 478584.0, "batt_Qnom": 2.0000002500000004, "batt_Qnom_percent": 88.8889, "batt_Vcut": 2.706, @@ -30970,7 +30969,7 @@ ] ], "loan_moratorium": 0.0, - "mera_cost1": 27692309.999999998, + "mera_cost1": 27692310.0, "mera_cost2": 0.0, "mera_cost3": 0.0, "mera_name1": "Replacement Reserve 1", @@ -30978,7 +30977,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": 0.0, "om_fixed": 0.0, "om_production": 0.0, diff --git a/deploy/runtime/defaults/PVWatts Wind FuelCell Battery Hybrid_Host Developer.json b/deploy/runtime/defaults/PVWatts Wind FuelCell Battery Hybrid_Host Developer.json index 18c22a8ba4..7468e2edd9 100644 --- a/deploy/runtime/defaults/PVWatts Wind FuelCell Battery Hybrid_Host Developer.json +++ b/deploy/runtime/defaults/PVWatts Wind FuelCell Battery Hybrid_Host Developer.json @@ -30,7 +30,7 @@ 0.2 ], "analysis_period": 25.0, - "annual_albedo": 0.18395068539332039, + "annual_albedo": 0.1839506853933204, "annual_beam": 7.335643835616439, "annual_diffuse": 1.3484328767123289, "annual_global": 5.794761643835617, @@ -67,7 +67,7 @@ "grid_per_watt": 0.05, "grid_percent": 0.0, "grid_total": 27000.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -89,7 +89,7 @@ "inverter_total": 27000.0, "inverterarray_power": 469.5652173913044, "is_advanced": 0.0, - "land_area_value": 2.3409962811973519, + "land_area_value": 2.340996281197352, "land_fixed": 0.0, "land_per_acre": 0.0, "land_per_watt": 0.0, @@ -122,7 +122,7 @@ "module_power": 540.0, "module_total": 232200.0, "module_type": 0.0, - "modulearray_area": 2842.1052631578947, + "modulearray_area": 2842.105263157895, "modulearray_power": 540.0, "om_capacity": [ 22.0 @@ -190,7 +190,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -204,19 +203,19 @@ "total_direct_cost": 707616.0, "total_indirect_cost": 205200.0, "total_installed_cost": 948196.8, - "total_land_area": 2.3409962811973519, - "total_module_area": 2842.1052631578947, + "total_land_area": 2.340996281197352, + "total_module_area": 2842.105263157895, "tz": -7.0, - "ui_ac_capacity": 0.46956521739130438, - "ui_array_land_area_acres": 2.3409962811973519, - "ui_array_land_area_ha": 0.9473690460319911, + "ui_ac_capacity": 0.4695652173913044, + "ui_array_land_area_acres": 2.340996281197352, + "ui_array_land_area_ha": 0.9473690460319912, "ui_array_land_area_multiplier": 1.0, "ui_land_area_additional": 0.0, "ui_land_area_additional_units": 0.0, "ui_land_area_per_mw": 0.0, "ui_step_minutes": 60.0, - "ui_total_land_area_ha": 0.9473690460319911, - "ui_total_module_area": 2842.1052631578947, + "ui_total_land_area_ha": 0.9473690460319912, + "ui_total_module_area": 2842.105263157895, "ui_total_module_area_acres": 0.7022988843592055, "ui_total_module_area_ha": 0.28421052631578949, "ui_use_acre_per_mw": 0.0, @@ -258,7 +257,7 @@ ], "desired_farm_size": 5.0, "elec_eff_loss": 1.91, - "elec_loss_total": 2.0080899999999959, + "elec_loss_total": 2.008089999999996, "elec_parasitic_loss": 0.1, "env_degrad_loss": 1.8, "env_env_loss": 0.4, @@ -304,7 +303,7 @@ "total_installed_cost_per_kw": 6055.0, "turb_generic_loss": 1.7, "turb_hysteresis_loss": 0.4, - "turb_loss_total": 3.9544963841199989, + "turb_loss_total": 3.954496384119999, "turb_perf_loss": 1.1, "turb_specific_loss": 0.81, "turbine_cost_fixed": 0.0, @@ -27720,7 +27719,7 @@ "batt_cell_power_charge_max": 2.0, "batt_cell_power_discharge_max": 2.0, "batt_chem": 1.0, - "batt_computed_bank_capacity": 1200.5431199999999, + "batt_computed_bank_capacity": 1200.54312, "batt_computed_series": 126.0, "batt_computed_stacks_series": 0.0, "batt_computed_strings": 1064.0, @@ -37458,9 +37457,9 @@ "batt_minimum_SOC": 15.0, "batt_minimum_modetime": 10.0, "batt_num_cells": 134064.0, - "batt_power_charge_max_kwac": 300.13577999999998, + "batt_power_charge_max_kwac": 300.13578, "batt_power_charge_max_kwdc": 288.1303487999999, - "batt_power_discharge_max_kwac": 300.13577999999998, + "batt_power_discharge_max_kwac": 300.13578, "batt_power_discharge_max_kwdc": 312.64143749999996, "batt_pv_ac_forecast": [ 0.0 @@ -46295,8 +46294,8 @@ 0.5 ] ], - "batt_volume": 14.640769756097559, - "battery_energy": 1200.5431199999999, + "batt_volume": 14.64076975609756, + "battery_energy": 1200.54312, "battery_indirect_cost_percent": 0.0, "battery_losses_shown": 0.0, "battery_per_kW": 667.0, @@ -56427,7 +56426,7 @@ "om_batt_fixed_cost": [ 0.0 ], - "om_batt_nameplate": 1200.5431199999999, + "om_batt_nameplate": 1200.54312, "om_batt_replacement_cost": [ 280.0 ], @@ -56476,7 +56475,7 @@ "standalonebatt.cost.epc.nonfixed": 0.0, "standalonebatt.cost.epc.percent": 0.0, "standalonebatt.cost.epc.total": 0.0, - "standalonebatt.cost.installed_per_capacity": 1.4307916666666667, + "standalonebatt.cost.installed_per_capacity": 1.430791666666667, "standalonebatt.cost.plm.fixed": 0.0, "standalonebatt.cost.plm.nonfixed": 0.0, "standalonebatt.cost.plm.percent": 0.0, @@ -56484,7 +56483,7 @@ "standalonebatt.cost.sales_tax.percent": 0.0, "standalonebatt.cost.sales_tax.total": 0.0, "standalonebatt.cost.sales_tax.value": 5.0, - "system_capacity": 300.13577999999998, + "system_capacity": 300.13578, "total_direct_cost": 429431.7728924999, "total_indirect_cost": 0.0, "total_installed_cost": 429431.7728924999, @@ -56503,11 +56502,11 @@ "annual_crit": 0.0, "annual_peak": 274.231, "batt_minimum_outage_SOC": 10.0, - "batt_power_discharge_max_kwac": 300.13577999999998, + "batt_power_discharge_max_kwac": 300.13578, "batt_replacement_option": 1.0, "batt_salvage_percentage": 0.0, "batt_salvage_value": 0.0, - "battery_system_capacity": 300.13577999999998, + "battery_system_capacity": 300.13578, "battery_total_installed_cost": 429431.7728924999, "cbi_fed_amount": 0.0, "cbi_fed_deprbas_fed": 0.0, @@ -56567,7 +56566,7 @@ "const_per_principal4": 0.0, "const_per_principal5": 0.0, "const_per_principal_total": 4512560.345785, - "const_per_total1": 118454.70907685627, + "const_per_total1": 118454.70907685628, "const_per_total2": 0.0, "const_per_total3": 0.0, "const_per_total4": 0.0, @@ -56577,7 +56576,7 @@ "const_per_upfront_rate3": 0.0, "const_per_upfront_rate4": 0.0, "const_per_upfront_rate5": 0.0, - "construction_financing_cost": 118454.70907685627, + "construction_financing_cost": 118454.70907685628, "cost_debt_closing": 0.0, "cost_debt_fee": 2.75, "cost_other_financing": 0.0, @@ -101137,7 +101136,7 @@ 0.0, 0.0 ], - "host_nominal_discount_rate": 9.060000000000003, + "host_nominal_discount_rate": 9.060000000000004, "host_real_discount_rate": 6.4, "hybrid_capital_cost": 0.0, "ibi_fed_amount": 0.0, @@ -119402,7 +119401,7 @@ 156.2, 184.05 ], - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_thermal_bill": 0.0, "normalize_to_utility_bill": 0.0, "om_capacity": 0.0, @@ -119500,7 +119499,7 @@ "thermal_10": 664864.1129999992, "thermal_11": 566944.4700000023, "thermal_12": 466793.0800000013, - "thermal_2": 485226.54000000117, + "thermal_2": 485226.5400000012, "thermal_3": 580314.9830000013, "thermal_4": 601906.9489999994, "thermal_5": 688796.4460000006, @@ -154606,7 +154605,7 @@ "tod_library": "Uniform Dispatch", "total_installed_cost": 4512560.345785, "ui_annual_load": 0.0, - "ui_battery_capacity": 300.13577999999998, + "ui_battery_capacity": 300.13578, "ui_battery_cost": 429431.7728924999, "ui_customgeneration_capacity": 0.0, "ui_customgeneration_cost": 0.0, diff --git a/deploy/runtime/defaults/PVWatts Wind FuelCell Battery Hybrid_Single Owner.json b/deploy/runtime/defaults/PVWatts Wind FuelCell Battery Hybrid_Single Owner.json index 338d4e57c3..4918b6ffdf 100644 --- a/deploy/runtime/defaults/PVWatts Wind FuelCell Battery Hybrid_Single Owner.json +++ b/deploy/runtime/defaults/PVWatts Wind FuelCell Battery Hybrid_Single Owner.json @@ -30,7 +30,7 @@ 0.2 ], "analysis_period": 25.0, - "annual_albedo": 0.18395068539332039, + "annual_albedo": 0.1839506853933204, "annual_beam": 7.335643835616439, "annual_diffuse": 1.3484328767123289, "annual_global": 5.794761643835617, @@ -67,7 +67,7 @@ "grid_per_watt": 0.02, "grid_percent": 0.0, "grid_total": 2000000.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -195,7 +195,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -228,7 +227,7 @@ "ui_step_minutes": 60.0, "ui_total_land_area_ha": 175.43871222814654, "ui_total_module_area": 526315.7894736842, - "ui_total_module_area_acres": 130.05534895540843, + "ui_total_module_area_acres": 130.05534895540846, "ui_total_module_area_ha": 52.63157894736842, "ui_use_acre_per_mw": 0.0, "use_specific_weather_file": 0.0, @@ -269,7 +268,7 @@ ], "desired_farm_size": 10.0, "elec_eff_loss": 1.91, - "elec_loss_total": 2.0080899999999959, + "elec_loss_total": 2.008089999999996, "elec_parasitic_loss": 0.1, "env_degrad_loss": 1.8, "env_env_loss": 0.4, @@ -315,7 +314,7 @@ "total_installed_cost_per_kw": 1587.4, "turb_generic_loss": 1.7, "turb_hysteresis_loss": 0.4, - "turb_loss_total": 3.9544963841199989, + "turb_loss_total": 3.954496384119999, "turb_perf_loss": 1.1, "turb_specific_loss": 0.81, "turbine_cost_fixed": 0.0, @@ -19617,7 +19616,7 @@ "batt_Qexp": 0.04000005, "batt_Qexp_percent": 1.77778, "batt_Qfull": 2.25, - "batt_Qfull_flow": 478583.99999999997, + "batt_Qfull_flow": 478584.0, "batt_Qnom": 2.0000002500000004, "batt_Qnom_percent": 88.8889, "batt_Vcut": 2.706, @@ -49354,7 +49353,7 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "om_capacity": 0.0, "om_fixed": 0.0, "om_production": 0.0, diff --git a/deploy/runtime/defaults/PVWatts_All Equity Partnership Flip.json b/deploy/runtime/defaults/PVWatts_All Equity Partnership Flip.json index 158a27c214..05378fd6e1 100644 --- a/deploy/runtime/defaults/PVWatts_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/PVWatts_All Equity Partnership Flip.json @@ -18483,7 +18483,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19350,7 +19350,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts_Commercial.json b/deploy/runtime/defaults/PVWatts_Commercial.json index 8463aa84a3..b8a665d2ac 100644 --- a/deploy/runtime/defaults/PVWatts_Commercial.json +++ b/deploy/runtime/defaults/PVWatts_Commercial.json @@ -9035,7 +9035,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -26803,7 +26803,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts_Community Solar.json b/deploy/runtime/defaults/PVWatts_Community Solar.json index 462f696931..4698b5ba3a 100644 --- a/deploy/runtime/defaults/PVWatts_Community Solar.json +++ b/deploy/runtime/defaults/PVWatts_Community Solar.json @@ -9090,7 +9090,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -9313,7 +9313,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts_Host Developer.json b/deploy/runtime/defaults/PVWatts_Host Developer.json index ce5b9e570e..3beecc1a40 100644 --- a/deploy/runtime/defaults/PVWatts_Host Developer.json +++ b/deploy/runtime/defaults/PVWatts_Host Developer.json @@ -18534,7 +18534,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -36956,7 +36956,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts_LCOE Calculator.json b/deploy/runtime/defaults/PVWatts_LCOE Calculator.json index 2c92654416..b8db49e322 100644 --- a/deploy/runtime/defaults/PVWatts_LCOE Calculator.json +++ b/deploy/runtime/defaults/PVWatts_LCOE Calculator.json @@ -8836,7 +8836,7 @@ 1e38 ], "grid_interconnection_limit_kwac": 100000.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -8905,7 +8905,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -8923,12 +8922,12 @@ "ui_array_land_area_multiplier": 1.0, "ui_capital_cost_capacity": 1118.0, "ui_capital_cost_fixed": 53455000.0, - "ui_cfin": 1.0230316278598107, + "ui_cfin": 1.0230316278598109, "ui_cost_input_option": 1.0, "ui_crf": 0.08426619052849123, "ui_fcr_input_option": 1.0, "ui_fixed_charge_rate": 0.098, - "ui_ireal": 0.043902439024390508, + "ui_ireal": 0.04390243902439051, "ui_land_area_additional": 0.0, "ui_land_area_additional_units": 0.0, "ui_land_area_per_mw": 0.0, @@ -8940,11 +8939,11 @@ "ui_system_capacity": 100000.0, "ui_total_land_area_ha": 175.43871222814654, "ui_total_module_area": 526315.7894736842, - "ui_total_module_area_acres": 130.05534895540843, + "ui_total_module_area_acres": 130.05534895540846, "ui_total_module_area_ha": 52.63157894736842, "ui_use_acre_per_mw": 0.0, "ui_variable_operating_cost": 0.0, - "ui_wacc": 0.055843902439024487, + "ui_wacc": 0.05584390243902449, "use_specific_weather_file": 0.0, "use_wf_albedo": 1.0, "user_specified_constant_albedo": 0.2, diff --git a/deploy/runtime/defaults/PVWatts_Leveraged Partnership Flip.json b/deploy/runtime/defaults/PVWatts_Leveraged Partnership Flip.json index c56d1c41b5..79ac67c96d 100644 --- a/deploy/runtime/defaults/PVWatts_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/PVWatts_Leveraged Partnership Flip.json @@ -18491,7 +18491,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19361,7 +19361,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts_Merchant Plant.json b/deploy/runtime/defaults/PVWatts_Merchant Plant.json index 114aca9939..993d0a3d97 100644 --- a/deploy/runtime/defaults/PVWatts_Merchant Plant.json +++ b/deploy/runtime/defaults/PVWatts_Merchant Plant.json @@ -9097,7 +9097,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -666448,7 +666448,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts_None.json b/deploy/runtime/defaults/PVWatts_None.json index 1083364a98..9d4f0f7486 100644 --- a/deploy/runtime/defaults/PVWatts_None.json +++ b/deploy/runtime/defaults/PVWatts_None.json @@ -17571,7 +17571,7 @@ 1e38 ], "grid_interconnection_limit_kwac": 100000.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -17640,7 +17640,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -17662,7 +17661,7 @@ "ui_step_minutes": 60.0, "ui_total_land_area_ha": 175.43871222814654, "ui_total_module_area": 526315.7894736842, - "ui_total_module_area_acres": 130.05534895540843, + "ui_total_module_area_acres": 130.05534895540846, "ui_total_module_area_ha": 52.63157894736842, "ui_use_acre_per_mw": 0.0, "use_specific_weather_file": 0.0, diff --git a/deploy/runtime/defaults/PVWatts_Residential.json b/deploy/runtime/defaults/PVWatts_Residential.json index 37f268ceb7..734772f124 100644 --- a/deploy/runtime/defaults/PVWatts_Residential.json +++ b/deploy/runtime/defaults/PVWatts_Residential.json @@ -9080,7 +9080,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -26863,7 +26863,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts_Sale Leaseback.json b/deploy/runtime/defaults/PVWatts_Sale Leaseback.json index 0b2f2e4530..6ab367ebae 100644 --- a/deploy/runtime/defaults/PVWatts_Sale Leaseback.json +++ b/deploy/runtime/defaults/PVWatts_Sale Leaseback.json @@ -18478,7 +18478,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19346,7 +19346,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts_Single Owner.json b/deploy/runtime/defaults/PVWatts_Single Owner.json index dcc1f24376..786cee1dbc 100644 --- a/deploy/runtime/defaults/PVWatts_Single Owner.json +++ b/deploy/runtime/defaults/PVWatts_Single Owner.json @@ -18496,7 +18496,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -19369,7 +19369,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/PVWatts_Third Party.json b/deploy/runtime/defaults/PVWatts_Third Party.json index fbc7679641..f6fdc0af33 100644 --- a/deploy/runtime/defaults/PVWatts_Third Party.json +++ b/deploy/runtime/defaults/PVWatts_Third Party.json @@ -8942,7 +8942,7 @@ 1e38 ], "grid_interconnection_limit_kwac": 100000.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -26592,7 +26592,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Photovoltaic Wind Battery Hybrid_Host Developer.json b/deploy/runtime/defaults/Photovoltaic Wind Battery Hybrid_Host Developer.json index c1b13fd47a..deb1103a9c 100644 --- a/deploy/runtime/defaults/Photovoltaic Wind Battery Hybrid_Host Developer.json +++ b/deploy/runtime/defaults/Photovoltaic Wind Battery Hybrid_Host Developer.json @@ -17,7 +17,7 @@ "6par_imp": 12.82, "6par_is_bifacial": 1.0, "6par_isc": 13.71, - "6par_module_length": 2.2772351657218019, + "6par_module_length": 2.277235165721802, "6par_module_name": "Aptos Solar Technology LLC DNA-144-BF10-530W (from CEC database)", "6par_module_width": 1.1329528187670657, "6par_mounting": 0.0, @@ -18949,7 +18949,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -21087,7 +21087,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -21107,7 +21106,7 @@ "spe_eff4": 20.5, "spe_fd": 1.0, "spe_is_bifacial": 1.0, - "spe_module_length": 2.2772351657218019, + "spe_module_length": 2.277235165721802, "spe_module_structure": 1.0, "spe_module_width": 1.1329528187670657, "spe_power": 528.9, diff --git a/deploy/runtime/defaults/Photovoltaic Wind Battery Hybrid_Single Owner.json b/deploy/runtime/defaults/Photovoltaic Wind Battery Hybrid_Single Owner.json index 0a28432e88..527ae5796b 100644 --- a/deploy/runtime/defaults/Photovoltaic Wind Battery Hybrid_Single Owner.json +++ b/deploy/runtime/defaults/Photovoltaic Wind Battery Hybrid_Single Owner.json @@ -17,7 +17,7 @@ "6par_imp": 12.82, "6par_is_bifacial": 1.0, "6par_isc": 13.71, - "6par_module_length": 2.2772351657218019, + "6par_module_length": 2.277235165721802, "6par_module_name": "Aptos Solar Technology LLC DNA-144-BF10-530W (from CEC database)", "6par_module_width": 1.1329528187670657, "6par_mounting": 0.0, @@ -9538,7 +9538,7 @@ "cec_i_sc_ref": 13.71, "cec_is_bifacial": 1.0, "cec_material": "Mono-c-Si", - "cec_module_length": 2.2772351657218019, + "cec_module_length": 2.277235165721802, "cec_module_width": 1.1329528187670657, "cec_mounting_config": 0.0, "cec_mounting_orientation": 0.0, @@ -19588,7 +19588,7 @@ 6.57771 ] ], - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -21568,7 +21568,7 @@ "module_area": 2.58, "module_aspect_ratio": 2.01, "module_costunits": 0.0, - "module_length": 2.2772351657218019, + "module_length": 2.277235165721802, "module_model": 1.0, "module_name": "Aptos Solar Technology LLC DNA-144-BF10-530W", "module_num_units": 188412.0, @@ -21736,7 +21736,6 @@ 0.0 ], "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", @@ -21756,7 +21755,7 @@ "spe_eff4": 20.5, "spe_fd": 1.0, "spe_is_bifacial": 1.0, - "spe_module_length": 2.2772351657218019, + "spe_module_length": 2.277235165721802, "spe_module_structure": 1.0, "spe_module_width": 1.1329528187670657, "spe_power": 528.9, diff --git a/deploy/runtime/defaults/Physical Trough IPH_Commercial.json b/deploy/runtime/defaults/Physical Trough IPH_Commercial.json index e11f81ab17..bb9f34675c 100644 --- a/deploy/runtime/defaults/Physical Trough IPH_Commercial.json +++ b/deploy/runtime/defaults/Physical Trough IPH_Commercial.json @@ -18625,10 +18625,10 @@ ], "analysis_period": 25.0, "analysis_period_warning": "", - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, "annual_crit": 0.0, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_peak": 5000.0, "annual_snow": NaN, @@ -18763,7 +18763,7 @@ "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 39.67439516694667, "csp.dtr.tes.thermal_capacity": 30.0, - "csp.pt.par.calc.aux": 0.12120999999999999, + "csp.pt.par.calc.aux": 0.12121, "csp.pt.par.calc.bop": 0.0, "csp.pt.tes.htf_density": 1872.488, "csp.pt.tes.tank_diameter": 7.107391202241459, @@ -19000,7 +19000,7 @@ "csp_dtr_hce_var4_rated_heat_loss_2": 0.0, "csp_dtr_hce_var4_rated_heat_loss_3": 0.0, "csp_dtr_hce_var4_rated_heat_loss_4": 0.0, - "csp_dtr_loop_hce_heat_loss": 0.9745454545454547, + "csp_dtr_loop_hce_heat_loss": 0.9745454545454548, "csp_dtr_sca_ap_length_1": 21.0, "csp_dtr_sca_ap_length_2": 14.375, "csp_dtr_sca_ap_length_3": 14.375, @@ -19038,25 +19038,25 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996718942883743, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996718942883744, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996718942883743, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996718942883744, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], - "csp_dtr_sca_calc_iam_1": 0.9960610689663657, + "csp_dtr_sca_calc_iam_1": 0.9960610689663656, "csp_dtr_sca_calc_iam_2": 1.0018753305435045, "csp_dtr_sca_calc_iam_3": 1.0018753305435045, "csp_dtr_sca_calc_iam_4": 1.0018753305435045, "csp_dtr_sca_calc_iams": [ [ - 0.9960610689663657, + 0.9960610689663656, 1.0018753305435045, 1.0018753305435045, 1.0018753305435045 @@ -19077,11 +19077,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -19398,7 +19398,7 @@ "f_htfmax": 1.2, "f_htfmax_actual": 0.5460258809863511, "f_htfmin": 0.25, - "f_htfmin_actual": 0.045502156748862588, + "f_htfmin_actual": 0.04550215674886259, "f_tc_cold": 2.0, "federal_tax_rate": [ 21.0 @@ -19575,7 +19575,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -37303,7 +37303,7 @@ "nSCA": 4.0, "nameplate": 5.0, "nodes": 2000.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "non_solar_field_land_area_multiplier": 1.1, "normalize_to_utility_bill": 0.0, "northsouth_field_sep": 20.0, @@ -37433,7 +37433,6 @@ "sf_type": 1.0, "single_loop_aperture": 5280.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.9035826674764424, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", diff --git a/deploy/runtime/defaults/Physical Trough IPH_LCOH Calculator.json b/deploy/runtime/defaults/Physical Trough IPH_LCOH Calculator.json index 8b5c42ce27..55a574f934 100644 --- a/deploy/runtime/defaults/Physical Trough IPH_LCOH Calculator.json +++ b/deploy/runtime/defaults/Physical Trough IPH_LCOH Calculator.json @@ -1107,9 +1107,9 @@ 0.0 ] ], - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_snow": NaN, "annual_tdry": 18.126141552511418, @@ -1219,7 +1219,7 @@ "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 39.67439516694667, "csp.dtr.tes.thermal_capacity": 30.0, - "csp.pt.par.calc.aux": 0.12120999999999999, + "csp.pt.par.calc.aux": 0.12121, "csp.pt.par.calc.bop": 0.0, "csp.pt.tes.htf_density": 1872.488, "csp.pt.tes.tank_diameter": 7.107391202241459, @@ -1456,7 +1456,7 @@ "csp_dtr_hce_var4_rated_heat_loss_2": 0.0, "csp_dtr_hce_var4_rated_heat_loss_3": 0.0, "csp_dtr_hce_var4_rated_heat_loss_4": 0.0, - "csp_dtr_loop_hce_heat_loss": 0.9745454545454547, + "csp_dtr_loop_hce_heat_loss": 0.9745454545454548, "csp_dtr_sca_ap_length_1": 21.0, "csp_dtr_sca_ap_length_2": 14.375, "csp_dtr_sca_ap_length_3": 14.375, @@ -1494,25 +1494,25 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996718942883743, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996718942883744, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996718942883743, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996718942883744, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], - "csp_dtr_sca_calc_iam_1": 0.9960610689663657, + "csp_dtr_sca_calc_iam_1": 0.9960610689663656, "csp_dtr_sca_calc_iam_2": 1.0018753305435045, "csp_dtr_sca_calc_iam_3": 1.0018753305435045, "csp_dtr_sca_calc_iam_4": 1.0018753305435045, "csp_dtr_sca_calc_iams": [ [ - 0.9960610689663657, + 0.9960610689663656, 1.0018753305435045, 1.0018753305435045, 1.0018753305435045 @@ -1533,11 +1533,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -1819,7 +1819,7 @@ "f_htfmax": 1.2, "f_htfmax_actual": 0.5460258809863511, "f_htfmin": 0.25, - "f_htfmin_actual": 0.045502156748862588, + "f_htfmin_actual": 0.04550215674886259, "f_tc_cold": 2.0, "f_turb_tou_periods": [ 1.0, @@ -1962,7 +1962,7 @@ "hx_UA_des_ui": NaN, "hx_config": 2.0, "hx_min_dT_des_ui": NaN, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -2167,7 +2167,6 @@ "sf_type": 1.0, "single_loop_aperture": 5280.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.9035826674764424, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", diff --git a/deploy/runtime/defaults/Physical Trough IPH_None.json b/deploy/runtime/defaults/Physical Trough IPH_None.json index a629f66cb5..15b3c8aceb 100644 --- a/deploy/runtime/defaults/Physical Trough IPH_None.json +++ b/deploy/runtime/defaults/Physical Trough IPH_None.json @@ -1107,9 +1107,9 @@ 0.0 ] ], - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_snow": NaN, "annual_tdry": 18.126141552511418, @@ -1200,7 +1200,7 @@ "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 39.67439516694667, "csp.dtr.tes.thermal_capacity": 30.0, - "csp.pt.par.calc.aux": 0.12120999999999999, + "csp.pt.par.calc.aux": 0.12121, "csp.pt.par.calc.bop": 0.0, "csp.pt.tes.htf_density": 1872.488, "csp.pt.tes.tank_diameter": 7.107391202241459, @@ -1437,7 +1437,7 @@ "csp_dtr_hce_var4_rated_heat_loss_2": 0.0, "csp_dtr_hce_var4_rated_heat_loss_3": 0.0, "csp_dtr_hce_var4_rated_heat_loss_4": 0.0, - "csp_dtr_loop_hce_heat_loss": 0.9745454545454547, + "csp_dtr_loop_hce_heat_loss": 0.9745454545454548, "csp_dtr_sca_ap_length_1": 21.0, "csp_dtr_sca_ap_length_2": 14.375, "csp_dtr_sca_ap_length_3": 14.375, @@ -1475,25 +1475,25 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996718942883743, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996718942883744, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996718942883743, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996718942883744, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], - "csp_dtr_sca_calc_iam_1": 0.9960610689663657, + "csp_dtr_sca_calc_iam_1": 0.9960610689663656, "csp_dtr_sca_calc_iam_2": 1.0018753305435045, "csp_dtr_sca_calc_iam_3": 1.0018753305435045, "csp_dtr_sca_calc_iam_4": 1.0018753305435045, "csp_dtr_sca_calc_iams": [ [ - 0.9960610689663657, + 0.9960610689663656, 1.0018753305435045, 1.0018753305435045, 1.0018753305435045 @@ -1514,11 +1514,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -1799,7 +1799,7 @@ "f_htfmax": 1.2, "f_htfmax_actual": 0.5460258809863511, "f_htfmin": 0.25, - "f_htfmin_actual": 0.045502156748862588, + "f_htfmin_actual": 0.04550215674886259, "f_tc_cold": 2.0, "f_turb_tou_periods": [ 1.0, @@ -1940,7 +1940,7 @@ "hx_UA_des_ui": NaN, "hx_config": 2.0, "hx_min_dT_des_ui": NaN, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -2145,7 +2145,6 @@ "sf_type": 1.0, "single_loop_aperture": 5280.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.9035826674764424, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", diff --git a/deploy/runtime/defaults/Physical Trough IPH_Single Owner.json b/deploy/runtime/defaults/Physical Trough IPH_Single Owner.json index a110469dd5..342e1b46fe 100644 --- a/deploy/runtime/defaults/Physical Trough IPH_Single Owner.json +++ b/deploy/runtime/defaults/Physical Trough IPH_Single Owner.json @@ -1110,9 +1110,9 @@ ], "analysis_period": 25.0, "analysis_period_warning": "", - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_snow": NaN, "annual_tdry": 18.126141552511418, @@ -1281,7 +1281,7 @@ "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 39.67439516694667, "csp.dtr.tes.thermal_capacity": 30.0, - "csp.pt.par.calc.aux": 0.12120999999999999, + "csp.pt.par.calc.aux": 0.12121, "csp.pt.par.calc.bop": 0.0, "csp.pt.tes.htf_density": 1872.488, "csp.pt.tes.tank_diameter": 7.107391202241459, @@ -1518,7 +1518,7 @@ "csp_dtr_hce_var4_rated_heat_loss_2": 0.0, "csp_dtr_hce_var4_rated_heat_loss_3": 0.0, "csp_dtr_hce_var4_rated_heat_loss_4": 0.0, - "csp_dtr_loop_hce_heat_loss": 0.9745454545454547, + "csp_dtr_loop_hce_heat_loss": 0.9745454545454548, "csp_dtr_sca_ap_length_1": 21.0, "csp_dtr_sca_ap_length_2": 14.375, "csp_dtr_sca_ap_length_3": 14.375, @@ -1556,25 +1556,25 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996718942883743, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996718942883744, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996718942883743, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996718942883744, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], - "csp_dtr_sca_calc_iam_1": 0.9960610689663657, + "csp_dtr_sca_calc_iam_1": 0.9960610689663656, "csp_dtr_sca_calc_iam_2": 1.0018753305435045, "csp_dtr_sca_calc_iam_3": 1.0018753305435045, "csp_dtr_sca_calc_iam_4": 1.0018753305435045, "csp_dtr_sca_calc_iams": [ [ - 0.9960610689663657, + 0.9960610689663656, 1.0018753305435045, 1.0018753305435045, 1.0018753305435045 @@ -1595,11 +1595,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -10730,7 +10730,7 @@ "f_htfmax": 1.2, "f_htfmax_actual": 0.5460258809863511, "f_htfmin": 0.25, - "f_htfmin_actual": 0.045502156748862588, + "f_htfmin_actual": 0.04550215674886259, "f_tc_cold": 2.0, "f_turb_tou_periods": [ 1.0, @@ -10919,7 +10919,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -11748,7 +11748,7 @@ "nSCA": 4.0, "nameplate": 5.0, "nodes": 2000.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "non_solar_field_land_area_multiplier": 1.1, "northsouth_field_sep": 20.0, "object 11": 0.0, @@ -11877,7 +11877,6 @@ "show_construction_period": 1.0, "single_loop_aperture": 5280.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.9035826674764424, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", diff --git a/deploy/runtime/defaults/Physical Trough_All Equity Partnership Flip.json b/deploy/runtime/defaults/Physical Trough_All Equity Partnership Flip.json index 1ebe4727d5..3610f97abb 100644 --- a/deploy/runtime/defaults/Physical Trough_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/Physical Trough_All Equity Partnership Flip.json @@ -967,7 +967,7 @@ "P_cond_ratio": 1.0028, "P_ref": 111.0, "Pipe_hl_coef": 0.45, - "Q_tes": 1870.7865168539327, + "Q_tes": 1870.7865168539329, "Rho_mirror_clean": [ 0.93, 0.93, @@ -1356,9 +1356,9 @@ ], "analysis_period": 25.0, "analysis_period_warning": "No messages.", - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_snow": NaN, "annual_tdry": 18.126141552511418, @@ -1515,7 +1515,7 @@ "csp.dtr.cost.power_plant.cost_per_kwe": 910.0, "csp.dtr.cost.power_plant.mwe": 111.0, "csp.dtr.cost.sales_tax.percent": 80.0, - "csp.dtr.cost.sales_tax.total": 19427445.757123598, + "csp.dtr.cost.sales_tax.total": 19427445.7571236, "csp.dtr.cost.sales_tax.value": 5.0, "csp.dtr.cost.site_improvements": 24140800.0, "csp.dtr.cost.site_improvements.area": 965632.0, @@ -1523,9 +1523,9 @@ "csp.dtr.cost.solar_field": 144844800.0, "csp.dtr.cost.solar_field.area": 965632.0, "csp.dtr.cost.solar_field.cost_per_m2": 150.0, - "csp.dtr.cost.storage": 115988764.04494383, + "csp.dtr.cost.storage": 115988764.04494384, "csp.dtr.cost.storage.cost_per_kwht": 62.0, - "csp.dtr.cost.storage.mwht": 1870.7865168539327, + "csp.dtr.cost.storage.mwht": 1870.7865168539329, "csp.dtr.cost.total_land_area": 835.1268351999999, "csp.dtr.pwrb.nameplate": 99.9, "csp.dtr.tes.fluid_sph": 1.50182, @@ -1533,7 +1533,7 @@ "csp.dtr.tes.htf_max_opt_temp": 593.0, "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 2474.077451421955, - "csp.dtr.tes.thermal_capacity": 1870.7865168539327, + "csp.dtr.tes.thermal_capacity": 1870.7865168539329, "csp.pt.par.calc.aux": 2.52303, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -1811,16 +1811,16 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], "csp_dtr_sca_calc_iam_1": 1.0018753305435045, @@ -1850,11 +1850,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -20475,7 +20475,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -21308,7 +21308,7 @@ "n_rad_tubes": 100.0, "nameplate": 99.9, "nodes": 2000.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "non_solar_field_land_area_multiplier": 1.4, "northsouth_field_sep": 20.0, "object 11": 0.0, @@ -21386,7 +21386,7 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_dot_tes_est": 1.2007351461530767, + "q_dot_tes_est": 1.2007351461530769, "q_pb_design": 311.7977528089888, "q_sby_frac": 0.2, "rad_multiplier": 1.5, @@ -21447,7 +21447,6 @@ "show_construction_period": 1.0, "single_loop_aperture": 5248.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.0096433390690637, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", @@ -21534,7 +21533,7 @@ ], "tod_library": "Uniform Dispatch", "total_aperture": 965632.0, - "total_direct_cost": 485686143.92808988, + "total_direct_cost": 485686143.9280899, "total_indirect_cost": 61776744.18408988, "total_installed_cost": 566890333.8693034, "total_land_area": 835.1268351999999, @@ -21575,7 +21574,7 @@ "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 391.0, - "ud_Q_dot_HTF_ND_des": 0.9999994148531951, + "ud_Q_dot_HTF_ND_des": 0.9999994148531952, "ud_T_amb_des": 43.0, "ud_T_amb_des_calc": 43.0, "ud_T_amb_high": 55.0, @@ -23341,7 +23340,7 @@ "ui_epsilon_4_1": 0.86, "ui_epsilon_4_2": 0.86, "ui_epsilon_4_3": 1.0, - "ui_land_area_ha": 337.96436138483639, + "ui_land_area_ha": 337.9643613848364, "ui_land_area_multiplier": 0.0, "ui_land_area_units": 0.0, "ui_land_lease": [ diff --git a/deploy/runtime/defaults/Physical Trough_Commercial.json b/deploy/runtime/defaults/Physical Trough_Commercial.json index 0cf29d7d41..35198b7188 100644 --- a/deploy/runtime/defaults/Physical Trough_Commercial.json +++ b/deploy/runtime/defaults/Physical Trough_Commercial.json @@ -967,7 +967,7 @@ "P_cond_ratio": 1.0028, "P_ref": 111.0, "Pipe_hl_coef": 0.45, - "Q_tes": 1870.7865168539327, + "Q_tes": 1870.7865168539329, "Rho_mirror_clean": [ 0.93, 0.93, @@ -1356,10 +1356,10 @@ ], "analysis_period": 25.0, "analysis_period_warning": "No messages.", - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, "annual_crit": 0.0, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_peak": 274.231, "annual_snow": NaN, @@ -1480,7 +1480,7 @@ "csp.dtr.cost.power_plant.cost_per_kwe": 910.0, "csp.dtr.cost.power_plant.mwe": 111.0, "csp.dtr.cost.sales_tax.percent": 80.0, - "csp.dtr.cost.sales_tax.total": 19427445.757123598, + "csp.dtr.cost.sales_tax.total": 19427445.7571236, "csp.dtr.cost.sales_tax.value": 5.0, "csp.dtr.cost.site_improvements": 24140800.0, "csp.dtr.cost.site_improvements.area": 965632.0, @@ -1488,9 +1488,9 @@ "csp.dtr.cost.solar_field": 144844800.0, "csp.dtr.cost.solar_field.area": 965632.0, "csp.dtr.cost.solar_field.cost_per_m2": 150.0, - "csp.dtr.cost.storage": 115988764.04494383, + "csp.dtr.cost.storage": 115988764.04494384, "csp.dtr.cost.storage.cost_per_kwht": 62.0, - "csp.dtr.cost.storage.mwht": 1870.7865168539327, + "csp.dtr.cost.storage.mwht": 1870.7865168539329, "csp.dtr.cost.total_land_area": 835.1268351999999, "csp.dtr.pwrb.nameplate": 99.9, "csp.dtr.tes.fluid_sph": 1.50182, @@ -1498,7 +1498,7 @@ "csp.dtr.tes.htf_max_opt_temp": 593.0, "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 2474.077451421955, - "csp.dtr.tes.thermal_capacity": 1870.7865168539327, + "csp.dtr.tes.thermal_capacity": 1870.7865168539329, "csp.pt.par.calc.aux": 2.52303, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -1776,16 +1776,16 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], "csp_dtr_sca_calc_iam_1": 1.0018753305435045, @@ -1815,11 +1815,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -11017,7 +11017,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -28749,7 +28749,7 @@ "n_rad_tubes": 100.0, "nameplate": 99.9, "nodes": 2000.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "non_solar_field_land_area_multiplier": 1.4, "normalize_to_utility_bill": 0.0, "northsouth_field_sep": 20.0, @@ -28830,7 +28830,7 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_dot_tes_est": 1.2007351461530767, + "q_dot_tes_est": 1.2007351461530769, "q_pb_design": 311.7977528089888, "q_sby_frac": 0.2, "rad_multiplier": 1.5, @@ -28890,7 +28890,6 @@ "show_tax_credits": 1.0, "single_loop_aperture": 5248.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.0096433390690637, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", @@ -28974,7 +28973,7 @@ 0.0 ], "total_aperture": 965632.0, - "total_direct_cost": 485686143.92808988, + "total_direct_cost": 485686143.9280899, "total_indirect_cost": 61776744.18408988, "total_installed_cost": 566890333.8693034, "total_land_area": 835.1268351999999, @@ -29031,7 +29030,7 @@ "ud_T_htf_low_calc": 255.0, "ud_W_dot_cool_calc": 0.0, "ud_W_dot_cooling_ND_des": 1.0, - "ud_W_dot_gross_ND_des": 1.8326560500000007, + "ud_W_dot_gross_ND_des": 1.8326560500000009, "ud_enable_gen_table": 0.0, "ud_f_W_dot_cool_des": 0.0, "ud_ind_od": [ diff --git a/deploy/runtime/defaults/Physical Trough_LCOE Calculator.json b/deploy/runtime/defaults/Physical Trough_LCOE Calculator.json index e96c018cf2..057113b62b 100644 --- a/deploy/runtime/defaults/Physical Trough_LCOE Calculator.json +++ b/deploy/runtime/defaults/Physical Trough_LCOE Calculator.json @@ -967,7 +967,7 @@ "P_cond_ratio": 1.0028, "P_ref": 111.0, "Pipe_hl_coef": 0.45, - "Q_tes": 1870.7865168539327, + "Q_tes": 1870.7865168539329, "Rho_mirror_clean": [ 0.93, 0.93, @@ -1354,9 +1354,9 @@ 0.0 ] ], - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_snow": NaN, "annual_tdry": 18.126141552511418, @@ -1440,7 +1440,7 @@ "csp.dtr.cost.epc.per_acre": 0.0, "csp.dtr.cost.epc.per_watt": 0.0, "csp.dtr.cost.epc.percent": 15.0, - "csp.dtr.cost.epc.total": 104643081.86966291, + "csp.dtr.cost.epc.total": 104643081.86966293, "csp.dtr.cost.fossil_backup": 0.0, "csp.dtr.cost.fossil_backup.cost_per_kwe": 0.0, "csp.dtr.cost.fossil_backup.mwe": 111.0, @@ -1468,7 +1468,7 @@ "csp.dtr.cost.solar_field.cost_per_m2": 350.0, "csp.dtr.cost.storage": 130955056.1797753, "csp.dtr.cost.storage.cost_per_kwht": 70.0, - "csp.dtr.cost.storage.mwht": 1870.7865168539327, + "csp.dtr.cost.storage.mwht": 1870.7865168539329, "csp.dtr.cost.total_land_area": 835.1268351999999, "csp.dtr.pwrb.nameplate": 99.9, "csp.dtr.tes.fluid_sph": 1.50182, @@ -1476,7 +1476,7 @@ "csp.dtr.tes.htf_max_opt_temp": 593.0, "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 2474.077451421955, - "csp.dtr.tes.thermal_capacity": 1870.7865168539327, + "csp.dtr.tes.thermal_capacity": 1870.7865168539329, "csp.pt.par.calc.aux": 2.52303, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -1754,16 +1754,16 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], "csp_dtr_sca_calc_iam_1": 1.0018753305435045, @@ -1793,11 +1793,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -10908,7 +10908,7 @@ "hybrid_tou7": 0.0, "hybrid_tou8": 0.0, "hybrid_tou9": 0.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -11075,7 +11075,7 @@ "pb_fixed_par": 0.0055, "pb_pump_coef": 0.55, "pc_config": 0.0, - "q_dot_tes_est": 1.2007351461530767, + "q_dot_tes_est": 1.2007351461530769, "q_pb_design": 311.7977528089888, "q_sby_frac": 0.2, "rad_multiplier": 1.5, @@ -11126,7 +11126,6 @@ "sf_type": 1.0, "single_loop_aperture": 5248.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.0096433390690637, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", @@ -11201,7 +11200,7 @@ ], "total_aperture": 965632.0, "total_direct_cost": 697620545.7977527, - "total_indirect_cost": 112994350.22166291, + "total_indirect_cost": 112994350.22166293, "total_installed_cost": 838519717.8513258, "total_land_area": 835.1268351999999, "total_loop_conversion_efficiency": 0.6830566347050011, @@ -11241,7 +11240,7 @@ "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 391.0, - "ud_Q_dot_HTF_ND_des": 0.9999994148531951, + "ud_Q_dot_HTF_ND_des": 0.9999994148531952, "ud_T_amb_des": 43.0, "ud_T_amb_des_calc": 43.0, "ud_T_amb_high": 55.0, @@ -13017,7 +13016,7 @@ "ui_receiver_description": "Schott PTR80", "ui_step_minutes": 60.0, "ui_system_capacity": 99900.0, - "ui_wacc": 0.055843902439024487, + "ui_wacc": 0.05584390243902449, "use_abs_or_rel_mdot_limit": 0.0, "use_solar_mult_or_aperture_area": 0.0, "use_specific_weather_file": 0.0, diff --git a/deploy/runtime/defaults/Physical Trough_Leveraged Partnership Flip.json b/deploy/runtime/defaults/Physical Trough_Leveraged Partnership Flip.json index 4fc981f9b9..79c12431c6 100644 --- a/deploy/runtime/defaults/Physical Trough_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/Physical Trough_Leveraged Partnership Flip.json @@ -967,7 +967,7 @@ "P_cond_ratio": 1.0028, "P_ref": 111.0, "Pipe_hl_coef": 0.45, - "Q_tes": 1870.7865168539327, + "Q_tes": 1870.7865168539329, "Rho_mirror_clean": [ 0.93, 0.93, @@ -1356,9 +1356,9 @@ ], "analysis_period": 25.0, "analysis_period_warning": "No messages.", - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_snow": NaN, "annual_tdry": 18.126141552511418, @@ -1517,7 +1517,7 @@ "csp.dtr.cost.power_plant.cost_per_kwe": 910.0, "csp.dtr.cost.power_plant.mwe": 111.0, "csp.dtr.cost.sales_tax.percent": 80.0, - "csp.dtr.cost.sales_tax.total": 19427445.757123598, + "csp.dtr.cost.sales_tax.total": 19427445.7571236, "csp.dtr.cost.sales_tax.value": 5.0, "csp.dtr.cost.site_improvements": 24140800.0, "csp.dtr.cost.site_improvements.area": 965632.0, @@ -1525,9 +1525,9 @@ "csp.dtr.cost.solar_field": 144844800.0, "csp.dtr.cost.solar_field.area": 965632.0, "csp.dtr.cost.solar_field.cost_per_m2": 150.0, - "csp.dtr.cost.storage": 115988764.04494383, + "csp.dtr.cost.storage": 115988764.04494384, "csp.dtr.cost.storage.cost_per_kwht": 62.0, - "csp.dtr.cost.storage.mwht": 1870.7865168539327, + "csp.dtr.cost.storage.mwht": 1870.7865168539329, "csp.dtr.cost.total_land_area": 835.1268351999999, "csp.dtr.pwrb.nameplate": 99.9, "csp.dtr.tes.fluid_sph": 1.50182, @@ -1535,7 +1535,7 @@ "csp.dtr.tes.htf_max_opt_temp": 593.0, "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 2474.077451421955, - "csp.dtr.tes.thermal_capacity": 1870.7865168539327, + "csp.dtr.tes.thermal_capacity": 1870.7865168539329, "csp.pt.par.calc.aux": 2.52303, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -1813,16 +1813,16 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], "csp_dtr_sca_calc_iam_1": 1.0018753305435045, @@ -1852,11 +1852,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -20483,7 +20483,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -21317,7 +21317,7 @@ "n_rad_tubes": 100.0, "nameplate": 99.9, "nodes": 2000.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "non_solar_field_land_area_multiplier": 1.4, "northsouth_field_sep": 20.0, "object 11": 0.0, @@ -21396,7 +21396,7 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_dot_tes_est": 1.2007351461530767, + "q_dot_tes_est": 1.2007351461530769, "q_pb_design": 311.7977528089888, "q_sby_frac": 0.2, "rad_multiplier": 1.5, @@ -21458,7 +21458,6 @@ "show_construction_period": 1.0, "single_loop_aperture": 5248.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.0096433390690637, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", @@ -21545,7 +21544,7 @@ ], "tod_library": "Uniform Dispatch", "total_aperture": 965632.0, - "total_direct_cost": 485686143.92808988, + "total_direct_cost": 485686143.9280899, "total_indirect_cost": 61776744.18408988, "total_installed_cost": 566890333.8693034, "total_land_area": 835.1268351999999, @@ -21586,7 +21585,7 @@ "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 391.0, - "ud_Q_dot_HTF_ND_des": 0.9999994148531951, + "ud_Q_dot_HTF_ND_des": 0.9999994148531952, "ud_T_amb_des": 43.0, "ud_T_amb_des_calc": 43.0, "ud_T_amb_high": 55.0, @@ -23352,7 +23351,7 @@ "ui_epsilon_4_1": 0.86, "ui_epsilon_4_2": 0.86, "ui_epsilon_4_3": 1.0, - "ui_land_area_ha": 337.96436138483639, + "ui_land_area_ha": 337.9643613848364, "ui_land_area_multiplier": 0.0, "ui_land_area_units": 0.0, "ui_land_lease": [ diff --git a/deploy/runtime/defaults/Physical Trough_Merchant Plant.json b/deploy/runtime/defaults/Physical Trough_Merchant Plant.json index 6c4581a55f..77ac092d40 100644 --- a/deploy/runtime/defaults/Physical Trough_Merchant Plant.json +++ b/deploy/runtime/defaults/Physical Trough_Merchant Plant.json @@ -967,7 +967,7 @@ "P_cond_ratio": 1.0028, "P_ref": 111.0, "Pipe_hl_coef": 0.45, - "Q_tes": 1870.7865168539327, + "Q_tes": 1870.7865168539329, "Rho_mirror_clean": [ 0.93, 0.93, @@ -1356,9 +1356,9 @@ ], "analysis_period": 25.0, "analysis_period_warning": "No messages.", - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_snow": NaN, "annual_tdry": 18.126141552511418, @@ -1531,7 +1531,7 @@ "csp.dtr.cost.power_plant.cost_per_kwe": 910.0, "csp.dtr.cost.power_plant.mwe": 111.0, "csp.dtr.cost.sales_tax.percent": 80.0, - "csp.dtr.cost.sales_tax.total": 19427445.757123598, + "csp.dtr.cost.sales_tax.total": 19427445.7571236, "csp.dtr.cost.sales_tax.value": 5.0, "csp.dtr.cost.site_improvements": 24140800.0, "csp.dtr.cost.site_improvements.area": 965632.0, @@ -1539,9 +1539,9 @@ "csp.dtr.cost.solar_field": 144844800.0, "csp.dtr.cost.solar_field.area": 965632.0, "csp.dtr.cost.solar_field.cost_per_m2": 150.0, - "csp.dtr.cost.storage": 115988764.04494383, + "csp.dtr.cost.storage": 115988764.04494384, "csp.dtr.cost.storage.cost_per_kwht": 62.0, - "csp.dtr.cost.storage.mwht": 1870.7865168539327, + "csp.dtr.cost.storage.mwht": 1870.7865168539329, "csp.dtr.cost.total_land_area": 835.1268351999999, "csp.dtr.pwrb.nameplate": 99.9, "csp.dtr.tes.fluid_sph": 1.50182, @@ -1549,7 +1549,7 @@ "csp.dtr.tes.htf_max_opt_temp": 593.0, "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 2474.077451421955, - "csp.dtr.tes.thermal_capacity": 1870.7865168539327, + "csp.dtr.tes.thermal_capacity": 1870.7865168539329, "csp.pt.par.calc.aux": 2.52303, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -1827,16 +1827,16 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], "csp_dtr_sca_calc_iam_1": 1.0018753305435045, @@ -1866,11 +1866,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -11089,7 +11089,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -668409,7 +668409,7 @@ "n_rad_tubes": 100.0, "nameplate": 99.9, "nodes": 2000.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "non_solar_field_land_area_multiplier": 1.4, "northsouth_field_sep": 20.0, "object 11": 0.0, @@ -668482,7 +668482,7 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_dot_tes_est": 1.2007351461530767, + "q_dot_tes_est": 1.2007351461530769, "q_pb_design": 311.7977528089888, "q_sby_frac": 0.2, "rad_multiplier": 1.5, @@ -668545,7 +668545,6 @@ "show_construction_period": 1.0, "single_loop_aperture": 5248.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.0096433390690637, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", @@ -668625,7 +668624,7 @@ 0.0 ], "total_aperture": 965632.0, - "total_direct_cost": 485686143.92808988, + "total_direct_cost": 485686143.9280899, "total_indirect_cost": 61776744.18408988, "total_installed_cost": 566890333.8693034, "total_land_area": 835.1268351999999, @@ -668666,7 +668665,7 @@ "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 391.0, - "ud_Q_dot_HTF_ND_des": 0.9999994148531951, + "ud_Q_dot_HTF_ND_des": 0.9999994148531952, "ud_T_amb_des": 43.0, "ud_T_amb_des_calc": 43.0, "ud_T_amb_high": 55.0, @@ -670432,7 +670431,7 @@ "ui_epsilon_4_1": 0.86, "ui_epsilon_4_2": 0.86, "ui_epsilon_4_3": 1.0, - "ui_land_area_ha": 337.96436138483639, + "ui_land_area_ha": 337.9643613848364, "ui_land_area_multiplier": 0.0, "ui_land_area_units": 0.0, "ui_land_lease": [ diff --git a/deploy/runtime/defaults/Physical Trough_None.json b/deploy/runtime/defaults/Physical Trough_None.json index 8fff7c1c71..acc69ce96d 100644 --- a/deploy/runtime/defaults/Physical Trough_None.json +++ b/deploy/runtime/defaults/Physical Trough_None.json @@ -967,7 +967,7 @@ "P_cond_ratio": 1.0028, "P_ref": 111.0, "Pipe_hl_coef": 0.45, - "Q_tes": 1870.7865168539327, + "Q_tes": 1870.7865168539329, "Rho_mirror_clean": [ 0.93, 0.93, @@ -1354,9 +1354,9 @@ 0.0 ] ], - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_snow": NaN, "annual_tdry": 18.126141552511418, @@ -1419,7 +1419,7 @@ "csp.dtr.cost.epc.per_acre": 0.0, "csp.dtr.cost.epc.per_watt": 0.0, "csp.dtr.cost.epc.percent": 15.0, - "csp.dtr.cost.epc.total": 104643081.86966291, + "csp.dtr.cost.epc.total": 104643081.86966293, "csp.dtr.cost.fossil_backup": 0.0, "csp.dtr.cost.fossil_backup.cost_per_kwe": 0.0, "csp.dtr.cost.fossil_backup.mwe": 111.0, @@ -1447,7 +1447,7 @@ "csp.dtr.cost.solar_field.cost_per_m2": 350.0, "csp.dtr.cost.storage": 130955056.1797753, "csp.dtr.cost.storage.cost_per_kwht": 70.0, - "csp.dtr.cost.storage.mwht": 1870.7865168539327, + "csp.dtr.cost.storage.mwht": 1870.7865168539329, "csp.dtr.cost.total_land_area": 835.1268351999999, "csp.dtr.pwrb.nameplate": 99.9, "csp.dtr.tes.fluid_sph": 1.50182, @@ -1455,7 +1455,7 @@ "csp.dtr.tes.htf_max_opt_temp": 593.0, "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 2474.077451421955, - "csp.dtr.tes.thermal_capacity": 1870.7865168539327, + "csp.dtr.tes.thermal_capacity": 1870.7865168539329, "csp.pt.par.calc.aux": 2.52303, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -1733,16 +1733,16 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], "csp_dtr_sca_calc_iam_1": 1.0018753305435045, @@ -1772,11 +1772,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -10885,7 +10885,7 @@ "hybrid_tou7": 0.0, "hybrid_tou8": 0.0, "hybrid_tou9": 0.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -11052,7 +11052,7 @@ "pb_fixed_par": 0.0055, "pb_pump_coef": 0.55, "pc_config": 0.0, - "q_dot_tes_est": 1.2007351461530767, + "q_dot_tes_est": 1.2007351461530769, "q_pb_design": 311.7977528089888, "q_sby_frac": 0.2, "rad_multiplier": 1.5, @@ -11103,7 +11103,6 @@ "sf_type": 1.0, "single_loop_aperture": 5248.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.0096433390690637, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", @@ -11178,7 +11177,7 @@ ], "total_aperture": 965632.0, "total_direct_cost": 697620545.7977527, - "total_indirect_cost": 112994350.22166291, + "total_indirect_cost": 112994350.22166293, "total_installed_cost": 838519717.8513258, "total_land_area": 835.1268351999999, "total_loop_conversion_efficiency": 0.6830566347050011, @@ -11218,7 +11217,7 @@ "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 391.0, - "ud_Q_dot_HTF_ND_des": 0.9999994148531951, + "ud_Q_dot_HTF_ND_des": 0.9999994148531952, "ud_T_amb_des": 43.0, "ud_T_amb_des_calc": 43.0, "ud_T_amb_high": 55.0, diff --git a/deploy/runtime/defaults/Physical Trough_Sale Leaseback.json b/deploy/runtime/defaults/Physical Trough_Sale Leaseback.json index a95fda7da5..b9ebfbdb62 100644 --- a/deploy/runtime/defaults/Physical Trough_Sale Leaseback.json +++ b/deploy/runtime/defaults/Physical Trough_Sale Leaseback.json @@ -967,7 +967,7 @@ "P_cond_ratio": 1.0028, "P_ref": 111.0, "Pipe_hl_coef": 0.45, - "Q_tes": 1870.7865168539327, + "Q_tes": 1870.7865168539329, "Rho_mirror_clean": [ 0.93, 0.93, @@ -1356,9 +1356,9 @@ ], "analysis_period": 25.0, "analysis_period_warning": "No messages.", - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_snow": NaN, "annual_tdry": 18.126141552511418, @@ -1515,7 +1515,7 @@ "csp.dtr.cost.power_plant.cost_per_kwe": 910.0, "csp.dtr.cost.power_plant.mwe": 111.0, "csp.dtr.cost.sales_tax.percent": 80.0, - "csp.dtr.cost.sales_tax.total": 19427445.757123598, + "csp.dtr.cost.sales_tax.total": 19427445.7571236, "csp.dtr.cost.sales_tax.value": 5.0, "csp.dtr.cost.site_improvements": 24140800.0, "csp.dtr.cost.site_improvements.area": 965632.0, @@ -1523,9 +1523,9 @@ "csp.dtr.cost.solar_field": 144844800.0, "csp.dtr.cost.solar_field.area": 965632.0, "csp.dtr.cost.solar_field.cost_per_m2": 150.0, - "csp.dtr.cost.storage": 115988764.04494383, + "csp.dtr.cost.storage": 115988764.04494384, "csp.dtr.cost.storage.cost_per_kwht": 62.0, - "csp.dtr.cost.storage.mwht": 1870.7865168539327, + "csp.dtr.cost.storage.mwht": 1870.7865168539329, "csp.dtr.cost.total_land_area": 835.1268351999999, "csp.dtr.pwrb.nameplate": 99.9, "csp.dtr.tes.fluid_sph": 1.50182, @@ -1533,7 +1533,7 @@ "csp.dtr.tes.htf_max_opt_temp": 593.0, "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 2474.077451421955, - "csp.dtr.tes.thermal_capacity": 1870.7865168539327, + "csp.dtr.tes.thermal_capacity": 1870.7865168539329, "csp.pt.par.calc.aux": 2.52303, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -1811,16 +1811,16 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], "csp_dtr_sca_calc_iam_1": 1.0018753305435045, @@ -1850,11 +1850,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -20470,7 +20470,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -21303,7 +21303,7 @@ "n_rad_tubes": 100.0, "nameplate": 99.9, "nodes": 2000.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "non_solar_field_land_area_multiplier": 1.4, "northsouth_field_sep": 20.0, "object 11": 0.0, @@ -21381,7 +21381,7 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_dot_tes_est": 1.2007351461530767, + "q_dot_tes_est": 1.2007351461530769, "q_pb_design": 311.7977528089888, "q_sby_frac": 0.2, "rad_multiplier": 1.5, @@ -21443,7 +21443,6 @@ "show_construction_period": 1.0, "single_loop_aperture": 5248.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.0096433390690637, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", @@ -21527,7 +21526,7 @@ ], "tod_library": "Uniform Dispatch", "total_aperture": 965632.0, - "total_direct_cost": 485686143.92808988, + "total_direct_cost": 485686143.9280899, "total_indirect_cost": 61776744.18408988, "total_installed_cost": 566890333.8693034, "total_land_area": 835.1268351999999, @@ -21568,7 +21567,7 @@ "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 391.0, - "ud_Q_dot_HTF_ND_des": 0.9999994148531951, + "ud_Q_dot_HTF_ND_des": 0.9999994148531952, "ud_T_amb_des": 43.0, "ud_T_amb_des_calc": 43.0, "ud_T_amb_high": 55.0, @@ -23334,7 +23333,7 @@ "ui_epsilon_4_1": 0.86, "ui_epsilon_4_2": 0.86, "ui_epsilon_4_3": 1.0, - "ui_land_area_ha": 337.96436138483639, + "ui_land_area_ha": 337.9643613848364, "ui_land_area_multiplier": 0.0, "ui_land_area_units": 0.0, "ui_land_lease": [ diff --git a/deploy/runtime/defaults/Physical Trough_Single Owner.json b/deploy/runtime/defaults/Physical Trough_Single Owner.json index 61bd367b8f..fc4d2ebd7a 100644 --- a/deploy/runtime/defaults/Physical Trough_Single Owner.json +++ b/deploy/runtime/defaults/Physical Trough_Single Owner.json @@ -967,7 +967,7 @@ "P_cond_ratio": 1.0028, "P_ref": 111.0, "Pipe_hl_coef": 0.45, - "Q_tes": 1870.7865168539327, + "Q_tes": 1870.7865168539329, "Rho_mirror_clean": [ 0.93, 0.93, @@ -1356,9 +1356,9 @@ ], "analysis_period": 25.0, "analysis_period_warning": "No messages.", - "annual_albedo": 0.21716438274677486, + "annual_albedo": 0.21716438274677489, "annual_beam": 7.364082191780821, - "annual_diffuse": 1.3397808219178083, + "annual_diffuse": 1.3397808219178085, "annual_global": 5.838191780821918, "annual_snow": NaN, "annual_tdry": 18.126141552511418, @@ -1523,7 +1523,7 @@ "csp.dtr.cost.power_plant.cost_per_kwe": 910.0, "csp.dtr.cost.power_plant.mwe": 111.0, "csp.dtr.cost.sales_tax.percent": 80.0, - "csp.dtr.cost.sales_tax.total": 19427445.757123598, + "csp.dtr.cost.sales_tax.total": 19427445.7571236, "csp.dtr.cost.sales_tax.value": 5.0, "csp.dtr.cost.site_improvements": 24140800.0, "csp.dtr.cost.site_improvements.area": 965632.0, @@ -1531,9 +1531,9 @@ "csp.dtr.cost.solar_field": 144844800.0, "csp.dtr.cost.solar_field.area": 965632.0, "csp.dtr.cost.solar_field.cost_per_m2": 150.0, - "csp.dtr.cost.storage": 115988764.04494383, + "csp.dtr.cost.storage": 115988764.04494384, "csp.dtr.cost.storage.cost_per_kwht": 62.0, - "csp.dtr.cost.storage.mwht": 1870.7865168539327, + "csp.dtr.cost.storage.mwht": 1870.7865168539329, "csp.dtr.cost.total_land_area": 835.1268351999999, "csp.dtr.pwrb.nameplate": 99.9, "csp.dtr.tes.fluid_sph": 1.50182, @@ -1541,7 +1541,7 @@ "csp.dtr.tes.htf_max_opt_temp": 593.0, "csp.dtr.tes.htf_min_opt_temp": 238.0, "csp.dtr.tes.min_fluid_volume": 2474.077451421955, - "csp.dtr.tes.thermal_capacity": 1870.7865168539327, + "csp.dtr.tes.thermal_capacity": 1870.7865168539329, "csp.pt.par.calc.aux": 2.52303, "csp.pt.par.calc.bop": 0.0, "csp.pt.pwrb.condenser_type": 1.0, @@ -1819,16 +1819,16 @@ 0.0 ] ], - "csp_dtr_sca_calc_end_loss_1": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_2": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_3": 0.9996434127184017, - "csp_dtr_sca_calc_end_loss_4": 0.9996434127184017, + "csp_dtr_sca_calc_end_loss_1": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_2": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_3": 0.9996434127184016, + "csp_dtr_sca_calc_end_loss_4": 0.9996434127184016, "csp_dtr_sca_calc_end_losses": [ [ - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017, - 0.9996434127184017 + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016, + 0.9996434127184016 ] ], "csp_dtr_sca_calc_iam_1": 1.0018753305435045, @@ -1858,11 +1858,11 @@ 0.8484936096, 0.8484936096 ], - "csp_dtr_sca_calc_theta": 0.15141825988413427, - "csp_dtr_sca_calc_theta_1": 0.15141825988413427, - "csp_dtr_sca_calc_theta_2": 0.15141825988413427, - "csp_dtr_sca_calc_theta_3": 0.15141825988413427, - "csp_dtr_sca_calc_theta_4": 0.15141825988413427, + "csp_dtr_sca_calc_theta": 0.1514182598841343, + "csp_dtr_sca_calc_theta_1": 0.1514182598841343, + "csp_dtr_sca_calc_theta_2": 0.1514182598841343, + "csp_dtr_sca_calc_theta_3": 0.1514182598841343, + "csp_dtr_sca_calc_theta_4": 0.1514182598841343, "csp_dtr_sca_calc_zenith": 0.15062193308923828, "csp_dtr_sca_calc_zenith_1": 0.15062193308923828, "csp_dtr_sca_calc_zenith_2": 0.15062193308923828, @@ -20488,7 +20488,7 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -21322,7 +21322,7 @@ "n_rad_tubes": 100.0, "nameplate": 99.9, "nodes": 2000.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "non_solar_field_land_area_multiplier": 1.4, "northsouth_field_sep": 20.0, "object 11": 0.0, @@ -21401,7 +21401,7 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_dot_tes_est": 1.2007351461530767, + "q_dot_tes_est": 1.2007351461530769, "q_pb_design": 311.7977528089888, "q_sby_frac": 0.2, "rad_multiplier": 1.5, @@ -21466,7 +21466,6 @@ "show_construction_period": 1.0, "single_loop_aperture": 5248.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_mult": 2.0096433390690637, "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", @@ -21548,7 +21547,7 @@ ], "tod_library": "Uniform Dispatch", "total_aperture": 965632.0, - "total_direct_cost": 485686143.92808988, + "total_direct_cost": 485686143.9280899, "total_indirect_cost": 61776744.18408988, "total_installed_cost": 566890333.8693034, "total_land_area": 835.1268351999999, @@ -21589,7 +21588,7 @@ "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 391.0, - "ud_Q_dot_HTF_ND_des": 0.9999994148531951, + "ud_Q_dot_HTF_ND_des": 0.9999994148531952, "ud_T_amb_des": 43.0, "ud_T_amb_des_calc": 43.0, "ud_T_amb_high": 55.0, @@ -23355,7 +23354,7 @@ "ui_epsilon_4_1": 0.86, "ui_epsilon_4_2": 0.86, "ui_epsilon_4_3": 1.0, - "ui_land_area_ha": 337.96436138483639, + "ui_land_area_ha": 337.9643613848364, "ui_land_area_multiplier": 0.0, "ui_land_area_units": 0.0, "ui_land_lease": [ diff --git a/deploy/runtime/defaults/Solar Water Heating_Commercial.json b/deploy/runtime/defaults/Solar Water Heating_Commercial.json index e4ba4cbd55..186f64b91e 100644 --- a/deploy/runtime/defaults/Solar Water Heating_Commercial.json +++ b/deploy/runtime/defaults/Solar Water Heating_Commercial.json @@ -26468,14 +26468,14 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, "installation": 2500.0, - "installed_per_capacity": 2.3580042480237339, + "installed_per_capacity": 2.358004248023734, "insurance_rate": 1.0, "irrad_mode": 0.0, "is_advanced": 0.0, @@ -44057,7 +44057,7 @@ 184.05 ], "ncoll": 2.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_utility_bill": 0.0, "num_collectors": 2.0, "om_capacity": [ @@ -44177,7 +44177,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44201,7 +44201,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44225,7 +44225,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44249,7 +44249,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44273,7 +44273,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44297,7 +44297,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44321,7 +44321,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44345,7 +44345,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44369,7 +44369,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44393,7 +44393,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44417,7 +44417,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44441,7 +44441,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44465,7 +44465,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44489,7 +44489,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44513,7 +44513,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44537,7 +44537,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44561,7 +44561,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44585,7 +44585,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44609,7 +44609,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44633,7 +44633,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44657,7 +44657,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44681,7 +44681,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44705,7 +44705,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44729,7 +44729,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44753,7 +44753,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44777,7 +44777,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44801,7 +44801,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44825,7 +44825,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44849,7 +44849,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44873,7 +44873,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44897,7 +44897,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44921,7 +44921,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44945,7 +44945,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44969,7 +44969,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44993,7 +44993,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45017,7 +45017,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45041,7 +45041,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45065,7 +45065,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45089,7 +45089,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45113,7 +45113,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45137,7 +45137,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45161,7 +45161,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45185,7 +45185,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45209,7 +45209,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45233,7 +45233,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45257,7 +45257,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45281,7 +45281,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45305,7 +45305,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45329,7 +45329,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45353,7 +45353,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45377,7 +45377,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45401,7 +45401,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45425,7 +45425,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45449,7 +45449,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45473,7 +45473,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45497,7 +45497,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45521,7 +45521,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45545,7 +45545,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45569,7 +45569,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45593,7 +45593,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45617,7 +45617,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45641,7 +45641,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45665,7 +45665,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45689,7 +45689,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45713,7 +45713,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45737,7 +45737,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45761,7 +45761,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45785,7 +45785,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45809,7 +45809,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45833,7 +45833,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45857,7 +45857,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45881,7 +45881,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45905,7 +45905,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45929,7 +45929,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45953,7 +45953,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45977,7 +45977,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46001,7 +46001,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46025,7 +46025,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46049,7 +46049,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46073,7 +46073,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46097,7 +46097,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46121,7 +46121,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46145,7 +46145,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46169,7 +46169,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46193,7 +46193,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46217,7 +46217,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46241,7 +46241,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46265,7 +46265,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46289,7 +46289,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46313,7 +46313,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46337,7 +46337,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46361,7 +46361,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46385,7 +46385,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46409,7 +46409,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46433,7 +46433,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46457,7 +46457,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46481,7 +46481,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46505,7 +46505,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46529,7 +46529,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46553,7 +46553,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46577,7 +46577,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46601,7 +46601,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46625,7 +46625,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46649,7 +46649,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46673,7 +46673,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46697,7 +46697,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46721,7 +46721,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46745,7 +46745,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46769,7 +46769,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46793,7 +46793,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46817,7 +46817,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46841,7 +46841,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46865,7 +46865,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46889,7 +46889,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46913,7 +46913,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46937,7 +46937,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46961,7 +46961,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46985,7 +46985,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47009,7 +47009,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47033,7 +47033,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47057,7 +47057,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47081,7 +47081,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47105,7 +47105,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47129,7 +47129,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47153,7 +47153,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47177,7 +47177,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47201,7 +47201,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47225,7 +47225,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47249,7 +47249,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47273,7 +47273,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47297,7 +47297,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47321,7 +47321,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47345,7 +47345,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47369,7 +47369,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47393,7 +47393,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47417,7 +47417,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47441,7 +47441,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47465,7 +47465,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47489,7 +47489,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47513,7 +47513,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47537,7 +47537,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47561,7 +47561,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47585,7 +47585,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47609,7 +47609,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47633,7 +47633,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47657,7 +47657,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47681,7 +47681,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47705,7 +47705,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47729,7 +47729,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47753,7 +47753,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47777,7 +47777,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47801,7 +47801,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47825,7 +47825,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47849,7 +47849,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47873,7 +47873,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47897,7 +47897,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47921,7 +47921,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47945,7 +47945,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47969,7 +47969,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47993,7 +47993,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48017,7 +48017,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48041,7 +48041,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48065,7 +48065,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48089,7 +48089,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48113,7 +48113,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48137,7 +48137,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48161,7 +48161,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48185,7 +48185,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48209,7 +48209,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48233,7 +48233,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48257,7 +48257,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48281,7 +48281,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48305,7 +48305,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48329,7 +48329,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48353,7 +48353,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48377,7 +48377,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48401,7 +48401,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48425,7 +48425,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48449,7 +48449,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48473,7 +48473,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48497,7 +48497,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48521,7 +48521,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48545,7 +48545,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48569,7 +48569,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48593,7 +48593,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48617,7 +48617,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48641,7 +48641,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48665,7 +48665,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48689,7 +48689,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48713,7 +48713,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48737,7 +48737,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48761,7 +48761,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48785,7 +48785,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48809,7 +48809,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48833,7 +48833,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48857,7 +48857,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48881,7 +48881,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48905,7 +48905,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48929,7 +48929,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48953,7 +48953,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48977,7 +48977,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49001,7 +49001,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49025,7 +49025,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49049,7 +49049,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49073,7 +49073,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49097,7 +49097,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49121,7 +49121,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49145,7 +49145,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49169,7 +49169,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49193,7 +49193,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49217,7 +49217,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49241,7 +49241,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49265,7 +49265,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49289,7 +49289,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49313,7 +49313,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49337,7 +49337,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49361,7 +49361,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49385,7 +49385,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49409,7 +49409,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49433,7 +49433,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49457,7 +49457,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49481,7 +49481,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49505,7 +49505,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49529,7 +49529,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49553,7 +49553,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49577,7 +49577,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49601,7 +49601,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49625,7 +49625,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49649,7 +49649,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49673,7 +49673,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49697,7 +49697,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49721,7 +49721,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49745,7 +49745,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49769,7 +49769,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49793,7 +49793,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49817,7 +49817,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49841,7 +49841,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49865,7 +49865,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49889,7 +49889,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49913,7 +49913,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49937,7 +49937,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49961,7 +49961,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49985,7 +49985,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50009,7 +50009,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50033,7 +50033,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50057,7 +50057,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50081,7 +50081,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50105,7 +50105,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50129,7 +50129,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50153,7 +50153,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50177,7 +50177,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50201,7 +50201,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50225,7 +50225,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50249,7 +50249,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50273,7 +50273,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50297,7 +50297,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50321,7 +50321,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50345,7 +50345,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50369,7 +50369,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50393,7 +50393,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50417,7 +50417,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50441,7 +50441,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50465,7 +50465,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50489,7 +50489,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50513,7 +50513,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50537,7 +50537,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50561,7 +50561,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50585,7 +50585,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50609,7 +50609,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50633,7 +50633,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50657,7 +50657,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50681,7 +50681,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50705,7 +50705,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50729,7 +50729,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50753,7 +50753,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50777,7 +50777,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50801,7 +50801,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50825,7 +50825,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50849,7 +50849,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50873,7 +50873,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50897,7 +50897,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50921,7 +50921,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50945,7 +50945,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50969,7 +50969,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50993,7 +50993,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51017,7 +51017,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51041,7 +51041,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51065,7 +51065,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51089,7 +51089,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51113,7 +51113,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51137,7 +51137,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51161,7 +51161,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51185,7 +51185,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51209,7 +51209,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51233,7 +51233,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51257,7 +51257,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51281,7 +51281,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51305,7 +51305,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51329,7 +51329,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51353,7 +51353,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51377,7 +51377,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51401,7 +51401,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51425,7 +51425,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51449,7 +51449,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51473,7 +51473,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51497,7 +51497,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51521,7 +51521,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51545,7 +51545,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51569,7 +51569,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51593,7 +51593,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51617,7 +51617,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51641,7 +51641,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51665,7 +51665,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51689,7 +51689,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51713,7 +51713,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51737,7 +51737,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51761,7 +51761,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51785,7 +51785,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51809,7 +51809,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51833,7 +51833,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51857,7 +51857,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51881,7 +51881,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51905,7 +51905,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51929,7 +51929,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51953,7 +51953,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51977,7 +51977,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52001,7 +52001,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52025,7 +52025,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52049,7 +52049,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52073,7 +52073,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52097,7 +52097,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52121,7 +52121,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52145,7 +52145,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52169,7 +52169,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52193,7 +52193,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52217,7 +52217,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52241,7 +52241,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52265,7 +52265,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52289,7 +52289,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52313,7 +52313,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52337,7 +52337,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52361,7 +52361,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52385,7 +52385,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52409,7 +52409,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52433,7 +52433,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52457,7 +52457,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52481,7 +52481,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52505,7 +52505,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52529,7 +52529,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52553,7 +52553,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52577,7 +52577,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52601,7 +52601,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52625,7 +52625,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52649,7 +52649,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52673,7 +52673,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52697,7 +52697,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52721,7 +52721,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52745,7 +52745,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52769,7 +52769,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52793,7 +52793,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52817,7 +52817,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52841,7 +52841,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52865,7 +52865,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52889,7 +52889,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52913,7 +52913,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549 + 7.566651598735755 ], "shading": 0.0, "shading_3d_scene": { @@ -52946,7 +52946,6 @@ "show_tax_credits": 1.0, "sky_model": 0.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Solar Water Heating_LCOE Calculator.json b/deploy/runtime/defaults/Solar Water Heating_LCOE Calculator.json index f43ff1f5a2..b24ad1c09b 100644 --- a/deploy/runtime/defaults/Solar Water Heating_LCOE Calculator.json +++ b/deploy/runtime/defaults/Solar Water Heating_LCOE Calculator.json @@ -26355,7 +26355,7 @@ "fluid": 1.0, "hx_eff": 0.75, "iam": 0.2, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -26398,7 +26398,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26422,7 +26422,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26446,7 +26446,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26470,7 +26470,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26494,7 +26494,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26518,7 +26518,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26542,7 +26542,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26566,7 +26566,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26590,7 +26590,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26614,7 +26614,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26638,7 +26638,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26662,7 +26662,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26686,7 +26686,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26710,7 +26710,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26734,7 +26734,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26758,7 +26758,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26782,7 +26782,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26806,7 +26806,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26830,7 +26830,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26854,7 +26854,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26878,7 +26878,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26902,7 +26902,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26926,7 +26926,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26950,7 +26950,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26974,7 +26974,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26998,7 +26998,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27022,7 +27022,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27046,7 +27046,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27070,7 +27070,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27094,7 +27094,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27118,7 +27118,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27142,7 +27142,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27166,7 +27166,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27190,7 +27190,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27214,7 +27214,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27238,7 +27238,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27262,7 +27262,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27286,7 +27286,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27310,7 +27310,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27334,7 +27334,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27358,7 +27358,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27382,7 +27382,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27406,7 +27406,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27430,7 +27430,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27454,7 +27454,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27478,7 +27478,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27502,7 +27502,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27526,7 +27526,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27550,7 +27550,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27574,7 +27574,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27598,7 +27598,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27622,7 +27622,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27646,7 +27646,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27670,7 +27670,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27694,7 +27694,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27718,7 +27718,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27742,7 +27742,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27766,7 +27766,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27790,7 +27790,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27814,7 +27814,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27838,7 +27838,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27862,7 +27862,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27886,7 +27886,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27910,7 +27910,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27934,7 +27934,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27958,7 +27958,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27982,7 +27982,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28006,7 +28006,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28030,7 +28030,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28054,7 +28054,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28078,7 +28078,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28102,7 +28102,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28126,7 +28126,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28150,7 +28150,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28174,7 +28174,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28198,7 +28198,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28222,7 +28222,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28246,7 +28246,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28270,7 +28270,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28294,7 +28294,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28318,7 +28318,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28342,7 +28342,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28366,7 +28366,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28390,7 +28390,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28414,7 +28414,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28438,7 +28438,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28462,7 +28462,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28486,7 +28486,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28510,7 +28510,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28534,7 +28534,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28558,7 +28558,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28582,7 +28582,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28606,7 +28606,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28630,7 +28630,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28654,7 +28654,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28678,7 +28678,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28702,7 +28702,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28726,7 +28726,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28750,7 +28750,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28774,7 +28774,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28798,7 +28798,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28822,7 +28822,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28846,7 +28846,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28870,7 +28870,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28894,7 +28894,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28918,7 +28918,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28942,7 +28942,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28966,7 +28966,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28990,7 +28990,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29014,7 +29014,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29038,7 +29038,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29062,7 +29062,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29086,7 +29086,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29110,7 +29110,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29134,7 +29134,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29158,7 +29158,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29182,7 +29182,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29206,7 +29206,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29230,7 +29230,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29254,7 +29254,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29278,7 +29278,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29302,7 +29302,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29326,7 +29326,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29350,7 +29350,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29374,7 +29374,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29398,7 +29398,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29422,7 +29422,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29446,7 +29446,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29470,7 +29470,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29494,7 +29494,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29518,7 +29518,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29542,7 +29542,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29566,7 +29566,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29590,7 +29590,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29614,7 +29614,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29638,7 +29638,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29662,7 +29662,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29686,7 +29686,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29710,7 +29710,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29734,7 +29734,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29758,7 +29758,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29782,7 +29782,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29806,7 +29806,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29830,7 +29830,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29854,7 +29854,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29878,7 +29878,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29902,7 +29902,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29926,7 +29926,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29950,7 +29950,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29974,7 +29974,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29998,7 +29998,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30022,7 +30022,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30046,7 +30046,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30070,7 +30070,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30094,7 +30094,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30118,7 +30118,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30142,7 +30142,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30166,7 +30166,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30190,7 +30190,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30214,7 +30214,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30238,7 +30238,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30262,7 +30262,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30286,7 +30286,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30310,7 +30310,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30334,7 +30334,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30358,7 +30358,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30382,7 +30382,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30406,7 +30406,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30430,7 +30430,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30454,7 +30454,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30478,7 +30478,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30502,7 +30502,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30526,7 +30526,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30550,7 +30550,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30574,7 +30574,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30598,7 +30598,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30622,7 +30622,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30646,7 +30646,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30670,7 +30670,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30694,7 +30694,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30718,7 +30718,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30742,7 +30742,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30766,7 +30766,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30790,7 +30790,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30814,7 +30814,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30838,7 +30838,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30862,7 +30862,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30886,7 +30886,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30910,7 +30910,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30934,7 +30934,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30958,7 +30958,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30982,7 +30982,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31006,7 +31006,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31030,7 +31030,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31054,7 +31054,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31078,7 +31078,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31102,7 +31102,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31126,7 +31126,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31150,7 +31150,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31174,7 +31174,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31198,7 +31198,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31222,7 +31222,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31246,7 +31246,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31270,7 +31270,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31294,7 +31294,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31318,7 +31318,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31342,7 +31342,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31366,7 +31366,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31390,7 +31390,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31414,7 +31414,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31438,7 +31438,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31462,7 +31462,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31486,7 +31486,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31510,7 +31510,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31534,7 +31534,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31558,7 +31558,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31582,7 +31582,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31606,7 +31606,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31630,7 +31630,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31654,7 +31654,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31678,7 +31678,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31702,7 +31702,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31726,7 +31726,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31750,7 +31750,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31774,7 +31774,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31798,7 +31798,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31822,7 +31822,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31846,7 +31846,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31870,7 +31870,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31894,7 +31894,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31918,7 +31918,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31942,7 +31942,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31966,7 +31966,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31990,7 +31990,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32014,7 +32014,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32038,7 +32038,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32062,7 +32062,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32086,7 +32086,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32110,7 +32110,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32134,7 +32134,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32158,7 +32158,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32182,7 +32182,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32206,7 +32206,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32230,7 +32230,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32254,7 +32254,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32278,7 +32278,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32302,7 +32302,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32326,7 +32326,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32350,7 +32350,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32374,7 +32374,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32398,7 +32398,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32422,7 +32422,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32446,7 +32446,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32470,7 +32470,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32494,7 +32494,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32518,7 +32518,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32542,7 +32542,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32566,7 +32566,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32590,7 +32590,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32614,7 +32614,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32638,7 +32638,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32662,7 +32662,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32686,7 +32686,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32710,7 +32710,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32734,7 +32734,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32758,7 +32758,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32782,7 +32782,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32806,7 +32806,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32830,7 +32830,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32854,7 +32854,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32878,7 +32878,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32902,7 +32902,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32926,7 +32926,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32950,7 +32950,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32974,7 +32974,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32998,7 +32998,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33022,7 +33022,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33046,7 +33046,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33070,7 +33070,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33094,7 +33094,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33118,7 +33118,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33142,7 +33142,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33166,7 +33166,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33190,7 +33190,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33214,7 +33214,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33238,7 +33238,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33262,7 +33262,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33286,7 +33286,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33310,7 +33310,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33334,7 +33334,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33358,7 +33358,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33382,7 +33382,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33406,7 +33406,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33430,7 +33430,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33454,7 +33454,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33478,7 +33478,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33502,7 +33502,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33526,7 +33526,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33550,7 +33550,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33574,7 +33574,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33598,7 +33598,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33622,7 +33622,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33646,7 +33646,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33670,7 +33670,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33694,7 +33694,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33718,7 +33718,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33742,7 +33742,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33766,7 +33766,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33790,7 +33790,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33814,7 +33814,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33838,7 +33838,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33862,7 +33862,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33886,7 +33886,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33910,7 +33910,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33934,7 +33934,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33958,7 +33958,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33982,7 +33982,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34006,7 +34006,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34030,7 +34030,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34054,7 +34054,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34078,7 +34078,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34102,7 +34102,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34126,7 +34126,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34150,7 +34150,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34174,7 +34174,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34198,7 +34198,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34222,7 +34222,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34246,7 +34246,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34270,7 +34270,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34294,7 +34294,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34318,7 +34318,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34342,7 +34342,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34366,7 +34366,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34390,7 +34390,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34414,7 +34414,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34438,7 +34438,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34462,7 +34462,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34486,7 +34486,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34510,7 +34510,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34534,7 +34534,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34558,7 +34558,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34582,7 +34582,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34606,7 +34606,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34630,7 +34630,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34654,7 +34654,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34678,7 +34678,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34702,7 +34702,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34726,7 +34726,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34750,7 +34750,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34774,7 +34774,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34798,7 +34798,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34822,7 +34822,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34846,7 +34846,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34870,7 +34870,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34894,7 +34894,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34918,7 +34918,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34942,7 +34942,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34966,7 +34966,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34990,7 +34990,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -35014,7 +35014,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -35038,7 +35038,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -35062,7 +35062,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -35086,7 +35086,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -35110,7 +35110,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -35134,7 +35134,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549 + 7.566651598735755 ], "shading": 0.0, "shading_3d_scene": { @@ -35165,7 +35165,6 @@ ], "sky_model": 0.0, "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Solar Water Heating_None.json b/deploy/runtime/defaults/Solar Water Heating_None.json index f5bfa1d8f7..86c4fdeeb6 100644 --- a/deploy/runtime/defaults/Solar Water Heating_None.json +++ b/deploy/runtime/defaults/Solar Water Heating_None.json @@ -26333,7 +26333,7 @@ "fluid": 1.0, "hx_eff": 0.75, "iam": 0.2, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "|||", "in_location_options": 0.0, "in_nsrdb_options": 0.0, @@ -26376,7 +26376,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26400,7 +26400,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26424,7 +26424,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26448,7 +26448,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26472,7 +26472,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26496,7 +26496,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26520,7 +26520,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26544,7 +26544,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26568,7 +26568,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26592,7 +26592,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26616,7 +26616,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26640,7 +26640,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26664,7 +26664,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26688,7 +26688,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26712,7 +26712,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26736,7 +26736,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26760,7 +26760,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26784,7 +26784,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26808,7 +26808,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26832,7 +26832,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26856,7 +26856,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26880,7 +26880,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26904,7 +26904,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26928,7 +26928,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26952,7 +26952,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -26976,7 +26976,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27000,7 +27000,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27024,7 +27024,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27048,7 +27048,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27072,7 +27072,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27096,7 +27096,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27120,7 +27120,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27144,7 +27144,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27168,7 +27168,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27192,7 +27192,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27216,7 +27216,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27240,7 +27240,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27264,7 +27264,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27288,7 +27288,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27312,7 +27312,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27336,7 +27336,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27360,7 +27360,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27384,7 +27384,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27408,7 +27408,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27432,7 +27432,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27456,7 +27456,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27480,7 +27480,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27504,7 +27504,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27528,7 +27528,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27552,7 +27552,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27576,7 +27576,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27600,7 +27600,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27624,7 +27624,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27648,7 +27648,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27672,7 +27672,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27696,7 +27696,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27720,7 +27720,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27744,7 +27744,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27768,7 +27768,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27792,7 +27792,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27816,7 +27816,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27840,7 +27840,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27864,7 +27864,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27888,7 +27888,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27912,7 +27912,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27936,7 +27936,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27960,7 +27960,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -27984,7 +27984,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28008,7 +28008,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28032,7 +28032,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28056,7 +28056,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28080,7 +28080,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28104,7 +28104,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28128,7 +28128,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28152,7 +28152,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28176,7 +28176,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28200,7 +28200,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28224,7 +28224,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28248,7 +28248,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28272,7 +28272,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28296,7 +28296,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28320,7 +28320,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28344,7 +28344,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28368,7 +28368,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28392,7 +28392,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28416,7 +28416,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28440,7 +28440,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28464,7 +28464,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28488,7 +28488,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28512,7 +28512,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28536,7 +28536,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28560,7 +28560,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28584,7 +28584,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28608,7 +28608,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28632,7 +28632,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28656,7 +28656,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28680,7 +28680,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28704,7 +28704,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28728,7 +28728,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28752,7 +28752,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28776,7 +28776,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28800,7 +28800,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28824,7 +28824,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28848,7 +28848,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28872,7 +28872,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28896,7 +28896,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28920,7 +28920,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28944,7 +28944,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28968,7 +28968,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -28992,7 +28992,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29016,7 +29016,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29040,7 +29040,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29064,7 +29064,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29088,7 +29088,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29112,7 +29112,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29136,7 +29136,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29160,7 +29160,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29184,7 +29184,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29208,7 +29208,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29232,7 +29232,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29256,7 +29256,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29280,7 +29280,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29304,7 +29304,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29328,7 +29328,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29352,7 +29352,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29376,7 +29376,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29400,7 +29400,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29424,7 +29424,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29448,7 +29448,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29472,7 +29472,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29496,7 +29496,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29520,7 +29520,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29544,7 +29544,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29568,7 +29568,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29592,7 +29592,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29616,7 +29616,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29640,7 +29640,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29664,7 +29664,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29688,7 +29688,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29712,7 +29712,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29736,7 +29736,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29760,7 +29760,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29784,7 +29784,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29808,7 +29808,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29832,7 +29832,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29856,7 +29856,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29880,7 +29880,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29904,7 +29904,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29928,7 +29928,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29952,7 +29952,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -29976,7 +29976,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30000,7 +30000,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30024,7 +30024,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30048,7 +30048,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30072,7 +30072,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30096,7 +30096,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30120,7 +30120,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30144,7 +30144,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30168,7 +30168,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30192,7 +30192,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30216,7 +30216,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30240,7 +30240,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30264,7 +30264,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30288,7 +30288,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30312,7 +30312,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30336,7 +30336,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30360,7 +30360,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30384,7 +30384,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30408,7 +30408,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30432,7 +30432,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30456,7 +30456,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30480,7 +30480,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30504,7 +30504,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30528,7 +30528,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30552,7 +30552,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30576,7 +30576,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30600,7 +30600,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30624,7 +30624,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30648,7 +30648,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30672,7 +30672,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30696,7 +30696,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30720,7 +30720,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30744,7 +30744,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30768,7 +30768,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30792,7 +30792,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30816,7 +30816,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30840,7 +30840,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30864,7 +30864,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30888,7 +30888,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30912,7 +30912,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30936,7 +30936,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30960,7 +30960,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -30984,7 +30984,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31008,7 +31008,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31032,7 +31032,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31056,7 +31056,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31080,7 +31080,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31104,7 +31104,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31128,7 +31128,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31152,7 +31152,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31176,7 +31176,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31200,7 +31200,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31224,7 +31224,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31248,7 +31248,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31272,7 +31272,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31296,7 +31296,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31320,7 +31320,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31344,7 +31344,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31368,7 +31368,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31392,7 +31392,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31416,7 +31416,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31440,7 +31440,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31464,7 +31464,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31488,7 +31488,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31512,7 +31512,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31536,7 +31536,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31560,7 +31560,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31584,7 +31584,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31608,7 +31608,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31632,7 +31632,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31656,7 +31656,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31680,7 +31680,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31704,7 +31704,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31728,7 +31728,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31752,7 +31752,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31776,7 +31776,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31800,7 +31800,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31824,7 +31824,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31848,7 +31848,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31872,7 +31872,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31896,7 +31896,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31920,7 +31920,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31944,7 +31944,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31968,7 +31968,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -31992,7 +31992,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32016,7 +32016,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32040,7 +32040,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32064,7 +32064,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32088,7 +32088,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32112,7 +32112,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32136,7 +32136,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32160,7 +32160,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32184,7 +32184,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32208,7 +32208,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32232,7 +32232,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32256,7 +32256,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32280,7 +32280,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32304,7 +32304,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32328,7 +32328,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32352,7 +32352,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32376,7 +32376,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32400,7 +32400,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32424,7 +32424,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32448,7 +32448,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32472,7 +32472,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32496,7 +32496,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32520,7 +32520,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32544,7 +32544,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32568,7 +32568,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32592,7 +32592,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32616,7 +32616,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32640,7 +32640,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32664,7 +32664,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32688,7 +32688,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32712,7 +32712,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32736,7 +32736,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32760,7 +32760,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32784,7 +32784,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32808,7 +32808,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32832,7 +32832,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32856,7 +32856,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32880,7 +32880,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32904,7 +32904,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32928,7 +32928,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32952,7 +32952,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -32976,7 +32976,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33000,7 +33000,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33024,7 +33024,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33048,7 +33048,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33072,7 +33072,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33096,7 +33096,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33120,7 +33120,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33144,7 +33144,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33168,7 +33168,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33192,7 +33192,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33216,7 +33216,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33240,7 +33240,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33264,7 +33264,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33288,7 +33288,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33312,7 +33312,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33336,7 +33336,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33360,7 +33360,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33384,7 +33384,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33408,7 +33408,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33432,7 +33432,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33456,7 +33456,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33480,7 +33480,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33504,7 +33504,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33528,7 +33528,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33552,7 +33552,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33576,7 +33576,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33600,7 +33600,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33624,7 +33624,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33648,7 +33648,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33672,7 +33672,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33696,7 +33696,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33720,7 +33720,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33744,7 +33744,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33768,7 +33768,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33792,7 +33792,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33816,7 +33816,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33840,7 +33840,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33864,7 +33864,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33888,7 +33888,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33912,7 +33912,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33936,7 +33936,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33960,7 +33960,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -33984,7 +33984,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34008,7 +34008,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34032,7 +34032,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34056,7 +34056,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34080,7 +34080,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34104,7 +34104,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34128,7 +34128,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34152,7 +34152,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34176,7 +34176,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34200,7 +34200,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34224,7 +34224,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34248,7 +34248,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34272,7 +34272,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34296,7 +34296,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34320,7 +34320,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34344,7 +34344,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34368,7 +34368,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34392,7 +34392,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34416,7 +34416,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34440,7 +34440,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34464,7 +34464,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34488,7 +34488,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34512,7 +34512,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34536,7 +34536,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34560,7 +34560,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34584,7 +34584,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34608,7 +34608,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34632,7 +34632,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34656,7 +34656,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34680,7 +34680,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34704,7 +34704,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34728,7 +34728,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34752,7 +34752,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34776,7 +34776,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34800,7 +34800,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34824,7 +34824,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34848,7 +34848,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34872,7 +34872,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34896,7 +34896,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34920,7 +34920,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34944,7 +34944,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34968,7 +34968,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -34992,7 +34992,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -35016,7 +35016,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -35040,7 +35040,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -35064,7 +35064,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -35088,7 +35088,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -35112,7 +35112,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549 + 7.566651598735755 ], "shading": 0.0, "shading_3d_scene": { @@ -35143,7 +35143,6 @@ ], "sky_model": 0.0, "solar_data_file_name": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", - "solar_data_file_name_load": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy", "solar_resource_file": "phoenix_az_33.450495_-111.983688_psmv3_60_tmy.csv", diff --git a/deploy/runtime/defaults/Solar Water Heating_Residential.json b/deploy/runtime/defaults/Solar Water Heating_Residential.json index 40ca1d9d7e..1d4f6c268e 100644 --- a/deploy/runtime/defaults/Solar Water Heating_Residential.json +++ b/deploy/runtime/defaults/Solar Water Heating_Residential.json @@ -26545,14 +26545,14 @@ "ibi_uti_percent_maxvalue": 1e38, "ibi_uti_percent_tax_fed": 1.0, "ibi_uti_percent_tax_sta": 1.0, - "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location": "", "in_location_list": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", "in_location_options": 0.0, "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, "installation": 2500.0, - "installed_per_capacity": 2.3580042480237339, + "installed_per_capacity": 2.358004248023734, "insurance_rate": 1.0, "irrad_mode": 0.0, "is_advanced": 0.0, @@ -44149,7 +44149,7 @@ 1.87435 ], "ncoll": 2.0, - "nominal_discount_rate": 9.060000000000003, + "nominal_discount_rate": 9.060000000000004, "normalize_to_utility_bill": 0.0, "num_collectors": 2.0, "om_capacity": [ @@ -44269,7 +44269,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44293,7 +44293,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44317,7 +44317,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44341,7 +44341,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44365,7 +44365,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44389,7 +44389,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44413,7 +44413,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44437,7 +44437,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44461,7 +44461,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44485,7 +44485,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44509,7 +44509,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44533,7 +44533,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44557,7 +44557,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44581,7 +44581,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44605,7 +44605,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44629,7 +44629,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44653,7 +44653,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44677,7 +44677,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44701,7 +44701,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44725,7 +44725,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44749,7 +44749,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44773,7 +44773,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44797,7 +44797,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44821,7 +44821,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44845,7 +44845,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44869,7 +44869,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44893,7 +44893,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44917,7 +44917,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44941,7 +44941,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44965,7 +44965,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -44989,7 +44989,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45013,7 +45013,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45037,7 +45037,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45061,7 +45061,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45085,7 +45085,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45109,7 +45109,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45133,7 +45133,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45157,7 +45157,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45181,7 +45181,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45205,7 +45205,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45229,7 +45229,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45253,7 +45253,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45277,7 +45277,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45301,7 +45301,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45325,7 +45325,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45349,7 +45349,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45373,7 +45373,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45397,7 +45397,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45421,7 +45421,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45445,7 +45445,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45469,7 +45469,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45493,7 +45493,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45517,7 +45517,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45541,7 +45541,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45565,7 +45565,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45589,7 +45589,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45613,7 +45613,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45637,7 +45637,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45661,7 +45661,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45685,7 +45685,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45709,7 +45709,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45733,7 +45733,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45757,7 +45757,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45781,7 +45781,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45805,7 +45805,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45829,7 +45829,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45853,7 +45853,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45877,7 +45877,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45901,7 +45901,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45925,7 +45925,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45949,7 +45949,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45973,7 +45973,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -45997,7 +45997,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46021,7 +46021,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46045,7 +46045,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46069,7 +46069,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46093,7 +46093,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46117,7 +46117,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46141,7 +46141,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46165,7 +46165,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46189,7 +46189,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46213,7 +46213,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46237,7 +46237,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46261,7 +46261,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46285,7 +46285,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46309,7 +46309,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46333,7 +46333,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46357,7 +46357,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46381,7 +46381,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46405,7 +46405,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46429,7 +46429,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46453,7 +46453,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46477,7 +46477,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46501,7 +46501,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46525,7 +46525,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46549,7 +46549,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46573,7 +46573,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46597,7 +46597,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46621,7 +46621,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46645,7 +46645,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46669,7 +46669,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46693,7 +46693,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46717,7 +46717,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46741,7 +46741,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46765,7 +46765,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46789,7 +46789,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46813,7 +46813,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46837,7 +46837,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46861,7 +46861,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46885,7 +46885,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46909,7 +46909,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46933,7 +46933,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46957,7 +46957,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -46981,7 +46981,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47005,7 +47005,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47029,7 +47029,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47053,7 +47053,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47077,7 +47077,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47101,7 +47101,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47125,7 +47125,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47149,7 +47149,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47173,7 +47173,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47197,7 +47197,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47221,7 +47221,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47245,7 +47245,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47269,7 +47269,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47293,7 +47293,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47317,7 +47317,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47341,7 +47341,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47365,7 +47365,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47389,7 +47389,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47413,7 +47413,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47437,7 +47437,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47461,7 +47461,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47485,7 +47485,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47509,7 +47509,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47533,7 +47533,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47557,7 +47557,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47581,7 +47581,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47605,7 +47605,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47629,7 +47629,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47653,7 +47653,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47677,7 +47677,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47701,7 +47701,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47725,7 +47725,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47749,7 +47749,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47773,7 +47773,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47797,7 +47797,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47821,7 +47821,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47845,7 +47845,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47869,7 +47869,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47893,7 +47893,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47917,7 +47917,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47941,7 +47941,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47965,7 +47965,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -47989,7 +47989,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48013,7 +48013,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48037,7 +48037,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48061,7 +48061,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48085,7 +48085,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48109,7 +48109,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48133,7 +48133,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48157,7 +48157,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48181,7 +48181,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48205,7 +48205,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48229,7 +48229,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48253,7 +48253,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48277,7 +48277,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48301,7 +48301,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48325,7 +48325,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48349,7 +48349,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48373,7 +48373,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48397,7 +48397,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48421,7 +48421,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48445,7 +48445,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48469,7 +48469,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48493,7 +48493,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48517,7 +48517,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48541,7 +48541,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48565,7 +48565,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48589,7 +48589,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48613,7 +48613,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48637,7 +48637,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48661,7 +48661,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48685,7 +48685,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48709,7 +48709,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48733,7 +48733,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48757,7 +48757,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48781,7 +48781,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48805,7 +48805,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48829,7 +48829,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48853,7 +48853,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48877,7 +48877,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48901,7 +48901,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48925,7 +48925,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48949,7 +48949,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48973,7 +48973,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -48997,7 +48997,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49021,7 +49021,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49045,7 +49045,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49069,7 +49069,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49093,7 +49093,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49117,7 +49117,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49141,7 +49141,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49165,7 +49165,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49189,7 +49189,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49213,7 +49213,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49237,7 +49237,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49261,7 +49261,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49285,7 +49285,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49309,7 +49309,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49333,7 +49333,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49357,7 +49357,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49381,7 +49381,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49405,7 +49405,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49429,7 +49429,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49453,7 +49453,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49477,7 +49477,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49501,7 +49501,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49525,7 +49525,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49549,7 +49549,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49573,7 +49573,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49597,7 +49597,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49621,7 +49621,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49645,7 +49645,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49669,7 +49669,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49693,7 +49693,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49717,7 +49717,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49741,7 +49741,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49765,7 +49765,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49789,7 +49789,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49813,7 +49813,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49837,7 +49837,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49861,7 +49861,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49885,7 +49885,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49909,7 +49909,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49933,7 +49933,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49957,7 +49957,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -49981,7 +49981,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50005,7 +50005,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50029,7 +50029,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50053,7 +50053,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50077,7 +50077,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50101,7 +50101,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50125,7 +50125,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50149,7 +50149,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50173,7 +50173,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50197,7 +50197,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50221,7 +50221,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50245,7 +50245,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50269,7 +50269,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50293,7 +50293,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50317,7 +50317,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50341,7 +50341,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50365,7 +50365,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50389,7 +50389,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50413,7 +50413,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50437,7 +50437,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50461,7 +50461,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50485,7 +50485,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50509,7 +50509,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50533,7 +50533,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50557,7 +50557,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50581,7 +50581,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50605,7 +50605,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50629,7 +50629,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50653,7 +50653,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50677,7 +50677,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50701,7 +50701,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50725,7 +50725,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50749,7 +50749,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50773,7 +50773,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50797,7 +50797,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50821,7 +50821,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50845,7 +50845,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50869,7 +50869,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50893,7 +50893,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50917,7 +50917,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50941,7 +50941,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50965,7 +50965,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -50989,7 +50989,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51013,7 +51013,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51037,7 +51037,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51061,7 +51061,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51085,7 +51085,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51109,7 +51109,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51133,7 +51133,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51157,7 +51157,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51181,7 +51181,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51205,7 +51205,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51229,7 +51229,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51253,7 +51253,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51277,7 +51277,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51301,7 +51301,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51325,7 +51325,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51349,7 +51349,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51373,7 +51373,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51397,7 +51397,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51421,7 +51421,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51445,7 +51445,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51469,7 +51469,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51493,7 +51493,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51517,7 +51517,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51541,7 +51541,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51565,7 +51565,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51589,7 +51589,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51613,7 +51613,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51637,7 +51637,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51661,7 +51661,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51685,7 +51685,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51709,7 +51709,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51733,7 +51733,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51757,7 +51757,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51781,7 +51781,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51805,7 +51805,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51829,7 +51829,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51853,7 +51853,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51877,7 +51877,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51901,7 +51901,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51925,7 +51925,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51949,7 +51949,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51973,7 +51973,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -51997,7 +51997,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52021,7 +52021,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52045,7 +52045,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52069,7 +52069,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52093,7 +52093,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52117,7 +52117,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52141,7 +52141,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52165,7 +52165,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52189,7 +52189,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52213,7 +52213,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52237,7 +52237,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52261,7 +52261,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52285,7 +52285,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52309,7 +52309,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52333,7 +52333,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52357,7 +52357,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52381,7 +52381,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52405,7 +52405,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52429,7 +52429,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52453,7 +52453,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52477,7 +52477,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52501,7 +52501,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52525,7 +52525,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52549,7 +52549,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52573,7 +52573,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52597,7 +52597,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52621,7 +52621,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52645,7 +52645,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52669,7 +52669,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52693,7 +52693,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52717,7 +52717,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52741,7 +52741,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52765,7 +52765,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52789,7 +52789,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52813,7 +52813,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52837,7 +52837,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52861,7 +52861,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52885,7 +52885,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52909,7 +52909,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52933,7 +52933,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52957,7 +52957,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -52981,7 +52981,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549, + 7.566651598735755, 5.117329520438864, 2.3618459326183376, 1.1109380494852846, @@ -53005,7 +53005,7 @@ 12.071648099424746, 10.934468206306156, 9.622306019722645, - 7.5666515987357549 + 7.566651598735755 ], "shading": 0.0, "shading_3d_scene": { @@ -53038,7 +53038,6 @@ "show_tax_credits": 1.0, "sky_model": 0.0, "solar_data_file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "solar_data_file_name_load": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "solar_data_source": "NSRDB", "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", diff --git a/deploy/runtime/startup.lk b/deploy/runtime/startup.lk index b3b59e9b12..c9332a1df7 100644 --- a/deploy/runtime/startup.lk +++ b/deploy/runtime/startup.lk @@ -244,7 +244,7 @@ function setup_pages_standalone_battery_dispatch_fom() function setup_pvwatts_battery_pages(is_btm) { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); addpage( [[ 'PVWatts', {'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, {'name'='PVWatts Advanced Inputs', 'caption' = 'Advanced Inputs', 'collapsible'=true, 'collapsible_var'='pvwatts.advanced.is_shown'}, @@ -270,7 +270,7 @@ function setup_pvwatts_battery_pages(is_btm) function setup_pvwatts_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='pvwatts_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='pvwatts_location_and_resource' } ); addpage( [[ 'PVWatts', {'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, {'name'='PVWatts Advanced Inputs', 'caption' = 'Advanced Inputs', 'collapsible'=true, 'collapsible_var'='pvwatts.advanced.is_shown'}]], @@ -282,7 +282,7 @@ function setup_flat_plate_pv_pages() { //addpage( [ ['AA Widgets'] ], { 'sidebar'='Widgets' } ); // use for widget testing - addpage( [[ 'Solar Resource Data', {'name'='PV Albedo and Radiation', 'caption' = 'Albedo - Sky Diffuse Model - Irradiance Data (Advanced)', 'collapsible'=true, 'collapsible_var'='pv.radmode.is_shown'} ]], { 'sidebar'='Location and Resource', 'help'='pv_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information', {'name'='PV Albedo and Radiation', 'caption' = 'Albedo - Sky Diffuse Model - Irradiance Data (Advanced)', 'collapsible'=true, 'collapsible_var'='pv.radmode.is_shown'} ]], { 'sidebar'='Location and Resource', 'help'='pv_location_and_resource' } ); addpage( [ ['Simple Efficiency Module Model'], ['CEC Performance Model with Module Database'], ['CEC Performance Model with User Entered Specifications'], @@ -653,13 +653,13 @@ function setup_windpower_pages() function setup_solar_water_heating_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource' , 'help'='shw_location_and_resource' }); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource' , 'help'='shw_location_and_resource' }); addpage( [[ 'Solar Water Heating' ]], { 'sidebar'='Solar Water Heating', 'help'='shw_system' } ); } function setup_etes_pages() { - addpage( [['Solar Resource Data']], { 'sidebar'='Location and Resource', 'help'='etes_location_and_resource' } ); + addpage( [['Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information']], { 'sidebar'='Location and Resource', 'help'='etes_location_and_resource' } ); addpage( [['ETES System Design']], { 'sidebar'='System Design', 'help'='etes_system_design'} ); addpage( [['ETES Heater']], {'sidebar'='Heater', 'help'='etes_heater' } ); addpage( [[ 'Rankine Cycle Air or Evaporative Cooling' ], [ 'User-Defined Power Cycle' ]], @@ -671,7 +671,7 @@ function setup_etes_pages() function setup_ptes_pages() { - addpage( [['Solar Resource Data']], { 'sidebar'='Location and Resource', 'help'='ptes_location_and_resource' } ); + addpage( [['Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information']], { 'sidebar'='Location and Resource', 'help'='ptes_location_and_resource' } ); addpage( [['PTES System Design']], { 'sidebar'='System Design', 'help' = 'ptes_system_design' } ); addpage( [['PTES Energy Stores']], { 'sidebar'='Thermal Energy Storage', 'help' = 'ptes_energy_storage' } ); addpage( [['PTES Heat Pump']], { 'sidebar'='Heat Pump', 'help' = 'ptes_heat_pump'} ); @@ -681,7 +681,7 @@ function setup_ptes_pages() function setup_csp_physical_trough_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='troughphysical_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='troughphysical_location_and_resource' } ); addpage( [[ 'Physical Trough System Design' ]], { 'sidebar'='System Design', 'help'='troughphysical_system_design' } ); addpage( [[ 'Physical Trough Solar Field' ]], { 'sidebar'='Solar Field', 'help'='troughphysical_solar_field' } ); addpage( [[ 'Physical Trough Collector Header', @@ -718,7 +718,7 @@ function setup_csp_physical_trough_pages() function setup_cst_physical_trough_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='iph_trough-location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='iph_trough-location_and_resource' } ); addpage( [[ 'Physical Trough IPH System Design' ]], { 'sidebar'='System Design', 'help'='iph_trough-system_design' } ); addpage( [[ 'Physical Trough Solar Field' ]], { 'sidebar'='Solar Field', 'help'='iph_trough-solar_field' } ); @@ -742,7 +742,7 @@ function setup_cst_physical_trough_pages() function setup_csp_empirical_trough_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='troughempirical_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='troughempirical_location_and_resource' } ); addpage( [[ 'Empirical Trough Solar Field' ]], { 'sidebar'='Solar Field', 'help'='troughempirical_solar_field' } ); addpage( [[ 'Empirical Trough SCA' ]], { 'sidebar'='Collectors (SCAs)', 'help'='troughempirical_collectors_scas' } ); addpage( [[ 'Empirical Trough HCE' ]], { 'sidebar'='Receivers (HCEs)', 'help'='troughempirical_receivers_hces' } ); @@ -756,7 +756,7 @@ function setup_csp_empirical_trough_pages() function setup_geothermal_power_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Ambient Conditions', 'help'='geo_ambient_conditions' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Ambient Conditions', 'help'='geo_ambient_conditions' } ); addpage( [[ 'Geothermal Resource', {'name'='Geothermal Reservoir Input', 'caption'='Geothermal Reservoir Model Input Table', 'collapsible'=true, 'collapsible_var'='reservoir_model_inputs_shown'} ]], { 'sidebar'='Geothermal Resource', 'help'='geo_geothermal_resource' } ); @@ -1418,7 +1418,7 @@ setup_commercial_pages(LOAD_SIMPLE); //belpe not valid for commercial // Fuel Cell ///////////////////////////////////////////////////////// setconfig( 'Fuel Cell', 'Commercial'); setmodules( ['pvwattsv8', 'fuelcell', 'battery', 'grid', 'utilityrate5', 'thermalrate', 'cashloan'] ); -addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='pv_location_and_resource' } ); +addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='pv_location_and_resource' } ); addpage( [[ 'PVWatts', { 'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, { 'name'='PVWatts Advanced Inputs', 'caption' = 'Advanced Inputs', 'collapsible'=true, 'collapsible_var'='pvwatts.advanced.is_shown'} ]], @@ -1466,7 +1466,7 @@ addpage( [[ 'Thermal Load' ]], setconfig( 'Fuel Cell', 'Single Owner'); setmodules( ['pvwattsv8', 'fuelcell', 'battery', 'grid', 'utilityrate5', 'thermalrate', 'singleowner']); -addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='pv_location_and_resource' } ); +addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='pv_location_and_resource' } ); addpage( [[ 'PVWatts', { 'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, { 'name'='PVWatts Advanced Inputs', 'caption' = 'Advanced Inputs', 'collapsible'=true, 'collapsible_var'='pvwatts.advanced.is_shown'} ]], @@ -1662,7 +1662,7 @@ setup_custom_generation_pages(); // Generic CSP System ////////////////////////////////////////////////////////// function setup_generic_csp_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='gss_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='gss_location_and_resource' } ); addpage( [[ 'Generic CSP Solar Field' ]], { 'sidebar'='Solar Field', 'help'='gss_solar_field' } ); addpage( [[ 'Generic CSP Power Block' ]], { 'sidebar'='Power Block', 'help'='gss_power_block' } ); // addpage( [[ 'Generic CSP Thermal Storage' ]], { 'sidebar'='Thermal Storage', 'help'='gss_thermal_storage' } ); @@ -1738,7 +1738,7 @@ setup_generic_csp_pages(); // High-X Concentrating PV ///////////////////////////////////////////////////// function setup_hcpv_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='pv_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='pv_location_and_resource' } ); addpage( [[ 'HCPV Module' ]], { 'sidebar'='Module', 'help'='hcpv_module' } ); addpage( [ ['Inverter CEC Database']], { 'sidebar'='Inverter', 'help'='hcpv_inverter' } ); addpage( [[ 'HCPV Array' ]], { 'sidebar'='Array', 'help'='hcpv_array' } ); @@ -1803,7 +1803,7 @@ setup_hcpv_pages(); // Biopower //////////////////////////////////////////////////////////////////// function setup_biopower_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Ambient Conditions', 'help'='biopower_location_ambient_conditions' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Ambient Conditions', 'help'='biopower_location_ambient_conditions' } ); addpage( [[ 'Biopower Feedstock' ]], { 'sidebar'='Feedstock', 'help'='biopower_feedstock' } ); addpage( [[ 'Biopower Plant Specifications' ]], { 'sidebar'='Plant Specs', 'help'='biopower_plant_specs' } ); addpage( [[ 'Biopower Emissions Comparison' ]], { 'sidebar'='Emissions', 'help'='biopower_emissions' } ); @@ -1873,7 +1873,7 @@ setup_biopower_pages(); // Molten Salt Power Tower //////////////////////////////////////////////////////////////////// function setup_MSPT_pages(is_grid_limits) { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='pt_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='pt_location_and_resource' } ); addpage( [[ 'MSPT System Design' ]], { 'sidebar'='System Design', 'help'='mspt_system_design' } ); addpage( [[ 'Tower SolarPilot Solar Field' ]], { 'sidebar'='Heliostat Field', 'help'='mspt_heliostat_field' } ); addpage( [[ 'MSPT Receiver External' ], [ 'MSPT Receiver Cavity' ]], @@ -1894,7 +1894,7 @@ function setup_MSPT_pages(is_grid_limits) function setup_MSPT_IPH_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='iph_mspt_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='iph_mspt_location_and_resource' } ); addpage( [[ 'MSPT IPH System Design' ]], { 'sidebar'='System Design', 'help'='iph_mspt_system_design' } ); addpage( [[ 'Tower SolarPilot Solar Field' ]], { 'sidebar'='Heliostat Field', 'help'='iph_mspt_heliostat_field' } ); addpage( [[ 'MSPT Receiver External' ], [ 'MSPT Receiver Cavity' ]], @@ -2007,7 +2007,7 @@ setup_electricity_purchases(); // Direct Steam Linear IPH //////////// function setup_DSGL_IPH_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='iph_linear_ds_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='iph_linear_ds_location_and_resource' } ); addpage( [[ 'LF DSG System Design' ]], { 'sidebar'='System Design', 'help'='iph_linear_ds_system_design' } ); addpage( [[ 'LF DSG Solar Field' ]], { 'sidebar'='Solar Field', 'help'='iph_linear_ds_solar_field' } ); addpage( [[ 'LF DSG Boiler Header', 'Linear Fresnel Boiler Geometry' ]], { 'sidebar'='Collector and Receiver', 'help'='iph_linear_ds_collector_receiver' } ); @@ -2058,7 +2058,7 @@ addpage( [['Financial Depreciation Detailed' ]], // Direct Steam Linear Fresnel //////////////////////////////////////////////////////////////////// function setup_DSLF_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='dslf_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='dslf_location_and_resource' } ); addpage( [[ 'Linear Fresnel Solar Field' ]], { 'sidebar'='Solar Field', 'help'='dslf_solar_field' } ); addpage( [[ 'Linear Fresnel Collector and Receiver Header', @@ -2139,7 +2139,7 @@ setup_electricity_purchases(); // NEW Molten Salt Linear Fresnel //////////////////////////////////////////////////////////////////// function setup_MSLF_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='mslf_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='mslf_location_and_resource' } ); addpage( [[ 'MSLF System Design' ]], { 'sidebar'='System Design', 'help'='mslf_system_design' } ); addpage( [[ 'MSLF Solar Field' ]], { 'sidebar'='Solar Field', 'help'='mslf_solar_field' } ); @@ -2227,7 +2227,7 @@ setup_electricity_purchases(); function setup_MSLF_IPH_pages() { - addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='iph_mslf_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='Location and Resource', 'help'='iph_mslf_location_and_resource' } ); addpage( [[ 'MSLF IPH System Design' ]], { 'sidebar'='System Design', 'help'='iph_mslf_system_design' } ); addpage( [[ 'MSLF Solar Field' ]], { 'sidebar'='Solar Field', 'help'='iph_mslf_solar_field' } ); @@ -2492,7 +2492,7 @@ setup_metidal_pages(0); function setup_pv_battery_pages(is_btm) { - addpage( [[ 'Solar Resource Data', {'name'='PV Albedo and Radiation', 'caption' = 'Albedo - Sky Diffuse Model - Irradiance Data (Advanced)', 'collapsible'=true, 'collapsible_var'='pv.radmode.is_shown'} ]], { 'sidebar'='Location and Resource', 'bin_name'='PV','help'='pv_location_and_resource' } ); + addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information', {'name'='PV Albedo and Radiation', 'caption' = 'Albedo - Sky Diffuse Model - Irradiance Data (Advanced)', 'collapsible'=true, 'collapsible_var'='pv.radmode.is_shown'} ]], { 'sidebar'='Location and Resource', 'bin_name'='PV','help'='pv_location_and_resource' } ); addpage( [ ['Simple Efficiency Module Model'], // ['CEC Performance Model with Module Database', { 'name'='Test 1', 'collapsible'=true, 'collapsible_var'='pv.module.test_1.is_shown' }], ['CEC Performance Model with Module Database'], @@ -2938,7 +2938,7 @@ sethybridvariabledependencies([ ]); addpage([['Hybrid System']], {'sidebar'='Hybrid System', 'help'='hybrid_system', 'top_page'=true}); // pvwatts -addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); +addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); addpage( [[ 'PVWatts', {'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, {'name'='PVWatts Advanced Inputs', 'caption' = 'Advanced Inputs', 'collapsible'=true, 'collapsible_var'='pvwatts.advanced.is_shown'} ]], { 'sidebar'='PV System Design', 'help'='pvwatts_system_design', 'bin_name'='PVWatts' } ); addpage( [[ 'Degradation AC Single Year'], ], { 'sidebar'='PV AC Degradation','help'='degradation_ac', 'bin_name'='PVWatts' } ); addpage( [[ 'PV Capital Costs' ]], { 'sidebar'='PV Installation Costs', 'help'='cc_pv', 'bin_name'='PVWatts'} ); @@ -2997,7 +2997,7 @@ sethybridvariabledependencies([ ]); addpage([['Hybrid System']], {'sidebar'='Hybrid System', 'help'='hybrid_system', 'top_page'=true}); // pvwatts -addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); +addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); addpage( [[ 'PVWatts', {'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, {'name'='PVWatts Advanced Inputs', 'caption' = 'Advanced Inputs', 'collapsible'=true, 'collapsible_var'='pvwatts.advanced.is_shown'} ]], { 'sidebar'='PV System Design', 'help'='pvwatts_system_design', 'bin_name'='PVWatts' } ); addpage( [[ 'Degradation AC Single Year'], ], { 'sidebar'='PV AC Degradation','help'='degradation_ac', 'bin_name'='PVWatts' } ); addpage( [[ 'PV Capital Costs' ]], { 'sidebar'='PV Installation Costs', 'help'='cc_pv', 'bin_name'='PVWatts'} ); @@ -3060,7 +3060,7 @@ sethybridvariabledependencies([ ]); addpage([['Hybrid System']], {'sidebar'='Hybrid System', 'help'='hybrid_system', 'top_page'=true}); // pvwatts -addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); +addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); addpage( [[ 'PVWatts', {'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, {'name'='PVWatts Advanced Inputs', 'caption' = 'Advanced Inputs', 'collapsible'=true, 'collapsible_var'='pvwatts.advanced.is_shown'} ]], { 'sidebar'='PV System Design', 'help'='pvwatts_system_design', 'bin_name'='PVWatts' } ); addpage( [[ 'Degradation AC Single Year'], ], { 'sidebar'='PV AC Degradation','help'='degradation_ac', 'bin_name'='PVWatts' } ); addpage( [[ 'PV Capital Costs' ]], { 'sidebar'='PV Installation Costs', 'help'='cc_pv', 'bin_name'='PVWatts'} ); @@ -3131,7 +3131,7 @@ sethybridvariabledependencies([ ]); addpage([['Hybrid System']], {'sidebar'='Hybrid System', 'help'='hybrid_system', 'top_page'=true}); // pvwatts -addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); +addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); addpage( [[ 'PVWatts', {'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, {'name'='PVWatts Advanced Inputs', 'caption' = 'Advanced Inputs', 'collapsible'=true, 'collapsible_var'='pvwatts.advanced.is_shown'} ]], { 'sidebar'='PV System Design', 'help'='pvwatts_system_design', 'bin_name'='PVWatts' } ); addpage( [[ 'Degradation AC Single Year'], ], { 'sidebar'='PV AC Degradation','help'='degradation_ac', 'bin_name'='PVWatts' } ); addpage( [[ 'PV Capital Costs' ]], { 'sidebar'='PV Installation Costs', 'help'='cc_pv', 'bin_name'='PVWatts'} ); @@ -3216,7 +3216,7 @@ sethybridvariabledependencies([ ]); addpage([['Hybrid System']], {'sidebar'='Hybrid System', 'help'='hybrid_system', 'top_page'=true}); // detailed pv -addpage( [[ 'Solar Resource Data', {'name'='PV Albedo and Radiation', 'caption' = 'Albedo - Sky Diffuse Model - Irradiance Data (Advanced)', 'collapsible'=true, 'collapsible_var'='pv.radmode.is_shown'} ]], { 'sidebar'='PV Location and Resource', 'help'='pv_location_and_resource', 'bin_name'='Photovoltaic' } ); +addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information', {'name'='PV Albedo and Radiation', 'caption' = 'Albedo - Sky Diffuse Model - Irradiance Data (Advanced)', 'collapsible'=true, 'collapsible_var'='pv.radmode.is_shown'} ]], { 'sidebar'='PV Location and Resource', 'help'='pv_location_and_resource', 'bin_name'='Photovoltaic' } ); addpage( [ ['Simple Efficiency Module Model'], ['CEC Performance Model with Module Database'], ['CEC Performance Model with User Entered Specifications'], ['Sandia PV Array Performance Model with Module Database'], ['IEC61853 Single Diode Model'] ], { 'sidebar'='PV Module', 'help'='pv_module', 'exclusive_var'='module_model', 'bin_name'='Photovoltaic' } ); addpage( [ ['Inverter CEC Database', 'Inverter Temp Derate CEC DB'], ['Inverter Datasheet', 'Inverter Temp Derate DS'], ['Inverter Part Load Curve', 'Inverter Temp Derate PLC'], ['Inverter CEC Coefficient Generator', 'Inverter Temp Derate CEC CG'] ], { 'sidebar'='PV Inverter', 'help'='pv_inverter', 'exclusive_var'='inverter_model', 'bin_name'='Photovoltaic' } ); addpage( [ ['PV System Design', {'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, {'name'='PV Subarray Voltage Mismatch', 'collapsible'=true, 'collapsible_var' = 'mismatch_shown'}, 'Battery Enable'] ], { 'sidebar'='PV System Design', 'help'='pv_system_design', 'bin_name'='Photovoltaic' } ); @@ -3277,7 +3277,7 @@ sethybridvariabledependencies([ ]); addpage([['Hybrid System']], {'sidebar'='Hybrid System', 'help'='hybrid_system', 'top_page'=true}); // detailed pv -addpage( [[ 'Solar Resource Data', {'name'='PV Albedo and Radiation', 'caption' = 'Albedo - Sky Diffuse Model - Irradiance Data (Advanced)', 'collapsible'=true, 'collapsible_var'='pv.radmode.is_shown'} ]], { 'sidebar'='Location and Resource', 'help'='pv_location_and_resource', 'bin_name'='Photovoltaic' } ); +addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information', {'name'='PV Albedo and Radiation', 'caption' = 'Albedo - Sky Diffuse Model - Irradiance Data (Advanced)', 'collapsible'=true, 'collapsible_var'='pv.radmode.is_shown'} ]], { 'sidebar'='Location and Resource', 'help'='pv_location_and_resource', 'bin_name'='Photovoltaic' } ); addpage( [ ['Simple Efficiency Module Model'], ['CEC Performance Model with Module Database'], ['CEC Performance Model with User Entered Specifications'], ['Sandia PV Array Performance Model with Module Database'], ['IEC61853 Single Diode Model'] ], { 'sidebar'='PV Module', 'help'='pv_module', 'exclusive_var'='module_model', 'bin_name'='Photovoltaic' } ); addpage( [ ['Inverter CEC Database', 'Inverter Temp Derate CEC DB'], ['Inverter Datasheet', 'Inverter Temp Derate DS'], ['Inverter Part Load Curve', 'Inverter Temp Derate PLC'], ['Inverter CEC Coefficient Generator', 'Inverter Temp Derate CEC CG'] ], { 'sidebar'='PV Inverter', 'help'='pv_inverter', 'exclusive_var'='inverter_model', 'bin_name'='Photovoltaic' } ); addpage( [ ['PV System Design', {'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, {'name'='PV Subarray Voltage Mismatch', 'collapsible'=true, 'collapsible_var' = 'mismatch_shown'}, 'Battery Enable'] ], { 'sidebar'='PV System Design', 'help'='pv_system_design', 'bin_name'='Photovoltaic' } ); @@ -3353,7 +3353,7 @@ addpage( [[ 'Degradation AC Single Year'], ], { 'sidebar'='Custom Generation AC addpage( [[ 'Custom Generation Costs']],{ 'sidebar'='Custom Generation Installation Costs', 'help'='cc_custom_generation', 'bin_name'='CustomGeneration' } ); addpage( [[ 'Operating Costs Fuel' ]], {'sidebar' = 'Custom Generation Operating Costs', 'help'='oc_operating', 'bin_name'='CustomGeneration'} ); // pvwatts -addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); +addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); addpage( [[ 'PVWatts', {'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, {'name'='PVWatts Advanced Inputs', 'caption' = 'Advanced Inputs', 'collapsible'=true, 'collapsible_var'='pvwatts.advanced.is_shown'} ]], { 'sidebar'='PV System Design', 'help'='pvwatts_system_design', 'bin_name'='PVWatts' } ); addpage( [[ 'Degradation AC Single Year'], ], { 'sidebar'='PV AC Degradation','help'='degradation_ac', 'bin_name'='PVWatts' } ); addpage( [[ 'PV Capital Costs' ]], { 'sidebar'='PV Installation Costs', 'help'='cc_pv', 'bin_name'='PVWatts'} ); @@ -3435,7 +3435,7 @@ addpage( [[ 'Degradation AC Single Year'], ], { 'sidebar'='Generic AC Degradatio addpage( [[ 'Custom Generation Costs']],{ 'sidebar'='Custom Generation Installation Costs', 'help'='cc_custom_generation', 'bin_name'='CustomGeneration' } ); addpage( [[ 'Operating Costs Fuel' ]], {'sidebar' = 'Custom Generation Operating Costs', 'help'='oc_operating', 'bin_name'='CustomGeneration'} ); // pvwatts -addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); +addpage( [[ 'Solar Resource Download', 'Solar Resource Library', 'Solar Resource Information' ]], { 'sidebar'='PV Location and Resource', 'help'='pvwatts_location_and_resource', 'bin_name'='PVWatts' } ); addpage( [[ 'PVWatts', {'name'='PV Land Area', 'caption' = 'Land Area', 'collapsible'=true, 'collapsible_var'='pv_land_area_is_shown'}, {'name'='PVWatts Advanced Inputs', 'caption' = 'Advanced Inputs', 'collapsible'=true, 'collapsible_var'='pvwatts.advanced.is_shown'} ]], { 'sidebar'='PV System Design', 'help'='pvwatts_system_design', 'bin_name'='PVWatts' } ); addpage( [[ 'Degradation AC Single Year'], ], { 'sidebar'='PV AC Degradation','help'='degradation_ac', 'bin_name'='PVWatts' } ); addpage( [[ 'PV Capital Costs' ]], { 'sidebar'='PV Installation Costs', 'help'='cc_pv', 'bin_name'='PVWatts'} ); diff --git a/deploy/runtime/ui/Geothermal Plant and Equipment.json b/deploy/runtime/ui/Geothermal Plant and Equipment.json index 014ff5450a..29aac79582 100644 --- a/deploy/runtime/ui/Geothermal Plant and Equipment.json +++ b/deploy/runtime/ui/Geothermal Plant and Equipment.json @@ -4299,7 +4299,7 @@ "\t\treturn ${wet_bulb_temp_input};\r", "\t}\r", "\telseif ( isnan(${wet_bulb_temp_wf}) ) {\r", - "\t\treturn 0; // from Solar Resource Data form\r", + "\t\treturn 0;\r", "\t}\r", "\telse {\r", "\t\treturn ${wet_bulb_temp_wf}; // annual twet\r", diff --git a/deploy/runtime/ui/Solar Resource Data.json b/deploy/runtime/ui/Solar Resource Data.json deleted file mode 100644 index 2490f14791..0000000000 --- a/deploy/runtime/ui/Solar Resource Data.json +++ /dev/null @@ -1,4256 +0,0 @@ -{ - "Name": "Solar Resource Data", - "Width": 894.0, - "Height": 972.0, - "FormObjects": { - "GroupBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "GroupBox2" - }, - "X": { - "Type": 3.0, - "Integer": 9.0 - }, - "Y": { - "Type": 3.0, - "Integer": 12.0 - }, - "Width": { - "Type": 3.0, - "Integer": 870.0 - }, - "Height": { - "Type": 3.0, - "Integer": 363.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Solar Resource Library" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "Hyperlink": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "Hyperlink2" - }, - "X": { - "Type": 3.0, - "Integer": 21.0 - }, - "Y": { - "Type": 3.0, - "Integer": 504.0 - }, - "Width": { - "Type": 3.0, - "Integer": 853.0 - }, - "Height": { - "Type": 3.0, - "Integer": 28.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "For locations not covered by the NSRDB, visit the SAM website Weather Page for links to other data sources." - }, - "URL": { - "Type": 5.0, - "String": "https://sam.nrel.gov/weather-data" - }, - "TabOrder": { - "Type": 3.0, - "Integer": 0.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "annual_albedo" - }, - "X": { - "Type": 3.0, - "Integer": 666.0 - }, - "Y": { - "Type": 3.0, - "Integer": 864.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 0.0 - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "Format": { - "Type": 3.0, - "Integer": 0.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "annual_beam" - }, - "X": { - "Type": 3.0, - "Integer": 198.0 - }, - "Y": { - "Type": 3.0, - "Integer": 849.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 0.0 - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "Format": { - "Type": 3.0, - "Integer": 0.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 2.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "annual_diffuse" - }, - "X": { - "Type": 3.0, - "Integer": 198.0 - }, - "Y": { - "Type": 3.0, - "Integer": 876.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 0.0 - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "Format": { - "Type": 3.0, - "Integer": 0.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 2.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "annual_global" - }, - "X": { - "Type": 3.0, - "Integer": 198.0 - }, - "Y": { - "Type": 3.0, - "Integer": 822.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 0.0 - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "Format": { - "Type": 3.0, - "Integer": 0.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 2.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "annual_snow" - }, - "X": { - "Type": 3.0, - "Integer": 666.0 - }, - "Y": { - "Type": 3.0, - "Integer": 837.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 0.0 - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "Format": { - "Type": 3.0, - "Integer": 0.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "annual_tdry" - }, - "X": { - "Type": 3.0, - "Integer": 198.0 - }, - "Y": { - "Type": 3.0, - "Integer": 903.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 0.0 - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "Format": { - "Type": 3.0, - "Integer": 0.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 1.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "annual_wspd" - }, - "X": { - "Type": 3.0, - "Integer": 198.0 - }, - "Y": { - "Type": 3.0, - "Integer": 930.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 0.0 - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "Format": { - "Type": 3.0, - "Integer": 0.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 1.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "Button": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "btn_add_file_to_library" - }, - "X": { - "Type": 3.0, - "Integer": 714.0 - }, - "Y": { - "Type": 3.0, - "Integer": 567.0 - }, - "Width": { - "Type": 3.0, - "Integer": 153.0 - }, - "Height": { - "Type": 3.0, - "Integer": 30.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Add file to library" - }, - "TabOrder": { - "Type": 3.0, - "Integer": 11.0 - } - } - }, - "Button": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "btn_add_remove_folders" - }, - "X": { - "Type": 3.0, - "Integer": 621.0 - }, - "Y": { - "Type": 3.0, - "Integer": 306.0 - }, - "Width": { - "Type": 3.0, - "Integer": 252.0 - }, - "Height": { - "Type": 3.0, - "Integer": 30.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Add/remove weather file folders..." - }, - "TabOrder": { - "Type": 3.0, - "Integer": 2.0 - } - } - }, - "Button": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "btn_download" - }, - "X": { - "Type": 3.0, - "Integer": 651.0 - }, - "Y": { - "Type": 3.0, - "Integer": 474.0 - }, - "Width": { - "Type": 3.0, - "Integer": 223.0 - }, - "Height": { - "Type": 3.0, - "Integer": 28.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Download and add to library..." - }, - "TabOrder": { - "Type": 3.0, - "Integer": 10.0 - } - } - }, - "Button": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "btn_refresh_library" - }, - "X": { - "Type": 3.0, - "Integer": 621.0 - }, - "Y": { - "Type": 3.0, - "Integer": 336.0 - }, - "Width": { - "Type": 3.0, - "Integer": 252.0 - }, - "Height": { - "Type": 3.0, - "Integer": 30.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Refresh library" - }, - "TabOrder": { - "Type": 3.0, - "Integer": 3.0 - } - } - }, - "Button": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "btn_view_data" - }, - "X": { - "Type": 3.0, - "Integer": 714.0 - }, - "Y": { - "Type": 3.0, - "Integer": 609.0 - }, - "Width": { - "Type": 3.0, - "Integer": 153.0 - }, - "Height": { - "Type": 3.0, - "Integer": 30.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "View data..." - }, - "TabOrder": { - "Type": 3.0, - "Integer": 12.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "caption_library" - }, - "X": { - "Type": 3.0, - "Integer": 18.0 - }, - "Y": { - "Type": 3.0, - "Integer": 63.0 - }, - "Width": { - "Type": 3.0, - "Integer": 855.0 - }, - "Height": { - "Type": 3.0, - "Integer": 36.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "SAM's default library comes with only a few weather files to help you get started. Use the download tools below to build a library of locations you frequently model. Once you build your library, it is available for all of your work in SAM." - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 - }, - "FontSize": { - "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "caption_techs" - }, - "X": { - "Type": 3.0, - "Integer": 555.0 - }, - "Y": { - "Type": 3.0, - "Integer": 663.0 - }, - "Width": { - "Type": 3.0, - "Integer": 307.0 - }, - "Height": { - "Type": 3.0, - "Integer": 63.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "" - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 - }, - "FontSize": { - "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "download_weather_caption" - }, - "X": { - "Type": 3.0, - "Integer": 18.0 - }, - "Y": { - "Type": 3.0, - "Integer": 393.0 - }, - "Width": { - "Type": 3.0, - "Integer": 855.0 - }, - "Height": { - "Type": 3.0, - "Integer": 51.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "The NSRDB is a database of thousands of weather files that you can download and add to your to your solar resource library: Download a default typical-year (TMY) file for most long-term cash flow analyses, or choose files to download for single-year or P50/P90 analyses. See Help for details." - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 - }, - "FontSize": { - "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "elev" - }, - "X": { - "Type": 3.0, - "Integer": 108.0 - }, - "Y": { - "Type": 3.0, - "Integer": 750.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 317.0 - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "Format": { - "Type": 3.0, - "Integer": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": 9.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "folder_caption" - }, - "X": { - "Type": 3.0, - "Integer": 18.0 - }, - "Y": { - "Type": 3.0, - "Integer": 264.0 - }, - "Width": { - "Type": 3.0, - "Integer": 855.0 - }, - "Height": { - "Type": 3.0, - "Integer": 39.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "SAM scans the following folders on your computer for valid weather files and adds them to your Solar Resource library. To use weather files stored on your computer, click Add/remove Weather File Folders and add folders containing valid weather files." - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 - }, - "FontSize": { - "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "Divider": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "group_optional" - }, - "X": { - "Type": 3.0, - "Integer": 465.0 - }, - "Y": { - "Type": 3.0, - "Integer": 816.0 - }, - "Width": { - "Type": 3.0, - "Integer": 363.0 - }, - "Height": { - "Type": 3.0, - "Integer": 19.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Orientation": { - "Type": 3.0, - "Integer": 0.0 - }, - "Colour": { - "Type": 4.0, - "Color": { - "Red": 120.0, - "Green": 120.0, - "Blue": 120.0, - "Alpha": 255.0 - } - }, - "Caption": { - "Type": 5.0, - "String": "Optional Data" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "TextEntry": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "in_location" - }, - "X": { - "Type": 3.0, - "Integer": 21.0 - }, - "Y": { - "Type": 3.0, - "Integer": 474.0 - }, - "Width": { - "Type": 3.0, - "Integer": 366.0 - }, - "Height": { - "Type": 3.0, - "Integer": 28.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Text": { - "Type": 5.0, - "String": "" - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": 6.0 - } - } - }, - "StringArray": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "in_location_list" - }, - "X": { - "Type": 3.0, - "Integer": 282.0 - }, - "Y": { - "Type": 3.0, - "Integer": 474.0 - }, - "Width": { - "Type": 3.0, - "Integer": 99.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Label": { - "Type": 5.0, - "String": "List of locations" - }, - "Description": { - "Type": 5.0, - "String": "Type or import a list of addresses or lat,lon in decimal degrees" - }, - "TabOrder": { - "Type": 3.0, - "Integer": 7.0 - } - } - }, - "RadioChoice": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "in_location_options" - }, - "X": { - "Type": 3.0, - "Integer": 21.0 - }, - "Y": { - "Type": 3.0, - "Integer": 447.0 - }, - "Width": { - "Type": 3.0, - "Integer": 261.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Selection": { - "Type": 3.0, - "Integer": 0.0 - }, - "Items": { - "Type": 6.0, - "StringList": "One location|Multiple locations" - }, - "ShowCaptions": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Horizontal": { - "Type": 2.0, - "Boolean": 1.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 4.0 - } - } - }, - "Choice": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "in_nsrdb_options" - }, - "X": { - "Type": 3.0, - "Integer": 390.0 - }, - "Y": { - "Type": 3.0, - "Integer": 474.0 - }, - "Width": { - "Type": 3.0, - "Integer": 258.0 - }, - "Height": { - "Type": 3.0, - "Integer": 28.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Items": { - "Type": 6.0, - "StringList": "Default TMY file|Choose year|Download files for all years" - }, - "Selection": { - "Type": 3.0, - "Integer": 0.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 7.0 - } - } - }, - "RadioChoice": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "in_time_step" - }, - "X": { - "Type": 3.0, - "Integer": 405.0 - }, - "Y": { - "Type": 3.0, - "Integer": 447.0 - }, - "Width": { - "Type": 3.0, - "Integer": 222.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Selection": { - "Type": 3.0, - "Integer": 0.0 - }, - "Items": { - "Type": 6.0, - "StringList": "60-minute|30-minute" - }, - "ShowCaptions": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Horizontal": { - "Type": 2.0, - "Boolean": 1.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 8.0 - } - } - }, - "CheckBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "is_advanced" - }, - "X": { - "Type": 3.0, - "Integer": 660.0 - }, - "Y": { - "Type": 3.0, - "Integer": 447.0 - }, - "Width": { - "Type": 3.0, - "Integer": 215.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Advanced download" - }, - "State": { - "Type": 2.0, - "Boolean": 1.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 9.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "lat" - }, - "X": { - "Type": 3.0, - "Integer": 108.0 - }, - "Y": { - "Type": 3.0, - "Integer": 669.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 1.1 - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "Format": { - "Type": 3.0, - "Integer": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": 10.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "library_caption6" - }, - "X": { - "Type": 3.0, - "Integer": 18.0 - }, - "Y": { - "Type": 3.0, - "Integer": 30.0 - }, - "Width": { - "Type": 3.0, - "Integer": 855.0 - }, - "Height": { - "Type": 3.0, - "Integer": 33.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "The Solar Resource library is a list of weather files on your computer. Choose a file from the library and verify the weather data information below." - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 - }, - "FontSize": { - "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "MultilineText": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "library_folder_list" - }, - "X": { - "Type": 3.0, - "Integer": 18.0 - }, - "Y": { - "Type": 3.0, - "Integer": 306.0 - }, - "Width": { - "Type": 3.0, - "Integer": 588.0 - }, - "Height": { - "Type": 3.0, - "Integer": 60.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Text": { - "Type": 5.0, - "String": "List of Solar Resource library folders" - }, - "Editable": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "lon" - }, - "X": { - "Type": 3.0, - "Integer": 108.0 - }, - "Y": { - "Type": 3.0, - "Integer": 696.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 1.2 - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "Format": { - "Type": 3.0, - "Integer": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": 11.0 - } - } - }, - "Divider": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "object 22" - }, - "X": { - "Type": 3.0, - "Integer": 18.0 - }, - "Y": { - "Type": 3.0, - "Integer": 801.0 - }, - "Width": { - "Type": 3.0, - "Integer": 849.0 - }, - "Height": { - "Type": 3.0, - "Integer": 16.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Orientation": { - "Type": 3.0, - "Integer": 0.0 - }, - "Colour": { - "Type": 4.0, - "Color": { - "Red": 120.0, - "Green": 120.0, - "Blue": 120.0, - "Alpha": 255.0 - } - }, - "Caption": { - "Type": 5.0, - "String": "Annual Averages Calculated from Weather File Data" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "Divider": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "object 2236" - }, - "X": { - "Type": 3.0, - "Integer": 30.0 - }, - "Y": { - "Type": 3.0, - "Integer": 642.0 - }, - "Width": { - "Type": 3.0, - "Integer": 840.0 - }, - "Height": { - "Type": 3.0, - "Integer": 16.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Orientation": { - "Type": 3.0, - "Integer": 0.0 - }, - "Colour": { - "Type": 4.0, - "Color": { - "Red": 120.0, - "Green": 120.0, - "Blue": 120.0, - "Alpha": 255.0 - } - }, - "Caption": { - "Type": 5.0, - "String": "Header Data from Weather File" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "GroupBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "object 4" - }, - "X": { - "Type": 3.0, - "Integer": 9.0 - }, - "Y": { - "Type": 3.0, - "Integer": 375.0 - }, - "Width": { - "Type": 3.0, - "Integer": 870.0 - }, - "Height": { - "Type": 3.0, - "Integer": 162.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Download Weather Files" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "GroupBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "object 423" - }, - "X": { - "Type": 3.0, - "Integer": 9.0 - }, - "Y": { - "Type": 3.0, - "Integer": 537.0 - }, - "Width": { - "Type": 3.0, - "Integer": 870.0 - }, - "Height": { - "Type": 3.0, - "Integer": 432.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Weather Data Information" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "object 7" - }, - "X": { - "Type": 3.0, - "Integer": 291.0 - }, - "Y": { - "Type": 3.0, - "Integer": 732.0 - }, - "Width": { - "Type": 3.0, - "Integer": 570.0 - }, - "Height": { - "Type": 3.0, - "Integer": 60.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "For NSRDB data, the latitude and longitude shown here from the weather file header are the coordinates of the NSRDB grid cell and may be different from the values in the file name, which are the coordinates of the requested location." - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 - }, - "FontSize": { - "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "object 735" - }, - "X": { - "Type": 3.0, - "Integer": 393.0 - }, - "Y": { - "Type": 3.0, - "Integer": 930.0 - }, - "Width": { - "Type": 3.0, - "Integer": 222.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "*NaN indicates missing data." - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 - }, - "FontSize": { - "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 - } - } - }, - "TextEntry": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "solar_data_file_name" - }, - "X": { - "Type": 3.0, - "Integer": 318.0 - }, - "Y": { - "Type": 3.0, - "Integer": 609.0 - }, - "Width": { - "Type": 3.0, - "Integer": 390.0 - }, - "Height": { - "Type": 3.0, - "Integer": 28.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Text": { - "Type": 5.0, - "String": "" - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "TextEntry": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "solar_data_file_name_load" - }, - "X": { - "Type": 3.0, - "Integer": 318.0 - }, - "Y": { - "Type": 3.0, - "Integer": 609.0 - }, - "Width": { - "Type": 3.0, - "Integer": 390.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Text": { - "Type": 5.0, - "String": "" - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "TextEntry": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "solar_data_source" - }, - "X": { - "Type": 3.0, - "Integer": 369.0 - }, - "Y": { - "Type": 3.0, - "Integer": 696.0 - }, - "Width": { - "Type": 3.0, - "Integer": 183.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Text": { - "Type": 5.0, - "String": "src" - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": 7.0 - } - } - }, - "Library": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "solar_resource" - }, - "X": { - "Type": 3.0, - "Integer": 18.0 - }, - "Y": { - "Type": 3.0, - "Integer": 105.0 - }, - "Width": { - "Type": 3.0, - "Integer": 855.0 - }, - "Height": { - "Type": 3.0, - "Integer": 159.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Library": { - "Type": 5.0, - "String": "SolarResourceData" - }, - "Fields": { - "Type": 5.0, - "String": "Name,Latitude,Longitude,Time zone,Elevation,Station ID,Source,Version" - } - } - }, - "TextEntry": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "solar_resource_file" - }, - "X": { - "Type": 3.0, - "Integer": 102.0 - }, - "Y": { - "Type": 3.0, - "Integer": 609.0 - }, - "Width": { - "Type": 3.0, - "Integer": 604.0 - }, - "Height": { - "Type": 3.0, - "Integer": 28.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Text": { - "Type": 5.0, - "String": "" - }, - "Editable": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 29.0, - "Green": 80.0, - "Blue": 173.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 222.0, - "Green": 233.0, - "Blue": 244.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "TextEntry": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "station_id" - }, - "X": { - "Type": 3.0, - "Integer": 369.0 - }, - "Y": { - "Type": 3.0, - "Integer": 669.0 - }, - "Width": { - "Type": 3.0, - "Integer": 183.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Text": { - "Type": 5.0, - "String": "wban" - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": 7.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "summary_caption" - }, - "X": { - "Type": 3.0, - "Integer": 18.0 - }, - "Y": { - "Type": 3.0, - "Integer": 564.0 - }, - "Width": { - "Type": 3.0, - "Integer": 690.0 - }, - "Height": { - "Type": 3.0, - "Integer": 36.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "" - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 - }, - "FontSize": { - "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "tz" - }, - "X": { - "Type": 3.0, - "Integer": 108.0 - }, - "Y": { - "Type": 3.0, - "Integer": 723.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": -7.5 - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "Format": { - "Type": 3.0, - "Integer": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "GMT " - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": 8.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "ui_step_minutes" - }, - "X": { - "Type": 3.0, - "Integer": 108.0 - }, - "Y": { - "Type": 3.0, - "Integer": 777.0 - }, - "Width": { - "Type": 3.0, - "Integer": 103.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 0.0 - }, - "Mode": { - "Type": 3.0, - "Integer": 0.0 - }, - "Format": { - "Type": 3.0, - "Integer": 0.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "use_specific_weather_file" - }, - "X": { - "Type": 3.0, - "Integer": 618.0 - }, - "Y": { - "Type": 3.0, - "Integer": 609.0 - }, - "Width": { - "Type": 3.0, - "Integer": 90.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 0.0 - }, - "Mode": { - "Type": 3.0, - "Integer": 0.0 - }, - "Format": { - "Type": 3.0, - "Integer": 0.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 0.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - }, - "TextEntry": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "user_specified_weather_file" - }, - "X": { - "Type": 3.0, - "Integer": 318.0 - }, - "Y": { - "Type": 3.0, - "Integer": 609.0 - }, - "Width": { - "Type": 3.0, - "Integer": 390.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Text": { - "Type": 5.0, - "String": "" - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 - } - } - } - }, - "VarDatabase": { - "annual_albedo": { - "Version": 4.0, - "Type": 1.0, - "Label": "Annual albedo", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "annual_beam": { - "Version": 4.0, - "Type": 1.0, - "Label": "Direct normal (beam)", - "Units": "kWh/m²/day", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 4.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "annual_diffuse": { - "Version": 4.0, - "Type": 1.0, - "Label": "Diffuse horizontal", - "Units": "kWh/m²/day", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 4.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "annual_global": { - "Version": 4.0, - "Type": 1.0, - "Label": "Global horizontal", - "Units": "kWh/m²/day", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 20.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "annual_snow": { - "Version": 4.0, - "Type": 1.0, - "Label": "Maximum snow depth", - "Units": "cm", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "annual_tdry": { - "Version": 4.0, - "Type": 1.0, - "Label": "Average temperature", - "Units": "°C", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 4.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "annual_twet": { - "Version": 4.0, - "Type": 1.0, - "Label": "Average wet bulb temperature", - "Units": "°C", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 4.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "annual_wspd": { - "Version": 4.0, - "Type": 1.0, - "Label": "Average wind speed", - "Units": "m/s", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 4.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "city": { - "Version": 4.0, - "Type": 4.0, - "Label": "City", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": "", - "UIObject": "TextEntry", - "sscVariableName": "", - "sscVariableValue": "" - }, - "country": { - "Version": 4.0, - "Type": 4.0, - "Label": "Country", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": "", - "UIObject": "TextEntry", - "sscVariableName": "", - "sscVariableValue": "" - }, - "elev": { - "Version": 4.0, - "Type": 1.0, - "Label": "Elevation", - "Units": "m", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "file_name": { - "Version": 4.0, - "Type": 4.0, - "Label": "Weather file name required by some SSC modules", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 9.0, - "DefaultValue": "", - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "in_location": { - "Version": 4.0, - "Type": 4.0, - "Label": "Location input (address or lat/lon)", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 1.0, - "DefaultValue": "Type a street address or latitude, longitude (skip for advanced)", - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "in_location_list": { - "Version": 4.0, - "Type": 4.0, - "Label": "List of locations", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "abc", - "Flags": 0.0, - "DefaultValue": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", - "UIObject": "StringArray", - "sscVariableName": "", - "sscVariableValue": "" - }, - "in_location_options": { - "Version": 4.0, - "Type": 1.0, - "Label": "Location options (0=one,1=multiple)", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "One location|Multiple locations", - "Flags": 1.0, - "DefaultValue": 0.0, - "UIObject": "RadioChoice", - "sscVariableName": "", - "sscVariableValue": "" - }, - "in_nsrdb_options": { - "Version": 4.0, - "Type": 1.0, - "Label": "NSRDB options", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "Default TMY file|Choose year|Download files for all years", - "Flags": 1.0, - "DefaultValue": 0.0, - "UIObject": "Choice", - "sscVariableName": "", - "sscVariableValue": "" - }, - "in_time_step": { - "Version": 4.0, - "Type": 1.0, - "Label": "Time Step option (0=60 min,1=30 min)", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "60-minute|30-minute", - "Flags": 1.0, - "DefaultValue": 0.0, - "UIObject": "RadioChoice", - "sscVariableName": "", - "sscVariableValue": "" - }, - "is_advanced": { - "Version": 4.0, - "Type": 1.0, - "Label": "Legacy and 30-minute data (advanced)", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 1.0, - "DefaultValue": 0.0, - "UIObject": "CheckBox", - "sscVariableName": "", - "sscVariableValue": "" - }, - "lat": { - "Version": 4.0, - "Type": 1.0, - "Label": "Latitude", - "Units": "degrees", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "library_folder_list": { - "Version": 4.0, - "Type": 4.0, - "Label": "Solar resource library folders", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 5.0, - "DefaultValue": "", - "UIObject": "MultilineText", - "sscVariableName": "", - "sscVariableValue": "" - }, - "library_paths": { - "Version": 4.0, - "Type": 4.0, - "Label": "Solar resource library file path list", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": "", - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "lon": { - "Version": 4.0, - "Type": 1.0, - "Label": "Longitude", - "Units": "degrees", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "solar_data_file_name": { - "Version": 4.0, - "Type": 4.0, - "Label": "Weather file name from solar resource library", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 4.0, - "DefaultValue": "", - "UIObject": "TextEntry", - "sscVariableName": "", - "sscVariableValue": "" - }, - "solar_data_file_name_load": { - "Version": 4.0, - "Type": 4.0, - "Label": "Weather file when user interface loaded", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 4.0, - "DefaultValue": "", - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "solar_data_source": { - "Version": 4.0, - "Type": 4.0, - "Label": "Data Source", - "Units": " ", - "Group": " Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": "src", - "UIObject": "TextEntry", - "sscVariableName": "", - "sscVariableValue": "" - }, - "solar_resource": { - "Version": 4.0, - "Type": 4.0, - "Label": "Solar resource library current selection", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "SolarResourceData|0", - "Flags": 19.0, - "DefaultValue": "", - "UIObject": "Library", - "sscVariableName": "", - "sscVariableValue": "" - }, - "solar_resource_file": { - "Version": 4.0, - "Type": 4.0, - "Label": "Weather file", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": "", - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "state": { - "Version": 4.0, - "Type": 4.0, - "Label": "State", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": "", - "UIObject": "TextEntry", - "sscVariableName": "", - "sscVariableValue": "" - }, - "station_id": { - "Version": 4.0, - "Type": 4.0, - "Label": "Location", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": "", - "UIObject": "TextEntry", - "sscVariableName": "", - "sscVariableValue": "" - }, - "step": { - "Version": 4.0, - "Type": 1.0, - "Label": "Time step", - "Units": "seconds", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 4.0, - "DefaultValue": 3600.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "tz": { - "Version": 4.0, - "Type": 1.0, - "Label": "Time zone", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "ui_step_minutes": { - "Version": 4.0, - "Type": 1.0, - "Label": "Time step", - "Units": "minutes", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", - "sscVariableName": "", - "sscVariableValue": "" - }, - "use_specific_weather_file": { - "Version": 4.0, - "Type": 1.0, - "Label": "Use weather file from script (legacy)", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 6.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "user_specified_weather_file": { - "Version": 4.0, - "Type": 4.0, - "Label": "Weather file specified from script 0 or 1 (legacy)", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 6.0, - "DefaultValue": "", - "UIObject": "TextEntry", - "sscVariableName": "", - "sscVariableValue": "" - }, - "wf_nrecords": { - "Version": 4.0, - "Type": 1.0, - "Label": "Number of weather file records", - "Units": " ", - "Group": "Location and Resource", - "IndexLabels": "", - "Flags": 4.0, - "DefaultValue": 8760.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - } - }, - "Equations": [ - "equations{'solar_resource_file'} = define() {", - "\tif ( ${use_specific_weather_file} ) ", - "\t\t{ return ${user_specified_weather_file}; }", - "\telse if (${solar_resource} != \"\") // SAM issue 1314", - "\t\t{ return ${solar_data_file_name}; }// file name from solar resource library csv file\r", - "\telse\r", - "\t\treturn ${solar_resource};\r", - "};", - "", - "equations{'file_name'} = define() {", - "\t// for compatibility with most SSC APIs", - "\treturn ${solar_resource_file};", - "};", - "", - "equations{'ui_step_minutes'} = define() {", - "\treturn(${step}/60);", - "};", - "" - ], - "Callbacks": [ - "on_load{'Solar Resource Data'} = define() {", - "\t//msgbox('on load');", - "\t//hide legacy data for 2020.2.29 Patch 3", - "\tshow('is_advanced',true);", - "\ton_change{'in_location_options'}();", - "\ton_change{'in_nsrdb_options'}();", - "\ton_change{'is_advanced'}();", - "\t// store value of current library item in case an LK script changes the selected library item", - "\tvalue('solar_data_file_name_load', value('solar_data_file_name'));", - "\t// UI updates do not work consistently if these variables do not have widgets. They are stacked under the solar_resource_file widget.", - "\tshow('use_specific_weather_file', false); // determines whether user_specified_weather_file is used instead of solar_data_file_name", - "\tshow('user_specified_weather_file', false); // requires use_specific_weather_file = 1, set by LK script", - "\tshow('solar_data_file_name_load', false); // stores weather file name when UI form loaded", - "\tshow('solar_data_file_name', false); // value from SolarResourceData CSV file", - "\tshow('in_time_step', value('in_nsrdb_options') != 0 ); ", - "\trefresh();", - "\tupdate_library_folders(''); // refresh list of library folders", - "\tupdate_info( 'on_load Solar Resource Data');", - "};", - "", - "// library list, this gets triggered before on_load", - "on_change{'solar_resource'} = define() {", - "\t// in case LK script changes library selection without setting use_specifc_weather_file to zero", - "\t//msgbox('on_change solar_resource ' + value('solar_resource'));", - "\tif ( value('solar_data_file_name_load' ) != value('solar_data_file_name') )", - "\t{", - "\t\tvalue('use_specific_weather_file',0); ", - "\t}", - "\tupdate_info('on_change solar_resource');", - "};", - "", - "on_change{'use_specific_weather_file'} = define() {", - "\tif ( value('use_specific_weather_file') == 1 )", - "\t{", - "\t\tupdate_info('on_change use_specific_weather_file');", - "\t}", - "};", - "", - "on_change{ 'btn_add_file_to_library' } = define () {", - "\tf_name = value( 'solar_resource_file' );", - "\tf_name = slash_back_to_forward( f_name );", - "\tupdate_library_folders( path_only( f_name ) );", - "\tvalue( 'solar_resource', file_to_key( f_name ) );", - "};", - "", - "on_change{ 'in_location_options' } = define() {", - "\tshow('in_location_list', value('in_location_options') == 1 && !value('is_advanced') );", - "\tshow('in_location', value('in_location_options') == 0 && !value('is_advanced') );", - "\trefresh('');", - "};", - "", - "on_change{ 'in_nsrdb_options' } = define() {", - "\tshow('in_location_list', value('in_location_options') == 1 && !value('is_advanced') );", - "\tshow('in_location', value('in_location_options') == 0 && !value('is_advanced') );", - "\tshow('in_location_options', !value('is_advanced') );", - "\t// 30-minute data not available for tmy", - "\tshow('in_time_step', value('in_nsrdb_options') != 0 ); ", - "\trefresh('');", - "};", - "", - "on_change{ 'is_advanced' } = define() {", - "\tif ( value('is_advanced') ) {", - "\t\tproperty( 'download_weather_caption' , 'Caption' , 'Click the Download button to choose files from a complete list of files available from the NSRDB, including TMY, TGY, TDY for different years and subhourly data.');", - "\t\tproperty( 'download_weather_caption' , 'TextColour', 'black' );", - "\t}", - "\telse {", - "\t\tproperty( 'download_weather_caption' , 'Caption' , 'The NSRDB is a database of thousands of weather files that you can download and add to your to your solar resource library: Download a default typical-year (TMY) file for most long-term cash flow analyses, or choose files to download for single-year or uncertainty (P50/P90) analyses. See Help for details.' );", - "\t\tproperty( 'download_weather_caption' , 'TextColour', 'black' );", - "\t}", - "\tshow('in_location_list', ( value('in_location_options') && !value('is_advanced') ) );", - "\tshow('in_location', ( !value('in_location_options') && !value('is_advanced') ) );", - "\tshow('in_location_options', !value('is_advanced') );", - "\tshow('in_nsrdb_options', !value('is_advanced') );", - "\tshow('in_time_step', !value('is_advanced') && value('in_nsrdb_options') != 0 );", - "\trefresh('');", - "};", - "", - "on_change{'btn_refresh_library'} = define() {", - "\tupdate_library_folders('');", - "\tupdate_info('on_change btn_refesh_library');", - "};", - "", - "// add/remove weather file folders", - "on_change{'btn_add_remove_folders'} = define() {", - "\tif ( showsettings( 'solar' ) )", - "\t{", - "\t\tupdate_library_folders( '' );", - "\t}", - "};", - "", - "on_change{'btn_view_data'} = define() {", - "\tif ( dview_solar(value('solar_resource_file')) )", - "\t{\tmsgbox('Failed to read file!\\nThe data viewer was not able to open the weather file:\\n' + value('solar_resource_file') ); }", - "};", - "", - "on_change{'btn_download'} = define() {", - "\tif ( value( 'is_advanced' ) ) { nsrdb_all(); }", - "\telse { nsrdb_get(); }", - "\trescanlibrary( 'solar' );", - "\tupdate_library_folders( '' );", - "\trefresh('solar_resource');", - "};", - "", - "/////////////////////////////////////////////", - "// Functions", - "/////////////////////////////////////////////", - "", - "// attempt to determine if location string is valid lat/lon pair", - "// given a location string loc_in, return as table:", - "// * 'address' string if appears to be a location name or address", - "// * 'lat' and 'lon' real in Decimal Degrees if valid comma or space separated lat/lon pair ", - "// also return msg string description if invalid", - "function test_decimal_degrees( loc_in ) ", - "{", - "\tarr = split( loc_in, ' ' ); ", - "\tis_space_delimited_pair = false;", - "\tis_space_delimited_address = false;", - "\tloc_string = null;\r", - "\tmsg = '';", - "\tif ( #arr == 2 && strpos(loc_in,',') < 0 ) // test for space-separated lat/lon, city/state, or city/country pair", - "\t{", - "\t\tmsg = '\\\"' + loc_in + '\\\"' + ' not recognized. Please use a comma to separate latitude and longitude values in Decimal Degrees, or to separate city and state/province or country names.';", - "\t\tis_space_delimited_pair = true;", - "\t}", - "\telseif ( #arr > 2 ) // test for street address with one comma", - "\t{", - "\t\tis_space_delimited_address = true;", - "\t}", - "\tstr = replace( loc_in, ', ', ',' ); // allow comma followed by space", - "\tarr = [];", - "\tarr = split( str, ',' );", - "\tif ( #arr == 2 && !is_space_delimited_pair && !is_space_delimited_address) // loc_in may be a lat/lon pair", - "\t{", - "\t\tlat = lower(arr[0]); ", - "\t\tlon = lower(arr[1]);", - "", - "\t\tis_nsew = false;", - "\t\tif ( (to_real(lat) !=0) && (to_real(lon) != 0) ) // test for N, S, E, or W in string (not valid for decimal degrees)", - "\t\t{", - "\t\t\tis_nsew = ( ( strpos(lat,'n') > -1 || strpos(lat,'s') > -1 ) && ( strpos(lon,'w') > -1 || strpos(lon,'e') > -1 ) );", - "\t\t}", - "\t\tis_valid_range = ( ( to_real(lat) >= -90 && to_real(lat) <= 90 ) || ( to_real(lon) >=-180 && to_real(lon) <= 180 ) );", - "\t\tis_string = ( to_real(lat) == 0 && to_real(lon) == 0 ); // assumes no one is modeling a system at 0,0", - "\t\tmsg = '';", - "\t\tif ( is_nsew )", - "\t\t{", - "\t\t\tmsg = '\\\"' + loc_in + '\\\"' + ' is not a valid lat/lon pair in Decimal Degrees (uses N/S, E/W). Please convert to Decimal Degrees.';\r", - "\t\t\tlat = null;\r", - "\t\t\tlon = null;", - "\t\t}", - "\t\telseif ( is_string )", - "\t\t{", - "\t\t\tmsg = '\\\"' + loc_in + '\\\"' + ' appears to be a city/state pair.';\r", - "\t\t\tloc_string = loc_in;\r", - "\t\t\tlat = null;\r", - "\t\t\tlon = null;", - "\t\t}", - "\t\telseif ( is_valid_range )", - "\t\t{", - "\t\t\tmsg = '\\\"' + loc_in + '\\\"' + ' appears to be a valid lat/lon pair in Decimal Degrees.';\r", - "\t\t\tlat = to_real(lat);\r", - "\t\t\tlon = to_real(lon);", - "\t\t}", - "\t\telse", - "\t\t{", - "\t\t\tmsg = '\\\"' + loc_in + '\\\"' + ' not recognized. Please enter a valid street address, location name, or latitude/longitude pair in Decimal Degrees (lat,lon).';\r", - "\t\t\tlat = null;\r", - "\t\t\tlon = null;", - "\t\t}", - "\t}", - "\telseif ( !is_space_delimited_pair ) // loc_in likely a location name", - "\t{", - "\t\tmsg = '\\\"' + loc_in + '\\\"' + ' appears to be a street address or location name.';\r", - "\t\tloc_string = loc_in;\r", - "\t\tlat = null;\r", - "\t\tlon = null;", - "\t}", - "\treturn {'lat' = lat, 'lon' = lon, 'address' = loc_string, 'msg' = msg}; ", - "}", - "\r", - "// check JSON returned by a call to NSRDB Data Query for a valid response\r", - "function nsrdb_query_json_check( json_str )\r", - "{\r", - "\tvar = json_read( json_str );\r", - "\t//msgbox('Debug\\nvar.errors = ' + var.errors + '\\nvar.error = ' + var.error);\r", - "\t//msgbox('Debug\\nvar.outputs = ' + var.outputs);\r", - "\r", - "\tmsg = '';\r", - "\t// json is valid if var is a table and var.errors is empty\r", - "\tif ( typeof( var ) == 'table' )\r", - "\t{\r", - "\t\tif ( var.errors != null)\r", - "\t\t{\r", - "\t\t\tif ( #var.errors > 0 )\r", - "\t\t\t{\r", - "\t\t\t\tjson_ok = false;\r", - "\t\t\t\tmsg += 'Message from NSRDB Data Query: ' + var.errors[0] + '.\\nStatus = ' + var.status;\r", - "\t\t\t}\r", - "\t\t\telse\r", - "\t\t\t{\r", - "\t\t\t\tjson_ok = true;\r", - "\t\t\t}\r", - "\t\t}\r", - "\t\t// if invalid key is supplied, API returns error with code and message\r", - "\t\telseif ( var.error != null )\r", - "\t\t{\r", - "\t\t\tif ( #@var.error > 0 )\r", - "\t\t\t{\r", - "\t\t\t\tjson_ok = false;\r", - "\t\t\t\tmsg += 'NSRDB Data Query Error: ' + var.error.message + '.\\nCode = ' + var.error.code;\r", - "\t\t\t\tif ( strpos( lower(var.code), 'api' ) > -1 ) { msg += 'See private.h to set API keys.'; }\r", - "\t\t\t}\t\r", - "\t\t}\r", - "\t\t// some locations are not covered by the NSRDB, e.g., Anchorage AK\r", - "\t\tif ( var.outputs == null )\r", - "\t\t{\r", - "\t\t\tjson_ok = false;\r", - "\t\t\tmsg += 'NSRDB Data Query returns no data for \\\"' + location + '\\\" (outputs = null).\\n\\nSee https://sam.nrel.gov/weather for links to other data sources.\\n';\r", - "\t\t}\r", - "\t\telseif ( var.outputs == [] )\r", - "\t\t{\r", - "\t\t\tjson_ok = false;\r", - "\t\t\tmsg += 'NSRDB Data Query returns no data for \\\"' + location + '\\\" (outputs = []).\\n\\nSee https://sam.nrel.gov/weather for links to other data sources.\\n';\r", - "\t\t}\r", - "\t}\r", - "\t// NSRDB API service could be down\r", - "\telse\r", - "\t{\r", - "\t\tjson_ok = false;\r", - "\t\tmsg += 'NSRDB Data Query did not return valid JSON string:\\n\\n';\r", - "\t\tmsg += json_str;\r", - "\t}\r", - "\t\r", - "\tif ( !json_ok ) { var == null; }\r", - "\t\r", - "\treturn {'json_ok' = json_ok, 'msg' = msg, 'var' = var };\r", - "}\r", - "\r", - "", - "function file_to_key( file ) ", - "{", - "\t\tkey = file_only( file );", - "\t\tkey = replace( key, '.' + ext_only( file ), '' );", - "\t\treturn key;", - "}", - "", - "function slash_back_to_forward( str )", - "{", - "\treturn replace( str, '\\\\', '/' );", - "}", - "", - "// given a key or file item from the library, return if exists t/f, key, file, and key for first item", - "// is_key = true if library key with no path or extension", - "// is_key = false if file name with full path and extension", - "// should also work with no parameters to return number of files in library and in deploy/solar_resource folder", - "function solar_library( item, is_key )", - "{", - "\tT = {};", - "\tlib_file = userlocaldatadir() + '/SolarResourceData.csv';", - "\tlib_data = csvread( lib_file, { 'table' = true } );", - "\tfiles = lib_data{'File name'}; files -@ 0; files -@ 0;", - "\tfor( i=0; i<#files; i++) { files[i] = lower(slash_back_to_forward(files[i])); }", - "\tkeys = lib_data{'Name'}; keys -@ 0; keys -@ 0;", - "\tif ( is_key ) { ii = keys ?@ item; }", - "\telse { ii = files ?@ lower(item); }", - "\tT{'is_in_library'} = false; ", - "\tT{'lib_key'} = null;", - "\tif ( ii > -1 ) ", - "\t{", - "\t\tT{'is_in_library'} = true; ", - "\t\tT{'lib_key'} = keys[ii];", - "\t\tT{'file_name'} = files[ii];", - "\t}", - "\tT{'num_files_in_library'} = #files;", - "\tstr = slash_back_to_forward( appdir() );", - "\tarr = split( str, '/' );", - "\tarr -@ #arr-1;", - "\tarr[#arr] = 'solar_resource';", - "\tdefault_path = '';", - "\tfor( i=0; i<#arr; i++ ) {default_path += arr[i] + '/'; }", - "\tdefault_files = dir_list( default_path, '*', false );", - "\tT{'num_default_files'} = #default_files;", - "\treturn T;", - "}", - "", - "// update weather file, annual summaries and summary text based on whether file is from library or user specified via LK script", - "// ctxt is for testing to see when function was called", - "function update_info( ctxt )", - "{", - "\twf = value('solar_resource_file'); ", - "\tL = strlen( value( 'library_folder_list' ) );\r", - "\t/*", - "\tmsgbox('Hello from update_info() in ' + ctxt + '!\\nsolar_resource_file = ' + value('solar_resource_file')", - "\t + '\\nsolar_data_file_name = ' + value('solar_data_file_name')", - "\t + '\\n\\nsolar_data_file_name_load = ' + value('solar_data_file_name_load') ", - "\t + '\\n\\nuser_specified_weather_file = ' + value('user_specified_weather_file')", - "\t + '\\n\\nfile_name = ' + value('file_name') ", - "\t + '\\n\\nsolar_resource = ' + value('solar_resource') ", - "\t + '\\n\\nwf is in library = ' + solar_library(value('solar_resource_file'),false){'is_in_library'}", - "\t + '\\n\\ncurrent selection is in library = ' + solar_library(value('solar_resource'),true){'is_in_library'} );", - "\t*/", - "\t//if selected library file is no longer in library reload library, and exit", - "\twf_ok = false;", - "\tif (!file_exists(wf) )", - "\t{", - "\t\tmsg_caption = 'Weather file does not exist. Please choose or download a different file above.';", - "\t\tmsg_color = 'red';", - "\t\tshow_button = false;", - "\t\trescanlibrary('solar'); // remove deleted file from library", - "\t}", - "\t// display message depending on whether file is in library or is a user-specified file", - "\telseif ( wf != value('solar_data_file_name') )", - "\t{", - "\t\tmsg_caption = 'The weather file is different from the file selected in the library because it was modified by an LK script. Click Add File to Library if you want the file to appear in the library list above.';", - "\t\tmsg_color = 'red';", - "\t\tshow_button = true;", - "\t}", - "\telseif ( strlen( value( 'library_folder_list' ) ) < L ) // ** this check should never be true, right???", - "\t{", - "\t\tmsg_caption = 'Weather file folder not in list? Please choose or download a different file above, or click Add file to library.';", - "\t\tmsg_color = 'red';", - "\t\tshow_button = true;", - "\t}", - "\telseif ( !solar_library(slash_back_to_forward(value('solar_resource')),true){'is_in_library'} )", - "\t{", - "\t\tmsg_caption = 'Weather file is not in library. Please choose or download a different file above, or click Add file to library.';", - "\t\tmsg_color = 'red';", - "\t\tshow_button = true;", - "\t}", - "\telse", - "\t{", - "\t\tmsg_caption = 'The following information describes the data in the highlighted weather file from the Solar Resource library above. This is the file SAM will use when you click Simulate.';", - "\t\tmsg_color = 'black';", - "\t\tshow_button = false;", - "\t\twf_ok = true;", - "\t}", - "", - "\t// show / hide PV only summary data", - "\tis_pv = ( technology() == 'Flat Plate PV' || technology() == 'PVWatts' );", - "\tproperty( 'summary_caption' , 'Caption' , msg_caption );", - "\tproperty( 'summary_caption' , 'TextColour' , msg_color );", - "\tshow('btn_add_file_to_library', show_button);", - "\tshow('group_optional', is_pv );", - "\tshow('annual_snow', is_pv );", - "\tshow('annual_albedo',is_pv );", - "\trefresh(''); // always refresh after calling show()", - "", - "\t// display message for new users if library contains only default files", - "\tproperty( 'caption_library', 'Caption', 'The default library comes with only a few weather files to help you get started. Use the download tools below to build a library of locations you frequently model. Once you build your library, it is available for all of your work in SAM.' );", - "\tproperty( 'caption_library', 'TextColour', 'black' );", - "\tlib = solar_library( 'dummy', false );", - "\tif ( lib{'num_files_in_library'} == lib{'num_default_files'} )", - "\t{", - "\t\tproperty( 'caption_library', 'Caption', 'You have not added any weather files to your library. To add files, use the download tools below to get weather files from the NSRDB, or click Add Remove Weather File folders to add files from your computer. The default library comes with only a few weather files to help you get started.' );", - "\t\tproperty( 'caption_library', 'TextColour', 'red' );", - "\t}", - "", - "\t// calculate and display annual summary data", - "\tif ( wf_ok )", - "\t{", - "\t\tobj = ssc_create();", - "\t\tssc_var( obj, 'file_name', wf );", - "\t\tresult = ssc_exec( obj, 'wfreader' );", - "\t\tif ( 0 == result )", - "\t\t{", - "\t\t\tvalue( 'annual_global', ssc_var(obj, 'annual_glob') );", - "\t\t\tvalue( 'annual_beam', ssc_var(obj, 'annual_beam') );", - "\t\t\tvalue( 'annual_diffuse', ssc_var(obj, 'annual_diff') );", - "\t\t\tvalue( 'annual_tdry', ssc_var(obj, 'annual_tdry') );\r", - "\t\t\tvalue( 'annual_twet', ssc_var(obj, 'annual_twet') );", - "\t\t\tvalue( 'annual_wspd', ssc_var(obj, 'annual_wspd') );", - "\t\t\tvalue( 'annual_snow', ssc_var(obj, 'annual_snow') );", - "\t\t\tvalue( 'annual_albedo', ssc_var(obj, 'annual_albedo') );", - "\t\t\tvalue( 'step', ssc_var(obj, 'step') );\r", - "\t\t\t\r", - "\t\t\trhum = ssc_var(obj, 'rhum');", - "\t\t\trhum_ok = true;", - "\t\t\tif ( isnan( rhum[0] ) ) { rhum_ok = false; }", - "\t\t\t// used for timestep calculation in editscene3d", - "\t\t\tvalue( 'wf_nrecords', ssc_var(obj, 'nrecords') );", - "\t\t}", - "\t\telse", - "\t\t{", - "\t\t\tmsgbox('Weather file reader failed!\\n' ", - "\t\t\t+ result", - "\t\t\t+ '\\n\\nTo avoid this message, remove the following file from your weather file folders: \\n' + wf);", - "\t\t\tvalue( 'annual_global', nan() );", - "\t\t\tvalue( 'annual_beam', nan() );", - "\t\t\tvalue( 'annual_diffuse', nan() );", - "\t\t\tvalue( 'annual_tdry', nan() );\r", - "\t\t\tvalue( 'annual_twet', nan() );", - "\t\t\tvalue( 'annual_wspd', nan() );", - "\t\t\tvalue( 'annual_snow', nan() );", - "\t\t\tvalue( 'annual_albedo', nan() );", - "\t\t\tvalue( 'wf_nrecords', nan() );", - "\t\t}", - "\t\tssc_free( obj );", - "\t}", - "\t", - "\tif ( librarygetcurrentselection('solar_resource') == '' )", - "\t{", - "\t\tlibrarynotifytext('solar_resource','Please choose a file. Nothing selected.');", - "\t}", - "\telseif ( !solar_library(slash_back_to_forward(value('solar_resource')),true){'is_in_library'} ) ", - "\t{", - "\t\tlibrarynotifytext('solar_resource', 'Please choose a file. Current selection not in library.');", - "\t}", - "\telseif (librarygetnumbermatches('solar_resource') < 1)", - "\t{", - "\t\tvalue('in_location', librarygetfiltertext('solar_resource'));", - "\t\tlibrarynotifytext('solar_resource', 'No match found. Try downloading a weather file below.');", - "\t}", - "\telseif ( librarygetcurrentselection('solar_resource') != file_to_key( value('solar_resource_file')) )", - "\t{", - "\t\tlibrarynotifytext('solar_resource','Current selection is different from weather file.');", - "\t}", - "\telse", - "\t{", - "\t\tlibrarynotifytext('solar_resource', ''); //'Everything is fine.'", - "\t\tvalue('in_location', 'Type a location name, street address, or lat,lon in decimal degrees');", - "\t}", - "\t", - "\t//msgbox('libraryget functions'+", - "\t//'\\nfiltertext = ' + librarygetfiltertext('solar_resource') ", - "\t//+ '\\nnumber matches = ' + librarygetnumbermatches('solar_resource') ", - "\t//+ '\\ncurrentselection = ' + librarygetcurrentselection('solar_resource'));", - "\t", - "\tdisplay_tech_message();", - "}", - "", - "// update ui list of library folders, and optionally add new path to library folders", - "function update_library_folders( new_path )", - "{", - "\t//msgbox('Hello from update_library_folders()');", - "\tx = get_settings('solar_data_paths');", - "\t// add new path if provided and it doesn't already exist in the library", - "\tif ( new_path != '' && dir_exists( new_path ) && ( strpos( x, new_path ) < 0 ) )", - "\t{", - "\t\tif ( x != '' ) { x += ';'; }", - "\t\tx += slash_back_to_forward( new_path );", - "\t}", - "\t// list of library folders files to display on separate lines", - "\tpaths = split( x, ';' );", - "\t// put solar download folder at top of list", - "\tclean_list = '';", - "\t// remove folders in list that no longer exist", - "\tfor (i = 0; i<#paths; i++ )", - "\t{", - "\t\tif ( dir_exists( paths[i] ) )", - "\t\t{", - "\t\t\tclean_list += paths[i];", - "\t\t\tif ( i < #paths-1 ) { clean_list += ';'; }", - "\t\t}\t", - "\t}\t\t", - "\t// update solar_data_paths used by library.cpp and nsrdb.cpp to cleaned list\t\t", - "\tset_settings('solar_data_paths', clean_list );", - "\t// update list to display", - "\tvalue( 'library_folder_list', get_settings('solar_download_path') + '\\n' ", - "\t + replace( clean_list , ';' , '\\n' ) );", - "\trescanlibrary( 'solar' ); ", - "}", - "", - "function display_tech_message() ", - "{", - "\tstr = '';", - "\tstr_and = '';", - "\ttech = technology();", - "\tcsp_techs = ['Physical Trough','Empirical Trough','MSPT','DSPT','MSLF','MSLF_old','DSLF','Dish Stirling','Generic CSP System'];", - "\tfor ( i=0; i<#csp_techs; i++ )", - "\t{", - "\t\tif ( tech == csp_techs[i] ) ", - "\t\t{", - "\t\t\tstr = 'CSP models use a different time convention than NREL NSRDB data. See Help for details.';", - "\t\t}\t", - "\t}", - "\tif ( tech == 'Biopower' )", - "\t{ ", - "\t\tif ( isnan( value('annual_global') ) || !rhum_ok )", - "\t\t{", - "\t\t\tstr = 'The Biopower model requires ';", - "\t\t}", - "\t\tif ( isnan( value('annual_global' ) ) ) ", - "\t\t{", - "\t\t\tstr += 'global horizontal irradiance data ';", - "\t\t\tstr_and = 'and ';", - "\t\t}\t", - "\t\tif ( !rhum_ok ) ", - "\t\t{", - "\t\tstr += str_and + 'relative humidity data. See Help for details.';", - "\t\t}\t", - "\t}", - "\tproperty( 'caption_techs' , 'Caption', str );\t\t", - "\tproperty( 'caption_techs' , 'TextColour', 'red' );", - "}", - "", - "// display window for advanced download", - "function nsrdb_all() ", - "{", - "\thash = nsrdbquery();", - "\t// meta data", - "\tif ( hash != '' )", - "\t{ ", - "\t\tfn = hash{'file'};", - "\t\tdn = hash{'folder'};", - "\t\taf = hash{'addfolder'};", - "\t\tif ( fn != '' )", - "\t\t{", - "\t\t\terror = wf_check( fn );", - "\t\t}\t", - "\t\tif (af == \"no\")", - "\t\t{", - "\t\t\tif ((fn != '') && (dn != ''))", - "\t\t\t{", - "\t\t\t\tvalue( 'use_specific_weather_file', 1 );", - "\t\t\t\tfn = replace(fn, '\\\\', '/');", - "\t\t\t\tvalue( 'user_specified_weather_file', fn );", - "\t\t\t}", - "\t\t}", - "\t\telse", - "\t\t{", - "\t\t\trescanlibrary( 'solar' ); //** is this necessary??", - "\t\t\tif (fn != '')", - "\t\t\t{", - "\t\t\t\tvalue( 'use_specific_weather_file', 0 );", - "\t\t\t\tvalue( 'solar_resource', file_to_key( fn ) );", - "\t\t\t}", - "\t\t}", - "\t}", - "}", - "", - "// clean up location string to use as file name", - "function clean_name( location )", - "{", - "\tname = location;", - "\tname = replace( name , ', ' , ',' );", - "\tname = replace( name , ',' , '_' );", - "\tname = replace( name , ' ' , ' ' );", - "\tname = replace( name , ' ' , '_' );", - "\treturn lower(name);", - "}", - "", - "// return a set of urls for valid datasets available for a location\r", - "function nsrdb( location, is_tmy )\r", - "{\r", - "\tname = '';\r", - "\turl = '';\r", - "\tyears = [];\r", - "\tmsg = '';\r", - "\tis_suny = false;\r", - "\tg = {'lat'=null,'lon'=null, tz=null, 'ok'=false};\r", - "\tlat = null;\r", - "\tlon = null;\r", - "\tjson_ok = false; // call to nsrdb API returned valid json with outputs\r", - "\tdataset_ok = false; // requested data is available from NSRDB API\r", - "\tif ( strpos(lower(location),'type a location name') > -1 )\r", - "\t{\r", - "\t\tmsg += 'Invalid location name: \\\"' + location + '\\\"\\n\\n';\r", - "\t}\r", - "\telse\r", - "\t{\r", - "\t\tloc_test = test_decimal_degrees( location );\r", - "\t\t//msgbox('Debug\\nloc_test = ' + loc_test);\r", - "\t\tmsg += loc_test.msg + '\\n\\n';\r", - "\t\tif ( loc_test.address != null )\r", - "\t\t{\r", - "\t\t\tlocation = loc_test.address;\r", - "\t\t\tg = geocode( location );\r", - "\t\t\tif ( g.ok ) \r", - "\t\t\t{\r", - "\t\t\t\tlat = g.lat;\r", - "\t\t\t\tlon = g.lon;\r", - "\t\t\t}\r", - "\t\t}\r", - "\t\telseif ( loc_test.lat != null && loc_test.lon != null ) // skip geocoding if lat/lon provided by user\r", - "\t\t{\r", - "\t\t\tlat = loc_test.lat;\r", - "\t\t\tlon = loc_test.lon;\r", - "\t\t\tlocation = to_string(lat) + ',' + to_string(lon);\r", - "\t\t}\r", - "\t\t//msgbox('Debug\\nlat = ' + lat + '\\nlon =' + lon + '\\nlocation = ' + location );\r", - "\t}\r", - "\tif ( lat != null && lon != null )\r", - "\t{\r", - "\t\turl = webapi( 'nsrdb_query' );\r", - "\t\turl = replace( url, '', lat );\r", - "\t\turl = replace( url, '', lon );\r", - "\t\t//msgbox('Debug\\nurl = ' + url);\r", - "\t\tjson_str = curl( url );\r", - "\t\tmsg += 'Latitude / longitude for NSRDB Data Query: ' + lat + ',' + lon + '\\n\\n';\r", - "\t\tmsg += 'URL for NSRDB Data Query: ' + url + '\\n\\n';\r", - "\r", - "\t\tapi_check = nsrdb_query_json_check( json_str );\r", - "\t\tjson_ok = api_check.json_ok;\r", - "\t\t\r", - "\t\tif ( json_ok )\r", - "\t\t{\r", - "\t\t\tvar = api_check.var;\r", - "\t\t\tavailable_datasets = var.outputs;\r", - "\t\t\t//msgbox('Debug\\navailable_datasets = ' + available_datasets);\r", - "\t\t\t// store available names for troubleshooting message\r", - "\t\t\tfor ( i=0; i<#available_datasets; i++ )\r", - "\t\t\t{\r", - "\t\t\t\tavailable_names[i] = available_datasets[i].name;\r", - "\t\t\t}\r", - "\t\t\t//msgbox('Debug\\navailable_names = ' + available_names);\r", - "\t\t\ti_dataset = -1;\r", - "\t\t\t// get index of dataset for requested file (tmy or single-year)\r", - "\t\t\tfor ( i=0; i<#available_datasets; i++ )\r", - "\t\t\t{\r", - "\t\t\t\tname = available_datasets[i].name;\r", - "\t\t\t\tif ( is_tmy )\r", - "\t\t\t\t{\r", - "\t\t\t\t\t// only use himawari-tmy if nsrdb-GOES-tmy-v4-0-0 is not available\r", - "\t\t\t\t\tif ( name == 'himawari-tmy' && (available_names ?@ 'nsrdb-GOES-tmy-v4-0-0') < 0 )\r", - "\t\t\t\t\t{\r", - "\t\t\t\t\t\ti_dataset = i;\r", - "\t\t\t\t\t}\r", - "\t\t\t\t\t// only use suny-india-tmy if himawari-tmy is not available\r", - "\t\t\t\t\telseif ( name == 'suny-india-tmy' && (available_names ?@ 'himawari-tmy') < 0 )\r", - "\t\t\t\t\t{\r", - "\t\t\t\t\t\ti_dataset = i;\r", - "\t\t\t\t\t}\r", - "\t\t\t\t\telseif ( name == 'nsrdb-GOES-tmy-v4-0-0' )\r", - "\t\t\t\t\t{\r", - "\t\t\t\t\t\ti_dataset = i;\r", - "\t\t\t\t\t}\r", - "\t\t\t\t\telseif( name == 'nsrdb-msg-v1-0-0-tmy' )\r", - "\t\t\t\t\t{\r", - "\t\t\t\t\t\ti_dataset = i;\r", - "\t\t\t\t\t}\r", - "\t\t\t\t}\r", - "\t\t\t\telse // single year\r", - "\t\t\t\t{\r", - "\t\t\t\t\tif ( name == 'msg-iodc' && (available_names ?@ 'himawari') < 0 ) \r", - "\t\t\t\t\t{\r", - "\t\t\t\t\t\t\ti_dataset = i;\r", - "\t\t\t\t\t}\r", - "\t\t\t\t\telseif ( name == 'full-disc' && (available_names ?@ 'nsrdb-GOES-aggregated-v4-0-0') < 0 )\r", - "\t\t\t\t\t{\r", - "\t\t\t\t\t\t\ti_dataset = i;\r", - "\t\t\t\t\t}\r", - "\t\t\t\t\telseif ( name == 'himawari' && (available_names ?@ 'nsrdb-GOES-aggregated-v4-0-0') < 0 )\r", - "\t\t\t\t\t{\r", - "\t\t\t\t\t\t\ti_dataset = i;\r", - "\t\t\t\t\t}\r", - "\t\t\t\t\telseif ( name == 'nsrdb-GOES-aggregated-v4-0-0' ) \r", - "\t\t\t\t\t{\r", - "\t\t\t\t\t\ti_dataset = i;\r", - "\t\t\t\t\t}\r", - "\t\t\t\t}\t\r", - "\t\t\t\t//msgbox('Debug\\navailable_datasets[i].name = ' + available_datasets[i].name + '\\ni_dataset = ' + i_dataset);\r", - "\t\t\t}\t\r", - "\t\t\tif ( i_dataset == -1 )\r", - "\t\t\t{\r", - "\t\t\t\tstr_tmy = '';\r", - "\t\t\t\tif ( is_tmy ) { str_tmy = 'TMY'; }\r", - "\t\t\t\tmsg += 'No ' + str_tmy + ' file available for \\\"' + location + '\\\". (Available datasets: ' + available_names + ')\\n\\n';\r", - "\t\t\t\tmsg += 'Try the Advanced Download option or see https://sam.nrel.gov/weather for other sources of data.\\n';\r", - "\t\t\t\tdataset_ok = false;\r", - "\t\t\t}\r", - "\t\t\telse\r", - "\t\t\t{\r", - "\t\t\t\tname = var.outputs[i_dataset].name;\r", - "\t\t\t\turl = var.outputs[i_dataset].apiUrl+'.csv';\r", - "\t\t\t\tyears = var.outputs[i_dataset].availableYears;\r", - "\t\t\t\tdataset_ok = true;\r", - "\t\t\t}\r", - "\t\t}\r", - "\t\telse \r", - "\t\t{ \r", - "\t\t\tmsg += api_check.msg;\r", - "\t\t}\r", - "\t}\r", - "\telse \r", - "\t{\r", - "\t\tmsg += 'Geocoding failed: Could not connect to service or failed to recognize \\\"' + location + '\\\" \\n';\r", - "\t}\r", - "\tok_test = ( lat != null && lon != null && dataset_ok == true );\r", - "\t//msgbox('Debug\\nok_test = ' + ok_test + '\\nlat = ' + lat\t+ '\\nlon = ' + lon + '\\ndataset_ok = ' + dataset_ok );\r", - "\treturn { 'name' = name , 'msg' = msg , 'url' = url, 'years' = years , 'ok' = ok_test , 'lat' = lat, 'lon' = lon };\r", - "}\r", - "", - "function wf_check( wf )", - "{", - "\tif ( file_exists( wf ) )", - "\t{", - "\t\tssc = ssc_create();", - "\t\tssc_var( ssc, 'input_file', wf );", - "\t\tresult = ssc_exec( ssc, 'wfcheck', {'show_dialog'=false} );", - "\t\tresult = to_string( result );", - "\t\tssc_free( ssc );", - "\t}", - "\telse", - "\t{", - "\t\tresult = 'Weather file checker could not find file: ' + wf ;", - "\t}", - "\treturn result;", - "}", - "", - "// returns a weather file for the current NSRDB data available for a location", - "function nsrdb_get()", - "{", - "\tenum { TMY, SINGLE_YEAR, ALL_YEARS };", - "\tenum { ONE_LOCATION, MULTIPLE_LOCATIONS };", - "\tenum { HOURLY, HALF_HOURLY };", - "\tmsg = '';", - "\tdownload_ok = true;", - "\tlocation_ok = true;", - "\tfolder = slash_back_to_forward( wfdownloaddir() );", - "\tlog_file = folder + '/sam_nsrdb_download_log.txt';", - "\tif ( file_exists( log_file ) ) { flog = open( log_file , 'a' ); }", - "\telse { flog = open( log_file, 'w' ); }", - "\twrite_line( flog, 'NSRDB Download ' + date_time());", - "\twrite_line( flog, '==========================================================\\n');\t", - "\tif ( value( 'in_location_options' ) == ONE_LOCATION )", - "\t{\t", - "\t\tlocation = [ value('in_location') ];", - "\t}", - "\telse", - "\t{", - "\t\tlocation_list = value('in_location_list'); // string with '|' delimiter", - "\t\tlocation_list = replace( location_list, '\\\"', '' ); // files from spreadsheets may use quotes for strings", - "\t\tlocation = split(location_list, '|');", - "\t}", - "\tdownload_option = value('in_nsrdb_options');", - "\tif ( value( 'in_time_step' ) == HOURLY || download_option == TMY ) // tmy is always hourly", - "\t{\t", - "\t\ttime_step = '60'; ", - "\t}", - "\telse", - "\t{", - "\t\ttime_step = '30'; ", - "\t}", - "\twrite_line( flog, 'Requested location(s): ' + location + '\\n');", - "\tpb_locations = progressbar( { 'title' = 'Download Progress' , 'message' = 'Starting download.' , 'cancelbutton' = false , 'closebutton' = false , 'time' = false , 'max' = #location } );", - "\tfor ( n=0; n<#location; n++ )", - "\t{", - "\t\twrite_line( flog, 'Location ' + to_string(n+1) + ' of ' + #location + ': \\\"' + location[n] + '\\\"');", - "\t\twrite_line( flog, '----------------------------------------------------------\\n');\t", - "\t\tprogressbar( pb_locations, { 'message' = 'Getting download information for \\\"' + location[n] + '\\\".' , 'value' = 1+n } );", - "\t\tdataset[n] = nsrdb( location[n], download_option == TMY );", - "\t\tprogressbar( pb_locations, { 'message' = 'Processing download information for \\\"' + location[n] + '\\\".' , 'value' = 1+n } );", - "\t\tif ( !dataset[n].ok )", - "\t\t{", - "\t\t\tdownload_ok = false;", - "\t\t\twrite_line( flog, dataset[n].msg + '\\n');", - "\t\t\tmsg += dataset[n].msg + '\\n';", - "\t\t\tcontinue;", - "\t\t}\t", - "\t\tif ( download_option == TMY ) // this needs to work for both nsrdb-GOES-tmy-v4-0-0 and suny-india-tmy", - "\t\t{\t", - "\t\t\ttype = ['tmy']; // should get newest TMY file for nsrdb-GOES-tmy-v4-0-0, or tmy for suny-india-tmy", - "\t\t}", - "\t\telseif ( download_option == SINGLE_YEAR ) ", - "\t\t{", - "\t\t\ty = choose_from_list( dataset[n].years, 'Choose a year', 'Available Years for \\\"' + location[n] +'\\\"', 0 ); ", - "\t\t\tif (y == '')", - "\t\t\t{", - "\t\t\t\tdownload_ok = false;", - "\t\t\t\twrite_line( flog, 'Year not valid: Selection cancelled by user.\\n' );", - "\t\t\t\tcontinue;", - "\t\t\t}", - "\t\t\telse\t", - "\t\t\t{\t", - "\t\t\t\ttype = [to_int( y )]; ", - "\t\t\t}", - "\t\t}", - "\t\telse // all years", - "\t\t{\t", - "\t\t\ttype = dataset[n].years; ", - "\t\t}", - "\t\twrite_line( flog, 'Requested year(s): ' + type );", - "\t\tif ( dataset[n].ok )", - "\t\t{ ", - "\t\t\tbase_url = dataset[n].url;", - "\t\t\tbase_url += '?api_key=';", - "\t\t\tbase_url += '&full_name=sam_user';", - "\t\t\tbase_url += '&email=';", - "\t\t\tbase_url += '&affiliation=unknown'; ", - "\t\t\tbase_url += '&mailing_list=false';", - "\t\t\tbase_url += '&reason=SAM';", - "\t\t\tbase_url += '&interval=' + time_step;", - "\t\t\tbase_url += '&utc=false';", - "\t\t\tbase_url += '&leap_day=false';", - "", - "\t\t\t// create folder for multiple years to facilitate", - "\t\t\t// p50 p90 and add to library folders list", - "\t\t\t// do not put tmy file in multiple year folder", - "\t\t\t// use default folder if mdkir() fails", - "\t\t\tdefault_download_path = slash_back_to_forward( folder );", - "\t\t\ttmy_path = slash_back_to_forward( default_download_path );", - "\t\t\tpath = slash_back_to_forward( default_download_path );", - "\t\t\tif ( #type > 1 )", - "\t\t\t{", - "\t\t\t\tpath = path + '/' + clean_name( location[n] ) ;", - "\t\t\t\tif ( !dir_exists( path ) )", - "\t\t\t\t{", - "\t\t\t\t\tif ( !mkdir( path, false ) )", - "\t\t\t\t\t{\tpath = default_download_path; }", - "\t\t\t\t}", - "\t\t\t\tif ( path != default_download_path /*&& i == 0*/)", - "\t\t\t\t{\tupdate_library_folders( path ); }", - "\t\t\t}", - "\t\t\t", - "\t\t\tpb_years = progressbar( { 'title' = 'Download Progress for ' + location[n] , 'message' = 'Downloading, please wait...', 'cancelbutton' = false , 'closebutton' = false , 'time' = false , 'max' = #type } );", - "\t\t\t\t", - "\t\t\t// for each year", - "\t\t\tbase = base_url;", - "\t\t\tfor( i=0; i<#type; i++ )", - "\t\t\t{", - "\t\t\t\tbase_url = base;", - "\t\t\t\tprogressbar( pb_years, { 'message' = 'Preparing file ' + to_string(i+1) + ' of ' + #type + '.' , 'value' = 1+i } );", - "\t\t\t\tfile_skipped = false;", - "\t\t\t\tno_current_data = false;", - "\t\t\t\t// only get attributes SAM needs for simulations", - "\t\t\t\t// otherwise default is to get all attributes", - "\t\t\t\t// https://developer.nrel.gov/docs/solar/nsrdb/", - "\t\t\t\tif ( dataset[n].name == 'nsrdb-GOES-aggregated-v4-0-0')", - "\t\t\t\t{", - "\t\t\t\t\tbase_url += '&attributes=dni,dhi,ghi,dew_point,air_temperature,surface_pressure,relative_humidity,wind_direction,wind_speed,surface_albedo,clearsky_dhi,clearsky_dni,clearsky_ghi';", - "\t\t\t\t}", - "\t\t\t\telseif ( dataset[n].name == 'nsrdb-GOES-tmy-v4-0-0')", - "\t\t\t\t{", - "\t\t\t\t\tbase_url += '&attributes=dni,dhi,ghi,dew_point,air_temperature,surface_pressure,wind_direction,wind_speed,surface_albedo,clearsky_dhi,clearsky_dni,clearsky_ghi';", - "\t\t\t\t}", - "\t\t\t\telseif ( dataset[n].name == 'suny-india' )", - "\t\t\t\t{", - "\t\t\t\t\tbase_url += '&attributes=dni,dhi,ghi,dew_point,surface_temperature,surface_pressure,relative_humidity,wdir,wspd,snow_depth';", - "\t\t\t\t}", - "\t\t\t\telseif ( dataset[n].name == 'suny-india-tmy' )", - "\t\t\t\t{", - "\t\t\t\t\tbase_url += '&attributes=dni,dhi,ghi,dew_point,air_temperature,surface_pressure,wind_direction,wind_speed';", - "\t\t\t\t}", - "\t\t\t\telseif ( dataset[n].name == 'msg-iodc' )", - "\t\t\t\t{", - "\t\t\t\t\tbase_url += '&attributes=dni,dhi,ghi,dew_point,air_temperature,surface_pressure,relative_humidity,wind_direction,wind_speed,surface_albedo,clearsky_dhi,clearsky_dni,clearsky_ghi';", - "\t\t\t\t}", - "\t\t\t\twrite_line( flog, '\\nFile ' + to_string(i+1) + ' of ' + #type + ': ' + type[i]);", - "\t\t\t\twrite_line( flog, '----------------------------------------------------------\\n');\t", - "\t\t\t\turl = base_url + '&names=' + to_string(type[i]);", - "\t\t\t\turl += '&wkt=POINT(' + dataset[n].lon + '%20' + dataset[n].lat + ')';", - "\t\t\t\twrite_line( flog, url + '\\n');", - "\t\t\t\tfname = path + '/' + clean_name( location[n] ) + '_' + dataset[n].lat + '_' + dataset[n].lon + '_' + dataset[n].name + '_' + time_step + '_' + type[i] + '.csv';", - "\t\t\t\tif ( type[i] == 'tmy' ) ", - "\t\t\t\t{", - "\t\t\t\t\tfname = replace( fname, path, tmy_path ); ", - "\t\t\t\t\tfname_tmy = fname;", - "\t\t\t\t}", - "\t\t\t\tif ( solar_library( fname, false ){'is_in_library'} )", - "\t\t\t\t{", - "\t\t\t\t\tfile_skipped = true;", - "\t\t\t\t\tstr = 'File skipped, already exists: ' + fname + '\\n';", - "\t\t\t\t\twrite_line( flog, str );", - "\t\t\t\t\tmsg += str + '\\n';", - "\t\t\t\t\tif ( #location == 1 )", - "\t\t\t\t\t{", - "\t\t\t\t\t\tvalue( 'solar_resource', file_to_key( fname ) );", - "\t\t\t\t\t}\t", - "\t\t\t\t}", - "\t\t\t\telse // elseif ( !no_current_data )\t", - "\t\t\t\t{", - "\t\t\t\t\twf_error = '';", - "\t\t\t\t\tstart = start_timer();", - "\t\t\t\t\tprogressbar( pb_years, { 'message' = 'Downloading file ' + to_string(i+1) + ' of ' + #type + '.' , 'value' = 1+i } );", - "\t\t\t\t\tcurl_ok = curl( url , { 'file'= fname } ); // curl() should replace from private.h and from registry", - "\t\t\t\t\ttime = elapsed_time() / 1000;", - "\t\t\t\t\twrite_line( flog, 'Download time: ' + time + ' seconds.\\n' );", - "\t\t\t\t\tprogressbar( pb_years, { 'message' = 'Checking file ' + to_string(i+1) + ' of ' + #type + '.' , 'value' = 1+i } );", - "\t\t\t\t\tif ( !curl_ok )", - "\t\t\t\t\t{", - "\t\t\t\t\t\tdownload_ok = false;", - "\t\t\t\t\t\twrite_line( flog, 'Failed to download file from NSRDB: cURL failed.');", - "\t\t\t\t\t\tmsg += ('Failed to download weather file ' + fname + '\\n');", - "\t\t\t\t\t}", - "\t\t\t\t\telse", - "\t\t\t\t\t{", - "\t\t\t\t\t\twf_error = wf_check( fname );", - "\t\t\t\t\t\tif ( wf_error != \"0\" ) // usually indicates NSRDB returned a file containing error message instead of weather data", - "\t\t\t\t\t\t{", - "\t\t\t\t\t\t\tdownload_ok = false;", - "\t\t\t\t\t\t\twrite_line( flog, 'Weather file test failed, ' + wf_error + ': ' + fname + '.\\n');", - "\t\t\t\t\t\t\tfile_text = read_text_file( fname );", - "\t\t\t\t\t\t\tif ( #file_text < 1000 ) // probably JSON returned by NSRDB", - "\t\t\t\t\t\t\t{ ", - "\t\t\t\t\t\t\t\tvar_err = json_read( file_text );", - "\t\t\t\t\t\t\t\tif ( strpos( var_err, 'json-error') > -1 ) // JSON not valid (could be HTML message from server)", - "\t\t\t\t\t\t\t\t{", - "\t\t\t\t\t\t\t\t\tmsg += 'Expected JSON from NSRDB is not valid. This could indicate that the NSRDB service is down.';", - "\t\t\t\t\t\t\t\t\tif ( strpos( file_text, '') > -1 )", - "\t\t\t\t\t\t\t\t\t{", - "\t\t\t\t\t\t\t\t\t\thtml_dialog( file_text, 'Message from NSRDB' );", - "\t\t\t\t\t\t\t\t\t}", - "\t\t\t\t\t\t\t\t}", - "\t\t\t\t\t\t\t\telse // valid JSON with error message", - "\t\t\t\t\t\t\t\t{", - "\t\t\t\t\t\t\t\t\tmsg += 'Error message from NSRDB: \\n' + var_err.errors[0] +'\\n\\n';", - "\t\t\t\t\t\t\t\t}", - "\t\t\t\t\t\t\t\twrite_line( flog, 'Text from file:\\n' + file_text );", - "\t\t\t\t\t\t\t}", - "\t\t\t\t\t\t\tmsg += 'Weather file test failed for ' + file_only( fname ) + '.\\n';", - "\t\t\t\t\t\t\tfname_new = replace( fname, '.csv' , '_bad.txt' ); // rename file so next download attempt won't detect existing file", - "\t\t\t\t\t\t\tok = rename_file( fname , fname_new );", - "\t\t\t\t\t\t\tif ( ok )", - "\t\t\t\t\t\t\t{ ", - "\t\t\t\t\t\t\t\twrite_line( flog, '* File renamed to: ' + fname_new + '.\\n' );", - "\t\t\t\t\t\t\t}", - "\t\t\t\t\t\t\telse", - "\t\t\t\t\t\t\t{", - "\t\t\t\t\t\t\t\twrite_line( flog, '* Failed to rename ' + fname + '.\\n' );\t", - "\t\t\t\t\t\t\t}\t", - "\t\t\t\t\t\t}", - "\t\t\t\t\t\t// set library to last file that was downloaded and passed weather file test", - "\t\t\t\t\t\telseif ( i == #type - 1 ) ", - "\t\t\t\t\t\t{", - "\t\t\t\t\t\t\trescanlibrary('solar');", - "\t\t\t\t\t\t\tfn = fname;", - "\t\t\t\t\t\t\tvalue( 'solar_resource', file_to_key( fn ) );", - "\t\t\t\t\t\t\twrite_line( flog, 'Weather file test passed: ' + fname + '.\\n');", - "\t\t\t\t\t\t}\t", - "\t\t\t\t\t}", - "\t\t\t\t}", - "\t\t\t}\t", - "\t\t\tprogressbar( pb_years );", - "\t\t}\t", - "\t\telse", - "\t\t{", - "\t\t\tdownload_ok = false;", - "\t\t\twrite_line( flog, dataset[n].msg + '\\n');", - "\t\t}", - "\t}", - "\tprogressbar( pb_locations );", - "\tclose ( flog );", - "\tif ( download_ok && #type > 1 ) // multiple years", - "\t{\r", - "\t\tis_uncertainty_tech = (technology() == 'Flat Plate PV' || technology() == 'PVWatts' );", - "\t\tstr = 'Download complete!\\n';", - "\t\tstr += 'Multiple single-year files downloaded to:\\n ' + path + '\\n\\n';", - "\t\tstr += 'Do you want to show instructions for running ' + ? is_uncertainty_tech ['P50/P90', 'Uncertainty' ] + ' simulations now?';", - "\t\tif ( yesno( str ) )", - "\t\t{", - "\t\t\tfolder = path;", - "\t\t\tp50p90_text = 'Instructions for running P50/P90 simulations:\\n\\n'", - "\t\t\t+ '1. Click P50 / P90 at the bottom left of the main SAM window.\\n\\n'", - "\t\t\t+ '2. Click the ellipses (...) to the right of the Select Weather File Folder box.\\n\\n'", - "\t\t\t+ '3. Navigate to ' + folder + '.\\n\\n'", - "\t\t\t+ '4. Click \"Run P50/P90 simulations\".\\n'", - "\t\t\t+ '\\nIf you want to set a custom P value in addition to P10, P50 and P90, you can type a value for \"Custom Px\" before running the simulations.'", - "\t\t\t+ '\\n\\nTo remove this note window, delete all of its contents and close the window.';", - "\t\t\tuncertainty_text = 'Instructions for running Uncertainty simulations:\\n\\n'\r", - "\t\t\t+ '1. Click Uncertainty at the bottom left of the main SAM window.\\n\\n'\r", - "\t\t\t+ '2. Click the Choose Folder button to the right of the Select Weather File Folder box.\\n\\n'\r", - "\t\t\t+ '3. Navigate to ' + folder + '.\\n\\n'\r", - "\t\t\t+ '4. Click the Run Uncertainty Simulations button at the top of the page.\\n'\r", - "\t\t\t+ '\\nIf you want to set a custom P value, type a value for \"Custom Px\" before running the simulations.'\r", - "\t\t\t+ '\\n\\nTo remove this note window, delete all of its contents and close the window.';\r", - "\t\t\tif ( is_uncertainty_tech ) { pagenote( uncertainty_text ); }\r", - "\t\t\telse { pagenote( p50p90_text ); }", - "\t\t}", - "\t}", - "\telseif ( download_ok && !file_skipped && !no_current_data )", - "\t{", - "\t\tstr = 'Download complete!\\n';", - "\t\tstr += 'Weather file(s) downloaded to:\\n' + path + '.\\n';", - "\t\tstr += '\\nOpen log file?';", - "\t\tshow_log = yesno( str );", - "\t\tif ( show_log ) { browse( log_file ); }", - "\t}", - "\telseif ( download_ok && file_skipped )", - "\t{", - "\t\tstr = 'File already in library.\\n Download skipped.\\n\\n' + fname;", - "\t\tmsgbox( str );", - "\t}", - "\telse ", - "\t{", - "\t\tshow_log = yesno( 'Download Messages\\n' + msg + '\\nOpen log file?');", - "\t\tif ( show_log ) { browse( log_file ); }", - "\t}", - "}" - ] -} \ No newline at end of file diff --git a/deploy/runtime/ui/Solar Resource Download.json b/deploy/runtime/ui/Solar Resource Download.json new file mode 100644 index 0000000000..fc39eeface --- /dev/null +++ b/deploy/runtime/ui/Solar Resource Download.json @@ -0,0 +1,1241 @@ +{ + "Name": "Solar Resource Download", + "Width": 882.0, + "Height": 294.0, + "FormObjects": { + "Hyperlink": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Hyperlink2" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 258.0 + }, + "Width": { + "Type": 3.0, + "Integer": 598.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Visit the SAM website Weather Page for links to other data sources." + }, + "URL": { + "Type": 5.0, + "String": "https://sam.nrel.gov/weather-data" + }, + "TabOrder": { + "Type": 3.0, + "Integer": 0.0 + } + } + }, + "Button": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "btn_download" + }, + "X": { + "Type": 3.0, + "Integer": 636.0 + }, + "Y": { + "Type": 3.0, + "Integer": 75.0 + }, + "Width": { + "Type": 3.0, + "Integer": 236.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Download" + }, + "TabOrder": { + "Type": 3.0, + "Integer": 9.0 + } + } + }, + "Button": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "btn_show_log" + }, + "X": { + "Type": 3.0, + "Integer": 636.0 + }, + "Y": { + "Type": 3.0, + "Integer": 258.0 + }, + "Width": { + "Type": 3.0, + "Integer": 236.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Show download log" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "download_weather_caption" + }, + "X": { + "Type": 3.0, + "Integer": 15.0 + }, + "Y": { + "Type": 3.0, + "Integer": 24.0 + }, + "Width": { + "Type": 3.0, + "Integer": 855.0 + }, + "Height": { + "Type": 3.0, + "Integer": 36.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Caption set by show_hide_advanced() functcion" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "TextEntry": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "in_location" + }, + "X": { + "Type": 3.0, + "Integer": 180.0 + }, + "Y": { + "Type": 3.0, + "Integer": 120.0 + }, + "Width": { + "Type": 3.0, + "Integer": 687.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Text": { + "Type": 5.0, + "String": "" + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": 2.0 + } + } + }, + "StringArray": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "in_location_list" + }, + "X": { + "Type": 3.0, + "Integer": 333.0 + }, + "Y": { + "Type": 3.0, + "Integer": 207.0 + }, + "Width": { + "Type": 3.0, + "Integer": 99.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Label": { + "Type": 5.0, + "String": "List of locations" + }, + "Description": { + "Type": 5.0, + "String": "Type or import a list of addresses or lat,lon in decimal degrees" + }, + "TabOrder": { + "Type": 3.0, + "Integer": 7.0 + } + } + }, + "RadioChoice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "in_location_options" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 207.0 + }, + "Width": { + "Type": 3.0, + "Integer": 180.0 + }, + "Height": { + "Type": 3.0, + "Integer": 48.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Selection": { + "Type": 3.0, + "Integer": 0.0 + }, + "Items": { + "Type": 6.0, + "StringList": "One location|Multiple locations" + }, + "ShowCaptions": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Horizontal": { + "Type": 2.0, + "Boolean": 0.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Choice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "in_nsrdb_options" + }, + "X": { + "Type": 3.0, + "Integer": 114.0 + }, + "Y": { + "Type": 3.0, + "Integer": 174.0 + }, + "Width": { + "Type": 3.0, + "Integer": 258.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Items": { + "Type": 6.0, + "StringList": "Default TMY file|Choose year|Download files for all years" + }, + "Selection": { + "Type": 3.0, + "Integer": 0.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": 6.0 + } + } + }, + "RadioChoice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "in_time_step" + }, + "X": { + "Type": 3.0, + "Integer": 462.0 + }, + "Y": { + "Type": 3.0, + "Integer": 207.0 + }, + "Width": { + "Type": 3.0, + "Integer": 180.0 + }, + "Height": { + "Type": 3.0, + "Integer": 48.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Selection": { + "Type": 3.0, + "Integer": 0.0 + }, + "Items": { + "Type": 6.0, + "StringList": "60-minute|30-minute" + }, + "ShowCaptions": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Horizontal": { + "Type": 2.0, + "Boolean": 0.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": 7.0 + } + } + }, + "RadioChoice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "is_advanced" + }, + "X": { + "Type": 3.0, + "Integer": 36.0 + }, + "Y": { + "Type": 3.0, + "Integer": 66.0 + }, + "Width": { + "Type": 3.0, + "Integer": 522.0 + }, + "Height": { + "Type": 3.0, + "Integer": 48.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Selection": { + "Type": 3.0, + "Integer": 0.0 + }, + "Items": { + "Type": 6.0, + "StringList": "Type an address or coordinates to download latest NSRDB data|Use Advanced NSRDB Options window to access all available data" + }, + "ShowCaptions": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Horizontal": { + "Type": 2.0, + "Boolean": 0.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 4" + }, + "X": { + "Type": 3.0, + "Integer": 9.0 + }, + "Y": { + "Type": 3.0, + "Integer": 3.0 + }, + "Width": { + "Type": 3.0, + "Integer": 870.0 + }, + "Height": { + "Type": 3.0, + "Integer": 288.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Download Weather Files" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "options_divider" + }, + "X": { + "Type": 3.0, + "Integer": 21.0 + }, + "Y": { + "Type": 3.0, + "Integer": 156.0 + }, + "Width": { + "Type": 3.0, + "Integer": 846.0 + }, + "Height": { + "Type": 3.0, + "Integer": 16.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Orientation": { + "Type": 3.0, + "Integer": 0.0 + }, + "Colour": { + "Type": 4.0, + "Color": { + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, + "Alpha": 255.0 + } + }, + "Caption": { + "Type": 5.0, + "String": "Options" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + } + }, + "VarDatabase": { + "in_location": { + "Version": 4.0, + "Type": 4.0, + "Label": "Address or coordinates", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": "", + "UIObject": "TextEntry", + "sscVariableName": "", + "sscVariableValue": "" + }, + "in_location_list": { + "Version": 4.0, + "Type": 4.0, + "Label": "List of locations", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "abc", + "Flags": 0.0, + "DefaultValue": "15458 Denver W Pkwy, Golden CO 804041|phoenix,az|45.5,-120.9|Manaus,Brazil", + "UIObject": "StringArray", + "sscVariableName": "", + "sscVariableValue": "" + }, + "in_location_options": { + "Version": 4.0, + "Type": 1.0, + "Label": "Download from a list of locations", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "One location|Multiple locations", + "Flags": 1.0, + "DefaultValue": 0.0, + "UIObject": "RadioChoice", + "sscVariableName": "", + "sscVariableValue": "" + }, + "in_nsrdb_options": { + "Version": 4.0, + "Type": 1.0, + "Label": "File options", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "Default TMY file|Choose year|Download files for all years", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Choice", + "sscVariableName": "", + "sscVariableValue": "" + }, + "in_time_step": { + "Version": 4.0, + "Type": 1.0, + "Label": "Time Step option (0=60 min,1=30 min)", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "60-minute|30-minute", + "Flags": 1.0, + "DefaultValue": 0.0, + "UIObject": "RadioChoice", + "sscVariableName": "", + "sscVariableValue": "" + }, + "is_advanced": { + "Version": 4.0, + "Type": 1.0, + "Label": "Advanced download option", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "Type an address or coordinates to download latest NSRDB data|Use Advanced NSRDB Options window to access all available data", + "Flags": 1.0, + "DefaultValue": 0.0, + "UIObject": "RadioChoice", + "sscVariableName": "", + "sscVariableValue": "" + } + }, + "Equations": [ + "", + "" + ], + "Callbacks": [ + "on_load{'Solar Resource Download'} = define() {\r", + "\t//msgbox('Debug\\non_load Solar Resource Download');", + "\tenable('in_location_list', value('in_location_options') == 1 );\r", + "\tshow_hide_advanced();\r", + "};", + "\r", + "on_change{'btn_download'} = define() {", + "\tif ( value( 'is_advanced' ) ) { nsrdb_all(); }", + "\telse { nsrdb_get(); }", + "};", + "\r", + "on_change{'btn_show_log'} = define() {\r", + "\tfolder = replace(wfdownloaddir(),'\\\\','/');\r", + "\tlog_file = folder + '/sam_nsrdb_download_log.txt';\r", + "\tif ( file_exists( log_file ) ) {\r", + "\t\tbrowse(log_file); \r", + "\t}\r", + "\telse {\r", + "\t\tmsgbox('Failed to open download log.\\n' + log_file);\r", + "\t}\r", + "};\r", + "\r", + "on_change{ 'in_location_options' } = define() {\r", + "\tenable('in_location_list', value('in_location_options') == 1 );\r", + "};\r", + "\r", + "on_change{ 'in_nsrdb_options' } = define() {\r", + "\tenable('in_location_list', value('in_location_options') == 1 && !value('is_advanced'));\r", + "\tenable('in_location', value('in_location_options') == 0 && !value('is_advanced'));\r", + "\tenable('in_location_options', !value('is_advanced') );\r", + "\t// 30-minute data not available for tmy\r", + "\tshow('in_time_step', value('in_nsrdb_options') != 0 && !value('is_advanced')); \r", + "\trefresh();\r", + "};\r", + "\r", + "on_change{ 'is_advanced' } = define() {\r", + "\tshow_hide_advanced();\r", + "};\r", + "\r", + "function show_hide_advanced() {\r", + "\tif ( value('is_advanced') ) {\r", + "\t\tproperty( 'download_weather_caption' , 'Caption' , 'Click the Download button to choose files from a complete list of files available from the NSRDB, including TMY, TGY, TDY for different years and subhourly data.');\r", + "\t\tproperty( 'download_weather_caption' , 'TextColour', 'black' );\r", + "\t}\r", + "\telse {\r", + "\t\tproperty( 'download_weather_caption' , 'Caption' , 'The NSRDB is a database of weather files that you can download and add to your to your solar resource library: Download a default typical-year (TMY) file for most long-term cash flow analyses, or choose files for single-year or P50/P90 analyses. See Help for details.' );\r", + "\t\tproperty( 'download_weather_caption' , 'TextColour', 'black' );\r", + "\t}\r", + "\tshow('options_divider', !value('is_advanced') );\r", + "\tshow('in_location_options', !value('is_advanced') );\r", + "\tshow('in_nsrdb_options', !value('is_advanced') );\r", + "\tshow('in_time_step', value('in_nsrdb_options') != 0 && !value('is_advanced')); \r", + "\tshow('in_location_list', !value('is_advanced') );\r", + "\tshow('in_location', !value('is_advanced') );\r", + "\trefresh();\r", + "}\r", + "\r", + "// NSRDB Download Functions Start Here //////\r", + "\r", + "// check JSON returned by a call to NSRDB Data Query for a valid response\r", + "function nsrdb_query_json_check( json_str ) {\r", + "\tvar = json_read( json_str );\r", + "\t//msgbox('Debug\\nvar.errors = ' + var.errors + '\\nvar.error = ' + var.error);\r", + "\t//msgbox('Debug\\nvar.outputs = ' + var.outputs);\r", + "\t//msgbox('Debug\\nvar = ' + var);\r", + "\t\r", + "\tmsg = '';\r", + "\t// json is valid if var is a table and var.errors is empty\r", + "\tif ( typeof( var ) == 'table' ) {\r", + "\t\tif ( var.errors != null) {\r", + "\t\t\tif ( #var.errors > 0 ) {\r", + "\t\t\t\tjson_ok = false;\r", + "\t\t\t\tmsg += 'Message from NSRDB Data Query: ' + var.errors[0] + '.\\nStatus = ' + var.status;\r", + "\t\t\t}\r", + "\t\t\telse {\r", + "\t\t\t\tjson_ok = true;\r", + "\t\t\t}\r", + "\t\t}\r", + "\t\t// if invalid key is supplied, API returns error with code and message\r", + "\t\telseif ( var.error != null ) {\r", + "\t\t\tif ( #@var.error > 0 ) {\r", + "\t\t\t\tjson_ok = false;\r", + "\t\t\t\tmsg += 'NSRDB Data Query Error: ' + var.error.message + '.\\nCode = ' + var.error.code;\r", + "\t\t\t\tif ( strpos( lower(var.code), 'api' ) > -1 ) { msg += 'See private.h to set API keys.'; }\r", + "\t\t\t}\t\r", + "\t\t}\r", + "\t\t// some locations are not covered by the NSRDB\r", + "\t\tif ( var.outputs == null ) {\r", + "\t\t\tjson_ok = false;\r", + "\t\t\tmsg += 'NSRDB Data Query returns no data (outputs = null) for this location.\\n\\nSee https://sam.nrel.gov/weather for links to other data sources.\\n';\r", + "\t\t}\r", + "\t\telseif ( var.outputs == [] ) {\r", + "\t\t\tjson_ok = false;\r", + "\t\t\tmsg += 'NSRDB Data Query returns no data (outputs = []) for this location.\\n\\nSee https://sam.nrel.gov/weather for links to other data sources.\\n';\r", + "\t\t}\r", + "\t}\r", + "\t// NSRDB API service could be down\r", + "\telse {\r", + "\t\tjson_ok = false;\r", + "\t\tmsg += 'NSRDB Data Query did not return valid JSON string:\\n\\n';\r", + "\t\tmsg += json_str;\r", + "\t}\r", + "\t\r", + "\tif ( !json_ok ) {\r", + "\t\tvar == null; \r", + "\t}\r", + "\t\r", + "\treturn {'json_ok' = json_ok, 'msg' = msg, 'var' = var };\r", + "}\r", + "\r", + "// converts a file path to a key for the solar resource library\r", + "function file_to_key( file ) {\r", + "\t\tkey = file_only( file );\r", + "\t\tkey = replace( key, '.' + ext_only( file ), '' );\r", + "\t\treturn key;\r", + "}\r", + "\r", + "// display window for advanced download\r", + "function nsrdb_all() {\r", + "\thash = nsrdbquery();\r", + "\t// meta data\r", + "\tif ( hash != '' ) { \r", + "\t\tfn = hash{'file'};\r", + "\t\tdn = hash{'folder'};\r", + "\t\taf = hash{'addfolder'};\r", + "\t\tif ( fn != '' ) {\r", + "\t\t\terror = wf_check( fn );\r", + "\t\t}\t\r", + "\t\tif (af == \"no\") {\r", + "\t\t\tif ((fn != '') && (dn != '')) {\r", + "\t\t\t\tvalue( 'use_specific_weather_file', 1 );\r", + "\t\t\t\tfn = replace(fn, '\\\\', '/');\r", + "\t\t\t\tvalue( 'user_specified_weather_file', fn );\r", + "\t\t\t}\r", + "\t\t}\r", + "\t\telse {\r", + "\t\t\trescanlibrary( 'solar' ); //** is this necessary??\r", + "\t\t\tif (fn != '') {\r", + "\t\t\t\tvalue( 'use_specific_weather_file', 0 );\r", + "\t\t\t\tvalue( 'solar_resource', file_to_key( fn ) );\r", + "\t\t\t}\r", + "\t\t}\r", + "\t}\r", + "}\r", + "\r", + "// clean up location string to use as file name\r", + "function clean_name( location ) {\r", + "\tname = \"\";\r", + "\r", + "\t// remove characters not allowed file names https://en.wikipedia.org/wiki/Filename\r", + "\t// this approach allows non-latin characters for international location names\r", + "\tfor ( i=0; i' || c == ':' || c == '/' || c == '\\\\' || c == '|' || c == '?' || c == '*' || c == '\\\"' || ascii(c) == 39 || c == '%' || c == ',' || c == '.' || c == ';' || c == '=' || c == ' ' || c == '&' || c == '#' || c == '(' || c == ')' || ascii(c) == 176 || ascii(c) == 8243 || ascii(c) == 8242 ) { \r", + "\t\t\tc = '_';\r", + "\t\t}\r", + "\t\tname += c;\r", + "\t}\t\r", + "\r", + "\t// remove consecutive underscores\r", + "\tname = replace( name , '____' , '_' );\r", + "\tname = replace( name , '__' , '_' );\r", + "\treturn name;\r", + "}\r", + "\r", + "// return a set of NSRDB urls for valid datasets available for a given lat/lon\r", + "// uses NSRDB Data Query on NREL Developer API\r", + "function nsrdb_query( lat, lon, is_tmy ) {\r", + "\tname = '';\r", + "\turl = '';\r", + "\tyears = [];\r", + "\tmsg = '';\r", + "\tjson_ok = false; // call to nsrdb API returned valid json with outputs\r", + "\tdataset_ok = false; // requested data is available from NSRDB API\r", + "\t\r", + "\turl = webapi( 'nsrdb_query' );\r", + "\turl = replace( url, '', lat );\r", + "\turl = replace( url, '', lon );\r", + "\t//msgbox('Debug\\nurl = ' + url);\r", + "\tjson_str = curl( url );\r", + "\tmsg += 'Latitude / longitude for NSRDB Data Query: ' + lat + ',' + lon + '\\n\\n';\r", + "\tmsg += 'URL for NSRDB Data Query: ' + url + '\\n\\n';\r", + "\r", + "\tapi_check = nsrdb_query_json_check( json_str );\r", + "\tjson_ok = api_check.json_ok;\r", + "\r", + "\tif ( json_ok ) {\r", + "\t\tvar = api_check.var;\r", + "\t\tavailable_datasets = var.outputs;\r", + "\t\t//msgbox('Debug\\navailable_datasets = ' + available_datasets);\r", + "\t\t// store available names for troubleshooting message\r", + "\t\tfor ( i=0; i<#available_datasets; i++ ) {\r", + "\t\t\tavailable_names[i] = available_datasets[i].name;\r", + "\t\t}\r", + "\t\t//msgbox('Debug\\navailable_names = ' + available_names);\r", + "\t\ti_dataset = -1;\r", + "\t\t// get index of dataset for requested file (tmy or single-year)\r", + "\t\t// this chooses the best available dataset and needs to be updated as NSRDB changes\r", + "\t\tfor ( i=0; i<#available_datasets; i++ ) {\r", + "\t\t\tname = available_datasets[i].name;\r", + "\t\t\tif ( is_tmy ) {\r", + "\t\t\t\t// only use himawari-tmy if nsrdb-GOES-tmy-v4-0-0 is not available\r", + "\t\t\t\tif ( name == 'himawari-tmy' && (available_names ?@ 'nsrdb-GOES-tmy-v4-0-0') < 0 ) {\r", + "\t\t\t\t\ti_dataset = i;\r", + "\t\t\t\t}\r", + "\t\t\t\t// only use suny-india-tmy if himawari-tmy is not available\r", + "\t\t\t\telseif ( name == 'suny-india-tmy' && (available_names ?@ 'himawari-tmy') < 0 ) {\r", + "\t\t\t\t\ti_dataset = i;\r", + "\t\t\t\t}\r", + "\t\t\t\telseif ( name == 'nsrdb-GOES-tmy-v4-0-0' ) {\r", + "\t\t\t\t\ti_dataset = i;\r", + "\t\t\t\t}\r", + "\t\t\t\telseif( name == 'nsrdb-msg-v1-0-0-tmy' ) {\r", + "\t\t\t\t\ti_dataset = i;\r", + "\t\t\t\t}\r", + "\t\t\t}\r", + "\t\t\telse { // single year\r", + "\t\t\t\tif ( name == 'msg-iodc' && (available_names ?@ 'himawari') < 0 ) {\r", + "\t\t\t\t\ti_dataset = i;\r", + "\t\t\t\t}\r", + "\t\t\t\telseif ( name == 'full-disc' && (available_names ?@ 'nsrdb-GOES-aggregated-v4-0-0') < 0 ) {\r", + "\t\t\t\t\ti_dataset = i;\r", + "\t\t\t\t}\r", + "\t\t\t\telseif ( name == 'himawari' && (available_names ?@ 'nsrdb-GOES-aggregated-v4-0-0') < 0 ) {\r", + "\t\t\t\t\ti_dataset = i;\r", + "\t\t\t\t}\r", + "\t\t\t\telseif ( name == 'nsrdb-GOES-aggregated-v4-0-0' ) {\r", + "\t\t\t\t\ti_dataset = i;\r", + "\t\t\t\t}\r", + "\t\t\t}\t\r", + "\t\t\t//msgbox('Debug\\navailable_datasets[i].name = ' + available_datasets[i].name + '\\ni_dataset = ' + i_dataset);\r", + "\t\t}\t\r", + "\t\tif ( i_dataset == -1 ) {\r", + "\t\t\tstr_tmy = '';\r", + "\t\t\tif ( is_tmy ) {\r", + "\t\t\t\tstr_tmy = 'TMY'; \r", + "\t\t\t}\r", + "\t\t\tmsg += 'No ' + str_tmy + ' file available for ' + lat + ', ' + lon + '. (Available datasets: ' + available_names + ')\\n\\n';\r", + "\t\t\tmsg += 'Try the Advanced Download option or see https://sam.nrel.gov/weather for other sources of data.\\n';\r", + "\t\t\tdataset_ok = false;\r", + "\t\t}\r", + "\t\telse {\r", + "\t\t\tname = var.outputs[i_dataset].name;\r", + "\t\t\turl = var.outputs[i_dataset].apiUrl+'.csv';\r", + "\t\t\tyears = var.outputs[i_dataset].availableYears;\r", + "\t\t\tdataset_ok = true;\r", + "\t\t}\r", + "\t}\r", + "\telse { \r", + "\t\tmsg += api_check.msg;\r", + "\t}\r", + "\tok_test = ( lat != null && lon != null && dataset_ok == true );\r", + "\t//msgbox('Debug\\nok_test = ' + ok_test + '\\nlat = ' + lat\t+ '\\nlon = ' + lon + '\\ndataset_ok = ' + dataset_ok );\r", + "\t//msgbox('Debug\\nmsg = ' + msg);\r", + "\treturn { 'name' = name , 'msg' = msg , 'url' = url, 'years' = years , 'ok' = ok_test };\r", + "}\r", + "\r", + "function wf_check( wf ) {\r", + "\tssc = ssc_create();\r", + "\tssc_var( ssc, 'input_file', wf );\r", + "\tresult = ssc_exec( ssc, 'wfcheck', {'show_dialog'=false} );\r", + "\tresult = to_string( result );\r", + "\tssc_free( ssc );\r", + "\treturn result;\r", + "}\r", + "\r", + "function nsrdb_get() {\r", + "\tenum { ADDRESS, COORDINATES };\r", + "\tenum { TMY, SINGLE_YEAR, ALL_YEARS };\r", + "\tenum { ONE_LOCATION, MULTIPLE_LOCATIONS };\r", + "\tenum { HOURLY, HALF_HOURLY };\r", + "\tdownload_ok = false;\r", + "\tfile_skipped = false; // skip download if file exists\r", + "\tcoordinate_list = []; // list of lat/lon values for locations\r", + "\trequested_name_list = []; // to use in filename\r", + "\ttype = []; // store type output from API like \"tmy\" or year\r", + "\r", + "\tfolder = replace( wfdownloaddir(), '\\\\', '/' );\r", + "\tlog_file = folder + '/sam_nsrdb_download_log.txt';\r", + "\tif ( file_exists( log_file ) ) {\r", + "\t\tflog = open( log_file , 'a' );\r", + "\t}\r", + "\telse {\r", + "\t\tflog = open( log_file, 'w' );\r", + "\t}\r", + "\twrite_line( flog, '==========================================================');\t\r", + "\twrite_line( flog, 'NSRDB Download ' + date_time());\r", + "\twrite_line( flog, '==========================================================\\n');\t\r", + "\r", + "\t//msgbox('Debug\\ngetting location(s)');\r", + "\r", + "\tpb = progressbar( { 'title' = 'Download Progress' , 'message' = 'Preparing download...' , 'cancelbutton' = true , 'closebutton' = true , 'time' = false , 'max' = 100 } );\r", + "\tpb_count = 0;\r", + "\r", + "\twrite_line( flog, 'Geocoding results:' );\r", + "\r", + "\t// get list of locations\r", + "\tif ( value( 'in_location_options' ) == ONE_LOCATION ) {\r", + "\t\trequested_name_list = [value('in_location')]; // for generating filename\r", + "\t}\r", + "\telse { // multiple locations\r", + "\t\tstr = value('in_location_list'); // string with '|' delimiter\r", + "\t\tstr = replace( str, '\\\"', '' ); // files from spreadsheets may use quotes for strings\r", + "\t\trequested_name_list = split(str, '|');\r", + "\t}\r", + "\t//msgbox('Debug/requested_name_list = ' + requested_name_list);\r", + "\t// geocode each location in the list of requested names\r", + "\tn_valid = 0;\r", + "\tpb_i = 30 / #requested_name_list; // step 1 geocode\r", + "\tfor (i=0; i<#requested_name_list; i++) {\r", + "\t\tg = geocode( requested_name_list[i] ); // geocode function skips lat/lon locations\r", + "\t\t//msgbox('Debug\\ngeocode g='+g);\r", + "\t\tif ( g.ok ) {\r", + "\t\t\t//msgbox('Debug\\ng.ok='+g.ok);\r", + "\t\t\tcoordinate_list[n_valid] = [g.lat, g.lon];\r", + "\t\t\tn_valid++;\r", + "\t\t\t//msgbox('Debug\\n'+'* Location \\\"' + requested_name_list[i] + '\\\" geocoded to ' + to_string([g.lat,g.lon]));\r", + "\t\t\twrite_line( flog, '* Location \\\"' + requested_name_list[i] + '\\\" geocoded to ' + to_string([g.lat,g.lon]) );\r", + "\t\t\tprogressbar( pb, {'message' = requested_name_list[i] + ' geocoded to ' + to_string([g.lat,g.lon]) , value = pb_count});\r", + "\t\t}\r", + "\t\telse {\r", + "\t\t\t//msgbox('Debug\\ng.ok='+g.ok);\r", + "\t\t\t//msgbox('Debug\\nrequested_name_list[i]='+requested_name_list[i]);\r", + "\t\t\twrite_line( flog, '* Location \\\"' + requested_name_list[i] + '\\\" geocoding failed. Location skipped.');\t\r", + "\t\t\tprogressbar( pb, {'message' = requested_name_list[i] + ' geocoding failed. Location skipped.', value = pb_count});\r", + "\t\t}\r", + "\t\tpb_count += pb_i;\r", + "\t}\r", + "\r", + "\tstr_list = '';\r", + "\tfor ( i=0; i<#requested_name_list; i++ ) {\r", + "\t\tstr_list += '\\\"' + requested_name_list[i] + '\\\"'; \r", + "\t\tif ( i<#requested_name_list-1) {\r", + "\t\t\tstr_list += ', ';\r", + "\t\t}\r", + "\t}\r", + "\twrite_line( flog, '\\nRequested location(s): [ ' + str_list + ' ]\\n');\r", + "\t\r", + "\tdownload_option = value('in_nsrdb_options');\r", + "\tif ( value( 'in_time_step' ) == HOURLY || download_option == TMY ) { // tmy is always hourly\r", + "\t\ttime_step = '60'; \r", + "\t}\r", + "\telse {\r", + "\t\ttime_step = '30'; \r", + "\t}\r", + "\r", + "\t// for each location (as lat/lon pair)\r", + "\t//msgbox('Debug\\n#coordinate_list = ' + #coordinate_list );\r", + "\tfor ( n=0; n<#coordinate_list; n++ ) {\r", + "\t\tlat = coordinate_list[n][0];\r", + "\t\tlon = coordinate_list[n][1];\r", + "\t\twrite_line( flog, '----------------------------------------------------------');\t\r", + "\t\twrite_line( flog, 'Location ' + to_string(n+1) + ' of ' + #coordinate_list + ': ' + coordinate_list[n] + '');\r", + "\t\twrite_line( flog, '----------------------------------------------------------\\n');\t\r", + "\t\tdataset[n] = nsrdb_query( lat, lon, download_option == TMY );\r", + "\t\t//msgbox('Debug\\ndataset[n] = ' + dataset[n]);\r", + "\t\tif ( !dataset[n].ok ) {\r", + "\t\t\twrite_line( flog, dataset[n].msg + '\\n');\r", + "\t\t\tprogressbar(pb, {'message' = 'NSRDB Data Query failed.', 'value'= pb_count});\r", + "\t\t\tmsgbox('NSRDB Data Query Failed.\\n' + dataset[n].msg);\r", + "\t\t\tcontinue;\r", + "\t\t}\t\r", + "\t\tif ( download_option == TMY ) { // this needs to work for both nsrdb-GOES-tmy-v4-0-0 and suny-india-tmy\r", + "\t\t\ttype = ['tmy']; // should get newest TMY file for nsrdb-GOES-tmy-v4-0-0, or tmy for suny-india-tmy\r", + "\t\t}\r", + "\t\telseif ( download_option == SINGLE_YEAR ) {\r", + "\t\t\ty = choose_from_list( dataset[n].years, 'Choose a year', 'Available Years for \\\"' + coordinate_list[n] +'\\\"', 0 ); \r", + "\t\t\tif (y == '') {\r", + "\t\t\t\twrite_line( flog, 'Year not valid: Selection cancelled by user.\\n' );\r", + "\t\t\t\tcontinue;\r", + "\t\t\t}\r", + "\t\t\telse {\t\r", + "\t\t\t\ttype = [to_int( y )]; \r", + "\t\t\t}\r", + "\t\t}\r", + "\t\telse { // all years\r", + "\t\t\ttype = dataset[n].years; \r", + "\t\t}\r", + "\t\t//msgbox('Debug\\ntype = ' + type);\r", + "\t\twrite_line( flog, 'Requested year(s): ' + type );\r", + "\t\tif ( dataset[n].ok ) { \r", + "\t\t\tbase_url = dataset[n].url;\r", + "\t\t\tbase_url += '?api_key=';\r", + "\t\t\tbase_url += '&full_name=sam_user';\r", + "\t\t\tbase_url += '&email=';\r", + "\t\t\tbase_url += '&affiliation=unknown'; \r", + "\t\t\tbase_url += '&mailing_list=false';\r", + "\t\t\tbase_url += '&reason=SAM';\r", + "\t\t\tbase_url += '&interval=' + time_step;\r", + "\t\t\tbase_url += '&utc=false';\r", + "\t\t\tbase_url += '&leap_day=false';\r", + "\r", + "\t\t\t// create folder for multiple years to facilitate\r", + "\t\t\t// p50 p90 and add to library folders list\r", + "\t\t\t// do not put tmy file in multiple year folder\r", + "\t\t\t// use default folder if mdkir() fails\r", + "\t\t\tdefault_download_path = replace( folder, '\\\\', '/' );\r", + "\t\t\ttmy_path = replace( default_download_path, '\\\\', '/' );\r", + "\t\t\tpath = replace ( default_download_path, '\\\\', '/' );\r", + "\t\t\tif ( #type > 1 ) {\r", + "\t\t\t\tfn = clean_name(requested_name_list[n]);\r", + "\t\t\t\tpath = path + '/' + fn;\r", + "\t\t\t\tif ( !dir_exists( path ) ) {\r", + "\t\t\t\t\tif ( !mkdir( path, false ) ) {\r", + "\t\t\t\t\t\tpath = default_download_path; \r", + "\t\t\t\t\t}\r", + "\t\t\t\t}\r", + "\t\t\t\tif ( path != default_download_path /*&& i == 0*/) {\r", + "\t\t\t\t\trescanlibrary('solar'); \r", + "\t\t\t\t}\r", + "\t\t\t}\r", + "\t\t\t\r", + "\t\t\t// for each year\r", + "\t\t\tbase = base_url;\r", + "\t\t\t//msgbox('Debug\\n\\n#type = ' + #type + '\\n#coordinate_list = ' + #coordinate_list + '\\npb_i = ' + pb_i);\r", + "\t\t\tpb_i = 60/#type/#coordinate_list; // step 2 download files\r", + "\t\t\tfor( i=0; i<#type; i++ ) {\r", + "\t\t\t\t//msgbox('Debug\\ni = ' + i);\r", + "\t\t\t\tbase_url = base;\r", + "\t\t\t\tfile_skipped = false;\r", + "\t\t\t\t// only get attributes SAM needs for simulations\r", + "\t\t\t\t// otherwise default is to get all attributes\r", + "\t\t\t\t// https://developer.nrel.gov/docs/solar/nsrdb/\r", + "\t\t\t\tif ( dataset[n].name == 'nsrdb-GOES-aggregated-v4-0-0') {\r", + "\t\t\t\t\tbase_url += '&attributes=dni,dhi,ghi,dew_point,air_temperature,surface_pressure,relative_humidity,wind_direction,wind_speed,surface_albedo,clearsky_dhi,clearsky_dni,clearsky_ghi';\r", + "\t\t\t\t}\r", + "\t\t\t\telseif ( dataset[n].name == 'nsrdb-GOES-tmy-v4-0-0') {\r", + "\t\t\t\t\tbase_url += '&attributes=dni,dhi,ghi,dew_point,air_temperature,surface_pressure,wind_direction,wind_speed,surface_albedo,clearsky_dhi,clearsky_dni,clearsky_ghi';\r", + "\t\t\t\t}\r", + "\t\t\t\telseif ( dataset[n].name == 'suny-india' ) {\r", + "\t\t\t\t\tbase_url += '&attributes=dni,dhi,ghi,dew_point,surface_temperature,surface_pressure,relative_humidity,wdir,wspd,snow_depth';\r", + "\t\t\t\t}\r", + "\t\t\t\telseif ( dataset[n].name == 'suny-india-tmy' ) {\r", + "\t\t\t\t\tbase_url += '&attributes=dni,dhi,ghi,dew_point,air_temperature,surface_pressure,wind_direction,wind_speed';\r", + "\t\t\t\t}\r", + "\t\t\t\telseif ( dataset[n].name == 'msg-iodc' ) {\r", + "\t\t\t\t\tbase_url += '&attributes=dni,dhi,ghi,dew_point,air_temperature,surface_pressure,relative_humidity,wind_direction,wind_speed,surface_albedo,clearsky_dhi,clearsky_dni,clearsky_ghi';\r", + "\t\t\t\t}\r", + "\t\t\t\twrite_line( flog, '\\nFile ' + to_string(i+1) + ' of ' + #type + ': ' + type[i]);\r", + "\t\t\t\twrite_line( flog, '-----------------------------\\n');\t\r", + "\t\t\t\turl = base_url + '&names=' + to_string(type[i]);\r", + "\t\t\t\turl += '&wkt=POINT(' + lon + '%20' + lat + ')'; // note WKT is lon/lat, not lat/lon\r", + "\t\t\t\twrite_line( flog, url + '\\n');\r", + "\t\t\t\t// filename is requested location followed by lat/lon\r", + "\t\t\t\tfname = path + '/' + clean_name(requested_name_list[n]) + '_' + lat + '_' + lon + '_' + dataset[n].name + '_' + time_step + '_' + type[i] + '.csv';\r", + "\t\t\t\tif ( type[i] == 'tmy' ) { // for multiple year p50 p90 download\r", + "\t\t\t\t\tfname = replace( fname, path, tmy_path ); \r", + "\t\t\t\t\tfname_tmy = fname;\r", + "\t\t\t\t}\r", + "\t\t\t\t// check to see if file is already in library\r", + "\t\t\t\tlib_files = [];\r", + "\t\t\t\tlib_data = csvread( userlocaldatadir() + '/SolarResourceData.csv', { 'skip'=3 } );\r", + "\t\t\t\tf_exists = false;\r", + "\t\t\t\tfor (j=0; j<#lib_data; j++) {\r", + "\t\t\t\t\tlib_files[j] = replace(lib_data[j][10],'\\\\','/');\r", + "\t\t\t\t\tif ( fname == replace(lib_data[j][10],'\\\\','/') ) {\r", + "\t\t\t\t\t\tf_exists = true;\r", + "\t\t\t\t\t}\r", + "\t\t\t\t}\r", + "\t\t\t\t// don't download if file exists\r", + "\t\t\t\tif ( f_exists ) {\r", + "\t\t\t\t\tfile_skipped = true;\r", + "\t\t\t\t\twrite_line( flog, 'Download skipped, file already exists: ' + fname + '\\n');\r", + "\t\t\t\t\tprogressbar(pb, {'message' = 'Skipping ' + file_only(fname) + '. File already in library.', 'value' = pb_count });\r", + "\t\t\t\t\tif ( #coordinate_list == 1 ) {\r", + "\t\t\t\t\t\t//msgbox('Debug\\nfile_to_key( fname ) = ' + file_to_key( fname ));\r", + "\t\t\t\t\t\tvalue( 'solar_resource', file_to_key( fname ) );\r", + "\t\t\t\t\t\t//msgbox('Debug\\nvalue(\\'solar_resource\\') = ' + value('solar_resource'));\r", + "\t\t\t\t\t}\t\r", + "\t\t\t\t}\r", + "\t\t\t\t// all is good so far, proceed with download\r", + "\t\t\t\telse {\r", + "\t\t\t\t\twf_error = '';\r", + "\t\t\t\t\tstart = start_timer();\r", + "\t\t\t\t\tprogressbar(pb, {'message' = 'Getting file(s) for ' + requested_name_list[n] + ' from ' + dataset[n].name + ' (' + type[i] + '). File ' + to_string(i+1) + ' of ' + #type + '.', 'value' = pb_count });\r", + "\t\t\t\t\tcurl_ok = curl( url , { 'file'= fname } ); // curl() should replace from private.h and from registry\r", + "\t\t\t\t\ttime = elapsed_time() / 1000;\r", + "\t\t\t\t\twrite_line( flog, 'Download time: ' + time + ' seconds.\\n' );\r", + "\t\t\t\t\tif ( !curl_ok ) {\r", + "\t\t\t\t\t\twrite_line( flog, 'Failed to download file from NSRDB: cURL failed.');\r", + "\t\t\t\t\t\tprogressbar(pb, {'message' = 'Failed to download weather file ' + fname, 'value' = pb_count });\r", + "\t\t\t\t\t}\r", + "\t\t\t\t\telse { // download succeeded\r", + "\t\t\t\t\t\twf_error = wf_check( fname );\r", + "\t\t\t\t\t\tif ( wf_error == '0' ) { // weather file valid\r", + "\t\t\t\t\t\t\tdownload_ok = true;\r", + "\t\t\t\t\t\t}\r", + "\t\t\t\t\t\tif ( wf_error == 'no file name given to weather file reader' ){ // wfcheck may fail for filename with unicode characters, e.g., cyrillic\r", + "\t\t\t\t\t\t\t// remove location name with problematic characters from file name\r", + "\t\t\t\t\t\t\tfname_old = fname;\r", + "\t\t\t\t\t\t\tfname_new = path + '/' + lat + '_' + lon + '_' + dataset[n].name + '_' + time_step + '_' + type[i] + '.csv';\r", + "\t\t\t\t\t\t\trename_file( fname, fname_new);\r", + "\t\t\t\t\t\t\ttest = wf_check( fname_new );\r", + "\t\t\t\t\t\t\tif ( test == '0' ) {\r", + "\t\t\t\t\t\t\t\tdownload_ok = true;\r", + "\t\t\t\t\t\t\t\tfname = fname_new;\r", + "\t\t\t\t\t\t\t\tif ( type[i] == 'tmy' ) { // for multiple year p50 p90 downloads\r", + "\t\t\t\t\t\t\t\t\tfname_tmy = fname_new;\r", + "\t\t\t\t\t\t\t\t}\r", + "\t\t\t\t\t\t\t\tprogressbar(pb, {'message' = 'Weather file renamed to \\\"' + file_only( fname ) +'\\\" due to invalid characters. See download log for details', 'value' = pb_count });\r", + "\t\t\t\t\t\t\t\twrite_line( flog, 'Weather file renamed to remove invalid characters: Old name = ' + fname_old + ', new name = ' + fname_new + '.\\n');\r", + "\t\t\t\t\t\t\t}\r", + "\t\t\t\t\t\t\telse {\r", + "\t\t\t\t\t\t\t\trename_file( fname, fname_old );\r", + "\t\t\t\t\t\t\t\tfname = fname_old;\r", + "\t\t\t\t\t\t\t}\r", + "\t\t\t\t\t\t}\r", + "\t\t\t\t\t\tif ( download_ok == false) { // usually indicates NSRDB returned a file containing error message instead of weather data\r", + "\t\t\t\t\t\t\tprogressbar(pb, {'message' = 'Weather file test failed for ' + file_only( fname ) +'. See download log for details', 'value' = pb_count });\r", + "\t\t\t\t\t\t\twrite_line( flog, 'Weather file test failed, ' + wf_error + ': ' + fname + '.\\n');\r", + "\t\t\t\t\t\t\tfile_text = read_text_file( fname );\r", + "\t\t\t\t\t\t\tif ( #file_text < 1000 ) { // likely json or html with message from server\r", + "\t\t\t\t\t\t\t\twrite_line( flog, 'Text from file:\\n' + file_text );\r", + "\t\t\t\t\t\t\t}\r", + "\t\t\t\t\t\t\tfname_new = replace( fname, '.csv' , '_bad.txt' ); // rename file so next download attempt won't detect existing file\r", + "\t\t\t\t\t\t\tok = rename_file( fname , fname_new );\r", + "\t\t\t\t\t\t\tif ( ok ) { \r", + "\t\t\t\t\t\t\t\twrite_line( flog, '* File renamed to: ' + fname_new + '.\\n' );\r", + "\t\t\t\t\t\t\t}\r", + "\t\t\t\t\t\t\telse {\r", + "\t\t\t\t\t\t\t\twrite_line( flog, '* Failed to rename ' + fname + '.\\n' );\t\r", + "\t\t\t\t\t\t\t}\t\r", + "\t\t\t\t\t\t}\r", + "\t\t\t\t\t\t// set library to last file that was downloaded and passed weather file test\r", + "\t\t\t\t\t\tif ( download_ok == true && i == #type - 1 ) {\r", + "\t\t\t\t\t\t\trescanlibrary('solar');\r", + "\t\t\t\t\t\t\twrite_line( flog, 'Weather file test passed: ' + fname + '.\\n');\r", + "\r", + "\t\t\t\t\t\t}\t\r", + "\t\t\t\t\t}\r", + "\t\t\t\t}\r", + "\t\t\t//msgbox('Debug\\npb_count = ' + pb_count);\r", + "\t\t\tpb_count += pb_i;\r", + "\t\t\t}\r", + "\t\t}\t\r", + "\t\telse {\r", + "\t\t\twrite_line( flog, dataset[n].msg + '\\n');\r", + "\t\t}\r", + "\t}\r", + "\t\r", + "\t// downloads are finished, so finish reporting results\r", + "\tclose ( flog );\r", + "\tif ( file_skipped ) { // file already exists\r", + "\t\t//msgbox('Debug\\nFile skipped');\r", + "\t\tprogressbar( pb, { 'message' = 'Download finished: File(s) already in library.', 'value' = 100 } );\r", + "\t\t//str = 'File already in library.\\n Download skipped.\\n\\n' + fname;\r", + "\t\t//msgbox( 'Debug\\nstr = ' + str );\r", + "\t}\r", + "\telseif ( !download_ok ) {\r", + "\t\tprogressbar( pb, { 'message' = 'Download finished: Failed for one or more locations.', 'value' = 100 } );\r", + "\t\t//show_log = yesno( 'Download Messages\\nOpen log file to see messages?');\r", + "\t\t//if ( show_log ) { browse( log_file ); }\r", + "\t}\r", + "\telseif ( #type > 1 ) { // multiple years\r", + "\t\tis_uncertainty_tech = (technology() == 'Flat Plate PV' || technology() == 'PVWatts' );\r", + "\t\tstr = 'Download complete!\\n';\r", + "\t\tstr += 'Multiple single-year files downloaded to:\\n ' + path + '\\n\\n';\r", + "\t\tstr += 'Do you want to show instructions for running ' + ? is_uncertainty_tech ['P50/P90', 'Uncertainty' ] + ' simulations now?';\r", + "\t\tprogressbar( pb, { 'message' = 'Download complete!', 'value' = 100 } );\r", + "\t\tif ( yesno( str ) ) {\r", + "\t\t\tfolder = path;\r", + "\t\t\tp50p90_text = 'Instructions for running P50/P90 simulations:\\n\\n'\r", + "\t\t\t+ '1. Click P50 / P90 at the bottom left of the main SAM window.\\n\\n'\r", + "\t\t\t+ '2. Click the ellipses (...) to the right of the Select Weather File Folder box.\\n\\n'\r", + "\t\t\t+ '3. Navigate to ' + folder + '.\\n\\n'\r", + "\t\t\t+ '4. Click \"Run P50/P90 simulations\".\\n'\r", + "\t\t\t+ '\\nIf you want to set a custom P value in addition to P10, P50 and P90, you can type a value for \"Custom Px\" before running the simulations.'\r", + "\t\t\t+ '\\n\\nTo remove this note window, delete all of its contents and close the window.';\r", + "\t\t\tuncertainty_text = 'Instructions for running Uncertainty simulations:\\n\\n'\r", + "\t\t\t+ '1. Click Uncertainty at the bottom left of the main SAM window.\\n\\n'\r", + "\t\t\t+ '2. Click the Choose Folder button to the right of the Select Weather File Folder box.\\n\\n'\r", + "\t\t\t+ '3. Navigate to ' + folder + '.\\n\\n'\r", + "\t\t\t+ '4. Click the Run Uncertainty Simulations button at the top of the page.\\n'\r", + "\t\t\t+ '\\nIf you want to set a custom P value, type a value for \"Custom Px\" before running the simulations.'\r", + "\t\t\t+ '\\n\\nTo remove this note window, delete all of its contents and close the window.';\r", + "\t\t\tif ( is_uncertainty_tech ) { \r", + "\t\t\t\tpagenote( uncertainty_text ); \r", + "\t\t\t}\r", + "\t\t\telse {\r", + "\t\t\t\tpagenote( p50p90_text ); \r", + "\t\t\t}\r", + "\t\t}\r", + "\t}\r", + "\telse {\r", + "\t\t/*str = 'Download complete!\\n';\r", + "\t\tstr += 'Weather file(s) downloaded to:\\n' + path + '.\\n';\r", + "\t\tstr += '\\nOpen log file?';\r", + "\t\tshow_log = yesno( str );\r", + "\t\tif ( show_log ) { browse( log_file ); }*/\r", + "\t\t//msgbox('Debug\\nComplete.');\r", + "\t\tvalue( 'solar_resource', file_to_key( fname ) );\r", + "\t\tprogressbar( pb, { 'message' = 'Download complete! Solar resource library set to ' + file_only(fname), 'value' = 100 } );\r", + "\t}\r", + "\tprogressbar( pb );\r", + "}\r", + "" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/Solar Resource Information.json b/deploy/runtime/ui/Solar Resource Information.json new file mode 100644 index 0000000000..d14f25b36e --- /dev/null +++ b/deploy/runtime/ui/Solar Resource Information.json @@ -0,0 +1,2170 @@ +{ + "Name": "Solar Resource Information", + "Width": 883.0, + "Height": 443.0, + "FormObjects": { + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "annual_albedo" + }, + "X": { + "Type": 3.0, + "Integer": 660.0 + }, + "Y": { + "Type": 3.0, + "Integer": 360.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 0.0 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 3.0 + }, + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "annual_beam" + }, + "X": { + "Type": 3.0, + "Integer": 192.0 + }, + "Y": { + "Type": 3.0, + "Integer": 318.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 0.0 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 2.0 + }, + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "annual_diffuse" + }, + "X": { + "Type": 3.0, + "Integer": 192.0 + }, + "Y": { + "Type": 3.0, + "Integer": 345.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 0.0 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 2.0 + }, + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "annual_global" + }, + "X": { + "Type": 3.0, + "Integer": 192.0 + }, + "Y": { + "Type": 3.0, + "Integer": 291.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 0.0 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 2.0 + }, + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "annual_snow" + }, + "X": { + "Type": 3.0, + "Integer": 660.0 + }, + "Y": { + "Type": 3.0, + "Integer": 333.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 0.0 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 3.0 + }, + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "annual_tdry" + }, + "X": { + "Type": 3.0, + "Integer": 192.0 + }, + "Y": { + "Type": 3.0, + "Integer": 372.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 0.0 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 1.0 + }, + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "annual_wspd" + }, + "X": { + "Type": 3.0, + "Integer": 192.0 + }, + "Y": { + "Type": 3.0, + "Integer": 399.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 0.0 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 1.0 + }, + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Button": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "btn_view_data" + }, + "X": { + "Type": 3.0, + "Integer": 726.0 + }, + "Y": { + "Type": 3.0, + "Integer": 69.0 + }, + "Width": { + "Type": 3.0, + "Integer": 147.0 + }, + "Height": { + "Type": 3.0, + "Integer": 30.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "View data..." + }, + "TabOrder": { + "Type": 3.0, + "Integer": 12.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "caption_techs" + }, + "X": { + "Type": 3.0, + "Integer": 549.0 + }, + "Y": { + "Type": 3.0, + "Integer": 123.0 + }, + "Width": { + "Type": 3.0, + "Integer": 307.0 + }, + "Height": { + "Type": 3.0, + "Integer": 63.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "elev" + }, + "X": { + "Type": 3.0, + "Integer": 102.0 + }, + "Y": { + "Type": 3.0, + "Integer": 210.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 317.0 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 1.0 + }, + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": 9.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "group_optional" + }, + "X": { + "Type": 3.0, + "Integer": 459.0 + }, + "Y": { + "Type": 3.0, + "Integer": 285.0 + }, + "Width": { + "Type": 3.0, + "Integer": 363.0 + }, + "Height": { + "Type": 3.0, + "Integer": 19.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Orientation": { + "Type": 3.0, + "Integer": 0.0 + }, + "Colour": { + "Type": 4.0, + "Color": { + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, + "Alpha": 255.0 + } + }, + "Caption": { + "Type": 5.0, + "String": "Optional Data" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "lat" + }, + "X": { + "Type": 3.0, + "Integer": 102.0 + }, + "Y": { + "Type": 3.0, + "Integer": 129.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 1.1 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 1.0 + }, + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": 10.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "lon" + }, + "X": { + "Type": 3.0, + "Integer": 102.0 + }, + "Y": { + "Type": 3.0, + "Integer": 156.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 1.2 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 1.0 + }, + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": 11.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 22" + }, + "X": { + "Type": 3.0, + "Integer": 15.0 + }, + "Y": { + "Type": 3.0, + "Integer": 270.0 + }, + "Width": { + "Type": 3.0, + "Integer": 840.0 + }, + "Height": { + "Type": 3.0, + "Integer": 16.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Orientation": { + "Type": 3.0, + "Integer": 0.0 + }, + "Colour": { + "Type": 4.0, + "Color": { + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, + "Alpha": 255.0 + } + }, + "Caption": { + "Type": 5.0, + "String": "Annual Averages Calculated from Weather File Data" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2236" + }, + "X": { + "Type": 3.0, + "Integer": 15.0 + }, + "Y": { + "Type": 3.0, + "Integer": 108.0 + }, + "Width": { + "Type": 3.0, + "Integer": 840.0 + }, + "Height": { + "Type": 3.0, + "Integer": 16.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Orientation": { + "Type": 3.0, + "Integer": 0.0 + }, + "Colour": { + "Type": 4.0, + "Color": { + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, + "Alpha": 255.0 + } + }, + "Caption": { + "Type": 5.0, + "String": "Header Data from Weather File" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 423" + }, + "X": { + "Type": 3.0, + "Integer": 9.0 + }, + "Y": { + "Type": 3.0, + "Integer": 6.0 + }, + "Width": { + "Type": 3.0, + "Integer": 870.0 + }, + "Height": { + "Type": 3.0, + "Integer": 432.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Weather Data Information" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 7" + }, + "X": { + "Type": 3.0, + "Integer": 465.0 + }, + "Y": { + "Type": 3.0, + "Integer": 303.0 + }, + "Width": { + "Type": 3.0, + "Integer": 345.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Snow depth and albedo are optional (PV models only)." + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 717" + }, + "X": { + "Type": 3.0, + "Integer": 285.0 + }, + "Y": { + "Type": 3.0, + "Integer": 192.0 + }, + "Width": { + "Type": 3.0, + "Integer": 570.0 + }, + "Height": { + "Type": 3.0, + "Integer": 60.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "For NSRDB data, the latitude and longitude shown here from the weather file header are the coordinates of the NSRDB grid cell and may be different from the values in the file name, which are the coordinates of the requested location." + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 735" + }, + "X": { + "Type": 3.0, + "Integer": 387.0 + }, + "Y": { + "Type": 3.0, + "Integer": 399.0 + }, + "Width": { + "Type": 3.0, + "Integer": 222.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "*NaN indicates missing data." + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "TextEntry": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "solar_data_source" + }, + "X": { + "Type": 3.0, + "Integer": 363.0 + }, + "Y": { + "Type": 3.0, + "Integer": 156.0 + }, + "Width": { + "Type": 3.0, + "Integer": 183.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Text": { + "Type": 5.0, + "String": "src" + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": 7.0 + } + } + }, + "TextEntry": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "solar_resource_file" + }, + "X": { + "Type": 3.0, + "Integer": 102.0 + }, + "Y": { + "Type": 3.0, + "Integer": 69.0 + }, + "Width": { + "Type": 3.0, + "Integer": 622.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Text": { + "Type": 5.0, + "String": "" + }, + "Editable": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 29.0, + "Green": 80.0, + "Blue": 173.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 222.0, + "Green": 233.0, + "Blue": 244.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "TextEntry": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "station_id" + }, + "X": { + "Type": 3.0, + "Integer": 363.0 + }, + "Y": { + "Type": 3.0, + "Integer": 129.0 + }, + "Width": { + "Type": 3.0, + "Integer": 183.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Text": { + "Type": 5.0, + "String": "wban" + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": 7.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "summary_caption" + }, + "X": { + "Type": 3.0, + "Integer": 15.0 + }, + "Y": { + "Type": 3.0, + "Integer": 27.0 + }, + "Width": { + "Type": 3.0, + "Integer": 858.0 + }, + "Height": { + "Type": 3.0, + "Integer": 36.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "tz" + }, + "X": { + "Type": 3.0, + "Integer": 102.0 + }, + "Y": { + "Type": 3.0, + "Integer": 183.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": -7.5 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 1.0 + }, + "Prefix": { + "Type": 5.0, + "String": "GMT " + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": 8.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_step_minutes" + }, + "X": { + "Type": 3.0, + "Integer": 102.0 + }, + "Y": { + "Type": 3.0, + "Integer": 237.0 + }, + "Width": { + "Type": 3.0, + "Integer": 103.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 0.0 + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "Format": { + "Type": 3.0, + "Integer": 0.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 0.0 + }, + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + } + }, + "VarDatabase": { + "annual_albedo": { + "Version": 4.0, + "Type": 1.0, + "Label": "Annual albedo", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "annual_beam": { + "Version": 4.0, + "Type": 1.0, + "Label": "Direct normal (beam)", + "Units": "kWh/m²/day", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "annual_diffuse": { + "Version": 4.0, + "Type": 1.0, + "Label": "Diffuse horizontal", + "Units": "kWh/m²/day", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "annual_global": { + "Version": 4.0, + "Type": 1.0, + "Label": "Global horizontal", + "Units": "kWh/m²/day", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "annual_snow": { + "Version": 4.0, + "Type": 1.0, + "Label": "Maximum snow depth", + "Units": "cm", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "annual_tdry": { + "Version": 4.0, + "Type": 1.0, + "Label": "Average temperature", + "Units": "°C", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "annual_twet": { + "Version": 4.0, + "Type": 1.0, + "Label": "Average wet bulb temperature", + "Units": "°C", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 4.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "annual_wspd": { + "Version": 4.0, + "Type": 1.0, + "Label": "Average wind speed", + "Units": "m/s", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "city": { + "Version": 4.0, + "Type": 4.0, + "Label": "City", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": "", + "UIObject": "TextEntry", + "sscVariableName": "", + "sscVariableValue": "" + }, + "country": { + "Version": 4.0, + "Type": 4.0, + "Label": "Country", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": "", + "UIObject": "TextEntry", + "sscVariableName": "", + "sscVariableValue": "" + }, + "elev": { + "Version": 4.0, + "Type": 1.0, + "Label": "Elevation", + "Units": "m", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "file_name": { + "Version": 4.0, + "Type": 4.0, + "Label": "Weather file name required by some SSC modules", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": "", + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "lat": { + "Version": 4.0, + "Type": 1.0, + "Label": "Latitude", + "Units": "degrees", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "lon": { + "Version": 4.0, + "Type": 1.0, + "Label": "Longitude", + "Units": "degrees", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "solar_data_source": { + "Version": 4.0, + "Type": 4.0, + "Label": "Data Source", + "Units": " ", + "Group": " Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": "src", + "UIObject": "TextEntry", + "sscVariableName": "", + "sscVariableValue": "" + }, + "solar_resource_file": { + "Version": 4.0, + "Type": 4.0, + "Label": "Weather file", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": "", + "UIObject": "TextEntry", + "sscVariableName": "", + "sscVariableValue": "" + }, + "state": { + "Version": 4.0, + "Type": 4.0, + "Label": "State", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": "", + "UIObject": "TextEntry", + "sscVariableName": "", + "sscVariableValue": "" + }, + "station_id": { + "Version": 4.0, + "Type": 4.0, + "Label": "Location", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": "", + "UIObject": "TextEntry", + "sscVariableName": "", + "sscVariableValue": "" + }, + "step": { + "Version": 4.0, + "Type": 1.0, + "Label": "Time step", + "Units": "seconds", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 4.0, + "DefaultValue": 3600.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "tz": { + "Version": 4.0, + "Type": 1.0, + "Label": "Time zone", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_step_minutes": { + "Version": 4.0, + "Type": 1.0, + "Label": "Time step", + "Units": "minutes", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "wf_nrecords": { + "Version": 4.0, + "Type": 1.0, + "Label": "Number of weather file records", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 4.0, + "DefaultValue": 8760.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + } + }, + "Equations": [ + "equations{'solar_resource_file'} = define() {", + "\tif ( ${use_specific_weather_file} == 1 ) { \r", + "\t\treturn ${user_specified_weather_file}; \r", + "\t}", + "\tif (${solar_resource} != \"\") { // SAM issue 1314", + "\t\treturn ${solar_data_file_name}; // file name from solar resource library csv file\r", + "\t}\r", + "\telse {\r", + "\t\treturn null;\r", + "\t}\t\r", + "};", + "\r", + "// csp and other models use file_name instead of solar_resource_file", + "equations{'file_name'} = define() {", + "\treturn ${solar_resource_file};", + "};", + "", + "equations{'ui_step_minutes'} = define() {", + "\treturn(${step}/60);", + "};", + "" + ], + "Callbacks": [ + "on_load{'Solar Resource Information'} = define() {", + "\t//msgbox('Debug\\non_load Solar Resource Information');", + "\tupdate_info( 'on_load Solar Resource Information');\r", + "\tdisplay_tech_message();\r", + "};", + "", + "on_change{'btn_view_data'} = define() {", + "\tdview_solar(value('solar_resource_file'));", + "};\r", + "\r", + "on_change{'solar_resource_file'} = define() {\r", + "\t//msgbox('Debug\\non_change solar_resource_file');\r", + "\tupdate_info('on_change solar_resource_file');\r", + "};\r", + "\r", + "function clear_info() {\r", + "\tvalue( 'lat', nan() );\r", + "\tvalue( 'lon', nan() );\r", + "\tvalue( 'tz', nan() );\r", + "\tvalue( 'elev', nan() );\r", + "\tvalue( 'step', nan() );\r", + "\tvalue( 'station_id', '-' );\r", + "\tvalue( 'solar_data_source', '-' );\r", + "\r", + "\tvalue( 'annual_global', nan() );\r", + "\tvalue( 'annual_beam', nan() );\r", + "\tvalue( 'annual_diffuse', nan() );\r", + "\tvalue( 'annual_tdry', nan() );\r", + "\tvalue( 'annual_twet', nan() );\r", + "\tvalue( 'annual_wspd', nan() );\r", + "\tvalue( 'annual_snow', nan() );\r", + "\tvalue( 'annual_albedo', nan() );\r", + "\tvalue( 'wf_nrecords', nan() );\r", + "}\r", + "\r", + "// update weather file, annual summaries and summary text\r", + "// ctxt is for testing to see when function was called\r", + "function update_info( ctxt ) {\r", + "\t//msgbox('Debug\\nHello from update_info() in ' + ctxt );\r", + "\r", + "\t// paths use forward slash for cross-platform compatibility\r", + "\twf = replace(value('solar_resource_file'),'\\\\','/');\r", + "\r", + "\tif ( !file_exists(wf) ) {\r", + "\t\tmsg_caption = 'Weather file does not exist. Please choose or download a different file above.';\r", + "\t\tmsg_color = 'red';\r", + "\t\tclear_info();\r", + "\t\twf_exists = false;\r", + "\t}\r", + "\telse {\r", + "\t\tmsg_caption = 'The following information describes data in the weather file that SAM uses for the simulation.';\r", + "\t\tmsg_color = 'black';\r", + "\t\twf_exists = true;\r", + "\t}\r", + "\r", + "\t// show / hide PV only summary data\r", + "\tis_pv = ( strpos( technology(), 'PV') > -1 || strpos(technology(), 'Photovoltaic' ) > -1 );\r", + "\tproperty( 'summary_caption' , 'Caption' , msg_caption );\r", + "\tproperty( 'summary_caption' , 'TextColour' , msg_color );\r", + "\tenable('annual_snow', is_pv );\r", + "\tenable('annual_albedo',is_pv );\r", + "\r", + "\t// calculate and display annual summary data\r", + "\tif ( wf_exists )\r", + "\t{\r", + "\t\tobj = ssc_create();\r", + "\t\tssc_var( obj, 'file_name', wf );\r", + "\t\tresult = ssc_exec( obj, 'wfreader' );\r", + "\t\tif ( 0 == result )\r", + "\t\t{\r", + "\t\t\tvalue( 'lat', ssc_var(obj, 'lat') );\r", + "\t\t\tvalue( 'lon', ssc_var(obj, 'lon') );\r", + "\t\t\tvalue( 'tz', ssc_var(obj, 'tz') );\r", + "\t\t\tvalue( 'elev', ssc_var(obj, 'elev') );\r", + "\t\t\tvalue( 'step', ssc_var(obj, 'step') );\r", + "\t\t\tvalue( 'station_id', ssc_var(obj, 'location') );\r", + "\t\t\tvalue( 'solar_data_source', ssc_var(obj, 'source') );\r", + "\r", + "\t\t\tvalue( 'annual_global', ssc_var(obj, 'annual_glob') );\r", + "\t\t\tvalue( 'annual_beam', ssc_var(obj, 'annual_beam') );\r", + "\t\t\tvalue( 'annual_diffuse', ssc_var(obj, 'annual_diff') );\r", + "\t\t\tvalue( 'annual_tdry', ssc_var(obj, 'annual_tdry') );\r", + "\t\t\tvalue( 'annual_twet', ssc_var(obj, 'annual_twet') );\r", + "\t\t\tvalue( 'annual_wspd', ssc_var(obj, 'annual_wspd') );\r", + "\t\t\tvalue( 'annual_snow', ssc_var(obj, 'annual_snow') );\r", + "\t\t\tvalue( 'annual_albedo', ssc_var(obj, 'annual_albedo') );\r", + "\t\t\tvalue( 'step', ssc_var(obj, 'step') );\r", + "\t\t\t\r", + "\t\t\trhum = ssc_var(obj, 'rhum');\r", + "\t\t\trhum_ok = true;\r", + "\t\t\tif ( isnan( rhum[0] ) ) { rhum_ok = false; }\r", + "\t\t\t// used for timestep calculation in editscene3d\r", + "\t\t\tvalue( 'wf_nrecords', ssc_var(obj, 'nrecords') );\r", + "\t\t}\r", + "\t\telse\r", + "\t\t{\r", + "\t\t\tmsgbox('Weather file reader failed!\\n' \r", + "\t\t\t+ result\r", + "\t\t\t+ '\\n\\nTo avoid this message, remove the following file from your weather file folders: \\n' + wf);\r", + "\t\t\tclear_info();\r", + "\t\t}\r", + "\t\tssc_free( obj );\r", + "\t}\r", + "}\r", + "", + "function display_tech_message() \r", + "{\r", + "\tstr = '';\r", + "\tstr_and = '';\r", + "\ttech = technology();\r", + "\tcsp_techs = ['Physical Trough','Empirical Trough','MSPT','DSPT','MSLF','MSLF_old','DSLF','Dish Stirling','Generic CSP System'];\r", + "\tfor ( i=0; i<#csp_techs; i++ )\r", + "\t{\r", + "\t\tif ( tech == csp_techs[i] ) \r", + "\t\t{\r", + "\t\t\tstr = 'CSP models use a different time convention than NREL NSRDB data. See Help for details.';\r", + "\t\t}\t\r", + "\t}\r", + "\tif ( tech == 'Biopower' )\r", + "\t{ \r", + "\t\tif ( isnan( value('annual_global') ) || !rhum_ok )\r", + "\t\t{\r", + "\t\t\tstr = 'The Biopower model requires ';\r", + "\t\t}\r", + "\t\tif ( isnan( value('annual_global' ) ) ) \r", + "\t\t{\r", + "\t\t\tstr += 'global horizontal irradiance data ';\r", + "\t\t\tstr_and = 'and ';\r", + "\t\t}\t\r", + "\t\tif ( !rhum_ok ) \r", + "\t\t{\r", + "\t\tstr += str_and + 'relative humidity data. See Help for details.';\r", + "\t\t}\t\r", + "\t}\r", + "\tproperty( 'caption_techs' , 'Caption', str );\t\t\r", + "\tproperty( 'caption_techs' , 'TextColour', 'red' );\r", + "}\r", + "\r", + "\r", + "\r", + "\r", + "\r", + "" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/Solar Resource Library.json b/deploy/runtime/ui/Solar Resource Library.json new file mode 100644 index 0000000000..1bbc4ea5d8 --- /dev/null +++ b/deploy/runtime/ui/Solar Resource Library.json @@ -0,0 +1,975 @@ +{ + "Name": "Solar Resource Library", + "Width": 882.0, + "Height": 534.0, + "FormObjects": { + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox2" + }, + "X": { + "Type": 3.0, + "Integer": 9.0 + }, + "Y": { + "Type": 3.0, + "Integer": 6.0 + }, + "Width": { + "Type": 3.0, + "Integer": 870.0 + }, + "Height": { + "Type": 3.0, + "Integer": 525.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Choose Weather File" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Button": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "btn_add_remove_folders" + }, + "X": { + "Type": 3.0, + "Integer": 621.0 + }, + "Y": { + "Type": 3.0, + "Integer": 381.0 + }, + "Width": { + "Type": 3.0, + "Integer": 252.0 + }, + "Height": { + "Type": 3.0, + "Integer": 30.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Add/remove weather file folders..." + }, + "TabOrder": { + "Type": 3.0, + "Integer": 2.0 + } + } + }, + "Button": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "btn_browse_file" + }, + "X": { + "Type": 3.0, + "Integer": 765.0 + }, + "Y": { + "Type": 3.0, + "Integer": 495.0 + }, + "Width": { + "Type": 3.0, + "Integer": 108.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Browse" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Button": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "btn_refresh_library" + }, + "X": { + "Type": 3.0, + "Integer": 621.0 + }, + "Y": { + "Type": 3.0, + "Integer": 411.0 + }, + "Width": { + "Type": 3.0, + "Integer": 252.0 + }, + "Height": { + "Type": 3.0, + "Integer": 30.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Refresh library" + }, + "TabOrder": { + "Type": 3.0, + "Integer": 3.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "caption_library" + }, + "X": { + "Type": 3.0, + "Integer": 15.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 855.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "The Solar Resource library is a list of weather files on your computer. Choose a file from the library and verify the weather data information below." + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "folder_caption" + }, + "X": { + "Type": 3.0, + "Integer": 18.0 + }, + "Y": { + "Type": 3.0, + "Integer": 339.0 + }, + "Width": { + "Type": 3.0, + "Integer": 855.0 + }, + "Height": { + "Type": 3.0, + "Integer": 39.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "SAM scans the following folders on your computer for valid weather files and adds them to your Solar Resource library. To use weather files stored on your computer, click Add/remove Weather File Folders and add folders containing valid weather files." + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "MultilineText": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "library_folder_list" + }, + "X": { + "Type": 3.0, + "Integer": 18.0 + }, + "Y": { + "Type": 3.0, + "Integer": 381.0 + }, + "Width": { + "Type": 3.0, + "Integer": 588.0 + }, + "Height": { + "Type": 3.0, + "Integer": 60.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Text": { + "Type": 5.0, + "String": "List of Solar Resource library folders" + }, + "Editable": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 22" + }, + "X": { + "Type": 3.0, + "Integer": 15.0 + }, + "Y": { + "Type": 3.0, + "Integer": 57.0 + }, + "Width": { + "Type": 3.0, + "Integer": 855.0 + }, + "Height": { + "Type": 3.0, + "Integer": 16.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Orientation": { + "Type": 3.0, + "Integer": 0.0 + }, + "Colour": { + "Type": 4.0, + "Color": { + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, + "Alpha": 255.0 + } + }, + "Caption": { + "Type": 5.0, + "String": "Solar Resource Library" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 223" + }, + "X": { + "Type": 3.0, + "Integer": 18.0 + }, + "Y": { + "Type": 3.0, + "Integer": 447.0 + }, + "Width": { + "Type": 3.0, + "Integer": 855.0 + }, + "Height": { + "Type": 3.0, + "Integer": 16.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Orientation": { + "Type": 3.0, + "Integer": 0.0 + }, + "Colour": { + "Type": 4.0, + "Color": { + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, + "Alpha": 255.0 + } + }, + "Caption": { + "Type": 5.0, + "String": "Disable Solar Resource Library" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 7" + }, + "X": { + "Type": 3.0, + "Integer": 21.0 + }, + "Y": { + "Type": 3.0, + "Integer": 465.0 + }, + "Width": { + "Type": 3.0, + "Integer": 855.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "If you prefer not to use the Solar Resource Library, check Choose Weather File to disable it, and click Browse to choose a weather file." + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 711" + }, + "X": { + "Type": 3.0, + "Integer": 15.0 + }, + "Y": { + "Type": 3.0, + "Integer": 24.0 + }, + "Width": { + "Type": 3.0, + "Integer": 846.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Choose a weather file from the library or from a folder." + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "TextEntry": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "solar_data_file_name" + }, + "X": { + "Type": 3.0, + "Integer": 180.0 + }, + "Y": { + "Type": 3.0, + "Integer": 306.0 + }, + "Width": { + "Type": 3.0, + "Integer": 690.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Text": { + "Type": 5.0, + "String": "" + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Library": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "solar_resource" + }, + "X": { + "Type": 3.0, + "Integer": 15.0 + }, + "Y": { + "Type": 3.0, + "Integer": 108.0 + }, + "Width": { + "Type": 3.0, + "Integer": 855.0 + }, + "Height": { + "Type": 3.0, + "Integer": 186.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Library": { + "Type": 5.0, + "String": "SolarResourceData" + }, + "Fields": { + "Type": 5.0, + "String": "Name,Latitude,Longitude,Time zone,Elevation,Station ID,Source,Version" + } + } + }, + "CheckBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "use_specific_weather_file" + }, + "X": { + "Type": 3.0, + "Integer": 27.0 + }, + "Y": { + "Type": 3.0, + "Integer": 495.0 + }, + "Width": { + "Type": 3.0, + "Integer": 162.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Choose weather file" + }, + "State": { + "Type": 2.0, + "Boolean": 1.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "TextEntry": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "user_specified_weather_file" + }, + "X": { + "Type": 3.0, + "Integer": 192.0 + }, + "Y": { + "Type": 3.0, + "Integer": 495.0 + }, + "Width": { + "Type": 3.0, + "Integer": 570.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Text": { + "Type": 5.0, + "String": "" + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + } + }, + "VarDatabase": { + "library_folder_list": { + "Version": 4.0, + "Type": 4.0, + "Label": "Solar resource library folders", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 5.0, + "DefaultValue": "", + "UIObject": "MultilineText", + "sscVariableName": "", + "sscVariableValue": "" + }, + "library_paths": { + "Version": 4.0, + "Type": 4.0, + "Label": "Solar resource library file path list", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": "", + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "solar_data_file_name": { + "Version": 4.0, + "Type": 4.0, + "Label": "Weather file from library", + "Units": "", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": "", + "UIObject": "TextEntry", + "sscVariableName": "", + "sscVariableValue": "" + }, + "solar_resource": { + "Version": 4.0, + "Type": 4.0, + "Label": "Solar resource library current selection", + "Units": " ", + "Group": "Location and Resource", + "IndexLabels": "SolarResourceData|0", + "Flags": 19.0, + "DefaultValue": "", + "UIObject": "Library", + "sscVariableName": "", + "sscVariableValue": "" + }, + "use_specific_weather_file": { + "Version": 4.0, + "Type": 1.0, + "Label": "Use user-specified weather file", + "Units": "", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "CheckBox", + "sscVariableName": "", + "sscVariableValue": "" + }, + "user_specified_weather_file": { + "Version": 4.0, + "Type": 4.0, + "Label": "Weather file on disk", + "Units": "", + "Group": "Location and Resource", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": "", + "UIObject": "TextEntry", + "sscVariableName": "", + "sscVariableValue": "" + } + }, + "Equations": [ + "", + "" + ], + "Callbacks": [ + "on_load{'Solar Resource Library'} = define() {", + "\t//msgbox('Debug\\non_load Solar Resource Library');", + "\tenable_user_specified_wf();\r", + "\tupdate_library_folders(''); // refresh list of library folders\r", + "\tlibrary_notification();\r", + "};", + "", + "on_change{'btn_refresh_library'} = define() {", + "\t//msgbox('Debug\\non_change btn_refresh_library');\r", + "\trescanlibrary( 'solar' );\r", + "\tlibrary_notification();", + "};", + "", + "on_change{'btn_add_remove_folders'} = define() {", + "\t//msgbox('Debug\\non_change btn_add_remove_folders');\r", + "\tif ( showsettings( 'solar' ) ) {", + "\t\tupdate_library_folders( '' );", + "\t}\r", + "\telse {\r", + "\t\tmsgbox('Failed to open Solar Resource Data Folder Settings window.');\r", + "\t}\r", + "\tlibrary_notification();\r", + "};", + "\r", + "on_change{'btn_browse_file'} = define() {\r", + "\tf_current = value('user_specified_weather_file');\r", + "\tif ( !file_exists(f_current) ) {\r", + "\t\tfpath = homedir();\r", + "\t}\r", + "\telse {\r", + "\t\tfpath = path_only( f_current );\r", + "\t}\r", + "\t\r", + "\tf = choose_file( fpath , 'Choose a weather file', 'Weather Files (*.csv, *.epw, *.tm2)|*.csv; *.epw; *.tm2');\r", + "\t\t\r", + "\tif ( f != '' ) {\r", + "\t\tf = replace(f, '\\\\', '/');\r", + "\t\tvalue( 'user_specified_weather_file', f );\r", + "\t}\r", + "};\r", + "\r", + "on_change{'use_specific_weather_file'} = define() {\r", + "\tenable_user_specified_wf();\r", + "\tlibrary_notification();\r", + "};\r", + "\r", + "function enable_user_specified_wf() {\r", + "\tis_user_specified = ( value('use_specific_weather_file') == 1 );\r", + "\tenable('user_specified_weather_file', is_user_specified );\r", + "\tenable('btn_browse_file', is_user_specified );\r", + "\tenable('solar_resource', !is_user_specified );\r", + "\tenable('solar_data_file_name', !is_user_specified );\r", + "\tenable('library_folder_list', !is_user_specified );\r", + "\tenable('btn_add_remove_folders', !is_user_specified );\r", + "\tenable('btn_refresh_library', !is_user_specified );\r", + "}\r", + "\r", + "// update ui list of library folders, and optionally add new path to library folders\r", + "function update_library_folders( new_path )\r", + "{\r", + "\t//msgbox('Debug\\nupdate_library_folders()');\r", + "\tx = get_settings('solar_data_paths');\r", + "\t// add new path if provided and it doesn't already exist in the library\r", + "\tif ( new_path != '' && dir_exists( new_path ) && ( strpos( x, new_path ) < 0 ) )\r", + "\t{\r", + "\t\tif ( x != '' ) { x += ';'; }\r", + "\t\tx += replace( new_path, '\\\\', '/' );\r", + "\t}\r", + "\t// list of library folders files to display on separate lines\r", + "\tpaths = split( x, ';' );\r", + "\t// put solar download folder at top of list\r", + "\tclean_list = '';\r", + "\t// remove folders in list that no longer exist\r", + "\tfor (i = 0; i<#paths; i++ )\r", + "\t{\r", + "\t\tif ( dir_exists( paths[i] ) )\r", + "\t\t{\r", + "\t\t\tclean_list += paths[i];\r", + "\t\t\tif ( i < #paths-1 ) { clean_list += ';'; }\r", + "\t\t}\t\r", + "\t}\t\t\r", + "\t// update solar_data_paths used by library.cpp and nsrdb.cpp to cleaned list\t\t\r", + "\tset_settings('solar_data_paths', clean_list );\r", + "\t// update list to display\r", + "\tvalue( 'library_folder_list', get_settings('solar_download_path') + '\\n' \r", + "\t + replace( clean_list , ';' , '\\n' ) );\r", + "\trescanlibrary( 'solar' ); \r", + "}\r", + "\r", + "// sets the library widget's notification text based on status of library\r", + "function library_notification() {\r", + "\r", + "\t// get list of default files and files in library\r", + "\tsam_dir = replace(appdir(),'\\\\','/'); // app dir is like c:/SAM/2024.12.12/x64\r", + "\tdefault_solar_resource_path = left(sam_dir,last_of(sam_dir,'/'))+'/solar_resource'; // default solar resource path is like c:/SAM/2024.12.12/solar_resource\r", + "\tdefault_files = dir_list(default_solar_resource_path, '*');\r", + "\tlib = csvread(userlocaldatadir() + '/SolarResourceData.csv', {'skip'=3});\r", + "\r", + "\t// set library widget notification text\r", + "\tif ( librarygetcurrentselection('solar_resource') == '' ) {\r", + "\t\tlibrarynotifytext('solar_resource','Nothing selected. Please choose a file.');\r", + "\t}\r", + "\telseif ( strpos( replace(value('solar_data_file_name'),'\\\\','/'), replace(value('solar_resource'),'\\\\','/') ) < 0) {\r", + "\t\tlibrarynotifytext('solar_resource','Invalid selection. Choose a different file.');\r", + "\t}\r", + "\telseif (librarygetnumbermatches('solar_resource') < 1) {\r", + "\t\tlibrarynotifytext('solar_resource', 'No match found. Try downloading or choosing a weather file.');\r", + "\t}\r", + "\telseif ( replace(value('solar_data_file_name'), '\\\\', '/') != replace( value('solar_resource_file'), '\\\\', '/' ) ) {\r", + "\t\tlibrarynotifytext('solar_resource','Current selection is different from weather file.');\r", + "\t}\r", + "\telseif ( #lib == #default_files ) {\r", + "\t\tlibrarynotifytext('solar_resource', 'You have not added any weather files to your library.' );\r", + "\t}\r", + "\telse {\r", + "\t\tlibrarynotifytext('solar_resource', ''); //'Everything is fine.'\r", + "\t}\r", + "\r", + "\tif (value('use_specific_weather_file') == 1) {\r", + "\t\tproperty('caption_library','Caption','The Solar Resource library is disabled. Clear the Use Weather File on Disk checkbox below to enable the library.');\r", + "\t}\r", + "\telse {\r", + "\t\tproperty('caption_library','Caption','The Solar Resource library is a list of weather files on your computer. Choose a file from the library and verify the weather data information below.');\r", + "\t}\r", + "\t//msgbox('Debug\\nlibraryget functions'+\r", + "\t//'\\nfiltertext = ' + librarygetfiltertext('solar_resource') \r", + "\t//+ '\\nnumber matches = ' + librarygetnumbermatches('solar_resource') \r", + "\t//+ '\\ncurrentselection = ' + librarygetcurrentselection('solar_resource'));\r", + "\r", + "}\r", + "" + ] +} \ No newline at end of file diff --git a/deploy/solar_resource/phoenix_az_33.450495_-111.983688_psmv3_60_tmy_test.csv b/deploy/solar_resource/phoenix_az_33.450495_-111.983688_psmv3_60_tmy_test.csv deleted file mode 100644 index 56ef28873b..0000000000 --- a/deploy/solar_resource/phoenix_az_33.450495_-111.983688_psmv3_60_tmy_test.csv +++ /dev/null @@ -1,8763 +0,0 @@ -Source,Location ID,City,State,Country,Latitude,Longitude,Time Zone,Elevation,Local Time Zone,Dew Point Units,DHI Units,DNI Units,GHI Units,Temperature Units,Pressure Units,Wind Direction Units,Wind Speed,Surface Albedo Units,Version -NSRDB,78208,-,-,-,33.45,-111.98,-7,358,-7,c,w/m2,w/m2,w/m2,c,mbar,Degrees,m/s,N/A,v3.0.0 -Year,Month,Day,Hour,Minute,DNI,DHI,GHI,Dew Point,Temperature,Pressure,Wind Direction,Wind Speed,Surface Albedo,,,,,, -2012,1,1,0,30,0,0,0,-2,7,970,180.1,1.5,0.174,,,,,, -2012,1,1,1,30,0,0,0,-2,6,970,183.4,1.5,0.174,,,,,, -2012,1,1,2,30,0,0,0,-3,6,970,188.4,1.5,0.174,,,,,, -2012,1,1,3,30,0,0,0,-3,6,970,195.9,1.5,0.174,,,,,, -2012,1,1,4,30,0,0,0,-4,6,970,203.1,1.6,0.174,,,,,, -2012,1,1,5,30,0,0,0,-4,6,970,207.9,1.6,0.174,,,,,, -2012,1,1,6,30,0,0,0,-4,6,970,207.4,1.5,0.174,,,,,, -2012,1,1,7,30,0,0,0,-5,7,970,199.9,1.4,0.174,,,,,, -2012,1,1,8,30,-500,39,144,-5,11,970,191.9,1.9,0.174,,,,,, -2012,1,1,9,30,833,56,327,-4,15,970,178,2.4,0.174,,,,,, -2012,1,1,10,30,918,66,477,-3,20,970,176.2,2.5,0.174,,,,,, -2012,1,1,11,30,925,81,568,-4,23,970,181.4,2.9,0.174,,,,,, -2012,1,1,12,30,935,84,601,-4,25,970,177.2,3,0.174,,,,,, -2012,1,1,13,30,923,82,570,-5,26,970,173.2,3,0.174,,,,,, -2012,1,1,14,30,898,72,478,-4,25,970,172.4,2.5,0.174,,,,,, -2012,1,1,15,30,813,61,330,0,23,970,167.4,1.5,0.174,,,,,, -2012,1,1,16,30,616,42,149,5,19,970,152.1,1.2,0.174,,,,,, -2012,1,1,17,30,0,0,0,1,16,970,136.1,1.4,0.174,,,,,, -2012,1,1,18,30,0,0,0,0,14,970,131.9,1.5,0.174,,,,,, -2012,1,1,19,30,0,0,0,0,12,970,136.3,1.6,0.174,,,,,, -2012,1,1,20,30,0,0,0,0,12,970,148.5,1.7,0.174,,,,,, -2012,1,1,21,30,0,0,0,-1,11,970,164.6,1.9,0.174,,,,,, -2012,1,1,22,30,0,0,0,-2,10,970,178,2.1,0.174,,,,,, -2012,1,1,23,30,0,0,0,-3,10,970,188.3,2.2,0.174,,,,,, -2012,1,2,0,30,0,0,0,-3,10,970,195,2,0.174,,,,,, -2012,1,2,1,30,0,0,0,-3,9,970,198.4,1.8,0.174,,,,,, -2012,1,2,2,30,0,0,0,-3,9,970,205,1.8,0.174,,,,,, -2012,1,2,3,30,0,0,0,-3,8,970,203.6,1.7,0.174,,,,,, -2012,1,2,4,30,0,0,0,-4,8,970,189.9,1.7,0.174,,,,,, -2012,1,2,5,30,0,0,0,-4,8,970,178.2,1.6,0.174,,,,,, -2012,1,2,6,30,0,0,0,-4,8,970,173.4,1.6,0.174,,,,,, -2012,1,2,7,30,0,0,0,-4,9,970,171.1,1.6,0.174,,,,,, -2012,1,2,8,30,603,41,140,-4,12,970,171.3,2.3,0.174,,,,,, -2012,1,2,9,30,809,60,322,-3,16,970,164.3,2.9,0.174,,,,,, -2012,1,2,10,30,900,70,473,-3,19,970,166.2,2.8,0.174,,,,,, -2012,1,2,11,30,919,83,567,-3,22,970,178,2.8,0.174,,,,,, -2012,1,2,12,30,933,85,602,-3,24,970,178.6,2.8,0.174,,,,,, -2012,1,2,13,30,920,83,571,-3,25,970,181.4,2.7,0.174,,,,,, -2012,1,2,14,30,880,77,477,-3,24,970,184.7,1.9,0.174,,,,,, -2012,1,2,15,30,790,66,330,0,22,970,179,1.1,0.174,,,,,, -2012,1,2,16,30,592,45,149,5,18,970,162.6,1,0.174,,,,,, -2012,1,2,17,30,0,0,0,1,16,970,159.3,1.2,0.174,,,,,, -2012,1,2,18,30,0,0,0,1,14,970,168.6,1.3,0.174,,,,,, -2012,1,2,19,30,0,0,0,0,13,970,177.1,1.3,0.174,,,,,, -2012,1,2,20,30,0,0,0,0,12,970,186.4,1.4,0.174,,,,,, -2012,1,2,21,30,0,0,0,0,11,970,197.4,1.5,0.174,,,,,, -2012,1,2,22,30,0,0,0,0,11,970,203.2,1.6,0.174,,,,,, -2012,1,2,23,30,0,0,0,-1,10,970,204.2,1.7,0.174,,,,,, -2012,1,3,0,30,0,0,0,-1,10,970,204,1.6,0.174,,,,,, -2012,1,3,1,30,0,0,0,-1,9,970,203.1,1.6,0.174,,,,,, -2012,1,3,2,30,0,0,0,-1,9,970,203.1,1.6,0.174,,,,,, -2012,1,3,3,30,0,0,0,-2,8,970,206.8,1.6,0.174,,,,,, -2012,1,3,4,30,0,0,0,-2,8,970,211,1.6,0.174,,,,,, -2012,1,3,5,30,0,0,0,-2,8,970,214.3,1.6,0.174,,,,,, -2012,1,3,6,30,0,0,0,-3,8,970,216.7,1.7,0.174,,,,,, -2012,1,3,7,30,0,0,0,-3,9,970,217.2,1.7,0.174,,,,,, -2012,1,3,8,30,585,40,136,-2,13,970,223.2,1.9,0.174,,,,,, -2012,1,3,9,30,785,59,314,-2,16,970,217.1,1.7,0.174,,,,,, -2012,1,3,10,30,871,70,461,-3,19,970,200.5,1.5,0.174,,,,,, -2012,1,3,11,30,908,77,555,-3,21,970,185.5,1.9,0.174,,,,,, -2012,1,3,12,30,490,202,475,-4,22,970,180.1,2.3,0.174,,,,,, -2012,1,3,13,30,0,142,142,-4,23,970,182.9,2.5,0.174,,,,,, -2012,1,3,14,30,80,200,237,-4,23,970,187.4,2.4,0.174,,,,,, -2012,1,3,15,30,802,59,328,-3,22,970,191.2,1.5,0.174,,,,,, -2012,1,3,16,30,620,41,151,3,19,970,192.3,1,0.174,,,,,, -2012,1,3,17,30,0,0,0,0,18,970,186.2,1.1,0.174,,,,,, -2012,1,3,18,30,0,0,0,-1,17,970,173.8,1.1,0.174,,,,,, -2012,1,3,19,30,0,0,0,-1,15,970,163.8,1.2,0.174,,,,,, -2012,1,3,20,30,0,0,0,-1,13,970,162.1,1.3,0.174,,,,,, -2012,1,3,21,30,0,0,0,0,11,970,162.6,1.4,0.174,,,,,, -2012,1,3,22,30,0,0,0,0,9,970,164.9,1.5,0.174,,,,,, -2012,1,3,23,30,0,0,0,0,9,970,170.8,1.6,0.174,,,,,, -2012,1,4,0,30,0,0,0,-1,8,970,177.6,1.8,0.174,,,,,, -2012,1,4,1,30,0,0,0,-2,7,970,185.6,1.8,0.174,,,,,, -2012,1,4,2,30,0,0,0,-3,7,970,192,1.6,0.174,,,,,, -2012,1,4,3,30,0,0,0,-3,7,970,190.2,1.4,0.174,,,,,, -2012,1,4,4,30,0,0,0,-3,7,970,181.1,1.3,0.174,,,,,, -2012,1,4,5,30,0,0,0,-3,6,970,176.7,1.3,0.174,,,,,, -2012,1,4,6,30,0,0,0,-3,6,970,181.4,1.3,0.174,,,,,, -2012,1,4,7,30,0,0,0,-3,7,970,188.3,1.3,0.174,,,,,, -2012,1,4,8,30,644,36,142,-3,10,970,201.5,1.9,0.174,,,,,, -2012,1,4,9,30,842,52,325,-2,14,970,208.2,2.4,0.174,,,,,, -2012,1,4,10,30,929,59,477,-1,18,970,213.9,2.2,0.174,,,,,, -2012,1,4,11,30,935,78,571,-2,22,970,211.3,1.8,0.174,,,,,, -2012,1,4,12,30,957,76,610,-3,24,970,200.4,1.7,0.174,,,,,, -2012,1,4,13,30,950,74,581,-3,25,970,194.2,1.6,0.174,,,,,, -2012,1,4,14,30,903,71,486,-4,25,970,193.6,1.4,0.174,,,,,, -2012,1,4,15,30,822,61,339,-1,24,970,188.2,0.9,0.174,,,,,, -2012,1,4,16,30,636,43,158,1,22,970,160.5,0.7,0.174,,,,,, -2012,1,4,17,30,0,0,0,-1,20,970,126.4,1,0.174,,,,,, -2012,1,4,18,30,0,0,0,-1,17,970,112.9,1.2,0.174,,,,,, -2012,1,4,19,30,0,0,0,0,14,970,110.3,1.3,0.174,,,,,, -2012,1,4,20,30,0,0,0,0,12,970,115.3,1.4,0.174,,,,,, -2012,1,4,21,30,0,0,0,0,11,970,125.6,1.4,0.174,,,,,, -2012,1,4,22,30,0,0,0,-1,10,970,140.3,1.4,0.174,,,,,, -2012,1,4,23,30,0,0,0,-1,9,970,159.2,1.4,0.174,,,,,, -2012,1,5,0,30,0,0,0,-1,9,970,185.9,1.6,0.174,,,,,, -2012,1,5,1,30,0,0,0,-2,8,970,212.4,1.8,0.174,,,,,, -2012,1,5,2,30,0,0,0,-2,8,970,231.7,1.8,0.174,,,,,, -2012,1,5,3,30,0,0,0,-2,8,970,240.7,1.7,0.174,,,,,, -2012,1,5,4,30,0,0,0,-3,8,970,239.9,1.7,0.174,,,,,, -2012,1,5,5,30,0,0,0,-3,8,970,232.8,1.6,0.174,,,,,, -2012,1,5,6,30,0,0,0,-3,8,970,229.8,1.6,0.174,,,,,, -2012,1,5,7,30,0,0,0,-3,9,970,228.6,1.8,0.174,,,,,, -2012,1,5,8,30,601,40,139,-3,12,970,223.8,2.2,0.174,,,,,, -2012,1,5,9,30,806,60,321,-3,15,970,206.8,2.1,0.174,,,,,, -2012,1,5,10,30,895,70,473,-2,19,970,188,1.8,0.174,,,,,, -2012,1,5,11,30,935,76,571,-4,22,970,194,1.8,0.174,,,,,, -2012,1,5,12,30,949,78,608,-4,23,970,187,1.7,0.174,,,,,, -2012,1,5,13,30,940,76,579,-5,23,970,190.6,1.6,0.174,,,,,, -2012,1,5,14,30,899,72,486,-5,23,970,197.4,1.4,0.174,,,,,, -2012,1,5,15,30,818,61,340,-4,21,970,195.7,1,0.174,,,,,, -2012,1,5,16,30,633,43,159,3,19,970,178.5,0.9,0.174,,,,,, -2012,1,5,17,30,0,0,0,0,17,970,164.9,1.2,0.174,,,,,, -2012,1,5,18,30,0,0,0,-2,17,960,162.2,1.4,0.174,,,,,, -2012,1,5,19,30,0,0,0,-3,16,960,157,1.4,0.174,,,,,, -2012,1,5,20,30,0,0,0,-2,14,960,152.1,1.3,0.174,,,,,, -2012,1,5,21,30,0,0,0,-1,12,960,153.2,1.2,0.174,,,,,, -2012,1,5,22,30,0,0,0,-1,10,960,159,1.1,0.174,,,,,, -2012,1,5,23,30,0,0,0,-1,9,960,168.6,1,0.174,,,,,, -2012,1,6,0,30,0,0,0,-1,9,960,180.3,0.9,0.174,,,,,, -2012,1,6,1,30,0,0,0,-2,8,960,196.2,0.9,0.174,,,,,, -2012,1,6,2,30,0,0,0,-2,7,960,212.3,1,0.174,,,,,, -2012,1,6,3,30,0,0,0,-2,7,960,226.4,1.2,0.174,,,,,, -2012,1,6,4,30,0,0,0,-2,6,960,234,1.4,0.174,,,,,, -2012,1,6,5,30,0,0,0,-3,6,960,237.4,1.5,0.174,,,,,, -2012,1,6,6,30,0,0,0,-3,6,960,238.5,1.5,0.174,,,,,, -2012,1,6,7,30,0,0,0,-3,7,960,239.7,1.5,0.174,,,,,, -2012,1,6,8,30,555,43,134,-1,11,970,244,2.1,0.174,,,,,, -2012,1,6,9,30,767,65,315,-3,15,970,247.5,2.2,0.174,,,,,, -2012,1,6,10,30,862,76,465,-4,18,970,243.2,1.5,0.174,,,,,, -2012,1,6,11,30,909,81,564,-4,20,960,225.3,1.1,0.174,,,,,, -2012,1,6,12,30,923,83,601,-4,21,960,204.7,1,0.174,,,,,, -2012,1,6,13,30,913,82,572,-4,22,960,208.3,0.9,0.174,,,,,, -2012,1,6,14,30,882,74,482,-4,21,960,224,0.7,0.174,,,,,, -2012,1,6,15,30,797,63,337,-3,19,960,249.1,0.5,0.174,,,,,, -2012,1,6,16,30,610,45,158,3,16,960,296.9,0.5,0.174,,,,,, -2012,1,6,17,30,0,0,0,0,15,960,320.9,0.9,0.174,,,,,, -2012,1,6,18,30,0,0,0,0,14,960,333.2,1.2,0.174,,,,,, -2012,1,6,19,30,0,0,0,-1,13,960,343,1.3,0.174,,,,,, -2012,1,6,20,30,0,0,0,-1,12,960,349.8,1.4,0.174,,,,,, -2012,1,6,21,30,0,0,0,-1,11,960,352.1,1.4,0.174,,,,,, -2012,1,6,22,30,0,0,0,-1,10,960,344.4,1.3,0.174,,,,,, -2012,1,6,23,30,0,0,0,-1,10,960,326.8,1.3,0.174,,,,,, -2012,1,7,0,30,0,0,0,-1,9,960,307.6,1.3,0.174,,,,,, -2012,1,7,1,30,0,0,0,-2,8,960,293.4,1.3,0.174,,,,,, -2012,1,7,2,30,0,0,0,-2,8,960,284.3,1.3,0.174,,,,,, -2012,1,7,3,30,0,0,0,-2,7,960,279.6,1.4,0.174,,,,,, -2012,1,7,4,30,0,0,0,-2,6,960,277.8,1.4,0.174,,,,,, -2012,1,7,5,30,0,0,0,-2,6,960,274.9,1.3,0.174,,,,,, -2012,1,7,6,30,0,0,0,-2,5,960,267.6,1.3,0.174,,,,,, -2012,1,7,7,30,0,0,0,-2,7,960,255.9,1.7,0.174,,,,,, -2012,1,7,8,30,530,44,131,0,11,960,242.3,2.5,0.174,,,,,, -2012,1,7,9,30,744,68,310,-2,14,960,243.1,2.5,0.174,,,,,, -2012,1,7,10,30,840,81,461,-2,17,960,250.9,2,0.174,,,,,, -2012,1,7,11,30,918,78,567,-2,19,960,254.9,1.6,0.174,,,,,, -2012,1,7,12,30,930,81,604,-3,20,960,247.6,1.3,0.174,,,,,, -2012,1,7,13,30,916,81,575,-3,20,960,239.2,1.2,0.174,,,,,, -2012,1,7,14,30,865,79,481,-3,20,960,237.7,1.1,0.174,,,,,, -2012,1,7,15,30,767,70,335,-2,18,960,229.8,0.7,0.174,,,,,, -2012,1,7,16,30,557,50,155,3,15,960,219.3,0.5,0.174,,,,,, -2012,1,7,17,30,0,0,0,1,13,960,223.7,0.5,0.174,,,,,, -2012,1,7,18,30,0,0,0,0,12,960,220.7,0.4,0.174,,,,,, -2012,1,7,19,30,0,0,0,0,11,960,161.5,0.7,0.174,,,,,, -2012,1,7,20,30,0,0,0,0,10,960,127.9,1.1,0.174,,,,,, -2012,1,7,21,30,0,0,0,0,9,960,140.6,1.6,0.174,,,,,, -2012,1,7,22,30,0,0,0,0,9,960,167.9,2.4,0.174,,,,,, -2012,1,7,23,30,0,0,0,0,8,960,177.5,2.9,0.174,,,,,, -2012,1,8,0,30,0,0,0,0,7,960,179.3,3.2,0.174,,,,,, -2012,1,8,1,30,0,0,0,-1,6,960,177.7,3.2,0.174,,,,,, -2012,1,8,2,30,0,0,0,0,4,960,174.7,2.9,0.174,,,,,, -2012,1,8,3,30,0,0,0,0,4,960,168.8,2.8,0.174,,,,,, -2012,1,8,4,30,0,0,0,-1,4,960,163.4,3,0.174,,,,,, -2012,1,8,5,30,0,0,0,-1,5,960,163,3.1,0.174,,,,,, -2012,1,8,6,30,0,0,0,0,4,960,162.4,3,0.174,,,,,, -2012,1,8,7,30,0,0,0,0,5,960,161.5,3.4,0.174,,,,,, -2012,1,8,8,30,483,49,128,0,8,960,161.7,4.4,0.174,,,,,, -2012,1,8,9,30,718,74,309,0,11,960,164.3,5.6,0.174,,,,,, -2012,1,8,10,30,842,83,464,-2,14,960,176.6,6.3,0.174,,,,,, -2012,1,8,11,30,903,87,569,-4,16,960,182.9,6.3,0.174,,,,,, -2012,1,8,12,30,936,84,612,-5,17,960,184.7,6.1,0.174,,,,,, -2012,1,8,13,30,931,82,586,-6,17,960,183.2,6,0.174,,,,,, -2012,1,8,14,30,880,80,492,-7,17,960,181.8,5.6,0.174,,,,,, -2012,1,8,15,30,797,69,347,-7,16,960,180.3,4.5,0.174,,,,,, -2012,1,8,16,30,614,49,166,0,13,960,179.3,2.7,0.174,,,,,, -2012,1,8,17,30,0,0,0,-2,10,960,178.8,1.8,0.175,,,,,, -2012,1,8,18,30,0,0,0,-3,8,970,181.8,1.7,0.175,,,,,, -2012,1,8,19,30,0,0,0,-3,7,970,183.8,1.7,0.175,,,,,, -2012,1,8,20,30,0,0,0,-4,6,970,184.4,1.6,0.175,,,,,, -2012,1,8,21,30,0,0,0,-5,6,970,181.5,1.6,0.175,,,,,, -2012,1,8,22,30,0,0,0,-5,6,970,176.6,1.6,0.175,,,,,, -2012,1,8,23,30,0,0,0,-6,6,970,168.3,1.6,0.175,,,,,, -2012,1,9,0,30,0,0,0,-6,6,970,166.9,1.6,0.175,,,,,, -2012,1,9,1,30,0,0,0,-6,5,970,177.5,1.7,0.175,,,,,, -2012,1,9,2,30,0,0,0,-6,4,970,186.6,1.6,0.175,,,,,, -2012,1,9,3,30,0,0,0,-5,4,970,186.7,1.5,0.175,,,,,, -2012,1,9,4,30,0,0,0,-6,4,970,185.4,1.5,0.175,,,,,, -2012,1,9,5,30,0,0,0,-6,3,970,189,1.5,0.175,,,,,, -2012,1,9,6,30,0,0,0,-6,3,970,197.1,1.5,0.175,,,,,, -2012,1,9,7,30,0,0,0,-6,4,970,203.7,1.5,0.175,,,,,, -2012,1,9,8,30,59,61,71,-6,6,970,211.2,1.8,0.175,,,,,, -2012,1,9,9,30,763,66,316,-5,10,970,201.9,1.8,0.175,,,,,, -2012,1,9,10,30,859,77,467,-4,14,970,210.7,1.4,0.175,,,,,, -2012,1,9,11,30,887,89,564,-3,16,970,206.8,1.4,0.175,,,,,, -2012,1,9,12,30,909,89,603,-4,17,970,197.7,1.6,0.175,,,,,, -2012,1,9,13,30,361,227,423,-4,18,970,195.5,1.6,0.175,,,,,, -2012,1,9,14,30,856,82,485,-5,18,970,186.1,1.5,0.175,,,,,, -2012,1,9,15,30,773,70,342,-5,16,970,174.9,1,0.175,,,,,, -2012,1,9,16,30,441,55,140,0,13,970,159.6,0.7,0.175,,,,,, -2012,1,9,17,30,0,0,0,0,10,970,139.5,0.8,0.175,,,,,, -2012,1,9,18,30,0,0,0,-1,10,970,131.9,0.9,0.175,,,,,, -2012,1,9,19,30,0,0,0,-2,10,970,125.2,1,0.175,,,,,, -2012,1,9,20,30,0,0,0,-2,9,970,116.5,1.2,0.175,,,,,, -2012,1,9,21,30,0,0,0,-3,7,970,113.1,1.3,0.175,,,,,, -2012,1,9,22,30,0,0,0,-3,5,970,119.3,1.3,0.175,,,,,, -2012,1,9,23,30,0,0,0,-4,5,970,131.3,1.3,0.175,,,,,, -2012,1,10,0,30,0,0,0,-4,4,970,144.6,1.3,0.175,,,,,, -2012,1,10,1,30,0,0,0,-5,4,970,160.7,1.3,0.175,,,,,, -2012,1,10,2,30,0,0,0,-5,4,970,177.5,1.3,0.175,,,,,, -2012,1,10,3,30,0,0,0,-5,3,970,198.1,1.4,0.175,,,,,, -2012,1,10,4,30,0,0,0,-4,3,970,218.1,1.4,0.175,,,,,, -2012,1,10,5,30,0,0,0,-4,3,970,236.3,1.5,0.175,,,,,, -2012,1,10,6,30,0,0,0,-4,3,970,247.9,1.4,0.175,,,,,, -2012,1,10,7,30,0,0,0,-4,5,970,256,1.4,0.175,,,,,, -2012,1,10,8,30,560,43,135,-4,8,970,262.4,1.6,0.175,,,,,, -2012,1,10,9,30,770,64,317,-4,12,970,268.8,1.5,0.175,,,,,, -2012,1,10,10,30,867,75,469,-4,15,970,280.4,0.7,0.175,,,,,, -2012,1,10,11,30,896,86,566,-6,17,970,341.3,0.3,0.175,,,,,, -2012,1,10,12,30,912,87,605,-6,18,970,98.8,0.3,0.175,,,,,, -2012,1,10,13,30,442,213,455,-6,19,970,134.4,0.5,0.175,,,,,, -2012,1,10,14,30,869,78,490,-6,18,970,159.7,0.9,0.175,,,,,, -2012,1,10,15,30,295,138,243,-5,17,960,175.7,0.9,0.175,,,,,, -2012,1,10,16,30,602,49,167,0,14,960,181.6,0.8,0.175,,,,,, -2012,1,10,17,30,0,0,0,0,12,960,182.4,1.1,0.175,,,,,, -2012,1,10,18,30,0,0,0,-2,11,970,176.8,1.2,0.175,,,,,, -2012,1,10,19,30,0,0,0,-3,11,970,161.4,1.3,0.175,,,,,, -2012,1,10,20,30,0,0,0,-3,10,970,151.6,1.3,0.175,,,,,, -2012,1,10,21,30,0,0,0,-3,10,970,144.1,1.3,0.175,,,,,, -2012,1,10,22,30,0,0,0,-3,9,970,138.8,1.3,0.175,,,,,, -2012,1,10,23,30,0,0,0,-3,8,960,144.7,1.2,0.175,,,,,, -2012,1,11,0,30,0,0,0,-3,8,960,154,1.1,0.175,,,,,, -2012,1,11,1,30,0,0,0,-4,8,960,165.4,1,0.175,,,,,, -2012,1,11,2,30,0,0,0,-4,7,960,178.7,1,0.175,,,,,, -2012,1,11,3,30,0,0,0,-4,7,960,190.5,1.1,0.175,,,,,, -2012,1,11,4,30,0,0,0,-4,6,960,197.2,1,0.175,,,,,, -2012,1,11,5,30,0,0,0,-4,6,960,192,0.9,0.175,,,,,, -2012,1,11,6,30,0,0,0,-4,5,960,196.1,0.9,0.175,,,,,, -2012,1,11,7,30,0,0,0,-3,6,970,206.4,0.8,0.175,,,,,, -2012,1,11,8,30,82,62,75,-1,8,970,196.1,1,0.175,,,,,, -2012,1,11,9,30,377,115,240,-2,11,970,192.7,1.5,0.175,,,,,, -2012,1,11,10,30,160,204,277,-3,14,970,192.6,1.8,0.175,,,,,, -2012,1,11,11,30,251,244,379,-4,16,970,187.3,2.1,0.175,,,,,, -2012,1,11,12,30,507,203,492,-4,18,960,182.3,2.1,0.175,,,,,, -2012,1,11,13,30,315,239,412,-4,19,960,174.1,1.9,0.175,,,,,, -2012,1,11,14,30,397,191,381,-4,18,960,162.4,1.4,0.175,,,,,, -2012,1,11,15,30,488,111,285,-3,17,960,156.3,0.8,0.175,,,,,, -2012,1,11,16,30,119,77,100,1,14,960,124.4,0.8,0.175,,,,,, -2012,1,11,17,30,0,0,0,0,12,960,116.5,0.9,0.175,,,,,, -2012,1,11,18,30,0,0,0,-2,11,960,118.6,1.1,0.175,,,,,, -2012,1,11,19,30,0,0,0,-2,9,960,129,1.2,0.175,,,,,, -2012,1,11,20,30,0,0,0,-2,7,960,138.3,1.3,0.175,,,,,, -2012,1,11,21,30,0,0,0,-3,6,960,141.6,1.4,0.175,,,,,, -2012,1,11,22,30,0,0,0,-4,6,960,144.3,1.5,0.175,,,,,, -2012,1,11,23,30,0,0,0,-5,6,960,153.7,1.7,0.175,,,,,, -2012,1,12,0,30,0,0,0,-6,5,960,166.8,1.9,0.175,,,,,, -2012,1,12,1,30,0,0,0,-6,5,960,175.3,2,0.175,,,,,, -2012,1,12,2,30,0,0,0,-7,5,960,178.4,2,0.175,,,,,, -2012,1,12,3,30,0,0,0,-7,5,960,176.4,2,0.175,,,,,, -2012,1,12,4,30,0,0,0,-8,6,960,176.4,1.8,0.175,,,,,, -2012,1,12,5,30,0,0,0,-8,6,960,190.4,1.8,0.175,,,,,, -2012,1,12,6,30,0,0,0,-9,7,970,200.7,1.9,0.175,,,,,, -2012,1,12,7,30,0,0,0,-9,7,970,202.9,1.9,0.175,,,,,, -2012,1,12,8,30,0,6,6,-9,9,970,199.7,2.3,0.175,,,,,, -2012,1,12,9,30,0,98,98,-10,11,970,193,2.8,0.175,,,,,, -2012,1,12,10,30,254,197,314,-10,13,970,197.3,2.7,0.175,,,,,, -2012,1,12,11,30,454,204,449,-11,15,970,200,2.7,0.175,,,,,, -2012,1,12,12,30,15,209,218,-12,16,960,190.2,2.9,0.175,,,,,, -2012,1,12,13,30,81,250,295,-11,17,960,182.9,3.1,0.175,,,,,, -2012,1,12,14,30,52,205,230,-11,17,960,179.8,3.2,0.175,,,,,, -2012,1,12,15,30,215,149,227,-10,16,960,176.9,2.4,0.175,,,,,, -2012,1,12,16,30,597,55,176,-1,13,960,174.7,1.5,0.175,,,,,, -2012,1,12,17,30,93,9,11,-4,11,960,175,1.4,0.175,,,,,, -2012,1,12,18,30,0,0,0,-5,9,960,179.4,1.5,0.175,,,,,, -2012,1,12,19,30,0,0,0,-6,8,970,182.4,1.5,0.175,,,,,, -2012,1,12,20,30,0,0,0,-6,6,970,180.2,1.6,0.175,,,,,, -2012,1,12,21,30,0,0,0,-5,4,970,176.5,1.6,0.175,,,,,, -2012,1,12,22,30,0,0,0,-6,3,970,173.3,1.6,0.175,,,,,, -2012,1,12,23,30,0,0,0,-7,3,970,173.3,1.5,0.175,,,,,, -2012,1,13,0,30,0,0,0,-9,2,970,177.4,1.5,0.175,,,,,, -2012,1,13,1,30,0,0,0,-9,2,970,184.8,1.6,0.175,,,,,, -2012,1,13,2,30,0,0,0,-9,1,970,184.7,1.6,0.175,,,,,, -2012,1,13,3,30,0,0,0,-9,1,970,182.6,1.5,0.175,,,,,, -2012,1,13,4,30,0,0,0,-9,0,970,184,1.5,0.175,,,,,, -2012,1,13,5,30,0,0,0,-10,0,970,188.1,1.6,0.175,,,,,, -2012,1,13,6,30,0,0,0,-10,0,970,191.4,1.5,0.175,,,,,, -2012,1,13,7,30,0,0,0,-10,2,970,191.7,1.6,0.175,,,,,, -2012,1,13,8,30,709,35,154,-10,6,970,201,2,0.175,,,,,, -2012,1,13,9,30,893,50,346,-10,10,970,191.6,2,0.175,,,,,, -2012,1,13,10,30,971,58,504,-10,14,970,195.9,1.8,0.175,,,,,, -2012,1,13,11,30,973,76,604,-11,17,970,194.4,1.7,0.175,,,,,, -2012,1,13,12,30,982,78,642,-12,19,970,189.5,1.9,0.175,,,,,, -2012,1,13,13,30,969,77,614,-13,20,970,185.5,2,0.175,,,,,, -2012,1,13,14,30,933,72,521,-12,20,970,189.1,2,0.175,,,,,, -2012,1,13,15,30,857,62,374,-11,18,970,191.3,1.3,0.175,,,,,, -2012,1,13,16,30,692,46,188,0,14,970,182.3,0.9,0.175,,,,,, -2012,1,13,17,30,193,11,15,-4,11,970,165.6,1.2,0.175,,,,,, -2012,1,13,18,30,0,0,0,-5,10,970,161.2,1.4,0.175,,,,,, -2012,1,13,19,30,0,0,0,-5,8,970,163.5,1.5,0.175,,,,,, -2012,1,13,20,30,0,0,0,-5,6,970,162.7,1.5,0.175,,,,,, -2012,1,13,21,30,0,0,0,-6,6,970,161.2,1.5,0.175,,,,,, -2012,1,13,22,30,0,0,0,-7,5,970,166.1,1.4,0.175,,,,,, -2012,1,13,23,30,0,0,0,-7,4,970,176.9,1.4,0.175,,,,,, -2012,1,14,0,30,0,0,0,-7,4,970,188.6,1.4,0.175,,,,,, -2012,1,14,1,30,0,0,0,-8,4,970,199.8,1.4,0.175,,,,,, -2012,1,14,2,30,0,0,0,-8,4,970,211,1.5,0.175,,,,,, -2012,1,14,3,30,0,0,0,-9,4,970,215.9,1.5,0.175,,,,,, -2012,1,14,4,30,0,0,0,-9,4,970,217.1,1.5,0.175,,,,,, -2012,1,14,5,30,0,0,0,-9,4,970,219.8,1.5,0.175,,,,,, -2012,1,14,6,30,0,0,0,-9,4,970,223.7,1.4,0.175,,,,,, -2012,1,14,7,30,0,0,0,-10,5,970,224.9,1.5,0.175,,,,,, -2012,1,14,8,30,66,62,73,-10,8,970,231.1,1.8,0.175,,,,,, -2012,1,14,9,30,222,134,208,-9,12,970,221,1.7,0.175,,,,,, -2012,1,14,10,30,921,70,495,-8,17,970,208.8,1.2,0.175,,,,,, -2012,1,14,11,30,476,200,459,-10,20,970,194.6,0.9,0.175,,,,,, -2012,1,14,12,30,622,167,526,-10,21,970,173.4,1,0.175,,,,,, -2012,1,14,13,30,767,114,541,-10,21,970,169.9,1.2,0.175,,,,,, -2012,1,14,14,30,358,196,370,-6,20,970,176.1,1.2,0.175,,,,,, -2012,1,14,15,30,0,116,116,0,18,970,183.6,0.8,0.175,,,,,, -2012,1,14,16,30,0,25,25,0,17,970,177.9,0.5,0.175,,,,,, -2012,1,14,17,30,0,2,2,-3,16,970,186.3,0.5,0.175,,,,,, -2012,1,14,18,30,0,0,0,-4,15,970,202,0.5,0.175,,,,,, -2012,1,14,19,30,0,0,0,-3,13,970,238.2,0.5,0.175,,,,,, -2012,1,14,20,30,0,0,0,-3,12,970,279.2,0.7,0.175,,,,,, -2012,1,14,21,30,0,0,0,-2,11,970,301.6,0.8,0.175,,,,,, -2012,1,14,22,30,0,0,0,-1,9,970,309.1,0.9,0.175,,,,,, -2012,1,14,23,30,0,0,0,-1,8,970,307.5,1,0.175,,,,,, -2012,1,15,0,30,0,0,0,-1,7,970,302.7,1,0.175,,,,,, -2012,1,15,1,30,0,0,0,-1,7,970,298.7,0.9,0.175,,,,,, -2012,1,15,2,30,0,0,0,-1,7,970,297.1,0.8,0.175,,,,,, -2012,1,15,3,30,0,0,0,-1,6,970,293.8,0.7,0.175,,,,,, -2012,1,15,4,30,0,0,0,-2,6,970,285.4,0.7,0.175,,,,,, -2012,1,15,5,30,0,0,0,-2,6,970,278.6,0.8,0.175,,,,,, -2012,1,15,6,30,0,0,0,-3,6,970,277.4,0.8,0.175,,,,,, -2012,1,15,7,30,0,0,0,-3,8,970,278.5,0.8,0.175,,,,,, -2012,1,15,8,30,0,7,7,-1,11,970,281.6,1.3,0.175,,,,,, -2012,1,15,9,30,0,113,113,-3,14,970,285.9,1.9,0.175,,,,,, -2012,1,15,10,30,0,96,96,-5,16,970,293,1.9,0.175,,,,,, -2012,1,15,11,30,16,201,209,-6,17,970,331.1,2,0.175,,,,,, -2012,1,15,12,30,0,78,78,-5,17,970,352.7,2.6,0.175,,,,,, -2012,1,15,13,30,41,234,258,-5,18,970,356.4,3.4,0.175,,,,,, -2012,1,15,14,30,8,171,175,-4,17,970,1.5,3.6,0.175,,,,,, -2012,1,15,15,30,1,128,129,0,15,970,1.9,3,0.175,,,,,, -2012,1,15,16,30,0,31,31,1,13,970,354.1,2,0.175,,,,,, -2012,1,15,17,30,0,2,2,0,11,970,339.5,1.7,0.175,,,,,, -2012,1,15,18,30,0,0,0,1,10,970,331.9,1.8,0.175,,,,,, -2012,1,15,19,30,0,0,0,1,9,970,329.7,1.7,0.175,,,,,, -2012,1,15,20,30,0,0,0,2,9,970,337.5,1.5,0.175,,,,,, -2012,1,15,21,30,0,0,0,4,9,970,352.9,1.2,0.175,,,,,, -2012,1,15,22,30,0,0,0,5,9,970,10.2,1.1,0.175,,,,,, -2012,1,15,23,30,0,0,0,6,9,960,31.1,0.9,0.175,,,,,, -2012,1,16,0,30,0,0,0,7,9,960,62.4,0.7,0.175,,,,,, -2012,1,16,1,30,0,0,0,7,9,960,107,0.7,0.175,,,,,, -2012,1,16,2,30,0,0,0,7,9,960,140.2,0.7,0.175,,,,,, -2012,1,16,3,30,0,0,0,7,9,960,154.9,0.7,0.175,,,,,, -2012,1,16,4,30,0,0,0,6,8,960,166.7,0.6,0.175,,,,,, -2012,1,16,5,30,0,0,0,6,7,960,176.3,0.3,0.175,,,,,, -2012,1,16,6,30,0,0,0,5,6,960,231,0.2,0.175,,,,,, -2012,1,16,7,30,0,0,0,4,7,960,334.3,0.5,0.175,,,,,, -2012,1,16,8,30,5,60,61,5,9,970,341,0.9,0.175,,,,,, -2012,1,16,9,30,726,69,312,6,11,970,4.1,1.5,0.175,,,,,, -2012,1,16,10,30,830,80,466,5,14,970,59.2,1.7,0.175,,,,,, -2012,1,16,11,30,322,238,415,5,15,970,48.4,1.8,0.175,,,,,, -2012,1,16,12,30,440,236,492,6,16,960,32.4,1.9,0.175,,,,,, -2012,1,16,13,30,366,236,443,6,16,960,25.4,1.8,0.175,,,,,, -2012,1,16,14,30,257,223,349,6,16,960,27.3,1.4,0.175,,,,,, -2012,1,16,15,30,703,90,352,5,15,960,36,0.9,0.175,,,,,, -2012,1,16,16,30,517,65,177,6,14,960,60.8,0.5,0.175,,,,,, -2012,1,16,17,30,81,14,17,6,12,960,78.2,0.7,0.178,,,,,, -2012,1,16,18,30,0,0,0,5,11,970,108.7,1.4,0.178,,,,,, -2012,1,16,19,30,0,0,0,5,11,970,122.7,1.7,0.178,,,,,, -2012,1,16,20,30,0,0,0,5,10,970,133.6,1.4,0.178,,,,,, -2012,1,16,21,30,0,0,0,5,9,970,146.5,1.2,0.178,,,,,, -2012,1,16,22,30,0,0,0,4,9,970,158,1.1,0.178,,,,,, -2012,1,16,23,30,0,0,0,4,8,970,165.2,1.1,0.178,,,,,, -2012,1,17,0,30,0,0,0,4,7,970,167.1,1,0.178,,,,,, -2012,1,17,1,30,0,0,0,4,7,970,169.3,1,0.178,,,,,, -2012,1,17,2,30,0,0,0,4,7,970,167.6,1,0.178,,,,,, -2012,1,17,3,30,0,0,0,4,8,970,161.2,1.1,0.178,,,,,, -2012,1,17,4,30,0,0,0,4,8,970,151.2,1.2,0.178,,,,,, -2012,1,17,5,30,0,0,0,4,7,970,136.9,1.2,0.178,,,,,, -2012,1,17,6,30,0,0,0,4,7,970,126.1,1.3,0.178,,,,,, -2012,1,17,7,30,0,0,0,4,8,970,126.1,1.5,0.178,,,,,, -2012,1,17,8,30,556,44,139,5,10,970,137.1,2.1,0.178,,,,,, -2012,1,17,9,30,767,65,324,5,13,970,163.1,2.6,0.178,,,,,, -2012,1,17,10,30,862,76,479,4,15,970,179.4,2.4,0.178,,,,,, -2012,1,17,11,30,871,95,575,3,16,970,180.2,1.9,0.178,,,,,, -2012,1,17,12,30,894,96,619,2,17,970,178.7,1.5,0.178,,,,,, -2012,1,17,13,30,891,92,596,2,17,970,179.2,1.1,0.178,,,,,, -2012,1,17,14,30,822,96,502,1,17,970,175.7,1,0.178,,,,,, -2012,1,17,15,30,743,81,361,1,16,970,178.6,1.1,0.178,,,,,, -2012,1,17,16,30,566,59,183,3,14,970,189.5,1,0.178,,,,,, -2012,1,17,17,30,116,14,18,2,13,970,202.9,1,0.178,,,,,, -2012,1,17,18,30,0,0,0,1,12,970,209.7,1.1,0.178,,,,,, -2012,1,17,19,30,0,0,0,1,11,970,205,1.1,0.178,,,,,, -2012,1,17,20,30,0,0,0,1,10,970,187.4,1.1,0.178,,,,,, -2012,1,17,21,30,0,0,0,0,9,970,173.4,1.2,0.178,,,,,, -2012,1,17,22,30,0,0,0,0,8,970,168.1,1.2,0.178,,,,,, -2012,1,17,23,30,0,0,0,0,7,970,164.9,1.3,0.178,,,,,, -2012,1,18,0,30,0,0,0,0,6,970,164.3,1.3,0.178,,,,,, -2012,1,18,1,30,0,0,0,0,6,970,173.3,1.4,0.178,,,,,, -2012,1,18,2,30,0,0,0,0,5,970,189.2,1.4,0.178,,,,,, -2012,1,18,3,30,0,0,0,0,5,970,194.1,1.5,0.178,,,,,, -2012,1,18,4,30,0,0,0,0,4,970,192.9,1.6,0.178,,,,,, -2012,1,18,5,30,0,0,0,0,4,970,194.3,1.5,0.178,,,,,, -2012,1,18,6,30,0,0,0,-1,4,970,194.5,1.2,0.178,,,,,, -2012,1,18,7,30,0,0,0,-1,6,970,187.9,1.2,0.178,,,,,, -2012,1,18,8,30,568,45,143,0,9,970,191.5,1.5,0.178,,,,,, -2012,1,18,9,30,781,65,330,0,12,970,189.3,1.4,0.178,,,,,, -2012,1,18,10,30,877,76,487,0,15,970,180.1,1,0.178,,,,,, -2012,1,18,11,30,865,100,579,0,16,970,163.7,0.9,0.178,,,,,, -2012,1,18,12,30,884,102,621,0,17,970,164.2,0.8,0.178,,,,,, -2012,1,18,13,30,876,99,597,0,18,970,181.3,0.8,0.178,,,,,, -2012,1,18,14,30,849,89,511,0,18,970,188.6,0.9,0.178,,,,,, -2012,1,18,15,30,769,76,368,0,17,970,182.4,0.8,0.178,,,,,, -2012,1,18,16,30,596,56,188,3,15,970,174.9,0.8,0.178,,,,,, -2012,1,18,17,30,149,15,20,1,13,970,174.2,1.1,0.178,,,,,, -2012,1,18,18,30,0,0,0,0,12,970,177.9,1.1,0.178,,,,,, -2012,1,18,19,30,0,0,0,0,11,970,179.8,1,0.178,,,,,, -2012,1,18,20,30,0,0,0,0,10,970,179.3,1,0.178,,,,,, -2012,1,18,21,30,0,0,0,0,9,970,183.2,1,0.178,,,,,, -2012,1,18,22,30,0,0,0,0,8,970,191,1.2,0.178,,,,,, -2012,1,18,23,30,0,0,0,0,8,970,197.6,1.3,0.178,,,,,, -2012,1,19,0,30,0,0,0,-1,8,970,207,1.2,0.178,,,,,, -2012,1,19,1,30,0,0,0,-1,8,970,215.4,1.2,0.178,,,,,, -2012,1,19,2,30,0,0,0,-2,7,970,217,1.3,0.178,,,,,, -2012,1,19,3,30,0,0,0,-2,7,970,215.8,1.4,0.178,,,,,, -2012,1,19,4,30,0,0,0,-2,6,970,215.6,1.5,0.178,,,,,, -2012,1,19,5,30,0,0,0,-3,5,970,218.1,1.5,0.178,,,,,, -2012,1,19,6,30,0,0,0,-3,4,970,221.6,1.5,0.178,,,,,, -2012,1,19,7,30,0,0,0,-3,6,970,225.7,1.5,0.178,,,,,, -2012,1,19,8,30,534,48,141,-1,10,970,232,2,0.178,,,,,, -2012,1,19,9,30,755,71,328,-2,13,970,238.3,2,0.178,,,,,, -2012,1,19,10,30,856,83,487,-2,16,970,237.4,1.3,0.178,,,,,, -2012,1,19,11,30,870,102,586,-2,17,970,230.7,0.8,0.178,,,,,, -2012,1,19,12,30,892,103,630,-3,18,960,219.7,0.4,0.178,,,,,, -2012,1,19,13,30,886,101,607,-4,19,960,241,0.1,0.178,,,,,, -2012,1,19,14,30,878,85,525,-4,19,960,300.8,0.1,0.178,,,,,, -2012,1,19,15,30,808,73,382,-4,18,960,148.9,0.2,0.178,,,,,, -2012,1,19,16,30,649,53,200,2,15,960,182.8,0.4,0.178,,,,,, -2012,1,19,17,30,207,16,24,0,13,960,218.7,0.6,0.178,,,,,, -2012,1,19,18,30,0,0,0,-1,12,960,243.2,0.7,0.178,,,,,, -2012,1,19,19,30,0,0,0,-2,12,960,278.5,0.8,0.178,,,,,, -2012,1,19,20,30,0,0,0,-2,11,960,314.7,0.9,0.178,,,,,, -2012,1,19,21,30,0,0,0,-2,10,960,334,0.8,0.178,,,,,, -2012,1,19,22,30,0,0,0,-2,9,960,351.7,0.4,0.178,,,,,, -2012,1,19,23,30,0,0,0,-2,7,960,33.9,0.2,0.178,,,,,, -2012,1,20,0,30,0,0,0,-3,7,960,189.1,0.4,0.178,,,,,, -2012,1,20,1,30,0,0,0,-3,7,960,219.6,0.6,0.178,,,,,, -2012,1,20,2,30,0,0,0,-3,6,960,230,0.8,0.178,,,,,, -2012,1,20,3,30,0,0,0,-4,6,960,230.1,0.9,0.178,,,,,, -2012,1,20,4,30,0,0,0,-4,5,960,226.9,1,0.178,,,,,, -2012,1,20,5,30,0,0,0,-4,5,960,226.2,1.1,0.178,,,,,, -2012,1,20,6,30,0,0,0,-4,5,960,228.3,1.1,0.178,,,,,, -2012,1,20,7,30,0,0,0,-4,6,960,230.6,1,0.178,,,,,, -2012,1,20,8,30,570,47,147,-2,10,970,236.8,1.4,0.178,,,,,, -2012,1,20,9,30,776,69,335,-4,13,970,248,1.6,0.178,,,,,, -2012,1,20,10,30,865,81,490,-4,16,970,240.7,1.2,0.178,,,,,, -2012,1,20,11,30,868,99,585,-4,18,960,213.4,1.1,0.178,,,,,, -2012,1,20,12,30,880,103,625,-4,19,960,195.7,1.2,0.178,,,,,, -2012,1,20,13,30,869,101,600,-5,20,960,185.2,1.4,0.178,,,,,, -2012,1,20,14,30,873,81,521,-5,20,960,181.8,1.4,0.178,,,,,, -2012,1,20,15,30,799,70,378,-5,19,960,196.8,1,0.178,,,,,, -2012,1,20,16,30,640,52,198,1,16,960,224.7,0.7,0.178,,,,,, -2012,1,20,17,30,217,16,26,0,14,960,277.3,0.8,0.178,,,,,, -2012,1,20,18,30,0,0,0,-2,13,960,308.6,1.1,0.178,,,,,, -2012,1,20,19,30,0,0,0,-3,13,960,333.6,1.2,0.178,,,,,, -2012,1,20,20,30,0,0,0,-2,12,960,351.7,1.3,0.178,,,,,, -2012,1,20,21,30,0,0,0,-2,11,960,4.3,1.2,0.178,,,,,, -2012,1,20,22,30,0,0,0,-2,10,960,8.2,1,0.178,,,,,, -2012,1,20,23,30,0,0,0,-2,9,960,1.9,0.6,0.178,,,,,, -2012,1,21,0,30,0,0,0,-2,8,960,331.7,0.6,0.178,,,,,, -2012,1,21,1,30,0,0,0,-2,8,960,295.5,1,0.178,,,,,, -2012,1,21,2,30,0,0,0,-3,7,960,290.3,0.8,0.178,,,,,, -2012,1,21,3,30,0,0,0,-3,7,960,208,0.8,0.178,,,,,, -2012,1,21,4,30,0,0,0,-3,7,960,160.1,1,0.178,,,,,, -2012,1,21,5,30,0,0,0,-3,8,960,227.4,1,0.178,,,,,, -2012,1,21,6,30,0,0,0,-3,7,960,273.1,1.2,0.178,,,,,, -2012,1,21,7,30,0,0,0,-2,8,960,294.6,1.2,0.178,,,,,, -2012,1,21,8,30,33,65,71,-3,11,960,304.4,1.7,0.178,,,,,, -2012,1,21,9,30,93,144,176,-4,14,960,306.3,1.9,0.178,,,,,, -2012,1,21,10,30,181,214,300,-4,16,960,324.9,1.4,0.178,,,,,, -2012,1,21,11,30,20,213,224,-4,18,960,52.8,1.9,0.178,,,,,, -2012,1,21,12,30,16,219,229,-4,19,960,72,2.9,0.178,,,,,, -2012,1,21,13,30,5,185,188,-4,20,960,85.3,3.9,0.178,,,,,, -2012,1,21,14,30,397,207,408,-3,20,960,92.7,4.8,0.178,,,,,, -2012,1,21,15,30,681,97,362,0,19,960,97.5,5.2,0.178,,,,,, -2012,1,21,16,30,473,75,185,3,17,960,97.3,4.2,0.178,,,,,, -2012,1,21,17,30,0,19,19,6,15,960,96.8,2.9,0.178,,,,,, -2012,1,21,18,30,0,0,0,7,14,960,96.7,2.4,0.178,,,,,, -2012,1,21,19,30,0,0,0,7,12,960,95.8,2,0.178,,,,,, -2012,1,21,20,30,0,0,0,7,11,960,91.4,1.7,0.178,,,,,, -2012,1,21,21,30,0,0,0,7,10,960,90.3,1.5,0.178,,,,,, -2012,1,21,22,30,0,0,0,6,8,960,91,1.4,0.178,,,,,, -2012,1,21,23,30,0,0,0,4,7,960,96.1,1.2,0.178,,,,,, -2012,1,22,0,30,0,0,0,2,6,960,98.4,1.1,0.178,,,,,, -2012,1,22,1,30,0,0,0,0,5,960,96.9,1.1,0.178,,,,,, -2012,1,22,2,30,0,0,0,0,4,960,110.4,1.2,0.178,,,,,, -2012,1,22,3,30,0,0,0,0,4,960,128.5,1.1,0.178,,,,,, -2012,1,22,4,30,0,0,0,-1,4,970,147.7,1.1,0.178,,,,,, -2012,1,22,5,30,0,0,0,-2,4,970,161,1.2,0.178,,,,,, -2012,1,22,6,30,0,0,0,-2,4,970,171.1,1.2,0.178,,,,,, -2012,1,22,7,30,0,0,0,-2,5,970,176.1,1.7,0.178,,,,,, -2012,1,22,8,30,610,44,153,-1,7,970,184.7,2.5,0.178,,,,,, -2012,1,22,9,30,293,134,236,-2,10,970,194.9,2.5,0.178,,,,,, -2012,1,22,10,30,326,197,353,-5,13,970,206.2,1.9,0.178,,,,,, -2012,1,22,11,30,221,262,387,-6,15,970,233.1,1.3,0.178,,,,,, -2012,1,22,12,30,438,239,502,-8,16,970,273.6,1.1,0.178,,,,,, -2012,1,22,13,30,228,271,404,-9,16,970,296.4,1.1,0.178,,,,,, -2012,1,22,14,30,180,238,330,-9,16,970,289.3,1.2,0.178,,,,,, -2012,1,22,15,30,14,145,151,-9,15,970,267.3,1.2,0.178,,,,,, -2012,1,22,16,30,137,92,125,-2,13,970,252.6,1.1,0.178,,,,,, -2012,1,22,17,30,0,14,14,-2,12,970,253.1,1,0.178,,,,,, -2012,1,22,18,30,0,0,0,-5,11,970,267.3,1.2,0.178,,,,,, -2012,1,22,19,30,0,0,0,-7,10,970,280.8,1,0.178,,,,,, -2012,1,22,20,30,0,0,0,-6,9,970,289.2,0.9,0.178,,,,,, -2012,1,22,21,30,0,0,0,-7,8,970,296.6,1,0.178,,,,,, -2012,1,22,22,30,0,0,0,-7,7,970,302.7,1.1,0.178,,,,,, -2012,1,22,23,30,0,0,0,-7,6,970,311.3,1,0.178,,,,,, -2012,1,23,0,30,0,0,0,-6,5,970,315.2,0.6,0.178,,,,,, -2012,1,23,1,30,0,0,0,-6,5,970,264.9,0.8,0.178,,,,,, -2012,1,23,2,30,0,0,0,-6,4,970,263.1,1.1,0.178,,,,,, -2012,1,23,3,30,0,0,0,-6,3,960,272.8,1.1,0.178,,,,,, -2012,1,23,4,30,0,0,0,-6,3,960,268.6,1.2,0.178,,,,,, -2012,1,23,5,30,0,0,0,-5,3,970,269,1.3,0.178,,,,,, -2012,1,23,6,30,0,0,0,-5,3,970,276.5,1.4,0.178,,,,,, -2012,1,23,7,30,0,0,0,-5,5,970,285.8,2,0.178,,,,,, -2012,1,23,8,30,146,67,94,-4,8,970,296.8,2.7,0.178,,,,,, -2012,1,23,9,30,755,71,334,-6,11,970,303,2.5,0.178,,,,,, -2012,1,23,10,30,345,195,361,-7,13,960,311.8,1.8,0.178,,,,,, -2012,1,23,11,30,100,262,319,-7,14,960,348.5,1.7,0.178,,,,,, -2012,1,23,12,30,114,285,354,-7,14,960,346.5,1.8,0.178,,,,,, -2012,1,23,13,30,149,278,365,-6,14,960,1.2,1.9,0.178,,,,,, -2012,1,23,14,30,302,228,383,-3,13,960,55.1,2.1,0.178,,,,,, -2012,1,23,15,30,0,129,129,1,12,960,78.7,2.1,0.178,,,,,, -2012,1,23,16,30,0,74,74,0,11,960,89.3,1.5,0.178,,,,,, -2012,1,23,17,30,0,14,14,-1,9,960,90,1.3,0.178,,,,,, -2012,1,23,18,30,0,0,0,-2,9,960,92.2,1.6,0.178,,,,,, -2012,1,23,19,30,0,0,0,-2,10,960,99.4,1.8,0.178,,,,,, -2012,1,23,20,30,0,0,0,-3,10,960,104.1,1.8,0.178,,,,,, -2012,1,23,21,30,0,0,0,-3,9,960,103.3,1.8,0.178,,,,,, -2012,1,23,22,30,0,0,0,-2,7,960,103.1,1.9,0.178,,,,,, -2012,1,23,23,30,0,0,0,-1,6,960,108.7,2,0.178,,,,,, -2012,1,24,0,30,0,0,0,-1,5,960,119.9,2.1,0.178,,,,,, -2012,1,24,1,30,0,0,0,0,5,960,133.5,2.2,0.178,,,,,, -2012,1,24,2,30,0,0,0,0,5,960,147.6,2.3,0.178,,,,,, -2012,1,24,3,30,0,0,0,0,5,960,155.1,2.2,0.178,,,,,, -2012,1,24,4,30,0,0,0,0,5,960,159.1,2.1,0.178,,,,,, -2012,1,24,5,30,0,0,0,-1,4,960,162.2,2,0.178,,,,,, -2012,1,24,6,30,0,0,0,0,3,960,162.2,1.9,0.178,,,,,, -2012,1,24,7,30,0,0,0,0,5,960,161.2,2.4,0.178,,,,,, -2012,1,24,8,30,576,45,150,0,8,960,155,3.2,0.178,,,,,, -2012,1,24,9,30,784,65,340,0,11,960,152.6,4.2,0.178,,,,,, -2012,1,24,10,30,880,75,500,0,14,960,165.6,5.2,0.178,,,,,, -2012,1,24,11,30,909,87,606,0,16,960,170.9,5.6,0.178,,,,,, -2012,1,24,12,30,926,90,651,0,17,960,170.6,5.7,0.178,,,,,, -2012,1,24,13,30,918,89,629,-1,17,960,170,5.7,0.178,,,,,, -2012,1,24,14,30,877,87,541,-1,18,960,170.4,5.7,0.178,,,,,, -2012,1,24,15,30,806,76,398,-2,17,960,171.2,5.2,0.178,,,,,, -2012,1,24,16,30,654,57,216,1,15,960,172.7,3.5,0.178,,,,,, -2012,1,24,17,30,256,21,35,0,12,970,174.9,2,0.175,,,,,, -2012,1,24,18,30,0,0,0,0,10,970,179.2,1.9,0.175,,,,,, -2012,1,24,19,30,0,0,0,0,8,970,179.9,1.9,0.175,,,,,, -2012,1,24,20,30,0,0,0,-1,7,970,174.8,2,0.175,,,,,, -2012,1,24,21,30,0,0,0,-1,6,970,169.2,2.2,0.175,,,,,, -2012,1,24,22,30,0,0,0,-2,5,970,165.3,2.4,0.175,,,,,, -2012,1,24,23,30,0,0,0,-3,5,970,164.3,2.5,0.175,,,,,, -2012,1,25,0,30,0,0,0,-3,4,970,167,2.5,0.175,,,,,, -2012,1,25,1,30,0,0,0,-3,3,970,169.9,2.4,0.175,,,,,, -2012,1,25,2,30,0,0,0,-4,3,970,169.8,2.2,0.175,,,,,, -2012,1,25,3,30,0,0,0,-4,3,970,170.5,1.9,0.175,,,,,, -2012,1,25,4,30,0,0,0,-4,3,970,170.7,1.7,0.175,,,,,, -2012,1,25,5,30,0,0,0,-5,3,970,166.9,1.5,0.175,,,,,, -2012,1,25,6,30,0,0,0,-5,3,970,163.2,1.5,0.175,,,,,, -2012,1,25,7,30,0,0,0,-5,5,970,162.8,1.9,0.175,,,,,, -2012,1,25,8,30,655,40,161,-4,9,970,170.8,2.9,0.175,,,,,, -2012,1,25,9,30,842,57,355,-5,12,970,176.6,4.2,0.175,,,,,, -2012,1,25,10,30,926,67,517,-5,15,970,187.4,5.1,0.175,,,,,, -2012,1,25,11,30,953,78,624,-5,18,970,189.4,5.4,0.175,,,,,, -2012,1,25,12,30,968,80,670,-5,19,970,187.2,5.5,0.175,,,,,, -2012,1,25,13,30,958,81,647,-6,20,970,185.6,5.4,0.175,,,,,, -2012,1,25,14,30,917,80,558,-6,20,970,186.6,5.2,0.175,,,,,, -2012,1,25,15,30,845,71,412,-6,19,970,190.1,4.1,0.175,,,,,, -2012,1,25,16,30,700,54,226,0,16,970,195.9,2.3,0.175,,,,,, -2012,1,25,17,30,313,21,40,-1,14,970,205.8,1.4,0.175,,,,,, -2012,1,25,18,30,0,0,0,-2,12,970,217.2,1.4,0.175,,,,,, -2012,1,25,19,30,0,0,0,-2,10,970,228.9,1.2,0.175,,,,,, -2012,1,25,20,30,0,0,0,-2,9,970,235.4,1,0.175,,,,,, -2012,1,25,21,30,0,0,0,-2,8,970,224.9,0.8,0.175,,,,,, -2012,1,25,22,30,0,0,0,-2,6,970,194.5,0.7,0.175,,,,,, -2012,1,25,23,30,0,0,0,-2,6,970,176.6,0.8,0.175,,,,,, -2012,1,26,0,30,0,0,0,-3,5,970,178.4,1,0.175,,,,,, -2012,1,26,1,30,0,0,0,-3,5,970,182.6,1.1,0.175,,,,,, -2012,1,26,2,30,0,0,0,-3,4,970,177.6,1.1,0.175,,,,,, -2012,1,26,3,30,0,0,0,-3,4,970,174.4,1.2,0.175,,,,,, -2012,1,26,4,30,0,0,0,-3,3,970,179,1.3,0.175,,,,,, -2012,1,26,5,30,0,0,0,-2,3,970,188.8,1.2,0.175,,,,,, -2012,1,26,6,30,0,0,0,-2,3,970,200.6,1.1,0.175,,,,,, -2012,1,26,7,30,0,0,0,-2,5,970,213.2,1.1,0.175,,,,,, -2012,1,26,8,30,613,44,158,-2,8,970,233,1.5,0.175,,,,,, -2012,1,26,9,30,809,62,350,-1,12,970,226.1,1.6,0.175,,,,,, -2012,1,26,10,30,898,72,511,0,17,970,217.8,1.5,0.175,,,,,, -2012,1,26,11,30,904,91,613,-1,20,970,212.6,1.3,0.175,,,,,, -2012,1,26,12,30,927,92,660,-1,22,970,200.5,1.2,0.175,,,,,, -2012,1,26,13,30,926,88,640,-1,23,960,188,1.2,0.175,,,,,, -2012,1,26,14,30,890,84,552,-1,23,960,184.4,1.3,0.175,,,,,, -2012,1,26,15,30,822,74,408,-1,21,960,183.7,1.1,0.175,,,,,, -2012,1,26,16,30,670,57,224,4,17,960,185.4,0.7,0.175,,,,,, -2012,1,26,17,30,270,22,39,2,14,960,208.9,0.5,0.175,,,,,, -2012,1,26,18,30,0,0,0,1,14,960,264.7,0.5,0.175,,,,,, -2012,1,26,19,30,0,0,0,0,14,960,324.9,0.7,0.175,,,,,, -2012,1,26,20,30,0,0,0,0,14,960,355,0.8,0.175,,,,,, -2012,1,26,21,30,0,0,0,0,13,960,8.9,0.7,0.175,,,,,, -2012,1,26,22,30,0,0,0,0,11,960,14.9,0.6,0.175,,,,,, -2012,1,26,23,30,0,0,0,0,11,960,6.1,0.5,0.175,,,,,, -2012,1,27,0,30,0,0,0,0,10,960,338.9,0.8,0.175,,,,,, -2012,1,27,1,30,0,0,0,0,9,960,328.4,0.9,0.175,,,,,, -2012,1,27,2,30,0,0,0,0,9,960,324.3,0.7,0.175,,,,,, -2012,1,27,3,30,0,0,0,-1,10,960,277.8,0.7,0.175,,,,,, -2012,1,27,4,30,0,0,0,-1,10,960,237.9,1,0.175,,,,,, -2012,1,27,5,30,0,0,0,-1,9,960,233.1,1.2,0.175,,,,,, -2012,1,27,6,30,0,0,0,-1,9,960,217.6,1.2,0.175,,,,,, -2012,1,27,7,30,0,0,0,-1,10,960,204.7,1.2,0.175,,,,,, -2012,1,27,8,30,41,70,78,1,12,960,190.5,1.8,0.175,,,,,, -2012,1,27,9,30,370,129,262,0,15,970,175.9,2.9,0.175,,,,,, -2012,1,27,10,30,218,220,327,0,18,970,181.2,3.6,0.175,,,,,, -2012,1,27,11,30,221,271,399,0,19,970,190.5,4.1,0.175,,,,,, -2012,1,27,12,30,84,286,338,1,20,960,198.8,4.5,0.175,,,,,, -2012,1,27,13,30,201,284,405,1,20,960,200.5,4.8,0.175,,,,,, -2012,1,27,14,30,319,231,400,1,20,960,196.6,5,0.175,,,,,, -2012,1,27,15,30,199,177,259,2,19,960,189,4.8,0.175,,,,,, -2012,1,27,16,30,8,91,93,6,16,960,181.2,4,0.175,,,,,, -2012,1,27,17,30,0,15,15,4,14,960,171.9,3.3,0.175,,,,,, -2012,1,27,18,30,0,0,0,2,13,960,164.7,3.3,0.175,,,,,, -2012,1,27,19,30,0,0,0,0,13,960,158.4,3.5,0.175,,,,,, -2012,1,27,20,30,0,0,0,-2,12,960,158,3.3,0.175,,,,,, -2012,1,27,21,30,0,0,0,-5,11,970,161.7,3.3,0.175,,,,,, -2012,1,27,22,30,0,0,0,-6,10,970,167.9,3.5,0.175,,,,,, -2012,1,27,23,30,0,0,0,-7,10,970,173.4,3.4,0.175,,,,,, -2012,1,28,0,30,0,0,0,-7,9,970,175.6,3.2,0.175,,,,,, -2012,1,28,1,30,0,0,0,-7,8,970,171.2,3.4,0.175,,,,,, -2012,1,28,2,30,0,0,0,-7,7,970,169.8,3.8,0.175,,,,,, -2012,1,28,3,30,0,0,0,-7,6,970,173,3.7,0.175,,,,,, -2012,1,28,4,30,0,0,0,-7,6,970,176.6,3.4,0.175,,,,,, -2012,1,28,5,30,0,0,0,-7,6,970,173.5,3.1,0.175,,,,,, -2012,1,28,6,30,0,0,0,-8,7,970,174.2,2.9,0.175,,,,,, -2012,1,28,7,30,0,0,0,-7,8,970,173.8,3.3,0.175,,,,,, -2012,1,28,8,30,641,45,168,-7,11,970,168.8,4.1,0.175,,,,,, -2012,1,28,9,30,831,64,364,-6,15,970,170.7,4.8,0.175,,,,,, -2012,1,28,10,30,918,74,528,-5,19,970,179,5.1,0.175,,,,,, -2012,1,28,11,30,936,88,634,-5,21,970,179.5,5.1,0.175,,,,,, -2012,1,28,12,30,952,90,681,-5,22,970,180.1,5.2,0.175,,,,,, -2012,1,28,13,30,949,88,660,-5,23,970,180.8,5.1,0.175,,,,,, -2012,1,28,14,30,902,89,569,-5,23,970,182.4,4.9,0.175,,,,,, -2012,1,28,15,30,842,76,425,-5,22,970,184.3,3.9,0.175,,,,,, -2012,1,28,16,30,709,57,239,2,18,970,181.9,2.4,0.175,,,,,, -2012,1,28,17,30,341,24,48,0,14,970,170.6,1.8,0.175,,,,,, -2012,1,28,18,30,0,0,0,-2,12,970,167,2.2,0.175,,,,,, -2012,1,28,19,30,0,0,0,-6,12,970,168.5,2.7,0.175,,,,,, -2012,1,28,20,30,0,0,0,-8,11,970,171.9,2.9,0.175,,,,,, -2012,1,28,21,30,0,0,0,-9,9,970,171.8,2.8,0.175,,,,,, -2012,1,28,22,30,0,0,0,-9,9,970,172.8,2.6,0.175,,,,,, -2012,1,28,23,30,0,0,0,-9,8,970,177.8,2.4,0.175,,,,,, -2012,1,29,0,30,0,0,0,-8,7,970,182.5,2.2,0.175,,,,,, -2012,1,29,1,30,0,0,0,-8,6,970,182.3,2.1,0.175,,,,,, -2012,1,29,2,30,0,0,0,-9,6,970,178.5,2.1,0.175,,,,,, -2012,1,29,3,30,0,0,0,-9,6,970,173.7,2,0.175,,,,,, -2012,1,29,4,30,0,0,0,-9,6,970,171.8,1.9,0.175,,,,,, -2012,1,29,5,30,0,0,0,-9,5,970,172.7,1.7,0.175,,,,,, -2012,1,29,6,30,0,0,0,-9,5,970,173,1.6,0.175,,,,,, -2012,1,29,7,30,0,0,0,-9,6,970,171.6,2.2,0.175,,,,,, -2012,1,29,8,30,626,48,169,-9,10,970,170.1,3,0.175,,,,,, -2012,1,29,9,30,823,67,367,-8,14,970,171.4,3.1,0.175,,,,,, -2012,1,29,10,30,914,77,533,-8,19,970,176.4,2.9,0.175,,,,,, -2012,1,29,11,30,931,94,639,-8,22,970,171.5,2.9,0.175,,,,,, -2012,1,29,12,30,955,93,689,-7,23,970,168.9,2.8,0.175,,,,,, -2012,1,29,13,30,954,90,668,-7,24,970,168.7,2.6,0.175,,,,,, -2012,1,29,14,30,907,90,577,-7,24,970,168.9,2.3,0.175,,,,,, -2012,1,29,15,30,841,79,431,-7,23,970,164.7,1.6,0.175,,,,,, -2012,1,29,16,30,697,61,242,0,20,970,149.6,1.2,0.175,,,,,, -2012,1,29,17,30,318,26,49,-2,18,970,122.5,1.2,0.175,,,,,, -2012,1,29,18,30,0,0,0,-4,16,970,119.7,1.4,0.175,,,,,, -2012,1,29,19,30,0,0,0,-5,14,970,123.9,1.4,0.175,,,,,, -2012,1,29,20,30,0,0,0,-3,12,970,129.2,1.4,0.175,,,,,, -2012,1,29,21,30,0,0,0,-3,10,970,135.1,1.4,0.175,,,,,, -2012,1,29,22,30,0,0,0,-4,9,970,143.3,1.4,0.175,,,,,, -2012,1,29,23,30,0,0,0,-4,8,970,153.9,1.3,0.175,,,,,, -2012,1,30,0,30,0,0,0,-5,8,970,167.7,1.3,0.175,,,,,, -2012,1,30,1,30,0,0,0,-5,7,970,184.1,1.3,0.175,,,,,, -2012,1,30,2,30,0,0,0,-5,7,970,198.7,1.3,0.175,,,,,, -2012,1,30,3,30,0,0,0,-5,6,960,211.1,1.4,0.175,,,,,, -2012,1,30,4,30,0,0,0,-4,6,960,220.7,1.4,0.175,,,,,, -2012,1,30,5,30,0,0,0,-3,6,960,227.7,1.5,0.175,,,,,, -2012,1,30,6,30,0,0,0,-3,6,960,234,1.5,0.175,,,,,, -2012,1,30,7,30,0,0,0,-3,8,970,239.9,1.6,0.175,,,,,, -2012,1,30,8,30,633,47,171,-2,12,970,248.7,1.9,0.175,,,,,, -2012,1,30,9,30,824,67,369,-2,16,970,252.2,1.4,0.175,,,,,, -2012,1,30,10,30,909,78,534,-2,19,970,264.6,0.6,0.175,,,,,, -2012,1,30,11,30,948,85,644,-2,20,960,342.1,0.5,0.175,,,,,, -2012,1,30,12,30,963,87,691,-3,21,960,3.2,0.4,0.175,,,,,, -2012,1,30,13,30,955,86,669,-3,22,960,46,0.2,0.175,,,,,, -2012,1,30,14,30,921,83,580,-4,22,960,232.6,0.5,0.175,,,,,, -2012,1,30,15,30,846,75,433,-4,20,960,276.5,1,0.175,,,,,, -2012,1,30,16,30,690,61,243,1,18,960,278,1.1,0.175,,,,,, -2012,1,30,17,30,323,26,51,0,16,960,280.7,1.2,0.175,,,,,, -2012,1,30,18,30,0,0,0,-2,15,960,293.5,1.3,0.175,,,,,, -2012,1,30,19,30,0,0,0,-2,14,960,313,1.3,0.175,,,,,, -2012,1,30,20,30,0,0,0,-3,14,960,333.8,1.2,0.175,,,,,, -2012,1,30,21,30,0,0,0,-3,13,960,351.3,1.1,0.175,,,,,, -2012,1,30,22,30,0,0,0,-2,12,960,17.3,0.9,0.175,,,,,, -2012,1,30,23,30,0,0,0,-1,11,960,44.9,0.4,0.175,,,,,, -2012,1,31,0,30,0,0,0,-1,11,960,31.3,0.2,0.175,,,,,, -2012,1,31,1,30,0,0,0,0,10,960,333.1,0.2,0.175,,,,,, -2012,1,31,2,30,0,0,0,0,9,960,320.8,0.1,0.175,,,,,, -2012,1,31,3,30,0,0,0,0,9,960,109.4,0.3,0.175,,,,,, -2012,1,31,4,30,0,0,0,0,8,960,129.5,0.6,0.175,,,,,, -2012,1,31,5,30,0,0,0,-1,8,960,135.3,0.8,0.175,,,,,, -2012,1,31,6,30,0,0,0,-1,8,960,136.6,1,0.175,,,,,, -2012,1,31,7,30,0,0,0,-1,9,960,140.1,1,0.175,,,,,, -2012,1,31,8,30,0,68,68,0,13,970,144.6,1.3,0.175,,,,,, -2012,1,31,9,30,759,77,358,-1,16,970,163,1.7,0.175,,,,,, -2012,1,31,10,30,97,226,275,-2,18,970,168.6,1.7,0.175,,,,,, -2012,1,31,11,30,902,97,632,-3,20,960,171.4,1.5,0.175,,,,,, -2012,1,31,12,30,918,99,679,-3,21,960,181.3,1.3,0.175,,,,,, -2012,1,31,13,30,916,96,659,-3,21,960,187.8,1.3,0.175,,,,,, -2012,1,31,14,30,891,88,573,-4,21,960,180.5,1.3,0.175,,,,,, -2012,1,31,15,30,826,78,430,-4,20,960,186.1,1,0.175,,,,,, -2012,1,31,16,30,686,60,244,1,18,960,189.3,0.3,0.175,,,,,, -2001,1,31,17,30,121,31,41,0,7,960,178.6,1.6,0.181,,,,,, -2001,1,31,18,30,0,0,0,-1,6,960,168.3,1.6,0.181,,,,,, -2001,1,31,19,30,0,0,0,-2,4,960,159.8,1.9,0.181,,,,,, -2001,1,31,20,30,0,0,0,-3,4,970,159.6,2.5,0.181,,,,,, -2001,1,31,21,30,0,0,0,-4,3,970,162.9,3,0.181,,,,,, -2001,1,31,22,30,0,0,0,-5,3,970,167.4,3.5,0.181,,,,,, -2001,1,31,23,30,0,0,0,-6,3,970,174.6,3.6,0.181,,,,,, -2001,2,1,0,30,0,0,0,-7,2,970,181.8,3.3,0.181,,,,,, -2001,2,1,1,30,0,0,0,-7,2,970,182.4,2.9,0.181,,,,,, -2001,2,1,2,30,0,0,0,-7,2,970,173.6,3,0.181,,,,,, -2001,2,1,3,30,0,0,0,-7,1,970,170.6,3.2,0.181,,,,,, -2001,2,1,4,30,0,0,0,-7,1,970,171.7,3.1,0.181,,,,,, -2001,2,1,5,30,0,0,0,-7,0,970,172.6,2.9,0.181,,,,,, -2001,2,1,6,30,0,0,0,-7,0,970,173.4,2.7,0.181,,,,,, -2001,2,1,7,30,0,0,0,-7,2,970,174.7,3.1,0.181,,,,,, -2001,2,1,8,30,712,43,188,-7,6,970,173,3.8,0.181,,,,,, -2001,2,1,9,30,884,59,391,-6,10,970,176.4,4.3,0.181,,,,,, -2001,2,1,10,30,961,68,559,-7,13,970,188,4.5,0.181,,,,,, -2001,2,1,11,30,971,84,666,-8,15,970,188.3,4.6,0.181,,,,,, -2001,2,1,12,30,981,87,712,-9,16,970,186.3,4.7,0.181,,,,,, -2001,2,1,13,30,971,86,689,-9,17,970,186.5,4.6,0.181,,,,,, -2001,2,1,14,30,956,75,602,-8,18,970,189.1,4.4,0.181,,,,,, -2001,2,1,15,30,891,68,453,-7,17,970,191.3,3.4,0.181,,,,,, -2001,2,1,16,30,758,54,262,0,13,970,191,2,0.181,,,,,, -2001,2,1,17,30,421,26,63,0,10,970,184,1.4,0.182,,,,,, -2001,2,1,18,30,0,0,0,-2,8,970,177.7,1.5,0.182,,,,,, -2001,2,1,19,30,0,0,0,-2,6,970,172.6,1.5,0.182,,,,,, -2001,2,1,20,30,0,0,0,-3,6,970,169.6,1.6,0.182,,,,,, -2001,2,1,21,30,0,0,0,-4,5,970,170.9,1.7,0.182,,,,,, -2001,2,1,22,30,0,0,0,-4,4,970,174.7,1.8,0.182,,,,,, -2001,2,1,23,30,0,0,0,-5,4,970,178.7,1.9,0.182,,,,,, -2001,2,2,0,30,0,0,0,-5,3,970,182.1,1.8,0.182,,,,,, -2001,2,2,1,30,0,0,0,-5,3,970,186,1.7,0.182,,,,,, -2001,2,2,2,30,0,0,0,-5,3,970,193.5,1.6,0.182,,,,,, -2001,2,2,3,30,0,0,0,-5,3,970,202.6,1.5,0.182,,,,,, -2001,2,2,4,30,0,0,0,-5,2,970,208.9,1.5,0.182,,,,,, -2001,2,2,5,30,0,0,0,-6,2,970,206.7,1.5,0.182,,,,,, -2001,2,2,6,30,0,0,0,-6,2,970,199.3,1.6,0.182,,,,,, -2001,2,2,7,30,0,0,0,-6,5,980,195.1,1.9,0.182,,,,,, -2001,2,2,8,30,647,48,182,-6,8,980,194.2,2.3,0.182,,,,,, -2001,2,2,9,30,830,67,381,-5,12,980,190.2,2.2,0.182,,,,,, -2001,2,2,10,30,914,77,546,-7,15,970,201.8,1.9,0.182,,,,,, -2001,2,2,11,30,912,99,650,-7,17,970,199.9,1.6,0.182,,,,,, -2001,2,2,12,30,931,101,698,-7,18,970,189.3,1.7,0.182,,,,,, -2001,2,2,13,30,927,97,676,-7,19,970,177.7,2,0.182,,,,,, -2001,2,2,14,30,914,84,591,-6,20,970,170.5,2.2,0.182,,,,,, -2001,2,2,15,30,845,76,444,-5,19,970,168.3,1.7,0.182,,,,,, -2001,2,2,16,30,702,60,255,0,15,970,166.1,1.1,0.182,,,,,, -2001,2,2,17,30,362,29,61,1,12,970,154.2,1.2,0.182,,,,,, -2001,2,2,18,30,0,0,0,0,11,970,149.7,1.3,0.182,,,,,, -2001,2,2,19,30,0,0,0,-1,11,970,145.6,1.3,0.182,,,,,, -2001,2,2,20,30,0,0,0,-2,10,970,138.7,1.3,0.182,,,,,, -2001,2,2,21,30,0,0,0,-2,9,970,133.7,1.4,0.182,,,,,, -2001,2,2,22,30,0,0,0,-1,7,970,138.2,1.3,0.182,,,,,, -2001,2,2,23,30,0,0,0,0,5,970,148.3,1.3,0.182,,,,,, -2001,2,3,0,30,0,0,0,-1,5,970,159.1,1.3,0.182,,,,,, -2001,2,3,1,30,0,0,0,-1,4,970,169.5,1.4,0.182,,,,,, -2001,2,3,2,30,0,0,0,-1,4,970,177.7,1.5,0.182,,,,,, -2001,2,3,3,30,0,0,0,-2,4,970,184.1,1.4,0.182,,,,,, -2001,2,3,4,30,0,0,0,-2,4,970,185.5,1.3,0.182,,,,,, -2001,2,3,5,30,0,0,0,-2,4,970,179.9,1.3,0.182,,,,,, -2001,2,3,6,30,0,0,0,-1,4,970,177,1.3,0.182,,,,,, -2001,2,3,7,30,0,0,0,-1,6,970,182.9,1.6,0.182,,,,,, -2001,2,3,8,30,652,46,182,-1,9,970,196.5,2,0.182,,,,,, -2001,2,3,9,30,827,63,379,0,13,970,192.9,2.3,0.182,,,,,, -2001,2,3,10,30,905,74,542,-1,17,970,187.7,2.4,0.182,,,,,, -2001,2,3,11,30,526,211,530,-2,20,970,179.6,2.6,0.182,,,,,, -2001,2,3,12,30,936,91,695,-2,21,970,176.3,2.8,0.182,,,,,, -2001,2,3,13,30,928,90,673,-1,22,970,177.5,2.9,0.182,,,,,, -2001,2,3,14,30,909,80,589,0,23,970,178.9,2.8,0.182,,,,,, -2001,2,3,15,30,489,146,361,0,22,970,178.2,1.9,0.182,,,,,, -2001,2,3,16,30,513,76,221,5,18,970,176,0.9,0.182,,,,,, -2001,2,3,17,30,403,27,65,5,15,970,168.5,0.6,0.182,,,,,, -2001,2,3,18,30,0,0,0,3,14,970,143.6,0.5,0.182,,,,,, -2001,2,3,19,30,0,0,0,2,14,970,127.2,0.7,0.182,,,,,, -2001,2,3,20,30,0,0,0,2,12,970,128.4,1,0.182,,,,,, -2001,2,3,21,30,0,0,0,2,10,970,135.6,1.2,0.182,,,,,, -2001,2,3,22,30,0,0,0,2,8,970,135.6,1.4,0.182,,,,,, -2001,2,3,23,30,0,0,0,2,7,970,139.1,1.5,0.182,,,,,, -2001,2,4,0,30,0,0,0,1,7,970,148.4,1.7,0.182,,,,,, -2001,2,4,1,30,0,0,0,1,7,970,162.2,1.8,0.182,,,,,, -2001,2,4,2,30,0,0,0,1,7,970,174.1,1.9,0.182,,,,,, -2001,2,4,3,30,0,0,0,1,7,970,182,1.8,0.182,,,,,, -2001,2,4,4,30,0,0,0,1,6,970,186.9,1.7,0.182,,,,,, -2001,2,4,5,30,0,0,0,1,6,970,189.7,1.6,0.182,,,,,, -2001,2,4,6,30,0,0,0,1,6,970,190.4,1.4,0.182,,,,,, -2001,2,4,7,30,0,0,0,1,8,970,188.7,1.7,0.182,,,,,, -2001,2,4,8,30,680,43,188,2,12,970,189.1,2.3,0.182,,,,,, -2001,2,4,9,30,849,59,386,2,16,970,192.4,2.5,0.182,,,,,, -2001,2,4,10,30,927,68,551,3,21,970,202.4,2.2,0.182,,,,,, -2001,2,4,11,30,944,82,659,2,24,970,194.7,2.1,0.182,,,,,, -2001,2,4,12,30,960,84,706,1,26,970,186.1,2.1,0.182,,,,,, -2001,2,4,13,30,954,82,685,0,27,970,186.7,2,0.182,,,,,, -2001,2,4,14,30,942,70,601,0,27,970,190.1,1.8,0.182,,,,,, -2001,2,4,15,30,884,63,456,1,26,970,190.1,1.2,0.182,,,,,, -2001,2,4,16,30,765,50,268,8,24,970,181.9,0.6,0.182,,,,,, -2001,2,4,17,30,479,25,71,5,22,970,147.5,0.6,0.182,,,,,, -2001,2,4,18,30,0,0,0,3,19,970,115.3,0.8,0.182,,,,,, -2001,2,4,19,30,0,0,0,4,16,970,105.3,1,0.182,,,,,, -2001,2,4,20,30,0,0,0,5,14,970,104.6,1.1,0.182,,,,,, -2001,2,4,21,30,0,0,0,4,12,970,109.5,1.2,0.182,,,,,, -2001,2,4,22,30,0,0,0,4,11,970,117.3,1.3,0.182,,,,,, -2001,2,4,23,30,0,0,0,3,10,970,129.5,1.3,0.182,,,,,, -2001,2,5,0,30,0,0,0,3,9,970,148,1.3,0.182,,,,,, -2001,2,5,1,30,0,0,0,2,9,970,171.2,1.4,0.182,,,,,, -2001,2,5,2,30,0,0,0,2,9,970,193.2,1.5,0.182,,,,,, -2001,2,5,3,30,0,0,0,2,9,970,211.5,1.6,0.182,,,,,, -2001,2,5,4,30,0,0,0,2,8,970,225.7,1.5,0.182,,,,,, -2001,2,5,5,30,0,0,0,2,8,970,236.8,1.4,0.182,,,,,, -2001,2,5,6,30,0,0,0,1,8,970,244.4,1.2,0.182,,,,,, -2001,2,5,7,30,0,0,0,2,11,970,244.4,1.2,0.182,,,,,, -2001,2,5,8,30,687,44,192,2,15,970,245.4,1.4,0.182,,,,,, -2001,2,5,9,30,852,60,391,2,19,970,239,1.2,0.182,,,,,, -2001,2,5,10,30,926,70,555,1,22,970,231.8,1.1,0.182,,,,,, -2001,2,5,11,30,955,78,666,0,24,960,214.1,1,0.182,,,,,, -2001,2,5,12,30,969,81,713,0,25,960,199.8,1.1,0.182,,,,,, -2001,2,5,13,30,963,79,692,0,25,960,197.5,1.2,0.182,,,,,, -2001,2,5,14,30,942,72,607,0,25,960,204.4,1.1,0.182,,,,,, -2001,2,5,15,30,883,65,461,1,24,960,216.1,0.7,0.182,,,,,, -2001,2,5,16,30,764,53,273,5,21,960,247.5,0.4,0.182,,,,,, -2001,2,5,17,30,460,28,74,6,19,960,307.1,0.8,0.182,,,,,, -2001,2,5,18,30,0,0,0,3,17,960,330.9,1.2,0.182,,,,,, -2001,2,5,19,30,0,0,0,3,17,960,344.1,1.3,0.182,,,,,, -2001,2,5,20,30,0,0,0,2,16,960,353.3,1.4,0.182,,,,,, -2001,2,5,21,30,0,0,0,2,15,960,359.7,1.4,0.182,,,,,, -2001,2,5,22,30,0,0,0,2,14,960,8.8,1.2,0.182,,,,,, -2001,2,5,23,30,0,0,0,2,13,960,19.6,1.1,0.182,,,,,, -2001,2,6,0,30,0,0,0,2,12,960,33.3,0.9,0.182,,,,,, -2001,2,6,1,30,0,0,0,3,11,960,44,0.7,0.182,,,,,, -2001,2,6,2,30,0,0,0,3,10,960,44.3,0.6,0.182,,,,,, -2001,2,6,3,30,0,0,0,3,9,960,30.8,0.6,0.182,,,,,, -2001,2,6,4,30,0,0,0,3,9,960,7.3,0.6,0.182,,,,,, -2001,2,6,5,30,0,0,0,3,8,960,354.4,0.8,0.182,,,,,, -2001,2,6,6,30,0,0,0,3,8,960,350.9,0.9,0.182,,,,,, -2001,2,6,7,30,0,10,13,3,11,960,351.3,1.1,0.182,,,,,, -2001,2,6,8,30,652,46,189,4,14,960,327.9,1.5,0.182,,,,,, -2001,2,6,9,30,823,64,386,3,17,960,317.4,1.8,0.182,,,,,, -2001,2,6,10,30,412,206,424,3,20,960,314.9,2.1,0.182,,,,,, -2001,2,6,11,30,924,88,660,2,22,960,330,2.3,0.182,,,,,, -2001,2,6,12,30,932,94,707,2,23,960,348,2.6,0.182,,,,,, -2001,2,6,13,30,627,195,597,2,24,960,358.9,2.8,0.182,,,,,, -2001,2,6,14,30,903,85,601,2,25,960,8.7,3,0.182,,,,,, -2001,2,6,15,30,610,121,396,1,24,960,19.1,2.8,0.182,,,,,, -2001,2,6,16,30,439,91,219,3,21,960,22.6,2.2,0.182,,,,,, -2001,2,6,17,30,176,38,56,4,18,960,25.9,1.9,0.182,,,,,, -2001,2,6,18,30,0,0,0,4,16,960,33.3,1.8,0.182,,,,,, -2001,2,6,19,30,0,0,0,4,14,960,42.3,1.6,0.182,,,,,, -2001,2,6,20,30,0,0,0,4,12,960,50.9,1.4,0.182,,,,,, -2001,2,6,21,30,0,0,0,3,11,960,63.7,1.2,0.182,,,,,, -2001,2,6,22,30,0,0,0,3,10,960,79.3,1,0.182,,,,,, -2001,2,6,23,30,0,0,0,3,10,960,92.1,0.8,0.182,,,,,, -2001,2,7,0,30,0,0,0,3,9,960,100.1,0.5,0.182,,,,,, -2001,2,7,1,30,0,0,0,3,9,950,118.1,0.3,0.182,,,,,, -2001,2,7,2,30,0,0,0,3,8,950,162,0.2,0.182,,,,,, -2001,2,7,3,30,0,0,0,3,8,950,201.2,0.2,0.182,,,,,, -2001,2,7,4,30,0,0,0,3,7,950,299.4,0.3,0.182,,,,,, -2001,2,7,5,30,0,0,0,3,7,950,319.8,0.3,0.182,,,,,, -2001,2,7,6,30,0,0,0,3,7,950,337.7,0.1,0.182,,,,,, -2001,2,7,7,30,44,12,13,4,9,950,318.9,0.2,0.182,,,,,, -2001,2,7,8,30,568,59,185,5,12,950,109.4,1.2,0.182,,,,,, -2001,2,7,9,30,750,84,380,7,14,950,109.2,2.8,0.182,,,,,, -2001,2,7,10,30,835,98,542,7,16,950,104.2,3.7,0.182,,,,,, -2001,2,7,11,30,877,107,653,6,17,950,102,4.1,0.182,,,,,, -2001,2,7,12,30,868,122,696,5,17,950,101.3,4.2,0.182,,,,,, -2001,2,7,13,30,841,130,672,4,18,950,100.1,4.3,0.182,,,,,, -2001,2,7,14,30,821,118,590,2,18,950,100.1,4.6,0.182,,,,,, -2001,2,7,15,30,743,107,445,1,17,950,102.3,4.9,0.182,,,,,, -2001,2,7,16,30,581,86,258,0,14,950,104.8,4.8,0.182,,,,,, -2001,2,7,17,30,253,41,68,0,11,950,107.6,4.1,0.182,,,,,, -2001,2,7,18,30,0,0,0,1,9,950,111,3.2,0.182,,,,,, -2001,2,7,19,30,0,0,0,0,8,950,115.3,2.3,0.182,,,,,, -2001,2,7,20,30,0,0,0,0,7,950,119.3,1.5,0.182,,,,,, -2001,2,7,21,30,0,0,0,0,6,950,121.6,1.2,0.182,,,,,, -2001,2,7,22,30,0,0,0,0,6,950,120.2,1,0.182,,,,,, -2001,2,7,23,30,0,0,0,0,6,950,111.8,1,0.182,,,,,, -2001,2,8,0,30,0,0,0,-1,6,950,105.7,1.2,0.182,,,,,, -2001,2,8,1,30,0,0,0,-1,6,950,103.3,1.4,0.182,,,,,, -2001,2,8,2,30,0,0,0,-1,5,950,100.3,1.6,0.182,,,,,, -2001,2,8,3,30,0,0,0,-1,4,950,99.2,1.7,0.182,,,,,, -2001,2,8,4,30,0,0,0,0,4,950,99.6,1.7,0.182,,,,,, -2001,2,8,5,30,0,0,0,0,4,950,98.1,1.5,0.182,,,,,, -2001,2,8,6,30,0,0,0,0,3,960,95.8,1.5,0.182,,,,,, -2001,2,8,7,30,0,9,9,0,3,960,96.4,2.2,0.182,,,,,, -2001,2,8,8,30,272,80,141,0,4,960,97.2,3.4,0.182,,,,,, -2001,2,8,9,30,277,162,272,0,6,960,110,4.2,0.182,,,,,, -2001,2,8,10,30,240,242,371,-1,8,960,121.5,4.4,0.182,,,,,, -2001,2,8,11,30,886,115,670,-3,9,960,129,4.4,0.182,,,,,, -2001,2,8,12,30,907,117,720,-4,10,960,135.1,4.3,0.182,,,,,, -2001,2,8,13,30,441,265,551,-5,11,960,141.8,4.2,0.182,,,,,, -2001,2,8,14,30,492,210,496,-5,10,960,146.8,4,0.182,,,,,, -2001,2,8,15,30,779,104,462,-6,10,960,152.7,3.6,0.182,,,,,, -2001,2,8,16,30,649,79,274,-6,8,960,160.7,2.4,0.182,,,,,, -2001,2,8,17,30,375,37,78,-3,5,960,172.6,1.2,0.182,,,,,, -2001,2,8,18,30,0,0,0,-2,3,960,191.7,1,0.182,,,,,, -2001,2,8,19,30,0,0,0,-3,3,970,206.3,0.8,0.182,,,,,, -2001,2,8,20,30,0,0,0,-4,3,970,222.8,0.5,0.182,,,,,, -2001,2,8,21,30,0,0,0,-5,3,970,273.4,0.5,0.182,,,,,, -2001,2,8,22,30,0,0,0,-5,3,970,335.8,0.8,0.182,,,,,, -2001,2,8,23,30,0,0,0,-6,2,970,357.8,1.1,0.182,,,,,, -2001,2,9,0,30,0,0,0,-5,1,970,9.9,1.2,0.182,,,,,, -2001,2,9,1,30,0,0,0,-5,0,970,16.5,1.2,0.182,,,,,, -2001,2,9,2,30,0,0,0,-5,0,970,20,1.2,0.182,,,,,, -2001,2,9,3,30,0,0,0,-4,0,970,23.5,1,0.182,,,,,, -2001,2,9,4,30,0,0,0,-4,-1,970,22.5,0.7,0.182,,,,,, -2001,2,9,5,30,0,0,0,-3,-1,970,1.8,0.5,0.182,,,,,, -2001,2,9,6,30,0,0,0,-3,0,970,324.3,0.6,0.182,,,,,, -2001,2,9,7,30,133,14,18,-2,1,970,299.8,1.1,0.182,,,,,, -2001,2,9,8,30,616,58,199,-2,5,970,290.5,1.8,0.182,,,,,, -2001,2,9,9,30,800,80,402,-3,8,970,299.8,2.5,0.182,,,,,, -2001,2,9,10,30,884,93,570,-5,10,970,322.2,3.1,0.182,,,,,, -2001,2,9,11,30,932,98,685,-6,11,970,323.2,3.1,0.182,,,,,, -2001,2,9,12,30,954,97,736,-6,12,970,322.6,3,0.182,,,,,, -2001,2,9,13,30,952,94,716,-7,13,970,320.2,3,0.182,,,,,, -2001,2,9,14,30,935,85,630,-7,13,970,315.5,3.1,0.182,,,,,, -2001,2,9,15,30,877,75,482,-8,13,970,311.4,3.2,0.182,,,,,, -2001,2,9,16,30,757,60,290,-8,11,970,308.2,2.5,0.182,,,,,, -2001,2,9,17,30,473,32,86,-3,9,970,305.5,1.7,0.184,,,,,, -2001,2,9,18,30,0,0,0,-5,8,970,308.4,1.5,0.184,,,,,, -2001,2,9,19,30,0,0,0,-5,7,970,317.2,1.4,0.184,,,,,, -2001,2,9,20,30,0,0,0,-5,5,970,335.5,1.2,0.184,,,,,, -2001,2,9,21,30,0,0,0,-4,4,960,0.4,1.1,0.184,,,,,, -2001,2,9,22,30,0,0,0,-5,3,960,31.9,1,0.184,,,,,, -2001,2,9,23,30,0,0,0,-5,3,960,79.4,0.9,0.184,,,,,, -2001,2,10,0,30,0,0,0,-5,2,960,122.5,1,0.184,,,,,, -2001,2,10,1,30,0,0,0,-5,2,960,143,1.1,0.184,,,,,, -2001,2,10,2,30,0,0,0,-5,2,960,157.4,1,0.184,,,,,, -2001,2,10,3,30,0,0,0,-4,1,960,165.7,0.9,0.184,,,,,, -2001,2,10,4,30,0,0,0,-4,1,960,171.6,0.8,0.184,,,,,, -2001,2,10,5,30,0,0,0,-5,1,960,166.4,0.6,0.184,,,,,, -2001,2,10,6,30,0,0,0,-5,1,960,125.5,0.7,0.184,,,,,, -2001,2,10,7,30,0,21,21,-4,4,960,104.5,0.9,0.184,,,,,, -2001,2,10,8,30,665,55,209,-4,8,960,100.7,1.2,0.184,,,,,, -2001,2,10,9,30,831,75,412,-4,11,960,121.3,1.2,0.184,,,,,, -2001,2,10,10,30,917,85,583,-5,14,960,129.1,0.9,0.184,,,,,, -2001,2,10,11,30,658,179,597,-5,16,960,83.4,0.7,0.184,,,,,, -2001,2,10,12,30,762,156,670,-5,17,960,46.7,0.6,0.184,,,,,, -2001,2,10,13,30,925,110,718,-5,17,960,12.3,0.5,0.184,,,,,, -2001,2,10,14,30,430,233,486,-5,16,960,348.6,0.4,0.184,,,,,, -2001,2,10,15,30,828,93,481,-4,15,960,319.2,0.4,0.184,,,,,, -2001,2,10,16,30,683,77,287,-1,13,960,285.9,0.3,0.184,,,,,, -2001,2,10,17,30,291,42,76,1,11,960,272.6,0.2,0.184,,,,,, -2001,2,10,18,30,0,0,0,0,9,960,284.9,0.3,0.184,,,,,, -2001,2,10,19,30,0,0,0,0,8,960,74.8,0.7,0.184,,,,,, -2001,2,10,20,30,0,0,0,0,7,960,113,1.2,0.184,,,,,, -2001,2,10,21,30,0,0,0,0,6,960,132.7,1.2,0.184,,,,,, -2001,2,10,22,30,0,0,0,-1,5,960,148.3,1.1,0.184,,,,,, -2001,2,10,23,30,0,0,0,-1,5,960,157.9,1.1,0.184,,,,,, -2001,2,11,0,30,0,0,0,-1,5,960,159.7,1.1,0.184,,,,,, -2001,2,11,1,30,0,0,0,-2,4,960,158.9,1,0.184,,,,,, -2001,2,11,2,30,0,0,0,-2,4,960,155,0.9,0.184,,,,,, -2001,2,11,3,30,0,0,0,-2,3,960,143.5,0.8,0.184,,,,,, -2001,2,11,4,30,0,0,0,-2,2,960,126.9,0.8,0.184,,,,,, -2001,2,11,5,30,0,0,0,-2,1,960,116.3,0.7,0.184,,,,,, -2001,2,11,6,30,0,0,0,-2,1,960,110.3,0.5,0.184,,,,,, -2001,2,11,7,30,182,15,22,-1,4,960,92.9,0.3,0.184,,,,,, -2001,2,11,8,30,657,54,209,-1,8,960,68.2,0.7,0.184,,,,,, -2001,2,11,9,30,826,73,412,0,11,970,122.2,1.2,0.184,,,,,, -2001,2,11,10,30,906,84,580,1,14,970,130.8,1,0.184,,,,,, -2001,2,11,11,30,929,97,691,0,15,960,118.5,0.6,0.184,,,,,, -2001,2,11,12,30,950,97,741,0,16,960,64,0.5,0.184,,,,,, -2001,2,11,13,30,950,93,722,0,17,960,4.5,0.7,0.184,,,,,, -2001,2,11,14,30,928,86,635,0,17,960,318.9,0.9,0.184,,,,,, -2001,2,11,15,30,874,76,488,-1,16,960,296.3,1.3,0.184,,,,,, -2001,2,11,16,30,761,61,297,-1,14,960,285.7,1.3,0.184,,,,,, -2001,2,11,17,30,472,34,91,1,12,960,281,1.2,0.184,,,,,, -2001,2,11,18,30,0,0,0,0,10,960,287.8,1.3,0.184,,,,,, -2001,2,11,19,30,0,0,0,-1,10,960,302.5,1.2,0.184,,,,,, -2001,2,11,20,30,0,0,0,-1,10,960,323.5,1.1,0.184,,,,,, -2001,2,11,21,30,0,0,0,-2,9,960,352.5,1,0.184,,,,,, -2001,2,11,22,30,0,0,0,-2,8,960,27.3,1,0.184,,,,,, -2001,2,11,23,30,0,0,0,-2,7,960,62.2,1,0.184,,,,,, -2001,2,12,0,30,0,0,0,-2,6,960,94.2,1,0.184,,,,,, -2001,2,12,1,30,0,0,0,-2,6,960,114.6,1,0.184,,,,,, -2001,2,12,2,30,0,0,0,-1,5,960,135.5,1,0.184,,,,,, -2001,2,12,3,30,0,0,0,-1,4,960,156.6,1,0.184,,,,,, -2001,2,12,4,30,0,0,0,-1,4,960,177.1,1,0.184,,,,,, -2001,2,12,5,30,0,0,0,-2,3,960,195.1,0.9,0.184,,,,,, -2001,2,12,6,30,0,0,0,-2,3,960,210.9,0.8,0.184,,,,,, -2001,2,12,7,30,236,15,25,-1,5,960,228.1,0.6,0.184,,,,,, -2001,2,12,8,30,695,51,217,0,10,960,257.8,0.4,0.184,,,,,, -2001,2,12,9,30,854,69,422,-1,13,960,318.7,0.7,0.184,,,,,, -2001,2,12,10,30,930,79,592,-2,16,960,346.7,1.5,0.184,,,,,, -2001,2,12,11,30,966,86,707,-2,17,960,349.4,2.1,0.184,,,,,, -2001,2,12,12,30,981,87,757,-2,18,960,347,2.5,0.184,,,,,, -2001,2,12,13,30,977,85,736,-2,19,960,343.6,2.8,0.184,,,,,, -2001,2,12,14,30,949,81,646,-3,19,960,340.6,2.9,0.184,,,,,, -2001,2,12,15,30,891,73,497,-3,18,960,338.4,2.7,0.184,,,,,, -2001,2,12,16,30,775,59,303,0,16,960,334.1,2,0.184,,,,,, -2001,2,12,17,30,493,34,95,1,14,960,321.3,1.5,0.184,,,,,, -2001,2,12,18,30,0,0,0,-1,13,960,320.7,2,0.184,,,,,, -2001,2,12,19,30,0,0,0,-1,12,960,326.6,2.4,0.184,,,,,, -2001,2,12,20,30,0,0,0,-1,12,960,332.6,2.3,0.184,,,,,, -2001,2,12,21,30,0,0,0,-2,12,960,338.3,2,0.184,,,,,, -2001,2,12,22,30,0,0,0,-2,11,960,342.3,1.7,0.184,,,,,, -2001,2,12,23,30,0,0,0,-2,9,960,344.9,1.5,0.184,,,,,, -2001,2,13,0,30,0,0,0,-1,7,960,343.4,1.5,0.184,,,,,, -2001,2,13,1,30,0,0,0,-1,5,960,337.9,1.5,0.184,,,,,, -2001,2,13,2,30,0,0,0,0,4,960,329.2,1.6,0.184,,,,,, -2001,2,13,3,30,0,0,0,0,4,960,316.3,1.9,0.184,,,,,, -2001,2,13,4,30,0,0,0,0,4,960,304.2,2.8,0.184,,,,,, -2001,2,13,5,30,0,0,0,0,4,960,300.5,4,0.184,,,,,, -2001,2,13,6,30,0,0,0,0,5,960,306.2,4.6,0.184,,,,,, -2001,2,13,7,30,215,17,26,1,8,960,317.2,5,0.184,,,,,, -2001,2,13,8,30,665,53,214,3,11,960,338.5,5.1,0.184,,,,,, -2001,2,13,9,30,826,71,416,4,13,960,6,5.2,0.184,,,,,, -2001,2,13,10,30,896,82,581,5,15,960,34.9,5.4,0.184,,,,,, -2001,2,13,11,30,526,229,570,4,16,960,46.3,5.5,0.184,,,,,, -2001,2,13,12,30,182,339,464,4,15,960,52.4,5.5,0.184,,,,,, -2001,2,13,13,30,3,178,180,6,14,960,60.9,5.2,0.184,,,,,, -2001,2,13,14,30,0,81,81,7,12,960,66.1,4.8,0.184,,,,,, -2001,2,13,15,30,530,153,408,7,12,960,66.7,4.4,0.184,,,,,, -2001,2,13,16,30,302,119,215,5,11,960,67.5,3.5,0.184,,,,,, -2001,2,13,17,30,64,49,57,4,9,960,72.4,2.1,0.184,,,,,, -2001,2,13,18,30,0,0,0,3,7,960,77.2,1.2,0.184,,,,,, -2001,2,13,19,30,0,0,0,4,7,960,68.1,0.8,0.184,,,,,, -2001,2,13,20,30,0,0,0,4,7,960,42.5,0.7,0.184,,,,,, -2001,2,13,21,30,0,0,0,5,7,960,5.9,0.9,0.184,,,,,, -2001,2,13,22,30,0,0,0,5,6,960,344.9,1.1,0.184,,,,,, -2001,2,13,23,30,0,0,0,4,5,960,341,1.2,0.184,,,,,, -2001,2,14,0,30,0,0,0,4,5,960,341.2,1.3,0.184,,,,,, -2001,2,14,1,30,0,0,0,4,5,960,340.5,1.3,0.184,,,,,, -2001,2,14,2,30,0,0,0,4,4,960,340.2,1.3,0.184,,,,,, -2001,2,14,3,30,0,0,0,4,4,960,341.4,1.2,0.184,,,,,, -2001,2,14,4,30,0,0,0,4,4,960,344.3,1.1,0.184,,,,,, -2001,2,14,5,30,0,0,0,4,4,960,348.1,1.1,0.184,,,,,, -2001,2,14,6,30,0,0,0,4,4,960,353.6,1,0.184,,,,,, -2001,2,14,7,30,0,19,19,4,5,960,1,1.1,0.184,,,,,, -2001,2,14,8,30,0,37,37,5,8,960,13.9,1.1,0.184,,,,,, -2001,2,14,9,30,105,183,227,4,9,960,104.4,1.1,0.184,,,,,, -2001,2,14,10,30,179,261,361,3,10,960,135.2,1.1,0.184,,,,,, -2001,2,14,11,30,20,245,259,2,10,960,137,1,0.184,,,,,, -2001,2,14,12,30,261,332,512,2,11,960,127.4,1,0.184,,,,,, -2001,2,14,13,30,0,31,31,1,12,960,127.2,1,0.184,,,,,, -2001,2,14,14,30,563,195,535,1,11,960,134.4,1,0.184,,,,,, -2001,2,14,15,30,864,78,496,0,11,960,145.3,1,0.184,,,,,, -2001,2,14,16,30,0,43,43,0,10,960,166.9,0.8,0.184,,,,,, -2001,2,14,17,30,0,4,4,3,8,960,189.7,0.7,0.184,,,,,, -2001,2,14,18,30,0,0,0,1,7,960,207.2,0.9,0.184,,,,,, -2001,2,14,19,30,0,0,0,1,5,960,208.3,1,0.184,,,,,, -2001,2,14,20,30,0,0,0,1,4,960,202,1,0.184,,,,,, -2001,2,14,21,30,0,0,0,1,4,960,184,0.9,0.184,,,,,, -2001,2,14,22,30,0,0,0,1,4,960,155.5,0.9,0.184,,,,,, -2001,2,14,23,30,0,0,0,0,4,960,130.4,1,0.184,,,,,, -2001,2,15,0,30,0,0,0,0,3,960,117,1.1,0.184,,,,,, -2001,2,15,1,30,0,0,0,0,3,960,112.8,1.2,0.184,,,,,, -2001,2,15,2,30,0,0,0,0,3,960,113,1.2,0.184,,,,,, -2001,2,15,3,30,0,0,0,0,3,960,115.2,1.2,0.184,,,,,, -2001,2,15,4,30,0,0,0,0,2,960,118.1,1.2,0.184,,,,,, -2001,2,15,5,30,0,0,0,0,2,960,121.8,1.2,0.184,,,,,, -2001,2,15,6,30,0,0,0,0,2,970,127.7,1.1,0.184,,,,,, -2001,2,15,7,30,239,19,31,0,3,970,134.1,1.6,0.184,,,,,, -2001,2,15,8,30,674,55,224,0,6,970,140.8,2.2,0.184,,,,,, -2001,2,15,9,30,835,73,429,0,9,970,155.9,2.1,0.184,,,,,, -2001,2,15,10,30,915,84,600,-1,11,970,166.9,1.7,0.184,,,,,, -2001,2,15,11,30,938,97,712,-1,12,970,170.1,1.3,0.184,,,,,, -2001,2,15,12,30,956,98,763,-2,13,970,164.1,1,0.184,,,,,, -2001,2,15,13,30,954,95,743,-3,14,970,154.9,0.8,0.184,,,,,, -2001,2,15,14,30,945,83,658,-3,14,970,159.4,0.7,0.184,,,,,, -2001,2,15,15,30,890,75,509,-3,13,970,171.4,0.6,0.184,,,,,, -2001,2,15,16,30,774,62,314,-3,11,970,183.2,0.4,0.184,,,,,, -2001,2,15,17,30,515,36,105,0,8,970,218.8,0.4,0.184,,,,,, -2001,2,15,18,30,0,0,0,0,6,970,262.8,0.6,0.184,,,,,, -2001,2,15,19,30,0,0,0,0,6,970,286.9,0.7,0.184,,,,,, -2001,2,15,20,30,0,0,0,-1,6,970,312,0.8,0.184,,,,,, -2001,2,15,21,30,0,0,0,-2,7,970,333.2,0.9,0.184,,,,,, -2001,2,15,22,30,0,0,0,-2,6,970,345.7,1,0.184,,,,,, -2001,2,15,23,30,0,0,0,-2,5,970,354.8,0.9,0.184,,,,,, -2001,2,16,0,30,0,0,0,-2,4,970,7.4,0.8,0.184,,,,,, -2001,2,16,1,30,0,0,0,-2,2,970,17.6,0.5,0.184,,,,,, -2001,2,16,2,30,0,0,0,-2,2,970,35,0.3,0.184,,,,,, -2001,2,16,3,30,0,0,0,-2,2,970,79.1,0.2,0.184,,,,,, -2001,2,16,4,30,0,0,0,-2,2,970,196.9,0.3,0.184,,,,,, -2001,2,16,5,30,0,0,0,-2,1,970,227.1,0.6,0.184,,,,,, -2001,2,16,6,30,0,0,0,-3,2,970,242.3,0.9,0.184,,,,,, -2001,2,16,7,30,0,19,19,-2,4,970,251.5,1.4,0.184,,,,,, -2001,2,16,8,30,121,100,131,-3,7,970,259.2,1.9,0.184,,,,,, -2001,2,16,9,30,270,178,294,-4,10,970,264.1,1.9,0.184,,,,,, -2001,2,16,10,30,286,253,415,-4,13,970,278.7,2,0.184,,,,,, -2001,2,16,11,30,366,289,531,-5,14,970,286.9,2,0.184,,,,,, -2001,2,16,12,30,410,303,589,-5,15,970,288.5,1.7,0.184,,,,,, -2001,2,16,13,30,651,202,647,-6,16,970,286,1.6,0.184,,,,,, -2001,2,16,14,30,933,95,666,-6,16,970,278,1.5,0.184,,,,,, -2001,2,16,15,30,891,81,518,-6,16,970,270.9,1.5,0.184,,,,,, -2001,2,16,16,30,788,64,323,-3,15,970,267.1,1.1,0.184,,,,,, -2001,2,16,17,30,532,38,111,0,12,970,268.4,0.8,0.184,,,,,, -2001,2,16,18,30,0,0,0,-2,10,970,271.2,0.9,0.184,,,,,, -2001,2,16,19,30,0,0,0,-2,8,970,269.2,0.9,0.184,,,,,, -2001,2,16,20,30,0,0,0,-2,6,970,267.3,0.7,0.184,,,,,, -2001,2,16,21,30,0,0,0,-2,6,970,258.6,0.4,0.184,,,,,, -2001,2,16,22,30,0,0,0,-2,5,970,219.8,0.3,0.184,,,,,, -2001,2,16,23,30,0,0,0,-3,5,970,151.4,0.5,0.184,,,,,, -2001,2,17,0,30,0,0,0,-3,5,970,159.3,0.7,0.184,,,,,, -2001,2,17,1,30,0,0,0,-3,4,970,170.6,0.7,0.184,,,,,, -2001,2,17,2,30,0,0,0,-3,4,970,182,0.9,0.184,,,,,, -2001,2,17,3,30,0,0,0,-3,4,970,191.1,1.1,0.184,,,,,, -2001,2,17,4,30,0,0,0,-3,3,970,200.6,1.2,0.184,,,,,, -2001,2,17,5,30,0,0,0,-4,3,970,212.6,1.2,0.184,,,,,, -2001,2,17,6,30,0,0,0,-4,4,970,222.8,1.1,0.184,,,,,, -2001,2,17,7,30,244,21,35,-4,7,970,227.5,1.3,0.184,,,,,, -2001,2,17,8,30,466,73,194,-3,11,970,226.3,1.4,0.184,,,,,, -2001,2,17,9,30,368,165,325,-3,14,970,213.1,1.4,0.184,,,,,, -2001,2,17,10,30,506,201,491,-3,17,970,201,1.5,0.184,,,,,, -2001,2,17,11,30,745,158,653,-3,19,970,192.1,1.5,0.184,,,,,, -2001,2,17,12,30,238,343,510,-3,20,970,184,1.4,0.184,,,,,, -2001,2,17,13,30,126,335,422,-3,20,970,175.4,1.4,0.184,,,,,, -2001,2,17,14,30,120,292,366,-2,19,970,167.1,1.2,0.184,,,,,, -2001,2,17,15,30,78,217,255,1,18,970,159.2,0.9,0.184,,,,,, -2001,2,17,16,30,226,133,208,6,17,970,177.2,0.7,0.184,,,,,, -2001,2,17,17,30,46,51,58,3,15,970,189.6,0.4,0.186,,,,,, -2001,2,17,18,30,0,0,0,1,15,970,165.9,0.4,0.186,,,,,, -2001,2,17,19,30,0,0,0,1,14,970,63.6,0.8,0.186,,,,,, -2001,2,17,20,30,0,0,0,1,12,970,71.7,1,0.186,,,,,, -2001,2,17,21,30,0,0,0,2,11,970,87.2,1.1,0.186,,,,,, -2001,2,17,22,30,0,0,0,2,11,970,103.4,1.2,0.186,,,,,, -2001,2,17,23,30,0,0,0,2,10,970,116.8,1.3,0.186,,,,,, -2001,2,18,0,30,0,0,0,2,10,970,127.7,1.4,0.186,,,,,, -2001,2,18,1,30,0,0,0,2,9,970,134,1.3,0.186,,,,,, -2001,2,18,2,30,0,0,0,2,9,970,141.4,1.2,0.186,,,,,, -2001,2,18,3,30,0,0,0,2,8,970,149.7,1.2,0.186,,,,,, -2001,2,18,4,30,0,0,0,2,7,970,152,1.1,0.186,,,,,, -2001,2,18,5,30,0,0,0,1,7,970,144.9,1.1,0.186,,,,,, -2001,2,18,6,30,0,0,0,1,7,970,133,1.1,0.186,,,,,, -2001,2,18,7,30,0,20,20,2,10,970,128.4,1.2,0.186,,,,,, -2001,2,18,8,30,362,87,182,2,13,970,127.2,1.5,0.186,,,,,, -2001,2,18,9,30,837,79,446,1,16,970,138.6,1.4,0.186,,,,,, -2001,2,18,10,30,907,93,616,0,19,970,135.8,0.8,0.186,,,,,, -2001,2,18,11,30,930,107,729,-1,21,970,98.9,0.4,0.186,,,,,, -2001,2,18,12,30,929,118,776,-1,22,970,346.1,0.7,0.186,,,,,, -2001,2,18,13,30,942,106,758,-2,22,970,328.6,1.1,0.186,,,,,, -2001,2,18,14,30,928,95,671,-3,22,960,321.9,1.4,0.186,,,,,, -2001,2,18,15,30,876,84,521,-3,21,960,318.5,1.7,0.186,,,,,, -2001,2,18,16,30,771,67,327,-1,19,960,317.9,1.4,0.186,,,,,, -2001,2,18,17,30,510,40,114,3,17,960,312.6,1.2,0.186,,,,,, -2001,2,18,18,30,0,0,0,0,16,960,321,1.2,0.186,,,,,, -2001,2,18,19,30,0,0,0,-1,15,970,346.8,1.1,0.186,,,,,, -2001,2,18,20,30,0,0,0,-1,14,970,33.4,1.1,0.186,,,,,, -2001,2,18,21,30,0,0,0,-1,13,960,70.3,1.1,0.186,,,,,, -2001,2,18,22,30,0,0,0,-1,12,960,103,1.2,0.186,,,,,, -2001,2,18,23,30,0,0,0,-1,11,960,126.2,1.1,0.186,,,,,, -2001,2,19,0,30,0,0,0,-1,10,960,140.5,1.1,0.186,,,,,, -2001,2,19,1,30,0,0,0,-1,9,960,149.2,1,0.186,,,,,, -2001,2,19,2,30,0,0,0,-1,8,960,151.6,1,0.186,,,,,, -2001,2,19,3,30,0,0,0,-1,6,960,149.5,0.9,0.186,,,,,, -2001,2,19,4,30,0,0,0,-1,6,960,153.3,0.9,0.186,,,,,, -2001,2,19,5,30,0,0,0,-1,5,970,162,0.8,0.186,,,,,, -2001,2,19,6,30,0,0,0,-2,5,970,175.5,0.6,0.186,,,,,, -2001,2,19,7,30,315,22,42,0,8,970,198.9,0.5,0.186,,,,,, -2001,2,19,8,30,714,56,246,0,12,970,192.5,1,0.186,,,,,, -2001,2,19,9,30,862,74,456,-1,16,970,141.5,1.6,0.186,,,,,, -2001,2,19,10,30,924,89,626,-2,19,970,152,1.5,0.186,,,,,, -2001,2,19,11,30,948,101,740,-3,20,970,156,1.1,0.186,,,,,, -2001,2,19,12,30,960,105,789,-3,21,970,156,0.7,0.186,,,,,, -2001,2,19,13,30,957,102,769,-3,22,960,186.2,0.6,0.186,,,,,, -2001,2,19,14,30,921,102,677,-3,22,960,250.8,0.9,0.186,,,,,, -2001,2,19,15,30,844,98,523,-3,21,960,272.7,1.3,0.186,,,,,, -2001,2,19,16,30,705,84,325,0,18,960,282.5,1.3,0.186,,,,,, -2001,2,19,17,30,424,50,113,4,16,960,293,1.1,0.186,,,,,, -2001,2,19,18,30,0,0,0,1,15,960,308.9,1.2,0.186,,,,,, -2001,2,19,19,30,0,0,0,1,15,960,327.7,1.2,0.186,,,,,, -2001,2,19,20,30,0,0,0,1,14,970,353.6,1.1,0.186,,,,,, -2001,2,19,21,30,0,0,0,1,13,970,28.2,1,0.186,,,,,, -2001,2,19,22,30,0,0,0,1,13,970,68.9,1,0.186,,,,,, -2001,2,19,23,30,0,0,0,1,13,970,109.7,1,0.186,,,,,, -2001,2,20,0,30,0,0,0,0,13,970,140.6,1.1,0.186,,,,,, -2001,2,20,1,30,0,0,0,0,13,970,153.7,1.1,0.186,,,,,, -2001,2,20,2,30,0,0,0,0,12,970,165,1,0.186,,,,,, -2001,2,20,3,30,0,0,0,0,12,970,182.3,0.9,0.186,,,,,, -2001,2,20,4,30,0,0,0,0,11,970,199.6,0.8,0.186,,,,,, -2001,2,20,5,30,0,0,0,1,10,970,216.9,0.6,0.186,,,,,, -2001,2,20,6,30,0,0,0,1,9,970,233.4,0.4,0.186,,,,,, -2001,2,20,7,30,179,28,41,2,10,970,258.1,0.4,0.186,,,,,, -2001,2,20,8,30,627,69,239,2,13,970,306.7,0.5,0.186,,,,,, -2001,2,20,9,30,812,84,447,0,16,970,81.7,0.6,0.186,,,,,, -2001,2,20,10,30,902,91,619,0,19,970,89.5,0.9,0.186,,,,,, -2001,2,20,11,30,942,97,735,0,20,970,80.4,0.9,0.186,,,,,, -2001,2,20,12,30,959,98,785,0,21,970,80.7,0.6,0.186,,,,,, -2001,2,20,13,30,956,96,765,0,22,970,107.8,0.5,0.186,,,,,, -2001,2,20,14,30,927,92,675,0,22,970,170.9,0.8,0.186,,,,,, -2001,2,20,15,30,871,83,525,-1,21,970,181.1,1.3,0.186,,,,,, -2001,2,20,16,30,769,67,331,0,19,970,182.2,1.3,0.186,,,,,, -2001,2,20,17,30,522,41,119,4,17,970,191.7,1,0.186,,,,,, -2001,2,20,18,30,0,0,0,2,15,970,188.7,0.9,0.186,,,,,, -2001,2,20,19,30,0,0,0,2,14,970,177.2,0.9,0.186,,,,,, -2001,2,20,20,30,0,0,0,2,14,970,151.2,1.2,0.186,,,,,, -2001,2,20,21,30,0,0,0,1,14,970,129.5,1.6,0.186,,,,,, -2001,2,20,22,30,0,0,0,1,14,970,121.4,1.8,0.186,,,,,, -2001,2,20,23,30,0,0,0,1,13,970,120.6,1.8,0.186,,,,,, -2001,2,21,0,30,0,0,0,1,13,970,118.8,1.7,0.186,,,,,, -2001,2,21,1,30,0,0,0,1,12,970,117.6,1.7,0.186,,,,,, -2001,2,21,2,30,0,0,0,1,11,970,119.6,1.8,0.186,,,,,, -2001,2,21,3,30,0,0,0,0,10,970,124.4,1.7,0.186,,,,,, -2001,2,21,4,30,0,0,0,0,9,970,131.6,1.6,0.186,,,,,, -2001,2,21,5,30,0,0,0,0,8,970,140.9,1.5,0.186,,,,,, -2001,2,21,6,30,0,0,0,0,8,970,147.9,1.6,0.186,,,,,, -2001,2,21,7,30,283,26,46,1,10,970,155.3,2.3,0.186,,,,,, -2001,2,21,8,30,662,65,247,1,14,970,162.9,3,0.186,,,,,, -2001,2,21,9,30,800,89,451,0,17,970,169.8,3.1,0.186,,,,,, -2001,2,21,10,30,871,105,619,0,20,970,180.6,2.7,0.186,,,,,, -2001,2,21,11,30,587,227,628,0,21,970,184.9,2.2,0.186,,,,,, -2001,2,21,12,30,933,112,785,0,22,970,175.7,2,0.186,,,,,, -2001,2,21,13,30,934,106,764,0,23,970,164.2,2,0.186,,,,,, -2001,2,21,14,30,916,97,676,0,23,970,157.8,2.1,0.186,,,,,, -2001,2,21,15,30,859,87,526,0,22,970,156.1,2,0.186,,,,,, -2001,2,21,16,30,734,73,329,0,20,970,158.2,1.4,0.186,,,,,, -2001,2,21,17,30,458,46,116,5,17,970,156.3,1,0.186,,,,,, -2001,2,21,18,30,0,0,0,3,15,970,151.8,1.2,0.186,,,,,, -2001,2,21,19,30,0,0,0,2,15,970,150.9,1.3,0.186,,,,,, -2001,2,21,20,30,0,0,0,2,15,970,151.7,1.3,0.186,,,,,, -2001,2,21,21,30,0,0,0,1,14,970,150.7,1.3,0.186,,,,,, -2001,2,21,22,30,0,0,0,1,13,970,150,1.3,0.186,,,,,, -2001,2,21,23,30,0,0,0,1,12,970,151.6,1.2,0.186,,,,,, -2001,2,22,0,30,0,0,0,1,10,970,155,1.1,0.186,,,,,, -2001,2,22,1,30,0,0,0,1,9,960,162.9,1,0.186,,,,,, -2001,2,22,2,30,0,0,0,1,8,960,172.6,1,0.186,,,,,, -2001,2,22,3,30,0,0,0,1,8,960,180.4,1,0.186,,,,,, -2001,2,22,4,30,0,0,0,1,8,960,193.4,1,0.186,,,,,, -2001,2,22,5,30,0,0,0,1,8,960,198.7,1,0.186,,,,,, -2001,2,22,6,30,0,0,0,1,8,960,202.1,0.9,0.186,,,,,, -2001,2,22,7,30,131,32,42,2,10,960,199.7,0.8,0.186,,,,,, -2001,2,22,8,30,185,110,161,3,13,960,198.9,0.8,0.186,,,,,, -2001,2,22,9,30,735,114,450,1,16,960,189.7,0.9,0.186,,,,,, -2001,2,22,10,30,545,196,521,0,19,960,159.2,0.8,0.186,,,,,, -2001,2,22,11,30,548,239,616,0,20,960,127.8,0.7,0.186,,,,,, -2001,2,22,12,30,559,256,663,0,21,960,90.5,0.7,0.186,,,,,, -2001,2,22,13,30,455,286,609,0,21,960,66.1,0.7,0.186,,,,,, -2001,2,22,14,30,407,265,524,0,21,960,65,0.7,0.186,,,,,, -2001,2,22,15,30,451,188,421,0,20,960,101.9,1,0.186,,,,,, -2001,2,22,16,30,143,147,197,6,18,960,127.3,1.1,0.186,,,,,, -2001,2,22,17,30,358,60,116,6,16,960,129,1.4,0.186,,,,,, -2001,2,22,18,30,0,0,0,4,15,960,120.9,2.3,0.186,,,,,, -2001,2,22,19,30,0,0,0,3,15,960,118,3.5,0.186,,,,,, -2001,2,22,20,30,0,0,0,2,14,960,119.7,4,0.186,,,,,, -2001,2,22,21,30,0,0,0,1,13,960,117.2,3.8,0.186,,,,,, -2001,2,22,22,30,0,0,0,1,12,960,114.1,3.5,0.186,,,,,, -2001,2,22,23,30,0,0,0,2,11,960,114.4,3.4,0.186,,,,,, -2001,2,23,0,30,0,0,0,2,10,960,115.2,3.1,0.186,,,,,, -2001,2,23,1,30,0,0,0,2,9,960,115.7,2.8,0.186,,,,,, -2001,2,23,2,30,0,0,0,3,9,950,116.6,2.5,0.186,,,,,, -2001,2,23,3,30,0,0,0,3,8,950,118.7,2,0.186,,,,,, -2001,2,23,4,30,0,0,0,4,8,950,122.2,1.7,0.186,,,,,, -2001,2,23,5,30,0,0,0,4,8,950,121.3,1.6,0.186,,,,,, -2001,2,23,6,30,0,0,0,4,8,950,113.5,1.7,0.186,,,,,, -2001,2,23,7,30,0,3,3,4,9,950,103.9,2.5,0.186,,,,,, -2001,2,23,8,30,0,91,91,4,11,950,97.6,4,0.186,,,,,, -2001,2,23,9,30,0,78,78,3,13,950,98.1,4.8,0.186,,,,,, -2001,2,23,10,30,445,234,501,0,14,950,99.1,4.8,0.186,,,,,, -2001,2,23,11,30,941,103,754,0,15,950,98.1,4.8,0.186,,,,,, -2001,2,23,12,30,961,104,806,-1,16,950,98.1,4.8,0.186,,,,,, -2001,2,23,13,30,957,103,785,-2,16,950,99.8,4.9,0.186,,,,,, -2001,2,23,14,30,928,98,693,-3,15,950,103.7,4.8,0.186,,,,,, -2001,2,23,15,30,862,92,539,-4,14,950,109.6,4.6,0.186,,,,,, -2001,2,23,16,30,461,112,276,-4,13,950,114.3,4.1,0.186,,,,,, -2001,2,23,17,30,436,51,121,-3,11,950,116.9,2.9,0.186,,,,,, -2001,2,23,18,30,0,0,0,-1,9,950,114.9,1.9,0.186,,,,,, -2001,2,23,19,30,0,0,0,0,9,950,104.9,1.8,0.186,,,,,, -2001,2,23,20,30,0,0,0,0,8,960,96.1,1.9,0.186,,,,,, -2001,2,23,21,30,0,0,0,1,7,960,92.6,2,0.186,,,,,, -2001,2,23,22,30,0,0,0,1,6,960,93.2,1.9,0.186,,,,,, -2001,2,23,23,30,0,0,0,2,5,960,96.2,1.8,0.186,,,,,, -2001,2,24,0,30,0,0,0,2,4,960,99.1,1.6,0.186,,,,,, -2001,2,24,1,30,0,0,0,1,3,960,102.9,1.4,0.186,,,,,, -2001,2,24,2,30,0,0,0,1,3,960,108.4,1.2,0.186,,,,,, -2001,2,24,3,30,0,0,0,1,2,960,110.5,1.1,0.186,,,,,, -2001,2,24,4,30,0,0,0,0,2,960,106.9,1,0.186,,,,,, -2001,2,24,5,30,0,0,0,0,1,960,98.1,0.8,0.186,,,,,, -2001,2,24,6,30,0,0,0,0,2,960,82,0.6,0.186,,,,,, -2001,2,24,7,30,305,30,56,1,4,960,51.8,0.6,0.186,,,,,, -2001,2,24,8,30,682,66,263,0,8,960,21.8,0.7,0.186,,,,,, -2001,2,24,9,30,833,84,471,0,11,960,43.6,1.2,0.186,,,,,, -2001,2,24,10,30,909,94,643,0,13,960,351.4,2.1,0.186,,,,,, -2001,2,24,11,30,930,108,755,-1,14,960,343.4,3,0.186,,,,,, -2001,2,24,12,30,935,114,801,-2,15,960,341.4,3.6,0.186,,,,,, -2001,2,24,13,30,601,237,668,-2,15,960,339.7,3.6,0.186,,,,,, -2001,2,24,14,30,865,123,680,-3,15,960,342.7,3.2,0.186,,,,,, -2001,2,24,15,30,559,160,452,-3,15,960,333.3,2.7,0.186,,,,,, -2001,2,24,16,30,378,136,271,-3,14,960,322.3,2.3,0.186,,,,,, -2001,2,24,17,30,142,59,83,0,11,960,321,1.8,0.186,,,,,, -2001,2,24,18,30,0,0,0,0,9,960,324.8,1.6,0.186,,,,,, -2001,2,24,19,30,0,0,0,0,9,960,327.5,1.5,0.186,,,,,, -2001,2,24,20,30,0,0,0,1,8,970,329.2,1.5,0.186,,,,,, -2001,2,24,21,30,0,0,0,1,8,970,335,1.4,0.186,,,,,, -2001,2,24,22,30,0,0,0,2,7,970,344.4,1.2,0.186,,,,,, -2001,2,24,23,30,0,0,0,2,7,970,352,1.1,0.186,,,,,, -2001,2,25,0,30,0,0,0,2,7,970,359.6,0.9,0.186,,,,,, -2001,2,25,1,30,0,0,0,1,7,970,5.9,0.7,0.186,,,,,, -2001,2,25,2,30,0,0,0,1,7,970,12.1,0.5,0.186,,,,,, -2001,2,25,3,30,0,0,0,1,6,960,23.4,0.4,0.186,,,,,, -2001,2,25,4,30,0,0,0,1,6,960,27.1,0.4,0.186,,,,,, -2001,2,25,5,30,0,0,0,0,6,970,26.1,0.4,0.186,,,,,, -2001,2,25,6,30,0,0,0,0,6,970,20.9,0.4,0.186,,,,,, -2001,2,25,7,30,0,13,13,1,8,970,0.1,0.5,0.186,,,,,, -2001,2,25,8,30,7,104,107,1,11,970,332.6,0.7,0.186,,,,,, -2001,2,25,9,30,264,199,324,0,13,970,341.8,1,0.186,,,,,, -2001,2,25,10,30,203,287,410,0,14,970,327.8,1.3,0.186,,,,,, -2001,2,25,11,30,495,264,611,0,14,970,319.6,1.6,0.186,,,,,, -2001,2,25,12,30,365,335,605,0,14,970,313.2,1.7,0.186,,,,,, -2001,2,25,13,30,173,358,483,0,14,970,315.9,1.7,0.186,,,,,, -2001,2,25,14,30,172,313,425,1,14,960,319.2,1.6,0.186,,,,,, -2001,2,25,15,30,75,231,271,2,13,960,320.8,1.4,0.186,,,,,, -2001,2,25,16,30,10,130,134,4,12,960,318.3,0.9,0.186,,,,,, -2001,2,25,17,30,0,35,35,5,10,960,305.1,0.6,0.187,,,,,, -2001,2,25,18,30,0,0,0,5,10,970,300.2,0.7,0.187,,,,,, -2001,2,25,19,30,0,0,0,6,10,970,291.5,0.7,0.187,,,,,, -2001,2,25,20,30,0,0,0,6,9,970,277.2,0.7,0.187,,,,,, -2001,2,25,21,30,0,0,0,7,9,970,268.1,0.8,0.187,,,,,, -2001,2,25,22,30,0,0,0,7,8,960,260.9,0.8,0.187,,,,,, -2001,2,25,23,30,0,0,0,6,8,960,258.2,0.7,0.187,,,,,, -2001,2,26,0,30,0,0,0,6,8,960,263,0.7,0.187,,,,,, -2001,2,26,1,30,0,0,0,5,7,960,270.1,0.7,0.187,,,,,, -2001,2,26,2,30,0,0,0,5,7,960,273.7,0.6,0.187,,,,,, -2001,2,26,3,30,0,0,0,5,7,960,285.4,0.6,0.187,,,,,, -2001,2,26,4,30,0,0,0,5,7,960,299.6,0.7,0.187,,,,,, -2001,2,26,5,30,0,0,0,5,6,960,306.2,0.7,0.187,,,,,, -2001,2,26,6,30,0,0,0,4,6,960,307.4,1,0.187,,,,,, -2001,2,26,7,30,0,12,12,4,8,960,309.6,1.8,0.187,,,,,, -2001,2,26,8,30,114,120,154,4,10,960,312.7,2.5,0.187,,,,,, -2001,2,26,9,30,810,88,472,3,13,960,322.9,2.6,0.187,,,,,, -2001,2,26,10,30,348,265,479,2,15,960,328.5,2.7,0.187,,,,,, -2001,2,26,11,30,361,316,571,1,16,960,330.7,2.7,0.187,,,,,, -2001,2,26,12,30,541,271,674,1,17,960,331,2.5,0.187,,,,,, -2001,2,26,13,30,15,249,260,0,18,960,327.9,2.3,0.187,,,,,, -2001,2,26,14,30,150,316,414,0,18,960,320.2,2.3,0.187,,,,,, -2001,2,26,15,30,858,89,543,0,18,960,314.2,2.3,0.187,,,,,, -2001,2,26,16,30,752,73,347,0,16,960,311.4,1.7,0.187,,,,,, -2001,2,26,17,30,531,45,135,4,13,960,306.9,1,0.187,,,,,, -2001,2,26,18,30,0,0,0,3,11,960,303,0.9,0.187,,,,,, -2001,2,26,19,30,0,0,0,3,10,960,306.9,0.9,0.187,,,,,, -2001,2,26,20,30,0,0,0,2,9,960,316.4,0.8,0.187,,,,,, -2001,2,26,21,30,0,0,0,2,8,960,322.9,0.7,0.187,,,,,, -2001,2,26,22,30,0,0,0,1,8,960,320.7,0.7,0.187,,,,,, -2001,2,26,23,30,0,0,0,1,7,960,311.5,0.8,0.187,,,,,, -2001,2,27,0,30,0,0,0,0,6,960,303.3,0.8,0.187,,,,,, -2001,2,27,1,30,0,0,0,0,6,960,295.3,0.7,0.187,,,,,, -2001,2,27,2,30,0,0,0,0,5,960,287.5,0.7,0.187,,,,,, -2001,2,27,3,30,0,0,0,0,5,960,282.7,0.6,0.187,,,,,, -2001,2,27,4,30,0,0,0,0,5,960,278.1,0.6,0.187,,,,,, -2001,2,27,5,30,0,0,0,0,4,960,277.3,0.5,0.187,,,,,, -2001,2,27,6,30,0,0,0,0,5,960,267.9,0.4,0.187,,,,,, -2001,2,27,7,30,348,32,66,1,9,960,258.7,0.5,0.187,,,,,, -2001,2,27,8,30,683,67,273,0,12,960,246.1,0.7,0.187,,,,,, -2001,2,27,9,30,404,180,373,1,15,960,255.7,0.8,0.187,,,,,, -2001,2,27,10,30,520,215,536,2,17,960,294.4,1.2,0.187,,,,,, -2001,2,27,11,30,647,219,678,1,18,960,312.5,1.7,0.187,,,,,, -2001,2,27,12,30,177,375,508,1,19,960,319.4,2,0.187,,,,,, -2001,2,27,13,30,206,362,513,1,20,960,326.8,2.2,0.187,,,,,, -2001,2,27,14,30,0,45,45,1,19,960,339.1,2.1,0.187,,,,,, -2001,2,27,15,30,32,213,230,2,18,960,354.8,2,0.187,,,,,, -2001,2,27,16,30,12,133,138,3,15,960,8.8,1.4,0.187,,,,,, -2001,2,27,17,30,0,41,41,5,12,960,26.6,0.8,0.187,,,,,, -2001,2,27,18,30,0,0,0,7,10,960,52.9,1,0.187,,,,,, -2001,2,27,19,30,0,0,0,7,9,960,76.3,1.2,0.187,,,,,, -2001,2,27,20,30,0,0,0,8,9,960,92,1.3,0.187,,,,,, -2001,2,27,21,30,0,0,0,8,9,960,108,1.1,0.187,,,,,, -2001,2,27,22,30,0,0,0,8,8,960,122.3,0.8,0.187,,,,,, -2001,2,27,23,30,0,0,0,7,7,960,141.5,0.4,0.187,,,,,, -2001,2,28,0,30,0,0,0,6,6,960,209.2,0.4,0.187,,,,,, -2001,2,28,1,30,0,0,0,6,6,960,256.8,0.6,0.187,,,,,, -2001,2,28,2,30,0,0,0,6,6,960,280.2,0.9,0.187,,,,,, -2001,2,28,3,30,0,0,0,6,6,960,289.7,1.4,0.187,,,,,, -2001,2,28,4,30,0,0,0,6,6,960,294.2,1.7,0.187,,,,,, -2001,2,28,5,30,0,0,0,4,5,960,299.5,1.8,0.187,,,,,, -2001,2,28,6,30,0,0,0,5,6,960,303.3,1.8,0.187,,,,,, -2001,2,28,7,30,88,37,46,6,8,960,303.8,2,0.187,,,,,, -2001,2,28,8,30,355,105,214,7,9,970,307.3,1.7,0.187,,,,,, -2001,2,28,9,30,518,156,407,6,10,970,319.9,1.1,0.187,,,,,, -2001,2,28,10,30,15,221,230,5,11,970,343.8,0.8,0.187,,,,,, -2001,2,28,11,30,0,153,154,5,11,970,343.6,0.8,0.187,,,,,, -2001,2,28,12,30,158,377,496,5,11,960,322.9,0.8,0.187,,,,,, -2001,2,28,13,30,0,62,62,4,11,960,305.8,0.8,0.187,,,,,, -2001,2,28,14,30,0,57,57,4,12,960,299.8,0.9,0.187,,,,,, -2001,2,28,15,30,124,245,312,4,12,960,285.2,0.9,0.187,,,,,, -2001,2,28,16,30,0,105,105,4,11,960,262.2,0.9,0.187,,,,,, -1999,2,28,17,30,581,44,146,-3,21,960,36,0.6,0.187,,,,,, -1999,2,28,18,30,0,0,0,-4,18,960,33.7,0.7,0.187,,,,,, -1999,2,28,19,30,0,0,0,-4,16,960,29.2,0.8,0.187,,,,,, -1999,2,28,20,30,0,0,0,-4,16,960,25.1,1.1,0.187,,,,,, -1999,2,28,21,30,0,0,0,-4,16,960,30.4,1.2,0.187,,,,,, -1999,2,28,22,30,0,0,0,-5,16,970,39.6,1.3,0.187,,,,,, -1999,2,28,23,30,0,0,0,-5,16,970,49.9,1.2,0.187,,,,,, -1999,3,1,0,30,0,0,0,-4,15,970,60.8,0.9,0.187,,,,,, -1999,3,1,1,30,0,0,0,-4,13,970,68.1,0.5,0.187,,,,,, -1999,3,1,2,30,0,0,0,-5,12,960,97.7,0.3,0.187,,,,,, -1999,3,1,3,30,0,0,0,-5,10,960,201.1,0.5,0.187,,,,,, -1999,3,1,4,30,0,0,0,-5,10,960,226.8,0.9,0.187,,,,,, -1999,3,1,5,30,0,0,0,-5,9,960,237.3,1.1,0.187,,,,,, -1999,3,1,6,30,0,0,0,-5,10,970,244.7,1.1,0.187,,,,,, -1999,3,1,7,30,12,36,37,-5,13,970,251.2,1.4,0.187,,,,,, -1999,3,1,8,30,113,125,160,-5,17,970,258.8,1.8,0.187,,,,,, -1999,3,1,9,30,397,184,377,-6,20,970,253.7,1.6,0.187,,,,,, -1999,3,1,10,30,584,195,560,-7,23,970,236.5,1.1,0.187,,,,,, -1999,3,1,11,30,915,123,779,-8,25,970,208,0.9,0.187,,,,,, -1999,3,1,12,30,932,125,828,-9,26,960,178.2,1.2,0.187,,,,,, -1999,3,1,13,30,696,212,724,-9,26,960,165.2,1.6,0.187,,,,,, -1999,3,1,14,30,686,186,640,-9,27,960,163.4,1.8,0.187,,,,,, -1999,3,1,15,30,851,101,559,-9,26,960,166.1,1.7,0.187,,,,,, -1999,3,1,16,30,751,80,361,-9,24,960,171.3,1,0.187,,,,,, -1999,3,1,17,30,503,51,141,-5,20,960,200.3,0.6,0.187,,,,,, -1999,3,1,18,30,0,0,0,-5,17,960,229.2,0.4,0.187,,,,,, -1999,3,1,19,30,0,0,0,-5,17,960,241.3,0.4,0.187,,,,,, -1999,3,1,20,30,0,0,0,-6,17,960,60.3,0.9,0.187,,,,,, -1999,3,1,21,30,0,0,0,-6,17,960,68,1.2,0.187,,,,,, -1999,3,1,22,30,0,0,0,-6,16,960,75.4,1.4,0.187,,,,,, -1999,3,1,23,30,0,0,0,-6,14,960,92.7,1.4,0.187,,,,,, -1999,3,2,0,30,0,0,0,-6,12,960,112.1,1.4,0.187,,,,,, -1999,3,2,1,30,0,0,0,-6,11,960,127,1.4,0.187,,,,,, -1999,3,2,2,30,0,0,0,-6,11,960,137.3,1.4,0.187,,,,,, -1999,3,2,3,30,0,0,0,-7,10,960,147.5,1.4,0.187,,,,,, -1999,3,2,4,30,0,0,0,-7,9,960,156.2,1.3,0.187,,,,,, -1999,3,2,5,30,0,0,0,-7,9,960,163.2,1.3,0.187,,,,,, -1999,3,2,6,30,0,0,0,-7,10,960,170.3,1.3,0.187,,,,,, -1999,3,2,7,30,398,36,79,-7,12,960,180.1,2,0.187,,,,,, -1999,3,2,8,30,743,68,301,-6,16,960,185.6,2.5,0.187,,,,,, -1999,3,2,9,30,866,89,513,-6,22,960,191,2.1,0.187,,,,,, -1999,3,2,10,30,928,102,686,-8,26,960,194.8,1.5,0.187,,,,,, -1999,3,2,11,30,632,226,682,-10,27,960,199.6,0.7,0.187,,,,,, -1999,3,2,12,30,581,267,708,-10,28,960,254.8,0.6,0.187,,,,,, -1999,3,2,13,30,970,109,827,-11,29,960,323.2,0.9,0.187,,,,,, -1999,3,2,14,30,952,100,735,-11,29,960,338.1,0.9,0.187,,,,,, -1999,3,2,15,30,906,89,580,-12,28,960,344.8,0.8,0.187,,,,,, -1999,3,2,16,30,807,73,378,-12,25,960,342.2,0.5,0.187,,,,,, -1999,3,2,17,30,71,67,80,-7,21,960,321.4,0.4,0.187,,,,,, -1999,3,2,18,30,0,0,0,-7,19,960,313.3,0.5,0.187,,,,,, -1999,3,2,19,30,0,0,0,-8,19,960,332.1,0.7,0.187,,,,,, -1999,3,2,20,30,0,0,0,-8,18,960,6.4,1,0.187,,,,,, -1999,3,2,21,30,0,0,0,-8,18,960,35.9,1.2,0.187,,,,,, -1999,3,2,22,30,0,0,0,-9,17,960,60.4,1.1,0.187,,,,,, -1999,3,2,23,30,0,0,0,-9,16,960,80.7,0.9,0.187,,,,,, -1999,3,3,0,30,0,0,0,-9,15,960,109.8,0.7,0.187,,,,,, -1999,3,3,1,30,0,0,0,-9,14,960,144.7,0.7,0.187,,,,,, -1999,3,3,2,30,0,0,0,-9,14,960,172.7,0.7,0.187,,,,,, -1999,3,3,3,30,0,0,0,-10,13,960,185.1,0.8,0.187,,,,,, -1999,3,3,4,30,0,0,0,-10,12,960,179.7,0.8,0.187,,,,,, -1999,3,3,5,30,0,0,0,-11,10,960,162.3,0.9,0.187,,,,,, -1999,3,3,6,30,0,0,0,-11,11,960,149.7,0.8,0.187,,,,,, -1999,3,3,7,30,449,34,85,-10,14,960,143.5,0.8,0.187,,,,,, -1999,3,3,8,30,765,64,306,-11,19,960,154.7,0.8,0.187,,,,,, -1999,3,3,9,30,887,81,520,-12,22,960,176.5,1,0.187,,,,,, -1999,3,3,10,30,947,92,693,-11,25,960,142.3,1.5,0.187,,,,,, -1999,3,3,11,30,980,98,809,-10,26,960,124.7,1.8,0.187,,,,,, -1999,3,3,12,30,994,100,858,-10,27,960,113.7,1.9,0.187,,,,,, -1999,3,3,13,30,985,100,833,-10,28,960,114.4,2.2,0.187,,,,,, -1999,3,3,14,30,955,98,738,-10,28,960,116,2.7,0.187,,,,,, -1999,3,3,15,30,898,90,581,-10,27,960,116,3.3,0.187,,,,,, -1999,3,3,16,30,682,77,337,-9,25,960,115,3.1,0.187,,,,,, -1999,3,3,17,30,559,50,154,-7,20,960,110.9,2.5,0.187,,,,,, -1999,3,3,18,30,0,0,0,-7,17,960,111.3,2.4,0.187,,,,,, -1999,3,3,19,30,0,0,0,-7,16,960,107.2,2.5,0.187,,,,,, -1999,3,3,20,30,0,0,0,-6,15,960,105.1,2.4,0.187,,,,,, -1999,3,3,21,30,0,0,0,-6,14,960,105.1,2.2,0.187,,,,,, -1999,3,3,22,30,0,0,0,-5,13,960,108.1,1.9,0.187,,,,,, -1999,3,3,23,30,0,0,0,-3,12,960,111.6,1.6,0.187,,,,,, -1999,3,4,0,30,0,0,0,-1,12,960,116.7,1.2,0.187,,,,,, -1999,3,4,1,30,0,0,0,0,11,960,125.1,1.1,0.187,,,,,, -1999,3,4,2,30,0,0,0,0,11,960,130,0.9,0.187,,,,,, -1999,3,4,3,30,0,0,0,0,11,960,131,0.8,0.187,,,,,, -1999,3,4,4,30,0,0,0,0,10,960,133,0.8,0.187,,,,,, -1999,3,4,5,30,0,0,0,0,10,960,128.2,1,0.187,,,,,, -1999,3,4,6,30,0,0,0,1,11,960,124.8,1.2,0.187,,,,,, -1999,3,4,7,30,0,33,33,2,13,960,123.5,2,0.187,,,,,, -1999,3,4,8,30,311,118,218,5,16,960,116.6,3.1,0.187,,,,,, -1999,3,4,9,30,279,213,353,7,18,960,112.6,3.6,0.187,,,,,, -1999,3,4,10,30,393,268,519,7,20,960,115.3,3.5,0.187,,,,,, -1999,3,4,11,30,470,288,632,5,21,960,122.8,3.3,0.187,,,,,, -1999,3,4,12,30,541,285,700,4,22,960,131,3.3,0.187,,,,,, -1999,3,4,13,30,571,264,692,3,22,960,139,3.3,0.187,,,,,, -1999,3,4,14,30,432,279,571,2,22,960,143.1,3.2,0.187,,,,,, -1999,3,4,15,30,459,203,455,1,22,960,146.1,3,0.187,,,,,, -1999,3,4,16,30,764,77,370,0,21,960,148.8,2.7,0.187,,,,,, -1999,3,4,17,30,527,52,151,0,17,960,152.4,1.8,0.187,,,,,, -1999,3,4,18,30,0,0,0,0,14,960,153.6,1.3,0.187,,,,,, -1999,3,4,19,30,0,0,0,-1,13,960,141.4,1.6,0.187,,,,,, -1999,3,4,20,30,0,0,0,-1,12,960,128,1.8,0.187,,,,,, -1999,3,4,21,30,0,0,0,-1,11,960,122,1.8,0.187,,,,,, -1999,3,4,22,30,0,0,0,-1,11,960,116.7,1.7,0.187,,,,,, -1999,3,4,23,30,0,0,0,-1,11,960,112.3,1.6,0.187,,,,,, -1999,3,5,0,30,0,0,0,-1,11,960,109.5,1.4,0.187,,,,,, -1999,3,5,1,30,0,0,0,-1,10,960,109,1.2,0.187,,,,,, -1999,3,5,2,30,0,0,0,-2,9,960,107.1,1.1,0.187,,,,,, -1999,3,5,3,30,0,0,0,-2,8,960,111.9,1.1,0.187,,,,,, -1999,3,5,4,30,0,0,0,-2,7,960,124.3,1.1,0.187,,,,,, -1999,3,5,5,30,0,0,0,-2,7,960,130.8,1.2,0.187,,,,,, -1999,3,5,6,30,0,0,0,-2,8,960,133.7,1.2,0.187,,,,,, -1999,3,5,7,30,377,40,87,-1,12,960,137.4,1.9,0.187,,,,,, -1999,3,5,8,30,721,71,306,0,16,960,148.4,2.5,0.187,,,,,, -1999,3,5,9,30,850,89,518,0,19,960,162.3,2,0.187,,,,,, -1999,3,5,10,30,922,98,691,-1,21,960,160,1.2,0.187,,,,,, -1999,3,5,11,30,966,100,809,-1,22,960,145.3,0.7,0.187,,,,,, -1999,3,5,12,30,978,103,857,-2,23,960,137,0.4,0.187,,,,,, -1999,3,5,13,30,973,101,834,-3,24,960,116.5,0.1,0.187,,,,,, -1999,3,5,14,30,955,94,742,-4,24,960,11.9,0.2,0.187,,,,,, -1999,3,5,15,30,911,84,588,-5,24,960,340.1,0.5,0.187,,,,,, -1999,3,5,16,30,812,71,385,-5,22,960,339.5,0.5,0.187,,,,,, -1999,3,5,17,30,602,47,162,-3,19,960,338.7,0.6,0.183,,,,,, -1999,3,5,18,30,0,0,0,-4,17,960,334.2,0.8,0.183,,,,,, -1999,3,5,19,30,0,0,0,-4,15,960,344.4,1.1,0.183,,,,,, -1999,3,5,20,30,0,0,0,-5,15,960,356.4,1.2,0.183,,,,,, -1999,3,5,21,30,0,0,0,-5,15,960,4.5,1.2,0.183,,,,,, -1999,3,5,22,30,0,0,0,-5,14,960,8.1,1,0.183,,,,,, -1999,3,5,23,30,0,0,0,-5,13,960,355.9,0.7,0.183,,,,,, -1999,3,6,0,30,0,0,0,-5,12,960,300.2,0.8,0.183,,,,,, -1999,3,6,1,30,0,0,0,-4,11,960,271.4,0.9,0.183,,,,,, -1999,3,6,2,30,0,0,0,-4,11,960,258.1,0.9,0.183,,,,,, -1999,3,6,3,30,0,0,0,-4,10,960,243.2,0.8,0.183,,,,,, -1999,3,6,4,30,0,0,0,-4,10,960,222.8,0.7,0.183,,,,,, -1999,3,6,5,30,0,0,0,-5,10,960,194.4,0.7,0.183,,,,,, -1999,3,6,6,30,0,0,0,-6,11,960,164.4,0.6,0.183,,,,,, -1999,3,6,7,30,443,38,95,-6,14,960,163.2,1,0.183,,,,,, -1999,3,6,8,30,798,49,314,-5,17,960,185,1.5,0.183,,,,,, -1999,3,6,9,30,883,82,532,-4,20,960,220.8,1.5,0.183,,,,,, -1999,3,6,10,30,952,90,707,-5,22,960,267.9,1.6,0.183,,,,,, -1999,3,6,11,30,988,94,824,-6,24,960,310.2,2,0.183,,,,,, -1999,3,6,12,30,1001,95,873,-7,25,960,329.2,2.5,0.183,,,,,, -1999,3,6,13,30,996,94,848,-8,26,960,336.1,2.9,0.183,,,,,, -1999,3,6,14,30,969,91,752,-8,26,960,335,3.3,0.183,,,,,, -1999,3,6,15,30,917,84,594,-9,26,960,333.6,3.8,0.183,,,,,, -1999,3,6,16,30,817,71,390,-9,24,960,333.3,4,0.183,,,,,, -1999,3,6,17,30,591,49,163,-7,20,960,332.7,3.2,0.183,,,,,, -1999,3,6,18,30,0,0,0,-6,16,960,338.2,2.2,0.183,,,,,, -1999,3,6,19,30,0,0,0,-4,15,960,359.4,1.6,0.183,,,,,, -1999,3,6,20,30,0,0,0,-2,13,960,21.9,1.1,0.183,,,,,, -1999,3,6,21,30,0,0,0,-1,12,960,55.3,1.1,0.183,,,,,, -1999,3,6,22,30,0,0,0,-1,12,960,93.1,1.4,0.183,,,,,, -1999,3,6,23,30,0,0,0,0,12,960,111.1,1.4,0.183,,,,,, -1999,3,7,0,30,0,0,0,0,11,960,121.4,1,0.183,,,,,, -1999,3,7,1,30,0,0,0,0,9,960,131.5,0.3,0.183,,,,,, -1999,3,7,2,30,0,0,0,1,9,960,125.3,0.1,0.183,,,,,, -1999,3,7,3,30,0,0,0,2,9,960,350.2,0.2,0.183,,,,,, -1999,3,7,4,30,0,0,0,3,8,960,358.3,0.3,0.183,,,,,, -1999,3,7,5,30,0,0,0,4,8,960,359.8,0.4,0.183,,,,,, -1999,3,7,6,30,0,0,0,4,9,960,2.9,0.4,0.183,,,,,, -1999,3,7,7,30,370,44,93,5,12,960,11,0.7,0.183,,,,,, -1999,3,7,8,30,694,74,307,6,14,960,59,1.6,0.183,,,,,, -1999,3,7,9,30,0,53,53,4,15,960,91,2.3,0.183,,,,,, -1999,3,7,10,30,0,136,136,4,15,960,85.3,2.5,0.183,,,,,, -1999,3,7,11,30,0,48,48,3,16,960,76.1,2.4,0.183,,,,,, -1999,3,7,12,30,13,250,261,3,16,960,66.8,2.2,0.183,,,,,, -1999,3,7,13,30,0,143,143,2,16,960,65.5,1.9,0.183,,,,,, -1999,3,7,14,30,4,182,185,1,15,960,67.6,1.6,0.183,,,,,, -1999,3,7,15,30,147,259,342,1,14,960,85.5,1.6,0.183,,,,,, -1999,3,7,16,30,95,166,204,0,14,960,110.9,2,0.183,,,,,, -1999,3,7,17,30,0,5,5,0,12,960,119.7,1.8,0.183,,,,,, -1999,3,7,18,30,0,0,0,1,10,960,114,1.5,0.183,,,,,, -1999,3,7,19,30,0,0,0,1,10,960,105.5,1.6,0.183,,,,,, -1999,3,7,20,30,0,0,0,1,9,960,100.4,1.5,0.183,,,,,, -1999,3,7,21,30,0,0,0,2,9,960,100,1.2,0.183,,,,,, -1999,3,7,22,30,0,0,0,2,8,960,99.3,1.2,0.183,,,,,, -1999,3,7,23,30,0,0,0,3,7,960,97.2,1.2,0.183,,,,,, -1999,3,8,0,30,0,0,0,3,6,960,98.5,1.1,0.183,,,,,, -1999,3,8,1,30,0,0,0,4,6,960,99.1,0.9,0.183,,,,,, -1999,3,8,2,30,0,0,0,4,5,960,93.8,0.9,0.183,,,,,, -1999,3,8,3,30,0,0,0,4,5,960,90.6,1,0.183,,,,,, -1999,3,8,4,30,0,0,0,4,5,960,96.3,1,0.183,,,,,, -1999,3,8,5,30,0,0,0,4,5,960,100.4,0.9,0.183,,,,,, -1999,3,8,6,30,0,0,0,4,5,970,111.9,0.9,0.183,,,,,, -1999,3,8,7,30,352,48,96,4,8,970,136,1.3,0.183,,,,,, -1999,3,8,8,30,693,79,315,3,11,970,171.9,1.4,0.183,,,,,, -1999,3,8,9,30,828,96,525,1,14,970,209.5,1.2,0.183,,,,,, -1999,3,8,10,30,902,104,697,0,15,970,304.8,1.7,0.183,,,,,, -1999,3,8,11,30,951,103,815,0,17,970,326.9,2.2,0.183,,,,,, -1999,3,8,12,30,967,104,862,0,18,960,337.3,2.5,0.183,,,,,, -1999,3,8,13,30,964,101,838,-1,19,960,345.3,2.6,0.183,,,,,, -1999,3,8,14,30,948,93,746,-2,19,960,348.4,2.5,0.183,,,,,, -1999,3,8,15,30,897,85,591,-2,18,960,344.3,2.5,0.183,,,,,, -1999,3,8,16,30,801,72,390,-3,17,960,335.7,2.4,0.183,,,,,, -1999,3,8,17,30,222,71,115,-3,15,960,326.5,2,0.183,,,,,, -1999,3,8,18,30,0,0,0,-2,14,960,321.2,2.2,0.183,,,,,, -1999,3,8,19,30,0,0,0,-2,13,960,325.1,2.7,0.183,,,,,, -1999,3,8,20,30,0,0,0,-3,12,960,333.3,2.3,0.183,,,,,, -1999,3,8,21,30,0,0,0,-3,12,960,342.6,1.5,0.183,,,,,, -1999,3,8,22,30,0,0,0,-3,11,960,354.4,0.9,0.183,,,,,, -1999,3,8,23,30,0,0,0,-3,10,960,10.6,0.5,0.183,,,,,, -1999,3,9,0,30,0,0,0,-3,10,960,90.4,0.5,0.183,,,,,, -1999,3,9,1,30,0,0,0,-3,10,960,136.6,0.7,0.183,,,,,, -1999,3,9,2,30,0,0,0,-3,9,960,145.3,0.8,0.183,,,,,, -1999,3,9,3,30,0,0,0,-3,9,960,150.4,0.9,0.183,,,,,, -1999,3,9,4,30,0,0,0,-3,9,960,153.7,0.9,0.183,,,,,, -1999,3,9,5,30,0,0,0,-3,9,960,153.4,0.9,0.183,,,,,, -1999,3,9,6,30,0,0,0,-3,9,960,142.5,0.9,0.183,,,,,, -1999,3,9,7,30,455,41,106,-2,12,960,124.5,1.8,0.183,,,,,, -1999,3,9,8,30,763,66,330,-1,15,960,128.2,2.8,0.183,,,,,, -1999,3,9,9,30,883,80,542,-2,18,960,135.1,2.9,0.183,,,,,, -1999,3,9,10,30,938,91,712,-3,19,960,136.8,2.5,0.183,,,,,, -1999,3,9,11,30,968,97,826,-3,21,960,135.6,2.2,0.183,,,,,, -1999,3,9,12,30,977,101,872,-2,22,960,136.5,2,0.183,,,,,, -1999,3,9,13,30,970,101,847,-2,22,960,140.9,1.8,0.183,,,,,, -1999,3,9,14,30,948,96,753,-2,23,960,145.5,1.9,0.183,,,,,, -1999,3,9,15,30,902,86,599,-3,22,960,148.4,2,0.183,,,,,, -1999,3,9,16,30,808,73,397,-3,21,960,154.5,1.8,0.183,,,,,, -1999,3,9,17,30,587,52,171,-3,17,960,160.2,1.3,0.183,,,,,, -1999,3,9,18,30,0,0,0,-2,14,960,160,1.2,0.183,,,,,, -1999,3,9,19,30,0,0,0,-3,12,960,145.1,1.5,0.183,,,,,, -1999,3,9,20,30,0,0,0,-3,11,960,133.9,1.7,0.183,,,,,, -1999,3,9,21,30,0,0,0,-3,10,960,129.5,1.8,0.183,,,,,, -1999,3,9,22,30,0,0,0,-3,10,960,126.9,1.9,0.183,,,,,, -1999,3,9,23,30,0,0,0,-3,11,960,124,2,0.183,,,,,, -1999,3,10,0,30,0,0,0,-4,11,960,120.1,2,0.183,,,,,, -1999,3,10,1,30,0,0,0,-4,10,960,117.7,1.9,0.183,,,,,, -1999,3,10,2,30,0,0,0,-4,10,960,118.2,1.7,0.183,,,,,, -1999,3,10,3,30,0,0,0,-4,9,960,122.5,1.7,0.183,,,,,, -1999,3,10,4,30,0,0,0,-4,8,960,127.8,1.6,0.183,,,,,, -1999,3,10,5,30,0,0,0,-3,7,960,131.5,1.5,0.183,,,,,, -1999,3,10,6,30,0,0,0,-3,8,960,132.4,1.6,0.183,,,,,, -1999,3,10,7,30,11,50,52,-3,11,960,131,2.5,0.183,,,,,, -1999,3,10,8,30,390,120,257,-3,15,960,135.5,3.1,0.183,,,,,, -1999,3,10,9,30,871,91,551,-5,18,960,144.3,2.6,0.183,,,,,, -1999,3,10,10,30,934,102,724,-5,20,960,146.1,1.7,0.183,,,,,, -1999,3,10,11,30,982,100,843,-6,21,960,150.1,1.1,0.183,,,,,, -1999,3,10,12,30,987,106,889,-6,22,960,164,0.8,0.183,,,,,, -1999,3,10,13,30,976,108,862,-7,23,960,184,0.9,0.183,,,,,, -1999,3,10,14,30,943,107,764,-7,23,960,199.1,1.1,0.183,,,,,, -1999,3,10,15,30,883,100,604,-8,22,960,205.9,1.2,0.183,,,,,, -1999,3,10,16,30,780,84,399,-8,21,960,210.6,1.2,0.183,,,,,, -1999,3,10,17,30,576,55,174,-5,18,960,218.7,0.8,0.183,,,,,, -1999,3,10,18,30,0,0,0,-5,15,960,205.5,0.5,0.183,,,,,, -1999,3,10,19,30,0,0,0,-6,14,960,189,0.7,0.183,,,,,, -1999,3,10,20,30,0,0,0,-6,13,960,148.6,1.2,0.183,,,,,, -1999,3,10,21,30,0,0,0,-6,13,960,135.1,1.7,0.183,,,,,, -1999,3,10,22,30,0,0,0,-5,12,960,130.9,2,0.183,,,,,, -1999,3,10,23,30,0,0,0,-5,11,960,126.5,2,0.183,,,,,, -1999,3,11,0,30,0,0,0,-5,10,960,126.2,1.8,0.183,,,,,, -1999,3,11,1,30,0,0,0,-5,9,960,128.4,1.6,0.183,,,,,, -1999,3,11,2,30,0,0,0,-4,9,960,131.3,1.6,0.183,,,,,, -1999,3,11,3,30,0,0,0,-4,8,960,130.8,1.5,0.183,,,,,, -1999,3,11,4,30,0,0,0,-3,7,960,131.1,1.3,0.183,,,,,, -1999,3,11,5,30,0,0,0,-2,6,960,128.9,1.3,0.183,,,,,, -1999,3,11,6,30,0,0,0,-2,7,960,128.6,1.2,0.183,,,,,, -1999,3,11,7,30,392,50,110,-1,11,960,123,1.8,0.183,,,,,, -1999,3,11,8,30,658,92,325,0,14,960,119.3,2.9,0.183,,,,,, -1999,3,11,9,30,789,114,534,0,16,960,113.2,3.3,0.183,,,,,, -1999,3,11,10,30,863,126,705,0,18,960,109,3.1,0.183,,,,,, -1999,3,11,11,30,896,135,817,-1,19,960,104.7,3.2,0.183,,,,,, -1999,3,11,12,30,912,135,863,-2,20,960,105.5,3.6,0.183,,,,,, -1999,3,11,13,30,907,132,837,-3,20,960,111.4,4.3,0.183,,,,,, -1999,3,11,14,30,872,128,740,-4,19,960,114.9,4.7,0.183,,,,,, -1999,3,11,15,30,794,124,580,-4,18,960,112.2,4.8,0.183,,,,,, -1999,3,11,16,30,546,116,338,-4,16,960,107.6,4.6,0.183,,,,,, -1999,3,11,17,30,382,63,143,-3,15,960,106.1,3.4,0.183,,,,,, -1999,3,11,18,30,0,0,0,-2,13,960,104.3,2.3,0.183,,,,,, -1999,3,11,19,30,0,0,0,-2,12,960,100.4,2.3,0.183,,,,,, -1999,3,11,20,30,0,0,0,-2,11,960,97.9,2.4,0.183,,,,,, -1999,3,11,21,30,0,0,0,-2,9,960,95.2,2.5,0.183,,,,,, -1999,3,11,22,30,0,0,0,-2,9,960,96.6,2.6,0.183,,,,,, -1999,3,11,23,30,0,0,0,-2,8,960,101.6,2.7,0.183,,,,,, -1999,3,12,0,30,0,0,0,-1,7,960,108.7,2.7,0.183,,,,,, -1999,3,12,1,30,0,0,0,-1,7,960,114,2.7,0.183,,,,,, -1999,3,12,2,30,0,0,0,-1,6,960,115.5,2.7,0.183,,,,,, -1999,3,12,3,30,0,0,0,-2,6,960,113.7,2.5,0.183,,,,,, -1999,3,12,4,30,0,0,0,-2,6,960,111.4,2.3,0.183,,,,,, -1999,3,12,5,30,0,0,0,-2,6,960,110.8,2.3,0.183,,,,,, -1999,3,12,6,30,0,0,0,-2,6,960,114.9,2.9,0.183,,,,,, -1999,3,12,7,30,426,48,115,-2,9,960,127.5,3.8,0.183,,,,,, -1999,3,12,8,30,708,80,335,-3,12,960,140.5,4.7,0.183,,,,,, -1999,3,12,9,30,835,99,547,-4,15,960,161.1,5.3,0.183,,,,,, -1999,3,12,10,30,902,110,719,-4,17,960,166.8,5.2,0.183,,,,,, -1999,3,12,11,30,940,115,834,-5,18,960,163.8,5,0.183,,,,,, -1999,3,12,12,30,951,119,881,-5,19,960,161.3,4.9,0.183,,,,,, -1999,3,12,13,30,943,119,855,-6,20,960,160.4,4.6,0.183,,,,,, -1999,3,12,14,30,919,113,760,-6,20,960,160.6,4.4,0.183,,,,,, -1999,3,12,15,30,869,102,605,-7,20,960,161.4,3.9,0.183,,,,,, -1999,3,12,16,30,769,87,402,-7,19,960,160.4,2.8,0.183,,,,,, -1999,3,12,17,30,549,60,176,-7,16,960,154.2,1.5,0.183,,,,,, -1999,3,12,18,30,0,0,0,-7,13,960,129,1.2,0.183,,,,,, -1999,3,12,19,30,0,0,0,-7,11,960,107.1,1.3,0.183,,,,,, -1999,3,12,20,30,0,0,0,-8,10,960,96.5,1.4,0.183,,,,,, -1999,3,12,21,30,0,0,0,-8,9,960,95.1,1.4,0.183,,,,,, -1999,3,12,22,30,0,0,0,-8,9,960,99.2,1.5,0.183,,,,,, -1999,3,12,23,30,0,0,0,-8,8,960,105.5,1.4,0.183,,,,,, -1999,3,13,0,30,0,0,0,-8,7,960,112.5,1.3,0.183,,,,,, -1999,3,13,1,30,0,0,0,-8,7,960,121.1,1.3,0.183,,,,,, -1999,3,13,2,30,0,0,0,-8,6,960,133.5,1.3,0.183,,,,,, -1999,3,13,3,30,0,0,0,-8,6,960,148.3,1.3,0.183,,,,,, -1999,3,13,4,30,0,0,0,-7,5,960,163.7,1.3,0.183,,,,,, -1999,3,13,5,30,0,0,0,-6,5,960,176.5,1.3,0.183,,,,,, -1999,3,13,6,30,0,0,0,-5,6,970,186.4,1.3,0.183,,,,,, -1999,3,13,7,30,489,48,127,-5,9,970,198,1.7,0.183,,,,,, -1999,3,13,8,30,758,77,353,-5,14,970,207.2,1.7,0.183,,,,,, -1999,3,13,9,30,877,93,568,-6,18,970,210.7,0.8,0.183,,,,,, -1999,3,13,10,30,940,102,742,-7,21,970,204.2,0.4,0.183,,,,,, -1999,3,13,11,30,974,107,857,-8,22,970,339.8,0.8,0.183,,,,,, -1999,3,13,12,30,985,109,902,-9,23,960,352.8,1.3,0.183,,,,,, -1999,3,13,13,30,977,108,875,-9,24,960,358.3,1.6,0.183,,,,,, -1999,3,13,14,30,951,104,778,-9,24,960,357.3,1.9,0.183,,,,,, -1999,3,13,15,30,897,97,618,-9,24,960,353.2,2.1,0.183,,,,,, -1999,3,13,16,30,796,83,412,-10,22,960,349.2,1.8,0.183,,,,,, -1999,3,13,17,30,578,59,183,-8,19,960,346.4,1.4,0.186,,,,,, -1999,3,13,18,30,0,0,0,-7,16,960,344.9,1.5,0.186,,,,,, -1999,3,13,19,30,0,0,0,-8,16,960,345.6,1.7,0.186,,,,,, -1999,3,13,20,30,0,0,0,-8,15,960,350.7,1.7,0.186,,,,,, -1999,3,13,21,30,0,0,0,-8,14,960,0.2,1.5,0.186,,,,,, -1999,3,13,22,30,0,0,0,-8,12,960,12.7,1.2,0.186,,,,,, -1999,3,13,23,30,0,0,0,-8,10,960,22.5,1.1,0.186,,,,,, -1999,3,14,0,30,0,0,0,-8,9,960,32.2,0.7,0.186,,,,,, -1999,3,14,1,30,0,0,0,-8,9,960,39.4,0.4,0.186,,,,,, -1999,3,14,2,30,0,0,0,-8,8,960,234,0.8,0.186,,,,,, -1999,3,14,3,30,0,0,0,-8,8,960,246.5,1.2,0.186,,,,,, -1999,3,14,4,30,0,0,0,-8,8,960,253.2,1.5,0.186,,,,,, -1999,3,14,5,30,0,0,0,-8,8,960,255.4,1.6,0.186,,,,,, -1999,3,14,6,30,0,0,0,-8,9,960,259.5,1.6,0.186,,,,,, -1999,3,14,7,30,492,51,133,-9,13,960,264.4,2,0.186,,,,,, -1999,3,14,8,30,734,88,359,-9,18,960,270.8,1.9,0.186,,,,,, -1999,3,14,9,30,856,107,574,-10,22,960,290.5,1.5,0.186,,,,,, -1999,3,14,10,30,921,117,748,-11,25,960,323.5,1.9,0.186,,,,,, -1999,3,14,11,30,658,245,754,-11,27,960,334.8,2.8,0.186,,,,,, -1999,3,14,12,30,653,265,794,-11,28,960,338.7,3.4,0.186,,,,,, -1999,3,14,13,30,637,258,760,-12,28,960,339.6,3.8,0.186,,,,,, -1999,3,14,14,30,303,337,552,-12,29,960,336.1,4.1,0.186,,,,,, -1999,3,14,15,30,499,204,496,-13,28,960,331.2,4.4,0.186,,,,,, -1999,3,14,16,30,0,43,43,-14,26,960,326.7,4.3,0.186,,,,,, -1999,3,14,17,30,92,83,103,-9,22,960,321.7,3.7,0.186,,,,,, -1999,3,14,18,30,0,0,0,-9,19,960,317.7,3.3,0.186,,,,,, -1999,3,14,19,30,0,0,0,-10,17,960,323.1,3.2,0.186,,,,,, -1999,3,14,20,30,0,0,0,-11,15,960,333.3,2.3,0.186,,,,,, -1999,3,14,21,30,0,0,0,-11,13,960,344.5,1.5,0.186,,,,,, -1999,3,14,22,30,0,0,0,-10,13,960,353.1,1.2,0.186,,,,,, -1999,3,14,23,30,0,0,0,-10,14,960,5.1,1,0.186,,,,,, -1999,3,15,0,30,0,0,0,-10,13,960,15.3,0.8,0.186,,,,,, -1999,3,15,1,30,0,0,0,-11,11,960,21.5,0.6,0.186,,,,,, -1999,3,15,2,30,0,0,0,-11,10,960,17.6,0.6,0.186,,,,,, -1999,3,15,3,30,0,0,0,-11,10,960,23.6,0.8,0.186,,,,,, -1999,3,15,4,30,0,0,0,-12,10,960,35.7,0.9,0.186,,,,,, -1999,3,15,5,30,0,0,0,-11,10,960,43.2,1,0.186,,,,,, -1999,3,15,6,30,0,0,0,-11,11,960,47.4,0.8,0.186,,,,,, -1999,3,15,7,30,83,62,77,-10,14,960,33.2,0.7,0.186,,,,,, -1999,3,15,8,30,0,125,125,-10,18,960,55.7,1.2,0.186,,,,,, -1999,3,15,9,30,186,252,355,-12,20,960,34.3,2.1,0.186,,,,,, -1999,3,15,10,30,840,124,703,-12,21,960,17.3,3.1,0.186,,,,,, -1999,3,15,11,30,937,132,862,-11,22,960,20,4,0.186,,,,,, -1999,3,15,12,30,945,135,904,-9,23,960,24.8,4.6,0.186,,,,,, -1999,3,15,13,30,937,131,874,-7,24,960,32.1,5,0.186,,,,,, -1999,3,15,14,30,913,121,774,-6,25,960,43.7,5.2,0.186,,,,,, -1999,3,15,15,30,864,106,614,-5,25,960,55.3,5.3,0.186,,,,,, -1999,3,15,16,30,759,89,407,-4,24,960,68.1,5.1,0.186,,,,,, -1999,3,15,17,30,522,64,179,-3,21,960,82.2,4.5,0.186,,,,,, -1999,3,15,18,30,0,0,0,-2,18,960,98,3.7,0.186,,,,,, -1999,3,15,19,30,0,0,0,-1,15,960,110.3,3.3,0.186,,,,,, -1999,3,15,20,30,0,0,0,0,13,960,112.9,2.8,0.186,,,,,, -1999,3,15,21,30,0,0,0,1,12,960,110.1,2.4,0.186,,,,,, -1999,3,15,22,30,0,0,0,2,11,960,109.7,2,0.186,,,,,, -1999,3,15,23,30,0,0,0,2,10,960,114.4,1.7,0.186,,,,,, -1999,3,16,0,30,0,0,0,2,10,960,120.4,1.4,0.186,,,,,, -1999,3,16,1,30,0,0,0,2,10,960,124.2,1.2,0.186,,,,,, -1999,3,16,2,30,0,0,0,3,9,960,121.1,1.2,0.186,,,,,, -1999,3,16,3,30,0,0,0,3,9,960,115.9,1.2,0.186,,,,,, -1999,3,16,4,30,0,0,0,3,9,960,113.4,1.2,0.186,,,,,, -1999,3,16,5,30,0,0,0,3,9,960,109.2,1.1,0.186,,,,,, -1999,3,16,6,30,0,0,0,4,9,960,103.3,1.2,0.186,,,,,, -1999,3,16,7,30,0,6,6,5,9,960,101.6,2.1,0.186,,,,,, -1999,3,16,8,30,183,157,227,4,10,960,117.5,3,0.186,,,,,, -1999,3,16,9,30,0,24,24,3,12,960,134.2,3,0.186,,,,,, -1999,3,16,10,30,0,128,128,2,14,960,137,2.5,0.186,,,,,, -1999,3,16,11,30,14,257,268,1,15,960,129.4,2.1,0.186,,,,,, -1999,3,16,12,30,14,260,272,0,16,960,116.4,2,0.186,,,,,, -1999,3,16,13,30,45,351,388,0,17,960,105.2,1.9,0.186,,,,,, -1999,3,16,14,30,90,341,406,-1,16,960,99.7,1.9,0.186,,,,,, -1999,3,16,15,30,548,189,513,-2,15,960,102,1.9,0.186,,,,,, -1999,3,16,16,30,0,18,18,-3,14,960,109.6,1.7,0.186,,,,,, -1999,3,16,17,30,0,41,41,-3,13,960,115.7,1.1,0.186,,,,,, -1999,3,16,18,30,0,0,0,0,11,960,98.1,0.8,0.186,,,,,, -1999,3,16,19,30,0,0,0,-1,10,960,73.4,1,0.186,,,,,, -1999,3,16,20,30,0,0,0,-2,9,960,71,1.1,0.186,,,,,, -1999,3,16,21,30,0,0,0,-2,8,960,78.2,1.1,0.186,,,,,, -1999,3,16,22,30,0,0,0,-2,8,960,86.8,1.2,0.186,,,,,, -1999,3,16,23,30,0,0,0,-1,8,960,99,1.3,0.186,,,,,, -1999,3,17,0,30,0,0,0,-1,8,960,100.5,1.4,0.186,,,,,, -1999,3,17,1,30,0,0,0,0,7,960,99.6,1.7,0.186,,,,,, -1999,3,17,2,30,0,0,0,0,6,960,112.6,2,0.186,,,,,, -1999,3,17,3,30,0,0,0,0,5,960,119.9,1.8,0.186,,,,,, -1999,3,17,4,30,0,0,0,0,5,960,125.1,1.2,0.186,,,,,, -1999,3,17,5,30,0,0,0,0,4,960,128.3,0.9,0.186,,,,,, -1999,3,17,6,30,0,0,0,0,5,960,126.3,0.9,0.186,,,,,, -1999,3,17,7,30,105,69,88,1,8,960,126.3,1.3,0.186,,,,,, -1999,3,17,8,30,14,139,145,0,10,960,142.6,1.6,0.186,,,,,, -1999,3,17,9,30,0,109,109,-1,12,960,164,1.2,0.186,,,,,, -1999,3,17,10,30,33,285,309,-2,13,960,172.3,0.6,0.186,,,,,, -1999,3,17,11,30,6,185,190,-3,14,960,174,0.3,0.186,,,,,, -1999,3,17,12,30,19,294,310,-3,14,960,208,0.3,0.186,,,,,, -1999,3,17,13,30,95,391,467,-2,14,960,242.4,0.4,0.186,,,,,, -1999,3,17,14,30,423,301,607,-2,14,960,265.2,0.5,0.186,,,,,, -1999,3,17,15,30,759,142,593,-2,14,960,293.7,0.8,0.186,,,,,, -1999,3,17,16,30,327,164,303,-2,14,960,302.2,1.3,0.186,,,,,, -1999,3,17,17,30,64,86,100,-1,12,960,305.3,1.5,0.186,,,,,, -1999,3,17,18,30,0,0,0,0,10,970,313.6,2,0.186,,,,,, -1999,3,17,19,30,0,0,0,0,10,970,326,3.1,0.186,,,,,, -1999,3,17,20,30,0,0,0,-1,9,970,336.5,3.3,0.186,,,,,, -1999,3,17,21,30,0,0,0,-1,8,970,345.9,2.6,0.186,,,,,, -1999,3,17,22,30,0,0,0,-1,7,970,349.8,1.7,0.186,,,,,, -1999,3,17,23,30,0,0,0,0,6,970,341.4,1.2,0.186,,,,,, -1999,3,18,0,30,0,0,0,0,6,970,331.4,1,0.186,,,,,, -1999,3,18,1,30,0,0,0,0,5,970,326.8,0.9,0.186,,,,,, -1999,3,18,2,30,0,0,0,0,5,970,320.9,0.9,0.186,,,,,, -1999,3,18,3,30,0,0,0,0,5,970,302.7,1,0.186,,,,,, -1999,3,18,4,30,0,0,0,0,6,970,280.9,1.2,0.186,,,,,, -1999,3,18,5,30,0,0,0,0,5,970,275.5,1.3,0.186,,,,,, -1999,3,18,6,30,0,0,0,0,6,970,277.1,1.5,0.186,,,,,, -1999,3,18,7,30,463,56,142,0,10,970,277.4,1.8,0.186,,,,,, -1999,3,18,8,30,709,88,363,0,13,970,291.6,2,0.186,,,,,, -1999,3,18,9,30,818,108,571,0,16,970,326.2,2.2,0.186,,,,,, -1999,3,18,10,30,877,121,738,0,18,970,321.9,2.5,0.186,,,,,, -1999,3,18,11,30,917,124,849,0,19,970,319.5,2.9,0.186,,,,,, -1999,3,18,12,30,926,127,892,0,20,970,323.6,3.1,0.186,,,,,, -1999,3,18,13,30,919,125,863,0,21,970,327.9,3.2,0.186,,,,,, -1999,3,18,14,30,895,118,767,0,22,960,330.2,3.2,0.186,,,,,, -1999,3,18,15,30,843,108,611,0,21,960,329.9,3.3,0.186,,,,,, -1999,3,18,16,30,744,91,409,0,20,960,328.2,3.2,0.186,,,,,, -1999,3,18,17,30,531,64,186,0,17,960,325.6,2.5,0.186,,,,,, -1999,3,18,18,30,0,0,0,2,15,960,325.4,2.1,0.186,,,,,, -1999,3,18,19,30,0,0,0,1,15,960,331.1,2.4,0.186,,,,,, -1999,3,18,20,30,0,0,0,0,15,970,339.2,2,0.186,,,,,, -1999,3,18,21,30,0,0,0,0,14,970,350,1.4,0.186,,,,,, -1999,3,18,22,30,0,0,0,0,13,970,359.5,1.1,0.186,,,,,, -1999,3,18,23,30,0,0,0,0,11,970,6.9,0.9,0.186,,,,,, -1999,3,19,0,30,0,0,0,0,10,970,9.3,0.5,0.186,,,,,, -1999,3,19,1,30,0,0,0,0,9,970,358.2,0.2,0.186,,,,,, -1999,3,19,2,30,0,0,0,0,9,970,281.9,0.2,0.186,,,,,, -1999,3,19,3,30,0,0,0,0,8,960,237.8,0.5,0.186,,,,,, -1999,3,19,4,30,0,0,0,0,8,970,228.8,0.7,0.186,,,,,, -1999,3,19,5,30,0,0,0,0,8,970,237.3,0.9,0.186,,,,,, -1999,3,19,6,30,0,0,0,0,9,970,248.1,1.4,0.186,,,,,, -1999,3,19,7,30,495,54,148,0,12,970,257.9,2.2,0.186,,,,,, -1999,3,19,8,30,731,84,371,-1,16,970,260.5,2.5,0.186,,,,,, -1999,3,19,9,30,843,101,581,-1,19,970,277.6,2.5,0.186,,,,,, -1999,3,19,10,30,904,111,750,-1,22,970,299.7,3,0.186,,,,,, -1999,3,19,11,30,937,116,861,-1,25,970,310.4,3.5,0.186,,,,,, -1999,3,19,12,30,951,117,906,-1,26,960,318.8,3.6,0.186,,,,,, -1999,3,19,13,30,948,114,879,-1,27,960,326.9,3.7,0.186,,,,,, -1999,3,19,14,30,929,106,783,-1,27,960,334.4,3.8,0.186,,,,,, -1999,3,19,15,30,729,133,570,-1,27,960,339.4,3.9,0.186,,,,,, -1999,3,19,16,30,784,84,422,-2,25,960,340,3.7,0.186,,,,,, -1999,3,19,17,30,572,62,195,2,23,960,337.6,2.8,0.186,,,,,, -1999,3,19,18,30,0,0,0,0,21,960,335.2,2.3,0.186,,,,,, -1999,3,19,19,30,0,0,0,0,19,960,337.6,2.2,0.186,,,,,, -1999,3,19,20,30,0,0,0,0,17,960,348.3,1.7,0.186,,,,,, -1999,3,19,21,30,0,0,0,0,15,960,6.7,1.2,0.186,,,,,, -1999,3,19,22,30,0,0,0,0,14,960,38.8,1,0.186,,,,,, -1999,3,19,23,30,0,0,0,0,13,960,72.3,0.8,0.186,,,,,, -1999,3,20,0,30,0,0,0,-1,12,960,105,0.7,0.186,,,,,, -1999,3,20,1,30,0,0,0,-1,12,960,140,0.5,0.186,,,,,, -1999,3,20,2,30,0,0,0,-1,11,960,167.8,0.4,0.186,,,,,, -1999,3,20,3,30,0,0,0,-2,10,960,169.7,0.3,0.186,,,,,, -1999,3,20,4,30,0,0,0,-2,10,960,93.8,0.4,0.186,,,,,, -1999,3,20,5,30,0,0,0,-3,10,960,72.7,0.6,0.186,,,,,, -1999,3,20,6,30,0,0,0,-3,12,970,82.5,0.9,0.186,,,,,, -1999,3,20,7,30,501,58,156,-3,16,970,99,1.4,0.186,,,,,, -1999,3,20,8,30,465,127,312,-4,20,970,119.5,1.7,0.186,,,,,, -1999,3,20,9,30,545,182,495,-5,23,970,135.4,1,0.186,,,,,, -1999,3,20,10,30,934,107,772,-5,26,970,125,0.5,0.186,,,,,, -1999,3,20,11,30,972,108,885,-6,28,960,5.9,0.9,0.186,,,,,, -1999,3,20,12,30,991,105,930,-7,29,960,350.9,1.5,0.186,,,,,, -1999,3,20,13,30,994,98,904,-9,30,960,345.9,1.8,0.186,,,,,, -1999,3,20,14,30,977,91,806,-10,31,960,344.3,1.8,0.186,,,,,, -1999,3,20,15,30,934,83,647,-11,30,960,350,1.5,0.186,,,,,, -1999,3,20,16,30,849,71,439,-11,28,960,8.3,1,0.186,,,,,, -1999,3,20,17,30,655,52,206,-8,24,960,59.1,0.9,0.186,,,,,, -1999,3,20,18,30,92,10,12,-4,19,960,106.1,1.7,0.186,,,,,, -1999,3,20,19,30,0,0,0,-3,17,960,120.2,2.7,0.186,,,,,, -1999,3,20,20,30,0,0,0,-2,15,960,127.7,3.4,0.186,,,,,, -1999,3,20,21,30,0,0,0,-2,14,960,132.9,3.5,0.186,,,,,, -1999,3,20,22,30,0,0,0,-2,15,960,133,2.9,0.186,,,,,, -1999,3,20,23,30,0,0,0,-2,14,960,131,2.5,0.186,,,,,, -1999,3,21,0,30,0,0,0,-3,12,960,131.3,2.2,0.186,,,,,, -1999,3,21,1,30,0,0,0,-3,10,960,133.2,1.9,0.186,,,,,, -1999,3,21,2,30,0,0,0,-3,10,960,135.4,1.7,0.186,,,,,, -1999,3,21,3,30,0,0,0,-3,10,960,137.3,1.5,0.186,,,,,, -1999,3,21,4,30,0,0,0,-3,10,960,136.8,1.3,0.186,,,,,, -1999,3,21,5,30,0,0,0,-3,10,960,134.4,1.3,0.186,,,,,, -1999,3,21,6,30,0,0,0,-3,11,960,130.9,2,0.186,,,,,, -1999,3,21,7,30,599,48,168,-2,15,960,128.4,3,0.186,,,,,, -1999,3,21,8,30,809,72,398,-3,19,960,143.3,3.5,0.186,,,,,, -1999,3,21,9,30,908,86,611,-4,22,960,157.9,3.4,0.186,,,,,, -1999,3,21,10,30,960,94,782,-5,24,960,158.9,2.9,0.186,,,,,, -1999,3,21,11,30,986,100,893,-5,25,960,156.2,2.5,0.186,,,,,, -1999,3,21,12,30,995,102,935,-5,26,960,155.1,2.3,0.186,,,,,, -1999,3,21,13,30,989,100,905,-5,27,960,156,2.2,0.186,,,,,, -1999,3,21,14,30,966,95,805,-5,28,960,156.4,2.1,0.186,,,,,, -1999,3,21,15,30,919,87,644,-5,27,960,157.6,1.8,0.186,,,,,, -1999,3,21,16,30,831,74,437,-4,26,960,162,1.4,0.186,,,,,, -1999,3,21,17,30,646,54,207,-3,22,960,172.3,0.7,0.189,,,,,, -1999,3,21,18,30,114,11,14,-1,18,960,200.3,0.3,0.189,,,,,, -1999,3,21,19,30,0,0,0,-2,16,960,220.4,0.3,0.189,,,,,, -1999,3,21,20,30,0,0,0,-2,15,960,96.1,0.7,0.189,,,,,, -1999,3,21,21,30,0,0,0,-3,15,960,98.7,1.3,0.189,,,,,, -1999,3,21,22,30,0,0,0,-3,15,960,108.7,1.7,0.189,,,,,, -1999,3,21,23,30,0,0,0,-4,15,960,116.5,1.9,0.189,,,,,, -1999,3,22,0,30,0,0,0,-4,14,960,122.7,2,0.189,,,,,, -1999,3,22,1,30,0,0,0,-4,13,960,126,2,0.189,,,,,, -1999,3,22,2,30,0,0,0,-4,11,960,125.6,1.9,0.189,,,,,, -1999,3,22,3,30,0,0,0,-4,10,960,122.6,1.7,0.189,,,,,, -1999,3,22,4,30,0,0,0,-4,9,960,123.7,1.4,0.189,,,,,, -1999,3,22,5,30,0,0,0,-4,9,960,127.2,1.2,0.189,,,,,, -1999,3,22,6,30,0,0,0,-4,10,960,127,1.4,0.189,,,,,, -1999,3,22,7,30,586,51,170,-3,14,960,125,2.1,0.189,,,,,, -1999,3,22,8,30,796,76,401,-4,18,960,134.5,2.5,0.189,,,,,, -1999,3,22,9,30,897,91,614,-6,21,960,144.8,2.1,0.189,,,,,, -1999,3,22,10,30,950,100,785,-6,24,960,139.4,1.2,0.189,,,,,, -1999,3,22,11,30,978,106,896,-7,25,960,120.2,0.6,0.189,,,,,, -1999,3,22,12,30,987,108,939,-7,26,960,29.7,0.8,0.189,,,,,, -1999,3,22,13,30,979,108,908,-7,27,960,7.8,1.3,0.189,,,,,, -1999,3,22,14,30,953,105,808,-8,27,960,2.9,1.7,0.189,,,,,, -1999,3,22,15,30,902,97,647,-8,26,960,1.6,2,0.189,,,,,, -1999,3,22,16,30,807,84,439,-9,25,960,358.3,2,0.189,,,,,, -1999,3,22,17,30,611,61,207,-6,21,960,348.5,1.5,0.189,,,,,, -1999,3,22,18,30,85,12,14,-4,18,960,336.8,1.7,0.189,,,,,, -1999,3,22,19,30,0,0,0,-5,17,960,336.8,2.1,0.189,,,,,, -1999,3,22,20,30,0,0,0,-6,16,960,346.9,1.8,0.189,,,,,, -1999,3,22,21,30,0,0,0,-6,15,960,5,1.3,0.189,,,,,, -1999,3,22,22,30,0,0,0,-6,14,960,47.8,1.2,0.189,,,,,, -1999,3,22,23,30,0,0,0,-5,13,960,107.5,1.4,0.189,,,,,, -1999,3,23,0,30,0,0,0,-5,12,960,131.7,1.5,0.189,,,,,, -1999,3,23,1,30,0,0,0,-4,12,960,143.7,1.5,0.189,,,,,, -1999,3,23,2,30,0,0,0,-4,11,960,145.4,1.3,0.189,,,,,, -1999,3,23,3,30,0,0,0,-4,11,960,144.4,1.1,0.189,,,,,, -1999,3,23,4,30,0,0,0,-3,10,960,150.2,0.8,0.189,,,,,, -1999,3,23,5,30,0,0,0,-3,10,960,161.4,0.6,0.189,,,,,, -1999,3,23,6,30,0,0,0,-3,11,960,164.5,0.7,0.189,,,,,, -1999,3,23,7,30,435,72,163,-2,15,960,142.6,1.7,0.189,,,,,, -1999,3,23,8,30,675,109,387,-1,18,960,129.8,3.3,0.189,,,,,, -1999,3,23,9,30,813,122,600,-1,21,960,130.9,3.9,0.189,,,,,, -1999,3,23,10,30,885,128,769,-1,23,960,133,3.9,0.189,,,,,, -1999,3,23,11,30,894,145,871,-1,24,960,130.9,3.7,0.189,,,,,, -1999,3,23,12,30,907,144,911,-1,25,960,128,3.7,0.189,,,,,, -1999,3,23,13,30,900,141,880,-1,25,960,128.7,3.7,0.189,,,,,, -1999,3,23,14,30,848,146,775,-1,25,960,131.9,3.9,0.189,,,,,, -1999,3,23,15,30,797,130,618,-2,24,960,134.7,4,0.189,,,,,, -1999,3,23,16,30,708,105,418,-3,23,960,135.3,4.1,0.189,,,,,, -1999,3,23,17,30,521,71,197,-4,20,960,135,3.6,0.189,,,,,, -1999,3,23,18,30,56,12,14,-3,16,960,132.9,3.2,0.189,,,,,, -1999,3,23,19,30,0,0,0,-3,15,960,126.1,3.4,0.189,,,,,, -1999,3,23,20,30,0,0,0,-3,14,960,118.9,3.3,0.189,,,,,, -1999,3,23,21,30,0,0,0,-3,14,960,112.5,2.7,0.189,,,,,, -1999,3,23,22,30,0,0,0,-3,13,960,107.7,2.1,0.189,,,,,, -1999,3,23,23,30,0,0,0,-3,12,960,105.2,1.7,0.189,,,,,, -1999,3,24,0,30,0,0,0,-3,11,960,103.6,1.4,0.189,,,,,, -1999,3,24,1,30,0,0,0,-3,10,960,102.1,1.2,0.189,,,,,, -1999,3,24,2,30,0,0,0,-3,9,960,101.6,1.1,0.189,,,,,, -1999,3,24,3,30,0,0,0,-2,9,960,103.3,1.1,0.189,,,,,, -1999,3,24,4,30,0,0,0,-2,8,960,104.3,1,0.189,,,,,, -1999,3,24,5,30,0,0,0,-2,8,960,103.6,1,0.189,,,,,, -1999,3,24,6,30,0,0,0,-2,10,960,102.8,1.3,0.189,,,,,, -1999,3,24,7,30,514,59,169,-2,15,960,105.6,2.2,0.189,,,,,, -1999,3,24,8,30,724,90,392,-1,18,960,122.7,2.6,0.189,,,,,, -1999,3,24,9,30,829,109,601,-1,21,960,134.2,1.7,0.189,,,,,, -1999,3,24,10,30,882,124,766,-1,23,960,117.4,0.7,0.189,,,,,, -1999,3,24,11,30,904,135,873,-1,25,960,24.3,0.7,0.189,,,,,, -1999,3,24,12,30,917,136,914,-2,26,960,351.7,1.1,0.189,,,,,, -1999,3,24,13,30,916,130,885,-2,27,960,343.5,1.4,0.189,,,,,, -1999,3,24,14,30,894,121,787,-2,27,960,339.6,1.6,0.189,,,,,, -1999,3,24,15,30,845,109,629,-3,26,960,335.6,1.7,0.189,,,,,, -1999,3,24,16,30,755,90,426,-3,25,960,330.7,1.8,0.189,,,,,, -1999,3,24,17,30,566,64,203,-1,23,960,322.4,1.6,0.189,,,,,, -1999,3,24,18,30,89,13,15,-1,21,960,314.3,1.4,0.189,,,,,, -1999,3,24,19,30,0,0,0,-1,19,960,320.2,1.6,0.189,,,,,, -1999,3,24,20,30,0,0,0,-2,19,960,335.2,1.4,0.189,,,,,, -1999,3,24,21,30,0,0,0,-2,18,960,356.4,1,0.189,,,,,, -1999,3,24,22,30,0,0,0,-2,16,960,15.2,0.5,0.189,,,,,, -1999,3,24,23,30,0,0,0,-2,15,960,56.5,0.3,0.189,,,,,, -1999,3,25,0,30,0,0,0,-2,13,960,164.4,0.3,0.189,,,,,, -1999,3,25,1,30,0,0,0,-2,12,960,195.4,0.4,0.189,,,,,, -1999,3,25,2,30,0,0,0,-2,12,960,182.5,0.3,0.189,,,,,, -1999,3,25,3,30,0,0,0,-2,12,960,159.3,0.3,0.189,,,,,, -1999,3,25,4,30,0,0,0,-2,11,960,133.5,0.3,0.189,,,,,, -1999,3,25,5,30,0,0,0,-2,11,960,119.3,0.2,0.189,,,,,, -1999,3,25,6,30,0,0,0,-2,12,960,141.5,0.2,0.189,,,,,, -1999,3,25,7,30,394,65,151,-2,16,960,221.6,0.6,0.189,,,,,, -1999,3,25,8,30,68,174,203,-1,20,960,230.9,1.2,0.189,,,,,, -1999,3,25,9,30,575,181,524,-1,23,960,253.9,1.5,0.189,,,,,, -1999,3,25,10,30,780,162,733,-2,25,960,286.8,1.6,0.189,,,,,, -1999,3,25,11,30,614,283,787,-4,26,960,316.4,2,0.189,,,,,, -1999,3,25,12,30,910,151,926,-5,27,960,328.8,2.3,0.189,,,,,, -1999,3,25,13,30,611,290,795,-7,28,960,343.6,2.4,0.189,,,,,, -1999,3,25,14,30,295,353,574,-8,28,960,357,2.3,0.189,,,,,, -1999,3,25,15,30,28,241,258,-9,28,960,4.7,2.1,0.189,,,,,, -1999,3,25,16,30,0,138,138,-10,27,960,7.7,1.6,0.189,,,,,, -1999,3,25,17,30,97,96,120,-6,24,960,16.7,1.1,0.189,,,,,, -1999,3,25,18,30,0,5,5,-5,21,960,37.1,1.2,0.189,,,,,, -1999,3,25,19,30,0,0,0,-5,19,960,54.9,1.6,0.189,,,,,, -1999,3,25,20,30,0,0,0,-4,18,960,69.1,2.3,0.189,,,,,, -1999,3,25,21,30,0,0,0,-2,16,960,81.5,2.8,0.189,,,,,, -1999,3,25,22,30,0,0,0,-1,15,960,92,3,0.189,,,,,, -1999,3,25,23,30,0,0,0,0,15,960,101.5,3,0.189,,,,,, -1999,3,26,0,30,0,0,0,0,16,960,105.9,2.9,0.189,,,,,, -1999,3,26,1,30,0,0,0,0,16,960,107.8,2.7,0.189,,,,,, -1999,3,26,2,30,0,0,0,0,16,960,105.1,2.6,0.189,,,,,, -1999,3,26,3,30,0,0,0,0,16,950,99.8,2.4,0.189,,,,,, -1999,3,26,4,30,0,0,0,0,15,950,93.4,2,0.189,,,,,, -1999,3,26,5,30,0,0,0,0,13,950,90.2,1.9,0.189,,,,,, -1999,3,26,6,30,0,0,0,1,14,950,92.7,2.7,0.189,,,,,, -1999,3,26,7,30,0,11,11,3,16,960,100.5,3.7,0.189,,,,,, -1999,3,26,8,30,21,158,168,6,17,960,106.9,3.9,0.189,,,,,, -1999,3,26,9,30,56,259,294,6,18,960,113.3,3.3,0.189,,,,,, -1999,3,26,10,30,267,352,549,5,19,960,126.2,2.2,0.189,,,,,, -1999,3,26,11,30,253,410,619,5,20,960,154.2,1.4,0.189,,,,,, -1999,3,26,12,30,99,427,512,4,21,950,217,1.4,0.189,,,,,, -1999,3,26,13,30,32,344,371,3,22,950,274.6,2,0.189,,,,,, -1999,3,26,14,30,8,207,214,3,22,950,298.8,2.5,0.189,,,,,, -1999,3,26,15,30,180,292,404,3,21,950,310.8,3,0.189,,,,,, -1999,3,26,16,30,223,191,292,3,19,960,318.1,3.6,0.189,,,,,, -1999,3,26,17,30,486,76,198,3,17,960,326,4.1,0.189,,,,,, -1999,3,26,18,30,0,17,17,3,15,960,331.5,4.7,0.189,,,,,, -1999,3,26,19,30,0,0,0,3,13,960,333.5,5,0.189,,,,,, -1999,3,26,20,30,0,0,0,3,11,960,332.6,4.7,0.189,,,,,, -1999,3,26,21,30,0,0,0,3,10,960,332.1,4.2,0.189,,,,,, -1999,3,26,22,30,0,0,0,3,10,960,332.5,3.7,0.189,,,,,, -1999,3,26,23,30,0,0,0,2,10,960,331.4,3.1,0.189,,,,,, -1999,3,27,0,30,0,0,0,2,9,960,329.5,2.4,0.189,,,,,, -1999,3,27,1,30,0,0,0,2,9,960,326.8,1.7,0.189,,,,,, -1999,3,27,2,30,0,0,0,1,8,960,323.7,1.2,0.189,,,,,, -1999,3,27,3,30,0,0,0,1,8,960,315.6,1.1,0.189,,,,,, -1999,3,27,4,30,0,0,0,1,8,960,302.1,1.1,0.189,,,,,, -1999,3,27,5,30,0,0,0,1,8,960,289.9,1.2,0.189,,,,,, -1999,3,27,6,30,0,0,0,1,9,960,284.2,2,0.189,,,,,, -1999,3,27,7,30,461,72,177,1,12,960,281.7,2.6,0.189,,,,,, -1999,3,27,8,30,690,104,401,0,15,960,285.2,2.4,0.189,,,,,, -1999,3,27,9,30,801,124,610,0,17,960,297.6,2.1,0.189,,,,,, -1999,3,27,10,30,864,136,776,0,19,960,310.6,2.1,0.189,,,,,, -1999,3,27,11,30,896,143,885,0,21,960,320.9,2.1,0.189,,,,,, -1999,3,27,12,30,912,143,927,0,22,960,328.7,2.2,0.189,,,,,, -1999,3,27,13,30,910,138,898,0,23,960,332.5,2.2,0.189,,,,,, -1999,3,27,14,30,884,132,799,0,24,960,333.5,2.2,0.189,,,,,, -1999,3,27,15,30,829,122,639,-1,23,960,331,2.2,0.189,,,,,, -1999,3,27,16,30,733,103,435,-1,22,960,324.7,2.2,0.189,,,,,, -1999,3,27,17,30,546,72,210,-1,19,960,315.4,1.9,0.189,,,,,, -1999,3,27,18,30,74,16,19,-1,16,960,309.9,2.1,0.189,,,,,, -1999,3,27,19,30,0,0,0,-1,14,960,316.2,2.8,0.189,,,,,, -1999,3,27,20,30,0,0,0,-1,13,960,323.4,2.9,0.189,,,,,, -1999,3,27,21,30,0,0,0,-1,13,960,330,2.1,0.189,,,,,, -1999,3,27,22,30,0,0,0,-1,13,960,335.8,1.2,0.189,,,,,, -1999,3,27,23,30,0,0,0,-1,13,960,342.1,0.6,0.189,,,,,, -1999,3,28,0,30,0,0,0,-1,13,960,3.8,0.4,0.189,,,,,, -1999,3,28,1,30,0,0,0,-1,12,960,127.7,0.6,0.189,,,,,, -1999,3,28,2,30,0,0,0,-1,11,960,141.4,0.7,0.189,,,,,, -1999,3,28,3,30,0,0,0,-1,11,960,144.7,0.8,0.189,,,,,, -1999,3,28,4,30,0,0,0,-1,10,960,147.3,0.8,0.189,,,,,, -1999,3,28,5,30,0,0,0,-1,10,960,154.7,0.7,0.189,,,,,, -1999,3,28,6,30,0,0,0,-1,11,970,170.9,0.8,0.189,,,,,, -1999,3,28,7,30,539,64,190,0,14,970,204.1,1.1,0.189,,,,,, -1999,3,28,8,30,751,91,418,0,17,970,194,1.1,0.189,,,,,, -1999,3,28,9,30,849,109,627,-1,20,970,224.1,1,0.189,,,,,, -1999,3,28,10,30,902,122,794,-1,22,970,282.3,1.2,0.189,,,,,, -1999,3,28,11,30,937,125,904,-1,23,970,300,1.3,0.189,,,,,, -1999,3,28,12,30,940,133,944,-1,24,970,304,1.3,0.189,,,,,, -1999,3,28,13,30,925,136,911,-2,25,960,305.4,1.2,0.189,,,,,, -1999,3,28,14,30,904,129,813,-2,26,960,307.3,1.1,0.189,,,,,, -1999,3,28,15,30,856,117,653,-3,25,960,318.1,1.1,0.189,,,,,, -1999,3,28,16,30,761,100,447,-4,24,960,329.4,1.2,0.189,,,,,, -1999,3,28,17,30,549,75,215,-4,21,960,336.1,1,0.189,,,,,, -1999,3,28,18,30,78,17,20,-3,17,960,342.6,0.9,0.189,,,,,, -1999,3,28,19,30,0,0,0,-3,15,960,346,1.2,0.189,,,,,, -1999,3,28,20,30,0,0,0,-3,15,960,350.3,1.5,0.189,,,,,, -1999,3,28,21,30,0,0,0,-3,15,970,358.2,1.5,0.189,,,,,, -1999,3,28,22,30,0,0,0,-3,14,970,10.8,1.3,0.189,,,,,, -1999,3,28,23,30,0,0,0,-3,14,970,24,1.1,0.189,,,,,, -1999,3,29,0,30,0,0,0,-3,14,970,37,1,0.189,,,,,, -1999,3,29,1,30,0,0,0,-3,13,970,53.4,0.7,0.189,,,,,, -1999,3,29,2,30,0,0,0,-3,12,970,94.6,0.5,0.189,,,,,, -1999,3,29,3,30,0,0,0,-3,11,960,168.9,0.6,0.189,,,,,, -1999,3,29,4,30,0,0,0,-3,10,960,219.2,0.9,0.189,,,,,, -1999,3,29,5,30,0,0,0,-3,10,970,245.4,1.1,0.189,,,,,, -1999,3,29,6,30,23,10,10,-4,12,970,256.9,1.4,0.189,,,,,, -1999,3,29,7,30,493,75,193,-4,17,970,260.8,1.6,0.189,,,,,, -1999,3,29,8,30,684,117,418,-4,21,970,270.3,1.2,0.189,,,,,, -1999,3,29,9,30,798,139,629,-4,24,970,315.9,1,0.189,,,,,, -1999,3,29,10,30,862,152,798,-4,27,960,332.6,1.4,0.189,,,,,, -1999,3,29,11,30,892,162,907,-5,28,960,328.8,1.9,0.189,,,,,, -1999,3,29,12,30,905,164,948,-5,29,960,331.6,2.3,0.189,,,,,, -1999,3,29,13,30,898,162,917,-6,30,960,337.5,2.4,0.189,,,,,, -1999,3,29,14,30,858,161,813,-7,30,960,340.6,2.5,0.189,,,,,, -1999,3,29,15,30,792,150,649,-8,29,960,340.9,2.5,0.189,,,,,, -1999,3,29,16,30,668,132,438,-9,28,960,338.3,2.3,0.189,,,,,, -1999,3,29,17,30,419,98,206,-7,24,960,329.8,1.8,0.195,,,,,, -1999,3,29,18,30,21,15,16,-5,21,960,322,1.6,0.195,,,,,, -1999,3,29,19,30,0,0,0,-6,19,960,325,1.9,0.195,,,,,, -1999,3,29,20,30,0,0,0,-7,18,960,336.2,1.8,0.195,,,,,, -1999,3,29,21,30,0,0,0,-7,18,960,349.2,1.5,0.195,,,,,, -1999,3,29,22,30,0,0,0,-7,18,960,0,1.2,0.195,,,,,, -1999,3,29,23,30,0,0,0,-7,17,960,6.2,1,0.195,,,,,, -1999,3,30,0,30,0,0,0,-7,16,960,353,0.7,0.195,,,,,, -1999,3,30,1,30,0,0,0,-7,15,960,326.8,0.7,0.195,,,,,, -1999,3,30,2,30,0,0,0,-7,14,960,309,0.7,0.195,,,,,, -1999,3,30,3,30,0,0,0,-7,13,960,301.9,0.7,0.195,,,,,, -1999,3,30,4,30,0,0,0,-7,12,960,314.8,0.7,0.195,,,,,, -1999,3,30,5,30,0,0,0,-7,12,960,335.9,0.6,0.195,,,,,, -1999,3,30,6,30,20,10,10,-6,13,960,354.9,0.5,0.195,,,,,, -1999,3,30,7,30,460,81,193,-5,17,960,359.1,0.5,0.195,,,,,, -1999,3,30,8,30,704,111,424,-6,21,960,223.1,0.9,0.195,,,,,, -1999,3,30,9,30,820,129,636,-6,24,960,214.1,1.2,0.195,,,,,, -1999,3,30,10,30,886,138,805,-7,26,960,226.3,1,0.195,,,,,, -1999,3,30,11,30,925,139,916,-8,28,960,250.5,0.9,0.195,,,,,, -1999,3,30,12,30,946,135,958,-8,29,960,279.5,1.1,0.195,,,,,, -1999,3,30,13,30,948,128,928,-9,29,960,295,1.1,0.195,,,,,, -1999,3,30,14,30,914,127,825,-10,30,960,308.6,1,0.195,,,,,, -1999,3,30,15,30,861,117,662,-10,29,960,326.8,1,0.195,,,,,, -1999,3,30,16,30,760,102,452,-10,28,960,344.6,1,0.195,,,,,, -1999,3,30,17,30,500,84,215,-8,24,960,9,0.8,0.195,,,,,, -1999,3,30,18,30,60,19,22,-6,21,960,11.8,1,0.195,,,,,, -1999,3,30,19,30,0,0,0,-5,19,960,58.3,1.5,0.195,,,,,, -1999,3,30,20,30,0,0,0,-4,18,960,98.8,1.8,0.195,,,,,, -1999,3,30,21,30,0,0,0,-4,17,960,120.7,1.8,0.195,,,,,, -1999,3,30,22,30,0,0,0,-5,15,960,133.1,1.9,0.195,,,,,, -1999,3,30,23,30,0,0,0,-5,13,960,136.4,2,0.195,,,,,, -1999,3,31,0,30,0,0,0,-5,12,960,137.7,1.9,0.195,,,,,, -1999,3,31,1,30,0,0,0,-5,11,960,139.3,1.5,0.195,,,,,, -1999,3,31,2,30,0,0,0,-5,11,960,140.4,1.2,0.195,,,,,, -1999,3,31,3,30,0,0,0,-6,10,960,143.2,1,0.195,,,,,, -1999,3,31,4,30,0,0,0,-6,10,960,146.4,0.9,0.195,,,,,, -1999,3,31,5,30,0,0,0,-5,10,960,151.3,0.8,0.195,,,,,, -1999,3,31,6,30,25,12,13,-3,12,960,156.5,0.8,0.195,,,,,, -1999,3,31,7,30,449,85,196,0,15,960,137,1.9,0.195,,,,,, -1999,3,31,8,30,674,121,423,1,17,960,115.4,3.2,0.195,,,,,, -1999,3,31,9,30,781,145,631,0,20,960,115.6,3.7,0.195,,,,,, -1999,3,31,10,30,839,161,796,-3,21,960,115.7,3.8,0.195,,,,,, -1999,3,31,11,30,843,185,895,-4,22,960,112.8,3.8,0.195,,,,,, -1999,3,31,12,30,856,187,934,-5,23,960,109,3.9,0.195,,,,,, -1999,3,31,13,30,851,181,902,-6,24,960,106.2,4.3,0.195,,,,,, -1999,3,31,14,30,796,184,793,-5,23,950,108.2,5.1,0.195,,,,,, -1999,3,31,15,30,746,161,635,-5,22,950,110.6,5.7,0.195,,,,,, -1999,3,31,16,30,633,136,430,-4,21,950,111.1,6,0.195,,,,,, -2011,3,31,17,30,642,57,227,6,28,960,173.1,2,0.185,,,,,, -2011,3,31,18,30,200,18,28,8,25,960,160.3,1.3,0.185,,,,,, -2011,3,31,19,30,0,0,0,6,23,960,151.1,1.4,0.185,,,,,, -2011,3,31,20,30,0,0,0,5,23,960,148.5,1.4,0.185,,,,,, -2011,3,31,21,30,0,0,0,3,23,960,147.7,1.3,0.185,,,,,, -2011,3,31,22,30,0,0,0,4,21,960,145.4,1.3,0.185,,,,,, -2011,3,31,23,30,0,0,0,4,19,960,142.5,1.3,0.185,,,,,, -2011,4,1,0,30,0,0,0,4,18,960,141.9,1.3,0.185,,,,,, -2011,4,1,1,30,0,0,0,4,17,960,143.1,1.3,0.185,,,,,, -2011,4,1,2,30,0,0,0,3,16,960,146.1,1.4,0.185,,,,,, -2011,4,1,3,30,0,0,0,3,16,960,151.9,1.4,0.185,,,,,, -2011,4,1,4,30,0,0,0,3,15,960,160.2,1.5,0.185,,,,,, -2011,4,1,5,30,0,0,0,2,15,960,169.8,1.5,0.185,,,,,, -2011,4,1,6,30,149,15,20,2,16,960,179.9,1.8,0.185,,,,,, -2011,4,1,7,30,626,58,216,2,20,960,191.1,2.2,0.185,,,,,, -2011,4,1,8,30,806,80,446,2,25,960,197.1,2,0.185,,,,,, -2011,4,1,9,30,897,94,657,0,30,960,205.8,1.5,0.185,,,,,, -2011,4,1,10,30,947,102,823,-2,33,960,199.6,0.9,0.185,,,,,, -2011,4,1,11,30,937,127,921,-2,34,960,216,0.7,0.185,,,,,, -2011,4,1,12,30,948,129,960,-2,35,960,323.9,1.3,0.185,,,,,, -2011,4,1,13,30,942,126,927,-2,36,960,344,2,0.185,,,,,, -2011,4,1,14,30,921,118,827,-3,35,960,350.1,2.4,0.185,,,,,, -2011,4,1,15,30,875,108,665,-3,34,960,355,2.6,0.185,,,,,, -2011,4,1,16,30,788,91,459,-3,33,960,357.5,2.3,0.185,,,,,, -2011,4,1,17,30,610,67,230,3,29,960,353.8,1.5,0.185,,,,,, -2011,4,1,18,30,160,20,28,5,26,960,347.1,1.2,0.185,,,,,, -2011,4,1,19,30,0,0,0,3,25,960,347.6,1.3,0.185,,,,,, -2011,4,1,20,30,0,0,0,2,25,960,0.6,1.3,0.185,,,,,, -2011,4,1,21,30,0,0,0,1,24,960,17.4,1.2,0.185,,,,,, -2011,4,1,22,30,0,0,0,1,23,960,37.5,1.1,0.185,,,,,, -2011,4,1,23,30,0,0,0,0,23,960,65.3,1,0.185,,,,,, -2011,4,2,0,30,0,0,0,0,21,960,87.2,0.9,0.185,,,,,, -2011,4,2,1,30,0,0,0,1,18,960,97.6,0.9,0.185,,,,,, -2011,4,2,2,30,0,0,0,1,16,960,103.9,0.8,0.185,,,,,, -2011,4,2,3,30,0,0,0,1,15,960,106.8,0.7,0.185,,,,,, -2011,4,2,4,30,0,0,0,1,14,960,108.9,0.4,0.185,,,,,, -2011,4,2,5,30,0,0,0,1,14,960,116.5,0.2,0.185,,,,,, -2011,4,2,6,30,59,16,18,2,17,960,290.2,0.7,0.185,,,,,, -2011,4,2,7,30,496,77,205,1,22,960,293.5,1.6,0.185,,,,,, -2011,4,2,8,30,707,105,430,0,26,960,284.9,1.9,0.185,,,,,, -2011,4,2,9,30,818,120,637,0,29,960,285.5,1.6,0.185,,,,,, -2011,4,2,10,30,882,126,801,0,31,960,299.2,1.1,0.185,,,,,, -2011,4,2,11,30,910,132,905,1,32,960,323.9,0.8,0.185,,,,,, -2011,4,2,12,30,921,132,942,1,33,960,348.3,0.8,0.185,,,,,, -2011,4,2,13,30,549,331,799,1,34,960,2.6,0.9,0.185,,,,,, -2011,4,2,14,30,260,374,575,1,34,950,17.1,1,0.185,,,,,, -2011,4,2,15,30,233,297,447,1,33,950,18.7,1.2,0.185,,,,,, -2011,4,2,16,30,599,122,403,1,31,950,23.4,1.4,0.185,,,,,, -2011,4,2,17,30,49,106,119,2,28,960,27.1,1,0.185,,,,,, -2011,4,2,18,30,50,21,24,3,25,960,45.9,1,0.185,,,,,, -2011,4,2,19,30,0,0,0,5,23,960,77.3,1.7,0.185,,,,,, -2011,4,2,20,30,0,0,0,5,21,960,100.9,2.2,0.185,,,,,, -2011,4,2,21,30,0,0,0,5,19,960,114.1,2.1,0.185,,,,,, -2011,4,2,22,30,0,0,0,4,18,960,123.3,1.8,0.185,,,,,, -2011,4,2,23,30,0,0,0,5,18,960,131.6,1.5,0.185,,,,,, -2011,4,3,0,30,0,0,0,5,17,960,139.8,1.4,0.185,,,,,, -2011,4,3,1,30,0,0,0,5,17,960,157.3,1.2,0.185,,,,,, -2011,4,3,2,30,0,0,0,5,16,960,170.1,1.1,0.185,,,,,, -2011,4,3,3,30,0,0,0,5,15,960,174.4,1,0.185,,,,,, -2011,4,3,4,30,0,0,0,5,14,960,177.1,0.7,0.185,,,,,, -2011,4,3,5,30,0,0,0,5,14,960,187.7,0.4,0.185,,,,,, -2011,4,3,6,30,0,21,21,6,16,960,203.4,0.2,0.185,,,,,, -2011,4,3,7,30,505,67,199,6,19,960,145.5,0.8,0.185,,,,,, -2011,4,3,8,30,757,91,442,6,22,960,106.6,1.6,0.185,,,,,, -2011,4,3,9,30,853,105,648,4,24,960,122.3,1.7,0.185,,,,,, -2011,4,3,10,30,907,114,812,3,26,960,132.3,1.6,0.185,,,,,, -2011,4,3,11,30,902,139,909,2,27,960,131.7,1.5,0.185,,,,,, -2011,4,3,12,30,907,145,946,1,28,960,128.6,1.4,0.185,,,,,, -2011,4,3,13,30,898,145,913,0,28,960,131.1,1.8,0.185,,,,,, -2011,4,3,14,30,867,141,812,0,28,960,135.2,2.4,0.185,,,,,, -2011,4,3,15,30,792,139,648,0,27,960,139.1,3,0.185,,,,,, -2011,4,3,16,30,670,126,442,0,26,960,137.7,3.4,0.185,,,,,, -2011,4,3,17,30,444,95,216,0,24,960,136.6,3.1,0.185,,,,,, -2011,4,3,18,30,47,23,25,1,21,960,133.4,2.5,0.185,,,,,, -2011,4,3,19,30,0,0,0,2,19,960,127.1,2.8,0.185,,,,,, -2011,4,3,20,30,0,0,0,2,18,960,122.1,3,0.185,,,,,, -2011,4,3,21,30,0,0,0,2,17,960,115.5,2.6,0.185,,,,,, -2011,4,3,22,30,0,0,0,2,16,960,106.9,2.3,0.185,,,,,, -2011,4,3,23,30,0,0,0,2,15,960,103.8,2.3,0.185,,,,,, -2011,4,4,0,30,0,0,0,1,15,960,106.8,2.5,0.185,,,,,, -2011,4,4,1,30,0,0,0,0,15,960,113.3,2.8,0.185,,,,,, -2011,4,4,2,30,0,0,0,-2,14,960,124.4,3.1,0.185,,,,,, -2011,4,4,3,30,0,0,0,-4,12,960,135.2,3.3,0.185,,,,,, -2011,4,4,4,30,0,0,0,-6,11,960,144.1,3.5,0.185,,,,,, -2011,4,4,5,30,0,0,0,-7,10,970,151.6,3.6,0.185,,,,,, -2011,4,4,6,30,180,21,30,-7,11,970,172.3,3.9,0.185,,,,,, -2011,4,4,7,30,684,61,243,-8,14,970,182.6,4.4,0.185,,,,,, -2011,4,4,8,30,870,77,483,-11,18,970,194.1,4.8,0.185,,,,,, -2011,4,4,9,30,956,86,698,-14,21,970,210.2,4.8,0.185,,,,,, -2011,4,4,10,30,1001,91,864,-15,23,970,215.7,4.1,0.185,,,,,, -2011,4,4,11,30,1004,105,965,-15,25,970,214,3.1,0.185,,,,,, -2011,4,4,12,30,1010,106,1000,-16,26,970,204.6,2.5,0.185,,,,,, -2011,4,4,13,30,1002,104,964,-16,27,960,186.7,2.4,0.185,,,,,, -2011,4,4,14,30,974,102,858,-15,28,960,172.2,2.5,0.185,,,,,, -2011,4,4,15,30,932,92,694,-15,28,960,162.8,2.6,0.185,,,,,, -2011,4,4,16,30,856,78,484,-14,27,960,154.7,2.6,0.185,,,,,, -2011,4,4,17,30,699,58,250,-10,23,960,147.5,1.8,0.185,,,,,, -2011,4,4,18,30,269,21,37,-1,19,960,138.9,1.2,0.185,,,,,, -2011,4,4,19,30,0,0,0,-4,17,960,136.7,1.3,0.185,,,,,, -2011,4,4,20,30,0,0,0,-4,16,960,138.9,1.4,0.185,,,,,, -2011,4,4,21,30,0,0,0,-5,16,960,139.4,1.3,0.185,,,,,, -2011,4,4,22,30,0,0,0,-5,15,960,137.5,1.3,0.185,,,,,, -2011,4,4,23,30,0,0,0,-4,13,960,138.2,1.3,0.185,,,,,, -2011,4,5,0,30,0,0,0,-4,12,960,144.4,1.3,0.185,,,,,, -2011,4,5,1,30,0,0,0,-4,11,960,153.5,1.3,0.185,,,,,, -2011,4,5,2,30,0,0,0,-5,11,960,165.3,1.3,0.185,,,,,, -2011,4,5,3,30,0,0,0,-5,10,960,178.5,1.3,0.185,,,,,, -2011,4,5,4,30,0,0,0,-6,10,960,187.3,1.2,0.185,,,,,, -2011,4,5,5,30,0,0,0,-6,10,960,191.4,1,0.185,,,,,, -2011,4,5,6,30,245,21,34,-6,13,960,194.3,1,0.185,,,,,, -2011,4,5,7,30,680,60,244,-7,17,960,200,1,0.185,,,,,, -2011,4,5,8,30,840,79,475,-8,21,960,199.8,0.7,0.185,,,,,, -2011,4,5,9,30,920,90,682,-10,25,960,168.9,0.3,0.185,,,,,, -2011,4,5,10,30,964,95,844,-10,27,960,45.9,0.4,0.185,,,,,, -2011,4,5,11,30,966,110,941,-9,28,960,354.4,0.6,0.185,,,,,, -2011,4,5,12,30,970,113,976,-9,29,960,348,0.7,0.185,,,,,, -2011,4,5,13,30,697,251,852,-9,30,960,331,0.8,0.185,,,,,, -2011,4,5,14,30,653,240,749,-9,30,960,319.1,0.7,0.185,,,,,, -2011,4,5,15,30,825,127,662,-9,30,960,305.9,0.7,0.185,,,,,, -2011,4,5,16,30,483,156,386,-9,29,960,297.5,0.7,0.185,,,,,, -2011,4,5,17,30,347,91,187,-6,25,960,304.2,0.6,0.185,,,,,, -2011,4,5,18,30,23,22,23,0,22,960,309.2,0.6,0.185,,,,,, -2011,4,5,19,30,0,0,0,-2,21,960,337.4,0.7,0.185,,,,,, -2011,4,5,20,30,0,0,0,-3,20,960,1.6,0.7,0.185,,,,,, -2011,4,5,21,30,0,0,0,-4,19,960,25.1,0.5,0.185,,,,,, -2011,4,5,22,30,0,0,0,-4,18,960,74.5,0.6,0.185,,,,,, -2011,4,5,23,30,0,0,0,-5,17,960,123.7,0.7,0.185,,,,,, -2011,4,6,0,30,0,0,0,-5,16,960,169.8,0.7,0.185,,,,,, -2011,4,6,1,30,0,0,0,-5,16,960,187.3,0.7,0.185,,,,,, -2011,4,6,2,30,0,0,0,-5,15,960,204.6,0.7,0.185,,,,,, -2011,4,6,3,30,0,0,0,-4,15,960,223.1,0.8,0.185,,,,,, -2011,4,6,4,30,0,0,0,-3,15,960,220.1,0.8,0.185,,,,,, -2011,4,6,5,30,0,0,0,-3,15,960,214.1,0.8,0.185,,,,,, -2011,4,6,6,30,0,17,17,-2,17,960,197.2,1.3,0.185,,,,,, -2011,4,6,7,30,0,33,33,-2,20,960,191.7,1.8,0.185,,,,,, -2011,4,6,8,30,64,198,229,-5,23,960,179,1.9,0.185,,,,,, -2011,4,6,9,30,153,306,405,-5,26,960,146.2,2.2,0.185,,,,,, -2011,4,6,10,30,106,380,462,-5,27,960,125.7,2.8,0.185,,,,,, -2011,4,6,11,30,9,204,212,-4,29,960,115,3.4,0.185,,,,,, -2011,4,6,12,30,6,167,172,-3,30,960,131.8,3.5,0.185,,,,,, -2011,4,6,13,30,21,318,337,-3,30,960,137.2,3,0.185,,,,,, -2011,4,6,14,30,0,27,27,-2,30,960,135.3,2.4,0.185,,,,,, -2011,4,6,15,30,188,307,429,-2,29,960,135,2.1,0.185,,,,,, -2011,4,6,16,30,0,39,39,-2,28,960,135.6,1.9,0.185,,,,,, -2011,4,6,17,30,99,109,137,0,25,960,139.4,1.4,0.187,,,,,, -2011,4,6,18,30,0,14,14,1,21,960,133,1,0.187,,,,,, -2011,4,6,19,30,0,0,0,4,19,960,116.9,1.3,0.187,,,,,, -2011,4,6,20,30,0,0,0,6,18,960,109.6,1.9,0.187,,,,,, -2011,4,6,21,30,0,0,0,6,16,960,109.7,2.8,0.187,,,,,, -2011,4,6,22,30,0,0,0,6,16,960,116.8,3.2,0.187,,,,,, -2011,4,6,23,30,0,0,0,6,15,960,122.7,2.7,0.187,,,,,, -2011,4,7,0,30,0,0,0,6,15,960,126,2.1,0.187,,,,,, -2011,4,7,1,30,0,0,0,5,15,960,129.3,1.9,0.187,,,,,, -2011,4,7,2,30,0,0,0,5,14,960,127.7,1.8,0.187,,,,,, -2011,4,7,3,30,0,0,0,4,13,960,124.1,1.7,0.187,,,,,, -2011,4,7,4,30,0,0,0,4,12,960,122.2,1.4,0.187,,,,,, -2011,4,7,5,30,0,0,0,4,12,960,118.5,1.2,0.187,,,,,, -2011,4,7,6,30,0,13,13,4,14,960,115.4,1.6,0.187,,,,,, -2011,4,7,7,30,83,109,132,4,17,960,112.2,2.1,0.187,,,,,, -2011,4,7,8,30,744,99,455,4,20,960,99.3,1.8,0.187,,,,,, -2011,4,7,9,30,839,114,661,5,23,960,64.3,1.8,0.187,,,,,, -2011,4,7,10,30,893,123,823,5,24,960,11.6,2.5,0.187,,,,,, -2011,4,7,11,30,908,137,923,5,25,960,3.5,3.1,0.187,,,,,, -2011,4,7,12,30,239,456,670,4,26,960,7.3,3.4,0.187,,,,,, -2011,4,7,13,30,907,139,926,4,27,950,19.7,3.6,0.187,,,,,, -2011,4,7,14,30,869,141,822,3,26,950,36.5,4.1,0.187,,,,,, -2011,4,7,15,30,823,127,664,2,26,950,57.4,4.9,0.187,,,,,, -2011,4,7,16,30,739,106,462,0,25,950,76.7,5.6,0.187,,,,,, -2011,4,7,17,30,564,78,237,0,22,950,90,5.6,0.187,,,,,, -2011,4,7,18,30,145,27,36,0,19,950,98.1,4.8,0.187,,,,,, -2011,4,7,19,30,0,0,0,0,17,950,98.1,4.1,0.187,,,,,, -2011,4,7,20,30,0,0,0,0,16,950,98.8,3.8,0.187,,,,,, -2011,4,7,21,30,0,0,0,0,15,950,102,3.2,0.187,,,,,, -2011,4,7,22,30,0,0,0,1,14,950,106.5,2.4,0.187,,,,,, -2011,4,7,23,30,0,0,0,1,13,950,109.2,1.9,0.187,,,,,, -2011,4,8,0,30,0,0,0,2,12,950,110.5,1.6,0.187,,,,,, -2011,4,8,1,30,0,0,0,2,11,950,112.9,1.5,0.187,,,,,, -2011,4,8,2,30,0,0,0,3,10,950,114,1.3,0.187,,,,,, -2011,4,8,3,30,0,0,0,3,10,950,119.6,1,0.187,,,,,, -2011,4,8,4,30,0,0,0,3,9,950,131.3,0.7,0.187,,,,,, -2011,4,8,5,30,0,0,0,4,9,950,146.9,0.5,0.187,,,,,, -2011,4,8,6,30,0,23,23,4,11,960,160,0.6,0.187,,,,,, -2011,4,8,7,30,76,110,132,5,13,960,134.3,1.1,0.187,,,,,, -2011,4,8,8,30,266,202,331,4,16,960,109.5,1.4,0.187,,,,,, -2011,4,8,9,30,244,303,463,4,17,960,94.9,1.5,0.187,,,,,, -2011,4,8,10,30,869,140,825,4,19,960,83.1,1.5,0.187,,,,,, -2011,4,8,11,30,426,373,744,3,20,960,79.1,1.5,0.187,,,,,, -2011,4,8,12,30,515,374,837,2,21,950,80.2,1.4,0.187,,,,,, -2011,4,8,13,30,903,144,929,1,22,950,79.7,1.4,0.187,,,,,, -2011,4,8,14,30,506,299,697,1,22,950,78.7,1.4,0.187,,,,,, -2011,4,8,15,30,390,271,527,0,21,950,76.8,1.3,0.187,,,,,, -2011,4,8,16,30,355,187,359,1,19,950,79.5,1.3,0.187,,,,,, -2011,4,8,17,30,30,105,114,1,17,950,95.6,1.3,0.187,,,,,, -2011,4,8,18,30,78,28,33,2,15,950,118.2,1.2,0.187,,,,,, -2011,4,8,19,30,0,0,0,3,13,950,135.3,1.1,0.187,,,,,, -2011,4,8,20,30,0,0,0,3,13,960,135.3,1,0.187,,,,,, -2011,4,8,21,30,0,0,0,3,13,960,127.8,1,0.187,,,,,, -2011,4,8,22,30,0,0,0,4,12,960,111.6,1.1,0.187,,,,,, -2011,4,8,23,30,0,0,0,4,12,960,101.1,1,0.187,,,,,, -2011,4,9,0,30,0,0,0,5,11,960,93.3,0.9,0.187,,,,,, -2011,4,9,1,30,0,0,0,6,10,960,86.2,0.8,0.187,,,,,, -2011,4,9,2,30,0,0,0,7,9,960,75.6,0.5,0.187,,,,,, -2011,4,9,3,30,0,0,0,7,8,960,55.6,0.2,0.187,,,,,, -2011,4,9,4,30,0,0,0,6,7,960,19.6,0.1,0.187,,,,,, -2011,4,9,5,30,0,0,0,5,6,960,319.3,0.1,0.187,,,,,, -2011,4,9,6,30,0,2,2,4,6,960,312.5,0.2,0.187,,,,,, -2011,4,9,7,30,0,63,63,3,6,960,16.4,0.7,0.187,,,,,, -2011,4,9,8,30,0,17,17,3,7,960,58.2,1,0.187,,,,,, -2011,4,9,9,30,0,111,111,2,8,960,57.3,1.2,0.187,,,,,, -2011,4,9,10,30,18,278,292,2,9,960,51.3,1.4,0.187,,,,,, -2011,4,9,11,30,18,298,314,2,10,960,53.5,1.6,0.187,,,,,, -2011,4,9,12,30,32,372,401,2,10,960,66.8,1.8,0.187,,,,,, -2011,4,9,13,30,30,354,381,2,10,960,86.4,2.1,0.187,,,,,, -2011,4,9,14,30,206,391,554,1,10,960,102.2,2.2,0.187,,,,,, -2011,4,9,15,30,813,134,669,1,10,960,110.6,2.1,0.187,,,,,, -2011,4,9,16,30,738,109,467,1,9,960,116.1,2.1,0.187,,,,,, -2011,4,9,17,30,585,77,244,1,8,960,123.8,1.6,0.187,,,,,, -2011,4,9,18,30,0,5,5,2,7,960,128.9,1,0.187,,,,,, -2011,4,9,19,30,0,0,0,3,6,970,127.4,1.1,0.187,,,,,, -2011,4,9,20,30,0,0,0,2,5,970,117.5,1.6,0.187,,,,,, -2011,4,9,21,30,0,0,0,2,5,970,113.2,1.9,0.187,,,,,, -2011,4,9,22,30,0,0,0,1,4,970,116.5,1.8,0.187,,,,,, -2011,4,9,23,30,0,0,0,1,4,970,117.2,1.4,0.187,,,,,, -2011,4,10,0,30,0,0,0,0,3,970,115,1.2,0.187,,,,,, -2011,4,10,1,30,0,0,0,0,3,970,113.9,1.1,0.187,,,,,, -2011,4,10,2,30,0,0,0,0,2,970,113.5,1.1,0.187,,,,,, -2011,4,10,3,30,0,0,0,0,2,970,114.5,1,0.187,,,,,, -2011,4,10,4,30,0,0,0,0,2,970,115.3,1,0.187,,,,,, -2011,4,10,5,30,0,0,0,0,2,970,116.8,0.9,0.187,,,,,, -2011,4,10,6,30,268,28,49,0,4,970,118.2,1.4,0.187,,,,,, -2011,4,10,7,30,657,68,260,0,7,970,123.6,2,0.187,,,,,, -2011,4,10,8,30,807,92,489,0,10,970,145.2,1.9,0.187,,,,,, -2011,4,10,9,30,877,112,693,-1,13,970,150.3,1.6,0.187,,,,,, -2011,4,10,10,30,912,128,852,-2,15,970,159.7,1.4,0.187,,,,,, -2011,4,10,11,30,842,191,929,-2,16,970,164.2,1.5,0.187,,,,,, -2011,4,10,12,30,894,167,975,-3,17,970,163.6,1.7,0.187,,,,,, -2011,4,10,13,30,923,142,949,-4,18,970,165.7,1.9,0.187,,,,,, -2011,4,10,14,30,875,147,840,-4,19,970,171.4,2,0.187,,,,,, -2011,4,10,15,30,832,131,680,-5,19,970,176.6,2,0.187,,,,,, -2011,4,10,16,30,740,113,474,-5,18,970,180.6,1.8,0.187,,,,,, -2011,4,10,17,30,554,85,245,-5,16,970,182.1,1.2,0.187,,,,,, -2011,4,10,18,30,150,30,41,0,13,970,181.8,0.8,0.187,,,,,, -2011,4,10,19,30,0,0,0,0,11,970,184.5,0.7,0.187,,,,,, -2011,4,10,20,30,0,0,0,-1,10,970,193.9,0.5,0.187,,,,,, -2011,4,10,21,30,0,0,0,-1,10,970,186.8,0.5,0.187,,,,,, -2011,4,10,22,30,0,0,0,-2,10,970,151.2,0.7,0.187,,,,,, -2011,4,10,23,30,0,0,0,-2,9,970,156.8,0.9,0.187,,,,,, -2011,4,11,0,30,0,0,0,-3,8,970,165.6,1,0.187,,,,,, -2011,4,11,1,30,0,0,0,-2,7,970,165.3,1.1,0.187,,,,,, -2011,4,11,2,30,0,0,0,-2,5,970,169.3,1.1,0.187,,,,,, -2011,4,11,3,30,0,0,0,-3,5,970,157.7,1.1,0.187,,,,,, -2011,4,11,4,30,0,0,0,-3,5,970,158.9,1.2,0.187,,,,,, -2011,4,11,5,30,0,0,0,-4,5,970,158.4,1.1,0.187,,,,,, -2011,4,11,6,30,290,29,54,-4,7,970,161.9,1.4,0.187,,,,,, -2011,4,11,7,30,682,68,271,-4,11,970,166.5,1.7,0.187,,,,,, -2011,4,11,8,30,831,91,503,-4,15,970,181.3,1.7,0.187,,,,,, -2011,4,11,9,30,905,108,712,-6,19,970,186.3,1.7,0.187,,,,,, -2011,4,11,10,30,950,118,876,-7,22,970,213.2,1.5,0.187,,,,,, -2011,4,11,11,30,964,129,977,-8,24,970,223.8,1.1,0.187,,,,,, -2011,4,11,12,30,731,253,916,-9,25,970,209.1,0.9,0.187,,,,,, -2011,4,11,13,30,969,126,976,-10,26,960,178.9,1.1,0.187,,,,,, -2011,4,11,14,30,940,123,869,-10,26,960,160.1,1.6,0.187,,,,,, -2011,4,11,15,30,900,109,705,-10,26,960,156.7,2.2,0.187,,,,,, -2011,4,11,16,30,827,91,497,-10,25,960,157,2.4,0.187,,,,,, -2011,4,11,17,30,670,68,263,-4,22,960,154.5,1.8,0.187,,,,,, -2011,4,11,18,30,260,28,48,2,19,960,149.9,1.2,0.187,,,,,, -2011,4,11,19,30,0,0,0,0,17,960,147.1,1.3,0.187,,,,,, -2011,4,11,20,30,0,0,0,0,16,960,140.7,1.3,0.187,,,,,, -2011,4,11,21,30,0,0,0,0,16,960,125.7,1.5,0.187,,,,,, -2011,4,11,22,30,0,0,0,-1,16,960,112,1.9,0.187,,,,,, -2011,4,11,23,30,0,0,0,-1,15,960,106.1,2.2,0.187,,,,,, -2011,4,12,0,30,0,0,0,-2,14,960,103.8,2.2,0.187,,,,,, -2011,4,12,1,30,0,0,0,-2,12,960,104.5,2,0.187,,,,,, -2011,4,12,2,30,0,0,0,-2,12,960,105,1.8,0.187,,,,,, -2011,4,12,3,30,0,0,0,-1,11,960,105,1.5,0.187,,,,,, -2011,4,12,4,30,0,0,0,-1,11,960,106.3,1.2,0.187,,,,,, -2011,4,12,5,30,0,0,0,-1,11,960,105,1.1,0.187,,,,,, -2011,4,12,6,30,0,2,2,0,13,960,103.6,1.3,0.187,,,,,, -2011,4,12,7,30,657,57,255,0,16,960,96.8,1.7,0.187,,,,,, -2011,4,12,8,30,796,97,496,-4,20,960,104.2,2,0.187,,,,,, -2011,4,12,9,30,885,110,703,-5,23,960,120.8,1.7,0.187,,,,,, -2011,4,12,10,30,932,119,865,-5,24,960,95.2,1.1,0.187,,,,,, -2011,4,12,11,30,919,145,956,-5,25,960,55.9,0.8,0.187,,,,,, -2011,4,12,12,30,915,154,986,-5,26,960,48.2,0.5,0.187,,,,,, -2011,4,12,13,30,899,156,947,-5,27,960,58,0.3,0.187,,,,,, -2011,4,12,14,30,899,135,851,-5,27,960,120.5,0.3,0.187,,,,,, -2011,4,12,15,30,841,126,685,-5,26,960,145.6,0.3,0.187,,,,,, -2011,4,12,16,30,734,113,474,-5,25,960,163,0.2,0.187,,,,,, -2011,4,12,17,30,546,85,245,-4,22,960,206.4,0.2,0.187,,,,,, -2011,4,12,18,30,162,29,42,2,18,960,304.1,0.4,0.187,,,,,, -2011,4,12,19,30,0,0,0,1,17,960,330.8,0.5,0.187,,,,,, -2011,4,12,20,30,0,0,0,1,16,960,339.9,0.3,0.187,,,,,, -2011,4,12,21,30,0,0,0,0,15,960,134.2,0.4,0.187,,,,,, -2011,4,12,22,30,0,0,0,0,15,960,146.5,0.8,0.187,,,,,, -2011,4,12,23,30,0,0,0,0,15,960,145.4,1,0.187,,,,,, -2011,4,13,0,30,0,0,0,0,15,960,145.1,1,0.187,,,,,, -2011,4,13,1,30,0,0,0,-1,14,960,144,1,0.187,,,,,, -2011,4,13,2,30,0,0,0,0,12,960,139.2,0.9,0.187,,,,,, -2011,4,13,3,30,0,0,0,0,11,960,131.3,0.9,0.187,,,,,, -2011,4,13,4,30,0,0,0,0,10,960,123.7,0.9,0.187,,,,,, -2011,4,13,5,30,0,0,0,0,10,960,115.4,0.9,0.187,,,,,, -2011,4,13,6,30,189,34,51,0,13,960,107.4,1.2,0.187,,,,,, -2011,4,13,7,30,557,87,257,0,17,960,113,1.8,0.187,,,,,, -2011,4,13,8,30,726,116,483,0,20,960,120.6,2.1,0.187,,,,,, -2011,4,13,9,30,816,137,686,0,23,960,107.4,1.9,0.187,,,,,, -2011,4,13,10,30,868,149,847,0,24,960,83.6,1.5,0.187,,,,,, -2011,4,13,11,30,885,164,947,-1,25,960,66.3,1.2,0.187,,,,,, -2011,4,13,12,30,886,172,980,-2,26,960,68.1,1.2,0.187,,,,,, -2011,4,13,13,30,884,166,946,-2,27,960,95.1,1.9,0.187,,,,,, -2011,4,13,14,30,892,140,852,-3,27,960,117.9,3.2,0.187,,,,,, -2011,4,13,15,30,825,136,686,-4,26,960,125.1,4.7,0.187,,,,,, -2011,4,13,16,30,718,122,477,-4,25,960,123.6,5.9,0.187,,,,,, -2011,4,13,17,30,518,94,248,-4,23,960,120,6.2,0.187,,,,,, -2011,4,13,18,30,119,34,44,-4,19,960,116.6,5.6,0.187,,,,,, -2011,4,13,19,30,0,0,0,-2,16,960,112.7,5.2,0.187,,,,,, -2011,4,13,20,30,0,0,0,-2,14,960,109.1,5.1,0.187,,,,,, -2011,4,13,21,30,0,0,0,-2,13,960,110.5,5,0.187,,,,,, -2011,4,13,22,30,0,0,0,-1,12,960,113.8,4.6,0.187,,,,,, -2011,4,13,23,30,0,0,0,0,11,960,116.1,3.8,0.187,,,,,, -2011,4,14,0,30,0,0,0,0,10,960,118.4,3,0.187,,,,,, -2011,4,14,1,30,0,0,0,0,9,960,119.9,2.5,0.187,,,,,, -2011,4,14,2,30,0,0,0,0,9,960,123.1,2.3,0.187,,,,,, -2011,4,14,3,30,0,0,0,-1,8,960,124.9,2.1,0.187,,,,,, -2011,4,14,4,30,0,0,0,-2,7,960,128.2,2.1,0.187,,,,,, -2011,4,14,5,30,0,0,0,-2,7,960,132.6,2.5,0.187,,,,,, -2011,4,14,6,30,176,39,56,-2,10,970,135,3.2,0.187,,,,,, -2011,4,14,7,30,561,95,268,-3,14,970,136,3.8,0.187,,,,,, -2011,4,14,8,30,751,119,500,-5,18,970,157.7,4.6,0.187,,,,,, -2011,4,14,9,30,847,134,708,-8,21,970,188.2,5.2,0.187,,,,,, -2011,4,14,10,30,897,145,868,-10,22,970,192.6,5.1,0.187,,,,,, -2011,4,14,11,30,884,174,959,-11,24,970,189.5,4.8,0.187,,,,,, -2011,4,14,12,30,900,170,993,-12,25,970,186.5,4.6,0.187,,,,,, -2011,4,14,13,30,903,159,959,-12,26,960,182.2,4.4,0.187,,,,,, -2011,4,14,14,30,871,155,852,-12,26,960,178.8,4.3,0.187,,,,,, -2011,4,14,15,30,829,137,691,-11,26,960,176.7,4.1,0.187,,,,,, -2011,4,14,16,30,738,117,484,-11,25,960,175.7,3.8,0.187,,,,,, -2011,4,14,17,30,551,90,254,-9,22,960,176.5,2.7,0.186,,,,,, -2011,4,14,18,30,147,35,47,-2,18,960,179.3,1.5,0.186,,,,,, -2011,4,14,19,30,0,0,0,-2,15,960,185.4,1.4,0.186,,,,,, -2011,4,14,20,30,0,0,0,-3,14,960,189.4,1.4,0.186,,,,,, -2011,4,14,21,30,0,0,0,-2,13,960,189,1.3,0.186,,,,,, -2011,4,14,22,30,0,0,0,-2,12,960,183.1,1.3,0.186,,,,,, -2011,4,14,23,30,0,0,0,-1,12,960,175.7,1.3,0.186,,,,,, -2011,4,15,0,30,0,0,0,-2,11,960,171.5,1.3,0.186,,,,,, -2011,4,15,1,30,0,0,0,-2,11,960,171.1,1.4,0.186,,,,,, -2011,4,15,2,30,0,0,0,-2,10,960,168.3,1.6,0.186,,,,,, -2011,4,15,3,30,0,0,0,-2,10,960,164.1,1.7,0.186,,,,,, -2011,4,15,4,30,0,0,0,-3,9,970,159.9,1.8,0.186,,,,,, -2011,4,15,5,30,0,0,0,-4,10,970,156.3,2,0.186,,,,,, -2011,4,15,6,30,232,38,61,-4,13,970,158.9,2.9,0.186,,,,,, -2011,4,15,7,30,600,86,274,-5,16,970,166.5,3.6,0.186,,,,,, -2011,4,15,8,30,766,112,503,-6,20,970,181.2,3.8,0.186,,,,,, -2011,4,15,9,30,854,128,710,-8,23,970,201.5,4,0.186,,,,,, -2011,4,15,10,30,905,138,871,-10,26,970,211.7,3.7,0.186,,,,,, -2011,4,15,11,30,902,161,964,-10,28,960,213.4,3.4,0.186,,,,,, -2011,4,15,12,30,915,159,998,-11,29,960,211.5,3.2,0.186,,,,,, -2011,4,15,13,30,911,153,961,-11,30,960,206.8,3,0.186,,,,,, -2011,4,15,14,30,900,136,859,-11,30,960,199.6,2.9,0.186,,,,,, -2011,4,15,15,30,854,123,696,-10,30,960,192.2,2.8,0.186,,,,,, -2011,4,15,16,30,771,104,489,-10,29,960,183.7,2.5,0.186,,,,,, -2011,4,15,17,30,610,78,261,-6,26,960,172.6,1.7,0.186,,,,,, -2011,4,15,18,30,233,32,53,3,21,960,153.3,1.2,0.186,,,,,, -2011,4,15,19,30,0,0,0,0,19,960,138.4,1.4,0.186,,,,,, -2011,4,15,20,30,0,0,0,0,18,960,132.6,1.5,0.186,,,,,, -2011,4,15,21,30,0,0,0,0,17,960,130.6,1.5,0.186,,,,,, -2011,4,15,22,30,0,0,0,0,16,960,130.2,1.6,0.186,,,,,, -2011,4,15,23,30,0,0,0,0,15,960,132.1,1.6,0.186,,,,,, -2011,4,16,0,30,0,0,0,-1,14,960,136.9,1.6,0.186,,,,,, -2011,4,16,1,30,0,0,0,-2,14,960,143.9,1.5,0.186,,,,,, -2011,4,16,2,30,0,0,0,-3,13,960,152.1,1.5,0.186,,,,,, -2011,4,16,3,30,0,0,0,-4,13,960,160.9,1.5,0.186,,,,,, -2011,4,16,4,30,0,0,0,-4,12,960,170.4,1.5,0.186,,,,,, -2011,4,16,5,30,0,0,0,-4,13,960,179.5,1.6,0.186,,,,,, -2011,4,16,6,30,309,36,68,-4,16,960,187.1,2.1,0.186,,,,,, -2011,4,16,7,30,662,74,284,-5,21,960,187.2,2.5,0.186,,,,,, -2011,4,16,8,30,813,94,513,-6,25,960,183.4,2.8,0.186,,,,,, -2011,4,16,9,30,892,106,716,-8,28,960,186.1,3.4,0.186,,,,,, -2011,4,16,10,30,934,114,873,-8,31,960,189,3.2,0.186,,,,,, -2011,4,16,11,30,941,126,967,-7,32,960,185.5,2.7,0.186,,,,,, -2011,4,16,12,30,948,128,999,-6,33,960,178.8,2.5,0.186,,,,,, -2011,4,16,13,30,941,124,961,-5,33,960,170.8,2.4,0.186,,,,,, -2011,4,16,14,30,910,122,856,-4,34,960,161.4,2.3,0.186,,,,,, -2011,4,16,15,30,863,113,694,-4,33,960,152.9,2.2,0.186,,,,,, -2011,4,16,16,30,778,98,488,-3,32,950,146.7,1.9,0.186,,,,,, -2011,4,16,17,30,616,74,261,0,29,950,143.4,1.3,0.186,,,,,, -2011,4,16,18,30,244,31,53,5,24,960,143.9,0.9,0.186,,,,,, -2011,4,16,19,30,0,0,0,3,22,960,147.1,0.9,0.186,,,,,, -2011,4,16,20,30,0,0,0,3,21,960,142.1,0.9,0.186,,,,,, -2011,4,16,21,30,0,0,0,3,21,960,123.3,1.1,0.186,,,,,, -2011,4,16,22,30,0,0,0,3,21,960,109.6,1.2,0.186,,,,,, -2011,4,16,23,30,0,0,0,3,21,960,104.7,1.4,0.186,,,,,, -2011,4,17,0,30,0,0,0,3,20,960,106.3,1.4,0.186,,,,,, -2011,4,17,1,30,0,0,0,3,19,960,111.2,1.3,0.186,,,,,, -2011,4,17,2,30,0,0,0,3,18,960,116,1.2,0.186,,,,,, -2011,4,17,3,30,0,0,0,3,17,960,120.6,0.9,0.186,,,,,, -2011,4,17,4,30,0,0,0,2,16,960,131.7,0.4,0.186,,,,,, -2011,4,17,5,30,0,0,0,2,16,960,232.4,0.4,0.186,,,,,, -2011,4,17,6,30,271,37,67,2,18,960,303.7,1.1,0.186,,,,,, -2011,4,17,7,30,605,81,275,0,21,960,305.9,2,0.186,,,,,, -2011,4,17,8,30,756,106,498,0,25,960,297.5,2.1,0.186,,,,,, -2011,4,17,9,30,832,124,696,0,28,960,299.3,1.9,0.186,,,,,, -2011,4,17,10,30,871,139,850,0,31,960,305.8,1.9,0.186,,,,,, -2011,4,17,11,30,852,171,935,0,32,960,317.3,2.4,0.186,,,,,, -2011,4,17,12,30,844,184,962,0,33,960,325.7,3,0.186,,,,,, -2011,4,17,13,30,821,192,924,0,34,960,331.6,3.6,0.186,,,,,, -2011,4,17,14,30,883,136,849,-1,34,960,336.6,3.8,0.186,,,,,, -2011,4,17,15,30,813,135,684,-2,33,950,340.8,3.8,0.186,,,,,, -2011,4,17,16,30,688,127,474,-2,32,950,341.7,3.7,0.186,,,,,, -2011,4,17,17,30,470,102,245,-2,29,950,339.1,3.3,0.186,,,,,, -2011,4,17,18,30,100,36,45,0,25,950,330.4,2.8,0.186,,,,,, -2011,4,17,19,30,0,0,0,0,22,960,329.9,2.2,0.186,,,,,, -2011,4,17,20,30,0,0,0,0,21,960,340.6,1.4,0.186,,,,,, -2011,4,17,21,30,0,0,0,1,19,960,10.5,0.7,0.186,,,,,, -2011,4,17,22,30,0,0,0,2,19,960,55.9,0.4,0.186,,,,,, -2011,4,17,23,30,0,0,0,2,19,960,149.3,0.5,0.186,,,,,, -2011,4,18,0,30,0,0,0,1,18,960,182.9,0.6,0.186,,,,,, -2011,4,18,1,30,0,0,0,1,17,960,191.2,0.6,0.186,,,,,, -2011,4,18,2,30,0,0,0,2,16,960,202.9,0.5,0.186,,,,,, -2011,4,18,3,30,0,0,0,1,15,960,238.8,0.4,0.186,,,,,, -2011,4,18,4,30,0,0,0,1,14,960,277.4,0.6,0.186,,,,,, -2011,4,18,5,30,0,0,0,1,14,960,292,0.8,0.186,,,,,, -2011,4,18,6,30,189,41,63,1,17,960,302.4,1.3,0.186,,,,,, -2011,4,18,7,30,458,105,254,0,20,960,295.4,1.5,0.186,,,,,, -2011,4,18,8,30,769,105,507,1,23,960,282.5,1.2,0.186,,,,,, -2011,4,18,9,30,854,119,708,1,26,960,293.5,1.2,0.186,,,,,, -2011,4,18,10,30,902,127,866,1,28,960,319.9,1.2,0.186,,,,,, -2011,4,18,11,30,933,128,966,1,30,960,345.1,1.5,0.186,,,,,, -2011,4,18,12,30,937,132,997,1,31,960,5.4,1.7,0.186,,,,,, -2011,4,18,13,30,926,131,959,1,32,950,27.6,1.8,0.186,,,,,, -2011,4,18,14,30,884,134,850,1,32,950,49.7,2.2,0.186,,,,,, -2011,4,18,15,30,818,130,684,1,31,950,77.7,3.2,0.186,,,,,, -2011,4,18,16,30,248,215,341,1,30,950,101.3,4.7,0.186,,,,,, -2011,4,18,17,30,153,121,168,2,28,950,109.8,5.5,0.186,,,,,, -2011,4,18,18,30,0,7,7,3,25,950,116.5,5.3,0.186,,,,,, -2011,4,18,19,30,0,0,0,5,22,950,117.7,4.9,0.186,,,,,, -2011,4,18,20,30,0,0,0,5,21,960,114.3,4.4,0.186,,,,,, -2011,4,18,21,30,0,0,0,5,20,960,116.6,3.7,0.186,,,,,, -2011,4,18,22,30,0,0,0,6,19,960,121,3,0.186,,,,,, -2011,4,18,23,30,0,0,0,6,17,960,123.4,2.5,0.186,,,,,, -2011,4,19,0,30,0,0,0,7,16,960,123.3,2.3,0.186,,,,,, -2011,4,19,1,30,0,0,0,7,16,960,121.7,2,0.186,,,,,, -2011,4,19,2,30,0,0,0,8,15,960,118,1.5,0.186,,,,,, -2011,4,19,3,30,0,0,0,8,14,960,113.5,1.3,0.186,,,,,, -2011,4,19,4,30,0,0,0,8,14,960,107.3,1.2,0.186,,,,,, -2011,4,19,5,30,0,0,0,8,14,960,101.9,1.2,0.186,,,,,, -2011,4,19,6,30,190,45,67,8,17,960,101.4,1.8,0.186,,,,,, -2011,4,19,7,30,526,99,272,8,20,960,112.7,2.7,0.186,,,,,, -2011,4,19,8,30,696,128,493,9,23,960,133.2,2.7,0.186,,,,,, -2011,4,19,9,30,795,143,694,8,25,960,144.2,2,0.186,,,,,, -2011,4,19,10,30,853,151,852,7,27,960,138.2,1.4,0.186,,,,,, -2011,4,19,11,30,600,324,865,6,28,960,129.3,1.2,0.186,,,,,, -2011,4,19,12,30,841,190,969,5,29,960,125.8,1.1,0.186,,,,,, -2011,4,19,13,30,822,193,930,4,30,960,128.3,1.1,0.186,,,,,, -2011,4,19,14,30,613,271,769,3,30,960,134.3,1.3,0.186,,,,,, -2011,4,19,15,30,661,183,632,3,30,960,138.9,1.7,0.186,,,,,, -2011,4,19,16,30,292,209,358,2,29,960,141.3,2.1,0.186,,,,,, -2011,4,19,17,30,343,105,211,1,26,960,141.8,2.2,0.186,,,,,, -2011,4,19,18,30,29,36,39,5,23,960,135.8,2,0.186,,,,,, -2011,4,19,19,30,0,0,0,5,21,960,128.1,2.2,0.186,,,,,, -2011,4,19,20,30,0,0,0,4,20,960,126.2,2.2,0.186,,,,,, -2011,4,19,21,30,0,0,0,3,18,960,125.8,1.8,0.186,,,,,, -2011,4,19,22,30,0,0,0,3,18,960,128.4,1.6,0.186,,,,,, -2011,4,19,23,30,0,0,0,2,17,960,128.9,1.4,0.186,,,,,, -2011,4,20,0,30,0,0,0,2,17,960,126.1,1.3,0.186,,,,,, -2011,4,20,1,30,0,0,0,2,17,960,122,1.2,0.186,,,,,, -2011,4,20,2,30,0,0,0,1,17,960,120.1,1.1,0.186,,,,,, -2011,4,20,3,30,0,0,0,1,17,960,116.3,1,0.186,,,,,, -2011,4,20,4,30,0,0,0,1,16,960,117.3,0.9,0.186,,,,,, -2011,4,20,5,30,0,0,0,0,16,960,118.7,0.9,0.186,,,,,, -2011,4,20,6,30,227,46,73,1,17,960,118.2,1.1,0.186,,,,,, -2011,4,20,7,30,566,94,282,0,21,960,128.2,1.5,0.186,,,,,, -2011,4,20,8,30,731,119,506,2,24,960,135.2,1.6,0.186,,,,,, -2011,4,20,9,30,818,135,705,2,26,960,125.7,1.1,0.186,,,,,, -2011,4,20,10,30,463,329,711,2,28,960,116,0.5,0.186,,,,,, -2011,4,20,11,30,884,155,954,1,29,960,120.8,0.2,0.186,,,,,, -2011,4,20,12,30,630,320,905,1,30,960,146.6,0.2,0.186,,,,,, -2011,4,20,13,30,520,367,834,0,30,960,144.2,0.3,0.186,,,,,, -2011,4,20,14,30,896,126,855,0,30,960,110.9,0.6,0.186,,,,,, -2011,4,20,15,30,853,114,695,0,30,960,87.3,1,0.186,,,,,, -2011,4,20,16,30,782,96,495,-1,29,960,81.8,1.3,0.186,,,,,, -2011,4,20,17,30,634,73,271,-1,27,960,86.3,1.4,0.186,,,,,, -2011,4,20,18,30,272,35,62,2,23,960,91.1,1.5,0.186,,,,,, -2011,4,20,19,30,0,0,0,2,20,960,97.1,1.8,0.186,,,,,, -2011,4,20,20,30,0,0,0,1,19,960,100.1,2.1,0.186,,,,,, -2011,4,20,21,30,0,0,0,1,18,960,103.5,2,0.186,,,,,, -2011,4,20,22,30,0,0,0,1,17,960,107.7,1.9,0.186,,,,,, -2011,4,20,23,30,0,0,0,1,16,960,110.4,1.9,0.186,,,,,, -2011,4,21,0,30,0,0,0,1,16,960,115.5,2,0.186,,,,,, -2011,4,21,1,30,0,0,0,1,16,960,118.7,2,0.186,,,,,, -2011,4,21,2,30,0,0,0,1,16,960,116.7,1.7,0.186,,,,,, -2011,4,21,3,30,0,0,0,1,15,960,112.4,1.3,0.186,,,,,, -2011,4,21,4,30,0,0,0,1,14,960,107.7,1.1,0.186,,,,,, -2011,4,21,5,30,0,0,0,1,14,960,108.4,1.1,0.186,,,,,, -2011,4,21,6,30,312,41,80,2,17,960,116,1.8,0.186,,,,,, -2011,4,21,7,30,626,80,291,3,20,960,127,3,0.186,,,,,, -2011,4,21,8,30,769,104,514,5,23,960,132.7,3.8,0.186,,,,,, -2011,4,21,9,30,843,122,712,7,26,960,132.9,3.9,0.186,,,,,, -2011,4,21,10,30,889,133,868,6,28,960,127.8,3.7,0.186,,,,,, -2011,4,21,11,30,889,154,960,5,29,960,122.1,3.6,0.186,,,,,, -2011,4,21,12,30,888,162,989,4,30,960,117.1,3.6,0.186,,,,,, -2011,4,21,13,30,878,161,951,3,31,960,115.4,3.9,0.186,,,,,, -2011,4,21,14,30,848,155,847,2,31,960,118,4.6,0.186,,,,,, -2011,4,21,15,30,797,142,687,1,31,960,120.2,5.5,0.186,,,,,, -2011,4,21,16,30,711,121,485,0,30,960,121.5,6.2,0.186,,,,,, -2011,4,21,17,30,546,91,262,0,27,960,121.1,6.3,0.186,,,,,, -2011,4,21,18,30,197,39,59,0,24,960,120.3,5.4,0.186,,,,,, -2011,4,21,19,30,0,0,0,1,21,960,120.6,4.5,0.186,,,,,, -2011,4,21,20,30,0,0,0,1,20,960,116.2,3.8,0.186,,,,,, -2011,4,21,21,30,0,0,0,1,18,960,112.5,3,0.186,,,,,, -2011,4,21,22,30,0,0,0,1,17,960,113,2.4,0.186,,,,,, -2011,4,21,23,30,0,0,0,2,16,960,115.8,2.1,0.186,,,,,, -2011,4,22,0,30,0,0,0,2,15,960,119,1.9,0.186,,,,,, -2011,4,22,1,30,0,0,0,2,14,960,122.6,1.7,0.186,,,,,, -2011,4,22,2,30,0,0,0,1,14,960,128.3,1.5,0.186,,,,,, -2011,4,22,3,30,0,0,0,1,13,960,133.9,1.2,0.186,,,,,, -2011,4,22,4,30,0,0,0,1,12,960,138,1.2,0.186,,,,,, -2011,4,22,5,30,0,0,0,1,13,960,140.8,1.2,0.186,,,,,, -2011,4,22,6,30,303,43,82,2,16,960,138.1,2,0.186,,,,,, -2011,4,22,7,30,620,83,294,2,19,960,137.2,3,0.186,,,,,, -2011,4,22,8,30,767,105,516,3,22,960,137.9,3.3,0.186,,,,,, -2011,4,22,9,30,845,121,714,2,25,960,146.8,2.7,0.186,,,,,, -2011,4,22,10,30,889,131,869,0,27,960,143.5,2.2,0.186,,,,,, -2011,4,22,11,30,899,145,962,0,28,960,135.1,2,0.186,,,,,, -2011,4,22,12,30,910,145,994,-1,29,960,134.1,2,0.186,,,,,, -2011,4,22,13,30,908,139,958,-2,30,960,138.1,2.1,0.186,,,,,, -2011,4,22,14,30,888,131,856,-2,31,960,136.7,2.3,0.186,,,,,, -2011,4,22,15,30,839,121,696,-3,30,960,133.2,2.5,0.186,,,,,, -2011,4,22,16,30,756,105,494,-3,29,950,130.6,2.8,0.186,,,,,, -2011,4,22,17,30,602,79,270,-3,27,950,128.8,2.9,0.186,,,,,, -2011,4,22,18,30,277,35,64,0,23,960,122.5,2.7,0.186,,,,,, -2011,4,22,19,30,0,0,0,0,20,960,116.8,3,0.186,,,,,, -2011,4,22,20,30,0,0,0,0,19,960,117,3.2,0.186,,,,,, -2011,4,22,21,30,0,0,0,0,18,960,116.8,2.9,0.186,,,,,, -2011,4,22,22,30,0,0,0,0,18,960,110.1,2.5,0.186,,,,,, -2011,4,22,23,30,0,0,0,0,17,960,105.5,2.2,0.186,,,,,, -2011,4,23,0,30,0,0,0,0,16,960,105.8,2,0.186,,,,,, -2011,4,23,1,30,0,0,0,0,15,960,110.8,1.7,0.186,,,,,, -2011,4,23,2,30,0,0,0,0,15,960,116.4,1.4,0.186,,,,,, -2011,4,23,3,30,0,0,0,0,15,960,122.9,1.2,0.186,,,,,, -2011,4,23,4,30,0,0,0,1,16,960,133.9,1,0.186,,,,,, -2011,4,23,5,30,0,0,0,1,16,960,144.5,0.9,0.186,,,,,, -2011,4,23,6,30,0,26,26,1,18,960,146.7,1.3,0.186,,,,,, -2011,4,23,7,30,0,70,70,2,20,960,155.1,2.3,0.186,,,,,, -2011,4,23,8,30,8,177,182,4,22,960,140.6,3.1,0.186,,,,,, -2011,4,23,9,30,784,145,698,4,25,960,134.7,2.9,0.186,,,,,, -2011,4,23,10,30,447,339,711,3,27,960,125,2.6,0.186,,,,,, -2011,4,23,11,30,621,323,889,2,28,960,112,2.6,0.186,,,,,, -2011,4,23,12,30,539,385,889,2,29,960,105.6,2.6,0.186,,,,,, -2011,4,23,13,30,388,405,756,2,30,960,105.6,2.8,0.186,,,,,, -2011,4,23,14,30,418,340,683,1,30,960,111,3.3,0.186,,,,,, -2011,4,23,15,30,417,280,567,1,29,950,115.9,4,0.186,,,,,, -2011,4,23,16,30,292,225,376,1,28,950,117.2,4.9,0.186,,,,,, -2011,4,23,17,30,341,108,217,2,26,950,115.1,5.6,0.186,,,,,, -2011,4,23,18,30,23,37,40,2,23,960,113.3,5.5,0.186,,,,,, -2011,4,23,19,30,0,0,0,3,20,960,111.6,5,0.186,,,,,, -2011,4,23,20,30,0,0,0,3,19,960,106.7,4.5,0.186,,,,,, -2011,4,23,21,30,0,0,0,3,18,960,105.9,3.7,0.186,,,,,, -2011,4,23,22,30,0,0,0,3,17,960,109.5,3,0.186,,,,,, -2011,4,23,23,30,0,0,0,3,16,960,114.2,2.6,0.186,,,,,, -2011,4,24,0,30,0,0,0,3,15,960,119,2.4,0.186,,,,,, -2011,4,24,1,30,0,0,0,3,15,960,122.4,2.1,0.186,,,,,, -2011,4,24,2,30,0,0,0,3,14,960,127.3,1.9,0.186,,,,,, -2011,4,24,3,30,0,0,0,3,13,960,131.9,1.7,0.186,,,,,, -2011,4,24,4,30,0,0,0,3,13,960,135.5,1.4,0.186,,,,,, -2011,4,24,5,30,0,0,0,3,13,960,138.7,1.3,0.186,,,,,, -2011,4,24,6,30,203,52,80,3,15,960,143.8,1.8,0.186,,,,,, -2011,4,24,7,30,506,107,283,4,18,960,136.8,2.8,0.186,,,,,, -2011,4,24,8,30,669,139,501,6,21,960,127.4,3.3,0.186,,,,,, -2011,4,24,9,30,766,157,699,6,24,960,126.8,3.1,0.186,,,,,, -2011,4,24,10,30,822,169,855,6,25,960,122.5,2.9,0.186,,,,,, -2011,4,24,11,30,819,196,944,5,27,960,114.7,2.8,0.186,,,,,, -2011,4,24,12,30,833,197,977,4,28,960,112.6,3,0.186,,,,,, -2011,4,24,13,30,825,195,942,3,28,960,113.8,3.5,0.186,,,,,, -2011,4,24,14,30,807,181,844,2,28,960,113.7,4.4,0.186,,,,,, -2011,4,24,15,30,569,220,612,0,27,960,113.7,5.4,0.186,,,,,, -2011,4,24,16,30,571,144,441,0,25,960,112.7,6.2,0.186,,,,,, -2011,4,24,17,30,368,130,248,0,24,960,110.9,6.3,0.186,,,,,, -2011,4,24,18,30,92,45,55,0,22,960,108.5,5.7,0.186,,,,,, -2011,4,24,19,30,0,0,0,1,20,960,107.7,4.9,0.186,,,,,, -2011,4,24,20,30,0,0,0,1,19,960,108.5,4.3,0.186,,,,,, -2011,4,24,21,30,0,0,0,2,18,960,112.9,4,0.186,,,,,, -2011,4,24,22,30,0,0,0,2,16,960,118,3.7,0.186,,,,,, -2011,4,24,23,30,0,0,0,3,15,960,119.6,3.2,0.186,,,,,, -2011,4,25,0,30,0,0,0,4,14,960,123.4,2.7,0.186,,,,,, -2011,4,25,1,30,0,0,0,5,13,960,126,2.1,0.186,,,,,, -2011,4,25,2,30,0,0,0,5,12,960,126,1.7,0.186,,,,,, -2011,4,25,3,30,0,0,0,6,12,960,123.1,1.6,0.186,,,,,, -2011,4,25,4,30,0,0,0,6,12,960,120.5,1.6,0.186,,,,,, -2011,4,25,5,30,0,0,0,6,12,960,116,2,0.186,,,,,, -2011,4,25,6,30,178,56,81,6,14,960,111.7,2.9,0.186,,,,,, -2011,4,25,7,30,502,112,288,6,18,960,113.9,3.7,0.186,,,,,, -2011,4,25,8,30,681,138,509,4,21,960,130.4,3.8,0.186,,,,,, -2011,4,25,9,30,780,154,708,2,24,960,146.5,3.2,0.186,,,,,, -2011,4,25,10,30,833,164,862,1,26,960,158.8,2.4,0.186,,,,,, -2011,4,25,11,30,875,162,963,0,27,960,154.9,1.8,0.186,,,,,, -2011,4,25,12,30,873,171,991,0,28,960,137,1.7,0.186,,,,,, -2011,4,25,13,30,846,181,950,-1,29,960,125.7,1.9,0.186,,,,,, -2011,4,25,14,30,816,176,848,-2,30,960,123.8,2.3,0.186,,,,,, -2011,4,25,15,30,755,166,688,-3,29,960,126,2.8,0.186,,,,,, -2011,4,25,16,30,649,147,485,-4,28,960,126.2,3.4,0.186,,,,,, -2011,4,25,17,30,466,112,263,-5,26,960,122.6,3.5,0.186,,,,,, -2011,4,25,18,30,133,46,61,-4,22,960,115.1,3.6,0.186,,,,,, -2011,4,25,19,30,0,0,0,-3,19,960,108.4,4.8,0.186,,,,,, -2011,4,25,20,30,0,0,0,-3,18,960,105.9,5.1,0.186,,,,,, -2011,4,25,21,30,0,0,0,-3,17,960,107.3,4.1,0.186,,,,,, -2011,4,25,22,30,0,0,0,-2,16,960,111.9,3.2,0.186,,,,,, -2011,4,25,23,30,0,0,0,-2,16,960,116.6,2.6,0.186,,,,,, -2011,4,26,0,30,0,0,0,-2,15,950,121.4,2.3,0.186,,,,,, -2011,4,26,1,30,0,0,0,0,14,950,124.7,1.8,0.186,,,,,, -2011,4,26,2,30,0,0,0,0,14,950,127.5,1.5,0.186,,,,,, -2011,4,26,3,30,0,0,0,1,13,950,132.8,1.6,0.186,,,,,, -2011,4,26,4,30,0,0,0,3,12,950,139.9,1.7,0.186,,,,,, -2011,4,26,5,30,0,0,0,4,13,950,139.4,1.9,0.186,,,,,, -2011,4,26,6,30,302,51,95,5,16,960,133.6,3,0.186,,,,,, -2011,4,26,7,30,624,92,312,5,19,960,134.5,4.6,0.186,,,,,, -2011,4,26,8,30,785,111,541,2,22,960,145.9,5.4,0.186,,,,,, -2011,4,26,9,30,879,120,747,-1,25,960,158.8,5.3,0.186,,,,,, -2011,4,26,10,30,937,122,908,-4,27,960,164.1,4.8,0.186,,,,,, -2011,4,26,11,30,926,147,997,-7,29,960,164.8,4.2,0.186,,,,,, -2011,4,26,12,30,949,139,1031,-8,30,960,162.9,3.8,0.186,,,,,, -2011,4,26,13,30,948,132,994,-9,30,960,159.4,3.7,0.186,,,,,, -2011,4,26,14,30,923,127,888,-10,31,950,158,3.9,0.186,,,,,, -2011,4,26,15,30,863,123,722,-11,30,950,158.6,4,0.186,,,,,, -2011,4,26,16,30,776,109,515,-11,29,950,159.7,3.8,0.186,,,,,, -2011,4,26,17,30,632,83,288,-11,26,960,161,2.8,0.186,,,,,, -2011,4,26,18,30,301,40,75,-10,23,960,163.5,1.7,0.186,,,,,, -2011,4,26,19,30,0,0,0,-9,20,960,166.3,1.7,0.186,,,,,, -2011,4,26,20,30,0,0,0,-8,18,960,165.7,1.9,0.186,,,,,, -2011,4,26,21,30,0,0,0,-8,17,960,161.2,2,0.186,,,,,, -2011,4,26,22,30,0,0,0,-8,15,960,153.5,2,0.186,,,,,, -2011,4,26,23,30,0,0,0,-7,14,960,146.6,1.8,0.186,,,,,, -2011,4,27,0,30,0,0,0,-7,13,960,144.6,1.4,0.186,,,,,, -2011,4,27,1,30,0,0,0,-7,13,960,148.7,1.2,0.186,,,,,, -2011,4,27,2,30,0,0,0,-6,12,960,153.8,1.1,0.186,,,,,, -2011,4,27,3,30,0,0,0,-6,12,960,158.9,1.1,0.186,,,,,, -2011,4,27,4,30,0,0,0,-6,11,960,169.8,1.2,0.186,,,,,, -2011,4,27,5,30,0,0,0,-7,11,960,182.7,1.5,0.186,,,,,, -2011,4,27,6,30,497,39,112,-7,14,960,193.4,2.4,0.186,,,,,, -2011,4,27,7,30,759,65,336,-8,18,960,193,3.2,0.186,,,,,, -2011,4,27,8,30,875,81,562,-10,21,960,213.5,3.5,0.186,,,,,, -2011,4,27,9,30,937,91,762,-13,24,960,236.8,3.5,0.186,,,,,, -2011,4,27,10,30,974,96,916,-13,26,960,236.8,3,0.186,,,,,, -2011,4,27,11,30,978,109,1008,-12,27,960,230.7,2.5,0.186,,,,,, -2011,4,27,12,30,974,116,1034,-11,28,960,222.7,2,0.186,,,,,, -2011,4,27,13,30,956,121,992,-10,29,960,212,1.8,0.186,,,,,, -2011,4,27,14,30,940,111,888,-9,30,960,194,1.9,0.186,,,,,, -2011,4,27,15,30,908,97,728,-8,30,960,176.6,2.3,0.186,,,,,, -2011,4,27,16,30,842,83,525,-8,29,960,166.5,2.7,0.186,,,,,, -2011,4,27,17,30,711,64,297,-8,27,960,165.9,2.3,0.186,,,,,, -2011,4,27,18,30,405,34,81,-4,23,960,170.6,1.6,0.186,,,,,, -2011,4,27,19,30,0,0,0,-4,20,960,176.7,1.4,0.186,,,,,, -2011,4,27,20,30,0,0,0,-6,18,960,183,1.5,0.186,,,,,, -2011,4,27,21,30,0,0,0,-6,18,960,189,1.4,0.186,,,,,, -2011,4,27,22,30,0,0,0,-6,18,960,194.2,1.3,0.186,,,,,, -2011,4,27,23,30,0,0,0,-7,18,960,198.1,1.3,0.186,,,,,, -2011,4,28,0,30,0,0,0,-6,17,960,199.5,1.2,0.186,,,,,, -2011,4,28,1,30,0,0,0,-6,15,960,196.5,1.1,0.186,,,,,, -2011,4,28,2,30,0,0,0,-6,14,960,190,0.8,0.186,,,,,, -2011,4,28,3,30,0,0,0,-7,13,960,175.7,0.6,0.186,,,,,, -2011,4,28,4,30,0,0,0,-7,13,960,158.7,0.4,0.186,,,,,, -2011,4,28,5,30,0,0,0,-7,14,960,163.7,0.3,0.186,,,,,, -2011,4,28,6,30,454,42,111,-7,17,960,217.5,0.6,0.186,,,,,, -2011,4,28,7,30,722,72,332,-8,22,960,244.3,1,0.186,,,,,, -2011,4,28,8,30,842,92,558,-8,25,960,261.8,1,0.186,,,,,, -2011,4,28,9,30,903,107,756,-9,28,960,310.3,1.2,0.186,,,,,, -2011,4,28,10,30,945,114,911,-8,29,960,339.5,1.7,0.186,,,,,, -2011,4,28,11,30,920,147,995,-8,30,960,349.5,1.9,0.186,,,,,, -2011,4,28,12,30,897,169,1016,-8,31,960,354.9,1.7,0.186,,,,,, -2011,4,28,13,30,892,163,978,-8,32,960,359.6,1.3,0.186,,,,,, -2011,4,28,14,30,883,146,878,-7,33,960,8.9,0.9,0.186,,,,,, -2011,4,28,15,30,802,150,708,-7,32,960,49.8,0.9,0.186,,,,,, -2011,4,28,16,30,675,141,497,-7,31,960,96.1,1.5,0.186,,,,,, -2011,4,28,17,30,543,98,278,-7,29,960,105,2,0.186,,,,,, -2011,4,28,18,30,266,42,74,-3,25,960,99.8,2.2,0.186,,,,,, -2011,4,28,19,30,0,0,0,-3,22,960,102.7,2.4,0.186,,,,,, -2011,4,28,20,30,0,0,0,-3,21,960,104.8,2.3,0.186,,,,,, -2011,4,28,21,30,0,0,0,-4,20,960,108.5,2,0.186,,,,,, -2011,4,28,22,30,0,0,0,-4,19,960,109.4,1.6,0.186,,,,,, -2011,4,28,23,30,0,0,0,-4,17,960,105.5,1.3,0.186,,,,,, -2011,4,29,0,30,0,0,0,-4,16,960,99.8,1.3,0.186,,,,,, -2011,4,29,1,30,0,0,0,-3,15,960,100.8,1.3,0.186,,,,,, -2011,4,29,2,30,0,0,0,-2,15,960,102.1,1.3,0.186,,,,,, -2011,4,29,3,30,0,0,0,-1,14,960,105.2,1.3,0.186,,,,,, -2011,4,29,4,30,0,0,0,-1,14,960,110.5,1.3,0.186,,,,,, -2011,4,29,5,30,0,0,0,0,15,960,114.3,1.3,0.186,,,,,, -2011,4,29,6,30,379,48,107,1,18,960,116.9,1.9,0.186,,,,,, -2011,4,29,7,30,657,84,323,2,21,960,121.5,3,0.186,,,,,, -2011,4,29,8,30,789,106,545,3,24,960,130.3,3.7,0.186,,,,,, -2011,4,29,9,30,863,120,743,1,26,960,136.7,4,0.186,,,,,, -2011,4,29,10,30,907,130,897,0,28,960,140.8,4.1,0.186,,,,,, -2011,4,29,11,30,942,127,997,-2,29,960,142.8,4.1,0.186,,,,,, -2011,4,29,12,30,954,126,1029,-4,30,960,142.9,4.1,0.186,,,,,, -2011,4,29,13,30,949,123,991,-5,31,960,141.8,4.2,0.186,,,,,, -2011,4,29,14,30,917,124,885,-6,31,950,142,4.5,0.186,,,,,, -2011,4,29,15,30,870,116,724,-7,31,950,142,4.6,0.186,,,,,, -2011,4,29,16,30,794,102,521,-8,30,950,140.8,4.8,0.186,,,,,, -2011,4,29,17,30,653,79,296,-9,28,950,139.2,4.7,0.186,,,,,, -2011,4,29,18,30,335,41,82,-9,23,950,139.1,4.5,0.186,,,,,, -2011,4,29,19,30,0,0,0,-8,20,950,138.4,4.6,0.186,,,,,, -2011,4,29,20,30,0,0,0,-8,19,950,135.5,4.4,0.186,,,,,, -2011,4,29,21,30,0,0,0,-7,17,950,131.5,4.1,0.186,,,,,, -2011,4,29,22,30,0,0,0,-7,17,960,124.1,4,0.186,,,,,, -2011,4,29,23,30,0,0,0,-6,16,960,119.7,3.8,0.186,,,,,, -2011,4,30,0,30,0,0,0,-7,15,960,134.3,3.7,0.186,,,,,, -2011,4,30,1,30,0,0,0,-7,15,960,156,3.8,0.186,,,,,, -2011,4,30,2,30,0,0,0,-7,14,960,160.5,3.9,0.186,,,,,, -2011,4,30,3,30,0,0,0,-8,13,960,157.4,4,0.186,,,,,, -2011,4,30,4,30,0,0,0,-9,12,960,153.5,4.1,0.186,,,,,, -2011,4,30,5,30,0,0,0,-10,12,960,151.5,4.4,0.186,,,,,, -2011,4,30,6,30,376,53,112,-10,13,960,150.6,5.3,0.186,,,,,, -2011,4,30,7,30,668,91,335,-10,17,960,160.4,6.7,0.186,,,,,, -2011,4,30,8,30,806,114,564,-11,21,960,175.7,7.3,0.186,,,,,, -2011,4,30,9,30,878,132,767,-12,24,960,180.3,7.1,0.186,,,,,, -2011,4,30,10,30,911,149,922,-13,25,960,180.2,6.9,0.186,,,,,, -2011,4,30,11,30,882,190,1005,-14,26,960,178,6.9,0.186,,,,,, -2011,4,30,12,30,862,210,1027,-15,27,960,175.2,6.9,0.186,,,,,, -2011,4,30,13,30,913,168,1005,-15,27,960,173.2,6.9,0.186,,,,,, -2011,4,30,14,30,893,158,901,-16,27,960,171.9,6.7,0.186,,,,,, -2011,4,30,15,30,820,157,731,-17,26,960,171.3,6.4,0.186,,,,,, -2011,4,30,16,30,746,132,527,-17,25,960,171.9,6,0.186,,,,,, -2001,4,30,17,30,579,92,286,0,30,960,354.8,1.5,0.188,,,,,, -2001,4,30,18,30,249,46,77,8,26,960,356.9,1.1,0.188,,,,,, -2001,4,30,19,30,0,0,0,6,24,960,359.5,1.2,0.188,,,,,, -2001,4,30,20,30,0,0,0,5,23,960,3,1.4,0.188,,,,,, -2001,4,30,21,30,0,0,0,4,23,960,11.1,1.5,0.188,,,,,, -2001,4,30,22,30,0,0,0,4,23,960,25.5,1.4,0.188,,,,,, -2001,4,30,23,30,0,0,0,2,22,960,45.5,1.3,0.188,,,,,, -2001,5,1,0,30,0,0,0,3,21,960,75.5,1.2,0.188,,,,,, -2001,5,1,1,30,0,0,0,3,20,960,103.5,1.1,0.188,,,,,, -2001,5,1,2,30,0,0,0,3,19,960,127.5,1,0.188,,,,,, -2001,5,1,3,30,0,0,0,3,18,960,150.5,0.9,0.188,,,,,, -2001,5,1,4,30,0,0,0,3,16,960,177.4,0.8,0.188,,,,,, -2001,5,1,5,30,0,0,0,3,17,960,218.2,0.7,0.188,,,,,, -2001,5,1,6,30,293,59,107,5,20,960,263.3,1.2,0.188,,,,,, -2001,5,1,7,30,586,105,322,2,24,960,281.8,1.8,0.188,,,,,, -2001,5,1,8,30,767,120,551,1,27,960,290.3,1.9,0.188,,,,,, -2001,5,1,9,30,844,136,749,0,30,960,315.5,2.4,0.188,,,,,, -2001,5,1,10,30,888,147,902,-1,33,960,334.9,3.1,0.188,,,,,, -2001,5,1,11,30,910,153,997,-1,34,960,342.5,3.7,0.188,,,,,, -2001,5,1,12,30,915,156,1026,-1,35,960,342.7,4.2,0.188,,,,,, -2001,5,1,13,30,906,155,987,-2,35,960,342.1,4.7,0.188,,,,,, -2001,5,1,14,30,888,145,886,-2,35,960,341.8,5.1,0.188,,,,,, -2001,5,1,15,30,842,134,726,-3,35,960,341.2,5.3,0.188,,,,,, -2001,5,1,16,30,759,118,522,-4,34,960,340,5.4,0.188,,,,,, -2001,5,1,17,30,608,91,297,-3,31,960,337.2,5,0.188,,,,,, -2001,5,1,18,30,275,48,83,6,27,960,330.4,4.2,0.188,,,,,, -2001,5,1,19,30,0,0,0,4,24,960,325.5,3.1,0.188,,,,,, -2001,5,1,20,30,0,0,0,3,22,960,331.3,1.9,0.188,,,,,, -2001,5,1,21,30,0,0,0,2,20,960,341.4,0.9,0.188,,,,,, -2001,5,1,22,30,0,0,0,1,19,960,329.9,0.4,0.188,,,,,, -2001,5,1,23,30,0,0,0,1,18,960,247.3,0.4,0.188,,,,,, -2001,5,2,0,30,0,0,0,1,18,960,229.4,0.5,0.188,,,,,, -2001,5,2,1,30,0,0,0,1,18,950,249,0.6,0.188,,,,,, -2001,5,2,2,30,0,0,0,1,19,950,274.9,0.7,0.188,,,,,, -2001,5,2,3,30,0,0,0,0,18,950,289.6,0.8,0.188,,,,,, -2001,5,2,4,30,0,0,0,0,16,950,296.8,0.7,0.188,,,,,, -2001,5,2,5,30,0,0,0,1,15,950,306.5,0.6,0.188,,,,,, -2001,5,2,6,30,389,54,119,1,18,950,314.5,0.8,0.188,,,,,, -2001,5,2,7,30,671,89,339,0,22,950,299,1.1,0.188,,,,,, -2001,5,2,8,30,804,109,563,0,26,950,279.3,1.3,0.188,,,,,, -2001,5,2,9,30,863,128,756,0,29,950,293.6,1.2,0.188,,,,,, -2001,5,2,10,30,889,144,903,0,31,950,316.3,1,0.188,,,,,, -2001,5,2,11,30,912,147,995,0,32,950,329.6,1,0.188,,,,,, -2001,5,2,12,30,899,159,1015,0,33,950,345.2,1,0.188,,,,,, -2001,5,2,13,30,864,171,966,1,33,950,7.4,0.8,0.188,,,,,, -2001,5,2,14,30,891,131,875,2,32,950,49,0.9,0.188,,,,,, -2001,5,2,15,30,826,130,711,2,31,950,109.2,1.9,0.188,,,,,, -2001,5,2,16,30,717,123,506,2,30,950,144.2,3.6,0.188,,,,,, -2001,5,2,17,30,580,92,288,1,28,950,157.6,4.9,0.188,,,,,, -2001,5,2,18,30,230,49,79,1,25,950,166.4,5.1,0.188,,,,,, -2001,5,2,19,30,0,0,0,0,23,950,168.5,5.1,0.188,,,,,, -2001,5,2,20,30,0,0,0,0,21,950,165.6,5,0.188,,,,,, -2001,5,2,21,30,0,0,0,0,19,950,159.7,4.3,0.188,,,,,, -2001,5,2,22,30,0,0,0,1,17,950,152.5,3.4,0.188,,,,,, -2001,5,2,23,30,0,0,0,1,16,950,149.9,3,0.188,,,,,, -2001,5,3,0,30,0,0,0,1,15,950,150.8,3,0.188,,,,,, -2001,5,3,1,30,0,0,0,2,14,950,155.3,3.4,0.188,,,,,, -2001,5,3,2,30,0,0,0,2,13,960,161.3,3.6,0.188,,,,,, -2001,5,3,3,30,0,0,0,2,13,960,169.6,3.3,0.188,,,,,, -2001,5,3,4,30,0,0,0,1,13,960,176.5,2.8,0.188,,,,,, -2001,5,3,5,30,0,0,0,1,13,960,179.9,2.8,0.188,,,,,, -2001,5,3,6,30,190,57,89,3,15,960,182.7,3.7,0.188,,,,,, -2001,5,3,7,30,379,127,270,1,18,960,183.8,5.6,0.188,,,,,, -2001,5,3,8,30,788,117,564,-2,21,960,190.6,6.9,0.188,,,,,, -2001,5,3,9,30,877,127,768,-5,22,960,187.1,6.7,0.188,,,,,, -2001,5,3,10,30,929,132,926,-7,23,960,182.4,6.2,0.188,,,,,, -2001,5,3,11,30,951,138,1023,-8,24,960,178.6,5.7,0.188,,,,,, -2001,5,3,12,30,964,136,1055,-8,25,960,174.6,5.1,0.188,,,,,, -2001,5,3,13,30,961,131,1017,-9,25,960,170.3,4.7,0.188,,,,,, -2001,5,3,14,30,945,122,913,-10,25,960,165.7,4.5,0.188,,,,,, -2001,5,3,15,30,901,114,750,-10,24,960,162.3,4.2,0.188,,,,,, -2001,5,3,16,30,820,102,541,-11,23,960,161.4,3.9,0.188,,,,,, -2001,5,3,17,30,682,79,312,-11,22,960,162.4,2.9,0.188,,,,,, -2001,5,3,18,30,363,44,92,-6,18,960,162.7,1.6,0.188,,,,,, -2001,5,3,19,30,0,0,0,-2,15,960,156.8,1.1,0.188,,,,,, -2001,5,3,20,30,0,0,0,-2,15,960,143.9,1.1,0.188,,,,,, -2001,5,3,21,30,0,0,0,-1,14,960,128.8,1.1,0.188,,,,,, -2001,5,3,22,30,0,0,0,-1,13,960,123.2,1.1,0.188,,,,,, -2001,5,3,23,30,0,0,0,-1,12,960,125.9,1.1,0.188,,,,,, -2001,5,4,0,30,0,0,0,0,11,960,132.7,1.1,0.188,,,,,, -2001,5,4,1,30,0,0,0,0,11,960,140.4,1.1,0.188,,,,,, -2001,5,4,2,30,0,0,0,0,10,960,147,1.1,0.188,,,,,, -2001,5,4,3,30,0,0,0,0,10,960,152.7,1.1,0.188,,,,,, -2001,5,4,4,30,0,0,0,-1,9,960,157.7,1.2,0.188,,,,,, -2001,5,4,5,30,0,0,0,-1,10,960,159.7,1.1,0.188,,,,,, -2001,5,4,6,30,429,52,126,0,13,960,162,1.5,0.188,,,,,, -2001,5,4,7,30,688,85,345,-2,16,960,161.6,2,0.188,,,,,, -2001,5,4,8,30,815,104,569,-3,19,960,163.5,2.2,0.188,,,,,, -2001,5,4,9,30,886,117,766,-4,21,960,167.5,2.5,0.188,,,,,, -2001,5,4,10,30,927,125,920,-4,23,960,165.5,2.6,0.188,,,,,, -2001,5,4,11,30,947,131,1014,-4,24,960,162.4,2.7,0.188,,,,,, -2001,5,4,12,30,951,134,1042,-5,25,960,157.2,2.6,0.188,,,,,, -2001,5,4,13,30,942,132,1001,-5,26,960,150.1,2.5,0.188,,,,,, -2001,5,4,14,30,922,124,897,-5,26,960,140.4,2.5,0.188,,,,,, -2001,5,4,15,30,875,116,735,-5,25,960,131.5,2.6,0.188,,,,,, -2001,5,4,16,30,794,103,530,-6,25,960,127.3,2.5,0.188,,,,,, -2001,5,4,17,30,658,79,305,-6,23,960,127,1.8,0.188,,,,,, -2001,5,4,18,30,359,43,92,-1,20,960,127.8,0.9,0.188,,,,,, -2001,5,4,19,30,0,0,0,0,17,960,115.4,0.7,0.188,,,,,, -2001,5,4,20,30,0,0,0,0,16,960,57.2,0.9,0.188,,,,,, -2001,5,4,21,30,0,0,0,-1,15,960,56.5,1.3,0.188,,,,,, -2001,5,4,22,30,0,0,0,-1,14,960,70.8,1.6,0.188,,,,,, -2001,5,4,23,30,0,0,0,0,13,960,79,1.5,0.188,,,,,, -2001,5,5,0,30,0,0,0,0,13,960,88.2,1.3,0.188,,,,,, -2001,5,5,1,30,0,0,0,0,12,960,95.9,1.2,0.188,,,,,, -2001,5,5,2,30,0,0,0,0,12,960,104.2,1.1,0.188,,,,,, -2001,5,5,3,30,0,0,0,0,11,960,107.3,1,0.188,,,,,, -2001,5,5,4,30,0,0,0,1,11,960,104.4,0.8,0.188,,,,,, -2001,5,5,5,30,0,0,0,1,12,960,95.9,0.6,0.188,,,,,, -2001,5,5,6,30,442,51,128,2,14,960,76.6,0.4,0.188,,,,,, -2001,5,5,7,30,705,80,349,1,18,960,20.2,0.3,0.188,,,,,, -2001,5,5,8,30,837,95,574,0,21,960,341.4,0.6,0.188,,,,,, -2001,5,5,9,30,899,109,770,-1,24,960,1.6,1.3,0.188,,,,,, -2001,5,5,10,30,934,119,921,-2,26,960,349.6,2.1,0.188,,,,,, -2001,5,5,11,30,950,126,1014,-3,27,960,343.1,2.8,0.188,,,,,, -2001,5,5,12,30,953,130,1041,-3,28,960,341.7,3.4,0.188,,,,,, -2001,5,5,13,30,939,132,1000,-4,29,960,341.5,3.7,0.188,,,,,, -2001,5,5,14,30,930,118,900,-4,30,960,341.5,4,0.188,,,,,, -2001,5,5,15,30,882,112,738,-5,29,960,340.8,4.1,0.188,,,,,, -2001,5,5,16,30,799,101,533,-5,28,960,339,4.3,0.188,,,,,, -2001,5,5,17,30,674,77,310,-4,26,960,335.4,3.9,0.188,,,,,, -2001,5,5,18,30,363,44,94,1,22,960,324.2,3.4,0.188,,,,,, -2001,5,5,19,30,0,0,0,2,19,960,317.6,2.8,0.188,,,,,, -2001,5,5,20,30,0,0,0,1,18,960,323.7,1.8,0.188,,,,,, -2001,5,5,21,30,0,0,0,1,17,960,334.4,1,0.188,,,,,, -2001,5,5,22,30,0,0,0,0,16,960,350.9,0.4,0.188,,,,,, -2001,5,5,23,30,0,0,0,0,16,960,82.6,0.3,0.188,,,,,, -2001,5,6,0,30,0,0,0,0,16,960,131.8,0.5,0.188,,,,,, -2001,5,6,1,30,0,0,0,0,15,960,139.5,0.7,0.188,,,,,, -2001,5,6,2,30,0,0,0,0,15,960,147.1,0.8,0.188,,,,,, -2001,5,6,3,30,0,0,0,0,15,960,156.2,0.9,0.188,,,,,, -2001,5,6,4,30,0,0,0,0,14,960,167,0.9,0.188,,,,,, -2001,5,6,5,30,0,0,0,0,14,960,180.4,0.8,0.188,,,,,, -2001,5,6,6,30,294,66,118,2,17,960,192.9,1.1,0.188,,,,,, -2001,5,6,7,30,590,108,334,0,21,960,210.1,1.5,0.188,,,,,, -2001,5,6,8,30,813,103,570,-2,25,960,217.9,1.1,0.188,,,,,, -2001,5,6,9,30,866,123,762,-3,28,960,251.9,1.3,0.188,,,,,, -2001,5,6,10,30,894,140,909,-3,30,960,316,2.2,0.188,,,,,, -2001,5,6,11,30,928,138,1005,-3,31,960,330.1,3,0.188,,,,,, -2001,5,6,12,30,933,139,1033,-3,32,960,334.2,3.5,0.188,,,,,, -2001,5,6,13,30,928,135,994,-3,33,960,335.8,3.7,0.188,,,,,, -2001,5,6,14,30,921,119,894,-3,33,960,338.1,3.8,0.188,,,,,, -2001,5,6,15,30,873,112,733,-3,33,960,340.9,3.6,0.188,,,,,, -2001,5,6,16,30,791,101,530,-3,32,960,342.3,3.3,0.188,,,,,, -2001,5,6,17,30,654,80,307,-3,30,960,341.2,2.3,0.188,,,,,, -2001,5,6,18,30,341,46,94,4,26,960,337.2,1.5,0.188,,,,,, -2001,5,6,19,30,0,0,0,3,23,960,336.4,1.5,0.188,,,,,, -2001,5,6,20,30,0,0,0,2,22,960,340,1.5,0.188,,,,,, -2001,5,6,21,30,0,0,0,2,22,960,348.7,1.4,0.188,,,,,, -2001,5,6,22,30,0,0,0,1,21,960,5.5,1.3,0.188,,,,,, -2001,5,6,23,30,0,0,0,1,20,960,30.4,1.2,0.188,,,,,, -2001,5,7,0,30,0,0,0,1,19,960,62,1.1,0.188,,,,,, -2001,5,7,1,30,0,0,0,1,17,960,97,1.1,0.188,,,,,, -2001,5,7,2,30,0,0,0,2,16,960,123.1,1.2,0.188,,,,,, -2001,5,7,3,30,0,0,0,2,16,960,143.2,1.2,0.188,,,,,, -2001,5,7,4,30,0,0,0,2,15,960,161.5,1.2,0.188,,,,,, -2001,5,7,5,30,0,0,0,2,16,960,184.2,1.1,0.188,,,,,, -2001,5,7,6,30,333,63,123,2,19,960,215.8,1.5,0.188,,,,,, -2001,5,7,7,30,596,106,336,1,23,970,241.8,1.8,0.188,,,,,, -2001,5,7,8,30,798,107,567,0,27,970,254.3,1.4,0.188,,,,,, -2001,5,7,9,30,864,121,760,0,31,970,260.9,1.1,0.188,,,,,, -2001,5,7,10,30,901,132,909,-1,34,960,265.4,1.2,0.188,,,,,, -2001,5,7,11,30,919,140,1001,-1,35,960,281.9,1.4,0.188,,,,,, -2001,5,7,12,30,923,142,1028,-1,36,960,298.6,1.5,0.188,,,,,, -2001,5,7,13,30,914,140,987,-1,37,960,311.1,1.5,0.188,,,,,, -2001,5,7,14,30,911,122,889,-1,37,960,321.7,1.3,0.188,,,,,, -2001,5,7,15,30,868,112,731,-2,36,960,338.2,1.1,0.188,,,,,, -2001,5,7,16,30,793,99,530,-2,35,960,9.2,1.1,0.188,,,,,, -2001,5,7,17,30,666,77,309,-1,33,960,47.3,1,0.188,,,,,, -2001,5,7,18,30,369,44,97,6,29,960,68.3,1.1,0.188,,,,,, -2001,5,7,19,30,0,0,0,5,26,960,80.5,1.4,0.188,,,,,, -2001,5,7,20,30,0,0,0,4,26,960,94,1.6,0.188,,,,,, -2001,5,7,21,30,0,0,0,3,25,960,106.7,1.7,0.188,,,,,, -2001,5,7,22,30,0,0,0,3,24,960,117.5,1.8,0.188,,,,,, -2001,5,7,23,30,0,0,0,3,23,960,124.6,1.9,0.188,,,,,, -2001,5,8,0,30,0,0,0,3,21,960,129.6,1.8,0.188,,,,,, -2001,5,8,1,30,0,0,0,3,20,960,136.2,1.7,0.188,,,,,, -2001,5,8,2,30,0,0,0,3,19,960,144.9,1.6,0.188,,,,,, -2001,5,8,3,30,0,0,0,3,19,960,154.1,1.5,0.188,,,,,, -2001,5,8,4,30,0,0,0,3,18,960,162.6,1.4,0.188,,,,,, -2001,5,8,5,30,0,0,0,2,19,960,170.6,1.4,0.188,,,,,, -2001,5,8,6,30,429,54,133,2,22,960,180.1,1.8,0.188,,,,,, -2001,5,8,7,30,682,86,351,2,26,960,179.9,2.1,0.188,,,,,, -2001,5,8,8,30,807,104,571,2,31,960,179.2,2.2,0.188,,,,,, -2001,5,8,9,30,875,117,765,0,34,960,182,2.2,0.188,,,,,, -2001,5,8,10,30,913,125,914,0,37,960,189.4,1.8,0.188,,,,,, -2001,5,8,11,30,933,130,1006,0,38,960,204,0.9,0.188,,,,,, -2001,5,8,12,30,939,131,1033,0,39,960,239.5,0.5,0.188,,,,,, -2001,5,8,13,30,932,129,995,0,40,960,4,1,0.188,,,,,, -2001,5,8,14,30,915,121,894,0,39,960,21.7,1.4,0.188,,,,,, -2001,5,8,15,30,876,111,736,-1,39,960,29.2,1.7,0.188,,,,,, -2001,5,8,16,30,804,98,537,-1,38,960,30.7,1.8,0.188,,,,,, -2001,5,8,17,30,675,77,315,0,35,960,27.7,1.4,0.19,,,,,, -2001,5,8,18,30,383,45,100,8,32,960,19.4,1.1,0.19,,,,,, -2001,5,8,19,30,0,0,0,6,29,960,15.7,1.2,0.19,,,,,, -2001,5,8,20,30,0,0,0,5,28,960,29.5,1.3,0.19,,,,,, -2001,5,8,21,30,0,0,0,4,27,960,51.4,1.4,0.19,,,,,, -2001,5,8,22,30,0,0,0,4,26,960,78.8,1.5,0.19,,,,,, -2001,5,8,23,30,0,0,0,3,25,960,99.1,1.6,0.19,,,,,, -2001,5,9,0,30,0,0,0,3,24,960,114.1,1.6,0.19,,,,,, -2001,5,9,1,30,0,0,0,3,22,960,122.8,1.5,0.19,,,,,, -2001,5,9,2,30,0,0,0,3,21,960,128.7,1.2,0.19,,,,,, -2001,5,9,3,30,0,0,0,3,20,960,136.3,1.1,0.19,,,,,, -2001,5,9,4,30,0,0,0,3,19,960,141.7,1.1,0.19,,,,,, -2001,5,9,5,30,0,0,0,3,20,960,146.4,1,0.19,,,,,, -2001,5,9,6,30,397,58,132,4,23,960,154.2,0.9,0.19,,,,,, -2001,5,9,7,30,648,93,346,5,27,960,168.5,0.7,0.19,,,,,, -2001,5,9,8,30,780,111,564,6,31,960,185.3,0.4,0.19,,,,,, -2001,5,9,9,30,846,126,754,6,34,960,321.9,0.7,0.19,,,,,, -2001,5,9,10,30,885,136,901,5,37,960,335.6,1.6,0.19,,,,,, -2001,5,9,11,30,888,154,988,3,38,960,338,2.5,0.19,,,,,, -2001,5,9,12,30,897,155,1018,2,39,960,342.5,3.3,0.19,,,,,, -2001,5,9,13,30,894,151,982,0,40,960,344.9,3.8,0.19,,,,,, -2001,5,9,14,30,887,136,886,-1,40,960,345,4.1,0.19,,,,,, -2001,5,9,15,30,845,126,730,-2,39,960,344.5,4.3,0.19,,,,,, -2001,5,9,16,30,767,112,532,-4,38,960,343.1,4.4,0.19,,,,,, -2001,5,9,17,30,632,88,312,-4,35,960,342.8,3.7,0.19,,,,,, -2001,5,9,18,30,332,50,99,0,30,960,340.7,2.5,0.19,,,,,, -2001,5,9,19,30,0,0,0,0,27,960,346.3,1.9,0.19,,,,,, -2001,5,9,20,30,0,0,0,0,25,960,17.2,1.7,0.19,,,,,, -2001,5,9,21,30,0,0,0,1,24,960,44.6,1.5,0.19,,,,,, -2001,5,9,22,30,0,0,0,2,24,960,64.4,1.3,0.19,,,,,, -2001,5,9,23,30,0,0,0,1,24,960,78.2,1.2,0.19,,,,,, -2001,5,10,0,30,0,0,0,0,23,960,91.2,1.1,0.19,,,,,, -2001,5,10,1,30,0,0,0,0,22,960,100.5,0.9,0.19,,,,,, -2001,5,10,2,30,0,0,0,1,20,960,98.2,0.8,0.19,,,,,, -2001,5,10,3,30,0,0,0,1,19,960,101.4,0.5,0.19,,,,,, -2001,5,10,4,30,0,0,0,1,18,960,136.6,0.3,0.19,,,,,, -2001,5,10,5,30,0,0,0,1,19,960,272,0.6,0.19,,,,,, -2001,5,10,6,30,355,64,131,3,23,960,283.8,1.4,0.19,,,,,, -2001,5,10,7,30,614,103,344,0,28,960,286.5,2.1,0.19,,,,,, -2001,5,10,8,30,761,120,564,-1,32,960,285.7,2.1,0.19,,,,,, -2001,5,10,9,30,835,134,756,-1,35,960,302.8,2.3,0.19,,,,,, -2001,5,10,10,30,875,144,903,0,36,960,320.1,2.9,0.19,,,,,, -2001,5,10,11,30,898,149,994,0,37,960,322,3.6,0.19,,,,,, -2001,5,10,12,30,902,152,1021,0,38,960,321.4,4.3,0.19,,,,,, -2001,5,10,13,30,891,152,981,0,39,960,322.3,4.8,0.19,,,,,, -2001,5,10,14,30,878,138,882,0,39,960,324.2,5.2,0.19,,,,,, -2001,5,10,15,30,831,129,725,-1,38,960,326.5,5.4,0.19,,,,,, -2001,5,10,16,30,752,114,527,-1,37,960,327.5,5.4,0.19,,,,,, -2001,5,10,17,30,628,87,310,-1,34,960,327.5,5,0.19,,,,,, -2001,5,10,18,30,342,49,100,6,30,960,326.2,4.1,0.19,,,,,, -2001,5,10,19,30,0,0,0,6,27,960,323.9,3.5,0.19,,,,,, -2001,5,10,20,30,0,0,0,6,26,960,326.1,2.9,0.19,,,,,, -2001,5,10,21,30,0,0,0,5,24,960,331.7,1.9,0.19,,,,,, -2001,5,10,22,30,0,0,0,5,23,960,335.9,1.3,0.19,,,,,, -2001,5,10,23,30,0,0,0,5,23,960,327.2,1.1,0.19,,,,,, -2001,5,11,0,30,0,0,0,5,23,960,302.9,1.1,0.19,,,,,, -2001,5,11,1,30,0,0,0,5,22,960,290.1,1.2,0.19,,,,,, -2001,5,11,2,30,0,0,0,5,22,960,285.5,1.3,0.19,,,,,, -2001,5,11,3,30,0,0,0,4,21,960,284.2,1.4,0.19,,,,,, -2001,5,11,4,30,0,0,0,4,21,960,284.4,1.4,0.19,,,,,, -2001,5,11,5,30,0,0,0,4,21,960,285.9,1.8,0.19,,,,,, -2001,5,11,6,30,381,61,134,7,23,960,287,2.4,0.19,,,,,, -2001,5,11,7,30,631,98,347,4,27,960,291.1,2.6,0.19,,,,,, -2001,5,11,8,30,763,118,564,3,30,960,305.1,2.7,0.19,,,,,, -2001,5,11,9,30,836,133,756,2,33,960,313.6,3,0.19,,,,,, -2001,5,11,10,30,880,142,905,2,36,960,322,3.3,0.19,,,,,, -2001,5,11,11,30,889,156,994,1,37,960,325.4,3.7,0.19,,,,,, -2001,5,11,12,30,898,156,1023,0,38,960,323.7,4.1,0.19,,,,,, -2001,5,11,13,30,893,153,985,0,39,960,321.5,4.5,0.19,,,,,, -2001,5,11,14,30,878,141,886,0,39,960,321.6,4.9,0.19,,,,,, -2001,5,11,15,30,837,129,730,-1,39,960,323.8,5.1,0.19,,,,,, -2001,5,11,16,30,762,113,532,-2,38,960,326.8,5.1,0.19,,,,,, -2001,5,11,17,30,624,89,312,-2,35,960,330.3,4.8,0.19,,,,,, -2001,5,11,18,30,335,51,102,6,31,960,333.7,4,0.19,,,,,, -2001,5,11,19,30,0,0,0,6,28,960,334.9,3.5,0.19,,,,,, -2001,5,11,20,30,0,0,0,5,26,960,337.2,3,0.19,,,,,, -2001,5,11,21,30,0,0,0,5,25,960,342.6,2.1,0.19,,,,,, -2001,5,11,22,30,0,0,0,6,24,960,345.8,1.5,0.19,,,,,, -2001,5,11,23,30,0,0,0,6,24,960,340.1,1.2,0.19,,,,,, -2001,5,12,0,30,0,0,0,6,25,960,323.4,1,0.19,,,,,, -2001,5,12,1,30,0,0,0,6,24,960,303.8,1,0.19,,,,,, -2001,5,12,2,30,0,0,0,7,23,960,289.7,1.3,0.19,,,,,, -2001,5,12,3,30,0,0,0,8,21,960,285.5,1.6,0.19,,,,,, -2001,5,12,4,30,0,0,0,8,20,960,288.4,1.5,0.19,,,,,, -2001,5,12,5,30,0,0,0,8,20,960,293,1.6,0.19,,,,,, -2001,5,12,6,30,271,71,123,10,23,960,302.9,2,0.19,,,,,, -2001,5,12,7,30,568,112,338,8,27,960,300.6,2.4,0.19,,,,,, -2001,5,12,8,30,718,132,553,5,30,960,312.7,2.8,0.19,,,,,, -2001,5,12,9,30,788,150,739,4,33,960,321.4,3.3,0.19,,,,,, -2001,5,12,10,30,828,162,882,4,35,960,326.5,3.8,0.19,,,,,, -2001,5,12,11,30,821,188,963,4,36,960,330.2,4.2,0.19,,,,,, -2001,5,12,12,30,825,191,988,4,37,960,326.5,4.5,0.19,,,,,, -2001,5,12,13,30,815,189,949,4,38,960,318.9,4.6,0.19,,,,,, -2001,5,12,14,30,784,183,849,4,38,960,316.6,4.6,0.19,,,,,, -2001,5,12,15,30,719,175,693,3,37,960,321.1,4.5,0.19,,,,,, -2001,5,12,16,30,272,234,384,3,35,960,326,4.2,0.19,,,,,, -2001,5,12,17,30,110,144,184,5,32,960,329.9,3.3,0.19,,,,,, -2001,5,12,18,30,0,26,26,7,30,960,332.3,2.1,0.19,,,,,, -2001,5,12,19,30,0,0,0,9,28,960,336.2,1.4,0.19,,,,,, -2001,5,12,20,30,0,0,0,11,26,960,356.1,1.1,0.19,,,,,, -2001,5,12,21,30,0,0,0,13,24,960,37.4,0.8,0.19,,,,,, -2001,5,12,22,30,0,0,0,12,23,960,71,0.8,0.19,,,,,, -2001,5,12,23,30,0,0,0,12,22,960,109.9,0.8,0.19,,,,,, -2001,5,13,0,30,0,0,0,13,22,960,134.3,0.8,0.19,,,,,, -2001,5,13,1,30,0,0,0,13,22,960,140.8,0.8,0.19,,,,,, -2001,5,13,2,30,0,0,0,13,22,960,146.6,0.7,0.19,,,,,, -2001,5,13,3,30,0,0,0,13,22,960,163.6,0.6,0.19,,,,,, -2001,5,13,4,30,0,0,0,13,21,960,190.5,0.6,0.19,,,,,, -2001,5,13,5,30,0,0,0,14,22,960,211.7,0.9,0.19,,,,,, -2001,5,13,6,30,239,65,112,14,24,960,231.7,1.6,0.19,,,,,, -2001,5,13,7,30,548,114,332,13,27,960,220.5,2,0.19,,,,,, -2001,5,13,8,30,687,138,542,12,29,960,205.8,1.8,0.19,,,,,, -2001,5,13,9,30,772,151,729,11,31,960,210.3,1.4,0.19,,,,,, -2001,5,13,10,30,827,156,876,10,32,960,225.7,0.9,0.19,,,,,, -2001,5,13,11,30,182,485,658,10,34,960,265.2,0.7,0.19,,,,,, -2001,5,13,12,30,866,159,996,10,35,960,317.4,0.9,0.19,,,,,, -2001,5,13,13,30,574,358,894,9,35,960,331.7,1.3,0.19,,,,,, -2001,5,13,14,30,639,260,804,9,36,960,333.3,1.9,0.19,,,,,, -2001,5,13,15,30,522,247,624,8,35,960,334.4,2.4,0.19,,,,,, -2001,5,13,16,30,688,119,500,6,34,960,333.2,2.9,0.19,,,,,, -2001,5,13,17,30,326,138,256,5,33,960,330.3,3.2,0.19,,,,,, -2001,5,13,18,30,248,59,98,9,30,960,324.2,3.2,0.19,,,,,, -2001,5,13,19,30,0,0,0,9,27,960,321.2,3.1,0.19,,,,,, -2001,5,13,20,30,0,0,0,6,25,960,329.1,2.2,0.19,,,,,, -2001,5,13,21,30,0,0,0,4,23,960,347.9,1.1,0.19,,,,,, -2001,5,13,22,30,0,0,0,5,23,960,10.3,0.5,0.19,,,,,, -2001,5,13,23,30,0,0,0,4,23,960,93.4,0.4,0.19,,,,,, -2001,5,14,0,30,0,0,0,3,23,960,154.6,0.7,0.19,,,,,, -2001,5,14,1,30,0,0,0,6,21,960,178.7,1,0.19,,,,,, -2001,5,14,2,30,0,0,0,9,19,960,192.3,1.4,0.19,,,,,, -2001,5,14,3,30,0,0,0,10,19,960,199.6,1.6,0.19,,,,,, -2001,5,14,4,30,0,0,0,12,18,960,201.8,1.5,0.19,,,,,, -2001,5,14,5,30,0,0,0,12,19,960,201.5,1.7,0.19,,,,,, -2001,5,14,6,30,338,70,136,12,21,960,198.9,2.1,0.19,,,,,, -2001,5,14,7,30,574,113,343,12,25,960,200,1.9,0.19,,,,,, -2001,5,14,8,30,766,114,566,10,28,960,215,1.5,0.19,,,,,, -2001,5,14,9,30,837,127,754,7,31,960,266.7,1.7,0.19,,,,,, -2001,5,14,10,30,880,134,901,6,33,960,297.2,2.3,0.19,,,,,, -2001,5,14,11,30,896,142,990,5,34,960,310.4,2.9,0.19,,,,,, -2001,5,14,12,30,905,142,1018,4,35,960,318.3,3.5,0.19,,,,,, -2001,5,14,13,30,901,138,982,4,35,960,322.9,4,0.19,,,,,, -2001,5,14,14,30,890,127,885,4,36,960,326.6,4.2,0.19,,,,,, -2001,5,14,15,30,854,116,733,3,35,960,329.3,4.3,0.19,,,,,, -2001,5,14,16,30,787,102,539,2,34,960,330.2,4.3,0.19,,,,,, -2001,5,14,17,30,686,64,313,1,32,960,330.6,4,0.19,,,,,, -2001,5,14,18,30,44,55,62,7,29,960,330.2,3.3,0.19,,,,,, -2001,5,14,19,30,0,0,0,6,27,960,329,3.1,0.19,,,,,, -2001,5,14,20,30,0,0,0,5,25,960,329.1,3,0.19,,,,,, -2001,5,14,21,30,0,0,0,3,23,960,331.1,2,0.19,,,,,, -2001,5,14,22,30,0,0,0,1,22,960,334.3,1.1,0.19,,,,,, -2001,5,14,23,30,0,0,0,1,20,960,331.2,0.8,0.19,,,,,, -2001,5,15,0,30,0,0,0,1,19,960,293.6,0.7,0.19,,,,,, -2001,5,15,1,30,0,0,0,1,19,960,257.5,0.7,0.19,,,,,, -2001,5,15,2,30,0,0,0,2,19,960,249.3,0.7,0.19,,,,,, -2001,5,15,3,30,0,0,0,2,20,960,238.9,0.7,0.19,,,,,, -2001,5,15,4,30,0,0,0,1,20,960,230.4,0.7,0.19,,,,,, -2001,5,15,5,30,0,0,0,1,21,960,233,0.8,0.19,,,,,, -2001,5,15,6,30,449,59,148,4,23,960,240.1,1.1,0.19,,,,,, -2001,5,15,7,30,688,89,366,1,27,960,251.6,1.3,0.19,,,,,, -2001,5,15,8,30,835,98,591,-1,30,960,278.9,1.3,0.19,,,,,, -2001,5,15,9,30,898,109,784,-2,32,960,312.7,1.9,0.19,,,,,, -2001,5,15,10,30,937,116,933,-2,34,960,323.3,2.5,0.19,,,,,, -2001,5,15,11,30,961,117,1027,-2,35,960,329.6,3,0.19,,,,,, -2001,5,15,12,30,970,118,1057,-2,36,960,334,3.4,0.19,,,,,, -2001,5,15,13,30,965,115,1020,-3,36,960,337,3.7,0.19,,,,,, -2001,5,15,14,30,953,106,920,-4,36,960,338.6,3.8,0.19,,,,,, -2001,5,15,15,30,918,98,762,-5,36,960,340.2,3.8,0.19,,,,,, -2001,5,15,16,30,855,86,563,-5,35,960,340.7,3.7,0.19,,,,,, -2001,5,15,17,30,743,68,340,-5,33,960,339.3,3.3,0.19,,,,,, -2001,5,15,18,30,34,55,61,3,30,960,334.4,2.7,0.19,,,,,, -2001,5,15,19,30,0,0,0,2,27,960,331.6,3,0.19,,,,,, -2001,5,15,20,30,0,0,0,1,26,960,333.4,3.1,0.19,,,,,, -2001,5,15,21,30,0,0,0,0,24,960,341.4,2.3,0.19,,,,,, -2001,5,15,22,30,0,0,0,0,22,960,352.4,1.4,0.19,,,,,, -2001,5,15,23,30,0,0,0,-1,21,960,358.9,0.8,0.19,,,,,, -2001,5,16,0,30,0,0,0,-1,19,960,331.9,0.5,0.19,,,,,, -2001,5,16,1,30,0,0,0,-1,19,960,257.1,0.6,0.19,,,,,, -2001,5,16,2,30,0,0,0,-2,19,960,250.2,0.7,0.19,,,,,, -2001,5,16,3,30,0,0,0,-2,20,960,253.2,0.8,0.19,,,,,, -2001,5,16,4,30,0,0,0,-3,20,960,258.7,0.9,0.19,,,,,, -2001,5,16,5,30,0,0,0,-2,19,960,268.2,1.4,0.19,,,,,, -2001,5,16,6,30,505,53,155,1,22,960,278.1,2.1,0.19,,,,,, -2001,5,16,7,30,730,79,374,-3,26,960,283.6,2.1,0.19,,,,,, -2001,5,16,8,30,851,91,595,-4,29,960,283.2,1.6,0.19,,,,,, -2001,5,16,9,30,912,101,788,-6,32,960,283.3,1.6,0.19,,,,,, -2001,5,16,10,30,949,108,937,-6,34,960,289.9,1.7,0.19,,,,,, -2001,5,16,11,30,956,121,1027,-7,35,960,305.8,2,0.19,,,,,, -2001,5,16,12,30,964,121,1056,-7,36,960,317,2.5,0.19,,,,,, -2001,5,16,13,30,960,119,1019,-8,37,960,325.1,3,0.19,,,,,, -2001,5,16,14,30,964,101,925,-9,37,960,330.3,3.3,0.19,,,,,, -2001,5,16,15,30,932,94,769,-11,36,960,333.3,3.4,0.19,,,,,, -2001,5,16,16,30,871,83,571,-13,35,960,337.5,3.4,0.19,,,,,, -2001,5,16,17,30,773,65,349,-14,33,960,344.6,2.6,0.185,,,,,, -2001,5,16,18,30,527,42,127,-2,28,960,348.3,1.6,0.185,,,,,, -2001,5,16,19,30,0,0,0,-2,25,960,2.2,1.2,0.185,,,,,, -2001,5,16,20,30,0,0,0,-3,24,960,29.8,1.1,0.185,,,,,, -2001,5,16,21,30,0,0,0,-2,23,960,62.1,1,0.185,,,,,, -2001,5,16,22,30,0,0,0,-2,23,960,90.6,0.7,0.185,,,,,, -2001,5,16,23,30,0,0,0,-1,23,960,124.4,0.4,0.185,,,,,, -2001,5,17,0,30,0,0,0,-1,22,960,169.7,0.2,0.185,,,,,, -2001,5,17,1,30,0,0,0,-1,22,960,242.1,0.1,0.185,,,,,, -2001,5,17,2,30,0,0,0,-1,21,960,355.5,0.2,0.185,,,,,, -2001,5,17,3,30,0,0,0,-1,20,960,34.2,0.4,0.185,,,,,, -2001,5,17,4,30,0,0,0,-1,18,960,105.3,0.7,0.185,,,,,, -2001,5,17,5,30,0,0,0,-1,19,960,139,1.1,0.185,,,,,, -2001,5,17,6,30,467,50,145,0,22,960,148.1,1.6,0.185,,,,,, -2001,5,17,7,30,668,93,364,-3,27,960,144.2,2.1,0.185,,,,,, -2001,5,17,8,30,802,95,571,-3,30,960,144.2,1.8,0.185,,,,,, -2001,5,17,9,30,516,267,656,-2,33,960,160.3,0.8,0.185,,,,,, -2001,5,17,10,30,905,127,919,-2,34,960,178.2,0.4,0.185,,,,,, -2001,5,17,11,30,670,306,942,-3,35,960,322.5,0.8,0.185,,,,,, -2001,5,17,12,30,230,497,721,-3,36,960,327.2,1.5,0.185,,,,,, -2001,5,17,13,30,913,137,994,-3,37,960,326.8,2,0.185,,,,,, -2001,5,17,14,30,908,119,897,-3,37,960,327.5,2.5,0.185,,,,,, -2001,5,17,15,30,869,109,741,-3,37,960,330.6,3.1,0.185,,,,,, -2001,5,17,16,30,796,97,543,-2,36,960,335.7,3.5,0.185,,,,,, -2001,5,17,17,30,686,74,327,0,34,960,346.7,3.4,0.185,,,,,, -2001,5,17,18,30,423,46,116,3,30,960,354.9,2.9,0.185,,,,,, -2001,5,17,19,30,0,0,0,6,27,960,358.2,2.5,0.185,,,,,, -2001,5,17,20,30,0,0,0,6,26,960,16.4,2,0.185,,,,,, -2001,5,17,21,30,0,0,0,6,25,960,31.6,1.2,0.185,,,,,, -2001,5,17,22,30,0,0,0,6,24,960,48.7,0.8,0.185,,,,,, -2001,5,17,23,30,0,0,0,5,23,960,72.7,0.7,0.185,,,,,, -2001,5,18,0,30,0,0,0,4,22,960,112.6,0.8,0.185,,,,,, -2001,5,18,1,30,0,0,0,4,21,960,140.5,1,0.185,,,,,, -2001,5,18,2,30,0,0,0,4,21,960,156,1.1,0.185,,,,,, -2001,5,18,3,30,0,0,0,3,22,960,169.4,1.1,0.185,,,,,, -2001,5,18,4,30,0,0,0,3,20,960,184.9,1.1,0.185,,,,,, -2001,5,18,5,30,0,0,0,3,20,960,197.7,1.7,0.185,,,,,, -2001,5,18,6,30,425,61,148,4,24,960,215.9,2.2,0.185,,,,,, -2001,5,18,7,30,656,91,359,1,28,960,223.8,1.6,0.185,,,,,, -2001,5,18,8,30,744,114,557,0,31,960,242.2,1,0.185,,,,,, -2001,5,18,9,30,22,277,294,2,34,960,324.8,1.5,0.185,,,,,, -2001,5,18,10,30,871,134,897,2,35,960,340.2,2.3,0.185,,,,,, -2001,5,18,11,30,892,137,985,3,36,960,341.4,3,0.185,,,,,, -2001,5,18,12,30,370,428,788,3,37,960,343.9,3.5,0.185,,,,,, -2001,5,18,13,30,206,480,673,3,37,960,351.4,4,0.185,,,,,, -2001,5,18,14,30,250,419,634,3,37,960,1.8,4.4,0.185,,,,,, -2001,5,18,15,30,0,36,36,4,37,960,8.9,4.6,0.185,,,,,, -2001,5,18,16,30,337,226,415,4,36,960,11.5,4.6,0.185,,,,,, -2001,5,18,17,30,67,146,171,5,34,960,10.2,4.1,0.185,,,,,, -2001,5,18,18,30,50,58,67,6,31,960,4.7,2.8,0.185,,,,,, -2001,5,18,19,30,0,0,0,7,28,960,359.2,1.6,0.185,,,,,, -2001,5,18,20,30,0,0,0,6,26,960,7.3,1.1,0.185,,,,,, -2001,5,18,21,30,0,0,0,5,25,960,39.3,0.9,0.185,,,,,, -2001,5,18,22,30,0,0,0,6,25,960,104.1,1.2,0.185,,,,,, -2001,5,18,23,30,0,0,0,6,24,960,136.6,1.8,0.185,,,,,, -2001,5,19,0,30,0,0,0,7,23,960,145.2,2,0.185,,,,,, -2001,5,19,1,30,0,0,0,7,23,960,148,1.8,0.185,,,,,, -2001,5,19,2,30,0,0,0,8,22,960,140.6,1.4,0.185,,,,,, -2001,5,19,3,30,0,0,0,10,21,960,127.2,1.1,0.185,,,,,, -2001,5,19,4,30,0,0,0,11,20,960,116.6,0.8,0.185,,,,,, -2001,5,19,5,30,0,0,0,12,19,960,113.8,0.3,0.185,,,,,, -2001,5,19,6,30,0,3,3,12,19,960,140.6,0.6,0.185,,,,,, -2001,5,19,7,30,0,88,88,12,21,960,253.7,1.9,0.185,,,,,, -2001,5,19,8,30,0,124,124,11,23,960,272.5,3.4,0.185,,,,,, -2001,5,19,9,30,180,363,499,10,25,960,292.4,4.5,0.185,,,,,, -2001,5,19,10,30,413,370,732,9,27,960,304,5.2,0.185,,,,,, -2001,5,19,11,30,24,358,382,8,29,960,310.9,5.6,0.185,,,,,, -2001,5,19,12,30,171,503,670,8,30,960,316.4,5.6,0.185,,,,,, -2001,5,19,13,30,232,476,695,7,31,960,320.5,5.2,0.185,,,,,, -2001,5,19,14,30,435,351,725,7,32,960,323.9,4.6,0.185,,,,,, -2001,5,19,15,30,41,303,333,7,31,960,327.6,3.9,0.185,,,,,, -2001,5,19,16,30,3,165,167,7,30,960,327.6,3.2,0.185,,,,,, -2001,5,19,17,30,0,6,6,7,29,960,324.2,2.5,0.185,,,,,, -2001,5,19,18,30,0,45,45,9,26,960,320.5,1.6,0.185,,,,,, -2001,5,19,19,30,0,0,0,11,25,960,322.3,1.1,0.185,,,,,, -2001,5,19,20,30,0,0,0,11,24,960,325,1.4,0.185,,,,,, -2001,5,19,21,30,0,0,0,12,24,960,328.9,1.8,0.185,,,,,, -2001,5,19,22,30,0,0,0,12,24,960,334,1.8,0.185,,,,,, -2001,5,19,23,30,0,0,0,11,23,960,338.6,1.4,0.185,,,,,, -2001,5,20,0,30,0,0,0,11,22,960,344.5,1,0.185,,,,,, -2001,5,20,1,30,0,0,0,11,21,960,351.2,0.7,0.185,,,,,, -2001,5,20,2,30,0,0,0,11,20,960,356.5,0.5,0.185,,,,,, -2001,5,20,3,30,0,0,0,11,19,960,354.1,0.3,0.185,,,,,, -2001,5,20,4,30,0,0,0,11,19,960,306.5,0.2,0.185,,,,,, -2001,5,20,5,30,0,0,0,11,20,960,269.8,0.5,0.185,,,,,, -2001,5,20,6,30,415,62,148,11,22,960,272.5,0.8,0.185,,,,,, -2001,5,20,7,30,639,94,356,9,24,960,289.7,1,0.185,,,,,, -2001,5,20,8,30,786,103,573,8,27,960,315.2,1.2,0.185,,,,,, -2001,5,20,9,30,853,116,762,8,29,960,320.7,1.4,0.185,,,,,, -2001,5,20,10,30,893,125,909,7,31,960,316.2,1.3,0.185,,,,,, -2001,5,20,11,30,917,128,1001,7,32,960,312.3,1.1,0.185,,,,,, -2001,5,20,12,30,914,136,1025,6,34,960,317.8,0.9,0.185,,,,,, -2001,5,20,13,30,899,138,984,5,35,960,337.7,0.8,0.185,,,,,, -2001,5,20,14,30,886,124,885,4,36,960,356,0.9,0.185,,,,,, -2001,5,20,15,30,834,119,728,4,35,950,6.1,1.3,0.185,,,,,, -2001,5,20,16,30,750,108,533,5,35,950,9.6,1.7,0.185,,,,,, -2001,5,20,17,30,630,85,321,5,34,950,8.2,1.9,0.185,,,,,, -2001,5,20,18,30,350,54,114,6,31,950,358.8,2.1,0.185,,,,,, -2001,5,20,19,30,0,0,0,7,28,950,345,3,0.185,,,,,, -2001,5,20,20,30,0,0,0,6,26,960,344.6,3.9,0.185,,,,,, -2001,5,20,21,30,0,0,0,7,24,960,351,3.3,0.185,,,,,, -2001,5,20,22,30,0,0,0,7,23,960,1.3,2.1,0.185,,,,,, -2001,5,20,23,30,0,0,0,7,22,960,13.9,1.3,0.185,,,,,, -2001,5,21,0,30,0,0,0,7,21,960,30,0.9,0.185,,,,,, -2001,5,21,1,30,0,0,0,8,21,960,52.9,0.7,0.185,,,,,, -2001,5,21,2,30,0,0,0,7,21,960,98.8,0.7,0.185,,,,,, -2001,5,21,3,30,0,0,0,7,20,960,125.5,0.9,0.185,,,,,, -2001,5,21,4,30,0,0,0,8,19,960,137.3,1,0.185,,,,,, -2001,5,21,5,30,0,0,0,8,20,960,142.1,1.4,0.185,,,,,, -2001,5,21,6,30,452,59,154,9,22,960,139.5,2.1,0.185,,,,,, -2001,5,21,7,30,669,89,365,8,25,960,143.6,2.5,0.185,,,,,, -2001,5,21,8,30,805,99,581,7,28,960,146.3,2.3,0.185,,,,,, -2001,5,21,9,30,866,113,769,6,31,960,149.1,1.7,0.185,,,,,, -2001,5,21,10,30,902,122,914,5,34,960,146.5,1.2,0.185,,,,,, -2001,5,21,11,30,920,128,1004,5,35,960,136.2,0.8,0.185,,,,,, -2001,5,21,12,30,927,128,1031,4,37,960,120.2,0.5,0.185,,,,,, -2001,5,21,13,30,921,125,994,4,38,960,81.3,0.5,0.185,,,,,, -2001,5,21,14,30,914,111,898,3,38,960,39.7,0.5,0.185,,,,,, -2001,5,21,15,30,876,103,745,3,38,960,10,0.7,0.185,,,,,, -2001,5,21,16,30,811,91,551,2,37,960,353.3,0.9,0.185,,,,,, -2001,5,21,17,30,707,71,337,2,35,960,343.3,1.3,0.185,,,,,, -2001,5,21,18,30,471,45,127,6,31,960,337,1.7,0.185,,,,,, -2001,5,21,19,30,0,0,0,7,28,960,341.6,2.6,0.185,,,,,, -2001,5,21,20,30,0,0,0,7,28,960,344.1,2.9,0.185,,,,,, -2001,5,21,21,30,0,0,0,6,27,960,355.4,2,0.185,,,,,, -2001,5,21,22,30,0,0,0,6,26,960,9.4,1.1,0.185,,,,,, -2001,5,21,23,30,0,0,0,5,24,960,13.2,0.4,0.185,,,,,, -2001,5,22,0,30,0,0,0,3,22,960,251,0.3,0.185,,,,,, -2001,5,22,1,30,0,0,0,1,21,960,208.2,0.7,0.185,,,,,, -2001,5,22,2,30,0,0,0,0,20,960,206.5,1,0.185,,,,,, -2001,5,22,3,30,0,0,0,0,20,960,197.9,1,0.185,,,,,, -2001,5,22,4,30,0,0,0,0,19,960,184.1,0.9,0.185,,,,,, -2001,5,22,5,30,0,0,0,0,20,960,176.9,1,0.185,,,,,, -2001,5,22,6,30,530,53,165,0,23,960,175.6,1.5,0.185,,,,,, -2001,5,22,7,30,741,76,382,0,27,960,174.7,1.7,0.185,,,,,, -2001,5,22,8,30,848,90,599,-2,32,960,168.5,1.5,0.185,,,,,, -2001,5,22,9,30,907,101,789,-4,35,960,170.9,1.4,0.185,,,,,, -2001,5,22,10,30,940,108,935,-4,37,960,182.2,1.2,0.185,,,,,, -2001,5,22,11,30,955,113,1024,-3,38,960,186.9,1,0.185,,,,,, -2001,5,22,12,30,960,115,1051,-3,39,960,172.4,0.9,0.185,,,,,, -2001,5,22,13,30,954,113,1013,-2,40,960,156.1,1.1,0.185,,,,,, -2001,5,22,14,30,939,106,914,-2,40,960,150.5,1.4,0.185,,,,,, -2001,5,22,15,30,904,98,761,-2,39,960,148.3,1.7,0.185,,,,,, -2001,5,22,16,30,842,87,566,-2,38,960,147,1.9,0.185,,,,,, -2001,5,22,17,30,741,69,349,-2,36,960,146.9,1.5,0.185,,,,,, -2001,5,22,18,30,507,44,133,4,33,960,147.7,0.8,0.185,,,,,, -2001,5,22,19,30,0,0,0,3,30,960,149.4,0.6,0.185,,,,,, -2001,5,22,20,30,0,0,0,2,30,960,131.3,0.6,0.185,,,,,, -2001,5,22,21,30,0,0,0,1,29,960,114.1,0.8,0.185,,,,,, -2001,5,22,22,30,0,0,0,1,27,960,126.6,1,0.185,,,,,, -2001,5,22,23,30,0,0,0,1,25,960,132.7,1.2,0.185,,,,,, -2001,5,23,0,30,0,0,0,1,24,960,137.2,1.3,0.185,,,,,, -2001,5,23,1,30,0,0,0,1,23,960,143.1,1.4,0.185,,,,,, -2001,5,23,2,30,0,0,0,0,22,960,148.9,1.3,0.185,,,,,, -2001,5,23,3,30,0,0,0,0,21,960,153.2,1.2,0.185,,,,,, -2001,5,23,4,30,0,0,0,0,20,960,155.4,1.1,0.185,,,,,, -2001,5,23,5,30,0,0,0,0,21,960,157.8,1,0.185,,,,,, -2001,5,23,6,30,559,50,169,0,24,960,163.2,1.4,0.185,,,,,, -2001,5,23,7,30,762,73,388,0,28,960,166,1.8,0.185,,,,,, -2001,5,23,8,30,861,88,605,-1,33,960,168.7,1.7,0.185,,,,,, -2001,5,23,9,30,918,98,795,-5,37,960,179.4,1.5,0.185,,,,,, -2001,5,23,10,30,951,104,941,-5,39,960,198.9,1.1,0.185,,,,,, -2001,5,23,11,30,972,105,1033,-5,40,960,246.7,1,0.185,,,,,, -2001,5,23,12,30,977,107,1060,-4,41,960,307.8,1.3,0.185,,,,,, -2001,5,23,13,30,971,106,1022,-4,42,960,330.9,1.7,0.185,,,,,, -2001,5,23,14,30,954,101,923,-4,42,960,340.2,1.9,0.185,,,,,, -2001,5,23,15,30,919,94,769,-4,41,960,345.3,2,0.185,,,,,, -2001,5,23,16,30,860,83,573,-5,40,960,344.6,2.1,0.185,,,,,, -2001,5,23,17,30,752,68,354,-5,38,960,340.3,1.8,0.185,,,,,, -2001,5,23,18,30,524,44,137,0,33,960,334,1.7,0.185,,,,,, -2001,5,23,19,30,0,0,0,0,30,960,336.6,2.1,0.185,,,,,, -2001,5,23,20,30,0,0,0,-1,29,960,346,2.1,0.185,,,,,, -2001,5,23,21,30,0,0,0,-1,28,960,0.6,1.5,0.185,,,,,, -2001,5,23,22,30,0,0,0,-2,27,960,31.8,1.2,0.185,,,,,, -2001,5,23,23,30,0,0,0,-2,26,960,75.3,1.3,0.185,,,,,, -2001,5,24,0,30,0,0,0,-2,25,960,101.8,1.6,0.185,,,,,, -2001,5,24,1,30,0,0,0,-2,25,960,113.9,1.8,0.185,,,,,, -2001,5,24,2,30,0,0,0,-1,24,960,115.2,1.8,0.185,,,,,, -2001,5,24,3,30,0,0,0,0,23,960,113.2,1.7,0.185,,,,,, -2001,5,24,4,30,0,0,0,0,22,960,115.3,1.5,0.185,,,,,, -2001,5,24,5,30,0,0,0,0,23,960,121.5,1.3,0.185,,,,,, -2001,5,24,6,30,534,53,167,1,26,960,129.7,1.4,0.185,,,,,, -2001,5,24,7,30,737,78,384,0,30,960,142.1,1.3,0.185,,,,,, -2001,5,24,8,30,850,91,602,-1,33,960,159.7,0.7,0.185,,,,,, -2001,5,24,9,30,907,102,791,-1,36,960,141.8,0.4,0.185,,,,,, -2001,5,24,10,30,941,109,938,-3,39,960,6.8,0.8,0.185,,,,,, -2001,5,24,11,30,954,117,1027,-4,40,960,342.5,1.7,0.185,,,,,, -2001,5,24,12,30,958,120,1055,-4,41,960,336.5,2.5,0.185,,,,,, -2001,5,24,13,30,950,119,1017,-4,42,960,336.3,3.1,0.185,,,,,, -2001,5,24,14,30,937,109,918,-3,42,960,336.8,3.5,0.185,,,,,, -2001,5,24,15,30,899,101,763,-3,41,960,339.2,3.6,0.185,,,,,, -2001,5,24,16,30,833,91,566,-2,40,960,345.6,3.4,0.185,,,,,, -2001,5,24,17,30,721,73,348,-1,38,960,354.1,2.7,0.186,,,,,, -2001,5,24,18,30,473,48,133,0,34,960,353.5,1.8,0.186,,,,,, -2001,5,24,19,30,0,0,0,0,31,960,357,1.3,0.186,,,,,, -2001,5,24,20,30,0,0,0,1,29,960,7.1,1.1,0.186,,,,,, -2001,5,24,21,30,0,0,0,1,27,960,18.2,0.8,0.186,,,,,, -2001,5,24,22,30,0,0,0,2,26,960,36,0.5,0.186,,,,,, -2001,5,24,23,30,0,0,0,3,25,960,70.4,0.4,0.186,,,,,, -2001,5,25,0,30,0,0,0,3,25,960,115.3,0.4,0.186,,,,,, -2001,5,25,1,30,0,0,0,3,24,960,160.1,0.6,0.186,,,,,, -2001,5,25,2,30,0,0,0,2,24,960,180.9,0.7,0.186,,,,,, -2001,5,25,3,30,0,0,0,2,25,960,196.4,0.8,0.186,,,,,, -2001,5,25,4,30,0,0,0,2,25,960,210.1,0.8,0.186,,,,,, -2001,5,25,5,30,0,0,0,1,25,960,219.2,1,0.186,,,,,, -2001,5,25,6,30,476,60,162,3,28,960,232.3,1.5,0.186,,,,,, -2001,5,25,7,30,696,87,377,1,32,960,249.7,1.5,0.186,,,,,, -2001,5,25,8,30,819,100,594,1,35,960,272.5,1.2,0.186,,,,,, -2001,5,25,9,30,883,111,783,1,37,960,313.3,1.7,0.186,,,,,, -2001,5,25,10,30,920,119,929,0,39,960,325.6,2.4,0.186,,,,,, -2001,5,25,11,30,939,123,1020,0,40,960,326.5,2.9,0.186,,,,,, -2001,5,25,12,30,945,125,1049,0,41,960,325.6,3.5,0.186,,,,,, -2001,5,25,13,30,940,123,1012,0,41,960,324.3,4.2,0.186,,,,,, -2001,5,25,14,30,927,114,915,0,41,960,325.7,4.9,0.186,,,,,, -2001,5,25,15,30,889,106,762,-1,40,960,328.3,5.4,0.186,,,,,, -2001,5,25,16,30,821,95,566,-2,39,960,331.2,5.8,0.186,,,,,, -2001,5,25,17,30,706,77,348,-1,38,960,333.9,5.7,0.186,,,,,, -2001,5,25,18,30,457,51,134,0,34,960,335.2,5,0.186,,,,,, -2001,5,25,19,30,0,0,0,1,31,960,332.6,3.9,0.186,,,,,, -2001,5,25,20,30,0,0,0,1,29,960,330.1,3,0.186,,,,,, -2001,5,25,21,30,0,0,0,1,27,960,329.4,2,0.186,,,,,, -2001,5,25,22,30,0,0,0,1,26,960,326.5,1.1,0.186,,,,,, -2001,5,25,23,30,0,0,0,1,25,960,311.8,0.8,0.186,,,,,, -2001,5,26,0,30,0,0,0,1,25,960,278.6,0.7,0.186,,,,,, -2001,5,26,1,30,0,0,0,1,25,960,256.4,0.7,0.186,,,,,, -2001,5,26,2,30,0,0,0,1,26,960,251.6,0.6,0.186,,,,,, -2001,5,26,3,30,0,0,0,0,25,960,255.8,0.6,0.186,,,,,, -2001,5,26,4,30,0,0,0,0,25,960,263.3,0.6,0.186,,,,,, -2001,5,26,5,30,0,0,0,0,25,960,265.9,0.8,0.186,,,,,, -2001,5,26,6,30,482,60,164,2,28,960,282.4,0.9,0.186,,,,,, -2001,5,26,7,30,77,169,201,0,32,960,277.6,0.9,0.186,,,,,, -2001,5,26,8,30,815,102,593,0,35,960,267.6,1.4,0.186,,,,,, -2001,5,26,9,30,879,113,782,0,37,960,277.4,1.9,0.186,,,,,, -2001,5,26,10,30,912,122,927,0,38,960,294.7,2.3,0.186,,,,,, -2001,5,26,11,30,717,261,946,-1,38,960,311.1,2.9,0.186,,,,,, -2001,5,26,12,30,665,306,956,-1,38,960,321.4,3.5,0.186,,,,,, -2001,5,26,13,30,686,292,942,-1,38,960,325.5,4.2,0.186,,,,,, -2001,5,26,14,30,744,207,851,0,39,960,327.4,4.9,0.186,,,,,, -2001,5,26,15,30,880,107,756,-1,39,960,329.1,5.5,0.186,,,,,, -2001,5,26,16,30,810,96,561,0,38,960,331.2,5.8,0.186,,,,,, -2001,5,26,17,30,442,119,289,0,37,960,332.2,5.8,0.186,,,,,, -2001,5,26,18,30,406,49,123,1,33,960,331.6,4.8,0.186,,,,,, -2001,5,26,19,30,0,0,0,3,30,960,329.5,3,0.186,,,,,, -2001,5,26,20,30,0,0,0,3,28,960,338.7,1.4,0.186,,,,,, -2001,5,26,21,30,0,0,0,4,27,960,6.6,0.7,0.186,,,,,, -2001,5,26,22,30,0,0,0,4,26,960,55.8,0.8,0.186,,,,,, -2001,5,26,23,30,0,0,0,4,25,960,122.5,1.2,0.186,,,,,, -2001,5,27,0,30,0,0,0,4,24,960,132.1,1.3,0.186,,,,,, -2001,5,27,1,30,0,0,0,4,23,960,137.7,1.1,0.186,,,,,, -2001,5,27,2,30,0,0,0,4,23,960,144.8,0.8,0.186,,,,,, -2001,5,27,3,30,0,0,0,4,23,960,150.1,0.4,0.186,,,,,, -2001,5,27,4,30,0,0,0,4,24,960,130,0.2,0.186,,,,,, -2001,5,27,5,30,0,0,0,4,25,960,125.2,0.3,0.186,,,,,, -2001,5,27,6,30,509,50,161,5,27,960,135,0.5,0.186,,,,,, -2001,5,27,7,30,638,88,354,4,29,960,176.1,0.7,0.186,,,,,, -2001,5,27,8,30,305,254,438,4,32,960,243.5,1.2,0.186,,,,,, -2001,5,27,9,30,513,271,662,4,34,960,262.9,1.5,0.186,,,,,, -2001,5,27,10,30,499,355,795,4,35,960,263.5,1.3,0.186,,,,,, -2001,5,27,11,30,551,382,910,3,37,960,260.8,0.9,0.186,,,,,, -2001,5,27,12,30,695,304,984,1,38,950,257,0.3,0.186,,,,,, -2001,5,27,13,30,723,270,955,0,39,950,196.9,0.2,0.186,,,,,, -2001,5,27,14,30,248,424,639,-2,39,950,127.1,0.3,0.186,,,,,, -2001,5,27,15,30,19,261,275,-4,38,950,128.1,0.2,0.186,,,,,, -2001,5,27,16,30,106,254,316,-4,36,950,107.6,0.2,0.186,,,,,, -2001,5,27,17,30,86,155,189,-4,33,950,88.7,0.4,0.186,,,,,, -2001,5,27,18,30,0,11,11,-3,29,950,105.4,0.6,0.186,,,,,, -2001,5,27,19,30,0,0,0,-2,27,950,131.5,0.8,0.186,,,,,, -2001,5,27,20,30,0,0,0,-1,25,960,135,1.4,0.186,,,,,, -2001,5,27,21,30,0,0,0,0,24,960,128.5,1.9,0.186,,,,,, -2001,5,27,22,30,0,0,0,0,23,960,122.3,2.5,0.186,,,,,, -2001,5,27,23,30,0,0,0,0,22,960,122.4,3.1,0.186,,,,,, -2001,5,28,0,30,0,0,0,0,22,960,117.2,2.8,0.186,,,,,, -2001,5,28,1,30,0,0,0,1,21,960,111.8,2.2,0.186,,,,,, -2001,5,28,2,30,0,0,0,1,19,960,110,1.9,0.186,,,,,, -2001,5,28,3,30,0,0,0,1,18,960,110,1.7,0.186,,,,,, -2001,5,28,4,30,0,0,0,2,18,960,108.7,1.5,0.186,,,,,, -2001,5,28,5,30,0,0,0,3,19,960,103.3,1.7,0.186,,,,,, -2001,5,28,6,30,436,69,164,4,21,960,96.9,2.5,0.186,,,,,, -2001,5,28,7,30,663,101,379,5,23,960,101.3,3,0.186,,,,,, -2001,5,28,8,30,794,116,596,4,26,960,118.3,2.7,0.186,,,,,, -2001,5,28,9,30,869,125,787,2,28,960,126.5,2.3,0.186,,,,,, -2001,5,28,10,30,911,130,935,1,30,960,129,2,0.186,,,,,, -2001,5,28,11,30,940,128,1027,0,32,960,130.6,1.9,0.186,,,,,, -2001,5,28,12,30,944,129,1054,-1,33,950,132.8,2.1,0.186,,,,,, -2001,5,28,13,30,936,127,1014,-1,34,950,136.9,2.3,0.186,,,,,, -2001,5,28,14,30,921,116,914,0,34,950,139.4,2.5,0.186,,,,,, -2001,5,28,15,30,876,109,757,0,34,950,139.2,2.7,0.186,,,,,, -2001,5,28,16,30,805,97,562,0,33,950,138.1,2.8,0.186,,,,,, -2001,5,28,17,30,697,77,348,1,32,950,135.5,2.8,0.186,,,,,, -2001,5,28,18,30,463,50,137,2,29,950,133.5,2.2,0.186,,,,,, -2001,5,28,19,30,0,0,0,3,26,950,122.4,1.7,0.186,,,,,, -2001,5,28,20,30,0,0,0,2,24,960,113,1.6,0.186,,,,,, -2001,5,28,21,30,0,0,0,2,23,960,109.8,1.5,0.186,,,,,, -2001,5,28,22,30,0,0,0,2,21,960,113.3,1.4,0.186,,,,,, -2001,5,28,23,30,0,0,0,1,21,960,120.9,1.2,0.186,,,,,, -2001,5,29,0,30,0,0,0,1,21,960,123.6,1.1,0.186,,,,,, -2001,5,29,1,30,0,0,0,1,20,960,117.9,1,0.186,,,,,, -2001,5,29,2,30,0,0,0,1,19,960,110.6,1,0.186,,,,,, -2001,5,29,3,30,0,0,0,1,18,960,103.3,0.9,0.186,,,,,, -2001,5,29,4,30,0,0,0,2,17,960,104,0.8,0.186,,,,,, -2001,5,29,5,30,22,8,9,2,18,960,109.8,0.9,0.186,,,,,, -2001,5,29,6,30,465,61,164,3,21,960,124.7,1.2,0.186,,,,,, -2001,5,29,7,30,677,91,375,4,24,960,148.5,1.5,0.186,,,,,, -2001,5,29,8,30,789,109,587,4,27,960,153.4,1.1,0.186,,,,,, -2001,5,29,9,30,850,124,772,3,30,960,170.4,0.6,0.186,,,,,, -2001,5,29,10,30,884,134,916,2,32,960,290.2,1,0.186,,,,,, -2001,5,29,11,30,911,135,1007,2,34,960,310,1.5,0.186,,,,,, -2001,5,29,12,30,917,136,1035,1,35,960,316.9,1.7,0.186,,,,,, -2001,5,29,13,30,909,134,997,1,36,960,322.2,1.8,0.186,,,,,, -2001,5,29,14,30,887,129,899,0,36,960,327.3,1.8,0.186,,,,,, -2001,5,29,15,30,843,121,747,0,36,960,333.6,1.8,0.186,,,,,, -2001,5,29,16,30,485,192,473,0,35,960,339.2,1.8,0.186,,,,,, -2001,5,29,17,30,515,107,307,0,34,960,342.6,1.7,0.186,,,,,, -2001,5,29,18,30,288,65,119,1,31,960,342.7,1.4,0.186,,,,,, -2001,5,29,19,30,0,0,0,2,28,960,344.3,1.8,0.186,,,,,, -2001,5,29,20,30,0,0,0,2,27,960,343.9,2.9,0.186,,,,,, -2001,5,29,21,30,0,0,0,2,26,960,346.8,3.1,0.186,,,,,, -2001,5,29,22,30,0,0,0,2,26,960,353.1,2.3,0.186,,,,,, -2001,5,29,23,30,0,0,0,1,25,960,357.1,1.4,0.186,,,,,, -2001,5,30,0,30,0,0,0,1,24,960,356.9,1,0.186,,,,,, -2001,5,30,1,30,0,0,0,1,24,960,340.7,0.8,0.186,,,,,, -2001,5,30,2,30,0,0,0,1,23,960,293.9,0.8,0.186,,,,,, -2001,5,30,3,30,0,0,0,2,22,960,271.1,0.9,0.186,,,,,, -2001,5,30,4,30,0,0,0,2,21,960,269.2,1.1,0.186,,,,,, -2001,5,30,5,30,28,9,9,2,22,960,273.8,1.8,0.186,,,,,, -2001,5,30,6,30,460,63,164,2,24,960,280.7,2.4,0.186,,,,,, -2001,5,30,7,30,670,92,374,2,28,960,287.4,2.3,0.186,,,,,, -2001,5,30,8,30,791,108,587,2,31,960,306.4,2.3,0.186,,,,,, -2001,5,30,9,30,853,121,773,1,34,960,323.1,2.4,0.186,,,,,, -2001,5,30,10,30,888,131,916,1,37,960,333.3,2.5,0.186,,,,,, -2001,5,30,11,30,910,134,1006,1,39,960,329.7,2.8,0.186,,,,,, -2001,5,30,12,30,915,136,1033,1,40,960,324.4,3.1,0.186,,,,,, -2001,5,30,13,30,907,135,996,1,41,960,327.7,3.3,0.186,,,,,, -2001,5,30,14,30,887,128,899,1,41,960,335.1,3.4,0.186,,,,,, -2001,5,30,15,30,843,121,747,0,40,960,341.7,3.3,0.186,,,,,, -2001,5,30,16,30,769,109,555,0,39,960,346.4,3.2,0.186,,,,,, -2001,5,30,17,30,654,87,343,0,38,960,349.6,2.8,0.186,,,,,, -2001,5,30,18,30,411,57,135,0,34,960,349.6,2.2,0.186,,,,,, -2001,5,30,19,30,0,0,0,1,31,960,347.3,2.2,0.186,,,,,, -2001,5,30,20,30,0,0,0,1,29,960,349.5,2.6,0.186,,,,,, -2001,5,30,21,30,0,0,0,1,28,960,356.1,2.2,0.186,,,,,, -2001,5,30,22,30,0,0,0,1,27,960,7.8,1.6,0.186,,,,,, -2001,5,30,23,30,0,0,0,1,25,960,23.1,1.2,0.186,,,,,, -2001,5,31,0,30,0,0,0,1,25,960,43.4,0.8,0.186,,,,,, -2001,5,31,1,30,0,0,0,2,24,960,63.8,0.4,0.186,,,,,, -2001,5,31,2,30,0,0,0,2,23,960,102.9,0.3,0.186,,,,,, -2001,5,31,3,30,0,0,0,2,22,960,255,0.7,0.186,,,,,, -2001,5,31,4,30,0,0,0,2,21,960,281.3,1.1,0.186,,,,,, -2001,5,31,5,30,33,9,10,2,22,960,288.6,1.3,0.186,,,,,, -2001,5,31,6,30,474,61,166,3,26,960,289.4,1.9,0.186,,,,,, -2001,5,31,7,30,683,89,377,2,29,960,278.5,2,0.186,,,,,, -2001,5,31,8,30,798,105,589,0,32,960,285.6,1.6,0.186,,,,,, -2001,5,31,9,30,862,117,776,0,35,960,294.8,1.4,0.186,,,,,, -2001,5,31,10,30,901,124,921,0,38,960,291.5,1.6,0.186,,,,,, -2001,5,31,11,30,929,123,1013,0,40,960,279.4,2,0.186,,,,,, -2001,5,31,12,30,937,124,1043,0,41,960,290.3,2.5,0.186,,,,,, -2001,5,31,13,30,933,121,1008,0,42,960,307.2,3.2,0.186,,,,,, -2001,5,31,14,30,920,113,914,-1,42,960,320.2,4,0.186,,,,,, -2001,5,31,15,30,883,106,763,-2,42,960,329.2,4.6,0.186,,,,,, -2001,5,31,16,30,816,96,570,-2,41,960,335.6,5,0.186,,,,,, -2013,5,31,17,30,693,81,353,0,36,960,326.3,1.8,0.187,,,,,, -2013,5,31,18,30,459,54,142,0,32,960,328.3,1.5,0.187,,,,,, -2013,5,31,19,30,0,0,0,0,29,960,338,1.8,0.187,,,,,, -2013,5,31,20,30,0,0,0,0,27,960,345.1,2.6,0.187,,,,,, -2013,5,31,21,30,0,0,0,0,27,960,354.7,2.8,0.187,,,,,, -2013,5,31,22,30,0,0,0,0,26,960,3.1,2,0.187,,,,,, -2013,5,31,23,30,0,0,0,0,26,960,10.2,1.1,0.187,,,,,, -2013,6,1,0,30,0,0,0,0,25,960,18.4,0.4,0.187,,,,,, -2013,6,1,1,30,0,0,0,0,24,960,11.2,0.3,0.187,,,,,, -2013,6,1,2,30,0,0,0,1,23,960,202.6,0.5,0.187,,,,,, -2013,6,1,3,30,0,0,0,1,22,960,204.6,0.6,0.187,,,,,, -2013,6,1,4,30,0,0,0,1,21,960,216.5,0.5,0.187,,,,,, -2013,6,1,5,30,44,10,11,1,22,960,232.9,0.6,0.187,,,,,, -2013,6,1,6,30,513,57,171,0,26,960,267.8,0.9,0.187,,,,,, -2013,6,1,7,30,722,80,385,-2,30,960,303.1,1,0.187,,,,,, -2013,6,1,8,30,828,95,598,-4,33,960,322.9,1,0.187,,,,,, -2013,6,1,9,30,887,106,784,-4,36,960,329.2,0.8,0.187,,,,,, -2013,6,1,10,30,921,113,928,-3,38,960,316.6,0.7,0.187,,,,,, -2013,6,1,11,30,940,117,1017,-2,40,960,298.9,1,0.187,,,,,, -2013,6,1,12,30,942,121,1045,-2,41,960,308.6,1.4,0.187,,,,,, -2013,6,1,13,30,498,406,879,-1,41,950,331.9,1.7,0.187,,,,,, -2013,6,1,14,30,897,126,907,-1,40,950,345.2,2,0.187,,,,,, -2013,6,1,15,30,860,116,757,0,40,950,351.2,2.2,0.187,,,,,, -2013,6,1,16,30,796,102,566,0,39,950,353,2.3,0.187,,,,,, -2013,6,1,17,30,679,85,353,0,37,950,351.8,2.2,0.188,,,,,, -2013,6,1,18,30,450,55,143,0,34,950,346,1.9,0.188,,,,,, -2013,6,1,19,30,0,0,0,1,31,950,341,2.3,0.188,,,,,, -2013,6,1,20,30,0,0,0,1,29,950,343.4,3.3,0.188,,,,,, -2013,6,1,21,30,0,0,0,1,28,950,350.6,3.3,0.188,,,,,, -2013,6,1,22,30,0,0,0,1,27,960,359.5,2.4,0.188,,,,,, -2013,6,1,23,30,0,0,0,0,27,960,6.6,1.6,0.188,,,,,, -2013,6,2,0,30,0,0,0,0,27,960,11.6,1.2,0.188,,,,,, -2013,6,2,1,30,0,0,0,0,26,950,10.9,1,0.188,,,,,, -2013,6,2,2,30,0,0,0,0,26,950,345.1,0.8,0.188,,,,,, -2013,6,2,3,30,0,0,0,0,25,950,298.6,0.9,0.188,,,,,, -2013,6,2,4,30,0,0,0,-1,25,960,284.5,1.1,0.188,,,,,, -2013,6,2,5,30,30,8,9,-1,25,960,282.4,1.9,0.188,,,,,, -2013,6,2,6,30,434,66,162,0,28,960,278,2.6,0.188,,,,,, -2013,6,2,7,30,646,98,371,0,31,960,276,2.7,0.188,,,,,, -2013,6,2,8,30,760,119,581,0,34,960,292,2.8,0.188,,,,,, -2013,6,2,9,30,827,134,766,0,36,960,306.3,3,0.188,,,,,, -2013,6,2,10,30,868,142,911,0,38,960,324.9,3.2,0.188,,,,,, -2013,6,2,11,30,857,170,991,1,40,960,332.9,3.6,0.188,,,,,, -2013,6,2,12,30,868,169,1021,1,41,950,328.7,4,0.188,,,,,, -2013,6,2,13,30,867,163,988,0,41,950,323.6,4.6,0.188,,,,,, -2013,6,2,14,30,876,137,900,0,42,950,320.6,5.2,0.188,,,,,, -2013,6,2,15,30,836,127,751,0,41,950,320.5,5.7,0.188,,,,,, -2013,6,2,16,30,769,112,562,-1,40,950,322,5.9,0.188,,,,,, -2013,6,2,17,30,654,91,350,-1,39,950,324,5.8,0.188,,,,,, -2013,6,2,18,30,429,58,142,-1,35,950,324.8,4.8,0.188,,,,,, -2013,6,2,19,30,0,0,0,-1,32,950,321.9,3.5,0.188,,,,,, -2013,6,2,20,30,0,0,0,-2,30,950,328.5,2.2,0.188,,,,,, -2013,6,2,21,30,0,0,0,-2,28,950,344.4,1.1,0.188,,,,,, -2013,6,2,22,30,0,0,0,-2,26,950,26.1,0.7,0.188,,,,,, -2013,6,2,23,30,0,0,0,-1,25,950,84,0.8,0.188,,,,,, -2013,6,3,0,30,0,0,0,-1,25,950,142.9,0.9,0.188,,,,,, -2013,6,3,1,30,0,0,0,-1,25,950,167.1,0.8,0.188,,,,,, -2013,6,3,2,30,0,0,0,-2,23,960,181.7,0.5,0.188,,,,,, -2013,6,3,3,30,0,0,0,-2,21,960,213.6,0.3,0.188,,,,,, -2013,6,3,4,30,0,0,0,-2,21,960,261.3,0.3,0.188,,,,,, -2013,6,3,5,30,76,10,12,-1,23,960,279.4,0.8,0.188,,,,,, -2013,6,3,6,30,535,56,175,-1,26,960,289.5,1.1,0.188,,,,,, -2013,6,3,7,30,733,80,390,0,29,960,292,1.1,0.188,,,,,, -2013,6,3,8,30,835,96,603,-1,32,960,283.1,1.4,0.188,,,,,, -2013,6,3,9,30,894,106,790,-1,34,960,292.7,1.9,0.188,,,,,, -2013,6,3,10,30,929,113,935,-1,36,960,303.8,2.2,0.188,,,,,, -2013,6,3,11,30,948,117,1026,-1,38,960,311.4,2.5,0.188,,,,,, -2013,6,3,12,30,950,120,1053,-2,39,960,317.7,2.8,0.188,,,,,, -2013,6,3,13,30,941,121,1017,-1,40,960,321.3,3.2,0.188,,,,,, -2013,6,3,14,30,920,117,919,-1,40,950,322.8,3.6,0.188,,,,,, -2013,6,3,15,30,879,111,767,-1,39,950,323.5,4.1,0.188,,,,,, -2013,6,3,16,30,809,101,575,-1,38,950,324.2,4.5,0.188,,,,,, -2013,6,3,17,30,689,85,359,-1,37,950,325,4.8,0.188,,,,,, -2013,6,3,18,30,456,57,147,-1,33,950,326,4.6,0.188,,,,,, -2013,6,3,19,30,0,0,0,0,30,950,326.8,3.7,0.188,,,,,, -2013,6,3,20,30,0,0,0,0,28,960,333.3,2.5,0.188,,,,,, -2013,6,3,21,30,0,0,0,0,27,960,352.8,1.2,0.188,,,,,, -2013,6,3,22,30,0,0,0,1,25,960,28.8,0.7,0.188,,,,,, -2013,6,3,23,30,0,0,0,1,24,960,51.1,0.6,0.188,,,,,, -2013,6,4,0,30,0,0,0,1,23,960,81.3,0.6,0.188,,,,,, -2013,6,4,1,30,0,0,0,1,23,960,109.9,0.6,0.188,,,,,, -2013,6,4,2,30,0,0,0,1,24,960,126.9,0.4,0.188,,,,,, -2013,6,4,3,30,0,0,0,1,24,960,117,0.2,0.188,,,,,, -2013,6,4,4,30,0,0,0,0,23,960,76.4,0.2,0.188,,,,,, -2013,6,4,5,30,0,12,12,0,24,960,41,0.2,0.188,,,,,, -2013,6,4,6,30,516,56,171,0,27,960,83.8,0.5,0.188,,,,,, -2013,6,4,7,30,712,80,381,0,30,960,140.1,0.8,0.188,,,,,, -2013,6,4,8,30,816,96,592,1,33,960,181.1,0.9,0.188,,,,,, -2013,6,4,9,30,878,106,778,1,35,960,232.4,0.9,0.188,,,,,, -2013,6,4,10,30,916,113,924,0,36,960,266.6,1.1,0.188,,,,,, -2013,6,4,11,30,939,115,1016,0,38,960,293.3,1.4,0.188,,,,,, -2013,6,4,12,30,940,122,1045,0,39,960,302.3,1.6,0.188,,,,,, -2013,6,4,13,30,929,125,1010,-1,39,960,307.2,1.7,0.188,,,,,, -2013,6,4,14,30,885,135,908,-1,40,960,311.4,1.7,0.188,,,,,, -2013,6,4,15,30,835,131,756,-1,39,960,318.2,1.7,0.188,,,,,, -2013,6,4,16,30,755,121,563,-2,38,960,325.9,1.8,0.188,,,,,, -2013,6,4,17,30,618,102,348,-1,37,960,333.2,1.6,0.188,,,,,, -2013,6,4,18,30,368,66,139,-1,33,960,337.3,1,0.188,,,,,, -2013,6,4,19,30,0,0,0,0,30,960,346.2,0.7,0.188,,,,,, -2013,6,4,20,30,0,0,0,0,28,960,18.2,1,0.188,,,,,, -2013,6,4,21,30,0,0,0,1,27,960,69.8,1.5,0.188,,,,,, -2013,6,4,22,30,0,0,0,1,26,960,111.5,1.8,0.188,,,,,, -2013,6,4,23,30,0,0,0,1,25,960,130.4,1.7,0.188,,,,,, -2013,6,5,0,30,0,0,0,1,24,960,143.4,1.4,0.188,,,,,, -2013,6,5,1,30,0,0,0,1,23,960,146.9,1.2,0.188,,,,,, -2013,6,5,2,30,0,0,0,1,23,960,143,1.1,0.188,,,,,, -2013,6,5,3,30,0,0,0,1,22,960,139.5,1,0.188,,,,,, -2013,6,5,4,30,0,0,0,1,21,960,138,0.9,0.188,,,,,, -2013,6,5,5,30,18,8,9,1,22,960,134,0.9,0.188,,,,,, -2013,6,5,6,30,395,73,161,1,25,960,126.5,1.2,0.188,,,,,, -2013,6,5,7,30,617,110,371,1,28,960,142.6,1.6,0.188,,,,,, -2013,6,5,8,30,739,133,582,1,32,960,146.8,1.9,0.188,,,,,, -2013,6,5,9,30,812,148,770,0,35,960,149,1.6,0.188,,,,,, -2013,6,5,10,30,859,157,917,0,36,960,150.8,0.9,0.188,,,,,, -2013,6,5,11,30,939,125,1026,0,38,960,167.4,0.4,0.188,,,,,, -2013,6,5,12,30,948,125,1057,-1,39,960,302.4,0.6,0.188,,,,,, -2013,6,5,13,30,945,122,1023,-2,39,960,326.1,0.8,0.188,,,,,, -2013,6,5,14,30,926,117,926,-3,39,960,344.9,0.9,0.188,,,,,, -2013,6,5,15,30,889,109,774,-4,39,960,352.6,1,0.188,,,,,, -2013,6,5,16,30,824,97,581,-4,38,960,354.8,1.1,0.188,,,,,, -2013,6,5,17,30,709,81,365,-5,37,960,352.5,0.9,0.188,,,,,, -2013,6,5,18,30,484,54,152,-5,33,960,346.3,0.7,0.188,,,,,, -2013,6,5,19,30,0,0,0,-4,30,960,348.2,0.9,0.188,,,,,, -2013,6,5,20,30,0,0,0,-4,29,960,3.2,1.1,0.188,,,,,, -2013,6,5,21,30,0,0,0,-4,28,960,25.3,1.2,0.188,,,,,, -2013,6,5,22,30,0,0,0,-4,27,960,56.2,1.4,0.188,,,,,, -2013,6,5,23,30,0,0,0,-4,27,960,97.3,1.5,0.188,,,,,, -2013,6,6,0,30,0,0,0,-4,26,960,119.2,1.5,0.188,,,,,, -2013,6,6,1,30,0,0,0,-4,26,960,126.8,1.7,0.188,,,,,, -2013,6,6,2,30,0,0,0,-4,25,960,126,1.8,0.188,,,,,, -2013,6,6,3,30,0,0,0,-3,24,960,123.8,1.8,0.188,,,,,, -2013,6,6,4,30,0,0,0,-3,23,960,121.7,1.7,0.188,,,,,, -2013,6,6,5,30,54,10,12,-1,24,960,118.8,1.6,0.188,,,,,, -2013,6,6,6,30,506,58,172,0,26,960,121.4,1.7,0.188,,,,,, -2013,6,6,7,30,706,84,383,0,30,960,139.1,1.9,0.188,,,,,, -2013,6,6,8,30,809,102,594,0,33,960,136.3,1.9,0.188,,,,,, -2013,6,6,9,30,869,114,779,-1,36,960,129.5,1.5,0.188,,,,,, -2013,6,6,10,30,905,123,923,-2,38,960,114.3,0.9,0.188,,,,,, -2013,6,6,11,30,931,122,1016,-2,40,960,63.6,0.6,0.188,,,,,, -2013,6,6,12,30,935,125,1044,-3,41,960,354.7,0.9,0.188,,,,,, -2013,6,6,13,30,928,124,1009,-3,41,950,342.9,1.4,0.188,,,,,, -2013,6,6,14,30,855,151,899,-3,42,950,346,1.9,0.188,,,,,, -2013,6,6,15,30,810,142,749,-3,41,950,347.8,2.2,0.188,,,,,, -2013,6,6,16,30,727,130,558,-4,40,950,351.2,2.4,0.188,,,,,, -2013,6,6,17,30,579,111,344,-4,39,950,356.2,2,0.188,,,,,, -2013,6,6,18,30,317,72,137,-4,35,950,358.2,1.2,0.188,,,,,, -2013,6,6,19,30,0,0,0,-4,32,950,15.2,1.1,0.188,,,,,, -2013,6,6,20,30,0,0,0,-4,30,950,49.1,1.5,0.188,,,,,, -2013,6,6,21,30,0,0,0,-4,29,950,83.6,1.5,0.188,,,,,, -2013,6,6,22,30,0,0,0,-3,28,960,109.4,1.2,0.188,,,,,, -2013,6,6,23,30,0,0,0,-3,28,960,133.3,1,0.188,,,,,, -2013,6,7,0,30,0,0,0,-3,28,960,136.5,1.1,0.188,,,,,, -2013,6,7,1,30,0,0,0,-2,27,960,137,1.2,0.188,,,,,, -2013,6,7,2,30,0,0,0,-2,25,960,139.5,1.1,0.188,,,,,, -2013,6,7,3,30,0,0,0,-2,23,960,146,0.9,0.188,,,,,, -2013,6,7,4,30,0,0,0,-1,22,960,159.7,0.7,0.188,,,,,, -2013,6,7,5,30,17,9,9,0,24,960,176.9,0.7,0.188,,,,,, -2013,6,7,6,30,382,74,160,0,27,960,171.4,0.8,0.188,,,,,, -2013,6,7,7,30,605,110,366,0,31,960,176.5,1.1,0.188,,,,,, -2013,6,7,8,30,729,132,575,0,34,960,143.8,1.1,0.188,,,,,, -2013,6,7,9,30,801,147,760,0,37,960,123.5,0.7,0.188,,,,,, -2013,6,7,10,30,845,156,904,0,39,960,59.3,0.7,0.188,,,,,, -2013,6,7,11,30,892,146,1002,0,41,960,343.9,1.2,0.188,,,,,, -2013,6,7,12,30,902,145,1032,0,42,950,323.4,1.9,0.188,,,,,, -2013,6,7,13,30,900,140,1000,-1,43,950,321,2.5,0.188,,,,,, -2013,6,7,14,30,893,127,908,-1,43,950,325.3,3.2,0.188,,,,,, -2013,6,7,15,30,861,115,762,-2,43,950,331.2,3.7,0.188,,,,,, -2013,6,7,16,30,801,101,574,-3,42,950,336.8,4,0.188,,,,,, -2013,6,7,17,30,688,84,361,-3,41,950,340.5,4.1,0.188,,,,,, -2013,6,7,18,30,459,57,151,-3,37,950,340.6,3.7,0.188,,,,,, -2013,6,7,19,30,0,0,0,-3,33,950,337.6,3.5,0.188,,,,,, -2013,6,7,20,30,0,0,0,-3,31,950,339.5,3.1,0.188,,,,,, -2013,6,7,21,30,0,0,0,-2,30,950,345.1,1.9,0.188,,,,,, -2013,6,7,22,30,0,0,0,-2,28,950,347.9,1.2,0.188,,,,,, -2013,6,7,23,30,0,0,0,-1,27,950,336.8,0.9,0.188,,,,,, -2013,6,8,0,30,0,0,0,-1,27,950,305.6,0.8,0.188,,,,,, -2013,6,8,1,30,0,0,0,-2,26,950,285.3,0.9,0.188,,,,,, -2013,6,8,2,30,0,0,0,-2,26,950,280.6,1.2,0.188,,,,,, -2013,6,8,3,30,0,0,0,-1,26,950,284.5,1.5,0.188,,,,,, -2013,6,8,4,30,0,0,0,-2,25,960,292.1,1.6,0.188,,,,,, -2013,6,8,5,30,38,10,11,-2,25,960,299,1.9,0.188,,,,,, -2013,6,8,6,30,480,61,169,-2,28,960,299.6,2.4,0.188,,,,,, -2013,6,8,7,30,694,88,381,-2,31,960,297.2,2.9,0.188,,,,,, -2013,6,8,8,30,805,104,593,-3,34,960,306,3.5,0.188,,,,,, -2013,6,8,9,30,868,116,780,-3,36,960,318.7,4.2,0.188,,,,,, -2013,6,8,10,30,905,124,925,-3,38,960,327.7,4.8,0.188,,,,,, -2013,6,8,11,30,942,117,1021,-3,39,960,330.8,5.2,0.188,,,,,, -2013,6,8,12,30,945,119,1049,-3,40,960,329.9,5.5,0.188,,,,,, -2013,6,8,13,30,933,121,1012,-3,41,960,327.1,5.6,0.188,,,,,, -2013,6,8,14,30,890,131,910,-2,41,960,324,5.7,0.188,,,,,, -2013,6,8,15,30,830,133,757,-2,41,950,322.7,5.7,0.188,,,,,, -2013,6,8,16,30,738,127,564,-2,40,950,323.4,5.6,0.188,,,,,, -2013,6,8,17,30,596,109,350,-2,38,950,324.7,5.4,0.188,,,,,, -2013,6,8,18,30,348,72,143,-2,35,960,323.7,5,0.188,,,,,, -2013,6,8,19,30,0,0,0,-2,31,960,320.1,4.4,0.188,,,,,, -2013,6,8,20,30,0,0,0,-2,29,960,320.9,3.6,0.188,,,,,, -2013,6,8,21,30,0,0,0,-2,28,960,326.1,2.3,0.188,,,,,, -2013,6,8,22,30,0,0,0,-2,26,960,328.9,1.4,0.188,,,,,, -2013,6,8,23,30,0,0,0,-3,25,960,326.2,1,0.188,,,,,, -2013,6,9,0,30,0,0,0,-3,24,960,322.1,0.9,0.188,,,,,, -2013,6,9,1,30,0,0,0,-3,24,960,319.2,0.8,0.188,,,,,, -2013,6,9,2,30,0,0,0,-4,24,960,319.6,0.5,0.188,,,,,, -2013,6,9,3,30,0,0,0,-4,24,960,330.7,0.3,0.188,,,,,, -2013,6,9,4,30,0,0,0,-3,23,960,349.7,0.2,0.188,,,,,, -2013,6,9,5,30,32,10,11,-3,24,960,0,0.3,0.188,,,,,, -2013,6,9,6,30,452,65,167,-3,27,960,284.9,0.9,0.188,,,,,, -2013,6,9,7,30,668,94,377,-1,30,960,245.7,1.7,0.188,,,,,, -2013,6,9,8,30,784,112,588,0,33,960,252.7,2.1,0.188,,,,,, -2013,6,9,9,30,852,123,775,-2,35,960,263,2,0.188,,,,,, -2013,6,9,10,30,893,131,921,-3,38,960,285.7,2,0.188,,,,,, -2013,6,9,11,30,887,154,1005,-4,39,960,306,2.3,0.188,,,,,, -2013,6,9,12,30,895,155,1035,-5,40,960,315.9,3,0.188,,,,,, -2013,6,9,13,30,889,152,1002,-5,41,960,318.5,3.8,0.188,,,,,, -2013,6,9,14,30,935,106,926,-5,42,960,319.4,4.4,0.188,,,,,, -2013,6,9,15,30,902,99,777,-5,42,960,320.7,4.9,0.188,,,,,, -2013,6,9,16,30,842,89,588,-5,41,960,322.2,5.1,0.188,,,,,, -2013,6,9,17,30,736,75,374,-6,39,960,323.7,5.2,0.19,,,,,, -2013,6,9,18,30,522,52,160,-6,35,960,323.3,4.7,0.19,,,,,, -2013,6,9,19,30,0,0,0,-5,31,960,320.2,4,0.19,,,,,, -2013,6,9,20,30,0,0,0,-5,29,960,324.1,3,0.19,,,,,, -2013,6,9,21,30,0,0,0,-5,28,960,334,1.8,0.19,,,,,, -2013,6,9,22,30,0,0,0,-5,27,960,346.6,1,0.19,,,,,, -2013,6,9,23,30,0,0,0,-5,25,960,1,0.6,0.19,,,,,, -2013,6,10,0,30,0,0,0,-5,25,960,8.5,0.2,0.19,,,,,, -2013,6,10,1,30,0,0,0,-5,25,960,275.7,0.3,0.19,,,,,, -2013,6,10,2,30,0,0,0,-5,26,960,231.4,0.5,0.19,,,,,, -2013,6,10,3,30,0,0,0,-4,26,960,225.2,0.7,0.19,,,,,, -2013,6,10,4,30,0,0,0,-4,25,960,227.3,0.8,0.19,,,,,, -2013,6,10,5,30,69,11,13,-4,25,960,233.8,1,0.19,,,,,, -2013,6,10,6,30,528,57,176,-4,28,960,240.9,1.6,0.19,,,,,, -2013,6,10,7,30,729,81,390,-4,31,960,235,1.7,0.19,,,,,, -2013,6,10,8,30,833,96,602,-5,34,960,228.4,1.4,0.19,,,,,, -2013,6,10,9,30,894,106,790,-6,37,960,272,1.5,0.19,,,,,, -2013,6,10,10,30,931,112,936,-7,39,960,318.1,2,0.19,,,,,, -2013,6,10,11,30,565,373,915,-8,40,960,334,2.5,0.19,,,,,, -2013,6,10,12,30,952,120,1056,-8,41,960,339.5,3.2,0.19,,,,,, -2013,6,10,13,30,943,121,1022,-9,42,960,341,3.8,0.19,,,,,, -2013,6,10,14,30,901,130,920,-10,42,960,343.9,4.3,0.19,,,,,, -2013,6,10,15,30,848,128,767,-10,42,960,349.2,4.5,0.19,,,,,, -2013,6,10,16,30,767,119,574,-10,41,960,356.2,4.3,0.19,,,,,, -2013,6,10,17,30,638,100,360,-9,39,960,5.8,3.5,0.19,,,,,, -2013,6,10,18,30,411,65,151,-8,35,960,15.5,1.9,0.19,,,,,, -2013,6,10,19,30,0,0,0,-7,31,960,34.3,1.1,0.19,,,,,, -2013,6,10,20,30,0,0,0,-6,29,960,88.6,1.4,0.19,,,,,, -2013,6,10,21,30,0,0,0,-5,28,960,123.2,1.7,0.19,,,,,, -2013,6,10,22,30,0,0,0,-5,27,960,137.9,1.7,0.19,,,,,, -2013,6,10,23,30,0,0,0,-5,25,960,144.9,1.6,0.19,,,,,, -2013,6,11,0,30,0,0,0,-5,25,960,149.9,1.5,0.19,,,,,, -2013,6,11,1,30,0,0,0,-5,25,960,152.7,1.4,0.19,,,,,, -2013,6,11,2,30,0,0,0,-5,26,960,153.5,1.3,0.19,,,,,, -2013,6,11,3,30,0,0,0,-5,25,960,153.9,1.2,0.19,,,,,, -2013,6,11,4,30,0,0,0,-5,24,960,154.9,1.1,0.19,,,,,, -2013,6,11,5,30,23,10,11,-6,24,960,156.7,1.4,0.19,,,,,, -2013,6,11,6,30,445,66,166,-6,28,960,158.9,1.9,0.19,,,,,, -2013,6,11,7,30,663,95,375,-5,31,960,168.4,1.9,0.19,,,,,, -2013,6,11,8,30,776,113,584,-3,34,960,187.2,1.5,0.19,,,,,, -2013,6,11,9,30,839,127,769,0,37,960,204.8,0.6,0.19,,,,,, -2013,6,11,10,30,877,136,912,0,39,960,210.9,0.2,0.19,,,,,, -2013,6,11,11,30,889,147,1000,0,40,960,5.3,0.6,0.19,,,,,, -2013,6,11,12,30,887,154,1027,0,41,960,0.7,0.8,0.19,,,,,, -2013,6,11,13,30,870,159,991,0,42,960,359.5,0.9,0.19,,,,,, -2013,6,11,14,30,860,146,901,0,42,960,357,1,0.19,,,,,, -2013,6,11,15,30,820,135,754,-1,41,960,348.5,1,0.19,,,,,, -2013,6,11,16,30,755,120,568,-2,40,960,336.4,1.3,0.19,,,,,, -2013,6,11,17,30,643,97,359,-2,39,960,331.2,1.3,0.19,,,,,, -2013,6,11,18,30,323,64,131,-2,36,960,331.4,1.2,0.19,,,,,, -2013,6,11,19,30,0,0,0,-2,33,960,339.2,1.6,0.19,,,,,, -2013,6,11,20,30,0,0,0,-3,31,960,349.3,1.7,0.19,,,,,, -2013,6,11,21,30,0,0,0,-4,30,960,7.1,1.4,0.19,,,,,, -2013,6,11,22,30,0,0,0,-4,30,960,29.6,1,0.19,,,,,, -2013,6,11,23,30,0,0,0,-4,30,960,62.8,0.8,0.19,,,,,, -2013,6,12,0,30,0,0,0,-4,30,960,110.6,0.8,0.19,,,,,, -2013,6,12,1,30,0,0,0,-4,29,960,137.3,0.8,0.19,,,,,, -2013,6,12,2,30,0,0,0,-4,28,960,150.7,0.7,0.19,,,,,, -2013,6,12,3,30,0,0,0,-4,28,960,162.5,0.6,0.19,,,,,, -2013,6,12,4,30,0,0,0,-3,27,960,205.7,0.5,0.19,,,,,, -2013,6,12,5,30,55,10,11,-1,27,960,239.5,0.5,0.19,,,,,, -2013,6,12,6,30,456,63,166,0,29,960,254.3,0.9,0.19,,,,,, -2013,6,12,7,30,650,95,370,1,32,960,262.2,1.5,0.19,,,,,, -2013,6,12,8,30,753,118,575,2,34,960,268.4,1.9,0.19,,,,,, -2013,6,12,9,30,814,134,757,2,36,960,271,2,0.19,,,,,, -2013,6,12,10,30,590,311,834,2,38,960,280.8,2.1,0.19,,,,,, -2013,6,12,11,30,465,421,868,1,40,960,302.4,2.2,0.19,,,,,, -2013,6,12,12,30,646,335,971,0,41,960,322.6,2.7,0.19,,,,,, -2013,6,12,13,30,792,204,962,-1,42,960,331.2,3.2,0.19,,,,,, -2013,6,12,14,30,823,162,884,-1,42,960,333.7,3.7,0.19,,,,,, -2013,6,12,15,30,777,153,739,-1,42,960,334.6,4.1,0.19,,,,,, -2013,6,12,16,30,706,136,556,-2,41,960,336.1,4.2,0.19,,,,,, -2013,6,12,17,30,590,109,351,-2,39,960,339.4,3.8,0.19,,,,,, -2013,6,12,18,30,379,68,148,-2,36,960,343.8,2.4,0.19,,,,,, -2013,6,12,19,30,0,0,0,-1,33,960,352.3,1.1,0.19,,,,,, -2013,6,12,20,30,0,0,0,0,31,960,24,0.8,0.19,,,,,, -2013,6,12,21,30,0,0,0,0,30,960,88.8,0.8,0.19,,,,,, -2013,6,12,22,30,0,0,0,1,29,960,141.3,0.9,0.19,,,,,, -2013,6,12,23,30,0,0,0,3,27,960,159,1,0.19,,,,,, -2013,6,13,0,30,0,0,0,4,26,960,158,1,0.19,,,,,, -2013,6,13,1,30,0,0,0,4,25,960,156,0.9,0.19,,,,,, -2013,6,13,2,30,0,0,0,5,25,960,155.6,0.8,0.19,,,,,, -2013,6,13,3,30,0,0,0,5,24,960,158.8,0.7,0.19,,,,,, -2013,6,13,4,30,0,0,0,5,24,960,164.6,0.7,0.19,,,,,, -2013,6,13,5,30,11,7,8,6,25,960,169,0.9,0.19,,,,,, -2013,6,13,6,30,302,83,151,6,28,960,183.1,1.5,0.19,,,,,, -2013,6,13,7,30,529,128,351,7,31,960,173.9,2.2,0.19,,,,,, -2013,6,13,8,30,668,150,556,7,34,960,164.9,2.4,0.19,,,,,, -2013,6,13,9,30,154,366,485,7,36,960,164.8,1.9,0.19,,,,,, -2013,6,13,10,30,312,416,692,6,37,960,163.6,1.3,0.19,,,,,, -2013,6,13,11,30,661,311,946,6,38,960,160.8,0.9,0.19,,,,,, -2013,6,13,12,30,825,184,997,5,39,960,158.7,0.5,0.19,,,,,, -2013,6,13,13,30,811,186,962,5,40,960,164.4,0.2,0.19,,,,,, -2013,6,13,14,30,806,167,875,4,40,960,208.6,0.2,0.19,,,,,, -2013,6,13,15,30,759,157,731,4,40,960,247.7,0.4,0.19,,,,,, -2013,6,13,16,30,686,140,549,3,39,960,282.2,0.7,0.19,,,,,, -2013,6,13,17,30,567,113,345,3,38,960,304.7,1.2,0.19,,,,,, -2013,6,13,18,30,354,70,145,3,35,960,315.1,1.5,0.19,,,,,, -2013,6,13,19,30,0,0,0,3,32,960,331.6,2.2,0.19,,,,,, -2013,6,13,20,30,0,0,0,4,30,960,336.1,2.7,0.19,,,,,, -2013,6,13,21,30,0,0,0,4,29,960,342.5,2.2,0.19,,,,,, -2013,6,13,22,30,0,0,0,5,27,960,345.4,1.3,0.19,,,,,, -2013,6,13,23,30,0,0,0,5,26,960,344,0.6,0.19,,,,,, -2013,6,14,0,30,0,0,0,6,26,960,321.4,0.4,0.19,,,,,, -2013,6,14,1,30,0,0,0,6,25,960,275.3,0.4,0.19,,,,,, -2013,6,14,2,30,0,0,0,6,25,960,246.1,0.4,0.19,,,,,, -2013,6,14,3,30,0,0,0,5,25,960,234.9,0.4,0.19,,,,,, -2013,6,14,4,30,0,0,0,5,25,960,224.6,0.4,0.19,,,,,, -2013,6,14,5,30,11,6,6,5,26,960,212.4,0.8,0.19,,,,,, -2013,6,14,6,30,271,85,146,5,28,960,216.1,1.2,0.19,,,,,, -2013,6,14,7,30,481,140,343,5,30,960,203.9,1.3,0.19,,,,,, -2013,6,14,8,30,616,172,546,6,33,960,190.7,1.1,0.19,,,,,, -2013,6,14,9,30,704,190,728,5,35,960,210.3,0.9,0.19,,,,,, -2013,6,14,10,30,762,198,872,4,37,960,269.3,1.3,0.19,,,,,, -2013,6,14,11,30,879,143,987,4,38,960,302.3,2,0.19,,,,,, -2013,6,14,12,30,889,144,1019,3,39,960,315,2.5,0.19,,,,,, -2013,6,14,13,30,888,139,989,2,40,960,321.1,3,0.19,,,,,, -2013,6,14,14,30,873,132,899,2,41,960,323.3,3.4,0.19,,,,,, -2013,6,14,15,30,839,121,756,2,40,950,324.3,3.7,0.19,,,,,, -2013,6,14,16,30,779,107,572,2,39,950,325.2,3.9,0.19,,,,,, -2013,6,14,17,30,674,87,364,1,38,950,326,4.1,0.19,,,,,, -2013,6,14,18,30,468,58,157,2,35,950,326.4,3.9,0.19,,,,,, -2013,6,14,19,30,0,0,0,2,32,950,324.9,3.4,0.19,,,,,, -2013,6,14,20,30,0,0,0,2,30,960,329.4,2.6,0.19,,,,,, -2013,6,14,21,30,0,0,0,2,29,960,344.3,1.4,0.19,,,,,, -2013,6,14,22,30,0,0,0,2,28,960,4.4,0.4,0.19,,,,,, -2013,6,14,23,30,0,0,0,2,26,960,57.4,0.3,0.19,,,,,, -2013,6,15,0,30,0,0,0,2,26,960,155.3,0.8,0.19,,,,,, -2013,6,15,1,30,0,0,0,2,26,960,161.5,1.1,0.19,,,,,, -2013,6,15,2,30,0,0,0,2,26,960,168.3,1.2,0.19,,,,,, -2013,6,15,3,30,0,0,0,3,25,960,172.8,1.1,0.19,,,,,, -2013,6,15,4,30,0,0,0,3,25,960,176.3,0.9,0.19,,,,,, -2013,6,15,5,30,28,10,10,3,26,960,176.9,1,0.19,,,,,, -2013,6,15,6,30,395,70,158,3,28,960,190,1.3,0.19,,,,,, -2013,6,15,7,30,599,106,359,3,31,960,207.7,1.5,0.19,,,,,, -2013,6,15,8,30,711,130,561,3,34,960,211.9,1.4,0.19,,,,,, -2013,6,15,9,30,780,146,742,3,36,960,223.1,1.3,0.19,,,,,, -2013,6,15,10,30,826,153,884,2,38,960,246.2,1.2,0.19,,,,,, -2013,6,15,11,30,875,142,982,2,39,960,279.1,1.2,0.19,,,,,, -2013,6,15,12,30,882,144,1013,2,40,960,305,1.4,0.19,,,,,, -2013,6,15,13,30,875,143,981,3,41,960,319.3,1.5,0.19,,,,,, -2013,6,15,14,30,802,171,876,3,41,960,325.5,1.7,0.19,,,,,, -2013,6,15,15,30,751,163,732,3,41,960,331.9,1.9,0.19,,,,,, -2013,6,15,16,30,675,145,549,3,40,960,338,2.1,0.19,,,,,, -2013,6,15,17,30,551,117,345,2,38,960,348.5,2,0.19,,,,,, -2013,6,15,18,30,334,74,145,2,35,960,0.1,1.4,0.19,,,,,, -2013,6,15,19,30,0,0,0,1,32,960,12.7,1,0.19,,,,,, -2013,6,15,20,30,0,0,0,0,30,960,39.1,1.1,0.19,,,,,, -2013,6,15,21,30,0,0,0,-1,29,960,76.9,1.3,0.19,,,,,, -2013,6,15,22,30,0,0,0,-1,28,960,115.3,1.5,0.19,,,,,, -2013,6,15,23,30,0,0,0,-2,26,960,140.6,1.4,0.19,,,,,, -2013,6,16,0,30,0,0,0,-2,25,960,152.2,1.2,0.19,,,,,, -2013,6,16,1,30,0,0,0,-1,25,960,153.2,1.2,0.19,,,,,, -2013,6,16,2,30,0,0,0,-1,25,960,147.8,1.2,0.19,,,,,, -2013,6,16,3,30,0,0,0,-1,25,960,145,1.1,0.19,,,,,, -2013,6,16,4,30,0,0,0,-1,24,960,145.3,1.1,0.19,,,,,, -2013,6,16,5,30,28,10,10,-1,25,960,146.5,1.4,0.19,,,,,, -2013,6,16,6,30,425,67,162,0,28,960,154.2,2,0.19,,,,,, -2013,6,16,7,30,643,97,368,0,32,960,160.7,2.3,0.19,,,,,, -2013,6,16,8,30,762,115,577,0,35,960,160.5,2.3,0.19,,,,,, -2013,6,16,9,30,835,125,763,0,37,960,156.6,1.9,0.19,,,,,, -2013,6,16,10,30,879,131,909,0,38,960,152.9,1.1,0.19,,,,,, -2013,6,16,11,30,891,142,998,0,39,960,163.7,0.4,0.19,,,,,, -2013,6,16,12,30,899,143,1029,0,40,960,265.4,0.6,0.19,,,,,, -2013,6,16,13,30,895,140,998,0,41,960,294.4,1.1,0.19,,,,,, -2013,6,16,14,30,884,130,908,0,41,960,300.1,1.4,0.19,,,,,, -2013,6,16,15,30,846,122,763,0,40,960,306.9,1.7,0.19,,,,,, -2013,6,16,16,30,781,109,577,0,39,960,313.8,1.9,0.19,,,,,, -2013,6,16,17,30,670,91,368,0,38,960,318.5,1.8,0.19,,,,,, -2013,6,16,18,30,459,61,159,0,35,960,318.7,1.3,0.19,,,,,, -2013,6,16,19,30,0,0,0,0,32,960,321.8,1,0.19,,,,,, -2013,6,16,20,30,0,0,0,0,30,960,349.3,1,0.19,,,,,, -2013,6,16,21,30,0,0,0,-1,29,960,15.4,1.1,0.19,,,,,, -2013,6,16,22,30,0,0,0,-2,27,960,52.1,1.1,0.19,,,,,, -2013,6,16,23,30,0,0,0,-2,27,960,90,1.1,0.19,,,,,, -2013,6,17,0,30,0,0,0,-3,27,960,108.6,1.1,0.19,,,,,, -2013,6,17,1,30,0,0,0,-3,27,960,119.4,1.2,0.19,,,,,, -2013,6,17,2,30,0,0,0,-4,26,960,124.8,1.2,0.19,,,,,, -2013,6,17,3,30,0,0,0,-4,26,960,128.6,1.2,0.19,,,,,, -2013,6,17,4,30,0,0,0,-3,26,960,133.1,1.2,0.19,,,,,, -2013,6,17,5,30,86,10,13,-3,26,960,133.5,1.5,0.19,,,,,, -2013,6,17,6,30,555,52,176,-2,28,960,132.2,2.1,0.19,,,,,, -2013,6,17,7,30,749,75,390,-2,31,960,143.5,2.5,0.19,,,,,, -2013,6,17,8,30,850,89,604,-3,34,960,154.4,2.5,0.19,,,,,, -2013,6,17,9,30,909,99,793,-4,37,960,160.7,1.6,0.19,,,,,, -2013,6,17,10,30,943,106,940,-3,38,960,170.4,0.6,0.19,,,,,, -2013,6,17,11,30,964,109,1034,-3,39,960,281.7,0.6,0.19,,,,,, -2013,6,17,12,30,971,110,1066,-3,40,960,329.4,1.3,0.19,,,,,, -2013,6,17,13,30,967,108,1035,-3,41,960,337.4,1.8,0.19,,,,,, -2013,6,17,14,30,940,111,938,-4,41,960,340,2.1,0.19,,,,,, -2013,6,17,15,30,905,104,790,-4,40,960,338.6,2.2,0.19,,,,,, -2013,6,17,16,30,844,94,600,-4,39,960,334.3,2.1,0.19,,,,,, -2013,6,17,17,30,738,79,385,-4,38,960,328.5,2,0.19,,,,,, -2013,6,17,18,30,531,55,170,-4,34,960,320.2,1.5,0.19,,,,,, -2013,6,17,19,30,63,9,10,-4,31,960,329.8,1.1,0.19,,,,,, -2013,6,17,20,30,0,0,0,-4,29,960,343.1,0.9,0.19,,,,,, -2013,6,17,21,30,0,0,0,-4,28,960,351.4,0.4,0.19,,,,,, -2013,6,17,22,30,0,0,0,-3,27,960,347.8,0.2,0.19,,,,,, -2013,6,17,23,30,0,0,0,-3,26,960,191.7,0.3,0.19,,,,,, -2013,6,18,0,30,0,0,0,-3,25,960,191.2,0.5,0.19,,,,,, -2013,6,18,1,30,0,0,0,-3,25,960,184.5,0.7,0.19,,,,,, -2013,6,18,2,30,0,0,0,-3,25,960,169.1,0.8,0.19,,,,,, -2013,6,18,3,30,0,0,0,-3,25,960,150.3,0.9,0.19,,,,,, -2013,6,18,4,30,0,0,0,-3,24,960,140.5,1,0.19,,,,,, -2013,6,18,5,30,55,10,11,-3,25,960,138.4,1,0.19,,,,,, -2013,6,18,6,30,509,60,173,-2,27,960,140.1,0.9,0.19,,,,,, -2013,6,18,7,30,717,86,388,-3,31,960,172.6,1.1,0.19,,,,,, -2013,6,18,8,30,826,103,602,-3,34,960,170.7,1.2,0.19,,,,,, -2013,6,18,9,30,890,113,792,-4,36,960,178.4,0.7,0.19,,,,,, -2013,6,18,10,30,929,119,941,-4,38,960,309.3,0.9,0.19,,,,,, -2013,6,18,11,30,934,133,1030,-4,39,960,333.4,1.6,0.19,,,,,, -2013,6,18,12,30,937,138,1060,-4,40,960,338.9,2,0.19,,,,,, -2013,6,18,13,30,929,138,1028,-5,41,960,340.2,2.3,0.19,,,,,, -2013,6,18,14,30,959,104,949,-5,41,960,337.8,2.4,0.19,,,,,, -2013,6,18,15,30,928,98,802,-6,41,950,335.2,2.5,0.19,,,,,, -2013,6,18,16,30,875,88,613,-8,40,950,335,2.3,0.19,,,,,, -2013,6,18,17,30,778,75,397,-9,38,950,336.3,1.7,0.19,,,,,, -2013,6,18,18,30,576,53,178,-10,34,950,341,0.7,0.19,,,,,, -2013,6,18,19,30,74,10,11,-10,30,950,33.2,0.5,0.19,,,,,, -2013,6,18,20,30,0,0,0,-10,28,950,124.2,1.1,0.19,,,,,, -2013,6,18,21,30,0,0,0,-9,27,950,135.3,1.2,0.19,,,,,, -2013,6,18,22,30,0,0,0,-7,26,950,149.6,1.2,0.19,,,,,, -2013,6,18,23,30,0,0,0,-6,25,950,149.8,1.4,0.19,,,,,, -2013,6,19,0,30,0,0,0,-5,24,950,141.8,1.5,0.19,,,,,, -2013,6,19,1,30,0,0,0,-4,23,950,133.6,1.5,0.19,,,,,, -2013,6,19,2,30,0,0,0,-3,23,950,124.1,1.6,0.19,,,,,, -2013,6,19,3,30,0,0,0,-3,23,950,117.5,1.5,0.19,,,,,, -2013,6,19,4,30,0,0,0,-3,23,960,115.7,1.3,0.19,,,,,, -2013,6,19,5,30,48,10,11,-3,23,960,120.9,1.4,0.19,,,,,, -2013,6,19,6,30,491,63,171,-3,26,960,131.5,1.8,0.19,,,,,, -2013,6,19,7,30,700,92,385,-2,30,960,139.2,2.5,0.19,,,,,, -2013,6,19,8,30,809,110,599,-1,33,960,145,2.8,0.19,,,,,, -2013,6,19,9,30,871,122,787,-2,35,960,153.2,2.5,0.19,,,,,, -2013,6,19,10,30,907,131,933,-3,37,960,155.7,1.8,0.19,,,,,, -2013,6,19,11,30,945,123,1030,-3,38,960,157.9,1.2,0.19,,,,,, -2013,6,19,12,30,946,127,1059,-3,39,960,161.1,0.9,0.19,,,,,, -2013,6,19,13,30,931,130,1023,-2,40,950,165.6,0.7,0.19,,,,,, -2013,6,19,14,30,902,131,926,-2,40,950,182.7,0.6,0.19,,,,,, -2013,6,19,15,30,855,126,776,-2,40,950,211.7,0.6,0.19,,,,,, -2013,6,19,16,30,780,117,585,-2,39,950,236.1,0.5,0.19,,,,,, -2013,6,19,17,30,656,99,371,-2,38,950,250.7,0.3,0.19,,,,,, -2013,6,19,18,30,434,66,161,-2,34,950,246.1,0.2,0.19,,,,,, -2013,6,19,19,30,26,8,8,-2,30,950,185.5,0.6,0.19,,,,,, -2013,6,19,20,30,0,0,0,-2,28,950,125.9,1.5,0.19,,,,,, -2013,6,19,21,30,0,0,0,-3,27,950,115.5,2,0.19,,,,,, -2013,6,19,22,30,0,0,0,-4,26,950,120,1.9,0.19,,,,,, -2013,6,19,23,30,0,0,0,-5,26,950,126,1.8,0.19,,,,,, -2013,6,20,0,30,0,0,0,-5,26,950,128.6,1.9,0.19,,,,,, -2013,6,20,1,30,0,0,0,-5,25,950,128.5,1.9,0.19,,,,,, -2013,6,20,2,30,0,0,0,-4,24,950,125.6,1.8,0.19,,,,,, -2013,6,20,3,30,0,0,0,-4,23,960,122.2,1.6,0.19,,,,,, -2013,6,20,4,30,0,0,0,-2,21,960,120.3,1.3,0.19,,,,,, -2013,6,20,5,30,44,10,11,0,22,960,120.2,1.1,0.19,,,,,, -2013,6,20,6,30,508,58,171,1,26,960,125.3,1,0.19,,,,,, -2013,6,20,7,30,715,84,383,2,30,960,149.6,1.4,0.19,,,,,, -2013,6,20,8,30,823,99,596,1,33,960,157.4,1.6,0.19,,,,,, -2013,6,20,9,30,887,108,784,0,35,960,156.3,0.9,0.19,,,,,, -2013,6,20,10,30,927,113,932,0,36,960,131.1,0.4,0.19,,,,,, -2013,6,20,11,30,943,119,1024,-1,38,960,358.8,0.7,0.19,,,,,, -2013,6,20,12,30,949,121,1056,-2,39,960,338.9,1.2,0.19,,,,,, -2013,6,20,13,30,942,121,1024,-3,39,960,329.1,1.7,0.19,,,,,, -2013,6,20,14,30,911,124,928,-4,40,950,321.3,2.2,0.19,,,,,, -2013,6,20,15,30,866,120,779,-4,40,950,317,2.7,0.19,,,,,, -2013,6,20,16,30,793,111,589,-4,39,950,317.9,3.2,0.19,,,,,, -2013,6,20,17,30,674,94,375,-4,37,950,321.6,3.3,0.19,,,,,, -2013,6,20,18,30,459,63,163,-3,33,950,323.2,2.7,0.19,,,,,, -2013,6,20,19,30,38,8,9,-2,30,950,323.3,1.8,0.19,,,,,, -2013,6,20,20,30,0,0,0,-2,28,960,340.6,1.2,0.19,,,,,, -2013,6,20,21,30,0,0,0,-1,27,960,5.7,0.8,0.19,,,,,, -2013,6,20,22,30,0,0,0,0,26,960,43.4,0.8,0.19,,,,,, -2013,6,20,23,30,0,0,0,0,25,960,113.7,1,0.19,,,,,, -2013,6,21,0,30,0,0,0,0,24,960,137.1,1.2,0.19,,,,,, -2013,6,21,1,30,0,0,0,0,23,960,142.9,1.2,0.19,,,,,, -2013,6,21,2,30,0,0,0,0,22,960,141.3,1.2,0.19,,,,,, -2013,6,21,3,30,0,0,0,0,21,960,135.3,1.1,0.19,,,,,, -2013,6,21,4,30,0,0,0,0,21,960,126.7,0.9,0.19,,,,,, -2013,6,21,5,30,40,9,10,0,22,960,115,0.7,0.19,,,,,, -2013,6,21,6,30,481,62,168,0,26,960,108.5,0.7,0.19,,,,,, -2013,6,21,7,30,697,89,381,-1,29,960,151.7,1,0.19,,,,,, -2013,6,21,8,30,809,107,595,-2,32,960,167.9,1.1,0.19,,,,,, -2013,6,21,9,30,638,220,706,-4,35,960,176.4,0.6,0.19,,,,,, -2013,6,21,10,30,619,293,840,-5,36,960,301.7,0.8,0.19,,,,,, -2013,6,21,11,30,675,301,949,-6,38,960,336.2,1.6,0.19,,,,,, -2013,6,21,12,30,510,422,924,-7,39,960,338.7,2,0.19,,,,,, -2013,6,21,13,30,170,490,654,-7,40,960,338.5,2.4,0.19,,,,,, -2013,6,21,14,30,907,129,930,-7,41,960,337.1,2.7,0.19,,,,,, -2013,6,21,15,30,854,128,778,-7,40,960,337.4,3,0.19,,,,,, -2013,6,21,16,30,766,123,583,-6,39,950,340,3.3,0.19,,,,,, -2013,6,21,17,30,628,106,368,-4,37,950,342.6,3.2,0.19,,,,,, -2013,6,21,18,30,401,71,159,-2,34,950,341.8,2.5,0.19,,,,,, -2013,6,21,19,30,22,8,8,-1,31,960,345.7,1.7,0.19,,,,,, -2013,6,21,20,30,0,0,0,0,29,960,356.2,1.3,0.19,,,,,, -2013,6,21,21,30,0,0,0,0,28,960,15.3,1,0.19,,,,,, -2013,6,21,22,30,0,0,0,0,27,960,45.6,0.9,0.19,,,,,, -2013,6,21,23,30,0,0,0,0,26,960,101,1,0.19,,,,,, -2013,6,22,0,30,0,0,0,0,26,960,142.3,1.1,0.19,,,,,, -2013,6,22,1,30,0,0,0,0,26,960,158.6,1,0.19,,,,,, -2013,6,22,2,30,0,0,0,-1,25,960,163.2,0.9,0.19,,,,,, -2013,6,22,3,30,0,0,0,-1,24,960,164.8,0.6,0.19,,,,,, -2013,6,22,4,30,0,0,0,-2,23,960,174.3,0.4,0.19,,,,,, -2013,6,22,5,30,35,9,10,-2,24,960,203.6,0.3,0.19,,,,,, -2013,6,22,6,30,477,61,166,-3,26,960,171.8,0.8,0.19,,,,,, -2013,6,22,7,30,676,77,359,-2,29,960,147.4,1.6,0.19,,,,,, -2013,6,22,8,30,497,201,501,-2,32,960,148,1.8,0.19,,,,,, -2013,6,22,9,30,868,117,777,-2,34,960,148.7,1.2,0.19,,,,,, -2013,6,22,10,30,420,366,737,-2,35,960,146.8,0.4,0.19,,,,,, -2013,6,22,11,30,379,427,791,-2,37,960,239.8,0.4,0.19,,,,,, -2013,6,22,12,30,281,489,766,-2,38,960,290.5,1,0.19,,,,,, -2013,6,22,13,30,480,416,877,-2,39,960,294.6,1.4,0.19,,,,,, -2013,6,22,14,30,899,127,921,-2,39,960,296.6,1.7,0.19,,,,,, -2013,6,22,15,30,859,120,774,-1,39,950,301,2,0.19,,,,,, -2013,6,22,16,30,791,109,585,-1,38,950,306.3,2.4,0.19,,,,,, -2013,6,22,17,30,671,92,373,-1,37,950,311.6,2.6,0.19,,,,,, -2013,6,22,18,30,448,64,162,0,34,950,314.9,2.4,0.19,,,,,, -2013,6,22,19,30,35,8,9,0,31,950,319.6,2.3,0.19,,,,,, -2013,6,22,20,30,0,0,0,0,29,960,333.5,2.2,0.19,,,,,, -2013,6,22,21,30,0,0,0,0,28,960,355.2,1.5,0.19,,,,,, -2013,6,22,22,30,0,0,0,1,27,960,19.1,1,0.19,,,,,, -2013,6,22,23,30,0,0,0,1,26,960,57.7,0.8,0.19,,,,,, -2013,6,23,0,30,0,0,0,1,25,960,118.6,0.9,0.19,,,,,, -2013,6,23,1,30,0,0,0,2,24,960,142,0.9,0.19,,,,,, -2013,6,23,2,30,0,0,0,2,23,960,157.5,0.8,0.19,,,,,, -2013,6,23,3,30,0,0,0,2,22,960,156.3,0.7,0.19,,,,,, -2013,6,23,4,30,0,0,0,2,21,960,143,0.6,0.19,,,,,, -2013,6,23,5,30,28,8,9,2,22,960,137.1,0.6,0.19,,,,,, -2013,6,23,6,30,437,65,161,2,25,960,164.7,0.9,0.19,,,,,, -2013,6,23,7,30,660,95,371,2,29,960,176.7,1,0.19,,,,,, -2013,6,23,8,30,783,112,583,1,32,960,178.9,0.7,0.19,,,,,, -2013,6,23,9,30,859,121,774,1,34,960,195,0.5,0.19,,,,,, -2013,6,23,10,30,907,124,924,0,36,960,309,1,0.19,,,,,, -2013,6,23,11,30,935,124,1021,0,38,960,322.6,1.8,0.19,,,,,, -2013,6,23,12,30,943,125,1054,-1,39,960,322.6,2.4,0.19,,,,,, -2013,6,23,13,30,940,122,1025,-2,40,950,323.2,2.8,0.19,,,,,, -2013,6,23,14,30,928,115,934,-3,40,950,324.4,3.2,0.19,,,,,, -2013,6,23,15,30,882,113,785,-4,40,950,327,3.5,0.19,,,,,, -2013,6,23,16,30,805,107,593,-3,39,950,331.4,3.6,0.19,,,,,, -2013,6,23,17,30,683,92,378,-2,37,950,336.7,3,0.19,,,,,, -2013,6,23,18,30,466,63,166,0,34,950,343.7,1.7,0.19,,,,,, -2013,6,23,19,30,0,10,10,0,30,950,355.5,0.8,0.19,,,,,, -2013,6,23,20,30,0,0,0,0,28,950,29.6,0.9,0.19,,,,,, -2013,6,23,21,30,0,0,0,0,27,950,93.2,1.3,0.19,,,,,, -2013,6,23,22,30,0,0,0,0,26,950,123.5,1.5,0.19,,,,,, -2013,6,23,23,30,0,0,0,0,25,950,133.7,1.6,0.19,,,,,, -2013,6,24,0,30,0,0,0,0,24,960,137.9,1.7,0.19,,,,,, -2013,6,24,1,30,0,0,0,0,24,960,147.1,1.7,0.19,,,,,, -2013,6,24,2,30,0,0,0,0,23,960,156,1.4,0.19,,,,,, -2013,6,24,3,30,0,0,0,0,23,960,163.9,1,0.19,,,,,, -2013,6,24,4,30,0,0,0,0,22,960,176.1,0.6,0.19,,,,,, -2013,6,24,5,30,34,9,10,0,23,960,201.8,0.8,0.19,,,,,, -2013,6,24,6,30,494,57,165,0,26,960,219.2,1,0.19,,,,,, -2013,6,24,7,30,707,82,376,1,29,960,182.1,1,0.19,,,,,, -2013,6,24,8,30,814,97,586,2,32,960,163.1,0.8,0.19,,,,,, -2013,6,24,9,30,872,109,771,1,34,960,174.9,0.4,0.19,,,,,, -2013,6,24,10,30,907,116,916,1,36,960,234.7,0.3,0.19,,,,,, -2013,6,24,11,30,601,331,907,2,37,960,303.9,0.7,0.19,,,,,, -2013,6,24,12,30,932,121,1039,2,38,960,307.6,1,0.19,,,,,, -2013,6,24,13,30,500,408,888,2,39,960,312.1,1.2,0.19,,,,,, -2013,6,24,14,30,422,367,739,3,39,960,312.8,1.3,0.19,,,,,, -2013,6,24,15,30,809,139,755,3,38,960,318.5,1.2,0.19,,,,,, -2013,6,24,16,30,736,126,570,3,37,950,324.9,1.1,0.19,,,,,, -2013,6,24,17,30,622,103,364,3,36,950,331.4,0.7,0.19,,,,,, -2013,6,24,18,30,414,68,159,3,33,960,354.2,0.2,0.19,,,,,, -2013,6,24,19,30,0,10,10,3,30,960,73.7,0.5,0.19,,,,,, -2013,6,24,20,30,0,0,0,2,28,960,116.7,1.5,0.19,,,,,, -2013,6,24,21,30,0,0,0,1,27,960,117.6,2.1,0.19,,,,,, -2013,6,24,22,30,0,0,0,1,27,960,119.2,2.2,0.19,,,,,, -2013,6,24,23,30,0,0,0,0,26,960,124.2,2.2,0.19,,,,,, -2013,6,25,0,30,0,0,0,0,25,960,126.7,2.1,0.19,,,,,, -2013,6,25,1,30,0,0,0,0,24,960,128.3,1.8,0.19,,,,,, -2013,6,25,2,30,0,0,0,1,22,960,127.5,1.4,0.19,,,,,, -2013,6,25,3,30,0,0,0,2,21,960,129.5,1.1,0.19,,,,,, -2013,6,25,4,30,0,0,0,3,21,960,136.7,0.9,0.19,,,,,, -2013,6,25,5,30,0,10,10,3,22,960,145.1,1.1,0.19,,,,,, -2013,6,25,6,30,513,53,164,3,26,960,146,2,0.19,,,,,, -2013,6,25,7,30,716,76,374,3,29,960,143.5,2.6,0.19,,,,,, -2013,6,25,8,30,822,91,584,3,32,960,147.3,2.3,0.19,,,,,, -2013,6,25,9,30,884,100,771,2,34,960,148.6,1.6,0.19,,,,,, -2013,6,25,10,30,922,106,918,1,36,960,147.1,0.9,0.19,,,,,, -2013,6,25,11,30,891,144,997,0,37,960,137.9,0.4,0.19,,,,,, -2013,6,25,12,30,896,148,1030,0,38,960,87.8,0.2,0.19,,,,,, -2013,6,25,13,30,887,149,1000,-1,39,960,29,0.3,0.19,,,,,, -2013,6,25,14,30,892,129,917,-2,39,960,13.6,0.4,0.19,,,,,, -2013,6,25,15,30,849,124,771,-3,39,960,348.5,0.6,0.19,,,,,, -2013,6,25,16,30,781,113,585,-4,38,960,328.9,0.9,0.19,,,,,, -2013,6,25,17,30,665,96,375,-5,37,960,322.8,1.5,0.193,,,,,, -2013,6,25,18,30,453,65,165,-5,34,960,321,1.6,0.193,,,,,, -2013,6,25,19,30,46,9,10,-5,32,960,321.5,2.1,0.193,,,,,, -2013,6,25,20,30,0,0,0,-5,30,960,330.3,3,0.193,,,,,, -2013,6,25,21,30,0,0,0,-5,29,960,340.2,3,0.193,,,,,, -2013,6,25,22,30,0,0,0,-5,28,960,349.9,2.1,0.193,,,,,, -2013,6,25,23,30,0,0,0,-4,27,960,358.8,1.3,0.193,,,,,, -2013,6,26,0,30,0,0,0,-4,26,960,357.6,0.9,0.193,,,,,, -2013,6,26,1,30,0,0,0,-4,26,960,331,0.7,0.193,,,,,, -2013,6,26,2,30,0,0,0,-4,25,960,294.4,0.6,0.193,,,,,, -2013,6,26,3,30,0,0,0,-3,24,960,277.2,0.6,0.193,,,,,, -2013,6,26,4,30,0,0,0,-3,23,960,269.6,0.7,0.193,,,,,, -2013,6,26,5,30,53,8,9,-3,23,960,268.9,1.5,0.193,,,,,, -2013,6,26,6,30,518,55,167,-2,26,960,269,2,0.193,,,,,, -2013,6,26,7,30,727,80,381,-2,29,960,268.2,1.7,0.193,,,,,, -2013,6,26,8,30,836,95,596,-2,32,960,283,1.8,0.193,,,,,, -2013,6,26,9,30,900,105,787,-3,35,960,308.5,2.5,0.193,,,,,, -2013,6,26,10,30,938,110,936,-4,37,960,321.4,3.3,0.193,,,,,, -2013,6,26,11,30,949,119,1029,-4,38,960,327.2,3.9,0.193,,,,,, -2013,6,26,12,30,958,119,1062,-5,39,960,330.2,4.3,0.193,,,,,, -2013,6,26,13,30,955,116,1032,-5,40,960,331.4,4.5,0.193,,,,,, -2013,6,26,14,30,925,119,936,-5,40,960,330.5,4.4,0.193,,,,,, -2013,6,26,15,30,890,111,790,-5,40,960,328,4.1,0.193,,,,,, -2013,6,26,16,30,830,100,601,-5,39,960,325.5,4,0.193,,,,,, -2013,6,26,17,30,726,83,388,-4,38,960,323.6,3.9,0.193,,,,,, -2013,6,26,18,30,526,57,174,-4,35,960,322.6,3.3,0.193,,,,,, -2013,6,26,19,30,77,10,12,-3,32,960,322.9,3,0.193,,,,,, -2013,6,26,20,30,0,0,0,-2,30,960,330.2,3.3,0.193,,,,,, -2013,6,26,21,30,0,0,0,-2,29,960,339.3,3,0.193,,,,,, -2013,6,26,22,30,0,0,0,-1,28,960,349.4,2.1,0.193,,,,,, -2013,6,26,23,30,0,0,0,-1,28,960,359.7,1.3,0.193,,,,,, -2013,6,27,0,30,0,0,0,-1,27,960,6,0.9,0.193,,,,,, -2013,6,27,1,30,0,0,0,-1,26,960,357.2,0.7,0.193,,,,,, -2013,6,27,2,30,0,0,0,-2,26,960,309.9,0.8,0.193,,,,,, -2013,6,27,3,30,0,0,0,-2,26,960,286,1.3,0.193,,,,,, -2013,6,27,4,30,0,0,0,-3,25,960,276.5,2,0.193,,,,,, -2013,6,27,5,30,0,0,0,-3,26,960,276.2,2.5,0.193,,,,,, -2013,6,27,6,30,476,58,160,-2,28,960,278.5,2.4,0.193,,,,,, -2013,6,27,7,30,679,88,369,-1,31,960,275.4,1.9,0.193,,,,,, -2013,6,27,8,30,773,113,576,0,34,960,279.3,1.4,0.193,,,,,, -2013,6,27,9,30,812,140,756,1,37,960,287.3,1.2,0.193,,,,,, -2013,6,27,10,30,825,168,894,0,39,960,303.1,1.4,0.193,,,,,, -2013,6,27,11,30,824,190,980,0,40,960,314.6,1.9,0.193,,,,,, -2013,6,27,12,30,817,203,1008,-1,41,960,322.3,2.5,0.193,,,,,, -2013,6,27,13,30,801,207,975,-2,42,960,326.5,2.8,0.193,,,,,, -2013,6,27,14,30,813,177,896,-3,42,960,328.4,2.8,0.193,,,,,, -2013,6,27,15,30,771,165,753,-4,42,960,330.7,2.4,0.193,,,,,, -2013,6,27,16,30,704,144,570,-5,41,960,334.2,2,0.193,,,,,, -2013,6,27,17,30,603,112,365,-6,40,960,338.8,1.6,0.193,,,,,, -2013,6,27,18,30,425,68,162,-6,36,960,340,1.3,0.193,,,,,, -2013,6,27,19,30,50,9,10,-6,32,960,347.1,1.4,0.193,,,,,, -2013,6,27,20,30,0,0,0,-6,30,960,348.6,2,0.193,,,,,, -2013,6,27,21,30,0,0,0,-5,29,960,355.9,2,0.193,,,,,, -2013,6,27,22,30,0,0,0,-4,28,960,14.3,1.4,0.193,,,,,, -2013,6,27,23,30,0,0,0,-2,28,960,44.8,1.2,0.193,,,,,, -2013,6,28,0,30,0,0,0,-1,28,960,80.2,1.3,0.193,,,,,, -2013,6,28,1,30,0,0,0,0,28,960,101,1.8,0.193,,,,,, -2013,6,28,2,30,0,0,0,0,27,960,110.3,2.4,0.193,,,,,, -2013,6,28,3,30,0,0,0,0,26,960,114.6,2.4,0.193,,,,,, -2013,6,28,4,30,0,0,0,1,25,960,116.4,2,0.193,,,,,, -2013,6,28,5,30,0,0,0,1,26,960,119.9,2,0.193,,,,,, -2013,6,28,6,30,374,69,149,2,29,960,127.5,2.4,0.193,,,,,, -2013,6,28,7,30,602,103,352,2,33,960,138,2.8,0.193,,,,,, -2013,6,28,8,30,733,121,559,2,36,960,154.3,3,0.193,,,,,, -2013,6,28,9,30,811,130,744,3,39,960,156.5,2.8,0.193,,,,,, -2013,6,28,10,30,859,135,890,3,42,960,152,2.4,0.193,,,,,, -2013,6,28,11,30,834,171,969,3,44,960,148.1,2,0.193,,,,,, -2013,6,28,12,30,843,172,1003,3,45,960,141.8,1.7,0.193,,,,,, -2013,6,28,13,30,836,171,973,3,45,960,134.3,1.5,0.193,,,,,, -2013,6,28,14,30,805,170,882,3,46,960,129.8,1.4,0.193,,,,,, -2013,6,28,15,30,675,203,719,2,45,960,127.4,1.5,0.193,,,,,, -2013,6,28,16,30,592,165,523,2,44,960,124.2,1.7,0.193,,,,,, -2013,6,28,17,30,557,120,354,1,43,960,122.6,1.8,0.193,,,,,, -2013,6,28,18,30,385,63,148,2,40,960,114.9,1.7,0.193,,,,,, -2013,6,28,19,30,24,7,8,1,38,960,104.7,2.2,0.193,,,,,, -2013,6,28,20,30,0,0,0,1,37,960,99.4,2.8,0.193,,,,,, -2013,6,28,21,30,0,0,0,1,36,960,100.9,2.8,0.193,,,,,, -2013,6,28,22,30,0,0,0,1,35,960,105.1,2.5,0.193,,,,,, -2013,6,28,23,30,0,0,0,1,34,960,108.5,2.3,0.193,,,,,, -2013,6,29,0,30,0,0,0,1,32,960,112.4,2.4,0.193,,,,,, -2013,6,29,1,30,0,0,0,1,31,960,115.9,2.7,0.193,,,,,, -2013,6,29,2,30,0,0,0,1,30,960,122.4,3.2,0.193,,,,,, -2013,6,29,3,30,0,0,0,1,29,960,127.9,3.2,0.193,,,,,, -2013,6,29,4,30,0,0,0,2,29,960,134,2.8,0.193,,,,,, -2013,6,29,5,30,0,0,0,2,30,960,141.1,2.6,0.193,,,,,, -2013,6,29,6,30,0,20,20,3,33,960,151.9,2.6,0.193,,,,,, -2013,6,29,7,30,230,162,257,3,37,960,166.8,2.3,0.193,,,,,, -2013,6,29,8,30,601,158,517,3,40,960,179.2,1.7,0.193,,,,,, -2013,6,29,9,30,148,358,470,4,43,960,202.9,1.4,0.193,,,,,, -2013,6,29,10,30,740,202,853,4,44,960,265.7,2.1,0.193,,,,,, -2013,6,29,11,30,620,314,907,5,45,960,300.3,3.6,0.193,,,,,, -2013,6,29,12,30,625,322,937,5,46,960,311.2,4.9,0.193,,,,,, -2013,6,29,13,30,620,314,909,6,46,960,319.7,5.3,0.193,,,,,, -2013,6,29,14,30,633,272,831,6,46,950,334.1,4.8,0.193,,,,,, -2013,6,29,15,30,610,233,699,5,45,950,349,4.1,0.193,,,,,, -2013,6,29,16,30,548,195,526,5,44,950,350.5,3.6,0.193,,,,,, -2013,6,29,17,30,431,150,331,4,43,950,337.5,3.6,0.193,,,,,, -2013,6,29,18,30,256,74,131,4,40,950,328.5,3.7,0.193,,,,,, -2013,6,29,19,30,10,5,5,4,36,960,329.2,4.4,0.193,,,,,, -2013,6,29,20,30,0,0,0,5,34,960,332.8,5.2,0.193,,,,,, -2013,6,29,21,30,0,0,0,5,33,960,333.8,4.9,0.193,,,,,, -2013,6,29,22,30,0,0,0,6,32,960,333.1,3.8,0.193,,,,,, -2013,6,29,23,30,0,0,0,6,32,960,332.7,2.6,0.193,,,,,, -2013,6,30,0,30,0,0,0,5,32,960,329.2,1.7,0.193,,,,,, -2013,6,30,1,30,0,0,0,5,31,960,316.6,1.2,0.193,,,,,, -2013,6,30,2,30,0,0,0,5,31,960,297.4,1.3,0.193,,,,,, -2013,6,30,3,30,0,0,0,5,30,960,282.7,1.9,0.193,,,,,, -2013,6,30,4,30,0,0,0,6,29,960,274.1,2.5,0.193,,,,,, -2013,6,30,5,30,0,0,0,7,29,960,274.3,3,0.193,,,,,, -2013,6,30,6,30,244,70,122,8,32,960,284.4,3.2,0.193,,,,,, -2013,6,30,7,30,356,164,310,8,35,960,302.4,3.4,0.193,,,,,, -2013,6,30,8,30,467,225,503,7,38,960,326.4,4,0.193,,,,,, -2013,6,30,9,30,541,268,677,7,41,960,333.6,4.3,0.193,,,,,, -2013,6,30,10,30,595,294,817,6,42,960,334.4,4.5,0.193,,,,,, -2013,6,30,11,30,689,264,923,6,43,960,333.6,4.6,0.193,,,,,, -2013,6,30,12,30,713,257,959,5,44,960,331.5,4.6,0.193,,,,,, -2013,6,30,13,30,730,236,936,5,45,960,330.4,4.6,0.193,,,,,, -2013,6,30,14,30,655,256,835,5,45,950,330.4,4.8,0.193,,,,,, -2013,6,30,15,30,610,232,698,4,44,950,333.7,5,0.193,,,,,, -2013,6,30,16,30,224,267,403,3,43,950,338.7,5.1,0.193,,,,,, -2017,6,30,17,30,714,84,384,-1,39,950,231.9,1.6,0.191,,,,,, -2017,6,30,18,30,506,58,171,-1,36,960,231.7,1.1,0.191,,,,,, -2017,6,30,19,30,68,9,11,-1,34,960,233.5,0.9,0.191,,,,,, -2017,6,30,20,30,0,0,0,-1,33,960,235.1,1,0.191,,,,,, -2017,6,30,21,30,0,0,0,-1,32,960,237.4,1.2,0.191,,,,,, -2017,6,30,22,30,0,0,0,-1,30,960,242.8,1.4,0.191,,,,,, -2017,6,30,23,30,0,0,0,-1,28,960,248.3,1.4,0.191,,,,,, -2017,7,1,0,30,0,0,0,-1,27,960,251.6,1.3,0.191,,,,,, -2017,7,1,1,30,0,0,0,-1,25,960,252.7,1.2,0.191,,,,,, -2017,7,1,2,30,0,0,0,-1,25,960,250.6,1.1,0.191,,,,,, -2017,7,1,3,30,0,0,0,-1,25,960,242.6,0.9,0.191,,,,,, -2017,7,1,4,30,0,0,0,-1,25,960,221.5,0.7,0.191,,,,,, -2017,7,1,5,30,0,0,0,-1,25,960,177.3,0.8,0.191,,,,,, -2017,7,1,6,30,454,61,156,-2,28,960,146.7,1.4,0.191,,,,,, -2017,7,1,7,30,679,91,368,-2,31,960,156.4,1.9,0.191,,,,,, -2017,7,1,8,30,800,108,583,-3,34,960,182.4,2.1,0.191,,,,,, -2017,7,1,9,30,871,118,775,-3,37,960,193,2.3,0.191,,,,,, -2017,7,1,10,30,914,122,925,-3,39,960,197.4,2.6,0.191,,,,,, -2017,7,1,11,30,955,113,1026,-4,41,960,202.6,2.9,0.191,,,,,, -2017,7,1,12,30,963,112,1060,-5,42,960,209.3,3.2,0.191,,,,,, -2017,7,1,13,30,959,109,1030,-6,42,960,217,3.4,0.191,,,,,, -2017,7,1,14,30,924,115,932,-7,43,960,225.2,3.5,0.191,,,,,, -2017,7,1,15,30,881,110,783,-7,42,960,232.1,3.6,0.191,,,,,, -2017,7,1,16,30,812,101,593,-6,41,960,237.4,3.7,0.191,,,,,, -2017,7,1,17,30,701,85,380,-6,40,960,241.8,3.1,0.191,,,,,, -2017,7,1,18,30,498,58,169,-5,36,960,247.1,1.9,0.191,,,,,, -2017,7,1,19,30,66,10,11,-3,33,960,258,1.5,0.191,,,,,, -2017,7,1,20,30,0,0,0,-3,31,960,263.1,1.7,0.191,,,,,, -2017,7,1,21,30,0,0,0,-3,30,960,264,1.8,0.191,,,,,, -2017,7,1,22,30,0,0,0,-3,29,960,266.2,1.6,0.191,,,,,, -2017,7,1,23,30,0,0,0,-3,27,960,271,1.2,0.191,,,,,, -2017,7,2,0,30,0,0,0,-3,27,960,274.4,0.9,0.191,,,,,, -2017,7,2,1,30,0,0,0,-3,27,960,275.8,0.4,0.191,,,,,, -2017,7,2,2,30,0,0,0,-3,26,960,36.9,0.5,0.191,,,,,, -2017,7,2,3,30,0,0,0,-4,25,960,98.5,1.1,0.191,,,,,, -2017,7,2,4,30,0,0,0,-4,24,960,107.4,1.3,0.191,,,,,, -2017,7,2,5,30,0,0,0,-4,26,960,112.7,1.9,0.191,,,,,, -2017,7,2,6,30,481,54,154,-3,29,960,115.7,2.7,0.191,,,,,, -2017,7,2,7,30,683,81,359,0,32,960,144.6,3,0.191,,,,,, -2017,7,2,8,30,787,98,565,3,35,960,178.2,3,0.191,,,,,, -2017,7,2,9,30,846,110,747,4,37,960,192.4,2.9,0.191,,,,,, -2017,7,2,10,30,879,118,889,4,39,960,201.2,2.9,0.191,,,,,, -2017,7,2,11,30,860,147,969,4,40,960,209,2.9,0.191,,,,,, -2017,7,2,12,30,854,156,996,5,41,960,217.8,3,0.191,,,,,, -2017,7,2,13,30,835,162,963,6,42,960,226.7,3,0.191,,,,,, -2017,7,2,14,30,867,122,889,7,42,960,236.7,3.1,0.191,,,,,, -2017,7,2,15,30,830,114,748,8,42,960,245.4,3.2,0.191,,,,,, -2017,7,2,16,30,767,102,567,8,41,960,252.5,3.3,0.191,,,,,, -2017,7,2,17,30,660,85,363,8,40,960,258.7,3.3,0.191,,,,,, -2017,7,2,18,30,461,58,161,8,37,960,264.5,2.4,0.191,,,,,, -2017,7,2,19,30,51,9,10,8,34,960,273.5,1.6,0.191,,,,,, -2017,7,2,20,30,0,0,0,7,32,960,280.6,1.7,0.191,,,,,, -2017,7,2,21,30,0,0,0,6,31,960,284.5,1.6,0.191,,,,,, -2017,7,2,22,30,0,0,0,5,30,960,287.1,1.4,0.191,,,,,, -2017,7,2,23,30,0,0,0,5,29,960,289.4,1.2,0.191,,,,,, -2017,7,3,0,30,0,0,0,4,28,960,291.6,1,0.191,,,,,, -2017,7,3,1,30,0,0,0,4,28,960,291.3,0.9,0.191,,,,,, -2017,7,3,2,30,0,0,0,4,28,960,292.2,0.8,0.191,,,,,, -2017,7,3,3,30,0,0,0,4,28,960,298,0.5,0.191,,,,,, -2017,7,3,4,30,0,0,0,4,28,960,307.5,0.3,0.191,,,,,, -2017,7,3,5,30,0,0,0,5,28,960,346.9,0.1,0.191,,,,,, -2017,7,3,6,30,391,61,142,5,30,960,125.4,0.7,0.191,,,,,, -2017,7,3,7,30,602,95,340,5,33,970,256.4,1.7,0.191,,,,,, -2017,7,3,8,30,720,116,543,7,35,970,261.2,2.1,0.191,,,,,, -2017,7,3,9,30,792,130,726,8,36,960,259.8,2.3,0.191,,,,,, -2017,7,3,10,30,836,137,871,8,38,960,257.7,2.6,0.191,,,,,, -2017,7,3,11,30,880,129,970,9,39,960,256.5,3,0.191,,,,,, -2017,7,3,12,30,889,130,1004,9,40,960,258,3.4,0.191,,,,,, -2017,7,3,13,30,885,127,976,9,41,960,261.4,3.8,0.191,,,,,, -2017,7,3,14,30,858,129,887,9,41,960,264.8,4.1,0.191,,,,,, -2017,7,3,15,30,821,121,748,8,41,960,268,4.2,0.191,,,,,, -2017,7,3,16,30,760,109,569,8,40,960,270.2,4.3,0.191,,,,,, -2017,7,3,17,30,654,90,365,8,39,960,271.4,4,0.193,,,,,, -2017,7,3,18,30,454,61,162,7,36,960,270.8,2.8,0.193,,,,,, -2017,7,3,19,30,46,9,10,7,34,960,266.5,1.8,0.193,,,,,, -2017,7,3,20,30,0,0,0,8,32,960,262.5,1.8,0.193,,,,,, -2017,7,3,21,30,0,0,0,8,31,960,261.9,1.7,0.193,,,,,, -2017,7,3,22,30,0,0,0,8,30,960,264.1,1.6,0.193,,,,,, -2017,7,3,23,30,0,0,0,8,29,960,268.6,1.3,0.193,,,,,, -2017,7,4,0,30,0,0,0,8,28,960,275.7,1.1,0.193,,,,,, -2017,7,4,1,30,0,0,0,8,28,960,285.3,1,0.193,,,,,, -2017,7,4,2,30,0,0,0,8,28,960,293.6,0.7,0.193,,,,,, -2017,7,4,3,30,0,0,0,8,28,960,303.1,0.3,0.193,,,,,, -2017,7,4,4,30,0,0,0,8,27,960,29.2,0.1,0.193,,,,,, -2017,7,4,5,30,0,0,0,9,27,960,124.9,0.6,0.193,,,,,, -2017,7,4,6,30,432,58,147,9,30,960,151.1,1.2,0.193,,,,,, -2017,7,4,7,30,647,89,351,10,33,960,191.2,1.7,0.193,,,,,, -2017,7,4,8,30,761,108,558,9,36,960,226,2.2,0.193,,,,,, -2017,7,4,9,30,828,121,744,8,38,960,237.5,2.4,0.193,,,,,, -2017,7,4,10,30,870,129,892,8,40,960,246.7,2.6,0.193,,,,,, -2017,7,4,11,30,895,133,988,7,41,960,257,2.8,0.193,,,,,, -2017,7,4,12,30,908,133,1025,6,42,960,267.2,3.1,0.193,,,,,, -2017,7,4,13,30,908,129,1000,6,43,960,274,3.4,0.193,,,,,, -2017,7,4,14,30,897,121,914,5,43,960,276.6,3.7,0.193,,,,,, -2017,7,4,15,30,866,111,773,4,43,960,277.4,3.8,0.193,,,,,, -2017,7,4,16,30,810,99,589,4,42,960,276.9,3.8,0.193,,,,,, -2017,7,4,17,30,708,82,380,3,41,960,275,3.3,0.193,,,,,, -2017,7,4,18,30,507,56,169,3,37,960,270.6,2.2,0.193,,,,,, -2017,7,4,19,30,63,9,11,3,34,960,262.7,1.7,0.193,,,,,, -2017,7,4,20,30,0,0,0,3,33,960,262.5,1.9,0.193,,,,,, -2017,7,4,21,30,0,0,0,4,32,960,266.4,2.2,0.193,,,,,, -2017,7,4,22,30,0,0,0,5,31,960,270.2,2.2,0.193,,,,,, -2017,7,4,23,30,0,0,0,5,30,960,269.4,2.1,0.193,,,,,, -2017,7,5,0,30,0,0,0,5,28,960,265.5,1.9,0.193,,,,,, -2017,7,5,1,30,0,0,0,6,28,960,260.7,1.8,0.193,,,,,, -2017,7,5,2,30,0,0,0,6,28,960,259.6,1.5,0.193,,,,,, -2017,7,5,3,30,0,0,0,6,28,960,258.7,1.1,0.193,,,,,, -2017,7,5,4,30,0,0,0,7,27,960,233.6,0.7,0.193,,,,,, -2017,7,5,5,30,0,0,0,8,28,960,187.2,0.9,0.193,,,,,, -2017,7,5,6,30,324,71,137,9,30,960,170.1,1.6,0.193,,,,,, -2017,7,5,7,30,557,111,337,10,33,960,203.9,2.3,0.193,,,,,, -2017,7,5,8,30,695,133,544,9,36,960,243.6,2.6,0.193,,,,,, -2017,7,5,9,30,779,145,731,8,38,960,260.6,2.7,0.193,,,,,, -2017,7,5,10,30,832,151,879,7,40,960,267.5,2.8,0.193,,,,,, -2017,7,5,11,30,892,133,985,6,41,960,265.3,3,0.193,,,,,, -2017,7,5,12,30,905,133,1022,5,42,960,260.2,3.3,0.193,,,,,, -2017,7,5,13,30,903,130,996,4,43,960,256.7,3.6,0.193,,,,,, -2017,7,5,14,30,881,128,908,3,44,960,255.1,3.9,0.193,,,,,, -2017,7,5,15,30,850,118,768,3,43,960,255.7,4.1,0.193,,,,,, -2017,7,5,16,30,795,105,586,2,43,960,257.7,4.2,0.193,,,,,, -2017,7,5,17,30,692,86,378,1,42,960,260.1,3.8,0.193,,,,,, -2017,7,5,18,30,482,60,167,1,38,960,261.6,2.5,0.193,,,,,, -2017,7,5,19,30,46,9,10,1,35,960,262.6,1.9,0.193,,,,,, -2017,7,5,20,30,0,0,0,1,33,960,267.6,2.1,0.193,,,,,, -2017,7,5,21,30,0,0,0,2,32,960,271,2.1,0.193,,,,,, -2017,7,5,22,30,0,0,0,3,31,960,272.4,1.8,0.193,,,,,, -2017,7,5,23,30,0,0,0,4,30,960,273,1.5,0.193,,,,,, -2017,7,6,0,30,0,0,0,4,29,960,272.7,1.3,0.193,,,,,, -2017,7,6,1,30,0,0,0,5,29,960,268.8,1.2,0.193,,,,,, -2017,7,6,2,30,0,0,0,5,29,960,262.7,1,0.193,,,,,, -2017,7,6,3,30,0,0,0,6,28,960,251.5,0.8,0.193,,,,,, -2017,7,6,4,30,0,0,0,6,27,960,208.5,0.7,0.193,,,,,, -2017,7,6,5,30,0,0,0,8,28,960,165.4,1.2,0.193,,,,,, -2017,7,6,6,30,364,63,137,9,30,960,157.7,1.7,0.193,,,,,, -2017,7,6,7,30,568,105,333,9,33,960,188.5,1.8,0.193,,,,,, -2017,7,6,8,30,681,132,534,10,36,960,225.2,1.7,0.193,,,,,, -2017,7,6,9,30,760,147,717,10,38,960,241.8,1.6,0.193,,,,,, -2017,7,6,10,30,813,152,863,9,40,960,244.5,1.5,0.193,,,,,, -2017,7,6,11,30,833,162,956,9,41,960,239.2,1.5,0.193,,,,,, -2017,7,6,12,30,851,158,995,8,42,960,237.1,1.7,0.193,,,,,, -2017,7,6,13,30,859,150,974,8,43,960,242.5,1.9,0.193,,,,,, -2017,7,6,14,30,869,130,898,8,44,960,250.6,2.2,0.193,,,,,, -2017,7,6,15,30,845,117,762,7,44,960,255.7,2.3,0.193,,,,,, -2017,7,6,16,30,788,104,580,6,43,960,257.8,2.3,0.193,,,,,, -2017,7,6,17,30,657,92,368,5,42,960,260.5,1.9,0.193,,,,,, -2017,7,6,18,30,393,69,156,4,39,960,264,1.2,0.193,,,,,, -2017,7,6,19,30,0,7,7,4,36,960,264.6,0.7,0.193,,,,,, -2017,7,6,20,30,0,0,0,4,36,960,257.1,0.4,0.193,,,,,, -2017,7,6,21,30,0,0,0,4,35,960,119.3,0.3,0.193,,,,,, -2017,7,6,22,30,0,0,0,5,34,960,103,0.4,0.193,,,,,, -2017,7,6,23,30,0,0,0,5,33,960,300.4,0.8,0.193,,,,,, -2017,7,7,0,30,0,0,0,5,33,960,296.2,1,0.193,,,,,, -2017,7,7,1,30,0,0,0,6,33,960,292,0.6,0.193,,,,,, -2017,7,7,2,30,0,0,0,6,32,960,258.9,0.5,0.193,,,,,, -2017,7,7,3,30,0,0,0,8,31,960,154.4,0.8,0.193,,,,,, -2017,7,7,4,30,0,0,0,9,29,960,147.7,0.9,0.193,,,,,, -2017,7,7,5,30,0,0,0,10,30,960,129.8,1.4,0.193,,,,,, -2017,7,7,6,30,283,72,129,10,33,960,106.3,2.8,0.193,,,,,, -2017,7,7,7,30,514,119,325,9,36,960,105.5,4,0.193,,,,,, -2017,7,7,8,30,653,145,529,9,39,960,115.6,4.1,0.193,,,,,, -2017,7,7,9,30,738,160,713,9,42,960,125.2,3.8,0.193,,,,,, -2017,7,7,10,30,787,170,858,9,43,960,135.6,3.1,0.193,,,,,, -2017,7,7,11,30,840,157,958,8,45,960,148.1,2.4,0.193,,,,,, -2017,7,7,12,30,846,159,990,8,46,960,167.5,1.9,0.193,,,,,, -2017,7,7,13,30,837,159,961,8,46,960,196.9,1.8,0.193,,,,,, -2017,7,7,14,30,821,150,876,7,47,960,232,2.2,0.193,,,,,, -2017,7,7,15,30,786,138,738,5,46,960,252.7,2.4,0.193,,,,,, -2017,7,7,16,30,569,172,517,4,45,960,260.8,2,0.193,,,,,, -2017,7,7,17,30,475,125,325,4,42,960,78,4.9,0.193,,,,,, -2017,7,7,18,30,256,81,138,8,37,960,81.2,8.3,0.193,,,,,, -2017,7,7,19,30,0,7,7,11,34,960,80.8,6.9,0.193,,,,,, -2017,7,7,20,30,0,0,0,10,34,960,87.3,4,0.193,,,,,, -2017,7,7,21,30,0,0,0,9,34,960,92.7,2.5,0.193,,,,,, -2017,7,7,22,30,0,0,0,8,34,960,92.9,2,0.193,,,,,, -2017,7,7,23,30,0,0,0,7,33,960,91.4,1.8,0.193,,,,,, -2017,7,8,0,30,0,0,0,7,33,960,94.7,1.6,0.193,,,,,, -2017,7,8,1,30,0,0,0,6,32,960,104,1.8,0.193,,,,,, -2017,7,8,2,30,0,0,0,7,32,960,113,2.3,0.193,,,,,, -2017,7,8,3,30,0,0,0,9,32,960,118.3,2.9,0.193,,,,,, -2017,7,8,4,30,0,0,0,10,32,960,120.2,3.5,0.193,,,,,, -2017,7,8,5,30,0,0,0,11,33,960,115.3,3.9,0.193,,,,,, -2017,7,8,6,30,329,66,131,12,35,960,114.1,3.9,0.193,,,,,, -2017,7,8,7,30,547,107,326,13,36,960,133.4,3.7,0.193,,,,,, -2017,7,8,8,30,677,130,527,14,37,960,160.5,3.6,0.193,,,,,, -2017,7,8,9,30,184,355,493,14,39,960,178,3.4,0.193,,,,,, -2017,7,8,10,30,806,151,855,13,41,960,190.8,3,0.193,,,,,, -2017,7,8,11,30,818,165,944,12,42,960,206.4,2.5,0.193,,,,,, -2017,7,8,12,30,827,166,979,12,43,960,229.3,2.5,0.193,,,,,, -2017,7,8,13,30,825,162,952,11,44,960,253.2,2.8,0.193,,,,,, -2017,7,8,14,30,784,167,860,10,44,960,273.6,3.3,0.193,,,,,, -2017,7,8,15,30,529,264,667,9,43,960,288.5,3.4,0.193,,,,,, -2017,7,8,16,30,292,255,432,8,42,960,305.4,2.8,0.193,,,,,, -2017,7,8,17,30,177,171,245,7,40,960,10.5,3.9,0.193,,,,,, -2017,7,8,18,30,80,82,100,9,36,960,67.3,6.7,0.193,,,,,, -2017,7,8,19,30,0,3,3,12,33,960,76.2,6.7,0.193,,,,,, -2017,7,8,20,30,0,0,0,13,32,960,74.2,4.1,0.193,,,,,, -2017,7,8,21,30,0,0,0,12,32,960,62.6,1.7,0.193,,,,,, -2017,7,8,22,30,0,0,0,12,32,960,22.2,0.9,0.193,,,,,, -2017,7,8,23,30,0,0,0,12,32,960,294,1.7,0.193,,,,,, -2017,7,9,0,30,0,0,0,13,32,960,280.7,2.6,0.193,,,,,, -2017,7,9,1,30,0,0,0,14,31,960,274.3,3.2,0.193,,,,,, -2017,7,9,2,30,0,0,0,16,30,960,270.6,2.8,0.193,,,,,, -2017,7,9,3,30,0,0,0,18,28,960,267.7,1.8,0.193,,,,,, -2017,7,9,4,30,0,0,0,19,28,960,273.9,1,0.193,,,,,, -2017,7,9,5,30,0,0,0,20,28,960,312.1,1.1,0.193,,,,,, -2017,7,9,6,30,256,70,121,20,30,960,319.3,1.8,0.193,,,,,, -2017,7,9,7,30,475,121,311,19,32,960,278.5,2.3,0.193,,,,,, -2017,7,9,8,30,600,156,508,18,34,960,269.4,2.6,0.193,,,,,, -2017,7,9,9,30,668,184,684,17,36,960,271.3,2.6,0.193,,,,,, -2017,7,9,10,30,716,201,825,16,37,960,267.3,2.8,0.193,,,,,, -2017,7,9,11,30,816,160,937,15,39,960,259.6,3.2,0.193,,,,,, -2017,7,9,12,30,829,158,972,15,40,960,253.1,3.6,0.193,,,,,, -2017,7,9,13,30,827,154,947,14,40,960,249.6,3.9,0.193,,,,,, -2017,7,9,14,30,803,151,861,14,41,960,248.5,4,0.193,,,,,, -2017,7,9,15,30,768,139,725,13,41,960,248.7,4,0.193,,,,,, -2017,7,9,16,30,707,122,550,11,40,960,249.3,3.9,0.193,,,,,, -2017,7,9,17,30,602,99,351,10,39,960,249.5,3.6,0.193,,,,,, -2017,7,9,18,30,403,64,153,9,37,960,249.8,3,0.193,,,,,, -2017,7,9,19,30,0,8,8,9,35,960,252.5,3.1,0.193,,,,,, -2017,7,9,20,30,0,0,0,9,33,960,258.4,3.8,0.193,,,,,, -2017,7,9,21,30,0,0,0,11,32,960,259.1,3.7,0.193,,,,,, -2017,7,9,22,30,0,0,0,13,31,960,257.8,3.1,0.193,,,,,, -2017,7,9,23,30,0,0,0,13,30,960,257.3,2,0.193,,,,,, -2017,7,10,0,30,0,0,0,13,29,960,256.4,1.2,0.193,,,,,, -2017,7,10,1,30,0,0,0,13,29,960,245.1,0.8,0.193,,,,,, -2017,7,10,2,30,0,0,0,14,29,960,212.3,1,0.193,,,,,, -2017,7,10,3,30,0,0,0,14,28,960,187.9,1.7,0.193,,,,,, -2017,7,10,4,30,0,0,0,15,28,960,179.1,2.6,0.193,,,,,, -2017,7,10,5,30,0,0,0,16,28,960,169.7,3.3,0.193,,,,,, -2017,7,10,6,30,355,61,131,17,28,960,155.2,3.8,0.193,,,,,, -2017,7,10,7,30,586,96,329,17,29,960,140.7,3.8,0.193,,,,,, -2017,7,10,8,30,719,113,533,15,30,960,120.5,3.5,0.193,,,,,, -2017,7,10,9,30,800,121,718,13,32,960,99.6,2.7,0.193,,,,,, -2017,7,10,10,30,851,125,866,10,33,960,76.7,1.5,0.193,,,,,, -2017,7,10,11,30,885,122,964,8,35,960,348.4,1.5,0.193,,,,,, -2017,7,10,12,30,894,123,1001,7,37,960,300.5,2.3,0.193,,,,,, -2017,7,10,13,30,892,120,975,7,38,960,292.3,2.9,0.193,,,,,, -2017,7,10,14,30,859,125,884,7,39,960,289.8,3.3,0.193,,,,,, -2017,7,10,15,30,827,115,746,7,40,960,288.5,3.5,0.193,,,,,, -2017,7,10,16,30,769,102,566,7,39,960,285.3,3.6,0.193,,,,,, -2017,7,10,17,30,661,85,362,7,38,960,278.4,3.1,0.193,,,,,, -2017,7,10,18,30,450,59,157,9,36,960,267.2,2.3,0.193,,,,,, -2017,7,10,19,30,33,8,8,12,33,960,250.3,2.4,0.193,,,,,, -2017,7,10,20,30,0,0,0,12,32,960,243.6,2.5,0.193,,,,,, -2017,7,10,21,30,0,0,0,13,31,960,241.9,2,0.193,,,,,, -2017,7,10,22,30,0,0,0,13,30,960,243.6,1.4,0.193,,,,,, -2017,7,10,23,30,0,0,0,12,29,960,247.6,1.1,0.193,,,,,, -2017,7,11,0,30,0,0,0,12,29,960,247.5,0.9,0.193,,,,,, -2017,7,11,1,30,0,0,0,13,29,960,236.5,0.9,0.193,,,,,, -2017,7,11,2,30,0,0,0,14,28,960,207.1,1.2,0.193,,,,,, -2017,7,11,3,30,0,0,0,15,27,960,186.2,1.6,0.193,,,,,, -2017,7,11,4,30,0,0,0,16,26,960,170.2,2,0.193,,,,,, -2017,7,11,5,30,0,0,0,17,26,960,149.7,2.6,0.193,,,,,, -2017,7,11,6,30,216,68,110,18,27,960,139.2,2.9,0.193,,,,,, -2017,7,11,7,30,359,136,278,18,30,960,151.8,2.5,0.193,,,,,, -2017,7,11,8,30,115,258,325,17,32,960,163.9,2.1,0.193,,,,,, -2017,7,11,9,30,267,341,541,16,33,960,185.6,1.8,0.193,,,,,, -2017,7,11,10,30,503,340,778,17,35,960,215,1.9,0.193,,,,,, -2017,7,11,11,30,247,474,710,17,36,960,236.9,2.3,0.193,,,,,, -2017,7,11,12,30,118,497,613,17,37,960,249.7,2.6,0.193,,,,,, -2017,7,11,13,30,833,148,945,17,38,960,257.2,2.7,0.193,,,,,, -2017,7,11,14,30,828,133,863,17,38,960,261.8,2.9,0.193,,,,,, -2017,7,11,15,30,795,121,727,17,38,960,264.1,3,0.193,,,,,, -2017,7,11,16,30,466,208,489,16,38,960,266.8,3,0.193,,,,,, -2017,7,11,17,30,393,140,305,16,37,960,268.3,2.6,0.191,,,,,, -2017,7,11,18,30,427,59,153,16,35,960,266.4,1.7,0.191,,,,,, -2017,7,11,19,30,0,0,0,18,33,960,259.2,1,0.191,,,,,, -2017,7,11,20,30,0,0,0,18,32,960,250.8,0.7,0.191,,,,,, -2017,7,11,21,30,0,0,0,18,31,960,218.9,0.4,0.191,,,,,, -2017,7,11,22,30,0,0,0,19,30,960,156.3,0.3,0.191,,,,,, -2017,7,11,23,30,0,0,0,19,29,960,134.8,0.3,0.191,,,,,, -2017,7,12,0,30,0,0,0,20,28,960,102.2,0.5,0.191,,,,,, -2017,7,12,1,30,0,0,0,21,28,960,87.4,0.6,0.191,,,,,, -2017,7,12,2,30,0,0,0,21,28,960,92.1,0.6,0.191,,,,,, -2017,7,12,3,30,0,0,0,22,28,960,105.7,0.5,0.191,,,,,, -2017,7,12,4,30,0,0,0,22,28,960,115.4,0.4,0.191,,,,,, -2017,7,12,5,30,0,0,0,21,28,960,118.3,0.4,0.191,,,,,, -2017,7,12,6,30,314,64,124,21,30,960,143.6,0.6,0.191,,,,,, -2017,7,12,7,30,544,103,318,18,33,960,244.7,0.9,0.191,,,,,, -2017,7,12,8,30,670,128,518,17,35,960,275.5,1.2,0.191,,,,,, -2017,7,12,9,30,744,145,700,16,37,960,275.6,1.5,0.191,,,,,, -2017,7,12,10,30,789,157,843,16,38,960,270.2,1.7,0.191,,,,,, -2017,7,12,11,30,859,132,949,15,39,960,265.6,2,0.191,,,,,, -2017,7,12,12,30,868,134,984,15,40,960,263.6,2.5,0.191,,,,,, -2017,7,12,13,30,862,133,958,15,41,960,263.4,2.8,0.191,,,,,, -2017,7,12,14,30,835,133,870,14,41,960,266.5,3.1,0.191,,,,,, -2017,7,12,15,30,795,126,731,14,41,960,268.2,3.2,0.191,,,,,, -2017,7,12,16,30,726,114,552,13,40,960,269.6,3.1,0.191,,,,,, -2017,7,12,17,30,608,96,349,13,39,960,270.8,2.5,0.191,,,,,, -2017,7,12,18,30,389,65,149,14,36,960,270.7,1.6,0.191,,,,,, -2017,7,12,19,30,0,0,0,17,34,960,266.1,1.2,0.191,,,,,, -2017,7,12,20,30,0,0,0,16,33,960,264.3,1.5,0.191,,,,,, -2017,7,12,21,30,0,0,0,15,32,960,263.6,1.9,0.191,,,,,, -2017,7,12,22,30,0,0,0,14,31,960,262.2,2.1,0.191,,,,,, -2017,7,12,23,30,0,0,0,14,30,960,258.2,2.1,0.191,,,,,, -2017,7,13,0,30,0,0,0,14,29,960,255.8,2,0.191,,,,,, -2017,7,13,1,30,0,0,0,15,29,960,252.8,1.8,0.191,,,,,, -2017,7,13,2,30,0,0,0,15,28,960,249.9,1.5,0.191,,,,,, -2017,7,13,3,30,0,0,0,16,27,960,246.1,1.1,0.191,,,,,, -2017,7,13,4,30,0,0,0,16,27,960,240,0.7,0.191,,,,,, -2017,7,13,5,30,0,0,0,17,28,960,226.2,1,0.191,,,,,, -2017,7,13,6,30,329,61,124,17,30,960,219.7,1.5,0.191,,,,,, -2017,7,13,7,30,564,98,319,17,32,960,241.4,1.4,0.191,,,,,, -2017,7,13,8,30,693,119,522,17,34,960,265.2,1.1,0.191,,,,,, -2017,7,13,9,30,768,133,704,16,36,960,279.7,1.2,0.191,,,,,, -2017,7,13,10,30,808,144,847,15,38,960,246.9,2.1,0.191,,,,,, -2017,7,13,11,30,836,147,941,15,39,960,233.6,3.2,0.191,,,,,, -2017,7,13,12,30,844,149,975,15,40,960,235.5,3.9,0.191,,,,,, -2017,7,13,13,30,842,145,950,15,41,960,241.3,4.4,0.191,,,,,, -2017,7,13,14,30,843,127,871,14,42,960,248.8,4.6,0.191,,,,,, -2017,7,13,15,30,808,118,733,14,41,960,257.6,4.6,0.191,,,,,, -2017,7,13,16,30,740,108,553,13,40,960,267.5,4.1,0.191,,,,,, -2017,7,13,17,30,618,92,350,13,39,960,278.7,2.9,0.191,,,,,, -2017,7,13,18,30,385,65,148,14,38,960,289.8,1.2,0.191,,,,,, -2017,7,13,19,30,0,0,0,16,36,960,294.6,0.4,0.191,,,,,, -2017,7,13,20,30,0,0,0,17,34,960,200.8,0.8,0.191,,,,,, -2017,7,13,21,30,0,0,0,17,33,960,205,1.4,0.191,,,,,, -2017,7,13,22,30,0,0,0,16,32,960,213.8,2,0.191,,,,,, -2017,7,13,23,30,0,0,0,15,31,960,229.1,2.8,0.191,,,,,, -2017,7,14,0,30,0,0,0,14,30,960,243.4,3,0.191,,,,,, -2017,7,14,1,30,0,0,0,14,29,960,251.5,2.2,0.191,,,,,, -2017,7,14,2,30,0,0,0,15,28,960,252.4,1.2,0.191,,,,,, -2017,7,14,3,30,0,0,0,16,28,960,231.4,0.7,0.191,,,,,, -2017,7,14,4,30,0,0,0,16,28,960,197,0.9,0.191,,,,,, -2017,7,14,5,30,0,0,0,17,28,960,178.6,1.7,0.191,,,,,, -2017,7,14,6,30,307,62,121,17,30,960,186.1,2.4,0.191,,,,,, -2017,7,14,7,30,541,102,314,17,32,960,221.1,2.6,0.191,,,,,, -2017,7,14,8,30,673,125,515,17,34,960,236.9,2.6,0.191,,,,,, -2017,7,14,9,30,753,139,698,17,36,960,244.9,2.3,0.191,,,,,, -2017,7,14,10,30,800,147,842,16,38,960,250.1,2,0.191,,,,,, -2017,7,14,11,30,857,131,945,16,39,960,251.1,2,0.191,,,,,, -2017,7,14,12,30,866,133,981,15,40,960,247.4,2.3,0.191,,,,,, -2017,7,14,13,30,860,132,954,15,41,960,243.3,2.7,0.191,,,,,, -2017,7,14,14,30,839,127,867,15,42,960,242.8,2.8,0.191,,,,,, -2017,7,14,15,30,792,124,726,14,41,960,245.8,2.5,0.191,,,,,, -2017,7,14,16,30,711,117,545,14,41,960,252.2,2,0.191,,,,,, -2017,7,14,17,30,354,146,294,14,40,960,260.1,1.6,0.191,,,,,, -2017,7,14,18,30,233,75,126,14,37,960,247.3,1,0.191,,,,,, -2017,7,14,19,30,0,0,0,16,35,960,205,0.8,0.191,,,,,, -2017,7,14,20,30,0,0,0,16,34,960,176,1,0.191,,,,,, -2017,7,14,21,30,0,0,0,16,32,960,164,1.2,0.191,,,,,, -2017,7,14,22,30,0,0,0,17,31,960,160.8,1.3,0.191,,,,,, -2017,7,14,23,30,0,0,0,18,30,960,154.9,1.4,0.191,,,,,, -2017,7,15,0,30,0,0,0,19,29,960,144.5,1.5,0.191,,,,,, -2017,7,15,1,30,0,0,0,20,29,960,130.4,1.5,0.191,,,,,, -2017,7,15,2,30,0,0,0,21,28,960,124.4,1.2,0.191,,,,,, -2017,7,15,3,30,0,0,0,22,28,960,125.1,0.9,0.191,,,,,, -2017,7,15,4,30,0,0,0,22,28,960,125.8,0.8,0.191,,,,,, -2017,7,15,5,30,0,0,0,22,28,960,123.5,1.3,0.191,,,,,, -2017,7,15,6,30,207,67,106,21,30,960,125.1,2.1,0.191,,,,,, -2017,7,15,7,30,375,131,277,19,33,960,140.6,2.3,0.191,,,,,, -2017,7,15,8,30,640,137,508,18,35,960,154.3,2.1,0.191,,,,,, -2017,7,15,9,30,726,152,690,17,37,960,165.9,1.8,0.191,,,,,, -2017,7,15,10,30,781,158,835,17,38,960,178.4,1.4,0.191,,,,,, -2017,7,15,11,30,833,146,936,17,39,960,197.8,1.3,0.191,,,,,, -2017,7,15,12,30,844,147,972,16,40,960,224.8,1.4,0.191,,,,,, -2017,7,15,13,30,841,143,947,16,41,960,246.2,1.6,0.191,,,,,, -2017,7,15,14,30,818,139,860,16,41,960,256.9,1.7,0.191,,,,,, -2017,7,15,15,30,779,129,722,16,41,960,260.7,1.7,0.191,,,,,, -2017,7,15,16,30,667,139,540,17,40,960,262.6,1.5,0.191,,,,,, -2017,7,15,17,30,204,166,251,17,39,960,266.7,1.2,0.191,,,,,, -2017,7,15,18,30,118,80,105,17,38,960,271.6,0.9,0.191,,,,,, -2017,7,15,19,30,0,0,0,19,36,960,265.6,0.6,0.191,,,,,, -2017,7,15,20,30,0,0,0,20,35,960,264.5,0.8,0.191,,,,,, -2017,7,15,21,30,0,0,0,19,34,960,271.5,1.3,0.191,,,,,, -2017,7,15,22,30,0,0,0,19,32,960,262,2.2,0.191,,,,,, -2017,7,15,23,30,0,0,0,19,30,960,251.5,2.9,0.191,,,,,, -2017,7,16,0,30,0,0,0,19,29,960,241.9,2.9,0.191,,,,,, -2017,7,16,1,30,0,0,0,19,28,960,225.1,2.6,0.191,,,,,, -2017,7,16,2,30,0,0,0,19,27,960,206.1,2.3,0.191,,,,,, -2017,7,16,3,30,0,0,0,19,27,960,196.3,1.8,0.191,,,,,, -2017,7,16,4,30,0,0,0,19,27,960,196.7,1.4,0.191,,,,,, -2017,7,16,5,30,0,0,0,19,27,960,213.8,1.5,0.191,,,,,, -2017,7,16,6,30,0,37,37,19,28,960,227.8,1.5,0.191,,,,,, -2017,7,16,7,30,0,99,99,19,30,960,231.1,1.1,0.191,,,,,, -2017,7,16,8,30,199,253,368,19,32,960,225.8,0.7,0.191,,,,,, -2017,7,16,9,30,712,159,686,19,34,960,209.8,0.6,0.191,,,,,, -2017,7,16,10,30,761,170,829,19,35,960,202.6,0.7,0.191,,,,,, -2017,7,16,11,30,825,150,931,20,36,960,218.7,1,0.191,,,,,, -2017,7,16,12,30,826,157,964,20,37,960,236.9,1.5,0.191,,,,,, -2017,7,16,13,30,817,157,937,20,37,960,247.4,1.8,0.191,,,,,, -2017,7,16,14,30,783,160,849,19,37,960,258.7,1.9,0.191,,,,,, -2017,7,16,15,30,742,149,712,19,36,960,267.1,1.9,0.191,,,,,, -2017,7,16,16,30,680,129,537,19,36,960,271.8,1.8,0.191,,,,,, -2017,7,16,17,30,574,102,339,19,35,960,272.7,1.4,0.191,,,,,, -2017,7,16,18,30,373,64,144,20,34,960,271.4,0.8,0.191,,,,,, -2017,7,16,19,30,0,0,0,23,32,960,274.7,0.5,0.191,,,,,, -2017,7,16,20,30,0,0,0,23,31,960,274.5,0.3,0.191,,,,,, -2017,7,16,21,30,0,0,0,23,31,960,267.4,0.3,0.191,,,,,, -2017,7,16,22,30,0,0,0,23,30,960,130,0.7,0.191,,,,,, -2017,7,16,23,30,0,0,0,24,28,960,133.7,1.4,0.191,,,,,, -2017,7,17,0,30,0,0,0,25,28,960,131.8,1.5,0.191,,,,,, -2017,7,17,1,30,0,0,0,26,28,960,147.4,0.9,0.191,,,,,, -2017,7,17,2,30,0,0,0,26,27,960,238.9,0.7,0.191,,,,,, -2017,7,17,3,30,0,0,0,26,27,960,310.2,0.9,0.191,,,,,, -2017,7,17,4,30,0,0,0,25,27,960,17,1.4,0.191,,,,,, -2017,7,17,5,30,0,0,0,25,26,960,96.5,2,0.191,,,,,, -2017,7,17,6,30,0,48,48,24,26,960,117.2,2.2,0.191,,,,,, -2017,7,17,7,30,11,132,137,24,27,960,141.2,1.9,0.191,,,,,, -2017,7,17,8,30,0,70,70,23,27,960,163.5,1.7,0.191,,,,,, -2017,7,17,9,30,95,341,412,23,28,960,179.3,1.7,0.191,,,,,, -2017,7,17,10,30,285,411,658,22,29,960,182.3,1.9,0.191,,,,,, -2017,7,17,11,30,328,449,759,22,30,960,181.6,2.2,0.191,,,,,, -2017,7,17,12,30,546,332,866,22,30,960,185,2.2,0.191,,,,,, -2017,7,17,13,30,856,132,948,21,31,960,191.6,2.1,0.191,,,,,, -2017,7,17,14,30,821,137,859,21,32,960,199,1.9,0.191,,,,,, -2017,7,17,15,30,790,124,723,20,32,960,202.6,1.6,0.191,,,,,, -2017,7,17,16,30,727,110,546,19,32,960,202.9,1.3,0.191,,,,,, -2017,7,17,17,30,285,156,274,19,31,960,199.3,0.9,0.191,,,,,, -2017,7,17,18,30,186,76,115,21,30,960,192.3,0.7,0.191,,,,,, -2017,7,17,19,30,0,0,0,21,29,960,188.9,0.7,0.191,,,,,, -2017,7,17,20,30,0,0,0,21,28,960,186,0.8,0.191,,,,,, -2017,7,17,21,30,0,0,0,20,28,960,185.8,0.9,0.191,,,,,, -2017,7,17,22,30,0,0,0,20,27,960,187.9,0.9,0.191,,,,,, -2017,7,17,23,30,0,0,0,20,27,960,185.3,0.9,0.191,,,,,, -2017,7,18,0,30,0,0,0,21,26,960,178.8,0.8,0.191,,,,,, -2017,7,18,1,30,0,0,0,21,26,960,170.3,0.7,0.191,,,,,, -2017,7,18,2,30,0,0,0,22,26,960,155.5,0.7,0.191,,,,,, -2017,7,18,3,30,0,0,0,22,25,960,136,0.8,0.191,,,,,, -2017,7,18,4,30,0,0,0,22,25,960,129.3,0.9,0.191,,,,,, -2017,7,18,5,30,0,0,0,22,25,960,133,1.1,0.191,,,,,, -2017,7,18,6,30,272,63,113,22,27,960,149.6,1.3,0.191,,,,,, -2017,7,18,7,30,502,109,303,21,29,960,190.9,1.4,0.191,,,,,, -2017,7,18,8,30,634,137,502,19,30,960,199.4,1.6,0.191,,,,,, -2017,7,18,9,30,714,156,683,19,32,960,194.5,1.8,0.191,,,,,, -2017,7,18,10,30,764,166,827,19,33,960,196.1,2.1,0.191,,,,,, -2017,7,18,11,30,813,157,926,19,34,960,200.2,2.3,0.191,,,,,, -2017,7,18,12,30,825,157,963,19,35,960,204.5,2.4,0.191,,,,,, -2017,7,18,13,30,823,151,936,19,36,960,208.9,2.4,0.191,,,,,, -2017,7,18,14,30,711,202,827,19,36,960,212.2,2.2,0.191,,,,,, -2017,7,18,15,30,672,183,692,19,35,960,215,1.7,0.191,,,,,, -2017,7,18,16,30,0,19,19,19,34,960,216,1.1,0.191,,,,,, -2017,7,18,17,30,0,16,16,19,33,960,200.9,0.6,0.191,,,,,, -2017,7,18,18,30,0,6,6,20,32,960,114.6,0.5,0.191,,,,,, -2017,7,18,19,30,0,0,0,23,31,960,84.8,0.6,0.191,,,,,, -2017,7,18,20,30,0,0,0,23,30,960,74.2,0.5,0.191,,,,,, -2017,7,18,21,30,0,0,0,23,29,960,70.1,0.5,0.191,,,,,, -2017,7,18,22,30,0,0,0,23,28,960,73.4,0.5,0.191,,,,,, -2017,7,18,23,30,0,0,0,23,28,960,67.4,0.5,0.191,,,,,, -2017,7,19,0,30,0,0,0,23,27,960,44.1,0.5,0.191,,,,,, -2017,7,19,1,30,0,0,0,23,27,960,9.7,0.4,0.191,,,,,, -2017,7,19,2,30,0,0,0,23,27,960,5.3,0.2,0.191,,,,,, -2017,7,19,3,30,0,0,0,23,26,960,62.2,0.2,0.191,,,,,, -2017,7,19,4,30,0,0,0,22,26,960,113.7,0.3,0.191,,,,,, -2017,7,19,5,30,0,0,0,22,26,960,152.2,0.7,0.191,,,,,, -2017,7,19,6,30,233,66,108,21,27,960,189.4,1.7,0.191,,,,,, -2017,7,19,7,30,457,121,296,19,29,960,231.1,2.9,0.191,,,,,, -2017,7,19,8,30,605,150,496,17,31,960,248.4,3,0.191,,,,,, -2017,7,19,9,30,699,165,680,17,32,960,249.2,2.5,0.191,,,,,, -2017,7,19,10,30,745,180,823,17,34,960,250,2.2,0.191,,,,,, -2017,7,19,11,30,797,170,923,17,35,960,253.7,2,0.191,,,,,, -2017,7,19,12,30,796,179,956,17,35,960,249.8,1.6,0.191,,,,,, -2017,7,19,13,30,372,427,782,17,36,960,240,1.5,0.191,,,,,, -2017,7,19,14,30,433,360,740,17,36,960,245.7,1.6,0.191,,,,,, -2017,7,19,15,30,482,275,639,17,36,960,258.9,1.8,0.191,,,,,, -2017,7,19,16,30,258,257,412,17,35,960,269.2,2,0.191,,,,,, -2017,7,19,17,30,88,166,202,17,34,960,274.4,1.7,0.19,,,,,, -2017,7,19,18,30,42,75,84,19,32,960,273.2,1.2,0.19,,,,,, -2017,7,19,19,30,0,0,0,21,31,960,273.1,1,0.19,,,,,, -2017,7,19,20,30,0,0,0,20,30,960,278.7,1,0.19,,,,,, -2017,7,19,21,30,0,0,0,20,30,960,285.3,0.7,0.19,,,,,, -2017,7,19,22,30,0,0,0,20,30,960,290.9,0.4,0.19,,,,,, -2017,7,19,23,30,0,0,0,19,29,960,282.7,0.4,0.19,,,,,, -2017,7,20,0,30,0,0,0,19,28,960,174.7,0.6,0.19,,,,,, -2017,7,20,1,30,0,0,0,19,27,960,186.8,0.9,0.19,,,,,, -2017,7,20,2,30,0,0,0,18,26,960,192.6,1,0.19,,,,,, -2017,7,20,3,30,0,0,0,18,26,960,192,1,0.19,,,,,, -2017,7,20,4,30,0,0,0,18,25,960,185.1,0.9,0.19,,,,,, -2017,7,20,5,30,0,0,0,18,25,960,170.3,1.1,0.19,,,,,, -2017,7,20,6,30,41,64,71,17,27,960,154.7,1.4,0.19,,,,,, -2017,7,20,7,30,115,153,197,16,29,960,170.4,1.4,0.19,,,,,, -2017,7,20,8,30,226,247,377,15,32,960,193.6,1.2,0.19,,,,,, -2017,7,20,9,30,78,332,390,16,33,960,202.4,0.8,0.19,,,,,, -2017,7,20,10,30,14,266,279,17,34,960,209.9,0.5,0.19,,,,,, -2017,7,20,11,30,802,164,922,17,35,960,217.2,0.2,0.19,,,,,, -2017,7,20,12,30,809,168,957,17,36,960,231.3,0.1,0.19,,,,,, -2017,7,20,13,30,804,166,931,17,37,960,6.5,0.3,0.19,,,,,, -2017,7,20,14,30,801,147,850,17,37,960,342.2,0.7,0.19,,,,,, -2017,7,20,15,30,759,138,713,17,37,960,328.4,1,0.19,,,,,, -2017,7,20,16,30,686,125,534,17,36,960,327.1,1.2,0.19,,,,,, -2017,7,20,17,30,562,103,334,17,35,960,331.8,1.1,0.19,,,,,, -2017,7,20,18,30,350,65,138,18,34,960,338.4,0.6,0.19,,,,,, -2017,7,20,19,30,0,0,0,21,33,960,358.6,0.3,0.19,,,,,, -2017,7,20,20,30,0,0,0,20,32,960,65.3,0.4,0.19,,,,,, -2017,7,20,21,30,0,0,0,21,31,960,106.4,0.6,0.19,,,,,, -2017,7,20,22,30,0,0,0,21,30,960,118.2,0.8,0.19,,,,,, -2017,7,20,23,30,0,0,0,21,29,960,126,1,0.19,,,,,, -2017,7,21,0,30,0,0,0,21,28,960,136.8,1.2,0.19,,,,,, -2017,7,21,1,30,0,0,0,21,28,960,146.2,1.1,0.19,,,,,, -2017,7,21,2,30,0,0,0,21,27,960,149,0.9,0.19,,,,,, -2017,7,21,3,30,0,0,0,21,27,960,153.6,0.7,0.19,,,,,, -2017,7,21,4,30,0,0,0,21,27,960,160.2,0.7,0.19,,,,,, -2017,7,21,5,30,0,0,0,21,27,960,159,1,0.19,,,,,, -2017,7,21,6,30,237,65,107,21,27,960,157.2,1.5,0.19,,,,,, -2017,7,21,7,30,495,111,299,20,29,960,179,1.7,0.19,,,,,, -2017,7,21,8,30,362,221,428,18,31,960,205,1.9,0.19,,,,,, -2017,7,21,9,30,739,144,687,18,32,960,217.3,2.1,0.19,,,,,, -2017,7,21,10,30,797,147,834,17,34,960,220.3,2.5,0.19,,,,,, -2017,7,21,11,30,855,131,937,17,35,960,221.8,2.8,0.19,,,,,, -2017,7,21,12,30,868,129,975,16,36,960,223.8,3,0.19,,,,,, -2017,7,21,13,30,867,125,949,16,37,960,224.5,3,0.19,,,,,, -2017,7,21,14,30,815,141,855,16,37,960,226.7,2.8,0.19,,,,,, -2017,7,21,15,30,780,129,718,15,37,960,229.5,2.5,0.19,,,,,, -2017,7,21,16,30,717,113,540,15,37,960,232,2,0.19,,,,,, -2017,7,21,17,30,602,93,338,15,36,960,231.4,1.5,0.19,,,,,, -2017,7,21,18,30,385,60,139,16,33,960,218.4,1,0.19,,,,,, -2017,7,21,19,30,0,0,0,20,31,960,197.3,0.8,0.19,,,,,, -2017,7,21,20,30,0,0,0,20,30,960,184,0.8,0.19,,,,,, -2017,7,21,21,30,0,0,0,19,29,960,172.6,0.9,0.19,,,,,, -2017,7,21,22,30,0,0,0,19,28,960,164.5,0.8,0.19,,,,,, -2017,7,21,23,30,0,0,0,20,28,960,156.8,0.8,0.19,,,,,, -2017,7,22,0,30,0,0,0,20,27,960,148.5,0.8,0.19,,,,,, -2017,7,22,1,30,0,0,0,20,27,960,134.3,0.9,0.19,,,,,, -2017,7,22,2,30,0,0,0,21,27,960,119.4,1,0.19,,,,,, -2017,7,22,3,30,0,0,0,21,27,960,109.5,1.2,0.19,,,,,, -2017,7,22,4,30,0,0,0,21,26,960,107.5,1.4,0.19,,,,,, -2017,7,22,5,30,0,0,0,21,26,960,109.9,1.9,0.19,,,,,, -2017,7,22,6,30,284,59,109,21,28,960,115.6,2.3,0.19,,,,,, -2017,7,22,7,30,74,149,177,20,30,960,139.3,2.2,0.19,,,,,, -2017,7,22,8,30,289,236,400,18,32,960,174.5,1.9,0.19,,,,,, -2017,7,22,9,30,147,347,455,17,34,960,224.3,2,0.19,,,,,, -2017,7,22,10,30,813,136,837,17,36,960,247.7,2.4,0.19,,,,,, -2017,7,22,11,30,834,144,930,17,37,960,249.3,2.8,0.19,,,,,, -2017,7,22,12,30,841,147,965,17,38,960,248.5,3.1,0.19,,,,,, -2017,7,22,13,30,833,147,938,16,39,960,250.9,3.3,0.19,,,,,, -2017,7,22,14,30,805,146,851,17,39,960,258.2,3.2,0.19,,,,,, -2017,7,22,15,30,750,143,709,17,39,960,267.8,2.9,0.19,,,,,, -2017,7,22,16,30,543,177,499,17,38,960,276.6,2.7,0.19,,,,,, -2017,7,22,17,30,85,164,199,18,37,960,281,2,0.19,,,,,, -2017,7,22,18,30,39,73,81,20,34,960,279.6,1.1,0.19,,,,,, -2017,7,22,19,30,0,0,0,23,32,960,274.6,0.8,0.19,,,,,, -2017,7,22,20,30,0,0,0,23,32,960,269.9,0.8,0.19,,,,,, -2017,7,22,21,30,0,0,0,23,31,960,264.4,0.8,0.19,,,,,, -2017,7,22,22,30,0,0,0,22,30,960,248.4,0.6,0.19,,,,,, -2017,7,22,23,30,0,0,0,23,29,960,191.3,0.6,0.19,,,,,, -2017,7,23,0,30,0,0,0,22,28,960,180.9,0.9,0.19,,,,,, -2017,7,23,1,30,0,0,0,22,27,960,174.7,1,0.19,,,,,, -2017,7,23,2,30,0,0,0,22,27,960,174.9,1,0.19,,,,,, -2017,7,23,3,30,0,0,0,22,26,960,183.8,0.9,0.19,,,,,, -2017,7,23,4,30,0,0,0,21,26,960,191.5,0.9,0.19,,,,,, -2017,7,23,5,30,0,0,0,21,26,960,194.9,1.2,0.19,,,,,, -2017,7,23,6,30,197,60,95,21,28,960,199.9,1.6,0.19,,,,,, -2017,7,23,7,30,363,127,264,20,30,960,212.3,1.6,0.19,,,,,, -2017,7,23,8,30,72,241,282,18,32,960,222.9,1.5,0.19,,,,,, -2017,7,23,9,30,743,139,683,17,33,960,217.7,1.5,0.19,,,,,, -2017,7,23,10,30,786,152,828,17,35,960,205.5,1.5,0.19,,,,,, -2017,7,23,11,30,818,153,924,17,36,960,200.8,1.6,0.19,,,,,, -2017,7,23,12,30,826,156,959,17,37,960,197.3,1.8,0.19,,,,,, -2017,7,23,13,30,815,158,932,17,37,960,195.9,2,0.19,,,,,, -2017,7,23,14,30,828,130,855,16,38,960,198.7,2.1,0.19,,,,,, -2017,7,23,15,30,785,124,716,16,37,960,204.5,2,0.19,,,,,, -2017,7,23,16,30,716,112,537,16,36,960,212.2,1.9,0.19,,,,,, -2017,7,23,17,30,602,92,336,15,35,960,214.6,1.9,0.19,,,,,, -2017,7,23,18,30,381,60,137,16,33,960,212.3,2.1,0.19,,,,,, -2017,7,23,19,30,0,0,0,17,31,960,212,2.8,0.19,,,,,, -2017,7,23,20,30,0,0,0,16,29,960,210.9,3.1,0.19,,,,,, -2017,7,23,21,30,0,0,0,17,28,960,208.4,2.6,0.19,,,,,, -2017,7,23,22,30,0,0,0,18,26,960,202.3,1.9,0.19,,,,,, -2017,7,23,23,30,0,0,0,19,25,960,181.6,1.4,0.19,,,,,, -2017,7,24,0,30,0,0,0,20,24,960,141.9,1.2,0.19,,,,,, -2017,7,24,1,30,0,0,0,20,24,960,99.8,1.3,0.19,,,,,, -2017,7,24,2,30,0,0,0,21,24,960,73.6,1.1,0.19,,,,,, -2017,7,24,3,30,0,0,0,21,24,960,48.3,0.7,0.19,,,,,, -2017,7,24,4,30,0,0,0,22,24,960,33.6,0.3,0.19,,,,,, -2017,7,24,5,30,0,0,0,22,24,960,83.4,0.5,0.19,,,,,, -2017,7,24,6,30,128,66,88,22,25,960,151.9,1.2,0.19,,,,,, -2017,7,24,7,30,323,132,254,22,25,960,172.1,1.7,0.19,,,,,, -2017,7,24,8,30,12,188,195,22,25,960,177.5,1.8,0.19,,,,,, -2017,7,24,9,30,0,27,27,22,26,960,180,1.9,0.19,,,,,, -2017,7,24,10,30,0,43,43,22,26,960,187.8,2.1,0.19,,,,,, -2017,7,24,11,30,59,435,490,22,26,960,203.4,2.2,0.19,,,,,, -2017,7,24,12,30,171,498,664,22,26,960,220.6,2.2,0.19,,,,,, -2017,7,24,13,30,494,401,871,22,26,960,236.3,1.8,0.19,,,,,, -2017,7,24,14,30,164,435,578,22,27,960,249.6,1.2,0.19,,,,,, -2017,7,24,15,30,269,346,548,22,28,960,257.9,0.5,0.19,,,,,, -2017,7,24,16,30,415,219,465,21,28,960,250.9,0.3,0.19,,,,,, -2017,7,24,17,30,539,107,325,21,28,960,128.9,0.5,0.19,,,,,, -2017,7,24,18,30,345,62,132,22,27,960,134.6,0.6,0.19,,,,,, -2017,7,24,19,30,0,0,0,23,26,960,130.2,0.5,0.19,,,,,, -2017,7,24,20,30,0,0,0,23,26,960,116.4,0.5,0.19,,,,,, -2017,7,24,21,30,0,0,0,22,26,960,93.2,0.6,0.19,,,,,, -2017,7,24,22,30,0,0,0,22,25,960,77.7,0.7,0.19,,,,,, -2017,7,24,23,30,0,0,0,22,25,960,71.6,0.8,0.19,,,,,, -2017,7,25,0,30,0,0,0,22,25,960,69.6,0.9,0.19,,,,,, -2017,7,25,1,30,0,0,0,22,25,960,73.1,1,0.19,,,,,, -2017,7,25,2,30,0,0,0,22,25,960,83.6,1,0.19,,,,,, -2017,7,25,3,30,0,0,0,22,24,960,93.2,1.1,0.19,,,,,, -2017,7,25,4,30,0,0,0,22,24,960,97.3,1.2,0.19,,,,,, -2017,7,25,5,30,0,0,0,22,25,960,98.2,1.8,0.19,,,,,, -2017,7,25,6,30,295,55,105,22,27,960,99.3,2.5,0.19,,,,,, -2017,7,25,7,30,544,95,298,22,29,960,116.2,2.5,0.19,,,,,, -2017,7,25,8,30,676,119,501,21,32,960,140.7,2.3,0.19,,,,,, -2017,7,25,9,30,752,135,684,20,33,960,163.3,2.2,0.19,,,,,, -2017,7,25,10,30,160,424,562,20,34,960,185.9,2.2,0.19,,,,,, -2017,7,25,11,30,626,279,868,19,35,960,202.9,2.2,0.19,,,,,, -2017,7,25,12,30,787,184,948,19,36,960,215,2.1,0.19,,,,,, -2017,7,25,13,30,791,175,925,19,36,960,225.3,2,0.19,,,,,, -2017,7,25,14,30,814,139,850,18,37,960,234.9,1.7,0.19,,,,,, -2017,7,25,15,30,23,276,294,18,36,960,240.1,1.4,0.19,,,,,, -2017,7,25,16,30,722,109,535,17,36,960,241.7,1.2,0.19,,,,,, -2017,7,25,17,30,611,88,334,17,35,960,252.2,0.9,0.19,,,,,, -2017,7,25,18,30,391,57,134,18,33,960,289.9,0.6,0.19,,,,,, -2017,7,25,19,30,0,0,0,20,31,960,345,0.6,0.19,,,,,, -2017,7,25,20,30,0,0,0,20,30,960,10.1,0.7,0.19,,,,,, -2017,7,25,21,30,0,0,0,19,29,960,26.8,0.7,0.19,,,,,, -2017,7,25,22,30,0,0,0,19,29,960,40.8,0.7,0.19,,,,,, -2017,7,25,23,30,0,0,0,18,28,960,53.1,0.6,0.19,,,,,, -2017,7,26,0,30,0,0,0,18,28,960,63,0.6,0.19,,,,,, -2017,7,26,1,30,0,0,0,18,27,960,79,0.7,0.19,,,,,, -2017,7,26,2,30,0,0,0,18,26,960,88.5,0.6,0.19,,,,,, -2017,7,26,3,30,0,0,0,18,26,960,85,0.6,0.19,,,,,, -2017,7,26,4,30,0,0,0,19,26,960,62.4,0.9,0.19,,,,,, -2017,7,26,5,30,0,0,0,19,26,960,53.4,1.7,0.19,,,,,, -2017,7,26,6,30,361,48,108,19,28,960,60.6,2,0.19,,,,,, -2017,7,26,7,30,395,120,267,19,31,960,63.9,1.2,0.19,,,,,, -2017,7,26,8,30,736,97,511,16,34,960,15.8,0.6,0.19,,,,,, -2017,7,26,9,30,807,109,697,15,36,960,300.5,0.8,0.19,,,,,, -2017,7,26,10,30,849,116,844,14,37,960,256,1.4,0.19,,,,,, -2017,7,26,11,30,889,109,944,14,38,960,245.7,2,0.19,,,,,, -2017,7,26,12,30,897,110,980,14,38,960,243.5,2.5,0.19,,,,,, -2017,7,26,13,30,893,109,955,14,38,960,242.7,2.9,0.19,,,,,, -2017,7,26,14,30,857,117,865,13,37,960,244.3,3.1,0.19,,,,,, -2017,7,26,15,30,824,109,726,12,37,960,247.7,3,0.19,,,,,, -2017,7,26,16,30,765,96,546,12,36,960,250.4,2.5,0.19,,,,,, -2017,7,26,17,30,540,104,320,12,35,960,250.5,1.7,0.19,,,,,, -2017,7,26,18,30,371,57,130,16,32,960,251.3,1,0.19,,,,,, -2017,7,26,19,30,0,0,0,16,31,960,258.3,1,0.19,,,,,, -2017,7,26,20,30,0,0,0,16,30,960,268.7,1,0.19,,,,,, -2017,7,26,21,30,0,0,0,15,30,960,280.7,1,0.19,,,,,, -2017,7,26,22,30,0,0,0,15,29,960,291.3,1,0.19,,,,,, -2017,7,26,23,30,0,0,0,15,29,960,297.3,1,0.19,,,,,, -2017,7,27,0,30,0,0,0,15,28,960,298.2,1,0.19,,,,,, -2017,7,27,1,30,0,0,0,15,28,960,292.9,1,0.19,,,,,, -2017,7,27,2,30,0,0,0,15,28,960,289.7,0.9,0.19,,,,,, -2017,7,27,3,30,0,0,0,14,28,960,291,0.7,0.19,,,,,, -2017,7,27,4,30,0,0,0,14,28,960,279.4,0.6,0.19,,,,,, -2017,7,27,5,30,0,0,0,15,28,960,249.6,0.7,0.19,,,,,, -2017,7,27,6,30,359,47,106,15,30,960,234.4,1,0.19,,,,,, -2017,7,27,7,30,609,78,303,12,32,960,256.9,1.5,0.19,,,,,, -2017,7,27,8,30,732,97,508,12,35,960,278.9,1.7,0.19,,,,,, -2017,7,27,9,30,800,111,692,12,37,960,274.6,1.7,0.19,,,,,, -2017,7,27,10,30,839,120,838,13,38,960,263.3,1.9,0.19,,,,,, -2017,7,27,11,30,858,128,933,13,40,960,263.4,2.3,0.19,,,,,, -2017,7,27,12,30,869,128,970,14,41,960,264.9,2.6,0.19,,,,,, -2017,7,27,13,30,863,127,944,14,41,960,262.6,2.8,0.19,,,,,, -2017,7,27,14,30,837,127,856,13,41,960,258.5,2.8,0.19,,,,,, -2017,7,27,15,30,794,121,716,13,40,960,253.1,2.8,0.19,,,,,, -2017,7,27,16,30,417,217,462,12,39,960,254.8,2.3,0.19,,,,,, -2017,7,27,17,30,0,77,77,14,37,960,253.8,1.3,0.193,,,,,, -2017,7,27,18,30,0,30,30,19,35,960,248,0.7,0.193,,,,,, -2017,7,27,19,30,0,0,0,19,34,960,238.2,0.5,0.193,,,,,, -2017,7,27,20,30,0,0,0,19,32,960,98.7,0.9,0.193,,,,,, -2017,7,27,21,30,0,0,0,20,30,960,88.8,2,0.193,,,,,, -2017,7,27,22,30,0,0,0,21,29,960,85.2,2.9,0.193,,,,,, -2017,7,27,23,30,0,0,0,23,29,960,78.5,3.2,0.193,,,,,, -2017,7,28,0,30,0,0,0,24,28,960,79.5,3.1,0.193,,,,,, -2017,7,28,1,30,0,0,0,24,28,960,90.2,2.9,0.193,,,,,, -2017,7,28,2,30,0,0,0,24,28,960,99.4,2.5,0.193,,,,,, -2017,7,28,3,30,0,0,0,23,27,960,110.3,2.1,0.193,,,,,, -2017,7,28,4,30,0,0,0,23,27,960,119.8,1.9,0.193,,,,,, -2017,7,28,5,30,0,0,0,23,27,960,125.6,1.9,0.193,,,,,, -2017,7,28,6,30,37,57,63,22,27,960,126.8,2.1,0.193,,,,,, -2017,7,28,7,30,98,146,183,21,27,960,130.1,2.1,0.193,,,,,, -2017,7,28,8,30,0,33,33,20,28,960,125.5,1.8,0.193,,,,,, -2017,7,28,9,30,224,338,501,20,29,960,115.2,1.3,0.193,,,,,, -2017,7,28,10,30,19,299,316,20,29,960,101.1,0.7,0.193,,,,,, -2017,7,28,11,30,758,190,900,20,28,960,110.9,1,0.193,,,,,, -2017,7,28,12,30,756,202,934,21,28,960,266.9,2.8,0.193,,,,,, -2017,7,28,13,30,779,181,917,21,28,960,286.1,4,0.193,,,,,, -2017,7,28,14,30,814,138,846,21,28,960,293.2,3.9,0.193,,,,,, -2017,7,28,15,30,785,124,710,21,29,960,288.8,3.4,0.193,,,,,, -2017,7,28,16,30,723,108,531,20,29,960,290,2.6,0.193,,,,,, -2017,7,28,17,30,607,88,328,20,29,960,293.4,1.4,0.193,,,,,, -2017,7,28,18,30,380,56,129,22,28,960,293.9,0.7,0.193,,,,,, -2017,7,28,19,30,0,0,0,22,28,960,300.6,0.7,0.193,,,,,, -2017,7,28,20,30,0,0,0,21,27,960,324.5,0.8,0.193,,,,,, -2017,7,28,21,30,0,0,0,22,27,960,347.3,1,0.193,,,,,, -2017,7,28,22,30,0,0,0,22,26,960,355.2,1.2,0.193,,,,,, -2017,7,28,23,30,0,0,0,22,26,960,354.1,1.3,0.193,,,,,, -2017,7,29,0,30,0,0,0,22,26,960,347.6,1.3,0.193,,,,,, -2017,7,29,1,30,0,0,0,22,25,960,339.5,1.2,0.193,,,,,, -2017,7,29,2,30,0,0,0,21,25,960,332.6,1,0.193,,,,,, -2017,7,29,3,30,0,0,0,21,25,960,330.8,0.7,0.193,,,,,, -2017,7,29,4,30,0,0,0,21,25,960,333.2,0.5,0.193,,,,,, -2017,7,29,5,30,0,0,0,21,25,960,325.3,0.5,0.193,,,,,, -2017,7,29,6,30,137,56,78,21,27,960,284.3,0.9,0.193,,,,,, -2017,7,29,7,30,236,139,226,20,29,960,267.5,1.5,0.193,,,,,, -2017,7,29,8,30,278,232,388,19,30,960,261.6,1.7,0.193,,,,,, -2017,7,29,9,30,294,324,537,19,32,960,257.2,1.6,0.193,,,,,, -2017,7,29,10,30,450,340,724,19,33,960,250.9,1.4,0.193,,,,,, -2017,7,29,11,30,809,159,916,19,34,960,237.2,1.4,0.193,,,,,, -2017,7,29,12,30,809,168,949,19,35,960,220,1.6,0.193,,,,,, -2017,7,29,13,30,16,298,314,18,35,960,209.6,1.8,0.193,,,,,, -2017,7,29,14,30,80,391,461,18,34,960,214.1,1.8,0.193,,,,,, -2017,7,29,15,30,548,248,657,18,33,960,214.2,1.8,0.193,,,,,, -2017,7,29,16,30,174,260,362,19,32,960,203.9,1.9,0.193,,,,,, -2017,7,29,17,30,79,158,189,20,31,960,190,2.1,0.193,,,,,, -2017,7,29,18,30,26,67,72,21,29,960,181.6,2,0.193,,,,,, -2017,7,29,19,30,0,0,0,21,28,960,177.5,1.5,0.193,,,,,, -2017,7,29,20,30,0,0,0,22,27,960,167.8,1.1,0.193,,,,,, -2017,7,29,21,30,0,0,0,22,27,960,143.2,1,0.193,,,,,, -2017,7,29,22,30,0,0,0,22,27,960,120.4,1,0.193,,,,,, -2017,7,29,23,30,0,0,0,22,26,960,111.2,0.8,0.193,,,,,, -2017,7,30,0,30,0,0,0,22,26,960,115.9,0.6,0.193,,,,,, -2017,7,30,1,30,0,0,0,23,25,960,129.8,0.5,0.193,,,,,, -2017,7,30,2,30,0,0,0,23,25,960,150.1,0.7,0.193,,,,,, -2017,7,30,3,30,0,0,0,23,25,960,166.3,0.8,0.193,,,,,, -2017,7,30,4,30,0,0,0,22,24,960,175.9,0.8,0.193,,,,,, -2017,7,30,5,30,0,0,0,22,24,960,180.2,1,0.193,,,,,, -2017,7,30,6,30,0,50,50,22,25,960,178.3,1.2,0.193,,,,,, -2017,7,30,7,30,40,137,152,21,27,960,204,1.2,0.193,,,,,, -2017,7,30,8,30,88,239,288,20,29,960,223.4,1.2,0.193,,,,,, -2017,7,30,9,30,378,300,574,20,31,960,225.4,1.5,0.193,,,,,, -2017,7,30,10,30,441,342,718,20,32,960,218.9,1.8,0.193,,,,,, -2017,7,30,11,30,460,399,830,20,33,960,212.5,2,0.193,,,,,, -2017,7,30,12,30,243,486,721,20,34,960,211.7,1.8,0.193,,,,,, -2017,7,30,13,30,783,177,915,20,35,960,211.7,1.1,0.193,,,,,, -2017,7,30,14,30,838,121,847,20,35,960,214.1,0.5,0.193,,,,,, -2017,7,30,15,30,806,109,709,20,34,960,212.8,0.2,0.193,,,,,, -2017,7,30,16,30,657,135,518,20,34,960,71.6,0.2,0.193,,,,,, -2017,7,30,17,30,15,137,143,20,33,960,73.4,0.4,0.193,,,,,, -2017,7,30,18,30,0,56,56,21,32,960,103.1,0.4,0.193,,,,,, -2017,7,30,19,30,0,0,0,22,31,960,136.1,0.4,0.193,,,,,, -2017,7,30,20,30,0,0,0,22,30,960,156.4,0.4,0.193,,,,,, -2017,7,30,21,30,0,0,0,22,30,960,162.8,0.5,0.193,,,,,, -2017,7,30,22,30,0,0,0,21,29,960,152.5,0.4,0.193,,,,,, -2017,7,30,23,30,0,0,0,20,29,960,124.3,0.4,0.193,,,,,, -2017,7,31,0,30,0,0,0,20,28,960,83.6,0.4,0.193,,,,,, -2017,7,31,1,30,0,0,0,20,27,960,57.2,0.6,0.193,,,,,, -2017,7,31,2,30,0,0,0,20,27,960,50.3,0.7,0.193,,,,,, -2017,7,31,3,30,0,0,0,20,26,960,50.5,0.9,0.193,,,,,, -2017,7,31,4,30,0,0,0,20,25,960,51.3,1.1,0.193,,,,,, -2017,7,31,5,30,0,0,0,20,26,960,53.4,1.7,0.193,,,,,, -2017,7,31,6,30,176,53,80,20,28,960,59.9,2,0.193,,,,,, -2017,7,31,7,30,281,133,234,19,31,960,80,1.3,0.193,,,,,, -2017,7,31,8,30,739,92,503,19,34,960,113.4,0.6,0.193,,,,,, -2017,7,31,9,30,391,296,579,18,35,960,165.1,0.6,0.193,,,,,, -2017,7,31,10,30,324,392,668,18,36,960,190.8,1,0.193,,,,,, -2017,7,31,11,30,869,118,929,18,37,960,196.3,1.3,0.193,,,,,, -2017,7,31,12,30,877,119,966,18,38,960,196.7,1.5,0.193,,,,,, -2017,7,31,13,30,875,117,940,18,39,960,195.8,1.4,0.193,,,,,, -2017,7,31,14,30,840,123,851,17,39,960,197.2,0.9,0.193,,,,,, -2017,7,31,15,30,806,114,712,17,39,960,205,0.3,0.193,,,,,, -2017,7,31,16,30,743,100,532,17,38,960,1.3,0.3,0.193,,,,,, -2006,7,31,17,30,520,105,309,17,32,960,167.5,0.6,0.189,,,,,, -2006,7,31,18,30,62,67,79,19,30,960,171.9,0.8,0.189,,,,,, -2006,7,31,19,30,0,0,0,20,28,960,135.7,1.3,0.189,,,,,, -2006,7,31,20,30,0,0,0,20,28,960,140.1,2,0.189,,,,,, -2006,7,31,21,30,0,0,0,19,27,960,155.3,2.4,0.189,,,,,, -2006,7,31,22,30,0,0,0,19,27,960,155.1,2.7,0.189,,,,,, -2006,7,31,23,30,0,0,0,19,26,960,143.4,3.2,0.189,,,,,, -2006,8,1,0,30,0,0,0,19,26,960,134.3,3.6,0.189,,,,,, -2006,8,1,1,30,0,0,0,19,25,960,127.8,3.5,0.189,,,,,, -2006,8,1,2,30,0,0,0,19,24,960,124.3,2.8,0.189,,,,,, -2006,8,1,3,30,0,0,0,19,24,960,124.5,2,0.189,,,,,, -2006,8,1,4,30,0,0,0,19,24,960,126.9,1.5,0.189,,,,,, -2006,8,1,5,30,0,0,0,18,24,960,133,1.4,0.189,,,,,, -2006,8,1,6,30,272,53,95,18,26,960,144.2,1.5,0.189,,,,,, -2006,8,1,7,30,548,93,291,18,28,960,137.8,0.9,0.189,,,,,, -2006,8,1,8,30,737,97,506,17,30,960,136.5,0.3,0.189,,,,,, -2006,8,1,9,30,811,109,694,17,31,960,329.1,0.6,0.189,,,,,, -2006,8,1,10,30,855,117,844,17,33,960,324.3,1.1,0.189,,,,,, -2006,8,1,11,30,872,126,940,17,34,960,323.1,1.3,0.189,,,,,, -2006,8,1,12,30,879,129,976,16,35,960,322.9,1.4,0.189,,,,,, -2006,8,1,13,30,873,128,949,16,36,960,324.2,1.4,0.189,,,,,, -2006,8,1,14,30,860,120,863,15,36,960,323.8,1.4,0.189,,,,,, -2006,8,1,15,30,822,111,721,15,36,960,321.3,1.6,0.189,,,,,, -2006,8,1,16,30,758,99,537,15,35,960,317.8,1.8,0.189,,,,,, -2006,8,1,17,30,0,121,121,15,34,960,314.6,2,0.189,,,,,, -2006,8,1,18,30,0,46,46,16,32,960,311.7,2.1,0.189,,,,,, -2006,8,1,19,30,0,0,0,19,30,960,311.5,2,0.189,,,,,, -2006,8,1,20,30,0,0,0,18,30,960,319.2,1.7,0.189,,,,,, -2006,8,1,21,30,0,0,0,17,29,960,337.8,1,0.189,,,,,, -2006,8,1,22,30,0,0,0,17,28,960,6.4,0.6,0.189,,,,,, -2006,8,1,23,30,0,0,0,16,27,960,94.6,0.8,0.189,,,,,, -2006,8,2,0,30,0,0,0,16,26,960,127.6,1.3,0.189,,,,,, -2006,8,2,1,30,0,0,0,16,25,960,139.8,1.8,0.189,,,,,, -2006,8,2,2,30,0,0,0,16,25,960,149,2.4,0.189,,,,,, -2006,8,2,3,30,0,0,0,17,25,960,150.6,2.5,0.189,,,,,, -2006,8,2,4,30,0,0,0,16,25,960,147.3,2.4,0.189,,,,,, -2006,8,2,5,30,0,0,0,16,25,960,143.3,2.5,0.189,,,,,, -2006,8,2,6,30,221,49,83,16,27,960,142.8,3.1,0.189,,,,,, -2006,8,2,7,30,0,71,71,14,29,960,147,3.3,0.189,,,,,, -2006,8,2,8,30,737,100,507,14,31,960,152.8,2.7,0.189,,,,,, -2006,8,2,9,30,814,111,697,14,33,960,154.5,1.8,0.189,,,,,, -2006,8,2,10,30,861,117,848,15,34,960,151.3,1,0.189,,,,,, -2006,8,2,11,30,883,123,945,15,35,960,133.4,0.5,0.189,,,,,, -2006,8,2,12,30,896,121,984,15,36,960,36.4,0.7,0.189,,,,,, -2006,8,2,13,30,897,116,958,15,37,960,0.8,1.4,0.189,,,,,, -2006,8,2,14,30,881,111,871,15,37,960,353.9,1.8,0.189,,,,,, -2006,8,2,15,30,851,100,729,14,37,960,351.5,2.1,0.189,,,,,, -2006,8,2,16,30,793,87,545,14,36,960,349.4,2.3,0.189,,,,,, -2006,8,2,17,30,693,69,337,14,35,960,346.2,2.5,0.189,,,,,, -2006,8,2,18,30,471,44,130,15,33,960,341.6,2.2,0.189,,,,,, -2006,8,2,19,30,0,0,0,17,31,960,338.2,2.3,0.189,,,,,, -2006,8,2,20,30,0,0,0,16,31,960,338.2,2.8,0.189,,,,,, -2006,8,2,21,30,0,0,0,16,30,960,341.9,2.8,0.189,,,,,, -2006,8,2,22,30,0,0,0,15,29,960,348.6,2.1,0.189,,,,,, -2006,8,2,23,30,0,0,0,15,28,960,353.8,1.2,0.189,,,,,, -2006,8,3,0,30,0,0,0,15,27,960,357.2,0.7,0.189,,,,,, -2006,8,3,1,30,0,0,0,14,27,960,353.7,0.4,0.189,,,,,, -2006,8,3,2,30,0,0,0,14,26,960,323.8,0.2,0.189,,,,,, -2006,8,3,3,30,0,0,0,14,26,960,215.2,0.3,0.189,,,,,, -2006,8,3,4,30,0,0,0,14,25,960,197.5,0.4,0.189,,,,,, -2006,8,3,5,30,0,0,0,14,26,960,199.5,0.8,0.189,,,,,, -2006,8,3,6,30,352,43,97,14,28,960,199.6,1.4,0.189,,,,,, -2006,8,3,7,30,606,77,294,13,30,960,200.6,1.5,0.189,,,,,, -2006,8,3,8,30,729,99,501,13,33,960,224.3,1.1,0.189,,,,,, -2006,8,3,9,30,797,114,687,13,34,960,276.6,1.2,0.189,,,,,, -2006,8,3,10,30,836,125,834,14,35,960,320.9,1.9,0.189,,,,,, -2006,8,3,11,30,830,149,922,14,36,960,330.4,2.6,0.189,,,,,, -2006,8,3,12,30,598,311,886,14,37,960,332.4,3.4,0.189,,,,,, -2006,8,3,13,30,409,406,789,15,37,960,333.2,4.1,0.189,,,,,, -2006,8,3,14,30,378,375,701,15,37,960,333.9,4.8,0.189,,,,,, -2006,8,3,15,30,477,267,620,15,36,960,335.1,5.3,0.189,,,,,, -2006,8,3,16,30,263,245,396,15,35,960,335.8,5.6,0.189,,,,,, -2006,8,3,17,30,212,151,232,15,34,960,335.9,5.6,0.189,,,,,, -2006,8,3,18,30,0,37,37,15,32,960,335.3,4.8,0.189,,,,,, -2006,8,3,19,30,0,0,0,16,30,960,334,3.9,0.189,,,,,, -2006,8,3,20,30,0,0,0,17,28,960,334,3.4,0.189,,,,,, -2006,8,3,21,30,0,0,0,18,28,960,335.4,2.8,0.189,,,,,, -2006,8,3,22,30,0,0,0,18,27,960,338.1,2,0.189,,,,,, -2006,8,3,23,30,0,0,0,19,27,960,340.7,1.3,0.189,,,,,, -2006,8,4,0,30,0,0,0,19,26,960,338.3,0.9,0.189,,,,,, -2006,8,4,1,30,0,0,0,19,26,960,321.6,0.7,0.189,,,,,, -2006,8,4,2,30,0,0,0,19,25,960,301.3,0.6,0.189,,,,,, -2006,8,4,3,30,0,0,0,20,25,960,295.3,0.5,0.189,,,,,, -2006,8,4,4,30,0,0,0,20,25,960,286.3,0.3,0.189,,,,,, -2006,8,4,5,30,0,0,0,20,25,960,252.6,0.2,0.189,,,,,, -2006,8,4,6,30,0,25,25,19,27,960,188.1,0.6,0.189,,,,,, -2006,8,4,7,30,0,108,108,19,29,960,198.3,1.1,0.189,,,,,, -2006,8,4,8,30,115,240,304,18,30,960,236.6,1.3,0.189,,,,,, -2006,8,4,9,30,0,143,144,17,31,960,303.5,2.3,0.189,,,,,, -2006,8,4,10,30,0,100,100,17,33,960,334,3.7,0.189,,,,,, -2006,8,4,11,30,6,160,166,16,34,960,337.2,4.7,0.189,,,,,, -2006,8,4,12,30,81,468,547,16,34,960,334.8,5.6,0.189,,,,,, -2006,8,4,13,30,231,470,687,16,35,960,331.4,6.2,0.189,,,,,, -2006,8,4,14,30,854,117,851,16,35,960,327.5,6.5,0.189,,,,,, -2006,8,4,15,30,819,108,711,15,35,960,324.3,6.6,0.189,,,,,, -2006,8,4,16,30,756,95,528,15,34,960,321.5,6.5,0.189,,,,,, -2006,8,4,17,30,652,74,323,15,33,960,319.2,6.2,0.188,,,,,, -2006,8,4,18,30,418,46,120,15,32,960,316.4,5.3,0.188,,,,,, -2006,8,4,19,30,0,0,0,18,30,960,313.1,4.1,0.188,,,,,, -2006,8,4,20,30,0,0,0,18,28,960,318.5,2.8,0.188,,,,,, -2006,8,4,21,30,0,0,0,17,28,960,334.3,1.6,0.188,,,,,, -2006,8,4,22,30,0,0,0,17,27,960,1.1,1,0.188,,,,,, -2006,8,4,23,30,0,0,0,17,27,960,45.6,0.9,0.188,,,,,, -2006,8,5,0,30,0,0,0,17,26,960,86.3,1.2,0.188,,,,,, -2006,8,5,1,30,0,0,0,17,26,960,111.3,1.5,0.188,,,,,, -2006,8,5,2,30,0,0,0,16,25,960,123.5,1.6,0.188,,,,,, -2006,8,5,3,30,0,0,0,16,25,960,131.8,1.5,0.188,,,,,, -2006,8,5,4,30,0,0,0,16,25,960,138.6,1.2,0.188,,,,,, -2006,8,5,5,30,0,0,0,16,25,960,144.3,1.4,0.188,,,,,, -2006,8,5,6,30,333,45,94,16,27,960,147,1.7,0.188,,,,,, -2006,8,5,7,30,607,79,294,14,30,960,161.1,1.7,0.188,,,,,, -2006,8,5,8,30,741,100,506,13,32,960,185.2,1.3,0.188,,,,,, -2006,8,5,9,30,818,113,698,12,34,960,218.8,1.2,0.188,,,,,, -2006,8,5,10,30,866,120,852,12,35,960,309,1.9,0.188,,,,,, -2006,8,5,11,30,878,135,949,12,36,960,332,2.5,0.188,,,,,, -2006,8,5,12,30,896,131,990,11,37,960,338,2.9,0.188,,,,,, -2006,8,5,13,30,900,125,966,10,37,960,338.1,3.2,0.188,,,,,, -2006,8,5,14,30,902,108,883,9,38,960,336.3,3.4,0.188,,,,,, -2006,8,5,15,30,873,98,739,8,37,960,334.4,3.5,0.188,,,,,, -2006,8,5,16,30,816,85,551,7,36,960,331.5,3.6,0.188,,,,,, -2006,8,5,17,30,708,69,337,6,35,960,327.8,3.6,0.188,,,,,, -2006,8,5,18,30,476,43,125,10,32,960,323.8,3.1,0.188,,,,,, -2006,8,5,19,30,0,0,0,12,29,960,321,2.9,0.188,,,,,, -2006,8,5,20,30,0,0,0,11,28,960,326.9,2.5,0.188,,,,,, -2006,8,5,21,30,0,0,0,12,27,960,338.6,1.6,0.188,,,,,, -2006,8,5,22,30,0,0,0,11,27,960,358.1,1,0.188,,,,,, -2006,8,5,23,30,0,0,0,11,27,960,42.2,0.9,0.188,,,,,, -2006,8,6,0,30,0,0,0,11,26,960,95.2,1,0.188,,,,,, -2006,8,6,1,30,0,0,0,10,26,960,119.1,1.3,0.188,,,,,, -2006,8,6,2,30,0,0,0,10,25,960,133.7,1.4,0.188,,,,,, -2006,8,6,3,30,0,0,0,10,24,960,142,1.2,0.188,,,,,, -2006,8,6,4,30,0,0,0,11,23,960,145.8,1,0.188,,,,,, -2006,8,6,5,30,0,0,0,11,24,960,147.2,1.1,0.188,,,,,, -2006,8,6,6,30,372,41,95,12,26,960,146.5,1.6,0.188,,,,,, -2006,8,6,7,30,633,73,296,10,29,960,149,2.3,0.188,,,,,, -2006,8,6,8,30,755,94,507,10,32,960,145.9,2.4,0.188,,,,,, -2006,8,6,9,30,821,110,696,9,35,960,153.5,1.7,0.188,,,,,, -2006,8,6,10,30,861,120,846,9,37,960,165.9,0.7,0.188,,,,,, -2006,8,6,11,30,908,109,950,9,38,960,242.6,0.4,0.188,,,,,, -2006,8,6,12,30,916,110,987,10,39,960,328.6,0.9,0.188,,,,,, -2006,8,6,13,30,912,108,959,10,39,960,328.2,1.2,0.188,,,,,, -2006,8,6,14,30,879,113,866,11,40,960,319.5,1.3,0.188,,,,,, -2006,8,6,15,30,842,105,721,11,39,960,313.7,1.4,0.188,,,,,, -2006,8,6,16,30,778,92,535,11,38,960,308.2,1.5,0.188,,,,,, -2006,8,6,17,30,661,75,324,10,37,960,302.8,1.4,0.188,,,,,, -2006,8,6,18,30,419,46,117,14,34,960,295.4,1,0.188,,,,,, -2006,8,6,19,30,0,0,0,15,32,960,291.6,0.6,0.188,,,,,, -2006,8,6,20,30,0,0,0,14,32,960,305.9,0.4,0.188,,,,,, -2006,8,6,21,30,0,0,0,13,32,960,25.8,0.9,0.188,,,,,, -2006,8,6,22,30,0,0,0,13,30,960,97.5,1.8,0.188,,,,,, -2006,8,6,23,30,0,0,0,14,29,960,115.5,2.4,0.188,,,,,, -2006,8,7,0,30,0,0,0,15,29,960,127.7,2.9,0.188,,,,,, -2006,8,7,1,30,0,0,0,18,28,960,130.3,3.1,0.188,,,,,, -2006,8,7,2,30,0,0,0,19,28,960,127.5,2.8,0.188,,,,,, -2006,8,7,3,30,0,0,0,19,28,960,126,2.4,0.188,,,,,, -2006,8,7,4,30,0,0,0,19,27,960,128.1,2.1,0.188,,,,,, -2006,8,7,5,30,0,0,0,19,27,960,132.8,2.2,0.188,,,,,, -2006,8,7,6,30,245,45,80,19,29,960,140.5,2.8,0.188,,,,,, -2006,8,7,7,30,597,77,287,18,32,960,147.1,3.3,0.188,,,,,, -2006,8,7,8,30,732,97,495,18,35,960,146.6,3.3,0.188,,,,,, -2006,8,7,9,30,806,110,684,17,36,960,143.4,2.5,0.188,,,,,, -2006,8,7,10,30,850,118,834,17,37,960,141.7,1.2,0.188,,,,,, -2006,8,7,11,30,857,134,927,17,38,960,99.8,0.7,0.188,,,,,, -2006,8,7,12,30,868,134,964,17,39,960,347.4,1.5,0.188,,,,,, -2006,8,7,13,30,864,131,937,17,40,960,339.2,2.2,0.188,,,,,, -2006,8,7,14,30,823,139,842,16,40,960,333.1,2.7,0.188,,,,,, -2006,8,7,15,30,782,128,699,16,39,960,328.8,3.2,0.188,,,,,, -2006,8,7,16,30,379,216,430,16,38,960,327.2,3.9,0.188,,,,,, -2006,8,7,17,30,225,145,229,16,37,960,327.1,4.6,0.188,,,,,, -2006,8,7,18,30,113,61,79,17,35,960,327.3,4.9,0.188,,,,,, -2006,8,7,19,30,0,0,0,19,32,960,327.7,4.8,0.188,,,,,, -2006,8,7,20,30,0,0,0,19,32,960,329.3,4,0.188,,,,,, -2006,8,7,21,30,0,0,0,19,31,960,330.8,2.4,0.188,,,,,, -2006,8,7,22,30,0,0,0,19,30,960,334.6,0.9,0.188,,,,,, -2006,8,7,23,30,0,0,0,19,30,960,332.5,0.3,0.188,,,,,, -2006,8,8,0,30,0,0,0,19,29,960,195.7,0.4,0.188,,,,,, -2006,8,8,1,30,0,0,0,19,29,960,173.5,0.8,0.188,,,,,, -2006,8,8,2,30,0,0,0,19,28,960,174.3,1,0.188,,,,,, -2006,8,8,3,30,0,0,0,19,28,960,181,1.2,0.188,,,,,, -2006,8,8,4,30,0,0,0,19,27,960,189.9,1.4,0.188,,,,,, -2006,8,8,5,30,0,0,0,19,28,960,197.5,1.8,0.188,,,,,, -2006,8,8,6,30,222,45,76,19,30,960,199.4,2.3,0.188,,,,,, -2006,8,8,7,30,367,115,243,17,32,960,194.6,2.4,0.188,,,,,, -2006,8,8,8,30,384,203,412,16,34,960,186.4,2,0.188,,,,,, -2006,8,8,9,30,722,148,662,16,36,960,192.1,1.3,0.188,,,,,, -2006,8,8,10,30,775,158,810,16,37,960,213.3,0.8,0.188,,,,,, -2006,8,8,11,30,833,143,913,17,38,960,277.6,0.8,0.188,,,,,, -2006,8,8,12,30,839,147,948,17,39,960,312.7,1.6,0.188,,,,,, -2006,8,8,13,30,830,147,919,17,39,960,311.3,2.5,0.188,,,,,, -2006,8,8,14,30,812,139,832,17,39,960,315.2,3,0.188,,,,,, -2006,8,8,15,30,778,125,691,17,39,960,323.9,3.2,0.188,,,,,, -2006,8,8,16,30,710,108,508,16,38,960,333.4,3.3,0.188,,,,,, -2006,8,8,17,30,437,113,275,16,37,960,340,3.4,0.188,,,,,, -2006,8,8,18,30,314,51,103,18,35,960,340.9,3.4,0.188,,,,,, -2006,8,8,19,30,0,0,0,20,34,960,337.4,3.7,0.188,,,,,, -2006,8,8,20,30,0,0,0,20,33,960,339.7,4.2,0.188,,,,,, -2006,8,8,21,30,0,0,0,20,32,960,341.9,3.8,0.188,,,,,, -2006,8,8,22,30,0,0,0,20,31,960,344.2,2.9,0.188,,,,,, -2006,8,8,23,30,0,0,0,20,30,960,344.9,1.8,0.188,,,,,, -2006,8,9,0,30,0,0,0,20,29,960,339.1,1,0.188,,,,,, -2006,8,9,1,30,0,0,0,20,28,960,318.8,0.8,0.188,,,,,, -2006,8,9,2,30,0,0,0,21,28,960,290.8,1.1,0.188,,,,,, -2006,8,9,3,30,0,0,0,21,27,960,270.5,1.5,0.188,,,,,, -2006,8,9,4,30,0,0,0,21,27,960,266.5,1.8,0.188,,,,,, -2006,8,9,5,30,0,0,0,21,27,960,271.3,2,0.188,,,,,, -2006,8,9,6,30,0,29,29,21,28,960,282.7,2.5,0.188,,,,,, -2006,8,9,7,30,12,120,124,20,30,960,306.3,2.9,0.188,,,,,, -2006,8,9,8,30,266,226,370,20,31,960,328.4,3.2,0.188,,,,,, -2006,8,9,9,30,328,308,541,20,32,960,337.3,3.4,0.188,,,,,, -2006,8,9,10,30,315,389,653,20,33,960,335.2,3.5,0.188,,,,,, -2006,8,9,11,30,289,448,715,19,34,960,328.2,3.6,0.188,,,,,, -2006,8,9,12,30,448,418,845,19,35,960,321.9,4,0.188,,,,,, -2006,8,9,13,30,293,451,724,19,35,960,318.8,4.3,0.188,,,,,, -2006,8,9,14,30,466,337,734,19,35,960,318,4.7,0.188,,,,,, -2006,8,9,15,30,562,214,622,19,35,960,319,5,0.188,,,,,, -2006,8,9,16,30,499,179,459,19,35,960,321.5,5.3,0.188,,,,,, -2006,8,9,17,30,473,106,280,19,34,960,325.3,5.3,0.188,,,,,, -2006,8,9,18,30,53,56,64,21,33,960,329.8,5.1,0.188,,,,,, -2006,8,9,19,30,0,0,0,21,31,960,333.8,4.6,0.188,,,,,, -2006,8,9,20,30,0,0,0,21,31,960,335.6,4.2,0.188,,,,,, -2006,8,9,21,30,0,0,0,21,31,960,335.9,3.7,0.188,,,,,, -2006,8,9,22,30,0,0,0,21,30,960,336.4,3.1,0.188,,,,,, -2006,8,9,23,30,0,0,0,22,29,960,335.4,2.7,0.188,,,,,, -2006,8,10,0,30,0,0,0,22,28,960,331.2,2.4,0.188,,,,,, -2006,8,10,1,30,0,0,0,21,28,960,323.8,2.2,0.188,,,,,, -2006,8,10,2,30,0,0,0,21,27,960,317.3,2,0.188,,,,,, -2006,8,10,3,30,0,0,0,21,27,960,310.5,1.8,0.188,,,,,, -2006,8,10,4,30,0,0,0,20,27,960,302.5,1.7,0.188,,,,,, -2006,8,10,5,30,0,0,0,20,27,960,294.1,1.6,0.188,,,,,, -2006,8,10,6,30,21,45,48,19,28,960,279.2,1.7,0.188,,,,,, -2006,8,10,7,30,0,108,108,20,29,960,268.8,1.7,0.188,,,,,, -2006,8,10,8,30,24,199,212,20,30,960,271.3,1.8,0.188,,,,,, -2006,8,10,9,30,49,300,335,21,31,960,281.9,1.9,0.188,,,,,, -2006,8,10,10,30,395,355,686,21,32,960,294.3,1.9,0.188,,,,,, -2006,8,10,11,30,812,154,902,21,33,960,307.1,1.6,0.188,,,,,, -2006,8,10,12,30,824,154,938,21,33,960,319.5,1.4,0.188,,,,,, -2006,8,10,13,30,820,151,911,20,33,960,329.9,1.2,0.188,,,,,, -2006,8,10,14,30,774,159,817,20,34,960,332.4,1.1,0.188,,,,,, -2006,8,10,15,30,733,145,675,20,34,960,332.8,1.1,0.188,,,,,, -2006,8,10,16,30,659,126,494,20,34,960,334,1.1,0.188,,,,,, -2006,8,10,17,30,529,97,290,20,33,960,334.2,1,0.188,,,,,, -2006,8,10,18,30,0,42,42,22,32,960,331.1,0.8,0.188,,,,,, -2006,8,10,19,30,0,0,0,21,31,960,322.9,1,0.188,,,,,, -2006,8,10,20,30,0,0,0,21,30,960,330.2,1.4,0.188,,,,,, -2006,8,10,21,30,0,0,0,22,29,960,339.5,1.6,0.188,,,,,, -2006,8,10,22,30,0,0,0,22,29,960,345.9,1.2,0.188,,,,,, -2006,8,10,23,30,0,0,0,23,28,960,349.8,0.9,0.188,,,,,, -2006,8,11,0,30,0,0,0,23,28,960,348.6,0.6,0.188,,,,,, -2006,8,11,1,30,0,0,0,23,27,960,324.6,0.2,0.188,,,,,, -2006,8,11,2,30,0,0,0,23,26,960,276.7,0.1,0.188,,,,,, -2006,8,11,3,30,0,0,0,23,26,960,256.6,0.2,0.188,,,,,, -2006,8,11,4,30,0,0,0,23,26,960,263.6,0.3,0.188,,,,,, -2006,8,11,5,30,0,0,0,22,26,960,275.5,0.3,0.188,,,,,, -2006,8,11,6,30,277,42,80,22,27,960,239.9,0.4,0.188,,,,,, -2006,8,11,7,30,561,81,273,22,28,960,165.3,0.8,0.188,,,,,, -2006,8,11,8,30,702,102,480,21,29,960,156.2,0.8,0.188,,,,,, -2006,8,11,9,30,779,117,667,21,30,960,142.1,0.3,0.188,,,,,, -2006,8,11,10,30,524,313,752,21,31,960,17.2,0.5,0.188,,,,,, -2006,8,11,11,30,848,131,912,21,32,960,340.5,1.1,0.188,,,,,, -2006,8,11,12,30,856,133,947,20,33,960,329.9,1.8,0.188,,,,,, -2006,8,11,13,30,73,441,510,20,33,960,323.8,2.5,0.188,,,,,, -2006,8,11,14,30,820,131,826,20,33,960,321.5,3,0.188,,,,,, -2006,8,11,15,30,773,124,682,20,33,960,320.5,3.7,0.188,,,,,, -2006,8,11,16,30,530,164,458,20,33,960,321.2,4.4,0.188,,,,,, -2006,8,11,17,30,548,91,290,21,32,960,322.6,5.1,0.188,,,,,, -2006,8,11,18,30,263,52,93,22,31,960,324.8,5.6,0.188,,,,,, -2006,8,11,19,30,0,0,0,24,30,960,327.3,5.3,0.188,,,,,, -2006,8,11,20,30,0,0,0,24,29,960,328.7,4.2,0.188,,,,,, -2006,8,11,21,30,0,0,0,24,28,960,329.9,2.6,0.188,,,,,, -2006,8,11,22,30,0,0,0,24,28,960,323.2,1.1,0.188,,,,,, -2006,8,11,23,30,0,0,0,23,28,960,310.4,0.3,0.188,,,,,, -2006,8,12,0,30,0,0,0,23,27,960,245.5,0.3,0.188,,,,,, -2006,8,12,1,30,0,0,0,22,27,960,195.5,0.5,0.188,,,,,, -2006,8,12,2,30,0,0,0,22,26,960,198,0.6,0.188,,,,,, -2006,8,12,3,30,0,0,0,21,26,960,207.6,0.6,0.188,,,,,, -2006,8,12,4,30,0,0,0,21,25,960,217.8,0.7,0.188,,,,,, -2006,8,12,5,30,0,0,0,21,24,960,234.1,1,0.188,,,,,, -2006,8,12,6,30,163,45,67,20,25,960,244.8,1.6,0.188,,,,,, -2006,8,12,7,30,348,114,233,20,27,960,221.2,1.8,0.188,,,,,, -2006,8,12,8,30,408,195,414,20,28,960,194.2,1.6,0.188,,,,,, -2006,8,12,9,30,406,283,569,19,30,960,191.5,1.3,0.188,,,,,, -2006,8,12,10,30,495,321,734,19,32,960,209.9,1,0.188,,,,,, -2006,8,12,11,30,854,129,914,19,33,960,247.4,1.1,0.188,,,,,, -2006,8,12,12,30,627,288,882,18,34,960,280.1,1.6,0.188,,,,,, -2006,8,12,13,30,855,130,919,18,34,960,298.6,2.2,0.188,,,,,, -2006,8,12,14,30,847,117,832,18,35,960,303.1,2.7,0.188,,,,,, -2006,8,12,15,30,806,109,688,17,34,960,305.9,3.2,0.188,,,,,, -2006,8,12,16,30,735,97,503,17,34,960,310.8,3.8,0.188,,,,,, -2006,8,12,17,30,456,106,269,17,33,960,316,4.3,0.187,,,,,, -2006,8,12,18,30,100,52,67,18,32,960,320.2,4.5,0.187,,,,,, -2006,8,12,19,30,0,0,0,20,30,960,322.8,4.5,0.187,,,,,, -2006,8,12,20,30,0,0,0,20,29,960,325.5,3.8,0.187,,,,,, -2006,8,12,21,30,0,0,0,19,29,960,328.3,2.5,0.187,,,,,, -2006,8,12,22,30,0,0,0,19,28,960,328.5,1.1,0.187,,,,,, -2006,8,12,23,30,0,0,0,19,28,960,319.9,0.3,0.187,,,,,, -2006,8,13,0,30,0,0,0,19,27,960,257,0.2,0.187,,,,,, -2006,8,13,1,30,0,0,0,19,27,960,176.5,0.4,0.187,,,,,, -2006,8,13,2,30,0,0,0,19,26,960,155.9,0.5,0.187,,,,,, -2006,8,13,3,30,0,0,0,19,25,960,147,0.6,0.187,,,,,, -2006,8,13,4,30,0,0,0,19,24,960,142.2,0.8,0.187,,,,,, -2006,8,13,5,30,0,0,0,18,25,960,140.1,1.1,0.187,,,,,, -2006,8,13,6,30,182,44,68,18,27,960,143.6,1.7,0.187,,,,,, -2006,8,13,7,30,380,111,239,18,29,960,155.5,1.9,0.187,,,,,, -2006,8,13,8,30,507,166,437,16,32,960,163,1.4,0.187,,,,,, -2006,8,13,9,30,330,304,536,16,33,960,179.3,0.7,0.187,,,,,, -2006,8,13,10,30,522,312,748,16,34,960,271.4,0.9,0.187,,,,,, -2006,8,13,11,30,842,141,912,16,35,960,312.3,1.7,0.187,,,,,, -2006,8,13,12,30,851,142,948,16,36,960,315.1,2.5,0.187,,,,,, -2006,8,13,13,30,850,137,920,16,36,960,315.8,3.2,0.187,,,,,, -2006,8,13,14,30,517,321,757,15,36,960,316.4,3.8,0.187,,,,,, -2006,8,13,15,30,764,133,680,15,36,960,317.8,4.5,0.187,,,,,, -2006,8,13,16,30,535,163,458,15,35,960,319.7,5.2,0.187,,,,,, -2006,8,13,17,30,556,90,288,15,34,960,322.1,5.8,0.187,,,,,, -2006,8,13,18,30,87,53,65,19,32,960,325,5.8,0.187,,,,,, -2006,8,13,19,30,0,0,0,19,32,960,327.7,5.5,0.187,,,,,, -2006,8,13,20,30,0,0,0,18,31,960,330.3,4.8,0.187,,,,,, -2006,8,13,21,30,0,0,0,18,30,960,333.2,3.7,0.187,,,,,, -2006,8,13,22,30,0,0,0,19,28,960,334.7,2.4,0.187,,,,,, -2006,8,13,23,30,0,0,0,19,27,960,334.7,1.3,0.187,,,,,, -2006,8,14,0,30,0,0,0,19,27,960,330.9,0.7,0.187,,,,,, -2006,8,14,1,30,0,0,0,20,26,960,317.7,0.3,0.187,,,,,, -2006,8,14,2,30,0,0,0,20,26,960,257.6,0.1,0.187,,,,,, -2006,8,14,3,30,0,0,0,20,26,960,182.5,0.2,0.187,,,,,, -2006,8,14,4,30,0,0,0,21,25,960,169.6,0.4,0.187,,,,,, -2006,8,14,5,30,0,0,0,21,25,960,170,0.6,0.187,,,,,, -2006,8,14,6,30,186,47,70,21,27,960,173.3,1.3,0.187,,,,,, -2006,8,14,7,30,474,100,259,20,28,960,181.5,2,0.187,,,,,, -2006,8,14,8,30,627,130,465,19,30,960,187.3,2,0.187,,,,,, -2006,8,14,9,30,709,153,650,18,32,960,188.9,1.4,0.187,,,,,, -2006,8,14,10,30,755,170,797,18,33,960,202.3,0.7,0.187,,,,,, -2006,8,14,11,30,778,180,892,18,34,960,255.1,0.6,0.187,,,,,, -2006,8,14,12,30,792,180,928,18,35,960,303.4,1.1,0.187,,,,,, -2006,8,14,13,30,791,173,901,17,35,960,318.1,1.7,0.187,,,,,, -2006,8,14,14,30,775,160,812,17,36,960,320.3,2.2,0.187,,,,,, -2006,8,14,15,30,728,148,668,17,36,960,320.4,2.8,0.187,,,,,, -2006,8,14,16,30,489,178,445,17,35,960,320.6,3.5,0.187,,,,,, -2006,8,14,17,30,409,111,255,17,34,960,321.5,4.3,0.187,,,,,, -2006,8,14,18,30,0,17,17,20,32,960,323.2,4.7,0.187,,,,,, -2006,8,14,19,30,0,0,0,21,30,960,325.6,4.6,0.187,,,,,, -2006,8,14,20,30,0,0,0,21,29,960,330.2,3.9,0.187,,,,,, -2006,8,14,21,30,0,0,0,20,28,960,337.5,2.5,0.187,,,,,, -2006,8,14,22,30,0,0,0,20,27,960,347.4,1.2,0.187,,,,,, -2006,8,14,23,30,0,0,0,20,26,960,0.6,0.3,0.187,,,,,, -2006,8,15,0,30,0,0,0,21,25,960,24.6,0.4,0.187,,,,,, -2006,8,15,1,30,0,0,0,21,25,960,153.3,0.8,0.187,,,,,, -2006,8,15,2,30,0,0,0,21,25,960,159.3,0.9,0.187,,,,,, -2006,8,15,3,30,0,0,0,21,25,960,169.8,0.8,0.187,,,,,, -2006,8,15,4,30,0,0,0,21,25,960,183.3,0.7,0.187,,,,,, -2006,8,15,5,30,0,0,0,21,25,960,195.7,0.9,0.187,,,,,, -2006,8,15,6,30,0,30,30,20,26,960,196,1.5,0.187,,,,,, -2006,8,15,7,30,24,121,129,20,27,960,177.2,2.1,0.187,,,,,, -2006,8,15,8,30,441,184,419,21,28,960,158.6,2.3,0.187,,,,,, -2006,8,15,9,30,354,296,544,21,30,960,154.4,2.2,0.187,,,,,, -2006,8,15,10,30,28,322,346,21,31,960,159.9,1.9,0.187,,,,,, -2006,8,15,11,30,92,447,532,20,31,960,171.4,1.5,0.187,,,,,, -2006,8,15,12,30,138,480,611,20,31,960,187.7,1.1,0.187,,,,,, -2006,8,15,13,30,242,457,680,20,31,960,219.7,1,0.187,,,,,, -2006,8,15,14,30,315,364,628,20,31,960,255.2,1.1,0.187,,,,,, -2006,8,15,15,30,767,126,671,19,32,960,278.5,1.4,0.187,,,,,, -2006,8,15,16,30,700,107,488,19,32,960,293.3,1.8,0.187,,,,,, -2006,8,15,17,30,389,113,249,18,31,960,304.8,2.2,0.187,,,,,, -2006,8,15,18,30,201,47,75,20,29,960,315.2,2,0.187,,,,,, -2006,8,15,19,30,0,0,0,20,28,960,326.7,1.9,0.187,,,,,, -2006,8,15,20,30,0,0,0,20,28,960,343.9,1.7,0.187,,,,,, -2006,8,15,21,30,0,0,0,19,27,960,4.6,1.2,0.187,,,,,, -2006,8,15,22,30,0,0,0,19,27,960,38.3,1,0.187,,,,,, -2006,8,15,23,30,0,0,0,19,26,960,99.7,1.3,0.187,,,,,, -2006,8,16,0,30,0,0,0,19,26,960,123.1,1.5,0.187,,,,,, -2006,8,16,1,30,0,0,0,18,25,960,128.7,1.5,0.187,,,,,, -2006,8,16,2,30,0,0,0,18,25,960,131.2,1.4,0.187,,,,,, -2006,8,16,3,30,0,0,0,17,24,960,132.9,1.3,0.187,,,,,, -2006,8,16,4,30,0,0,0,17,24,960,134.3,1.2,0.187,,,,,, -2006,8,16,5,30,0,0,0,17,24,960,135.6,1.2,0.187,,,,,, -2006,8,16,6,30,5,40,40,17,26,960,140,1.6,0.187,,,,,, -2006,8,16,7,30,142,131,178,16,28,960,135.2,1.8,0.187,,,,,, -2006,8,16,8,30,215,227,341,15,30,960,142.2,1.3,0.187,,,,,, -2006,8,16,9,30,370,284,542,14,32,960,166.5,0.7,0.187,,,,,, -2006,8,16,10,30,824,135,817,13,33,960,266.1,0.8,0.187,,,,,, -2006,8,16,11,30,814,164,906,13,34,960,319.2,1.5,0.187,,,,,, -2006,8,16,12,30,474,405,852,13,35,960,329.4,2.2,0.187,,,,,, -2006,8,16,13,30,842,147,918,13,36,960,333,2.8,0.187,,,,,, -2006,8,16,14,30,828,135,827,14,36,960,333,3.3,0.187,,,,,, -2006,8,16,15,30,598,203,627,14,36,960,331.5,3.8,0.187,,,,,, -2006,8,16,16,30,572,148,458,14,35,960,329,4.2,0.187,,,,,, -2006,8,16,17,30,579,79,280,14,34,960,326.7,4.5,0.187,,,,,, -2006,8,16,18,30,272,41,79,16,31,960,323.6,4.3,0.187,,,,,, -2006,8,16,19,30,0,0,0,17,29,960,321.4,3.8,0.187,,,,,, -2006,8,16,20,30,0,0,0,17,28,960,325,2.7,0.187,,,,,, -2006,8,16,21,30,0,0,0,16,27,960,334.1,1.3,0.187,,,,,, -2006,8,16,22,30,0,0,0,16,26,960,1.4,0.6,0.187,,,,,, -2006,8,16,23,30,0,0,0,17,26,960,71.1,0.7,0.187,,,,,, -2006,8,17,0,30,0,0,0,17,25,960,115.3,1.2,0.187,,,,,, -2006,8,17,1,30,0,0,0,17,24,960,124.1,1.6,0.187,,,,,, -2006,8,17,2,30,0,0,0,17,24,960,125.1,1.6,0.187,,,,,, -2006,8,17,3,30,0,0,0,18,24,960,123.9,1.5,0.187,,,,,, -2006,8,17,4,30,0,0,0,18,23,960,124.4,1.4,0.187,,,,,, -2006,8,17,5,30,0,0,0,18,24,960,129.7,1.4,0.187,,,,,, -2006,8,17,6,30,305,37,73,18,26,960,137.4,1.5,0.187,,,,,, -2006,8,17,7,30,605,71,271,18,29,960,158.9,1.6,0.187,,,,,, -2006,8,17,8,30,746,89,483,17,31,960,175.4,1.4,0.187,,,,,, -2006,8,17,9,30,824,100,675,16,33,960,179.9,0.7,0.187,,,,,, -2006,8,17,10,30,870,107,827,15,34,960,222.7,0.4,0.187,,,,,, -2006,8,17,11,30,890,114,924,15,35,960,339.9,0.7,0.187,,,,,, -2006,8,17,12,30,903,114,962,14,36,960,333.7,1,0.187,,,,,, -2006,8,17,13,30,902,110,934,13,37,960,324.8,1.2,0.187,,,,,, -2006,8,17,14,30,878,109,841,12,37,960,315.2,1.5,0.187,,,,,, -2006,8,17,15,30,844,99,695,11,37,960,308.2,1.8,0.187,,,,,, -2006,8,17,16,30,778,87,505,10,36,960,303.7,2.1,0.187,,,,,, -2006,8,17,17,30,652,68,292,10,34,960,300.9,2.2,0.187,,,,,, -2006,8,17,18,30,375,38,87,15,32,960,302.5,2.1,0.187,,,,,, -2006,8,17,19,30,0,0,0,15,31,960,309.5,2.5,0.187,,,,,, -2006,8,17,20,30,0,0,0,13,31,960,324.4,2.5,0.187,,,,,, -2006,8,17,21,30,0,0,0,13,30,960,344.2,1.7,0.187,,,,,, -2006,8,17,22,30,0,0,0,12,29,960,13.5,1,0.187,,,,,, -2006,8,17,23,30,0,0,0,12,28,960,52.2,0.9,0.187,,,,,, -2006,8,18,0,30,0,0,0,12,28,960,96.8,0.9,0.187,,,,,, -2006,8,18,1,30,0,0,0,12,27,960,116.2,1.1,0.187,,,,,, -2006,8,18,2,30,0,0,0,12,26,960,127.5,1.2,0.187,,,,,, -2006,8,18,3,30,0,0,0,12,24,960,133.1,1.2,0.187,,,,,, -2006,8,18,4,30,0,0,0,12,23,960,134.3,1.2,0.187,,,,,, -2006,8,18,5,30,0,0,0,12,23,960,138.8,1.3,0.187,,,,,, -2006,8,18,6,30,245,37,67,13,26,960,147.7,2.1,0.187,,,,,, -2006,8,18,7,30,403,102,234,11,29,960,154.3,2.9,0.187,,,,,, -2006,8,18,8,30,760,88,488,9,32,960,161.3,2.9,0.187,,,,,, -2006,8,18,9,30,833,101,680,8,35,960,163.4,2.6,0.187,,,,,, -2006,8,18,10,30,876,109,832,9,36,960,163,2,0.187,,,,,, -2006,8,18,11,30,901,112,930,9,37,960,160.6,1.4,0.187,,,,,, -2006,8,18,12,30,910,113,966,9,38,960,154.5,1,0.187,,,,,, -2006,8,18,13,30,907,110,936,10,39,960,144.7,0.8,0.187,,,,,, -2006,8,18,14,30,878,111,840,10,39,960,132.9,0.8,0.187,,,,,, -2006,8,18,15,30,839,102,692,10,38,960,130,0.8,0.187,,,,,, -2006,8,18,16,30,766,90,500,10,37,960,138.6,0.8,0.187,,,,,, -2006,8,18,17,30,626,73,286,10,35,960,152.1,0.6,0.187,,,,,, -2006,8,18,18,30,334,39,82,15,33,960,172.6,0.3,0.187,,,,,, -2006,8,18,19,30,0,0,0,15,31,960,200.9,0.2,0.187,,,,,, -2006,8,18,20,30,0,0,0,14,31,960,168,0.5,0.187,,,,,, -2006,8,18,21,30,0,0,0,14,30,960,117.6,1.3,0.187,,,,,, -2006,8,18,22,30,0,0,0,13,30,960,111.7,2,0.187,,,,,, -2006,8,18,23,30,0,0,0,12,29,960,112.6,2.5,0.187,,,,,, -2006,8,19,0,30,0,0,0,12,28,960,115.5,3.2,0.187,,,,,, -2006,8,19,1,30,0,0,0,13,28,960,117,3.4,0.187,,,,,, -2006,8,19,2,30,0,0,0,13,27,960,117.9,3,0.187,,,,,, -2006,8,19,3,30,0,0,0,13,26,960,120.3,2.7,0.187,,,,,, -2006,8,19,4,30,0,0,0,14,25,960,124.2,2.4,0.187,,,,,, -2006,8,19,5,30,0,0,0,15,25,960,129.2,2.4,0.187,,,,,, -2006,8,19,6,30,170,39,59,15,27,960,137.2,2.9,0.187,,,,,, -2006,8,19,7,30,354,108,224,14,31,960,145.5,3.4,0.187,,,,,, -2006,8,19,8,30,748,94,485,11,34,960,151.6,3.5,0.187,,,,,, -2006,8,19,9,30,824,107,679,9,37,960,153.2,3.4,0.187,,,,,, -2006,8,19,10,30,869,116,832,9,38,960,155.3,2.9,0.187,,,,,, -2006,8,19,11,30,893,121,930,9,39,960,158.4,2.1,0.187,,,,,, -2006,8,19,12,30,903,122,967,9,40,960,157,1.5,0.187,,,,,, -2006,8,19,13,30,901,119,938,9,40,960,155.8,0.9,0.187,,,,,, -2006,8,19,14,30,869,122,842,9,40,960,158.7,0.5,0.187,,,,,, -2006,8,19,15,30,833,111,694,8,39,960,187.2,0.3,0.187,,,,,, -2006,8,19,16,30,764,96,503,7,38,960,268.2,0.6,0.187,,,,,, -2006,8,19,17,30,633,75,287,7,36,960,292.4,0.7,0.187,,,,,, -2006,8,19,18,30,340,39,81,14,34,960,301.2,0.7,0.187,,,,,, -2006,8,19,19,30,0,0,0,12,33,960,320.4,0.7,0.187,,,,,, -2006,8,19,20,30,0,0,0,11,33,960,355.3,0.9,0.187,,,,,, -2006,8,19,21,30,0,0,0,10,32,960,31.3,1.1,0.187,,,,,, -2006,8,19,22,30,0,0,0,11,30,960,73.2,1.4,0.187,,,,,, -2006,8,19,23,30,0,0,0,12,28,960,109.3,1.8,0.187,,,,,, -2006,8,20,0,30,0,0,0,12,26,960,124.6,2,0.187,,,,,, -2006,8,20,1,30,0,0,0,13,25,960,132.5,2.1,0.187,,,,,, -2006,8,20,2,30,0,0,0,15,25,960,134.8,1.9,0.187,,,,,, -2006,8,20,3,30,0,0,0,17,25,960,137.5,1.6,0.187,,,,,, -2006,8,20,4,30,0,0,0,18,25,960,143.5,1.4,0.187,,,,,, -2006,8,20,5,30,0,0,0,19,25,960,151.3,1.5,0.187,,,,,, -2006,8,20,6,30,261,37,67,19,27,960,157.8,2.2,0.187,,,,,, -2006,8,20,7,30,565,79,263,18,30,960,159.8,2.6,0.187,,,,,, -2006,8,20,8,30,711,103,474,17,33,960,154.1,2.5,0.187,,,,,, -2006,8,20,9,30,791,118,664,17,34,960,153.7,1.9,0.187,,,,,, -2006,8,20,10,30,836,127,814,17,35,960,159.5,0.9,0.187,,,,,, -2006,8,20,11,30,539,354,842,17,36,960,203,0.6,0.187,,,,,, -2006,8,20,12,30,526,381,871,18,36,960,314.2,1,0.187,,,,,, -2006,8,20,13,30,496,373,823,18,35,960,336.6,1.2,0.187,,,,,, -2006,8,20,14,30,475,320,713,18,35,960,347.3,1.5,0.187,,,,,, -2006,8,20,15,30,325,303,530,18,34,960,342,2,0.187,,,,,, -2006,8,20,16,30,292,216,371,17,34,960,331.7,2.5,0.187,,,,,, -2006,8,20,17,30,571,76,266,17,33,960,329.1,2.7,0.187,,,,,, -2006,8,20,18,30,142,41,58,19,31,960,329.5,2.7,0.187,,,,,, -2006,8,20,19,30,0,0,0,18,31,960,337.5,3.3,0.187,,,,,, -2006,8,20,20,30,0,0,0,17,30,960,344.4,3.6,0.187,,,,,, -2006,8,20,21,30,0,0,0,17,30,960,353.4,2.9,0.187,,,,,, -2006,8,20,22,30,0,0,0,17,29,960,5.7,1.8,0.187,,,,,, -2006,8,20,23,30,0,0,0,18,29,960,21.9,1,0.187,,,,,, -2006,8,21,0,30,0,0,0,18,28,960,54.6,0.7,0.187,,,,,, -2006,8,21,1,30,0,0,0,18,28,960,131.5,0.7,0.187,,,,,, -2006,8,21,2,30,0,0,0,17,27,960,170.7,1.1,0.187,,,,,, -2006,8,21,3,30,0,0,0,17,27,960,192.2,1.8,0.187,,,,,, -2006,8,21,4,30,0,0,0,17,27,960,208.6,2.2,0.187,,,,,, -2006,8,21,5,30,0,0,0,17,27,960,220.1,2.2,0.187,,,,,, -2006,8,21,6,30,247,37,64,17,29,960,228.2,2.2,0.187,,,,,, -2006,8,21,7,30,546,80,256,16,31,960,222.3,1.9,0.187,,,,,, -2006,8,21,8,30,689,106,464,16,34,960,198.6,1.2,0.187,,,,,, -2006,8,21,9,30,768,123,653,16,35,960,212.6,0.7,0.187,,,,,, -2006,8,21,10,30,814,135,802,17,36,960,283.1,0.9,0.187,,,,,, -2006,8,21,11,30,849,134,900,17,36,960,310,1.1,0.187,,,,,, -2006,8,21,12,30,854,138,933,17,37,960,322.1,1.3,0.187,,,,,, -2006,8,21,13,30,844,138,901,17,37,960,325.2,1.7,0.187,,,,,, -2006,8,21,14,30,815,135,806,17,37,960,326.6,2.2,0.187,,,,,, -2006,8,21,15,30,544,225,603,16,36,960,329.7,3,0.187,,,,,, -2006,8,21,16,30,354,202,388,17,35,960,334.5,3.9,0.187,,,,,, -2006,8,21,17,30,0,97,97,18,33,960,340.3,4.8,0.187,,,,,, -2006,8,21,18,30,0,32,32,20,31,960,345.9,5.6,0.187,,,,,, -2006,8,21,19,30,0,0,0,20,30,960,347.3,6,0.187,,,,,, -2006,8,21,20,30,0,0,0,20,29,960,343.1,5.6,0.187,,,,,, -2006,8,21,21,30,0,0,0,20,28,960,338.8,4.8,0.187,,,,,, -2006,8,21,22,30,0,0,0,20,27,960,334.8,4,0.187,,,,,, -2006,8,21,23,30,0,0,0,20,27,960,328.4,3.5,0.187,,,,,, -2006,8,22,0,30,0,0,0,21,26,960,315.4,3.3,0.187,,,,,, -2006,8,22,1,30,0,0,0,21,26,960,295.5,3.4,0.187,,,,,, -2006,8,22,2,30,0,0,0,20,25,960,281.8,3.4,0.187,,,,,, -2006,8,22,3,30,0,0,0,20,25,960,277.1,3,0.187,,,,,, -2006,8,22,4,30,0,0,0,20,25,960,279.3,2.5,0.187,,,,,, -2006,8,22,5,30,0,0,0,19,25,960,288.2,2.3,0.187,,,,,, -2006,8,22,6,30,38,37,41,19,27,960,303.1,2.7,0.187,,,,,, -2006,8,22,7,30,0,93,93,18,30,960,326.3,3.3,0.187,,,,,, -2006,8,22,8,30,0,78,78,18,31,960,335.7,3.6,0.187,,,,,, -2006,8,22,9,30,5,183,186,18,32,960,330.2,3.9,0.187,,,,,, -2006,8,22,10,30,335,372,646,19,32,960,321.9,4.4,0.187,,,,,, -2006,8,22,11,30,14,261,273,19,32,960,316.7,5.1,0.187,,,,,, -2006,8,22,12,30,86,454,534,19,32,960,315.7,5.9,0.187,,,,,, -2006,8,22,13,30,23,334,355,19,32,960,316.5,6.5,0.187,,,,,, -2006,8,22,14,30,29,323,347,19,32,960,317.9,6.6,0.187,,,,,, -2006,8,22,15,30,753,127,647,19,32,960,319.5,6.1,0.187,,,,,, -2006,8,22,16,30,686,105,463,19,31,960,322.1,5.5,0.187,,,,,, -2006,8,22,17,30,555,77,257,19,30,960,324.5,4.9,0.187,,,,,, -2006,8,22,18,30,85,38,48,21,29,960,325.7,4.2,0.187,,,,,, -2006,8,22,19,30,0,0,0,21,28,960,324.6,3.7,0.187,,,,,, -2006,8,22,20,30,0,0,0,20,28,960,324.7,3.5,0.187,,,,,, -2006,8,22,21,30,0,0,0,20,27,960,326.2,3.1,0.187,,,,,, -2006,8,22,22,30,0,0,0,20,26,960,327.3,2.5,0.187,,,,,, -2006,8,22,23,30,0,0,0,20,26,960,325.3,2,0.187,,,,,, -2006,8,23,0,30,0,0,0,20,26,960,318.8,1.6,0.187,,,,,, -2006,8,23,1,30,0,0,0,19,25,960,308.8,1.5,0.187,,,,,, -2006,8,23,2,30,0,0,0,19,25,960,299.4,1.6,0.187,,,,,, -2006,8,23,3,30,0,0,0,19,25,960,292,1.8,0.187,,,,,, -2006,8,23,4,30,0,0,0,19,24,960,285.8,2,0.187,,,,,, -2006,8,23,5,30,0,0,0,18,25,960,281.4,2.4,0.187,,,,,, -2006,8,23,6,30,256,34,61,18,27,960,278.6,2.8,0.187,,,,,, -2006,8,23,7,30,561,74,253,18,30,960,283.7,2.7,0.187,,,,,, -2006,8,23,8,30,707,96,461,18,33,960,303,2.3,0.187,,,,,, -2006,8,23,9,30,787,110,650,18,34,960,309,1.9,0.187,,,,,, -2006,8,23,10,30,831,120,798,18,35,960,305.8,1.7,0.187,,,,,, -2006,8,23,11,30,855,125,894,18,36,960,300.6,1.7,0.187,,,,,, -2006,8,23,12,30,865,126,927,18,37,960,299.3,1.7,0.187,,,,,, -2006,8,23,13,30,860,123,896,18,37,960,301.7,1.7,0.187,,,,,, -2006,8,23,14,30,831,122,801,18,37,960,303.2,1.5,0.187,,,,,, -2006,8,23,15,30,788,112,654,17,37,960,299.8,1.2,0.187,,,,,, -2006,8,23,16,30,494,165,421,17,36,960,285.9,0.8,0.187,,,,,, -2006,8,23,17,30,455,91,237,17,35,960,258.7,0.5,0.187,,,,,, -2006,8,23,18,30,218,36,60,20,33,960,229.9,0.2,0.187,,,,,, -2006,8,23,19,30,0,0,0,20,32,960,336.2,0.2,0.187,,,,,, -2006,8,23,20,30,0,0,0,19,31,960,358.3,0.4,0.187,,,,,, -2006,8,23,21,30,0,0,0,19,31,960,8.8,0.4,0.187,,,,,, -2006,8,23,22,30,0,0,0,19,30,960,6.8,0.2,0.187,,,,,, -2006,8,23,23,30,0,0,0,19,29,960,325.1,0.2,0.187,,,,,, -2006,8,24,0,30,0,0,0,19,29,960,265.9,0.2,0.187,,,,,, -2006,8,24,1,30,0,0,0,19,29,960,223.4,0.2,0.187,,,,,, -2006,8,24,2,30,0,0,0,19,28,960,187.7,0.2,0.187,,,,,, -2006,8,24,3,30,0,0,0,19,27,960,165,0.3,0.187,,,,,, -2006,8,24,4,30,0,0,0,19,26,960,159.7,0.4,0.187,,,,,, -2006,8,24,5,30,0,0,0,19,26,960,162.4,0.3,0.187,,,,,, -2006,8,24,6,30,0,2,2,19,28,960,190.4,0.2,0.187,,,,,, -2006,8,24,7,30,1,105,106,18,30,960,234.1,0.3,0.187,,,,,, -2006,8,24,8,30,0,58,58,19,31,960,245.5,0.4,0.187,,,,,, -2006,8,24,9,30,2,164,166,19,31,960,318.3,0.5,0.187,,,,,, -2006,8,24,10,30,199,399,562,20,32,960,337.5,0.6,0.187,,,,,, -2006,8,24,11,30,373,401,736,20,33,960,340.9,0.7,0.187,,,,,, -2006,8,24,12,30,457,395,818,20,34,960,337.9,0.8,0.187,,,,,, -2006,8,24,13,30,465,373,789,20,34,960,328.7,1,0.187,,,,,, -2006,8,24,14,30,503,307,717,20,34,960,316.7,1.3,0.187,,,,,, -2006,8,24,15,30,753,128,643,19,34,960,309.1,1.9,0.187,,,,,, -2006,8,24,16,30,671,110,455,19,33,960,311.6,2.9,0.187,,,,,, -2006,8,24,17,30,516,84,247,19,32,960,317.3,4.1,0.187,,,,,, -2006,8,24,18,30,200,36,57,20,30,960,321.4,4.9,0.187,,,,,, -2006,8,24,19,30,0,0,0,23,28,960,328.2,5.1,0.187,,,,,, -2006,8,24,20,30,0,0,0,23,27,960,335.4,4.6,0.187,,,,,, -2006,8,24,21,30,0,0,0,22,27,960,336.2,3.8,0.187,,,,,, -2006,8,24,22,30,0,0,0,22,26,960,332.6,3,0.187,,,,,, -2006,8,24,23,30,0,0,0,22,26,960,323.1,2.4,0.187,,,,,, -2006,8,25,0,30,0,0,0,22,26,960,311,2,0.187,,,,,, -2006,8,25,1,30,0,0,0,21,26,960,300.6,1.7,0.187,,,,,, -2006,8,25,2,30,0,0,0,21,26,960,291.8,1.6,0.187,,,,,, -2006,8,25,3,30,0,0,0,21,25,960,283.9,1.7,0.187,,,,,, -2006,8,25,4,30,0,0,0,21,25,960,280.5,1.7,0.187,,,,,, -2006,8,25,5,30,0,0,0,21,25,960,281.6,1.8,0.187,,,,,, -2006,8,25,6,30,0,7,7,21,25,960,282.6,2,0.187,,,,,, -2006,8,25,7,30,0,48,48,20,27,960,304,1.8,0.187,,,,,, -2006,8,25,8,30,23,188,200,19,29,960,311.6,0.9,0.187,,,,,, -2006,8,25,9,30,256,310,485,19,31,960,296.9,0.4,0.187,,,,,, -2006,8,25,10,30,108,379,467,18,32,960,203.8,0.5,0.187,,,,,, -2006,8,25,11,30,105,443,537,18,33,960,210.4,0.6,0.187,,,,,, -2006,8,25,12,30,824,158,917,18,34,960,240.3,0.8,0.187,,,,,, -2006,8,25,13,30,826,150,888,18,35,960,272.2,1.2,0.187,,,,,, -2006,8,25,14,30,835,123,801,17,35,960,292.4,1.8,0.187,,,,,, -2006,8,25,15,30,788,115,652,17,35,960,303.9,2.4,0.187,,,,,, -2006,8,25,16,30,699,103,460,17,35,960,310.3,3,0.187,,,,,, -2006,8,25,17,30,7,107,109,17,33,960,315,3.4,0.187,,,,,, -2006,8,25,18,30,195,36,55,19,31,960,316.8,3.6,0.187,,,,,, -2006,8,25,19,30,0,0,0,20,30,960,319.5,3.3,0.187,,,,,, -2006,8,25,20,30,0,0,0,20,29,960,326.5,2.4,0.187,,,,,, -2006,8,25,21,30,0,0,0,19,29,960,333.2,1,0.187,,,,,, -2006,8,25,22,30,0,0,0,19,28,960,339.7,0.3,0.187,,,,,, -2006,8,25,23,30,0,0,0,19,27,960,162,0.5,0.187,,,,,, -2006,8,26,0,30,0,0,0,18,27,960,154.2,0.8,0.187,,,,,, -2006,8,26,1,30,0,0,0,18,26,960,157.5,1.1,0.187,,,,,, -2006,8,26,2,30,0,0,0,18,25,960,161.8,1.2,0.187,,,,,, -2006,8,26,3,30,0,0,0,18,25,960,165.7,1.1,0.187,,,,,, -2006,8,26,4,30,0,0,0,18,24,960,170.6,0.9,0.187,,,,,, -2006,8,26,5,30,0,0,0,18,24,960,179.4,0.8,0.187,,,,,, -2006,8,26,6,30,202,36,56,18,25,960,189,1.1,0.187,,,,,, -2006,8,26,7,30,539,81,250,18,28,960,178.9,1.8,0.187,,,,,, -2006,8,26,8,30,697,106,462,16,31,960,156.1,1.9,0.187,,,,,, -2006,8,26,9,30,780,123,654,16,33,960,153.7,1.3,0.187,,,,,, -2006,8,26,10,30,827,135,805,15,34,960,157.2,0.5,0.187,,,,,, -2006,8,26,11,30,869,131,906,15,35,960,212,0.3,0.187,,,,,, -2006,8,26,12,30,874,134,938,15,36,960,293.8,0.7,0.187,,,,,, -2006,8,26,13,30,867,133,905,14,37,960,295.6,1.2,0.187,,,,,, -2006,8,26,14,30,817,142,803,14,37,960,290.1,1.5,0.187,,,,,, -2006,8,26,15,30,767,131,651,14,37,960,286.6,1.8,0.187,,,,,, -2006,8,26,16,30,680,114,459,14,36,960,287.5,2.1,0.187,,,,,, -2006,8,26,17,30,519,86,246,14,34,960,290.4,2.1,0.187,,,,,, -2006,8,26,18,30,181,35,53,17,32,960,292.9,1.7,0.187,,,,,, -2006,8,26,19,30,0,0,0,18,30,960,307.4,1.2,0.187,,,,,, -2006,8,26,20,30,0,0,0,17,30,960,326,0.8,0.187,,,,,, -2006,8,26,21,30,0,0,0,16,29,960,355.1,0.3,0.187,,,,,, -2006,8,26,22,30,0,0,0,16,29,960,62.3,0.3,0.187,,,,,, -2006,8,26,23,30,0,0,0,15,28,960,144.7,0.6,0.187,,,,,, -2006,8,27,0,30,0,0,0,14,27,960,146.8,0.8,0.187,,,,,, -2006,8,27,1,30,0,0,0,14,27,960,136.3,1,0.187,,,,,, -2006,8,27,2,30,0,0,0,13,26,960,124.3,1.2,0.187,,,,,, -2006,8,27,3,30,0,0,0,13,25,960,120.5,1.3,0.187,,,,,, -2006,8,27,4,30,0,0,0,13,24,960,124.7,1.2,0.187,,,,,, -2006,8,27,5,30,0,0,0,13,24,960,135.5,1.2,0.187,,,,,, -2006,8,27,6,30,296,31,60,14,26,960,147.8,1.9,0.187,,,,,, -2006,8,27,7,30,633,67,264,13,29,960,157.5,2.7,0.187,,,,,, -2006,8,27,8,30,779,88,484,11,32,960,161.1,2.8,0.187,,,,,, -2006,8,27,9,30,857,101,682,9,35,960,158.9,2.5,0.187,,,,,, -2006,8,27,10,30,902,109,838,7,36,960,148.8,1.8,0.187,,,,,, -2006,8,27,11,30,934,110,940,7,37,960,145.1,1.3,0.187,,,,,, -2006,8,27,12,30,943,111,976,6,38,960,147.9,1,0.187,,,,,, -2006,8,27,13,30,939,109,943,5,39,960,160.5,1.1,0.187,,,,,, -2006,8,27,14,30,918,105,845,4,39,960,173.7,1.4,0.187,,,,,, -2006,8,27,15,30,878,96,688,4,38,960,182.1,1.7,0.187,,,,,, -2006,8,27,16,30,805,83,489,3,37,960,186.4,1.9,0.187,,,,,, -2006,8,27,17,30,662,64,265,4,35,960,189.2,1.4,0.187,,,,,, -2006,8,27,18,30,315,29,57,11,31,960,196.2,0.8,0.187,,,,,, -2006,8,27,19,30,0,0,0,10,30,960,217.4,0.6,0.187,,,,,, -2006,8,27,20,30,0,0,0,9,30,960,240.6,0.3,0.187,,,,,, -2006,8,27,21,30,0,0,0,8,29,960,40.4,0.4,0.187,,,,,, -2006,8,27,22,30,0,0,0,8,28,960,80.4,0.9,0.187,,,,,, -2006,8,27,23,30,0,0,0,9,26,960,92.2,1.1,0.187,,,,,, -2006,8,28,0,30,0,0,0,9,24,960,102.6,1.2,0.187,,,,,, -2006,8,28,1,30,0,0,0,8,23,960,115.9,1.3,0.187,,,,,, -2006,8,28,2,30,0,0,0,7,22,960,128.8,1.3,0.187,,,,,, -2006,8,28,3,30,0,0,0,6,21,960,139.9,1.2,0.187,,,,,, -2006,8,28,4,30,0,0,0,6,21,960,147.9,1.1,0.187,,,,,, -2006,8,28,5,30,0,0,0,7,21,960,152.3,1,0.187,,,,,, -2006,8,28,6,30,316,30,60,7,22,960,155.3,1.1,0.187,,,,,, -2006,8,28,7,30,658,65,267,7,26,960,160.4,1.5,0.187,,,,,, -2006,8,28,8,30,802,83,489,7,30,960,160.7,1.6,0.187,,,,,, -2006,8,28,9,30,877,95,688,4,35,960,157.5,1.2,0.187,,,,,, -2006,8,28,10,30,920,102,844,3,38,960,161,0.8,0.187,,,,,, -2006,8,28,11,30,937,110,941,3,39,960,180.4,0.5,0.187,,,,,, -2006,8,28,12,30,944,111,974,3,40,960,207.7,0.5,0.187,,,,,, -2006,8,28,13,30,937,109,939,3,40,960,230.5,0.5,0.187,,,,,, -2006,8,28,14,30,916,104,839,3,40,960,254.4,0.7,0.187,,,,,, -2006,8,28,15,30,874,96,682,3,39,960,279.3,0.9,0.187,,,,,, -2006,8,28,16,30,800,83,482,3,38,960,300.2,1.3,0.187,,,,,, -2006,8,28,17,30,655,63,260,4,36,960,314.7,1.4,0.189,,,,,, -2006,8,28,18,30,303,28,54,11,32,960,327.5,1.6,0.189,,,,,, -2006,8,28,19,30,0,0,0,10,30,960,336.2,2.7,0.189,,,,,, -2006,8,28,20,30,0,0,0,9,30,960,341.7,3.4,0.189,,,,,, -2006,8,28,21,30,0,0,0,9,30,960,348.6,3,0.189,,,,,, -2006,8,28,22,30,0,0,0,8,30,960,353.3,2.1,0.189,,,,,, -2006,8,28,23,30,0,0,0,7,29,960,357.8,1.5,0.189,,,,,, -2006,8,29,0,30,0,0,0,8,27,960,1,1.3,0.189,,,,,, -2006,8,29,1,30,0,0,0,8,25,960,2.4,1.2,0.189,,,,,, -2006,8,29,2,30,0,0,0,8,24,960,356.5,1,0.189,,,,,, -2006,8,29,3,30,0,0,0,8,23,960,340.5,1,0.189,,,,,, -2006,8,29,4,30,0,0,0,8,23,960,320,1.2,0.189,,,,,, -2006,8,29,5,30,0,0,0,10,23,960,308.1,1.4,0.189,,,,,, -2006,8,29,6,30,244,31,54,13,26,960,304.3,2.5,0.189,,,,,, -2006,8,29,7,30,569,74,249,14,29,960,306.4,4,0.189,,,,,, -2006,8,29,8,30,716,100,461,15,32,960,318.1,4.7,0.189,,,,,, -2006,8,29,9,30,798,115,653,15,34,960,327.3,4.9,0.189,,,,,, -2006,8,29,10,30,846,124,804,15,36,960,330.8,4.9,0.189,,,,,, -2006,8,29,11,30,901,110,908,15,37,960,329.8,4.9,0.189,,,,,, -2006,8,29,12,30,910,111,942,15,38,960,325.6,5,0.189,,,,,, -2006,8,29,13,30,907,108,910,14,38,960,321.3,5.4,0.189,,,,,, -2006,8,29,14,30,875,111,810,14,39,960,319.9,5.6,0.189,,,,,, -2006,8,29,15,30,837,100,658,13,38,960,321.3,5.8,0.189,,,,,, -2006,8,29,16,30,762,85,463,12,37,960,324.7,5.8,0.189,,,,,, -2006,8,29,17,30,613,65,246,11,36,960,329.3,5.6,0.189,,,,,, -2006,8,29,18,30,251,27,48,16,34,960,334.4,4.9,0.189,,,,,, -2006,8,29,19,30,0,0,0,15,32,960,339.5,4.4,0.189,,,,,, -2006,8,29,20,30,0,0,0,14,32,960,341.6,4.1,0.189,,,,,, -2006,8,29,21,30,0,0,0,13,31,960,341,3.9,0.189,,,,,, -2006,8,29,22,30,0,0,0,13,30,960,340,3.5,0.189,,,,,, -2006,8,29,23,30,0,0,0,13,28,960,337.1,2.8,0.189,,,,,, -2006,8,30,0,30,0,0,0,15,27,960,333.4,2.2,0.189,,,,,, -2006,8,30,1,30,0,0,0,15,27,960,330.4,1.9,0.189,,,,,, -2006,8,30,2,30,0,0,0,15,26,960,325.3,1.6,0.189,,,,,, -2006,8,30,3,30,0,0,0,16,26,960,318.9,1.4,0.189,,,,,, -2006,8,30,4,30,0,0,0,16,26,960,311,1.3,0.189,,,,,, -2006,8,30,5,30,0,0,0,16,26,960,302.2,1.3,0.189,,,,,, -2006,8,30,6,30,170,32,48,16,27,960,293.8,1.7,0.189,,,,,, -2006,8,30,7,30,502,83,236,15,30,960,294.7,2.2,0.189,,,,,, -2006,8,30,8,30,662,112,445,15,32,960,319.9,2.4,0.189,,,,,, -2006,8,30,9,30,751,129,634,16,34,960,335.1,2.7,0.189,,,,,, -2006,8,30,10,30,806,138,785,16,35,960,338.2,2.8,0.189,,,,,, -2006,8,30,11,30,841,139,882,16,36,960,333.6,3.1,0.189,,,,,, -2006,8,30,12,30,852,139,914,16,37,960,327.6,3.7,0.189,,,,,, -2006,8,30,13,30,847,135,880,16,38,960,324.8,4.3,0.189,,,,,, -2006,8,30,14,30,822,129,783,16,38,960,325.5,4.8,0.189,,,,,, -2006,8,30,15,30,775,117,631,15,38,960,328.3,5.3,0.189,,,,,, -2006,8,30,16,30,186,211,303,15,37,960,332.1,5.6,0.189,,,,,, -2006,8,30,17,30,0,63,63,15,35,960,336.3,5.6,0.189,,,,,, -2006,8,30,18,30,65,27,32,18,33,960,339.3,5.1,0.189,,,,,, -2006,8,30,19,30,0,0,0,19,31,960,337.8,4.7,0.189,,,,,, -2006,8,30,20,30,0,0,0,19,30,960,332.4,4.6,0.189,,,,,, -2006,8,30,21,30,0,0,0,19,29,960,328,4.4,0.189,,,,,, -2006,8,30,22,30,0,0,0,19,29,960,325.5,4,0.189,,,,,, -2006,8,30,23,30,0,0,0,19,28,960,324,3.3,0.189,,,,,, -2006,8,31,0,30,0,0,0,20,27,960,321.1,2.5,0.189,,,,,, -2006,8,31,1,30,0,0,0,20,27,960,314,1.6,0.189,,,,,, -2006,8,31,2,30,0,0,0,20,26,960,304.3,1,0.189,,,,,, -2006,8,31,3,30,0,0,0,19,26,960,289.1,0.7,0.189,,,,,, -2006,8,31,4,30,0,0,0,19,26,960,277.2,0.6,0.189,,,,,, -2006,8,31,5,30,0,0,0,19,26,960,272.7,0.7,0.189,,,,,, -2006,8,31,6,30,143,32,45,19,27,960,268.3,0.9,0.189,,,,,, -2006,8,31,7,30,474,86,229,18,30,960,254.3,1.2,0.189,,,,,, -2006,8,31,8,30,642,115,436,18,32,960,217.1,1.5,0.189,,,,,, -2006,8,31,9,30,735,133,626,18,34,960,224.9,1.6,0.189,,,,,, -2006,8,31,10,30,791,142,775,18,35,960,242.4,1.5,0.189,,,,,, -2006,8,31,11,30,853,126,878,18,36,960,259.3,1.4,0.189,,,,,, -2006,8,31,12,30,866,125,911,17,37,960,274.5,1.4,0.189,,,,,, -2006,8,31,13,30,864,121,878,17,38,960,285.9,1.4,0.189,,,,,, -2006,8,31,14,30,820,127,777,17,38,960,292.7,1.5,0.189,,,,,, -2006,8,31,15,30,774,115,626,16,38,960,300.9,1.7,0.189,,,,,, -2006,8,31,16,30,91,207,252,16,37,960,310.3,1.9,0.189,,,,,, -2003,8,31,17,30,589,63,234,14,37,960,332.4,4.2,0.187,,,,,, -2003,8,31,18,30,224,25,41,18,34,960,333.9,3.4,0.187,,,,,, -2003,8,31,19,30,0,0,0,18,32,960,336.7,2.7,0.187,,,,,, -2003,8,31,20,30,0,0,0,18,32,960,343.4,2.1,0.187,,,,,, -2003,8,31,21,30,0,0,0,17,32,960,357.6,1.5,0.187,,,,,, -2003,8,31,22,30,0,0,0,18,32,960,23.6,1.2,0.187,,,,,, -2003,8,31,23,30,0,0,0,17,31,960,61.3,1.2,0.187,,,,,, -2003,9,1,0,30,0,0,0,17,30,960,87.2,1.4,0.187,,,,,, -2003,9,1,1,30,0,0,0,17,29,960,104.5,1.6,0.187,,,,,, -2003,9,1,2,30,0,0,0,17,29,960,116,1.6,0.187,,,,,, -2003,9,1,3,30,0,0,0,17,29,960,124.8,1.5,0.187,,,,,, -2003,9,1,4,30,0,0,0,17,29,960,132.1,1.3,0.187,,,,,, -2003,9,1,5,30,0,0,0,17,29,960,137.3,1.2,0.187,,,,,, -2003,9,1,6,30,135,31,42,17,30,960,138.1,1.1,0.187,,,,,, -2003,9,1,7,30,514,76,230,17,31,960,143.9,1.1,0.187,,,,,, -2003,9,1,8,30,649,112,436,17,33,960,158,0.9,0.187,,,,,, -2003,9,1,9,30,200,311,445,18,34,960,182.2,0.9,0.187,,,,,, -2003,9,1,10,30,327,365,626,18,35,960,267.1,2.1,0.187,,,,,, -2003,9,1,11,30,288,426,679,18,36,960,301.9,4.2,0.187,,,,,, -2003,9,1,12,30,502,373,828,18,37,960,314.2,6,0.187,,,,,, -2003,9,1,13,30,506,350,793,18,37,960,320.5,6.8,0.187,,,,,, -2003,9,1,14,30,535,285,707,18,37,960,323.2,6.3,0.187,,,,,, -2003,9,1,15,30,771,114,620,17,37,960,322.7,5.1,0.187,,,,,, -2003,9,1,16,30,687,96,429,17,36,960,318,4.1,0.187,,,,,, -2003,9,1,17,30,538,68,221,17,35,960,313.8,3.3,0.187,,,,,, -2003,9,1,18,30,114,24,32,18,33,960,322.3,2.7,0.187,,,,,, -2003,9,1,19,30,0,0,0,19,32,960,334,2.5,0.187,,,,,, -2003,9,1,20,30,0,0,0,18,31,960,337,2.3,0.187,,,,,, -2003,9,1,21,30,0,0,0,19,31,960,338.4,1.6,0.187,,,,,, -2003,9,1,22,30,0,0,0,18,30,960,343.8,1.1,0.187,,,,,, -2003,9,1,23,30,0,0,0,19,28,960,348.9,0.7,0.187,,,,,, -2003,9,2,0,30,0,0,0,20,26,960,337,0.5,0.187,,,,,, -2003,9,2,1,30,0,0,0,20,26,960,277.5,0.6,0.187,,,,,, -2003,9,2,2,30,0,0,0,20,26,960,242.5,1,0.187,,,,,, -2003,9,2,3,30,0,0,0,19,27,960,241.4,1.2,0.187,,,,,, -2003,9,2,4,30,0,0,0,19,27,960,243.9,1.2,0.187,,,,,, -2003,9,2,5,30,0,0,0,19,27,960,245.3,0.8,0.187,,,,,, -2003,9,2,6,30,151,29,42,18,28,960,244.8,0.5,0.187,,,,,, -2003,9,2,7,30,406,94,215,17,31,960,231.5,0.3,0.187,,,,,, -2003,9,2,8,30,285,202,343,15,34,960,159.3,0.3,0.187,,,,,, -2003,9,2,9,30,782,119,640,12,36,960,158.3,0.5,0.187,,,,,, -2003,9,2,10,30,828,130,790,11,38,960,172.8,0.9,0.187,,,,,, -2003,9,2,11,30,507,351,796,11,39,960,198.7,1.4,0.187,,,,,, -2003,9,2,12,30,439,381,777,10,40,960,221.5,2,0.187,,,,,, -2003,9,2,13,30,876,121,884,11,40,960,237.8,2.5,0.187,,,,,, -2003,9,2,14,30,865,108,789,11,41,960,253.9,2.8,0.187,,,,,, -2003,9,2,15,30,822,98,636,10,40,960,267.9,2.9,0.187,,,,,, -2003,9,2,16,30,743,84,441,10,39,960,276.8,2.9,0.187,,,,,, -2003,9,2,17,30,588,62,227,10,37,960,281.6,2.2,0.187,,,,,, -2003,9,2,18,30,216,22,36,15,34,960,280.7,1.1,0.187,,,,,, -2003,9,2,19,30,0,0,0,14,32,960,280.7,0.4,0.187,,,,,, -2003,9,2,20,30,0,0,0,14,30,960,230.3,0.3,0.187,,,,,, -2003,9,2,21,30,0,0,0,13,30,960,148.7,0.6,0.187,,,,,, -2003,9,2,22,30,0,0,0,14,29,960,150.1,0.9,0.187,,,,,, -2003,9,2,23,30,0,0,0,14,28,960,152.9,1.1,0.187,,,,,, -2003,9,3,0,30,0,0,0,14,28,960,145.7,1.2,0.187,,,,,, -2003,9,3,1,30,0,0,0,14,27,960,135.2,1.4,0.187,,,,,, -2003,9,3,2,30,0,0,0,13,26,960,127.5,1.3,0.187,,,,,, -2003,9,3,3,30,0,0,0,12,26,960,123.1,1.2,0.187,,,,,, -2003,9,3,4,30,0,0,0,12,25,960,122.5,1.2,0.187,,,,,, -2003,9,3,5,30,0,0,0,11,25,960,124.5,1.3,0.187,,,,,, -2003,9,3,6,30,278,26,49,11,28,960,127.2,2.2,0.187,,,,,, -2003,9,3,7,30,625,61,247,10,32,960,132.4,3,0.187,,,,,, -2003,9,3,8,30,771,80,462,9,35,960,144.3,2.9,0.187,,,,,, -2003,9,3,9,30,845,93,655,9,38,960,150,2.1,0.187,,,,,, -2003,9,3,10,30,886,102,805,9,39,960,154.8,1.3,0.187,,,,,, -2003,9,3,11,30,904,109,898,9,40,960,169.7,0.6,0.187,,,,,, -2003,9,3,12,30,910,110,929,9,41,960,257.2,0.8,0.187,,,,,, -2003,9,3,13,30,904,108,893,9,42,960,307.3,1.5,0.187,,,,,, -2003,9,3,14,30,877,106,793,9,42,960,321.3,2.2,0.187,,,,,, -2003,9,3,15,30,832,97,638,8,41,960,330.4,2.9,0.187,,,,,, -2003,9,3,16,30,752,83,441,8,40,960,335.2,3.4,0.187,,,,,, -2003,9,3,17,30,590,62,225,8,38,960,338.2,3.7,0.187,,,,,, -2003,9,3,18,30,198,21,33,13,35,960,339.5,3.9,0.187,,,,,, -2003,9,3,19,30,0,0,0,12,33,960,340.1,4.4,0.187,,,,,, -2003,9,3,20,30,0,0,0,11,32,960,340.2,4.3,0.187,,,,,, -2003,9,3,21,30,0,0,0,11,31,960,339.9,3.4,0.187,,,,,, -2003,9,3,22,30,0,0,0,11,30,960,341.6,2.3,0.187,,,,,, -2003,9,3,23,30,0,0,0,12,28,960,343.1,1.4,0.187,,,,,, -2003,9,4,0,30,0,0,0,13,27,960,343.3,1.1,0.187,,,,,, -2003,9,4,1,30,0,0,0,15,26,960,350.2,0.9,0.187,,,,,, -2003,9,4,2,30,0,0,0,15,26,960,354.4,0.9,0.187,,,,,, -2003,9,4,3,30,0,0,0,16,25,960,351.6,0.9,0.187,,,,,, -2003,9,4,4,30,0,0,0,15,25,960,331.8,1,0.187,,,,,, -2003,9,4,5,30,0,0,0,15,25,960,309.8,1.2,0.187,,,,,, -2003,9,4,6,30,143,29,41,16,27,960,300.5,2.2,0.187,,,,,, -2003,9,4,7,30,490,82,226,15,30,960,302.6,3.2,0.187,,,,,, -2003,9,4,8,30,667,109,437,16,33,960,323,3.7,0.187,,,,,, -2003,9,4,9,30,759,125,628,16,34,960,334.5,4.2,0.187,,,,,, -2003,9,4,10,30,811,135,777,16,36,960,334.1,4.7,0.187,,,,,, -2003,9,4,11,30,794,169,861,16,37,960,329.7,5.2,0.187,,,,,, -2003,9,4,12,30,806,169,891,16,38,960,326.3,5.6,0.187,,,,,, -2003,9,4,13,30,799,164,856,15,39,960,325.5,5.9,0.187,,,,,, -2003,9,4,14,30,768,157,756,15,39,960,325.5,5.9,0.187,,,,,, -2003,9,4,15,30,717,140,603,15,38,960,326,5.7,0.187,,,,,, -2003,9,4,16,30,622,117,411,15,37,960,327,5.4,0.187,,,,,, -2003,9,4,17,30,437,76,195,15,35,960,328.9,4.9,0.187,,,,,, -2003,9,4,18,30,68,20,24,18,33,960,332.1,4.2,0.187,,,,,, -2003,9,4,19,30,0,0,0,18,31,960,336.5,3.7,0.187,,,,,, -2003,9,4,20,30,0,0,0,17,30,960,339.7,3.3,0.187,,,,,, -2003,9,4,21,30,0,0,0,17,29,960,340.2,2.8,0.187,,,,,, -2003,9,4,22,30,0,0,0,16,29,960,338,2.4,0.187,,,,,, -2003,9,4,23,30,0,0,0,16,28,960,332.1,2,0.187,,,,,, -2003,9,5,0,30,0,0,0,16,27,960,323.1,1.9,0.187,,,,,, -2003,9,5,1,30,0,0,0,16,26,960,313.6,2,0.187,,,,,, -2003,9,5,2,30,0,0,0,16,25,960,312.5,2.4,0.187,,,,,, -2003,9,5,3,30,0,0,0,16,25,960,316.5,2.7,0.187,,,,,, -2003,9,5,4,30,0,0,0,16,24,960,320.2,2.9,0.187,,,,,, -2003,9,5,5,30,0,0,0,16,24,960,322.8,3.1,0.187,,,,,, -2003,9,5,6,30,0,13,13,16,26,960,324.8,3.8,0.187,,,,,, -2003,9,5,7,30,0,70,70,15,29,960,332,4.7,0.187,,,,,, -2003,9,5,8,30,91,208,253,14,32,960,336.7,4.9,0.187,,,,,, -2003,9,5,9,30,166,308,418,14,34,960,336.7,4.7,0.187,,,,,, -2003,9,5,10,30,813,134,776,14,35,960,334.6,4.5,0.187,,,,,, -2003,9,5,11,30,868,122,876,14,36,960,331.1,4.5,0.187,,,,,, -2003,9,5,12,30,875,123,905,14,37,960,327.6,4.5,0.187,,,,,, -2003,9,5,13,30,866,121,868,13,38,960,325.6,4.6,0.187,,,,,, -2003,9,5,14,30,850,111,771,14,37,960,326.8,4.7,0.187,,,,,, -2003,9,5,15,30,808,99,617,13,37,960,331,4.9,0.187,,,,,, -2003,9,5,16,30,728,83,423,13,36,960,337.1,5,0.187,,,,,, -2003,9,5,17,30,568,59,211,14,34,960,343.2,4.8,0.189,,,,,, -2003,9,5,18,30,167,18,27,15,32,960,347.4,4.3,0.189,,,,,, -2003,9,5,19,30,0,0,0,16,30,960,345.8,3.9,0.189,,,,,, -2003,9,5,20,30,0,0,0,17,29,960,341.1,3.7,0.189,,,,,, -2003,9,5,21,30,0,0,0,17,29,960,337.4,3.3,0.189,,,,,, -2003,9,5,22,30,0,0,0,17,28,960,335.9,2.6,0.189,,,,,, -2003,9,5,23,30,0,0,0,17,28,960,336.1,1.6,0.189,,,,,, -2003,9,6,0,30,0,0,0,16,27,960,336.1,1,0.189,,,,,, -2003,9,6,1,30,0,0,0,16,27,960,334,0.8,0.189,,,,,, -2003,9,6,2,30,0,0,0,17,27,960,325.4,0.6,0.189,,,,,, -2003,9,6,3,30,0,0,0,17,26,960,315.5,0.6,0.189,,,,,, -2003,9,6,4,30,0,0,0,17,26,960,309.5,0.6,0.189,,,,,, -2003,9,6,5,30,0,0,0,18,26,960,307,0.7,0.189,,,,,, -2003,9,6,6,30,149,27,38,19,27,960,312.8,1.4,0.189,,,,,, -2003,9,6,7,30,509,75,223,19,29,960,316.4,1.7,0.189,,,,,, -2003,9,6,8,30,702,93,436,18,32,960,316,1.2,0.189,,,,,, -2003,9,6,9,30,789,108,626,18,33,960,322.3,0.8,0.189,,,,,, -2003,9,6,10,30,837,117,776,18,34,960,338.8,0.9,0.189,,,,,, -2003,9,6,11,30,861,123,869,18,35,960,347.9,1.3,0.189,,,,,, -2003,9,6,12,30,870,124,899,18,36,960,348.8,1.7,0.189,,,,,, -2003,9,6,13,30,495,342,767,18,36,960,346.7,2.2,0.189,,,,,, -2003,9,6,14,30,507,283,674,17,36,960,343.6,2.7,0.189,,,,,, -2003,9,6,15,30,202,293,422,17,36,960,341.8,3.3,0.189,,,,,, -2003,9,6,16,30,0,61,61,17,35,960,342.1,3.9,0.189,,,,,, -2003,9,6,17,30,179,98,145,17,33,960,342.5,4.4,0.189,,,,,, -2003,9,6,18,30,0,22,22,19,31,960,340.6,4.8,0.189,,,,,, -2003,9,6,19,30,0,0,0,20,30,960,337.1,5.1,0.189,,,,,, -2003,9,6,20,30,0,0,0,20,29,960,336.1,4.8,0.189,,,,,, -2003,9,6,21,30,0,0,0,20,28,960,337.5,3.5,0.189,,,,,, -2003,9,6,22,30,0,0,0,19,28,960,343.2,1.9,0.189,,,,,, -2003,9,6,23,30,0,0,0,19,27,960,353.3,0.7,0.189,,,,,, -2003,9,7,0,30,0,0,0,19,27,960,348.6,0.2,0.189,,,,,, -2003,9,7,1,30,0,0,0,18,26,960,217.4,0.1,0.189,,,,,, -2003,9,7,2,30,0,0,0,18,26,960,181.7,0.2,0.189,,,,,, -2003,9,7,3,30,0,0,0,18,26,960,175.2,0.1,0.189,,,,,, -2003,9,7,4,30,0,0,0,18,25,960,154,0.1,0.189,,,,,, -2003,9,7,5,30,0,0,0,17,25,960,100.6,0.3,0.189,,,,,, -2003,9,7,6,30,32,26,28,17,26,960,96.6,0.8,0.189,,,,,, -2003,9,7,7,30,289,100,183,17,29,960,106.5,1.4,0.189,,,,,, -2003,9,7,8,30,95,207,254,17,31,960,135.9,1.3,0.189,,,,,, -2003,9,7,9,30,569,194,567,17,33,960,152.2,0.6,0.189,,,,,, -2003,9,7,10,30,808,135,769,17,34,960,110.9,0.5,0.189,,,,,, -2003,9,7,11,30,844,136,864,17,35,960,32.5,1,0.189,,,,,, -2003,9,7,12,30,852,137,894,17,36,960,15.4,1.6,0.189,,,,,, -2003,9,7,13,30,843,134,856,16,37,960,3.3,2.1,0.189,,,,,, -2003,9,7,14,30,830,120,758,16,37,960,353,2.6,0.189,,,,,, -2003,9,7,15,30,779,109,603,16,36,960,343.3,3.3,0.189,,,,,, -2003,9,7,16,30,685,93,407,16,35,960,335.8,4.1,0.189,,,,,, -2003,9,7,17,30,529,62,198,15,34,960,331.2,4.7,0.189,,,,,, -2003,9,7,18,30,103,16,20,18,32,960,328,4.9,0.189,,,,,, -2003,9,7,19,30,0,0,0,19,30,960,328.6,4.4,0.189,,,,,, -2003,9,7,20,30,0,0,0,18,30,960,331.3,2.9,0.189,,,,,, -2003,9,7,21,30,0,0,0,17,29,960,338.1,1.3,0.189,,,,,, -2003,9,7,22,30,0,0,0,17,28,960,355.1,0.5,0.189,,,,,, -2003,9,7,23,30,0,0,0,16,27,960,21.1,0.3,0.189,,,,,, -2003,9,8,0,30,0,0,0,16,26,960,97.2,0.4,0.189,,,,,, -2003,9,8,1,30,0,0,0,17,25,960,108.4,0.6,0.189,,,,,, -2003,9,8,2,30,0,0,0,17,25,960,108.2,0.7,0.189,,,,,, -2003,9,8,3,30,0,0,0,17,25,960,109.8,0.7,0.189,,,,,, -2003,9,8,4,30,0,0,0,17,25,960,111.4,0.6,0.189,,,,,, -2003,9,8,5,30,0,0,0,17,25,960,106.1,0.5,0.189,,,,,, -2003,9,8,6,30,188,24,37,18,26,960,84,0.4,0.189,,,,,, -2003,9,8,7,30,574,64,227,18,28,960,105.7,0.7,0.189,,,,,, -2003,9,8,8,30,739,83,440,18,31,960,153.3,0.5,0.189,,,,,, -2003,9,8,9,30,821,95,632,18,33,960,100.9,0.7,0.189,,,,,, -2003,9,8,10,30,866,104,781,17,34,960,348.4,1.9,0.189,,,,,, -2003,9,8,11,30,889,109,874,17,35,960,344.1,3,0.189,,,,,, -2003,9,8,12,30,892,113,902,17,36,960,341.9,3.9,0.189,,,,,, -2003,9,8,13,30,879,114,863,17,37,960,339.7,4.7,0.189,,,,,, -2003,9,8,14,30,836,118,758,16,37,960,336.3,5.3,0.189,,,,,, -2003,9,8,15,30,787,107,602,15,36,960,333.3,5.6,0.189,,,,,, -2003,9,8,16,30,503,138,367,15,35,960,331.9,5.6,0.189,,,,,, -2003,9,8,17,30,188,93,141,15,33,960,331.8,5,0.189,,,,,, -2003,9,8,18,30,0,11,11,17,31,960,330.4,3.9,0.189,,,,,, -2003,9,8,19,30,0,0,0,17,29,960,326.3,2.8,0.189,,,,,, -2003,9,8,20,30,0,0,0,17,28,960,325.3,1.6,0.189,,,,,, -2003,9,8,21,30,0,0,0,18,27,960,328.2,0.7,0.189,,,,,, -2003,9,8,22,30,0,0,0,18,27,960,327.5,0.3,0.189,,,,,, -2003,9,8,23,30,0,0,0,18,26,960,3.6,0.3,0.189,,,,,, -2003,9,9,0,30,0,0,0,19,26,960,129.9,0.7,0.189,,,,,, -2003,9,9,1,30,0,0,0,19,26,960,139.1,1.2,0.189,,,,,, -2003,9,9,2,30,0,0,0,19,25,960,144.6,1.4,0.189,,,,,, -2003,9,9,3,30,0,0,0,19,25,960,149.6,1.2,0.189,,,,,, -2003,9,9,4,30,0,0,0,19,24,960,155.6,1.1,0.189,,,,,, -2003,9,9,5,30,0,0,0,19,24,960,167.5,1,0.189,,,,,, -2003,9,9,6,30,127,25,34,20,25,960,174.9,1.3,0.189,,,,,, -2003,9,9,7,30,405,85,199,20,27,960,173.3,1.7,0.189,,,,,, -2003,9,9,8,30,406,172,367,20,29,960,117.2,1.7,0.189,,,,,, -2003,9,9,9,30,103,299,366,19,30,960,82.3,1.6,0.189,,,,,, -2003,9,9,10,30,809,130,760,19,31,960,44.8,1.9,0.189,,,,,, -2003,9,9,11,30,386,378,710,18,32,960,25.6,2.4,0.189,,,,,, -2003,9,9,12,30,174,448,601,18,32,960,23.5,2.7,0.189,,,,,, -2003,9,9,13,30,439,349,722,18,33,960,33.7,2.9,0.189,,,,,, -2003,9,9,14,30,176,359,494,18,33,960,46.9,3.4,0.189,,,,,, -2003,9,9,15,30,678,148,572,17,33,960,55.6,4,0.189,,,,,, -2003,9,9,16,30,574,122,381,17,32,960,65.8,4.4,0.189,,,,,, -2003,9,9,17,30,374,82,175,17,30,960,74.1,3.9,0.189,,,,,, -2003,9,9,18,30,0,13,13,18,28,960,86.2,3,0.189,,,,,, -2003,9,9,19,30,0,0,0,18,26,960,98.7,2.7,0.189,,,,,, -2003,9,9,20,30,0,0,0,17,26,960,103.2,2.3,0.189,,,,,, -2003,9,9,21,30,0,0,0,17,25,960,107.6,1.9,0.189,,,,,, -2003,9,9,22,30,0,0,0,17,24,960,115.4,1.7,0.189,,,,,, -2003,9,9,23,30,0,0,0,18,24,960,124.4,1.6,0.189,,,,,, -2003,9,10,0,30,0,0,0,18,24,960,133.6,1.5,0.189,,,,,, -2003,9,10,1,30,0,0,0,19,23,960,138.5,1.2,0.189,,,,,, -2003,9,10,2,30,0,0,0,19,23,960,139.2,1,0.189,,,,,, -2003,9,10,3,30,0,0,0,19,23,960,137.8,0.7,0.189,,,,,, -2003,9,10,4,30,0,0,0,19,23,960,128.6,0.3,0.189,,,,,, -2003,9,10,5,30,0,0,0,19,23,960,76.4,0.2,0.189,,,,,, -2003,9,10,6,30,100,25,32,20,24,960,19.6,0.5,0.189,,,,,, -2003,9,10,7,30,299,96,180,20,26,960,66.1,1.1,0.189,,,,,, -2003,9,10,8,30,146,207,277,19,28,960,129.8,1.6,0.189,,,,,, -2003,9,10,9,30,85,292,348,18,30,960,158.7,1.6,0.189,,,,,, -2003,9,10,10,30,870,102,778,17,31,960,166.7,1.3,0.189,,,,,, -2003,9,10,11,30,880,115,868,16,32,960,172,1.1,0.189,,,,,, -2003,9,10,12,30,886,119,897,15,33,960,179.4,1,0.189,,,,,, -2003,9,10,13,30,874,120,859,14,34,960,180.6,0.9,0.189,,,,,, -2003,9,10,14,30,869,104,762,12,34,960,172.9,0.7,0.189,,,,,, -2003,9,10,15,30,816,98,605,10,34,960,166.7,0.5,0.189,,,,,, -2003,9,10,16,30,720,85,406,9,33,960,177.5,0.4,0.189,,,,,, -2003,9,10,17,30,596,52,197,8,30,960,201.2,0.2,0.189,,,,,, -2003,9,10,18,30,112,11,14,12,27,960,292.9,0.3,0.189,,,,,, -2003,9,10,19,30,0,0,0,11,25,960,349.9,0.6,0.189,,,,,, -2003,9,10,20,30,0,0,0,11,25,960,5.7,1,0.189,,,,,, -2003,9,10,21,30,0,0,0,10,24,960,15.3,1.2,0.189,,,,,, -2003,9,10,22,30,0,0,0,10,24,960,28,1.2,0.189,,,,,, -2003,9,10,23,30,0,0,0,9,23,960,44.8,1,0.189,,,,,, -2003,9,11,0,30,0,0,0,9,23,960,70.3,0.8,0.189,,,,,, -2003,9,11,1,30,0,0,0,8,23,960,110.8,0.8,0.189,,,,,, -2003,9,11,2,30,0,0,0,9,22,960,139.7,0.8,0.189,,,,,, -2003,9,11,3,30,0,0,0,10,21,960,147.2,0.9,0.189,,,,,, -2003,9,11,4,30,0,0,0,11,20,960,146.4,1,0.189,,,,,, -2003,9,11,5,30,0,0,0,11,20,960,146.5,0.9,0.189,,,,,, -2003,9,11,6,30,177,21,32,12,21,960,146.9,1.4,0.189,,,,,, -2003,9,11,7,30,570,65,223,12,25,960,151.6,2.2,0.189,,,,,, -2003,9,11,8,30,782,75,448,10,28,960,164.4,2.3,0.189,,,,,, -2003,9,11,9,30,859,87,642,9,31,960,178.9,2.4,0.189,,,,,, -2003,9,11,10,30,902,95,793,9,32,960,195.5,2.4,0.189,,,,,, -2003,9,11,11,30,923,100,886,9,33,960,200.4,2.1,0.189,,,,,, -2003,9,11,12,30,930,101,915,9,34,960,195.3,1.9,0.189,,,,,, -2003,9,11,13,30,922,100,876,8,35,960,185,1.9,0.189,,,,,, -2003,9,11,14,30,886,101,769,8,35,960,173.4,2.1,0.189,,,,,, -2003,9,11,15,30,838,92,609,7,35,960,166.6,2.4,0.189,,,,,, -2003,9,11,16,30,753,76,409,6,34,960,164.9,2.6,0.189,,,,,, -2003,9,11,17,30,607,49,194,7,31,960,165.2,1.9,0.189,,,,,, -2003,9,11,18,30,126,9,12,12,29,960,162,1.2,0.189,,,,,, -2003,9,11,19,30,0,0,0,10,28,960,163,1.3,0.189,,,,,, -2003,9,11,20,30,0,0,0,9,28,960,167.6,1.4,0.189,,,,,, -2003,9,11,21,30,0,0,0,8,27,960,171.2,1.4,0.189,,,,,, -2003,9,11,22,30,0,0,0,8,24,960,173.4,1.4,0.189,,,,,, -2003,9,11,23,30,0,0,0,8,22,960,175.1,1.3,0.189,,,,,, -2003,9,12,0,30,0,0,0,6,21,960,176.7,1.3,0.189,,,,,, -2003,9,12,1,30,0,0,0,5,21,960,177.2,1.3,0.189,,,,,, -2003,9,12,2,30,0,0,0,5,20,960,175.2,1.2,0.189,,,,,, -2003,9,12,3,30,0,0,0,5,19,960,168.8,1.2,0.189,,,,,, -2003,9,12,4,30,0,0,0,6,19,960,159.6,1.2,0.189,,,,,, -2003,9,12,5,30,0,0,0,6,19,960,152.9,1.2,0.189,,,,,, -2003,9,12,6,30,304,19,37,6,21,960,149,1.5,0.189,,,,,, -2003,9,12,7,30,689,50,240,6,25,960,147.9,2.1,0.189,,,,,, -2003,9,12,8,30,837,65,462,5,29,960,150.7,2.6,0.189,,,,,, -2003,9,12,9,30,908,76,660,3,32,960,155.1,2.5,0.189,,,,,, -2003,9,12,10,30,946,83,813,2,34,960,160.6,2.2,0.189,,,,,, -2003,9,12,11,30,957,93,905,1,35,960,162,2,0.189,,,,,, -2003,9,12,12,30,962,94,933,1,36,960,157.2,1.9,0.189,,,,,, -2003,9,12,13,30,953,93,892,1,37,960,151.3,1.9,0.189,,,,,, -2003,9,12,14,30,924,91,784,1,37,960,147.3,2,0.189,,,,,, -2003,9,12,15,30,875,84,620,0,36,960,145.9,2,0.189,,,,,, -2003,9,12,16,30,785,72,415,0,35,960,145.1,1.8,0.189,,,,,, -2003,9,12,17,30,599,51,191,2,32,960,144.5,1,0.189,,,,,, -2003,9,12,18,30,0,0,0,7,29,960,128.9,0.5,0.189,,,,,, -2003,9,12,19,30,0,0,0,6,27,960,47.4,0.9,0.189,,,,,, -2003,9,12,20,30,0,0,0,6,26,960,42.4,1.3,0.189,,,,,, -2003,9,12,21,30,0,0,0,6,26,960,54.7,1.7,0.189,,,,,, -2003,9,12,22,30,0,0,0,5,25,960,72.5,1.9,0.189,,,,,, -2003,9,12,23,30,0,0,0,5,25,960,85.6,1.8,0.189,,,,,, -2003,9,13,0,30,0,0,0,6,24,960,97.8,1.7,0.189,,,,,, -2003,9,13,1,30,0,0,0,6,23,960,105.5,1.8,0.189,,,,,, -2003,9,13,2,30,0,0,0,6,22,960,108.1,1.8,0.189,,,,,, -2003,9,13,3,30,0,0,0,6,22,960,108.6,1.6,0.189,,,,,, -2003,9,13,4,30,0,0,0,6,21,960,109.9,1.4,0.189,,,,,, -2003,9,13,5,30,0,0,0,7,21,960,112.7,1.2,0.189,,,,,, -2003,9,13,6,30,215,20,32,7,23,960,114.9,1.1,0.189,,,,,, -2003,9,13,7,30,630,58,231,8,27,960,119.9,1,0.189,,,,,, -2003,9,13,8,30,790,79,452,7,30,960,140.5,1.7,0.189,,,,,, -2003,9,13,9,30,870,92,650,6,33,960,148.3,2.3,0.189,,,,,, -2003,9,13,10,30,914,100,803,4,35,960,153.9,1.7,0.189,,,,,, -2003,9,13,11,30,944,101,900,3,37,960,161.7,0.9,0.189,,,,,, -2003,9,13,12,30,949,103,927,2,38,960,186,0.4,0.189,,,,,, -2003,9,13,13,30,939,102,885,2,39,960,298.8,0.7,0.189,,,,,, -2003,9,13,14,30,904,101,776,2,39,960,323.2,1.3,0.189,,,,,, -2003,9,13,15,30,851,93,611,1,38,960,328.3,2,0.189,,,,,, -2003,9,13,16,30,751,80,404,1,37,960,330.1,2.5,0.189,,,,,, -2003,9,13,17,30,611,49,188,3,33,960,331,2.8,0.185,,,,,, -2003,9,13,18,30,0,0,0,7,30,960,333.8,3.4,0.185,,,,,, -2003,9,13,19,30,0,0,0,6,28,960,339.2,4.2,0.185,,,,,, -2003,9,13,20,30,0,0,0,6,28,960,344.2,4,0.185,,,,,, -2003,9,13,21,30,0,0,0,6,28,960,349.6,2.9,0.185,,,,,, -2003,9,13,22,30,0,0,0,6,27,960,355.6,1.7,0.185,,,,,, -2003,9,13,23,30,0,0,0,6,25,960,359.6,1,0.185,,,,,, -2003,9,14,0,30,0,0,0,6,23,960,347.9,0.6,0.185,,,,,, -2003,9,14,1,30,0,0,0,6,22,960,314.3,0.5,0.185,,,,,, -2003,9,14,2,30,0,0,0,6,21,960,258.4,0.7,0.185,,,,,, -2003,9,14,3,30,0,0,0,6,21,960,236.2,0.8,0.185,,,,,, -2003,9,14,4,30,0,0,0,5,21,960,220.2,0.8,0.185,,,,,, -2003,9,14,5,30,0,0,0,5,21,960,203.4,0.8,0.185,,,,,, -2003,9,14,6,30,128,20,28,5,23,960,193.8,1.5,0.185,,,,,, -2003,9,14,7,30,545,70,218,5,27,960,193.8,2.4,0.185,,,,,, -2003,9,14,8,30,784,78,446,5,30,960,191.4,2.6,0.185,,,,,, -2003,9,14,9,30,867,90,643,6,33,960,191.1,2,0.185,,,,,, -2003,9,14,10,30,912,98,796,6,36,960,198.8,1,0.185,,,,,, -2003,9,14,11,30,933,103,890,5,37,960,332.7,1.2,0.185,,,,,, -2003,9,14,12,30,940,105,918,4,38,960,348.1,2,0.185,,,,,, -2003,9,14,13,30,933,102,877,3,39,960,344.4,2.5,0.185,,,,,, -2003,9,14,14,30,912,95,771,2,39,960,342.7,3,0.185,,,,,, -2003,9,14,15,30,864,87,608,2,38,960,342.3,3.5,0.185,,,,,, -2003,9,14,16,30,774,73,404,1,37,960,342,3.8,0.185,,,,,, -2003,9,14,17,30,585,51,182,4,34,960,341.1,3.4,0.185,,,,,, -2003,9,14,18,30,0,0,0,7,32,960,336.4,2.9,0.185,,,,,, -2003,9,14,19,30,0,0,0,5,31,960,335.5,3.1,0.185,,,,,, -2003,9,14,20,30,0,0,0,4,30,960,339.8,2.9,0.185,,,,,, -2003,9,14,21,30,0,0,0,3,29,960,348.8,2.1,0.185,,,,,, -2003,9,14,22,30,0,0,0,3,28,960,2.3,1.4,0.185,,,,,, -2003,9,14,23,30,0,0,0,3,27,960,19.4,0.9,0.185,,,,,, -2003,9,15,0,30,0,0,0,3,26,960,49.8,0.7,0.185,,,,,, -2003,9,15,1,30,0,0,0,4,25,960,97.1,0.6,0.185,,,,,, -2003,9,15,2,30,0,0,0,4,25,960,145.4,0.7,0.185,,,,,, -2003,9,15,3,30,0,0,0,4,24,960,174.7,0.8,0.185,,,,,, -2003,9,15,4,30,0,0,0,4,23,960,195.6,0.7,0.185,,,,,, -2003,9,15,5,30,0,0,0,4,22,960,212.6,0.7,0.185,,,,,, -2003,9,15,6,30,196,18,29,4,24,960,225,1,0.185,,,,,, -2003,9,15,7,30,617,59,224,5,28,960,239.7,1.1,0.185,,,,,, -2003,9,15,8,30,781,79,444,5,31,960,249.1,0.9,0.185,,,,,, -2003,9,15,9,30,862,93,641,4,34,960,303.9,1.4,0.185,,,,,, -2003,9,15,10,30,906,102,793,3,37,960,338.2,2.4,0.185,,,,,, -2003,9,15,11,30,930,105,887,3,38,960,347.1,3.2,0.185,,,,,, -2003,9,15,12,30,937,107,914,2,39,960,343.2,3.9,0.185,,,,,, -2003,9,15,13,30,927,105,872,2,40,960,338.1,4.4,0.185,,,,,, -2003,9,15,14,30,897,102,763,2,39,960,334.8,4.9,0.185,,,,,, -2003,9,15,15,30,844,93,599,2,38,960,331.5,5.1,0.185,,,,,, -2003,9,15,16,30,744,79,394,2,37,960,329.5,5.3,0.185,,,,,, -2003,9,15,17,30,537,55,173,4,34,960,328.2,4.9,0.185,,,,,, -2003,9,15,18,30,0,0,0,7,31,960,325.3,4.3,0.185,,,,,, -2003,9,15,19,30,0,0,0,7,30,960,327.2,3.5,0.185,,,,,, -2003,9,15,20,30,0,0,0,7,29,960,336.9,2.4,0.185,,,,,, -2003,9,15,21,30,0,0,0,7,29,960,356.8,1.5,0.185,,,,,, -2003,9,15,22,30,0,0,0,8,28,960,26.5,1.2,0.185,,,,,, -2003,9,15,23,30,0,0,0,8,27,960,58,1,0.185,,,,,, -2003,9,16,0,30,0,0,0,8,26,960,80.5,0.9,0.185,,,,,, -2003,9,16,1,30,0,0,0,8,26,960,97.2,0.9,0.185,,,,,, -2003,9,16,2,30,0,0,0,8,25,960,106,0.9,0.185,,,,,, -2003,9,16,3,30,0,0,0,9,25,960,109.2,0.8,0.185,,,,,, -2003,9,16,4,30,0,0,0,9,25,960,111.9,0.8,0.185,,,,,, -2003,9,16,5,30,0,0,0,9,25,960,115.9,0.8,0.185,,,,,, -2003,9,16,6,30,145,19,27,8,26,960,122.7,0.9,0.185,,,,,, -2003,9,16,7,30,576,64,218,9,29,960,132.8,1.2,0.185,,,,,, -2003,9,16,8,30,753,86,436,9,32,960,163.7,1.5,0.185,,,,,, -2003,9,16,9,30,844,99,633,9,34,960,178.1,1.3,0.185,,,,,, -2003,9,16,10,30,896,106,786,8,36,960,189.4,0.5,0.185,,,,,, -2003,9,16,11,30,930,105,883,7,37,960,255.5,0.4,0.185,,,,,, -2003,9,16,12,30,940,105,911,6,38,960,327.2,0.8,0.185,,,,,, -2003,9,16,13,30,936,101,871,5,39,960,334.6,1,0.185,,,,,, -2003,9,16,14,30,915,94,765,4,39,960,338.4,1.2,0.185,,,,,, -2003,9,16,15,30,869,84,601,3,38,960,333.3,1.4,0.185,,,,,, -2003,9,16,16,30,777,71,396,2,37,960,327,1.6,0.185,,,,,, -2003,9,16,17,30,581,49,173,3,34,960,322.8,1.4,0.185,,,,,, -2003,9,16,18,30,0,0,0,5,30,960,319.7,1.2,0.185,,,,,, -2003,9,16,19,30,0,0,0,6,28,960,330.3,1.4,0.185,,,,,, -2003,9,16,20,30,0,0,0,6,27,960,348.7,1.2,0.185,,,,,, -2003,9,16,21,30,0,0,0,6,27,960,13.6,1.1,0.185,,,,,, -2003,9,16,22,30,0,0,0,6,26,960,54.2,1,0.185,,,,,, -2003,9,16,23,30,0,0,0,7,25,960,95,1,0.185,,,,,, -2003,9,17,0,30,0,0,0,8,24,960,116.1,1.1,0.185,,,,,, -2003,9,17,1,30,0,0,0,8,23,960,124.7,1.1,0.185,,,,,, -2003,9,17,2,30,0,0,0,9,23,960,127.7,1,0.185,,,,,, -2003,9,17,3,30,0,0,0,9,23,960,130.3,0.8,0.185,,,,,, -2003,9,17,4,30,0,0,0,9,23,960,138.3,0.4,0.185,,,,,, -2003,9,17,5,30,0,0,0,10,23,960,175.6,0.2,0.185,,,,,, -2003,9,17,6,30,157,18,26,10,24,960,243,0.3,0.185,,,,,, -2003,9,17,7,30,592,60,217,12,27,960,275.9,0.4,0.185,,,,,, -2003,9,17,8,30,790,75,440,14,30,960,285.3,0.6,0.185,,,,,, -2003,9,17,9,30,878,87,640,11,33,960,99.9,1.4,0.185,,,,,, -2003,9,17,10,30,930,94,798,7,35,960,105.7,1.8,0.185,,,,,, -2003,9,17,11,30,961,97,899,3,36,960,103.2,1.5,0.185,,,,,, -2003,9,17,12,30,975,97,931,0,37,960,89.2,1.4,0.185,,,,,, -2003,9,17,13,30,971,95,890,-4,38,960,77.9,1.6,0.185,,,,,, -2003,9,17,14,30,946,91,780,-5,38,950,80.7,1.9,0.185,,,,,, -2003,9,17,15,30,892,85,611,-6,37,950,86.4,2.2,0.185,,,,,, -2003,9,17,16,30,788,74,399,-6,36,950,90.7,2,0.185,,,,,, -2003,9,17,17,30,581,50,172,-6,32,950,95.2,1.5,0.185,,,,,, -2003,9,17,18,30,0,0,0,-3,28,960,92.8,1.3,0.185,,,,,, -2003,9,17,19,30,0,0,0,-2,26,960,93.9,1.6,0.185,,,,,, -2003,9,17,20,30,0,0,0,-1,25,960,101.2,1.6,0.185,,,,,, -2003,9,17,21,30,0,0,0,-1,25,960,112.5,1.5,0.185,,,,,, -2003,9,17,22,30,0,0,0,-1,25,960,125.9,1.2,0.185,,,,,, -2003,9,17,23,30,0,0,0,0,25,960,137.1,1.1,0.185,,,,,, -2003,9,18,0,30,0,0,0,0,24,960,143.1,1,0.185,,,,,, -2003,9,18,1,30,0,0,0,0,23,960,138.7,1,0.185,,,,,, -2003,9,18,2,30,0,0,0,0,22,960,125.6,1,0.185,,,,,, -2003,9,18,3,30,0,0,0,0,20,960,118.7,1,0.185,,,,,, -2003,9,18,4,30,0,0,0,0,20,960,124,1,0.185,,,,,, -2003,9,18,5,30,0,0,0,0,19,960,139.4,1,0.185,,,,,, -2003,9,18,6,30,172,18,26,0,20,960,151.1,1.2,0.185,,,,,, -2003,9,18,7,30,628,59,224,0,23,960,155.5,2,0.185,,,,,, -2003,9,18,8,30,813,76,450,-1,27,960,168.4,2.4,0.185,,,,,, -2003,9,18,9,30,894,88,649,-2,31,960,178.3,1.7,0.185,,,,,, -2003,9,18,10,30,936,96,802,-2,34,960,184.2,0.7,0.185,,,,,, -2003,9,18,11,30,958,99,895,-2,36,960,269.7,0.5,0.185,,,,,, -2003,9,18,12,30,963,101,920,-3,37,960,329.1,0.8,0.185,,,,,, -2003,9,18,13,30,953,99,875,-3,37,960,336.1,0.9,0.185,,,,,, -2003,9,18,14,30,924,95,764,-3,37,960,346.4,0.7,0.185,,,,,, -2003,9,18,15,30,873,85,597,-4,37,960,350,0.5,0.185,,,,,, -2003,9,18,16,30,776,72,389,-4,36,960,327.7,0.3,0.185,,,,,, -2003,9,18,17,30,569,49,165,-1,33,960,285.1,0.3,0.185,,,,,, -2003,9,18,18,30,0,0,0,0,30,960,270,0.3,0.185,,,,,, -2003,9,18,19,30,0,0,0,0,29,960,277.6,0.4,0.185,,,,,, -2003,9,18,20,30,0,0,0,0,28,960,313.9,0.5,0.185,,,,,, -2003,9,18,21,30,0,0,0,-1,27,960,354.4,0.6,0.185,,,,,, -2003,9,18,22,30,0,0,0,-1,25,960,22.3,0.4,0.185,,,,,, -2003,9,18,23,30,0,0,0,-1,23,960,56.3,0.4,0.185,,,,,, -2003,9,19,0,30,0,0,0,0,22,960,158.7,0.8,0.185,,,,,, -2003,9,19,1,30,0,0,0,0,22,960,188.6,1.4,0.185,,,,,, -2003,9,19,2,30,0,0,0,0,21,960,197.3,1.6,0.185,,,,,, -2003,9,19,3,30,0,0,0,0,21,960,200.4,1.7,0.185,,,,,, -2003,9,19,4,30,0,0,0,-1,20,960,198.6,1.6,0.185,,,,,, -2003,9,19,5,30,0,0,0,-1,20,960,192.7,1.5,0.185,,,,,, -2003,9,19,6,30,192,17,25,-1,23,960,185.9,1.7,0.185,,,,,, -2003,9,19,7,30,636,57,222,0,26,960,177.8,2.2,0.185,,,,,, -2003,9,19,8,30,795,78,441,4,30,960,169.8,2.1,0.185,,,,,, -2003,9,19,9,30,872,92,637,6,33,960,151.7,1.6,0.185,,,,,, -2003,9,19,10,30,915,101,788,5,36,960,134.9,1.1,0.185,,,,,, -2003,9,19,11,30,938,105,881,3,37,960,97.8,0.8,0.185,,,,,, -2003,9,19,12,30,946,106,907,2,38,960,64.4,0.7,0.185,,,,,, -2003,9,19,13,30,938,103,864,0,39,960,44.5,0.4,0.185,,,,,, -2003,9,19,14,30,912,97,755,0,39,960,21.6,0.3,0.185,,,,,, -2003,9,19,15,30,861,88,589,-1,38,960,248.7,0.5,0.185,,,,,, -2003,9,19,16,30,761,74,381,-1,37,960,237.1,0.8,0.185,,,,,, -2003,9,19,17,30,574,46,161,0,33,960,241.8,0.8,0.185,,,,,, -2003,9,19,18,30,0,0,0,1,30,960,248.1,0.7,0.185,,,,,, -2003,9,19,19,30,0,0,0,0,30,960,267.7,0.6,0.185,,,,,, -2003,9,19,20,30,0,0,0,0,29,960,326.9,0.7,0.185,,,,,, -2003,9,19,21,30,0,0,0,0,29,960,45.5,1.2,0.185,,,,,, -2003,9,19,22,30,0,0,0,0,28,960,75.7,1.4,0.185,,,,,, -2003,9,19,23,30,0,0,0,0,27,960,96.3,1.6,0.185,,,,,, -2003,9,20,0,30,0,0,0,0,25,960,109.8,1.7,0.185,,,,,, -2003,9,20,1,30,0,0,0,0,23,960,120.6,1.6,0.185,,,,,, -2003,9,20,2,30,0,0,0,0,22,960,130.1,1.5,0.185,,,,,, -2003,9,20,3,30,0,0,0,0,21,960,137.8,1.3,0.185,,,,,, -2003,9,20,4,30,0,0,0,1,21,960,143.4,1.2,0.185,,,,,, -2003,9,20,5,30,0,0,0,1,21,960,150.4,1.1,0.185,,,,,, -2003,9,20,6,30,162,16,23,1,23,960,160.1,1.1,0.185,,,,,, -2003,9,20,7,30,613,59,217,2,27,960,172.4,1.4,0.185,,,,,, -2003,9,20,8,30,812,74,443,1,32,960,188.3,1.6,0.185,,,,,, -2003,9,20,9,30,892,86,642,-1,35,960,192,1.1,0.185,,,,,, -2003,9,20,10,30,937,95,796,-3,37,960,205.3,0.6,0.185,,,,,, -2003,9,20,11,30,959,100,890,-4,38,960,318.9,0.7,0.185,,,,,, -2003,9,20,12,30,965,102,917,-5,38,960,327.2,0.9,0.185,,,,,, -2003,9,20,13,30,955,102,872,-5,39,960,318.1,0.8,0.185,,,,,, -2003,9,20,14,30,917,102,758,-5,38,960,305.2,0.8,0.185,,,,,, -2003,9,20,15,30,855,95,588,-6,38,960,271.6,0.9,0.185,,,,,, -2003,9,20,16,30,744,80,376,-6,36,960,240.3,1,0.185,,,,,, -2003,9,20,17,30,580,46,158,-4,33,960,231.4,0.7,0.185,,,,,, -2003,9,20,18,30,0,0,0,-1,30,960,236.8,0.4,0.185,,,,,, -2003,9,20,19,30,0,0,0,-2,29,960,277.7,0.4,0.185,,,,,, -2003,9,20,20,30,0,0,0,-3,29,960,14.2,0.7,0.185,,,,,, -2003,9,20,21,30,0,0,0,-3,28,960,53.8,1,0.185,,,,,, -2003,9,20,22,30,0,0,0,-3,26,960,80.1,1.2,0.185,,,,,, -2003,9,20,23,30,0,0,0,-2,24,960,103,1.3,0.185,,,,,, -2003,9,21,0,30,0,0,0,-2,22,960,121.8,1.4,0.185,,,,,, -2003,9,21,1,30,0,0,0,-1,22,960,135.2,1.5,0.185,,,,,, -2003,9,21,2,30,0,0,0,0,21,960,144.1,1.5,0.185,,,,,, -2003,9,21,3,30,0,0,0,1,20,960,154,1.4,0.185,,,,,, -2003,9,21,4,30,0,0,0,1,20,960,164.3,1.4,0.185,,,,,, -2003,9,21,5,30,0,0,0,1,20,960,173,1.4,0.185,,,,,, -2003,9,21,6,30,188,15,23,1,21,960,181.5,1.5,0.185,,,,,, -2003,9,21,7,30,657,53,220,1,25,960,192.2,2.1,0.185,,,,,, -2003,9,21,8,30,828,71,445,0,30,960,195.4,2.3,0.185,,,,,, -2003,9,21,9,30,908,83,645,-1,35,960,195.4,1.7,0.185,,,,,, -2003,9,21,10,30,951,90,799,-4,38,960,183,1,0.185,,,,,, -2003,9,21,11,30,968,97,891,-4,39,960,172.5,0.5,0.185,,,,,, -2003,9,21,12,30,972,99,915,-4,40,960,189.8,0.4,0.185,,,,,, -2003,9,21,13,30,961,97,869,-4,41,960,214.6,0.5,0.185,,,,,, -2003,9,21,14,30,934,92,757,-4,40,960,209,0.7,0.185,,,,,, -2003,9,21,15,30,881,83,588,-5,39,950,197.7,0.9,0.185,,,,,, -2003,9,21,16,30,782,69,377,-5,38,950,193,0.8,0.185,,,,,, -2003,9,21,17,30,562,46,152,-2,34,960,186.4,0.5,0.183,,,,,, -2003,9,21,18,30,0,0,0,-1,31,960,144.7,0.5,0.183,,,,,, -2003,9,21,19,30,0,0,0,-2,30,960,83.1,0.8,0.183,,,,,, -2003,9,21,20,30,0,0,0,-2,29,960,62.2,1.1,0.183,,,,,, -2003,9,21,21,30,0,0,0,-2,27,960,62.1,1.3,0.183,,,,,, -2003,9,21,22,30,0,0,0,-2,25,960,72.7,1.3,0.183,,,,,, -2003,9,21,23,30,0,0,0,-2,24,960,87,1.3,0.183,,,,,, -2003,9,22,0,30,0,0,0,-2,23,960,105.2,1.3,0.183,,,,,, -2003,9,22,1,30,0,0,0,-2,22,960,130.5,1.3,0.183,,,,,, -2003,9,22,2,30,0,0,0,-2,22,960,155.3,1.4,0.183,,,,,, -2003,9,22,3,30,0,0,0,-3,22,960,171.4,1.4,0.183,,,,,, -2003,9,22,4,30,0,0,0,-3,21,960,179.8,1.5,0.183,,,,,, -2003,9,22,5,30,0,0,0,-3,21,960,184.8,1.4,0.183,,,,,, -2003,9,22,6,30,167,15,21,-3,23,960,193.9,1.4,0.183,,,,,, -2003,9,22,7,30,632,56,215,-2,27,960,216.1,1.6,0.183,,,,,, -2003,9,22,8,30,797,77,436,-2,31,960,247,1.7,0.183,,,,,, -2003,9,22,9,30,874,91,629,0,35,960,277.2,1.4,0.183,,,,,, -2003,9,22,10,30,910,100,776,2,38,960,302,1.5,0.183,,,,,, -2003,9,22,11,30,926,105,862,4,40,960,313,1.8,0.183,,,,,, -2003,9,22,12,30,925,108,882,5,41,960,314.7,2.3,0.183,,,,,, -2003,9,22,13,30,227,393,575,5,41,960,315.2,2.8,0.183,,,,,, -2003,9,22,14,30,496,255,606,5,41,960,319.4,3.2,0.183,,,,,, -2003,9,22,15,30,342,232,427,5,40,960,323.6,3.7,0.183,,,,,, -2003,9,22,16,30,123,161,209,4,39,960,326.8,4.1,0.183,,,,,, -2003,9,22,17,30,0,59,59,6,36,960,330.5,4,0.183,,,,,, -2003,9,22,18,30,0,0,0,5,34,960,335.4,4.3,0.183,,,,,, -2003,9,22,19,30,0,0,0,5,33,960,341.5,4.8,0.183,,,,,, -2003,9,22,20,30,0,0,0,4,31,960,345.1,4.5,0.183,,,,,, -2003,9,22,21,30,0,0,0,4,29,960,348,3.8,0.183,,,,,, -2003,9,22,22,30,0,0,0,6,29,960,348.8,3.1,0.183,,,,,, -2003,9,22,23,30,0,0,0,8,28,960,343.7,2.9,0.183,,,,,, -2003,9,23,0,30,0,0,0,11,27,960,334.5,3.1,0.183,,,,,, -2003,9,23,1,30,0,0,0,14,27,960,328.6,3.1,0.183,,,,,, -2003,9,23,2,30,0,0,0,16,27,960,323.4,3,0.183,,,,,, -2003,9,23,3,30,0,0,0,16,27,960,319.3,2.9,0.183,,,,,, -2003,9,23,4,30,0,0,0,15,27,960,317,2.5,0.183,,,,,, -2003,9,23,5,30,0,0,0,14,27,960,315.3,1.9,0.183,,,,,, -2003,9,23,6,30,0,4,4,11,28,960,310.1,1.6,0.183,,,,,, -2003,9,23,7,30,0,71,71,8,30,960,299.3,1.8,0.183,,,,,, -2003,9,23,8,30,52,180,203,8,31,960,301.1,2.4,0.183,,,,,, -2003,9,23,9,30,228,279,419,11,32,960,318.8,3.2,0.183,,,,,, -2003,9,23,10,30,319,336,572,13,32,960,320.1,3.7,0.183,,,,,, -2003,9,23,11,30,142,406,522,15,33,960,317.4,4,0.183,,,,,, -2003,9,23,12,30,217,416,597,15,33,960,317.1,4.1,0.183,,,,,, -2003,9,23,13,30,113,389,479,15,33,960,317.7,4.1,0.183,,,,,, -2003,9,23,14,30,283,323,522,15,32,960,317.2,4.1,0.183,,,,,, -2003,9,23,15,30,37,225,246,15,31,960,315.6,4.1,0.183,,,,,, -2003,9,23,16,30,26,143,153,14,30,960,314.5,3.9,0.183,,,,,, -2003,9,23,17,30,0,17,17,15,29,960,318.4,3,0.183,,,,,, -2003,9,23,18,30,0,0,0,15,27,960,330.5,2,0.183,,,,,, -2003,9,23,19,30,0,0,0,16,26,960,348.7,1.5,0.183,,,,,, -2003,9,23,20,30,0,0,0,17,25,960,6.7,1.1,0.183,,,,,, -2003,9,23,21,30,0,0,0,17,25,960,18.8,0.7,0.183,,,,,, -2003,9,23,22,30,0,0,0,18,24,960,19.3,0.3,0.183,,,,,, -2003,9,23,23,30,0,0,0,19,23,960,30.6,0.2,0.183,,,,,, -2003,9,24,0,30,0,0,0,19,23,960,189.1,0.4,0.183,,,,,, -2003,9,24,1,30,0,0,0,19,23,960,197.3,0.7,0.183,,,,,, -2003,9,24,2,30,0,0,0,19,23,960,197,0.9,0.183,,,,,, -2003,9,24,3,30,0,0,0,19,22,960,192.3,1,0.183,,,,,, -2003,9,24,4,30,0,0,0,19,22,960,181.9,1.2,0.183,,,,,, -2003,9,24,5,30,0,0,0,18,22,960,168.7,1.4,0.183,,,,,, -2003,9,24,6,30,0,9,9,18,22,960,157.1,2.2,0.183,,,,,, -2003,9,24,7,30,42,91,102,18,23,960,148.7,3.4,0.183,,,,,, -2003,9,24,8,30,206,186,278,18,24,960,156.9,4.2,0.183,,,,,, -2003,9,24,9,30,0,143,143,18,25,960,179.2,4.9,0.183,,,,,, -2003,9,24,10,30,9,213,220,17,27,960,193.4,5.3,0.183,,,,,, -2003,9,24,11,30,15,266,279,17,28,960,209.6,5.5,0.183,,,,,, -2003,9,24,12,30,15,269,282,17,29,960,225.3,5.6,0.183,,,,,, -2003,9,24,13,30,4,165,169,17,30,960,237.7,5.5,0.183,,,,,, -2003,9,24,14,30,0,78,78,17,30,960,246.6,5.1,0.183,,,,,, -2003,9,24,15,30,0,82,82,16,30,960,252.4,4.3,0.183,,,,,, -2003,9,24,16,30,9,132,135,16,29,960,258.1,3.4,0.183,,,,,, -2003,9,24,17,30,0,6,6,16,27,960,269.4,2.2,0.183,,,,,, -2003,9,24,18,30,0,0,0,17,25,960,293.7,1.4,0.183,,,,,, -2003,9,24,19,30,0,0,0,18,24,960,315.4,1.2,0.183,,,,,, -2003,9,24,20,30,0,0,0,19,23,960,326.5,1,0.183,,,,,, -2003,9,24,21,30,0,0,0,19,23,960,338.1,0.7,0.183,,,,,, -2003,9,24,22,30,0,0,0,19,22,960,355.8,0.4,0.183,,,,,, -2003,9,24,23,30,0,0,0,19,22,960,32.5,0.2,0.183,,,,,, -2003,9,25,0,30,0,0,0,19,22,960,169.5,0.3,0.183,,,,,, -2003,9,25,1,30,0,0,0,19,21,960,206.5,0.6,0.183,,,,,, -2003,9,25,2,30,0,0,0,19,21,960,214.7,0.8,0.183,,,,,, -2003,9,25,3,30,0,0,0,19,21,960,217.8,0.9,0.183,,,,,, -2003,9,25,4,30,0,0,0,19,21,960,220.9,0.8,0.183,,,,,, -2003,9,25,5,30,0,0,0,19,21,960,226.2,0.7,0.183,,,,,, -2003,9,25,6,30,0,6,6,18,22,960,234.5,1.1,0.183,,,,,, -2003,9,25,7,30,0,58,58,18,24,960,245.3,1.7,0.183,,,,,, -2003,9,25,8,30,185,187,268,18,27,960,265,1.8,0.183,,,,,, -2003,9,25,9,30,515,202,515,17,29,960,271.9,1.8,0.183,,,,,, -2003,9,25,10,30,529,257,645,16,31,960,270,1.9,0.183,,,,,, -2003,9,25,11,30,303,382,627,16,32,960,268.2,1.8,0.183,,,,,, -2003,9,25,12,30,864,119,831,15,33,960,267.8,1.7,0.183,,,,,, -2003,9,25,13,30,854,115,787,14,34,960,271.6,1.6,0.183,,,,,, -2003,9,25,14,30,836,102,682,14,34,960,279.5,1.4,0.183,,,,,, -2003,9,25,15,30,782,89,522,14,34,960,287.5,1.3,0.183,,,,,, -2003,9,25,16,30,208,150,229,14,33,960,299.5,1.3,0.183,,,,,, -2003,9,25,17,30,464,42,121,14,30,960,319.1,1.1,0.183,,,,,, -2003,9,25,18,30,0,0,0,15,28,960,345.2,1,0.183,,,,,, -2003,9,25,19,30,0,0,0,15,27,960,359.1,1.2,0.183,,,,,, -2003,9,25,20,30,0,0,0,15,26,960,8.7,1.3,0.183,,,,,, -2003,9,25,21,30,0,0,0,15,25,960,19,1.2,0.183,,,,,, -2003,9,25,22,30,0,0,0,16,24,960,30.5,1.1,0.183,,,,,, -2003,9,25,23,30,0,0,0,16,24,960,42.4,0.9,0.183,,,,,, -2003,9,26,0,30,0,0,0,15,23,960,57,0.8,0.183,,,,,, -2003,9,26,1,30,0,0,0,15,23,960,78.9,0.6,0.183,,,,,, -2003,9,26,2,30,0,0,0,15,23,960,111.5,0.4,0.183,,,,,, -2003,9,26,3,30,0,0,0,14,22,960,160.9,0.5,0.183,,,,,, -2003,9,26,4,30,0,0,0,14,22,960,206,0.6,0.183,,,,,, -2003,9,26,5,30,0,0,0,14,21,960,232.7,0.7,0.183,,,,,, -2003,9,26,6,30,112,11,14,13,22,960,250.8,1,0.183,,,,,, -2003,9,26,7,30,579,55,195,13,25,960,268.3,1.5,0.183,,,,,, -2003,9,26,8,30,769,75,413,13,28,960,284.7,1.7,0.183,,,,,, -2003,9,26,9,30,863,87,609,13,31,960,301.4,1.5,0.183,,,,,, -2003,9,26,10,30,915,94,761,11,34,960,296.9,1.3,0.183,,,,,, -2003,9,26,11,30,938,99,852,9,35,960,290.6,1.2,0.183,,,,,, -2003,9,26,12,30,945,99,875,7,36,960,290.1,1,0.183,,,,,, -2003,9,26,13,30,934,97,828,7,37,960,290.8,0.8,0.183,,,,,, -2003,9,26,14,30,894,96,713,6,37,960,288.6,0.7,0.183,,,,,, -2003,9,26,15,30,835,87,545,5,37,960,289.8,0.6,0.183,,,,,, -2003,9,26,16,30,723,71,338,5,35,960,307.6,0.6,0.183,,,,,, -2003,9,26,17,30,488,42,122,7,32,960,341.9,0.8,0.183,,,,,, -2003,9,26,18,30,0,0,0,9,29,960,2.1,1,0.183,,,,,, -2003,9,26,19,30,0,0,0,10,27,960,10.4,1.3,0.183,,,,,, -2003,9,26,20,30,0,0,0,10,26,960,17.7,1.6,0.183,,,,,, -2003,9,26,21,30,0,0,0,10,26,960,28,1.7,0.183,,,,,, -2003,9,26,22,30,0,0,0,10,26,960,41.1,1.6,0.183,,,,,, -2003,9,26,23,30,0,0,0,9,26,960,55.7,1.4,0.183,,,,,, -2003,9,27,0,30,0,0,0,9,25,960,69.5,1.2,0.183,,,,,, -2003,9,27,1,30,0,0,0,9,23,960,78.4,0.9,0.183,,,,,, -2003,9,27,2,30,0,0,0,8,22,960,83,0.5,0.183,,,,,, -2003,9,27,3,30,0,0,0,7,21,960,70,0.3,0.183,,,,,, -2003,9,27,4,30,0,0,0,6,21,960,311.4,0.5,0.183,,,,,, -2003,9,27,5,30,0,0,0,5,21,960,298.9,0.9,0.183,,,,,, -2003,9,27,6,30,102,10,13,5,22,960,302.4,1.2,0.183,,,,,, -2003,9,27,7,30,575,56,194,6,25,960,306.1,2,0.183,,,,,, -2003,9,27,8,30,768,76,411,8,28,960,303.2,2.8,0.183,,,,,, -2003,9,27,9,30,854,90,604,10,31,960,318.9,3.3,0.183,,,,,, -2003,9,27,10,30,899,99,752,9,34,960,333.9,3.5,0.183,,,,,, -2003,9,27,11,30,904,113,836,8,35,960,338.5,3.5,0.183,,,,,, -2003,9,27,12,30,908,115,857,8,36,960,336.4,3.5,0.183,,,,,, -2003,9,27,13,30,895,112,809,7,37,960,333.1,3.7,0.183,,,,,, -2003,9,27,14,30,870,103,699,7,38,960,331.7,4,0.183,,,,,, -2003,9,27,15,30,809,92,532,7,37,960,331.4,4.1,0.183,,,,,, -2003,9,27,16,30,693,75,327,6,36,960,331.8,4,0.183,,,,,, -2003,9,27,17,30,461,42,116,8,32,960,332.8,3.3,0.183,,,,,, -2003,9,27,18,30,0,0,0,10,29,960,333.8,3,0.183,,,,,, -2003,9,27,19,30,0,0,0,10,28,960,337.1,3.2,0.183,,,,,, -2003,9,27,20,30,0,0,0,10,27,960,341.2,2.8,0.183,,,,,, -2003,9,27,21,30,0,0,0,10,27,960,345.3,2.1,0.183,,,,,, -2003,9,27,22,30,0,0,0,10,26,960,348.9,1.5,0.183,,,,,, -2003,9,27,23,30,0,0,0,9,26,960,352.4,1.1,0.183,,,,,, -2003,9,28,0,30,0,0,0,9,25,960,352.6,0.9,0.183,,,,,, -2003,9,28,1,30,0,0,0,8,25,960,347.6,0.7,0.183,,,,,, -2003,9,28,2,30,0,0,0,7,24,960,321.1,0.7,0.183,,,,,, -2003,9,28,3,30,0,0,0,7,24,960,280.3,0.9,0.183,,,,,, -2003,9,28,4,30,0,0,0,7,23,960,265.8,1.3,0.183,,,,,, -2003,9,28,5,30,0,0,0,6,22,960,264,1.6,0.183,,,,,, -2003,9,28,6,30,69,9,11,6,23,960,266.5,2.4,0.183,,,,,, -2003,9,28,7,30,539,60,188,6,27,960,267.5,2.8,0.183,,,,,, -2003,9,28,8,30,771,75,409,6,30,960,275.9,2.1,0.183,,,,,, -2003,9,28,9,30,858,88,602,7,32,960,309.9,1.7,0.183,,,,,, -2003,9,28,10,30,903,96,749,7,35,960,338.7,1.8,0.183,,,,,, -2003,9,28,11,30,919,105,836,7,37,960,347.9,2.1,0.183,,,,,, -2003,9,28,12,30,925,105,857,6,38,960,345.7,2.2,0.183,,,,,, -2003,9,28,13,30,914,103,810,5,39,960,338.1,2.4,0.183,,,,,, -2003,9,28,14,30,878,100,697,5,39,960,333.5,2.6,0.183,,,,,, -2003,9,28,15,30,817,89,530,4,38,960,332.4,2.9,0.183,,,,,, -2003,9,28,16,30,699,73,324,4,37,960,333.1,2.8,0.183,,,,,, -2003,9,28,17,30,472,40,113,6,33,960,334.2,2.1,0.183,,,,,, -2003,9,28,18,30,0,0,0,7,30,960,337.5,1.7,0.183,,,,,, -2003,9,28,19,30,0,0,0,7,28,960,345.2,1.8,0.183,,,,,, -2003,9,28,20,30,0,0,0,8,27,960,352.6,1.6,0.183,,,,,, -2003,9,28,21,30,0,0,0,8,26,960,0.6,1.3,0.183,,,,,, -2003,9,28,22,30,0,0,0,8,25,960,6.9,1,0.183,,,,,, -2003,9,28,23,30,0,0,0,7,25,960,8.3,0.8,0.183,,,,,, -2003,9,29,0,30,0,0,0,6,25,960,0.1,0.5,0.183,,,,,, -2003,9,29,1,30,0,0,0,6,25,960,332.2,0.3,0.183,,,,,, -2003,9,29,2,30,0,0,0,6,24,960,261.2,0.3,0.183,,,,,, -2003,9,29,3,30,0,0,0,6,24,960,218.4,0.5,0.183,,,,,, -2003,9,29,4,30,0,0,0,5,23,960,213.5,0.6,0.183,,,,,, -2003,9,29,5,30,0,0,0,5,22,960,219,0.6,0.183,,,,,, -2003,9,29,6,30,101,9,11,6,23,960,230.3,1,0.183,,,,,, -2003,9,29,7,30,581,54,189,6,27,960,251.5,1.6,0.183,,,,,, -2003,9,29,8,30,773,73,405,6,31,960,260.9,1.8,0.183,,,,,, -2003,9,29,9,30,858,86,597,5,34,960,277.7,1.7,0.183,,,,,, -2003,9,29,10,30,902,95,743,5,37,960,301.7,1.9,0.183,,,,,, -2003,9,29,11,30,925,98,831,4,39,960,321.3,2.2,0.183,,,,,, -2003,9,29,12,30,928,101,852,4,40,960,331.5,2.6,0.183,,,,,, -2003,9,29,13,30,914,100,803,3,40,960,333.4,3.1,0.183,,,,,, -2003,9,29,14,30,874,98,689,3,40,960,333.3,3.5,0.183,,,,,, -2003,9,29,15,30,810,89,522,3,39,960,331.9,3.7,0.183,,,,,, -2003,9,29,16,30,690,72,317,3,37,960,329.8,3.4,0.183,,,,,, -2003,9,29,17,30,457,39,108,6,34,960,325.6,2.7,0.181,,,,,, -2003,9,29,18,30,0,0,0,7,31,960,325.7,2.4,0.181,,,,,, -2003,9,29,19,30,0,0,0,7,30,960,331.2,2.4,0.181,,,,,, -2003,9,29,20,30,0,0,0,7,29,960,340.5,2,0.181,,,,,, -2003,9,29,21,30,0,0,0,7,28,960,352.7,1.6,0.181,,,,,, -2003,9,29,22,30,0,0,0,7,27,960,6.4,1.2,0.181,,,,,, -2003,9,29,23,30,0,0,0,7,26,960,18.2,0.9,0.181,,,,,, -2003,9,30,0,30,0,0,0,7,26,960,27.8,0.6,0.181,,,,,, -2003,9,30,1,30,0,0,0,6,26,960,39.4,0.4,0.181,,,,,, -2003,9,30,2,30,0,0,0,6,25,960,71.5,0.3,0.181,,,,,, -2003,9,30,3,30,0,0,0,6,25,960,99.7,0.3,0.181,,,,,, -2003,9,30,4,30,0,0,0,5,24,960,117.2,0.3,0.181,,,,,, -2003,9,30,5,30,0,0,0,5,24,960,125.9,0.2,0.181,,,,,, -2003,9,30,6,30,0,0,0,5,25,960,225.8,0.4,0.181,,,,,, -2003,9,30,7,30,534,59,182,6,28,960,276.1,1.2,0.181,,,,,, -2003,9,30,8,30,756,76,399,6,32,960,272.7,1.8,0.181,,,,,, -2003,9,30,9,30,844,89,590,6,35,960,282.9,1.9,0.181,,,,,, -2003,9,30,10,30,891,98,736,6,37,960,298.7,2,0.181,,,,,, -2003,9,30,11,30,917,101,824,5,39,960,319.3,2.3,0.181,,,,,, -2003,9,30,12,30,921,103,844,5,40,960,333.9,2.7,0.181,,,,,, -2003,9,30,13,30,908,101,796,5,40,960,335.7,3,0.181,,,,,, -2003,9,30,14,30,878,95,685,5,40,960,329.1,3.3,0.181,,,,,, -2003,9,30,15,30,820,85,519,4,39,960,323.2,3.6,0.181,,,,,, -2003,9,30,16,30,707,68,315,4,38,960,319.9,3.3,0.181,,,,,, -2016,9,30,17,30,375,41,94,12,30,960,318,1.3,0.182,,,,,, -2016,9,30,18,30,0,0,0,14,28,960,314.2,1.1,0.182,,,,,, -2016,9,30,19,30,0,0,0,13,26,960,319,1.2,0.182,,,,,, -2016,9,30,20,30,0,0,0,12,25,960,337.9,1.2,0.182,,,,,, -2016,9,30,21,30,0,0,0,12,25,960,11.2,1.1,0.182,,,,,, -2016,9,30,22,30,0,0,0,12,24,960,42.1,1.1,0.182,,,,,, -2016,9,30,23,30,0,0,0,12,23,960,72.6,1.1,0.182,,,,,, -2016,10,1,0,30,0,0,0,12,23,960,95.2,1.2,0.182,,,,,, -2016,10,1,1,30,0,0,0,12,22,960,107.9,1.2,0.182,,,,,, -2016,10,1,2,30,0,0,0,12,22,960,115.1,1.3,0.182,,,,,, -2016,10,1,3,30,0,0,0,13,21,960,116.8,1.2,0.182,,,,,, -2016,10,1,4,30,0,0,0,13,21,960,115.6,1.1,0.182,,,,,, -2016,10,1,5,30,0,0,0,13,21,960,114.1,0.9,0.182,,,,,, -2016,10,1,6,30,0,0,0,13,22,960,111.7,0.9,0.182,,,,,, -2016,10,1,7,30,467,65,170,13,24,960,107.6,1.1,0.182,,,,,, -2016,10,1,8,30,666,95,377,13,27,960,121,1.1,0.182,,,,,, -2016,10,1,9,30,450,220,483,13,30,960,136.7,0.7,0.182,,,,,, -2016,10,1,10,30,568,234,637,13,31,960,120,0.4,0.182,,,,,, -2016,10,1,11,30,897,106,807,12,33,960,7.4,0.6,0.182,,,,,, -2016,10,1,12,30,908,106,830,11,34,960,346.2,1,0.182,,,,,, -2016,10,1,13,30,900,102,784,10,34,960,338,1.2,0.182,,,,,, -2016,10,1,14,30,851,105,669,10,34,960,333.8,1.4,0.182,,,,,, -2016,10,1,15,30,790,93,504,9,34,960,328.1,1.6,0.182,,,,,, -2016,10,1,16,30,669,73,302,8,33,960,322.8,1.7,0.182,,,,,, -2016,10,1,17,30,390,41,93,10,30,960,318.8,1.3,0.182,,,,,, -2016,10,1,18,30,0,0,0,11,29,960,313.2,1,0.182,,,,,, -2016,10,1,19,30,0,0,0,10,28,960,320.9,1,0.182,,,,,, -2016,10,1,20,30,0,0,0,10,27,960,352.2,1,0.182,,,,,, -2016,10,1,21,30,0,0,0,10,26,960,32.9,1.1,0.182,,,,,, -2016,10,1,22,30,0,0,0,10,26,960,62.5,1.1,0.182,,,,,, -2016,10,1,23,30,0,0,0,10,25,960,84.5,1.1,0.182,,,,,, -2016,10,2,0,30,0,0,0,10,25,960,96.1,1.2,0.182,,,,,, -2016,10,2,1,30,0,0,0,10,24,960,103,1.2,0.182,,,,,, -2016,10,2,2,30,0,0,0,10,23,960,106.4,1.1,0.182,,,,,, -2016,10,2,3,30,0,0,0,10,23,960,105.2,1,0.182,,,,,, -2016,10,2,4,30,0,0,0,10,22,960,104.7,0.9,0.182,,,,,, -2016,10,2,5,30,0,0,0,10,21,960,105.2,0.9,0.182,,,,,, -2016,10,2,6,30,0,0,0,10,22,960,105.5,0.9,0.182,,,,,, -2016,10,2,7,30,164,84,120,11,25,960,104.4,0.8,0.182,,,,,, -2016,10,2,8,30,216,173,264,12,27,960,122.4,0.6,0.182,,,,,, -2016,10,2,9,30,404,228,464,14,29,960,150.8,0.4,0.182,,,,,, -2016,10,2,10,30,0,62,62,15,30,960,359.8,0.7,0.182,,,,,, -2016,10,2,11,30,492,296,679,16,31,960,347.9,1.3,0.182,,,,,, -2016,10,2,12,30,363,359,648,16,32,960,347.9,1.6,0.182,,,,,, -2016,10,2,13,30,25,288,307,16,32,960,350.7,1.8,0.182,,,,,, -2016,10,2,14,30,0,29,29,16,31,960,357.8,1.9,0.182,,,,,, -2016,10,2,15,30,0,31,31,17,30,960,15.3,2,0.182,,,,,, -2016,10,2,16,30,459,110,264,17,29,960,36.9,2,0.182,,,,,, -2016,10,2,17,30,168,52,74,18,27,960,57.9,1.6,0.182,,,,,, -2016,10,2,18,30,0,0,0,19,25,960,79.6,1.9,0.182,,,,,, -2016,10,2,19,30,0,0,0,19,24,960,95.8,2.7,0.182,,,,,, -2016,10,2,20,30,0,0,0,20,23,960,106.9,2.9,0.182,,,,,, -2016,10,2,21,30,0,0,0,20,22,960,116.1,2.4,0.182,,,,,, -2016,10,2,22,30,0,0,0,20,21,960,122.1,2.3,0.182,,,,,, -2016,10,2,23,30,0,0,0,19,20,960,127.2,2.3,0.182,,,,,, -2016,10,3,0,30,0,0,0,18,19,960,127.7,1.9,0.182,,,,,, -2016,10,3,1,30,0,0,0,17,18,960,124.8,1.6,0.182,,,,,, -2016,10,3,2,30,0,0,0,16,18,960,127,1.4,0.182,,,,,, -2016,10,3,3,30,0,0,0,15,17,960,135.3,1.2,0.182,,,,,, -2016,10,3,4,30,0,0,0,15,17,960,143.1,1.2,0.182,,,,,, -2016,10,3,5,30,0,0,0,15,16,960,142.7,1.4,0.182,,,,,, -2016,10,3,6,30,0,0,0,14,17,960,139.2,1.8,0.182,,,,,, -2016,10,3,7,30,559,57,181,14,19,960,137.4,3,0.182,,,,,, -2016,10,3,8,30,762,82,399,13,22,960,134.4,4.1,0.182,,,,,, -2016,10,3,9,30,861,95,594,7,25,960,145.1,4.3,0.182,,,,,, -2016,10,3,10,30,916,100,744,4,26,960,150.4,4.1,0.182,,,,,, -2016,10,3,11,30,927,111,828,0,27,960,149.6,4,0.182,,,,,, -2016,10,3,12,30,944,106,851,-1,28,960,148.5,3.9,0.182,,,,,, -2016,10,3,13,30,944,98,804,-4,29,960,148.9,4.1,0.182,,,,,, -2016,10,3,14,30,923,88,691,-5,28,960,150.1,4.2,0.182,,,,,, -2016,10,3,15,30,866,77,520,-6,27,960,154,4.1,0.182,,,,,, -2016,10,3,16,30,747,62,309,-6,26,960,155.9,3.6,0.182,,,,,, -2016,10,3,17,30,453,35,92,-1,22,960,159.6,2.2,0.182,,,,,, -2016,10,3,18,30,0,0,0,3,19,960,164,1.2,0.182,,,,,, -2016,10,3,19,30,0,0,0,2,18,960,159.4,1.2,0.182,,,,,, -2016,10,3,20,30,0,0,0,2,18,960,144.4,1.4,0.182,,,,,, -2016,10,3,21,30,0,0,0,1,18,960,129.2,2,0.182,,,,,, -2016,10,3,22,30,0,0,0,0,18,960,119.9,2.6,0.182,,,,,, -2016,10,3,23,30,0,0,0,0,18,960,117.6,2.8,0.182,,,,,, -2016,10,4,0,30,0,0,0,0,17,960,118,2.6,0.182,,,,,, -2016,10,4,1,30,0,0,0,0,16,960,119.9,2.2,0.182,,,,,, -2016,10,4,2,30,0,0,0,0,14,960,119,1.7,0.182,,,,,, -2016,10,4,3,30,0,0,0,0,14,960,115.7,1.3,0.182,,,,,, -2016,10,4,4,30,0,0,0,0,13,960,113.8,1.1,0.182,,,,,, -2016,10,4,5,30,0,0,0,0,13,960,117.4,0.8,0.182,,,,,, -2016,10,4,6,30,0,0,0,0,14,960,119.9,0.7,0.182,,,,,, -2016,10,4,7,30,625,48,184,1,18,960,120.6,1.1,0.182,,,,,, -2016,10,4,8,30,814,67,403,-2,21,960,148.9,2,0.182,,,,,, -2016,10,4,9,30,902,79,599,-5,24,960,160.1,2.2,0.182,,,,,, -2016,10,4,10,30,947,86,748,-6,26,960,160.6,1.9,0.182,,,,,, -2016,10,4,11,30,957,97,833,-6,27,960,155.2,1.5,0.182,,,,,, -2016,10,4,12,30,957,100,851,-6,28,960,154.5,1.2,0.182,,,,,, -2016,10,4,13,30,939,100,798,-5,28,960,163.2,1,0.182,,,,,, -2016,10,4,14,30,899,96,679,-5,28,960,170.3,0.9,0.182,,,,,, -2016,10,4,15,30,830,86,506,-5,27,960,184.6,0.8,0.182,,,,,, -2016,10,4,16,30,692,70,296,-4,26,960,202.7,0.8,0.182,,,,,, -2016,10,4,17,30,367,37,82,3,24,960,232.9,0.6,0.182,,,,,, -2016,10,4,18,30,0,0,0,1,22,960,267.6,0.5,0.182,,,,,, -2016,10,4,19,30,0,0,0,0,21,960,313.8,0.6,0.182,,,,,, -2016,10,4,20,30,0,0,0,0,20,960,350.5,0.7,0.182,,,,,, -2016,10,4,21,30,0,0,0,1,19,960,2.4,0.4,0.182,,,,,, -2016,10,4,22,30,0,0,0,1,18,960,341.5,0.3,0.182,,,,,, -2016,10,4,23,30,0,0,0,0,17,960,182.3,0.7,0.182,,,,,, -2016,10,5,0,30,0,0,0,0,16,960,165.8,0.9,0.182,,,,,, -2016,10,5,1,30,0,0,0,0,16,960,161.2,1,0.182,,,,,, -2016,10,5,2,30,0,0,0,0,15,960,160.6,0.9,0.182,,,,,, -2016,10,5,3,30,0,0,0,0,15,960,158.4,0.7,0.182,,,,,, -2016,10,5,4,30,0,0,0,0,14,960,158.4,0.5,0.182,,,,,, -2016,10,5,5,30,0,0,0,0,14,960,157.5,0.4,0.182,,,,,, -2016,10,5,6,30,0,0,0,1,15,960,154.9,0.5,0.182,,,,,, -2016,10,5,7,30,483,63,167,2,19,960,145.8,1.1,0.182,,,,,, -2016,10,5,8,30,703,92,381,0,22,960,147.9,1.9,0.182,,,,,, -2016,10,5,9,30,810,109,574,0,25,960,156,1.8,0.182,,,,,, -2016,10,5,10,30,867,119,722,0,27,960,164.8,1.3,0.182,,,,,, -2016,10,5,11,30,921,111,816,1,28,960,171.5,1,0.182,,,,,, -2016,10,5,12,30,924,113,834,1,29,960,178.2,1.1,0.182,,,,,, -2016,10,5,13,30,906,111,781,1,30,960,189.5,1.2,0.182,,,,,, -2016,10,5,14,30,890,95,668,2,30,960,187.4,1.4,0.182,,,,,, -2016,10,5,15,30,814,86,494,3,29,960,181.7,1.5,0.182,,,,,, -2016,10,5,16,30,368,113,232,4,28,960,188.7,1.4,0.182,,,,,, -2016,10,5,17,30,190,40,62,9,25,960,204.7,1,0.182,,,,,, -2016,10,5,18,30,0,0,0,8,23,960,202.6,0.7,0.182,,,,,, -2016,10,5,19,30,0,0,0,8,23,960,197.1,0.7,0.182,,,,,, -2016,10,5,20,30,0,0,0,8,22,960,181.8,0.7,0.182,,,,,, -2016,10,5,21,30,0,0,0,8,21,960,165.6,0.9,0.182,,,,,, -2016,10,5,22,30,0,0,0,8,21,960,155.2,1.1,0.182,,,,,, -2016,10,5,23,30,0,0,0,7,21,960,156.8,1.4,0.182,,,,,, -2016,10,6,0,30,0,0,0,7,20,960,154,1.6,0.182,,,,,, -2016,10,6,1,30,0,0,0,7,20,960,148.4,1.6,0.182,,,,,, -2016,10,6,2,30,0,0,0,7,20,960,144,1.5,0.182,,,,,, -2016,10,6,3,30,0,0,0,7,19,960,149.5,1.5,0.182,,,,,, -2016,10,6,4,30,0,0,0,6,18,960,159.2,1.6,0.182,,,,,, -2016,10,6,5,30,0,0,0,7,17,960,169.8,1.8,0.182,,,,,, -2016,10,6,6,30,0,0,0,7,17,960,178.4,2.5,0.182,,,,,, -2016,10,6,7,30,499,58,163,8,20,960,184.1,3.2,0.182,,,,,, -2016,10,6,8,30,726,71,367,7,24,960,186.9,3.4,0.182,,,,,, -2016,10,6,9,30,503,192,479,5,27,960,189,2.9,0.182,,,,,, -2016,10,6,10,30,921,93,730,3,28,960,197.3,2,0.182,,,,,, -2016,10,6,11,30,941,99,816,2,29,960,196.4,1.3,0.182,,,,,, -2016,10,6,12,30,947,100,835,2,30,960,178.4,1.1,0.182,,,,,, -2016,10,6,13,30,935,97,784,1,31,960,166.8,1.3,0.182,,,,,, -2016,10,6,14,30,898,93,667,0,31,960,164.4,1.6,0.182,,,,,, -2016,10,6,15,30,834,81,495,0,30,960,164,1.9,0.182,,,,,, -2016,10,6,16,30,708,64,288,0,28,960,162.2,1.6,0.182,,,,,, -2016,10,6,17,30,400,32,77,5,25,960,156.2,1.2,0.182,,,,,, -2016,10,6,18,30,0,0,0,4,23,960,146.6,1.3,0.182,,,,,, -2016,10,6,19,30,0,0,0,3,23,960,151.3,1.6,0.182,,,,,, -2016,10,6,20,30,0,0,0,2,23,960,159.6,1.8,0.182,,,,,, -2016,10,6,21,30,0,0,0,1,22,960,167.8,1.9,0.182,,,,,, -2016,10,6,22,30,0,0,0,1,20,960,174.2,1.9,0.182,,,,,, -2016,10,6,23,30,0,0,0,2,18,960,179.3,1.8,0.182,,,,,, -2016,10,7,0,30,0,0,0,2,17,960,181.2,1.7,0.182,,,,,, -2016,10,7,1,30,0,0,0,1,17,960,180.1,1.6,0.182,,,,,, -2016,10,7,2,30,0,0,0,0,16,960,176.7,1.6,0.182,,,,,, -2016,10,7,3,30,0,0,0,0,16,960,173.8,1.5,0.182,,,,,, -2016,10,7,4,30,0,0,0,0,16,960,174.5,1.5,0.182,,,,,, -2016,10,7,5,30,0,0,0,0,15,960,177.3,1.4,0.182,,,,,, -2016,10,7,6,30,0,0,0,0,16,960,180,1.4,0.182,,,,,, -2016,10,7,7,30,608,48,175,0,20,960,186.1,2.1,0.182,,,,,, -2016,10,7,8,30,804,69,393,0,24,960,187.7,2.7,0.182,,,,,, -2016,10,7,9,30,895,81,588,0,28,960,190.9,2.3,0.182,,,,,, -2016,10,7,10,30,941,88,735,1,31,960,194.2,1.8,0.182,,,,,, -2016,10,7,11,30,961,92,820,2,32,960,208.6,1.5,0.182,,,,,, -2016,10,7,12,30,962,93,836,1,33,960,211.2,1.3,0.182,,,,,, -2016,10,7,13,30,944,91,781,1,34,960,206.5,1.2,0.182,,,,,, -2016,10,7,14,30,901,88,659,1,35,960,198.1,1.1,0.182,,,,,, -2016,10,7,15,30,827,78,485,2,34,960,180.3,1,0.182,,,,,, -2016,10,7,16,30,683,63,276,3,32,960,154.1,0.9,0.182,,,,,, -2016,10,7,17,30,349,32,70,9,29,960,127.1,1,0.178,,,,,, -2016,10,7,18,30,0,0,0,7,27,960,118.6,1.2,0.178,,,,,, -2016,10,7,19,30,0,0,0,6,25,960,124.5,1.5,0.178,,,,,, -2016,10,7,20,30,0,0,0,5,24,960,131.8,1.7,0.178,,,,,, -2016,10,7,21,30,0,0,0,6,24,960,136.5,1.8,0.178,,,,,, -2016,10,7,22,30,0,0,0,7,23,960,139.5,1.7,0.178,,,,,, -2016,10,7,23,30,0,0,0,8,23,960,143.1,1.6,0.178,,,,,, -2016,10,8,0,30,0,0,0,9,23,960,147.5,1.5,0.178,,,,,, -2016,10,8,1,30,0,0,0,9,23,960,149.1,1.5,0.178,,,,,, -2016,10,8,2,30,0,0,0,9,23,960,148.3,1.5,0.178,,,,,, -2016,10,8,3,30,0,0,0,8,24,960,150.7,1.5,0.178,,,,,, -2016,10,8,4,30,0,0,0,9,23,960,158.9,1.6,0.178,,,,,, -2016,10,8,5,30,0,0,0,11,22,960,167.4,1.5,0.178,,,,,, -2016,10,8,6,30,0,0,0,13,21,960,171.7,1.4,0.178,,,,,, -2016,10,8,7,30,198,80,121,14,21,960,169.9,2,0.178,,,,,, -2016,10,8,8,30,373,143,292,15,23,960,158.8,2.4,0.178,,,,,, -2016,10,8,9,30,599,158,495,14,25,960,146.9,2,0.178,,,,,, -2016,10,8,10,30,583,218,616,13,27,960,140.3,1.3,0.178,,,,,, -2016,10,8,11,30,854,120,764,12,30,960,164.9,0.7,0.178,,,,,, -2016,10,8,12,30,868,118,784,10,33,960,193.3,0.3,0.178,,,,,, -2016,10,8,13,30,865,110,738,9,34,960,245.8,0.3,0.178,,,,,, -2016,10,8,14,30,825,106,625,8,34,960,280.7,0.5,0.178,,,,,, -2016,10,8,15,30,755,93,460,7,34,960,290.6,0.9,0.178,,,,,, -2016,10,8,16,30,609,73,260,7,32,960,296.8,1.2,0.178,,,,,, -2016,10,8,17,30,272,34,62,11,29,960,304.3,1.1,0.178,,,,,, -2016,10,8,18,30,0,0,0,10,27,960,328,1.3,0.178,,,,,, -2016,10,8,19,30,0,0,0,11,25,960,338,1.6,0.178,,,,,, -2016,10,8,20,30,0,0,0,11,25,960,347.3,1.6,0.178,,,,,, -2016,10,8,21,30,0,0,0,12,24,960,1.1,1.2,0.178,,,,,, -2016,10,8,22,30,0,0,0,13,24,960,27.7,0.8,0.178,,,,,, -2016,10,8,23,30,0,0,0,13,23,960,81.1,0.8,0.178,,,,,, -2016,10,9,0,30,0,0,0,13,22,960,133.4,1,0.178,,,,,, -2016,10,9,1,30,0,0,0,13,22,960,172.5,1.2,0.178,,,,,, -2016,10,9,2,30,0,0,0,12,21,960,192.9,1.4,0.178,,,,,, -2016,10,9,3,30,0,0,0,12,21,960,203.9,1.4,0.178,,,,,, -2016,10,9,4,30,0,0,0,12,21,960,207.9,1.2,0.178,,,,,, -2016,10,9,5,30,0,0,0,12,20,960,203.8,0.9,0.178,,,,,, -2016,10,9,6,30,0,0,0,12,21,960,186.2,0.6,0.178,,,,,, -2016,10,9,7,30,459,57,150,12,23,960,163.7,0.5,0.178,,,,,, -2016,10,9,8,30,675,85,354,12,26,960,137,0.7,0.178,,,,,, -2016,10,9,9,30,783,101,539,13,29,960,93.3,0.9,0.178,,,,,, -2016,10,9,10,30,843,109,682,12,31,960,32.2,1.5,0.178,,,,,, -2016,10,9,11,30,864,117,765,12,33,960,356.9,2.1,0.178,,,,,, -2016,10,9,12,30,875,116,784,11,34,960,350.5,2.5,0.178,,,,,, -2016,10,9,13,30,869,110,737,10,35,960,346.5,2.7,0.178,,,,,, -2016,10,9,14,30,842,99,625,9,34,960,340.2,2.8,0.178,,,,,, -2016,10,9,15,30,774,86,459,9,34,960,335.5,2.8,0.178,,,,,, -2016,10,9,16,30,638,66,259,9,33,960,332.1,2.4,0.178,,,,,, -2016,10,9,17,30,314,30,61,11,30,960,328,1.8,0.178,,,,,, -2016,10,9,18,30,0,0,0,10,29,960,330.9,1.8,0.178,,,,,, -2016,10,9,19,30,0,0,0,10,28,960,335.5,2.2,0.178,,,,,, -2016,10,9,20,30,0,0,0,10,27,960,344.2,2.3,0.178,,,,,, -2016,10,9,21,30,0,0,0,10,27,960,356,2,0.178,,,,,, -2016,10,9,22,30,0,0,0,10,26,960,9.4,1.5,0.178,,,,,, -2016,10,9,23,30,0,0,0,10,25,960,20.3,1.2,0.178,,,,,, -2016,10,10,0,30,0,0,0,9,24,960,27.6,1,0.178,,,,,, -2016,10,10,1,30,0,0,0,9,23,960,26.6,0.7,0.178,,,,,, -2016,10,10,2,30,0,0,0,8,22,960,347.2,0.7,0.178,,,,,, -2016,10,10,3,30,0,0,0,8,21,960,294,0.9,0.178,,,,,, -2016,10,10,4,30,0,0,0,7,20,960,285.5,1.1,0.178,,,,,, -2016,10,10,5,30,0,0,0,7,20,960,283.2,1.2,0.178,,,,,, -2016,10,10,6,30,0,0,0,7,21,960,281.3,1.5,0.178,,,,,, -2016,10,10,7,30,456,57,149,7,23,960,278.7,2.4,0.178,,,,,, -2016,10,10,8,30,680,87,355,7,26,960,276,2.8,0.178,,,,,, -2016,10,10,9,30,792,102,543,6,29,960,290.5,2.6,0.178,,,,,, -2016,10,10,10,30,853,110,687,6,32,960,310.8,2.6,0.178,,,,,, -2016,10,10,11,30,909,102,780,5,33,960,321.1,2.6,0.178,,,,,, -2016,10,10,12,30,916,103,798,5,34,960,324.6,2.6,0.178,,,,,, -2016,10,10,13,30,905,100,748,4,34,960,325.2,2.7,0.178,,,,,, -2016,10,10,14,30,863,97,632,3,34,960,323,2.8,0.178,,,,,, -2016,10,10,15,30,789,86,463,3,33,960,318.5,3,0.178,,,,,, -2016,10,10,16,30,648,66,259,2,31,960,313.7,3,0.178,,,,,, -2016,10,10,17,30,308,30,58,6,29,960,310.1,2.6,0.178,,,,,, -2016,10,10,18,30,0,0,0,5,27,960,311.3,2.4,0.178,,,,,, -2016,10,10,19,30,0,0,0,4,27,960,317.8,2.4,0.178,,,,,, -2016,10,10,20,30,0,0,0,4,27,960,327.4,1.8,0.178,,,,,, -2016,10,10,21,30,0,0,0,3,26,960,339.3,1.3,0.178,,,,,, -2016,10,10,22,30,0,0,0,3,25,960,350.3,1,0.178,,,,,, -2016,10,10,23,30,0,0,0,3,24,960,3.9,0.6,0.178,,,,,, -2016,10,11,0,30,0,0,0,3,23,960,21.7,0.2,0.178,,,,,, -2016,10,11,1,30,0,0,0,3,22,960,53,0.2,0.178,,,,,, -2016,10,11,2,30,0,0,0,3,21,960,77.2,0.4,0.178,,,,,, -2016,10,11,3,30,0,0,0,4,20,960,89.2,0.7,0.178,,,,,, -2016,10,11,4,30,0,0,0,4,19,960,101.2,0.8,0.178,,,,,, -2016,10,11,5,30,0,0,0,4,18,960,113.6,0.8,0.178,,,,,, -2016,10,11,6,30,0,0,0,4,19,960,122.6,0.8,0.178,,,,,, -2016,10,11,7,30,590,44,161,5,23,960,122.5,1.3,0.178,,,,,, -2016,10,11,8,30,786,65,372,4,27,960,138.3,1.9,0.178,,,,,, -2016,10,11,9,30,876,76,561,5,30,960,147.7,2.1,0.178,,,,,, -2016,10,11,10,30,923,84,705,5,32,960,145,1.9,0.178,,,,,, -2016,10,11,11,30,934,94,786,5,33,960,148.3,1.5,0.178,,,,,, -2016,10,11,12,30,936,96,802,5,34,960,155,1.3,0.178,,,,,, -2016,10,11,13,30,919,95,749,4,35,960,161.2,1.3,0.178,,,,,, -2016,10,11,14,30,873,92,630,4,35,960,173.1,1.4,0.178,,,,,, -2016,10,11,15,30,787,86,458,4,34,960,185.1,1.5,0.178,,,,,, -2016,10,11,16,30,627,69,253,4,32,960,195.2,1.3,0.178,,,,,, -2016,10,11,17,30,265,30,53,7,29,960,213.9,0.8,0.178,,,,,, -2016,10,11,18,30,0,0,0,6,26,960,217.4,0.5,0.178,,,,,, -2016,10,11,19,30,0,0,0,6,26,960,210.6,0.5,0.178,,,,,, -2016,10,11,20,30,0,0,0,6,26,960,131.6,1,0.178,,,,,, -2016,10,11,21,30,0,0,0,5,26,960,111.3,1.5,0.178,,,,,, -2016,10,11,22,30,0,0,0,5,25,960,120.2,1.5,0.178,,,,,, -2016,10,11,23,30,0,0,0,5,23,960,129.4,1.5,0.178,,,,,, -2016,10,12,0,30,0,0,0,4,22,960,130.2,1.5,0.178,,,,,, -2016,10,12,1,30,0,0,0,4,20,960,127.3,1.5,0.178,,,,,, -2016,10,12,2,30,0,0,0,3,19,960,126.2,1.4,0.178,,,,,, -2016,10,12,3,30,0,0,0,3,18,960,127.1,1.2,0.178,,,,,, -2016,10,12,4,30,0,0,0,3,17,960,130.6,0.9,0.178,,,,,, -2016,10,12,5,30,0,0,0,3,17,960,139.3,0.7,0.178,,,,,, -2016,10,12,6,30,0,0,0,3,18,960,153.3,0.6,0.178,,,,,, -2016,10,12,7,30,491,55,151,3,21,960,151.7,0.7,0.178,,,,,, -2016,10,12,8,30,712,84,361,2,24,960,167.1,1,0.178,,,,,, -2016,10,12,9,30,814,88,535,2,26,960,139.8,1.2,0.178,,,,,, -2016,10,12,10,30,419,273,554,2,29,960,139.4,0.9,0.178,,,,,, -2016,10,12,11,30,921,105,784,2,30,960,139.3,0.5,0.178,,,,,, -2016,10,12,12,30,132,369,468,1,31,960,326.9,0.6,0.178,,,,,, -2016,10,12,13,30,336,318,555,1,31,960,317.1,1,0.178,,,,,, -2016,10,12,14,30,906,83,637,0,31,960,309.5,1.1,0.178,,,,,, -2016,10,12,15,30,856,69,469,0,32,960,299.9,0.9,0.178,,,,,, -2016,10,12,16,30,726,53,262,0,30,960,280.5,0.6,0.178,,,,,, -2016,10,12,17,30,381,24,56,4,27,960,266.6,0.4,0.178,,,,,, -2016,10,12,18,30,0,0,0,2,25,960,266.1,0.2,0.178,,,,,, -2016,10,12,19,30,0,0,0,2,24,960,295.5,0.6,0.178,,,,,, -2016,10,12,20,30,0,0,0,2,24,960,96.4,1.6,0.178,,,,,, -2016,10,12,21,30,0,0,0,2,23,960,110.8,2,0.178,,,,,, -2016,10,12,22,30,0,0,0,2,22,960,121.7,1.6,0.178,,,,,, -2016,10,12,23,30,0,0,0,2,22,960,132.6,1.2,0.178,,,,,, -2016,10,13,0,30,0,0,0,1,21,960,131.6,1.2,0.178,,,,,, -2016,10,13,1,30,0,0,0,1,20,960,125.1,1.2,0.178,,,,,, -2016,10,13,2,30,0,0,0,1,19,960,122.9,1.2,0.178,,,,,, -2016,10,13,3,30,0,0,0,1,18,960,125.8,1.2,0.178,,,,,, -2016,10,13,4,30,0,0,0,1,17,960,135.2,1.1,0.178,,,,,, -2016,10,13,5,30,0,0,0,1,16,960,149.3,1,0.178,,,,,, -2016,10,13,6,30,0,0,0,1,17,960,166.4,1.2,0.178,,,,,, -2016,10,13,7,30,555,47,153,1,20,960,181.6,1.9,0.178,,,,,, -2016,10,13,8,30,766,71,365,1,24,960,189.9,2.5,0.178,,,,,, -2016,10,13,9,30,867,84,557,1,28,960,178.3,2.3,0.178,,,,,, -2016,10,13,10,30,920,91,702,0,30,960,178,1.6,0.178,,,,,, -2016,10,13,11,30,944,95,787,0,31,960,187.8,0.8,0.178,,,,,, -2016,10,13,12,30,951,95,805,0,32,960,251.4,0.6,0.178,,,,,, -2016,10,13,13,30,940,92,753,-1,33,960,295.3,0.7,0.178,,,,,, -2016,10,13,14,30,906,86,635,-1,33,960,315.6,0.8,0.178,,,,,, -2016,10,13,15,30,838,75,463,-2,32,960,329.6,0.8,0.178,,,,,, -2016,10,13,16,30,697,58,255,-2,30,960,335.5,0.7,0.178,,,,,, -2016,10,13,17,30,331,25,51,1,28,960,341.3,0.8,0.178,,,,,, -2016,10,13,18,30,0,0,0,0,26,960,345.8,1,0.178,,,,,, -2016,10,13,19,30,0,0,0,0,26,960,352,1.1,0.178,,,,,, -2016,10,13,20,30,0,0,0,-1,25,960,2.3,1.2,0.178,,,,,, -2016,10,13,21,30,0,0,0,-1,24,960,19.8,1.2,0.178,,,,,, -2016,10,13,22,30,0,0,0,-1,22,960,43.3,1.1,0.178,,,,,, -2016,10,13,23,30,0,0,0,-1,20,960,71.9,1,0.178,,,,,, -2016,10,14,0,30,0,0,0,-1,19,960,101.2,0.9,0.178,,,,,, -2016,10,14,1,30,0,0,0,-1,18,960,127.3,0.8,0.178,,,,,, -2016,10,14,2,30,0,0,0,0,18,960,163,0.8,0.178,,,,,, -2016,10,14,3,30,0,0,0,0,17,960,196.8,0.7,0.178,,,,,, -2016,10,14,4,30,0,0,0,0,17,960,226.4,0.5,0.178,,,,,, -2016,10,14,5,30,0,0,0,0,16,960,253,0.5,0.178,,,,,, -2016,10,14,6,30,0,0,0,0,17,960,262.1,0.4,0.178,,,,,, -2016,10,14,7,30,552,46,150,0,21,960,250.1,0.6,0.178,,,,,, -2016,10,14,8,30,768,69,361,0,25,960,229.7,1,0.178,,,,,, -2016,10,14,9,30,867,81,551,0,28,960,241.2,1.2,0.178,,,,,, -2016,10,14,10,30,918,89,696,-1,31,960,270.6,1.2,0.178,,,,,, -2016,10,14,11,30,936,96,778,-1,33,960,296.2,1.1,0.178,,,,,, -2016,10,14,12,30,941,97,794,-2,34,960,299.7,0.9,0.178,,,,,, -2016,10,14,13,30,928,94,742,-2,34,960,290.2,0.9,0.178,,,,,, -2016,10,14,14,30,895,87,625,-3,34,960,282.2,1.1,0.178,,,,,, -2016,10,14,15,30,825,76,454,-3,33,960,280.7,1.3,0.178,,,,,, -2016,10,14,16,30,682,58,248,-3,31,960,289.2,1.3,0.178,,,,,, -2016,10,14,17,30,311,24,47,0,29,960,301.5,1.3,0.178,,,,,, -2016,10,14,18,30,0,0,0,0,28,960,319.3,1.6,0.178,,,,,, -2016,10,14,19,30,0,0,0,-1,27,960,333.7,1.7,0.178,,,,,, -2016,10,14,20,30,0,0,0,-1,26,960,353.8,1.4,0.178,,,,,, -2016,10,14,21,30,0,0,0,-1,25,960,21.3,1.1,0.178,,,,,, -2016,10,14,22,30,0,0,0,-2,25,960,60.2,1,0.178,,,,,, -2016,10,14,23,30,0,0,0,-2,24,960,117.1,1,0.178,,,,,, -2016,10,15,0,30,0,0,0,-2,24,960,146,1.1,0.178,,,,,, -2016,10,15,1,30,0,0,0,-2,23,960,156.7,1,0.178,,,,,, -2016,10,15,2,30,0,0,0,-1,21,960,156.5,0.9,0.178,,,,,, -2016,10,15,3,30,0,0,0,-1,20,960,154.8,0.7,0.178,,,,,, -2016,10,15,4,30,0,0,0,-1,18,960,156,0.5,0.178,,,,,, -2016,10,15,5,30,0,0,0,0,17,960,161.9,0.3,0.178,,,,,, -2016,10,15,6,30,0,0,0,0,18,960,173.4,0.2,0.178,,,,,, -2016,10,15,7,30,586,42,151,0,21,960,168.2,0.2,0.178,,,,,, -2016,10,15,8,30,796,63,364,0,24,960,181.4,0.6,0.178,,,,,, -2016,10,15,9,30,891,74,554,0,27,960,162.3,0.9,0.178,,,,,, -2016,10,15,10,30,941,81,699,0,30,960,143.9,0.7,0.178,,,,,, -2016,10,15,11,30,961,86,783,0,32,960,117,0.4,0.178,,,,,, -2016,10,15,12,30,966,88,800,-1,33,960,342.7,0.8,0.178,,,,,, -2016,10,15,13,30,952,86,747,-2,34,960,336.5,1,0.178,,,,,, -2016,10,15,14,30,904,86,626,-2,34,960,333.7,1.1,0.178,,,,,, -2016,10,15,15,30,827,77,453,-2,33,960,328.2,1.2,0.178,,,,,, -2016,10,15,16,30,670,60,244,-2,31,960,324.1,1.2,0.178,,,,,, -2016,10,15,17,30,264,24,43,0,28,960,323.3,1,0.174,,,,,, -2016,10,15,18,30,0,0,0,0,27,960,339.4,1.1,0.174,,,,,, -2016,10,15,19,30,0,0,0,0,26,960,2.6,1.1,0.174,,,,,, -2016,10,15,20,30,0,0,0,0,25,960,31.3,1.2,0.174,,,,,, -2016,10,15,21,30,0,0,0,0,24,960,65.8,1.1,0.174,,,,,, -2016,10,15,22,30,0,0,0,0,24,960,109.7,1.2,0.174,,,,,, -2016,10,15,23,30,0,0,0,1,23,960,129,1.3,0.174,,,,,, -2016,10,16,0,30,0,0,0,1,23,960,131.4,1.4,0.174,,,,,, -2016,10,16,1,30,0,0,0,2,22,960,132.7,1.4,0.174,,,,,, -2016,10,16,2,30,0,0,0,1,21,960,131.3,1.2,0.174,,,,,, -2016,10,16,3,30,0,0,0,1,20,960,124.5,1.1,0.174,,,,,, -2016,10,16,4,30,0,0,0,1,19,960,113.4,0.9,0.174,,,,,, -2016,10,16,5,30,0,0,0,0,18,960,101.9,0.9,0.174,,,,,, -2016,10,16,6,30,0,0,0,0,18,960,97.3,1,0.174,,,,,, -2016,10,16,7,30,542,45,144,0,21,960,102.3,1.5,0.174,,,,,, -2016,10,16,8,30,758,69,353,0,25,960,125.3,2.3,0.174,,,,,, -2016,10,16,9,30,854,83,540,2,28,960,144.1,2.7,0.174,,,,,, -2016,10,16,10,30,904,91,682,2,30,960,148.1,2.3,0.174,,,,,, -2016,10,16,11,30,550,250,646,1,31,960,146.7,1.5,0.174,,,,,, -2016,10,16,12,30,917,104,776,1,32,960,136.3,0.9,0.174,,,,,, -2016,10,16,13,30,467,264,586,0,33,960,119.3,0.8,0.174,,,,,, -2016,10,16,14,30,528,195,509,0,33,960,109.5,0.8,0.174,,,,,, -2016,10,16,15,30,792,81,437,0,32,960,108.4,1.1,0.174,,,,,, -2016,10,16,16,30,310,97,181,0,30,960,120.7,1.3,0.174,,,,,, -2016,10,16,17,30,106,23,30,2,27,960,127.1,1.5,0.174,,,,,, -2016,10,16,18,30,0,0,0,3,24,960,125.7,2.1,0.174,,,,,, -2016,10,16,19,30,0,0,0,4,24,960,122,2.7,0.174,,,,,, -2016,10,16,20,30,0,0,0,4,24,960,122.9,2.7,0.174,,,,,, -2016,10,16,21,30,0,0,0,5,24,960,126.4,2.4,0.174,,,,,, -2016,10,16,22,30,0,0,0,5,24,960,132.4,2.2,0.174,,,,,, -2016,10,16,23,30,0,0,0,5,23,960,138.3,2.1,0.174,,,,,, -2016,10,17,0,30,0,0,0,5,21,960,142.7,2,0.174,,,,,, -2016,10,17,1,30,0,0,0,5,20,960,143.9,1.9,0.174,,,,,, -2016,10,17,2,30,0,0,0,5,19,960,140,1.8,0.174,,,,,, -2016,10,17,3,30,0,0,0,4,19,960,135.2,1.7,0.174,,,,,, -2016,10,17,4,30,0,0,0,4,18,960,133.4,1.6,0.174,,,,,, -2016,10,17,5,30,0,0,0,5,18,960,132.8,1.6,0.174,,,,,, -2016,10,17,6,30,0,0,0,5,18,960,131.9,1.8,0.174,,,,,, -2016,10,17,7,30,517,45,138,5,21,960,128.7,2.8,0.174,,,,,, -2016,10,17,8,30,743,69,344,6,24,960,130,4.2,0.174,,,,,, -2016,10,17,9,30,845,82,531,5,27,960,137.2,4.7,0.174,,,,,, -2016,10,17,10,30,896,90,671,4,28,960,139.8,4.6,0.174,,,,,, -2016,10,17,11,30,909,99,750,4,29,960,137.4,4.4,0.174,,,,,, -2016,10,17,12,30,906,103,763,4,30,960,133.4,4.1,0.174,,,,,, -2016,10,17,13,30,887,101,709,4,31,960,129.4,4,0.174,,,,,, -2016,10,17,14,30,881,82,600,5,31,960,129.9,4,0.174,,,,,, -2016,10,17,15,30,808,71,431,6,30,960,132,3.9,0.174,,,,,, -2016,10,17,16,30,656,55,229,6,29,960,132.6,3.5,0.174,,,,,, -2016,10,17,17,30,257,21,36,7,26,960,134.6,2.5,0.174,,,,,, -2016,10,17,18,30,0,0,0,8,24,960,134.7,2.4,0.174,,,,,, -2016,10,17,19,30,0,0,0,8,24,960,129.6,3,0.174,,,,,, -2016,10,17,20,30,0,0,0,9,23,960,125.8,3.2,0.174,,,,,, -2016,10,17,21,30,0,0,0,9,23,960,123.3,3,0.174,,,,,, -2016,10,17,22,30,0,0,0,9,23,960,122.4,2.7,0.174,,,,,, -2016,10,17,23,30,0,0,0,9,22,960,120.4,2.4,0.174,,,,,, -2016,10,18,0,30,0,0,0,10,21,960,119.3,2.1,0.174,,,,,, -2016,10,18,1,30,0,0,0,10,20,960,120.7,1.9,0.174,,,,,, -2016,10,18,2,30,0,0,0,10,19,960,122.7,1.7,0.174,,,,,, -2016,10,18,3,30,0,0,0,10,18,960,123.2,1.5,0.174,,,,,, -2016,10,18,4,30,0,0,0,9,18,960,123.3,1.4,0.174,,,,,, -2016,10,18,5,30,0,0,0,9,18,960,124.1,1.3,0.174,,,,,, -2016,10,18,6,30,0,0,0,8,18,960,126.4,1.5,0.174,,,,,, -2016,10,18,7,30,517,43,134,8,21,960,131.7,2.3,0.174,,,,,, -2016,10,18,8,30,741,66,338,8,24,960,146.8,2.9,0.174,,,,,, -2016,10,18,9,30,844,78,524,9,27,960,168.7,2.5,0.174,,,,,, -2016,10,18,10,30,898,85,665,9,29,960,174.4,1.8,0.174,,,,,, -2016,10,18,11,30,909,95,743,9,30,960,163.9,1.5,0.174,,,,,, -2016,10,18,12,30,913,97,758,9,31,960,158.1,1.5,0.174,,,,,, -2016,10,18,13,30,896,95,705,8,32,960,160.6,1.6,0.174,,,,,, -2016,10,18,14,30,858,89,590,8,32,960,167,1.8,0.174,,,,,, -2016,10,18,15,30,773,80,421,7,31,960,171.8,1.9,0.174,,,,,, -2016,10,18,16,30,604,62,219,7,29,960,172.5,1.5,0.174,,,,,, -2016,10,18,17,30,178,21,31,7,26,960,171.9,1.1,0.174,,,,,, -2016,10,18,18,30,0,0,0,7,25,960,170.7,1.2,0.174,,,,,, -2016,10,18,19,30,0,0,0,7,24,960,170.3,1.2,0.174,,,,,, -2016,10,18,20,30,0,0,0,7,23,960,169.7,1.3,0.174,,,,,, -2016,10,18,21,30,0,0,0,7,23,960,166.6,1.3,0.174,,,,,, -2016,10,18,22,30,0,0,0,7,22,960,164.3,1.3,0.174,,,,,, -2016,10,18,23,30,0,0,0,7,21,960,163.2,1.4,0.174,,,,,, -2016,10,19,0,30,0,0,0,7,20,960,161.3,1.5,0.174,,,,,, -2016,10,19,1,30,0,0,0,7,19,960,158.8,1.5,0.174,,,,,, -2016,10,19,2,30,0,0,0,7,19,960,153.7,1.6,0.174,,,,,, -2016,10,19,3,30,0,0,0,7,18,960,149.5,1.6,0.174,,,,,, -2016,10,19,4,30,0,0,0,7,17,960,150.2,1.5,0.174,,,,,, -2016,10,19,5,30,0,0,0,6,17,960,153.6,1.5,0.174,,,,,, -2016,10,19,6,30,0,0,0,5,17,960,157,1.7,0.174,,,,,, -2016,10,19,7,30,465,49,129,4,19,960,159.8,2.6,0.174,,,,,, -2016,10,19,8,30,712,75,335,3,23,960,159.5,3.7,0.174,,,,,, -2016,10,19,9,30,828,89,523,3,27,960,173.5,4.3,0.174,,,,,, -2016,10,19,10,30,889,96,666,4,30,960,183,4.5,0.174,,,,,, -2016,10,19,11,30,898,109,745,3,31,960,185.4,4.3,0.174,,,,,, -2016,10,19,12,30,911,107,763,1,32,960,181,4.2,0.174,,,,,, -2016,10,19,13,30,902,101,711,0,33,960,176.2,4.2,0.174,,,,,, -2016,10,19,14,30,893,83,600,-1,33,960,173.2,4.3,0.174,,,,,, -2016,10,19,15,30,824,71,430,-2,33,960,170.8,4.4,0.174,,,,,, -2016,10,19,16,30,676,53,226,-3,31,960,167.7,3.7,0.174,,,,,, -2016,10,19,17,30,262,19,32,0,27,960,160.9,2.9,0.174,,,,,, -2016,10,19,18,30,0,0,0,-1,25,960,155.1,3.3,0.174,,,,,, -2016,10,19,19,30,0,0,0,-2,23,960,158,3.8,0.174,,,,,, -2016,10,19,20,30,0,0,0,-2,21,960,161.7,3.4,0.174,,,,,, -2016,10,19,21,30,0,0,0,-3,20,960,161.3,2.7,0.174,,,,,, -2016,10,19,22,30,0,0,0,-4,19,960,156.8,2.3,0.174,,,,,, -2016,10,19,23,30,0,0,0,-5,19,960,151.3,2,0.174,,,,,, -2016,10,20,0,30,0,0,0,-6,18,960,147.7,1.9,0.174,,,,,, -2016,10,20,1,30,0,0,0,-6,18,960,156.2,2.1,0.174,,,,,, -2016,10,20,2,30,0,0,0,-6,18,960,169.1,2.4,0.174,,,,,, -2016,10,20,3,30,0,0,0,-7,17,960,173.4,2.5,0.174,,,,,, -2016,10,20,4,30,0,0,0,-7,17,960,178.6,2.6,0.174,,,,,, -2016,10,20,5,30,0,0,0,-7,17,960,177.6,2.6,0.174,,,,,, -2016,10,20,6,30,0,0,0,-7,17,960,176.2,2.7,0.174,,,,,, -2016,10,20,7,30,595,39,141,-7,20,960,173,3.5,0.174,,,,,, -2016,10,20,8,30,807,60,352,-6,24,970,166.8,4,0.174,,,,,, -2016,10,20,9,30,899,72,540,-6,29,970,173.7,3.7,0.174,,,,,, -2016,10,20,10,30,944,80,682,-5,32,960,180.6,3.5,0.174,,,,,, -2016,10,20,11,30,943,94,757,-3,33,960,182.2,3.4,0.174,,,,,, -2016,10,20,12,30,941,95,768,-2,34,960,179.6,3.4,0.174,,,,,, -2016,10,20,13,30,920,93,711,0,35,960,176,3.4,0.174,,,,,, -2016,10,20,14,30,867,91,589,0,35,960,173.2,3.4,0.174,,,,,, -2016,10,20,15,30,787,78,418,1,35,960,171.7,3.2,0.174,,,,,, -2016,10,20,16,30,626,58,216,1,32,960,168.8,2.3,0.174,,,,,, -2016,10,20,17,30,201,18,28,2,28,960,159.6,1.5,0.174,,,,,, -2016,10,20,18,30,0,0,0,2,26,960,155.4,1.7,0.174,,,,,, -2016,10,20,19,30,0,0,0,2,25,960,158.2,1.8,0.174,,,,,, -2016,10,20,20,30,0,0,0,1,24,960,162.8,1.9,0.174,,,,,, -2016,10,20,21,30,0,0,0,2,23,960,167.3,1.9,0.174,,,,,, -2016,10,20,22,30,0,0,0,2,22,960,171.1,1.9,0.174,,,,,, -2016,10,20,23,30,0,0,0,2,22,960,174.9,2,0.174,,,,,, -2016,10,21,0,30,0,0,0,2,21,960,178.7,1.9,0.174,,,,,, -2016,10,21,1,30,0,0,0,3,21,960,181.5,1.8,0.174,,,,,, -2016,10,21,2,30,0,0,0,3,21,960,182.1,1.7,0.174,,,,,, -2016,10,21,3,30,0,0,0,3,21,960,179.7,1.6,0.174,,,,,, -2016,10,21,4,30,0,0,0,3,21,960,177.5,1.5,0.174,,,,,, -2016,10,21,5,30,0,0,0,3,21,960,178.7,1.4,0.174,,,,,, -2016,10,21,6,30,0,0,0,4,21,960,182.6,1.2,0.174,,,,,, -2016,10,21,7,30,470,47,125,4,23,960,189.2,1.3,0.174,,,,,, -2016,10,21,8,30,704,76,327,5,26,960,199.9,1.5,0.174,,,,,, -2016,10,21,9,30,810,92,511,7,29,960,205.8,1.2,0.174,,,,,, -2016,10,21,10,30,866,101,650,8,32,960,177.8,1,0.174,,,,,, -2016,10,21,11,30,891,107,730,7,33,960,150.8,1,0.174,,,,,, -2016,10,21,12,30,897,107,745,7,34,960,139.8,0.9,0.174,,,,,, -2016,10,21,13,30,881,104,691,6,35,960,140.3,0.7,0.174,,,,,, -2016,10,21,14,30,880,81,582,5,36,960,154.3,0.6,0.174,,,,,, -2016,10,21,15,30,804,70,414,4,35,960,177.4,0.6,0.174,,,,,, -2016,10,21,16,30,647,53,213,3,33,960,208,0.5,0.174,,,,,, -2016,10,21,17,30,218,17,26,4,31,960,217.2,0.4,0.174,,,,,, -2016,10,21,18,30,0,0,0,4,29,960,219.1,0.4,0.174,,,,,, -2016,10,21,19,30,0,0,0,4,28,960,202.7,0.3,0.174,,,,,, -2016,10,21,20,30,0,0,0,3,27,960,119.8,0.4,0.174,,,,,, -2016,10,21,21,30,0,0,0,3,25,960,109,0.7,0.174,,,,,, -2016,10,21,22,30,0,0,0,3,23,960,134.7,0.9,0.174,,,,,, -2016,10,21,23,30,0,0,0,2,22,960,158.2,1,0.174,,,,,, -2016,10,22,0,30,0,0,0,2,22,960,169.1,1.1,0.174,,,,,, -2016,10,22,1,30,0,0,0,3,21,960,169.5,1,0.174,,,,,, -2016,10,22,2,30,0,0,0,3,21,960,158.2,1,0.174,,,,,, -2016,10,22,3,30,0,0,0,4,20,960,140.9,1,0.174,,,,,, -2016,10,22,4,30,0,0,0,4,20,960,127.4,1,0.174,,,,,, -2016,10,22,5,30,0,0,0,4,20,960,120.5,1,0.174,,,,,, -2016,10,22,6,30,0,0,0,4,20,960,117.4,0.9,0.174,,,,,, -2016,10,22,7,30,442,47,120,4,23,960,116.6,0.8,0.174,,,,,, -2016,10,22,8,30,684,76,319,4,27,960,135.7,0.9,0.174,,,,,, -2016,10,22,9,30,796,93,501,5,30,960,195.3,1,0.174,,,,,, -2016,10,22,10,30,853,102,639,5,32,960,220,0.7,0.174,,,,,, -2016,10,22,11,30,894,100,722,5,34,960,267.1,0.5,0.174,,,,,, -2016,10,22,12,30,893,104,735,4,35,960,295.1,0.6,0.174,,,,,, -2016,10,22,13,30,871,104,681,3,36,960,289.6,0.8,0.174,,,,,, -2016,10,22,14,30,823,99,564,3,36,960,281.3,1.1,0.174,,,,,, -2016,10,22,15,30,727,88,396,2,35,960,279.1,1.4,0.174,,,,,, -2016,10,22,16,30,538,66,197,2,33,960,282.8,1.2,0.174,,,,,, -2016,10,22,17,30,100,17,21,3,29,960,285.1,1.1,0.174,,,,,, -2016,10,22,18,30,0,0,0,3,27,960,291.7,1.3,0.174,,,,,, -2016,10,22,19,30,0,0,0,3,26,960,301.4,1.2,0.174,,,,,, -2016,10,22,20,30,0,0,0,3,26,960,315.3,1.1,0.174,,,,,, -2016,10,22,21,30,0,0,0,3,26,960,333.1,0.9,0.174,,,,,, -2016,10,22,22,30,0,0,0,3,26,960,341.4,0.6,0.174,,,,,, -2016,10,22,23,30,0,0,0,3,26,960,319.4,0.4,0.174,,,,,, -2016,10,23,0,30,0,0,0,3,25,960,255.1,0.5,0.174,,,,,, -2016,10,23,1,30,0,0,0,3,24,960,249.7,0.8,0.174,,,,,, -2016,10,23,2,30,0,0,0,3,22,960,254.6,0.9,0.174,,,,,, -2016,10,23,3,30,0,0,0,3,21,960,258.2,0.9,0.174,,,,,, -2016,10,23,4,30,0,0,0,3,20,960,257.4,1,0.174,,,,,, -2016,10,23,5,30,0,0,0,3,19,960,254.9,0.9,0.174,,,,,, -2016,10,23,6,30,0,0,0,3,19,960,251.8,0.8,0.174,,,,,, -2016,10,23,7,30,441,47,118,3,22,960,249.4,1,0.174,,,,,, -2016,10,23,8,30,642,75,301,4,27,960,247,1.5,0.174,,,,,, -2016,10,23,9,30,654,123,456,5,30,960,229.3,1.7,0.174,,,,,, -2016,10,23,10,30,651,170,577,5,32,960,223.9,1.3,0.174,,,,,, -2016,10,23,11,30,512,249,603,5,33,960,248.5,1,0.174,,,,,, -2016,10,23,12,30,894,99,727,5,34,960,283.8,1.2,0.174,,,,,, -2016,10,23,13,30,878,95,673,6,34,960,302.9,1.5,0.174,,,,,, -2016,10,23,14,30,839,87,558,6,34,960,305.9,1.9,0.174,,,,,, -2016,10,23,15,30,759,75,392,7,33,960,303.7,2.4,0.174,,,,,, -2016,10,23,16,30,590,55,196,7,32,960,303.9,2.2,0.174,,,,,, -2016,10,23,17,30,142,15,20,7,30,960,306.6,1.9,0.174,,,,,, -2016,10,23,18,30,0,0,0,7,28,960,312.4,2.1,0.174,,,,,, -2016,10,23,19,30,0,0,0,7,27,960,318.3,2.5,0.174,,,,,, -2016,10,23,20,30,0,0,0,7,26,960,325.6,2.6,0.174,,,,,, -2016,10,23,21,30,0,0,0,7,25,960,333.8,2.2,0.174,,,,,, -2016,10,23,22,30,0,0,0,7,25,960,340.7,1.6,0.174,,,,,, -2016,10,23,23,30,0,0,0,7,25,960,340.2,1.2,0.174,,,,,, -2016,10,24,0,30,0,0,0,7,25,960,330.8,1,0.174,,,,,, -2016,10,24,1,30,0,0,0,7,24,960,326.1,0.9,0.174,,,,,, -2016,10,24,2,30,0,0,0,7,23,960,329.4,0.8,0.174,,,,,, -2016,10,24,3,30,0,0,0,7,22,960,345.9,0.5,0.174,,,,,, -2016,10,24,4,30,0,0,0,7,21,960,9.3,0.2,0.174,,,,,, -2016,10,24,5,30,0,0,0,7,21,960,228.4,0.2,0.174,,,,,, -2016,10,24,6,30,0,0,0,8,21,970,231.2,0.5,0.174,,,,,, -2016,10,24,7,30,213,59,92,8,23,970,248.4,0.8,0.174,,,,,, -2016,10,24,8,30,427,112,260,8,25,970,264.7,0.8,0.174,,,,,, -2016,10,24,9,30,381,196,388,9,28,970,228.8,0.5,0.174,,,,,, -2016,10,24,10,30,180,293,405,8,30,970,156.7,0.3,0.174,,,,,, -2016,10,24,11,30,224,329,484,7,31,970,12.9,0.7,0.174,,,,,, -2016,10,24,12,30,361,308,560,7,32,960,349.7,1.5,0.174,,,,,, -2016,10,24,13,30,183,313,433,7,32,960,342.5,2,0.174,,,,,, -2016,10,24,14,30,133,255,329,7,31,960,337,2.3,0.174,,,,,, -2016,10,24,15,30,0,128,128,6,30,960,329.7,1.9,0.174,,,,,, -2016,10,24,16,30,0,61,61,7,29,960,319.7,1.4,0.174,,,,,, -2016,10,24,17,30,0,5,5,7,27,960,318.4,1.4,0.174,,,,,, -2016,10,24,18,30,0,0,0,7,27,960,325.2,1.5,0.174,,,,,, -2016,10,24,19,30,0,0,0,7,27,960,330.7,1.3,0.174,,,,,, -2016,10,24,20,30,0,0,0,7,26,960,339,0.9,0.174,,,,,, -2016,10,24,21,30,0,0,0,7,26,960,23.5,0.7,0.174,,,,,, -2016,10,24,22,30,0,0,0,7,25,960,70,0.8,0.174,,,,,, -2016,10,24,23,30,0,0,0,7,24,960,85.3,1,0.174,,,,,, -2016,10,25,0,30,0,0,0,8,23,960,98.1,1.2,0.174,,,,,, -2016,10,25,1,30,0,0,0,8,22,960,110.9,1.5,0.174,,,,,, -2016,10,25,2,30,0,0,0,9,22,960,118.5,1.6,0.174,,,,,, -2016,10,25,3,30,0,0,0,9,22,960,117.9,1.7,0.174,,,,,, -2016,10,25,4,30,0,0,0,9,21,960,113,1.6,0.174,,,,,, -2016,10,25,5,30,0,0,0,10,20,960,109.5,1.6,0.174,,,,,, -2016,10,25,6,30,0,0,0,10,20,960,109.6,1.8,0.174,,,,,, -2016,10,25,7,30,377,48,106,10,22,970,117.4,2.6,0.174,,,,,, -2016,10,25,8,30,641,79,300,10,25,970,127.8,3.4,0.174,,,,,, -2016,10,25,9,30,767,95,479,11,28,970,141.9,3.2,0.174,,,,,, -2016,10,25,10,30,835,102,618,11,30,970,146.8,2.6,0.174,,,,,, -2016,10,25,11,30,847,115,694,10,31,960,144.4,1.9,0.174,,,,,, -2016,10,25,12,30,858,114,709,10,32,960,138.6,1.4,0.174,,,,,, -2016,10,25,13,30,847,108,658,9,32,960,130.9,1.3,0.174,,,,,, -2016,10,25,14,30,825,92,548,9,32,960,128.8,1.2,0.174,,,,,, -2016,10,25,15,30,746,78,384,9,31,960,129.9,1.1,0.174,,,,,, -2016,10,25,16,30,575,56,189,8,30,960,128.1,0.8,0.174,,,,,, -2016,10,25,17,30,120,13,16,9,28,960,121.7,0.6,0.174,,,,,, -2016,10,25,18,30,0,0,0,8,26,960,96.8,0.6,0.174,,,,,, -2016,10,25,19,30,0,0,0,8,25,960,77.2,0.7,0.174,,,,,, -2016,10,25,20,30,0,0,0,8,24,960,68.8,0.9,0.174,,,,,, -2016,10,25,21,30,0,0,0,8,23,960,70.7,1,0.174,,,,,, -2016,10,25,22,30,0,0,0,8,22,960,79.7,1,0.174,,,,,, -2016,10,25,23,30,0,0,0,8,21,960,94.7,1,0.174,,,,,, -2016,10,26,0,30,0,0,0,8,21,960,112.6,1,0.174,,,,,, -2016,10,26,1,30,0,0,0,8,20,960,134.7,1,0.174,,,,,, -2016,10,26,2,30,0,0,0,8,20,960,155.7,1,0.174,,,,,, -2016,10,26,3,30,0,0,0,8,19,960,167.4,1,0.174,,,,,, -2016,10,26,4,30,0,0,0,8,19,960,165.7,1,0.174,,,,,, -2016,10,26,5,30,0,0,0,8,19,960,158.2,1,0.174,,,,,, -2016,10,26,6,30,0,0,0,8,19,960,159.3,0.9,0.174,,,,,, -2016,10,26,7,30,465,41,111,8,22,970,167,1.4,0.174,,,,,, -2016,10,26,8,30,714,66,309,8,26,970,170.6,1.8,0.174,,,,,, -2016,10,26,9,30,827,79,491,9,29,970,169.2,1,0.174,,,,,, -2016,10,26,10,30,887,86,630,9,32,970,141.4,0.5,0.174,,,,,, -2016,10,26,11,30,911,91,709,9,33,960,1.6,0.9,0.174,,,,,, -2016,10,26,12,30,917,90,723,8,34,960,357.6,1.1,0.174,,,,,, -2016,10,26,13,30,901,88,669,8,34,960,357.2,1.1,0.174,,,,,, -2016,10,26,14,30,875,77,556,7,34,960,351.9,1.1,0.174,,,,,, -2016,10,26,15,30,795,67,389,6,33,960,340.4,1,0.174,,,,,, -2016,10,26,16,30,626,49,191,6,31,960,324.3,0.7,0.174,,,,,, -2016,10,26,17,30,151,12,15,7,28,960,322.7,0.5,0.174,,,,,, -2016,10,26,18,30,0,0,0,7,25,960,333,0.6,0.174,,,,,, -2016,10,26,19,30,0,0,0,7,24,960,352.9,0.7,0.174,,,,,, -2016,10,26,20,30,0,0,0,7,24,960,11.2,0.8,0.174,,,,,, -2016,10,26,21,30,0,0,0,6,24,960,28.1,0.9,0.174,,,,,, -2016,10,26,22,30,0,0,0,6,24,960,39.6,0.9,0.174,,,,,, -2016,10,26,23,30,0,0,0,6,23,960,49.6,0.8,0.174,,,,,, -2016,10,27,0,30,0,0,0,5,22,960,68,0.6,0.174,,,,,, -2016,10,27,1,30,0,0,0,5,22,960,115.4,0.6,0.174,,,,,, -2016,10,27,2,30,0,0,0,5,22,960,164.5,0.8,0.174,,,,,, -2016,10,27,3,30,0,0,0,5,22,960,176.1,0.9,0.174,,,,,, -2016,10,27,4,30,0,0,0,5,21,960,178.4,1,0.174,,,,,, -2016,10,27,5,30,0,0,0,5,21,960,179.4,1,0.174,,,,,, -2016,10,27,6,30,0,0,0,4,22,960,179.3,1,0.174,,,,,, -2016,10,27,7,30,165,53,77,4,24,960,176.3,1.3,0.174,,,,,, -2016,10,27,8,30,264,129,218,4,26,960,177.6,1.7,0.174,,,,,, -2016,10,27,9,30,663,116,443,5,29,960,183,1,0.174,,,,,, -2016,10,27,10,30,611,177,550,5,32,960,199.1,0.5,0.174,,,,,, -2016,10,27,11,30,395,286,552,6,33,960,354.5,1.1,0.174,,,,,, -2016,10,27,12,30,346,305,543,6,35,960,355.8,1.2,0.174,,,,,, -2016,10,27,13,30,388,269,517,6,36,960,350.1,1.1,0.174,,,,,, -2016,10,27,14,30,440,203,443,7,36,960,329.4,1.2,0.174,,,,,, -2016,10,27,15,30,439,135,311,7,35,960,307.7,1.6,0.174,,,,,, -2016,10,27,16,30,324,77,150,7,33,960,304.4,1.3,0.174,,,,,, -2016,10,27,17,30,0,10,10,8,31,960,311.6,0.9,0.174,,,,,, -2016,10,27,18,30,0,0,0,7,30,960,327.1,0.9,0.174,,,,,, -2016,10,27,19,30,0,0,0,7,30,960,339.7,0.9,0.174,,,,,, -2016,10,27,20,30,0,0,0,7,29,960,356.1,1,0.174,,,,,, -2016,10,27,21,30,0,0,0,7,28,960,11.1,1,0.174,,,,,, -2016,10,27,22,30,0,0,0,7,26,960,15.3,0.8,0.174,,,,,, -2016,10,27,23,30,0,0,0,7,25,960,7,0.5,0.174,,,,,, -2016,10,28,0,30,0,0,0,7,25,960,340.5,0.3,0.174,,,,,, -2016,10,28,1,30,0,0,0,7,25,960,252.9,0.3,0.174,,,,,, -2016,10,28,2,30,0,0,0,7,24,960,243.2,0.3,0.174,,,,,, -2016,10,28,3,30,0,0,0,7,24,960,267.9,0.4,0.174,,,,,, -2016,10,28,4,30,0,0,0,6,24,960,289.5,0.5,0.174,,,,,, -2016,10,28,5,30,0,0,0,6,24,960,321,0.6,0.174,,,,,, -2016,10,28,6,30,0,0,0,5,24,960,341.6,0.7,0.174,,,,,, -2016,10,28,7,30,242,57,92,5,25,960,349,0.7,0.174,,,,,, -2016,10,28,8,30,53,132,149,5,27,960,337.9,0.9,0.174,,,,,, -2016,10,28,9,30,332,198,361,6,29,960,306.4,1.1,0.174,,,,,, -2016,10,28,10,30,33,243,264,6,31,960,319.8,1.1,0.174,,,,,, -2016,10,28,11,30,391,285,547,6,32,960,356.4,1,0.174,,,,,, -2016,10,28,12,30,567,226,612,5,33,960,6.9,0.9,0.174,,,,,, -2016,10,28,13,30,881,93,654,5,33,960,348.2,0.7,0.174,,,,,, -2016,10,28,14,30,841,85,539,4,33,960,308.9,0.8,0.174,,,,,, -2016,10,28,15,30,248,162,261,3,32,960,288.8,1.3,0.174,,,,,, -2016,10,28,16,30,195,83,126,3,30,960,285.1,1.4,0.174,,,,,, -2016,10,28,17,30,0,8,8,4,26,960,284.1,1.2,0.174,,,,,, -2016,10,28,18,30,0,0,0,4,24,960,288.7,1,0.174,,,,,, -2016,10,28,19,30,0,0,0,4,24,960,305.6,0.7,0.174,,,,,, -2016,10,28,20,30,0,0,0,4,24,960,333.6,0.5,0.174,,,,,, -2016,10,28,21,30,0,0,0,4,24,960,349.5,0.2,0.174,,,,,, -2016,10,28,22,30,0,0,0,4,24,960,3.2,0.1,0.174,,,,,, -2016,10,28,23,30,0,0,0,4,23,960,171.8,0.4,0.174,,,,,, -2016,10,29,0,30,0,0,0,3,23,960,170.6,0.6,0.174,,,,,, -2016,10,29,1,30,0,0,0,3,22,960,170.1,0.6,0.174,,,,,, -2016,10,29,2,30,0,0,0,3,22,960,164.6,0.6,0.174,,,,,, -2016,10,29,3,30,0,0,0,3,21,960,156,0.5,0.174,,,,,, -2016,10,29,4,30,0,0,0,3,20,960,153.1,0.5,0.174,,,,,, -2016,10,29,5,30,0,0,0,3,19,960,161.5,0.5,0.174,,,,,, -2016,10,29,6,30,0,0,0,3,19,960,180.7,0.5,0.174,,,,,, -2016,10,29,7,30,483,36,104,3,21,960,200.9,0.8,0.174,,,,,, -2016,10,29,8,30,729,59,299,3,25,970,219.4,1.4,0.174,,,,,, -2016,10,29,9,30,833,73,478,3,28,970,218.4,1.4,0.174,,,,,, -2016,10,29,10,30,886,81,613,3,31,960,229,1.1,0.174,,,,,, -2016,10,29,11,30,897,91,688,4,32,960,257.2,0.9,0.174,,,,,, -2016,10,29,12,30,901,92,701,4,33,960,287.4,0.9,0.174,,,,,, -2016,10,29,13,30,885,89,648,4,34,960,319.7,1.1,0.174,,,,,, -2016,10,29,14,30,841,83,534,4,33,960,333.2,1.2,0.174,,,,,, -2016,10,29,15,30,758,72,370,4,33,960,330.3,1.4,0.174,,,,,, -2016,10,29,16,30,574,52,176,4,31,960,317.3,1.2,0.174,,,,,, -2016,10,29,17,30,0,0,0,5,29,960,306,1,0.174,,,,,, -2016,10,29,18,30,0,0,0,5,27,960,303.4,1.3,0.174,,,,,, -2016,10,29,19,30,0,0,0,5,26,960,309.5,1.6,0.174,,,,,, -2016,10,29,20,30,0,0,0,5,25,960,321.8,1.7,0.174,,,,,, -2016,10,29,21,30,0,0,0,5,24,960,338.4,1.6,0.174,,,,,, -2016,10,29,22,30,0,0,0,5,23,960,354.6,1.3,0.174,,,,,, -2016,10,29,23,30,0,0,0,4,23,960,2.9,1.1,0.174,,,,,, -2016,10,30,0,30,0,0,0,4,23,960,1,1,0.174,,,,,, -2016,10,30,1,30,0,0,0,4,22,960,350,0.9,0.174,,,,,, -2016,10,30,2,30,0,0,0,4,21,960,337.7,0.9,0.174,,,,,, -2016,10,30,3,30,0,0,0,4,20,960,342.2,0.8,0.174,,,,,, -2016,10,30,4,30,0,0,0,4,20,960,358.2,0.6,0.174,,,,,, -2016,10,30,5,30,0,0,0,4,20,960,8.4,0.5,0.174,,,,,, -2016,10,30,6,30,0,0,0,4,20,960,14.5,0.4,0.174,,,,,, -2016,10,30,7,30,446,39,100,4,22,960,23.7,0.3,0.174,,,,,, -2016,10,30,8,30,398,112,242,4,25,960,343.1,0.4,0.174,,,,,, -2016,10,30,9,30,649,116,430,5,28,960,110.8,1,0.174,,,,,, -2016,10,30,10,30,618,170,539,5,31,960,95.5,1.7,0.174,,,,,, -2016,10,30,11,30,781,143,660,5,32,960,66.4,2.3,0.174,,,,,, -2016,10,30,12,30,509,242,585,6,33,960,52,2.9,0.174,,,,,, -2016,10,30,13,30,363,268,496,6,33,960,50.6,3.4,0.174,,,,,, -2016,10,30,14,30,744,114,510,7,33,960,55.9,3.9,0.174,,,,,, -2016,10,30,15,30,501,118,313,7,32,960,62.2,4.1,0.174,,,,,, -2016,10,30,16,30,348,72,146,7,30,960,69.8,3.7,0.174,,,,,, -2016,10,30,17,30,0,0,0,7,27,960,82.6,2.8,0.174,,,,,, -2016,10,30,18,30,0,0,0,7,26,960,104,2.6,0.174,,,,,, -2016,10,30,19,30,0,0,0,7,25,960,118.7,2.7,0.174,,,,,, -2016,10,30,20,30,0,0,0,7,25,960,126.6,2.6,0.174,,,,,, -2016,10,30,21,30,0,0,0,7,26,960,128.9,2.5,0.174,,,,,, -2016,10,30,22,30,0,0,0,7,25,960,130.3,2.4,0.174,,,,,, -2016,10,30,23,30,0,0,0,7,24,960,131.8,2.5,0.174,,,,,, -2016,10,31,0,30,0,0,0,7,23,960,132.1,2.7,0.174,,,,,, -2016,10,31,1,30,0,0,0,7,22,960,132.2,2.8,0.174,,,,,, -2016,10,31,2,30,0,0,0,7,21,960,132,2.7,0.174,,,,,, -2016,10,31,3,30,0,0,0,7,20,960,131.9,2.5,0.174,,,,,, -2016,10,31,4,30,0,0,0,7,19,960,131.6,2.3,0.174,,,,,, -2016,10,31,5,30,0,0,0,7,19,960,130.5,2,0.174,,,,,, -2016,10,31,6,30,0,0,0,7,19,960,128.1,2,0.174,,,,,, -2016,10,31,7,30,411,38,94,7,21,960,123.2,2.9,0.174,,,,,, -2016,10,31,8,30,602,79,273,8,24,960,124.5,3.5,0.174,,,,,, -2016,10,31,9,30,697,102,436,9,26,960,133.7,3.2,0.174,,,,,, -2016,10,31,10,30,583,180,526,10,28,960,128.5,2.8,0.174,,,,,, -2016,10,31,11,30,427,269,550,11,29,960,118.3,2.7,0.174,,,,,, -2016,10,31,12,30,273,312,495,11,29,960,116.3,2.8,0.174,,,,,, -2016,10,31,13,30,413,253,511,11,29,960,120,3.1,0.174,,,,,, -2016,10,31,14,30,817,87,518,11,29,960,126.5,3.4,0.174,,,,,, -2016,10,31,15,30,244,157,251,11,28,960,130,3.6,0.174,,,,,, -2016,10,31,16,30,170,80,115,11,27,960,129.2,3.4,0.174,,,,,, -2005,10,31,17,30,0,0,0,-1,21,970,197.5,1.3,0.176,,,,,, -2005,10,31,18,30,0,0,0,-4,19,970,188.8,1.4,0.176,,,,,, -2005,10,31,19,30,0,0,0,-5,18,970,180.1,1.4,0.176,,,,,, -2005,10,31,20,30,0,0,0,-6,17,970,168.6,1.4,0.176,,,,,, -2005,10,31,21,30,0,0,0,-6,16,970,159.6,1.6,0.176,,,,,, -2005,10,31,22,30,0,0,0,-6,15,970,160,1.8,0.176,,,,,, -2005,10,31,23,30,0,0,0,-5,15,970,165.1,2.1,0.176,,,,,, -2005,11,1,0,30,0,0,0,-5,15,970,169.7,2.1,0.176,,,,,, -2005,11,1,1,30,0,0,0,-6,15,970,170.5,1.9,0.176,,,,,, -2005,11,1,2,30,0,0,0,-6,14,970,171,1.8,0.176,,,,,, -2005,11,1,3,30,0,0,0,-6,14,970,176.2,1.7,0.176,,,,,, -2005,11,1,4,30,0,0,0,-6,13,970,184.5,1.7,0.176,,,,,, -2005,11,1,5,30,0,0,0,-6,13,970,194.7,1.6,0.176,,,,,, -2005,11,1,6,30,0,0,0,-6,13,970,202.3,1.7,0.176,,,,,, -2005,11,1,7,30,492,37,102,-7,16,970,207.3,2.4,0.176,,,,,, -2005,11,1,8,30,763,61,305,-7,20,970,206.7,2.7,0.176,,,,,, -2005,11,1,9,30,875,74,491,-6,24,970,200.3,2.1,0.176,,,,,, -2005,11,1,10,30,930,82,631,-6,27,970,195.6,1.7,0.176,,,,,, -2005,11,1,11,30,952,88,711,-6,29,970,173.3,1.6,0.176,,,,,, -2005,11,1,12,30,957,88,725,-7,30,970,170.2,1.4,0.176,,,,,, -2005,11,1,13,30,942,85,670,-7,31,970,173.7,1,0.176,,,,,, -2005,11,1,14,30,885,84,548,-7,31,960,174.1,0.7,0.176,,,,,, -2005,11,1,15,30,416,131,290,-7,30,960,165.4,0.5,0.176,,,,,, -2005,11,1,16,30,302,73,135,-3,27,960,138.9,0.5,0.176,,,,,, -2005,11,1,17,30,0,0,0,-1,25,960,116.9,0.7,0.176,,,,,, -2005,11,1,18,30,0,0,0,-3,22,960,118.8,0.9,0.176,,,,,, -2005,11,1,19,30,0,0,0,-3,20,960,120.9,1,0.176,,,,,, -2005,11,1,20,30,0,0,0,-3,18,960,111.9,1.1,0.176,,,,,, -2005,11,1,21,30,0,0,0,-4,18,960,100.1,1.2,0.176,,,,,, -2005,11,1,22,30,0,0,0,-4,17,960,93.2,1.2,0.176,,,,,, -2005,11,1,23,30,0,0,0,-4,17,960,93,1.1,0.176,,,,,, -2005,11,2,0,30,0,0,0,-3,16,960,99.4,0.7,0.176,,,,,, -2005,11,2,1,30,0,0,0,-3,16,960,116.4,0.4,0.176,,,,,, -2005,11,2,2,30,0,0,0,-3,16,960,221.8,0.5,0.176,,,,,, -2005,11,2,3,30,0,0,0,-3,16,960,263.2,1,0.176,,,,,, -2005,11,2,4,30,0,0,0,-2,15,960,279.7,1.2,0.176,,,,,, -2005,11,2,5,30,0,0,0,-2,15,960,293.8,1.3,0.176,,,,,, -2005,11,2,6,30,0,0,0,-2,15,970,302.2,1.3,0.176,,,,,, -2005,11,2,7,30,143,47,66,-2,16,970,305.8,1.4,0.176,,,,,, -2005,11,2,8,30,719,69,296,-2,19,970,308.5,2.2,0.176,,,,,, -2005,11,2,9,30,837,86,481,-2,22,970,305.2,2.9,0.176,,,,,, -2005,11,2,10,30,446,224,486,-3,25,970,319,2.8,0.176,,,,,, -2005,11,2,11,30,937,93,704,-3,26,970,332.8,2.6,0.176,,,,,, -2005,11,2,12,30,551,222,587,-4,27,960,339.6,2.7,0.176,,,,,, -2005,11,2,13,30,586,190,551,-5,28,960,343.9,2.7,0.176,,,,,, -2005,11,2,14,30,523,169,442,-5,28,960,343.1,2.4,0.176,,,,,, -2005,11,2,15,30,485,117,301,-5,27,960,335.8,1.9,0.176,,,,,, -2005,11,2,16,30,321,66,131,0,25,960,323.5,1.3,0.176,,,,,, -2005,11,2,17,30,0,0,0,-1,24,960,296.6,1,0.176,,,,,, -2005,11,2,18,30,0,0,0,-2,23,960,299.4,0.9,0.176,,,,,, -2005,11,2,19,30,0,0,0,-3,21,960,319.1,0.7,0.176,,,,,, -2005,11,2,20,30,0,0,0,-3,21,960,10.6,0.6,0.176,,,,,, -2005,11,2,21,30,0,0,0,-3,20,960,43.3,0.7,0.176,,,,,, -2005,11,2,22,30,0,0,0,-3,19,960,66.6,0.8,0.176,,,,,, -2005,11,2,23,30,0,0,0,-3,18,960,86.8,0.8,0.176,,,,,, -2005,11,3,0,30,0,0,0,-2,18,960,107.5,0.9,0.176,,,,,, -2005,11,3,1,30,0,0,0,-2,17,960,129.7,1,0.176,,,,,, -2005,11,3,2,30,0,0,0,-1,17,960,141.1,1.1,0.176,,,,,, -2005,11,3,3,30,0,0,0,-1,17,960,151.7,1.2,0.176,,,,,, -2005,11,3,4,30,0,0,0,-1,17,960,157.7,1.2,0.176,,,,,, -2005,11,3,5,30,0,0,0,-1,17,960,163.6,1,0.176,,,,,, -2005,11,3,6,30,0,0,0,0,17,960,172.5,0.7,0.176,,,,,, -2005,11,3,7,30,0,5,5,0,18,960,191.6,0.6,0.176,,,,,, -2005,11,3,8,30,0,81,81,1,20,960,262.7,1.1,0.176,,,,,, -2005,11,3,9,30,0,141,141,0,21,970,291.6,1.2,0.176,,,,,, -2005,11,3,10,30,8,191,196,2,22,960,319,0.9,0.176,,,,,, -2005,11,3,11,30,17,233,244,4,23,960,335.3,0.8,0.176,,,,,, -2005,11,3,12,30,83,305,359,4,24,960,346.2,1.2,0.176,,,,,, -2005,11,3,13,30,254,282,438,3,25,960,347.6,1.5,0.176,,,,,, -2005,11,3,14,30,32,207,224,3,26,960,346.4,1.4,0.176,,,,,, -2005,11,3,15,30,696,85,347,3,25,960,341.9,0.9,0.176,,,,,, -2005,11,3,16,30,491,58,156,3,23,960,319.9,0.6,0.176,,,,,, -2005,11,3,17,30,0,0,0,4,21,960,268.2,0.5,0.176,,,,,, -2005,11,3,18,30,0,0,0,3,20,960,247.6,0.5,0.176,,,,,, -2005,11,3,19,30,0,0,0,3,19,960,192.6,0.6,0.176,,,,,, -2005,11,3,20,30,0,0,0,3,19,960,140,1,0.176,,,,,, -2005,11,3,21,30,0,0,0,3,19,960,128.1,1.4,0.176,,,,,, -2005,11,3,22,30,0,0,0,3,19,960,130.8,1.5,0.176,,,,,, -2005,11,3,23,30,0,0,0,3,18,960,134,1.3,0.176,,,,,, -2005,11,4,0,30,0,0,0,3,17,960,138.1,1.3,0.176,,,,,, -2005,11,4,1,30,0,0,0,3,15,960,140.4,1.2,0.176,,,,,, -2005,11,4,2,30,0,0,0,3,14,960,141,1.2,0.176,,,,,, -2005,11,4,3,30,0,0,0,3,14,960,143.4,1.1,0.176,,,,,, -2005,11,4,4,30,0,0,0,3,13,960,149.1,1.1,0.176,,,,,, -2005,11,4,5,30,0,0,0,3,12,960,154,1.1,0.176,,,,,, -2005,11,4,6,30,0,0,0,4,12,960,157.7,1,0.176,,,,,, -2005,11,4,7,30,418,37,88,4,14,960,161,1.3,0.176,,,,,, -2005,11,4,8,30,703,66,284,4,18,960,168.9,2.2,0.176,,,,,, -2005,11,4,9,30,825,82,466,4,21,960,169.1,2.9,0.176,,,,,, -2005,11,4,10,30,887,90,604,2,24,960,174,2.8,0.176,,,,,, -2005,11,4,11,30,928,89,686,2,25,960,178.2,2.5,0.176,,,,,, -2005,11,4,12,30,934,90,700,1,26,960,176.9,2.5,0.176,,,,,, -2005,11,4,13,30,916,88,646,0,27,960,176.1,2.8,0.176,,,,,, -2005,11,4,14,30,862,85,527,0,26,960,179.4,3,0.176,,,,,, -2005,11,4,15,30,772,72,360,0,25,960,183.5,3,0.176,,,,,, -2005,11,4,16,30,576,50,163,-1,23,960,188.6,2.2,0.176,,,,,, -2005,11,4,17,30,0,0,0,0,20,960,202,1.3,0.176,,,,,, -2005,11,4,18,30,0,0,0,0,20,960,204.6,1,0.176,,,,,, -2005,11,4,19,30,0,0,0,0,19,960,190.9,0.9,0.176,,,,,, -2005,11,4,20,30,0,0,0,0,19,960,165.1,0.9,0.176,,,,,, -2005,11,4,21,30,0,0,0,0,18,960,151.9,1,0.176,,,,,, -2005,11,4,22,30,0,0,0,0,18,960,139.8,1.2,0.176,,,,,, -2005,11,4,23,30,0,0,0,0,17,960,128.4,1.4,0.176,,,,,, -2005,11,5,0,30,0,0,0,-1,16,960,123.2,1.4,0.176,,,,,, -2005,11,5,1,30,0,0,0,-1,14,960,120.2,1.4,0.176,,,,,, -2005,11,5,2,30,0,0,0,-1,13,960,121.1,1.4,0.176,,,,,, -2005,11,5,3,30,0,0,0,-1,13,960,128.4,1.4,0.176,,,,,, -2005,11,5,4,30,0,0,0,-1,12,960,140,1.5,0.176,,,,,, -2005,11,5,5,30,0,0,0,0,12,960,153,1.5,0.176,,,,,, -2005,11,5,6,30,0,0,0,0,12,960,165.2,1.4,0.176,,,,,, -2005,11,5,7,30,470,33,89,0,14,960,174,2,0.176,,,,,, -2005,11,5,8,30,751,58,287,0,17,960,181.1,3,0.176,,,,,, -2005,11,5,9,30,867,71,471,0,20,960,188.8,3,0.176,,,,,, -2005,11,5,10,30,924,78,610,-1,23,960,198.4,2.5,0.176,,,,,, -2005,11,5,11,30,956,80,691,-3,24,960,203.6,1.7,0.176,,,,,, -2005,11,5,12,30,963,80,705,-4,25,960,204.7,1,0.176,,,,,, -2005,11,5,13,30,949,77,651,-4,26,960,198,0.7,0.176,,,,,, -2005,11,5,14,30,899,74,532,-5,26,960,197,0.5,0.176,,,,,, -2005,11,5,15,30,816,63,364,-5,25,960,203.4,0.3,0.176,,,,,, -2005,11,5,16,30,629,44,165,-4,23,960,180.9,0.3,0.176,,,,,, -2005,11,5,17,30,0,0,0,-2,20,960,141.1,0.5,0.176,,,,,, -2005,11,5,18,30,0,0,0,-3,20,960,137.3,0.8,0.176,,,,,, -2005,11,5,19,30,0,0,0,-3,19,960,133.7,1.1,0.176,,,,,, -2005,11,5,20,30,0,0,0,-4,16,960,131.2,1.2,0.176,,,,,, -2005,11,5,21,30,0,0,0,-4,14,960,128.2,1.2,0.176,,,,,, -2005,11,5,22,30,0,0,0,-4,13,960,130.3,1.2,0.176,,,,,, -2005,11,5,23,30,0,0,0,-4,13,960,137.2,1.1,0.176,,,,,, -2005,11,6,0,30,0,0,0,-4,12,960,150,1.1,0.176,,,,,, -2005,11,6,1,30,0,0,0,-4,12,960,170.5,1.1,0.176,,,,,, -2005,11,6,2,30,0,0,0,-4,12,960,193.9,1.1,0.176,,,,,, -2005,11,6,3,30,0,0,0,-4,11,960,212.6,1.1,0.176,,,,,, -2005,11,6,4,30,0,0,0,-4,11,960,225.7,1.1,0.176,,,,,, -2005,11,6,5,30,0,0,0,-4,11,960,236.7,1.2,0.176,,,,,, -2005,11,6,6,30,0,0,0,-4,11,960,246,1.3,0.176,,,,,, -2005,11,6,7,30,488,31,88,-4,14,960,249.7,1.4,0.176,,,,,, -2005,11,6,8,30,729,50,271,-4,18,960,253.5,1.5,0.176,,,,,, -2005,11,6,9,30,557,134,389,-5,22,960,243.2,1,0.176,,,,,, -2005,11,6,10,30,595,168,507,-5,25,960,197.4,0.7,0.176,,,,,, -2005,11,6,11,30,515,224,551,-5,26,960,206.1,0.8,0.176,,,,,, -2005,11,6,12,30,681,172,611,-4,27,960,263.5,1.2,0.176,,,,,, -2005,11,6,13,30,647,164,553,-4,27,960,291.7,1.7,0.176,,,,,, -2005,11,6,14,30,874,80,522,-5,26,960,298.8,1.7,0.176,,,,,, -2005,11,6,15,30,214,149,228,-4,25,960,293.9,1.1,0.176,,,,,, -2005,11,6,16,30,0,46,46,0,23,960,278.4,0.5,0.176,,,,,, -2005,11,6,17,30,0,0,0,-1,22,960,253.4,0.4,0.176,,,,,, -2005,11,6,18,30,0,0,0,-2,20,960,252.8,0.4,0.176,,,,,, -2005,11,6,19,30,0,0,0,-2,19,960,284.3,0.5,0.176,,,,,, -2005,11,6,20,30,0,0,0,-2,18,960,307.1,0.8,0.176,,,,,, -2005,11,6,21,30,0,0,0,-3,18,960,311.3,0.9,0.176,,,,,, -2005,11,6,22,30,0,0,0,-3,18,960,345.2,0.9,0.176,,,,,, -2005,11,6,23,30,0,0,0,-3,18,960,47.5,0.8,0.176,,,,,, -2005,11,7,0,30,0,0,0,-3,17,960,84.8,0.7,0.176,,,,,, -2005,11,7,1,30,0,0,0,-3,16,960,128.4,0.6,0.176,,,,,, -2005,11,7,2,30,0,0,0,-4,16,960,198.3,0.6,0.176,,,,,, -2005,11,7,3,30,0,0,0,-4,15,960,225.4,0.6,0.176,,,,,, -2005,11,7,4,30,0,0,0,-4,14,960,237.6,0.6,0.176,,,,,, -2005,11,7,5,30,0,0,0,-5,14,960,261,0.5,0.176,,,,,, -2005,11,7,6,30,0,0,0,-4,14,960,271.3,0.3,0.176,,,,,, -2005,11,7,7,30,431,33,82,-4,16,960,291.9,0.4,0.176,,,,,, -2005,11,7,8,30,734,60,279,-4,20,960,297.8,0.9,0.176,,,,,, -2005,11,7,9,30,416,164,353,-5,23,960,285,1.4,0.176,,,,,, -2005,11,7,10,30,634,154,513,-5,25,960,308.2,1.6,0.176,,,,,, -2005,11,7,11,30,925,94,678,-5,27,960,330.5,1.9,0.176,,,,,, -2005,11,7,12,30,693,166,610,-4,27,960,336.2,2,0.176,,,,,, -2005,11,7,13,30,598,178,536,-4,27,960,337.3,1.7,0.176,,,,,, -2005,11,7,14,30,558,156,436,-4,27,960,323.5,1.6,0.176,,,,,, -2005,11,7,15,30,750,60,332,-4,26,960,312.3,1.6,0.176,,,,,, -2005,11,7,16,30,155,69,98,-1,24,960,306.9,1,0.176,,,,,, -2005,11,7,17,30,0,0,0,-2,21,960,300.7,0.6,0.176,,,,,, -2005,11,7,18,30,0,0,0,-3,19,960,306.5,0.7,0.176,,,,,, -2005,11,7,19,30,0,0,0,-3,18,960,324.5,0.8,0.176,,,,,, -2005,11,7,20,30,0,0,0,-3,18,960,341.2,0.9,0.176,,,,,, -2005,11,7,21,30,0,0,0,-3,18,960,348.7,0.8,0.176,,,,,, -2005,11,7,22,30,0,0,0,-3,17,960,345.5,0.6,0.176,,,,,, -2005,11,7,23,30,0,0,0,-3,17,960,312.1,0.6,0.176,,,,,, -2005,11,8,0,30,0,0,0,-4,16,960,274.9,0.8,0.176,,,,,, -2005,11,8,1,30,0,0,0,-4,16,960,273.3,0.9,0.176,,,,,, -2005,11,8,2,30,0,0,0,-4,15,960,271.3,1,0.176,,,,,, -2005,11,8,3,30,0,0,0,-5,14,960,266.6,0.9,0.176,,,,,, -2005,11,8,4,30,0,0,0,-5,14,960,264.9,0.9,0.176,,,,,, -2005,11,8,5,30,0,0,0,-6,13,960,264.3,0.9,0.176,,,,,, -2005,11,8,6,30,0,0,0,-7,13,960,263.5,0.8,0.176,,,,,, -2005,11,8,7,30,152,39,55,-7,16,960,263.8,1,0.176,,,,,, -2005,11,8,8,30,693,64,268,-6,20,960,263.7,1.2,0.176,,,,,, -2005,11,8,9,30,431,160,354,-7,24,960,250.5,1.1,0.176,,,,,, -2005,11,8,10,30,870,91,581,-5,27,960,276.1,1,0.176,,,,,, -2005,11,8,11,30,719,150,601,-4,28,960,308.9,1.3,0.176,,,,,, -2005,11,8,12,30,895,99,669,-3,29,960,332.7,1.7,0.176,,,,,, -2005,11,8,13,30,878,95,616,-2,30,960,346.6,2.1,0.176,,,,,, -2005,11,8,14,30,633,128,444,-1,30,960,343.7,2.5,0.176,,,,,, -2005,11,8,15,30,428,119,272,0,29,960,327.5,2.9,0.176,,,,,, -2005,11,8,16,30,355,56,122,2,26,960,318.7,2.6,0.176,,,,,, -2005,11,8,17,30,0,0,0,0,23,960,313.4,2.4,0.177,,,,,, -2005,11,8,18,30,0,0,0,0,21,960,315,2.8,0.177,,,,,, -2005,11,8,19,30,0,0,0,0,21,960,318.8,2.7,0.177,,,,,, -2005,11,8,20,30,0,0,0,0,21,960,324.1,2.1,0.177,,,,,, -2005,11,8,21,30,0,0,0,0,20,960,330.4,1.5,0.177,,,,,, -2005,11,8,22,30,0,0,0,0,20,960,328.9,1.2,0.177,,,,,, -2005,11,8,23,30,0,0,0,0,20,960,329,1,0.177,,,,,, -2005,11,9,0,30,0,0,0,1,19,960,338.7,0.8,0.177,,,,,, -2005,11,9,1,30,0,0,0,2,18,960,355.3,0.6,0.177,,,,,, -2005,11,9,2,30,0,0,0,3,17,960,13.9,0.5,0.177,,,,,, -2005,11,9,3,30,0,0,0,4,17,960,31.8,0.5,0.177,,,,,, -2005,11,9,4,30,0,0,0,4,17,960,55.4,0.6,0.177,,,,,, -2005,11,9,5,30,0,0,0,4,16,960,77.1,0.7,0.177,,,,,, -2005,11,9,6,30,0,0,0,3,16,960,82,0.8,0.177,,,,,, -2005,11,9,7,30,183,39,58,3,17,960,80.7,0.9,0.177,,,,,, -2005,11,9,8,30,545,74,233,2,21,960,72,1.1,0.177,,,,,, -2005,11,9,9,30,643,107,394,4,24,970,76.5,0.9,0.177,,,,,, -2005,11,9,10,30,676,138,516,6,26,970,51.2,0.9,0.177,,,,,, -2005,11,9,11,30,625,181,571,6,28,970,349.2,1.4,0.177,,,,,, -2005,11,9,12,30,325,282,488,6,29,960,348,1.6,0.177,,,,,, -2005,11,9,13,30,549,192,516,5,30,960,346.5,1.6,0.177,,,,,, -2005,11,9,14,30,391,191,385,4,30,960,342.1,1.3,0.177,,,,,, -2005,11,9,15,30,386,124,261,3,29,960,329,1.1,0.177,,,,,, -2005,11,9,16,30,316,64,122,4,25,960,299.5,0.8,0.177,,,,,, -2005,11,9,17,30,0,0,0,4,22,960,286,0.6,0.177,,,,,, -2005,11,9,18,30,0,0,0,5,21,960,298.2,0.7,0.177,,,,,, -2005,11,9,19,30,0,0,0,5,21,960,317.9,0.8,0.177,,,,,, -2005,11,9,20,30,0,0,0,6,21,960,338.2,0.7,0.177,,,,,, -2005,11,9,21,30,0,0,0,6,20,960,7.3,0.5,0.177,,,,,, -2005,11,9,22,30,0,0,0,7,19,960,59.9,0.5,0.177,,,,,, -2005,11,9,23,30,0,0,0,7,19,960,104.2,0.5,0.177,,,,,, -2005,11,10,0,30,0,0,0,8,18,960,131.7,0.5,0.177,,,,,, -2005,11,10,1,30,0,0,0,8,18,960,144.5,0.5,0.177,,,,,, -2005,11,10,2,30,0,0,0,9,17,960,155.9,0.5,0.177,,,,,, -2005,11,10,3,30,0,0,0,8,17,960,163.2,0.6,0.177,,,,,, -2005,11,10,4,30,0,0,0,8,16,960,160.8,0.6,0.177,,,,,, -2005,11,10,5,30,0,0,0,7,16,960,156.2,0.6,0.177,,,,,, -2005,11,10,6,30,0,0,0,6,16,970,144.6,0.6,0.177,,,,,, -2005,11,10,7,30,58,36,42,5,17,970,123.4,1.1,0.177,,,,,, -2005,11,10,8,30,135,118,157,5,20,970,109.6,2.2,0.177,,,,,, -2005,11,10,9,30,195,191,278,6,22,970,108,2.6,0.177,,,,,, -2005,11,10,10,30,368,228,432,7,23,970,108.4,1.7,0.177,,,,,, -2005,11,10,11,30,57,272,307,7,24,970,70.7,1.3,0.177,,,,,, -2005,11,10,12,30,72,286,331,8,24,960,8.7,2,0.177,,,,,, -2005,11,10,13,30,7,191,196,8,24,960,355.8,2.7,0.177,,,,,, -2005,11,10,14,30,37,198,217,9,24,960,350.9,3,0.177,,,,,, -2005,11,10,15,30,95,146,180,9,23,960,349.3,3,0.177,,,,,, -2005,11,10,16,30,156,65,93,10,21,960,350.9,2.2,0.177,,,,,, -2005,11,10,17,30,0,0,0,10,19,960,354.7,1.3,0.177,,,,,, -2005,11,10,18,30,0,0,0,10,19,960,15.5,1.3,0.177,,,,,, -2005,11,10,19,30,0,0,0,10,19,960,49.7,1.7,0.177,,,,,, -2005,11,10,20,30,0,0,0,10,19,960,78,2.3,0.177,,,,,, -2005,11,10,21,30,0,0,0,10,18,960,99.1,2.6,0.177,,,,,, -2005,11,10,22,30,0,0,0,10,16,960,114.7,2.4,0.177,,,,,, -2005,11,10,23,30,0,0,0,11,15,960,121.9,2,0.177,,,,,, -2005,11,11,0,30,0,0,0,11,14,960,122.1,1.7,0.177,,,,,, -2005,11,11,1,30,0,0,0,12,14,960,117.2,1.7,0.177,,,,,, -2005,11,11,2,30,0,0,0,12,13,960,114.3,1.5,0.177,,,,,, -2005,11,11,3,30,0,0,0,11,12,960,118.6,1.2,0.177,,,,,, -2005,11,11,4,30,0,0,0,11,12,960,133.3,1.1,0.177,,,,,, -2005,11,11,5,30,0,0,0,11,11,960,155.1,1,0.177,,,,,, -2005,11,11,6,30,0,0,0,11,11,960,171.2,0.8,0.177,,,,,, -2005,11,11,7,30,302,34,64,12,13,960,182.8,0.7,0.177,,,,,, -2005,11,11,8,30,623,69,246,12,15,960,187.3,1.2,0.177,,,,,, -2005,11,11,9,30,768,86,423,10,17,960,102.4,2,0.177,,,,,, -2005,11,11,10,30,852,91,561,7,20,960,95.9,2.2,0.177,,,,,, -2005,11,11,11,30,887,94,641,5,21,960,96.4,2.1,0.177,,,,,, -2005,11,11,12,30,895,95,655,4,22,960,107,2.2,0.177,,,,,, -2005,11,11,13,30,880,91,604,3,22,960,125.9,2.5,0.177,,,,,, -2005,11,11,14,30,814,90,488,3,22,960,144.6,3,0.177,,,,,, -2005,11,11,15,30,716,75,325,3,21,960,157.1,3.2,0.177,,,,,, -2005,11,11,16,30,501,49,137,3,19,960,163.4,2.5,0.177,,,,,, -2005,11,11,17,30,0,0,0,4,16,960,173.4,1.6,0.177,,,,,, -2005,11,11,18,30,0,0,0,4,14,960,179.3,1.2,0.177,,,,,, -2005,11,11,19,30,0,0,0,4,14,960,174.5,1.1,0.177,,,,,, -2005,11,11,20,30,0,0,0,4,14,960,159.6,1,0.177,,,,,, -2005,11,11,21,30,0,0,0,3,14,970,144.4,1.1,0.177,,,,,, -2005,11,11,22,30,0,0,0,3,14,970,135.6,1.2,0.177,,,,,, -2005,11,11,23,30,0,0,0,3,13,960,131.4,1.4,0.177,,,,,, -2005,11,12,0,30,0,0,0,3,12,960,127.5,1.4,0.177,,,,,, -2005,11,12,1,30,0,0,0,3,11,960,126.4,1.3,0.177,,,,,, -2005,11,12,2,30,0,0,0,3,10,960,127.2,1.2,0.177,,,,,, -2005,11,12,3,30,0,0,0,4,10,960,134.5,1.2,0.177,,,,,, -2005,11,12,4,30,0,0,0,4,9,960,148.1,1.1,0.177,,,,,, -2005,11,12,5,30,0,0,0,4,9,970,163.6,1.1,0.177,,,,,, -2005,11,12,6,30,0,0,0,4,9,970,180.4,1.1,0.177,,,,,, -2005,11,12,7,30,364,30,65,4,11,970,195.1,1.6,0.177,,,,,, -2005,11,12,8,30,680,62,253,4,14,970,203.8,2.2,0.177,,,,,, -2005,11,12,9,30,811,79,431,4,17,970,209.2,2,0.177,,,,,, -2005,11,12,10,30,877,88,568,3,20,970,211.4,1.7,0.177,,,,,, -2005,11,12,11,30,931,83,653,3,22,970,219.5,1.5,0.177,,,,,, -2005,11,12,12,30,938,83,667,2,23,970,224.2,1.5,0.177,,,,,, -2005,11,12,13,30,922,80,615,2,24,960,219.4,1.5,0.177,,,,,, -2005,11,12,14,30,872,76,499,1,24,960,208.8,1.5,0.177,,,,,, -2005,11,12,15,30,783,63,335,1,23,960,199,1.4,0.177,,,,,, -2005,11,12,16,30,580,42,142,1,21,960,189.1,1.1,0.177,,,,,, -2005,11,12,17,30,0,0,0,2,18,960,168.8,1,0.177,,,,,, -2005,11,12,18,30,0,0,0,1,16,960,159.4,1.2,0.177,,,,,, -2005,11,12,19,30,0,0,0,1,16,960,158.5,1.2,0.177,,,,,, -2005,11,12,20,30,0,0,0,1,16,970,157.3,1.2,0.177,,,,,, -2005,11,12,21,30,0,0,0,1,15,970,153.1,1.2,0.177,,,,,, -2005,11,12,22,30,0,0,0,1,14,970,148,1.3,0.177,,,,,, -2005,11,12,23,30,0,0,0,1,12,970,145.7,1.4,0.177,,,,,, -2005,11,13,0,30,0,0,0,0,11,970,147.8,1.5,0.177,,,,,, -2005,11,13,1,30,0,0,0,0,10,970,153.4,1.6,0.177,,,,,, -2005,11,13,2,30,0,0,0,0,10,970,160,1.5,0.177,,,,,, -2005,11,13,3,30,0,0,0,0,10,970,164.3,1.4,0.177,,,,,, -2005,11,13,4,30,0,0,0,0,9,970,164.7,1.2,0.177,,,,,, -2005,11,13,5,30,0,0,0,0,9,970,162.1,1.2,0.177,,,,,, -2005,11,13,6,30,0,0,0,1,9,970,163.5,1.6,0.177,,,,,, -2005,11,13,7,30,450,26,68,1,10,970,174.2,2.6,0.177,,,,,, -2005,11,13,8,30,754,50,259,1,14,970,181,3.5,0.177,,,,,, -2005,11,13,9,30,875,62,439,1,18,970,185.1,3.6,0.177,,,,,, -2005,11,13,10,30,934,68,577,0,22,970,189.5,3.3,0.177,,,,,, -2005,11,13,11,30,952,76,655,-1,25,970,187.6,2.9,0.177,,,,,, -2005,11,13,12,30,958,76,669,-2,26,970,182.8,2.6,0.177,,,,,, -2005,11,13,13,30,943,73,616,-3,27,960,181.2,2.6,0.177,,,,,, -2005,11,13,14,30,893,70,501,-3,27,960,182,2.6,0.177,,,,,, -2005,11,13,15,30,803,59,335,-3,26,960,177.7,2.4,0.177,,,,,, -2005,11,13,16,30,597,40,142,-1,22,960,171.2,1.7,0.177,,,,,, -2005,11,13,17,30,0,0,0,0,19,960,161.5,1.2,0.177,,,,,, -2005,11,13,18,30,0,0,0,-1,17,960,157.3,1.3,0.177,,,,,, -2005,11,13,19,30,0,0,0,-1,16,960,154.6,1.3,0.177,,,,,, -2005,11,13,20,30,0,0,0,-1,16,960,148.7,1.3,0.177,,,,,, -2005,11,13,21,30,0,0,0,-1,16,960,142.6,1.3,0.177,,,,,, -2005,11,13,22,30,0,0,0,-1,16,960,140.6,1.4,0.177,,,,,, -2005,11,13,23,30,0,0,0,-1,15,960,141.8,1.3,0.177,,,,,, -2005,11,14,0,30,0,0,0,-2,14,960,146,1.3,0.177,,,,,, -2005,11,14,1,30,0,0,0,-2,13,960,154.4,1.3,0.177,,,,,, -2005,11,14,2,30,0,0,0,-2,12,960,166.6,1.4,0.177,,,,,, -2005,11,14,3,30,0,0,0,-2,11,960,176.1,1.5,0.177,,,,,, -2005,11,14,4,30,0,0,0,-2,11,960,181.8,1.4,0.177,,,,,, -2005,11,14,5,30,0,0,0,-2,10,960,184.7,1.4,0.177,,,,,, -2005,11,14,6,30,0,0,0,-2,10,960,185.8,1.4,0.177,,,,,, -2005,11,14,7,30,420,25,63,-2,13,960,185.5,1.5,0.177,,,,,, -2005,11,14,8,30,734,50,251,-1,16,970,188.3,1.7,0.177,,,,,, -2005,11,14,9,30,857,62,428,-1,19,970,184.6,1.8,0.177,,,,,, -2005,11,14,10,30,917,68,564,-2,22,960,181.3,2.2,0.177,,,,,, -2005,11,14,11,30,942,72,641,-2,25,960,180.5,2.4,0.177,,,,,, -2005,11,14,12,30,945,73,655,-1,26,960,178.2,2.5,0.177,,,,,, -2005,11,14,13,30,927,71,603,-1,26,960,176.9,2.4,0.177,,,,,, -2005,11,14,14,30,873,69,488,0,26,960,176.8,2.2,0.177,,,,,, -2005,11,14,15,30,778,59,325,0,25,960,173.8,1.7,0.177,,,,,, -2005,11,14,16,30,565,40,135,0,22,960,170.1,1.2,0.177,,,,,, -2005,11,14,17,30,0,0,0,0,19,960,162.8,1.1,0.177,,,,,, -2005,11,14,18,30,0,0,0,0,17,960,156.2,1.2,0.177,,,,,, -2005,11,14,19,30,0,0,0,0,16,960,140.4,1.2,0.177,,,,,, -2005,11,14,20,30,0,0,0,0,16,960,124.4,1.3,0.177,,,,,, -2005,11,14,21,30,0,0,0,0,17,960,117.5,1.4,0.177,,,,,, -2005,11,14,22,30,0,0,0,0,17,960,115.4,1.4,0.177,,,,,, -2005,11,14,23,30,0,0,0,1,16,960,116.9,1.4,0.177,,,,,, -2005,11,15,0,30,0,0,0,0,15,960,125.2,1.3,0.177,,,,,, -2005,11,15,1,30,0,0,0,0,14,960,140.4,1.3,0.177,,,,,, -2005,11,15,2,30,0,0,0,0,13,960,152.9,1.4,0.177,,,,,, -2005,11,15,3,30,0,0,0,1,13,960,160.2,1.6,0.177,,,,,, -2005,11,15,4,30,0,0,0,1,12,960,168.2,1.9,0.177,,,,,, -2005,11,15,5,30,0,0,0,0,11,960,175.7,2.2,0.177,,,,,, -2005,11,15,6,30,0,0,0,0,11,970,172.6,2.5,0.177,,,,,, -2005,11,15,7,30,413,26,62,-3,13,970,168.2,3.2,0.177,,,,,, -2005,11,15,8,30,761,51,256,-5,16,970,168.2,4.6,0.177,,,,,, -2005,11,15,9,30,895,61,440,-9,18,970,185,5.9,0.177,,,,,, -2005,11,15,10,30,959,67,581,-11,21,970,202.5,6.5,0.177,,,,,, -2005,11,15,11,30,974,76,662,-11,23,970,207.2,6.4,0.177,,,,,, -2005,11,15,12,30,982,76,677,-12,24,970,202,6.4,0.177,,,,,, -2005,11,15,13,30,968,73,625,-13,25,970,194.2,6.4,0.177,,,,,, -2005,11,15,14,30,919,70,508,-13,24,970,187.8,6.4,0.177,,,,,, -2005,11,15,15,30,832,59,341,-14,23,970,182.7,6,0.177,,,,,, -2005,11,15,16,30,629,40,144,-14,20,970,177.4,4.9,0.177,,,,,, -2005,11,15,17,30,0,0,0,-12,16,970,168.6,4.3,0.177,,,,,, -2005,11,15,18,30,0,0,0,-14,15,970,164.3,4.7,0.177,,,,,, -2005,11,15,19,30,0,0,0,-15,14,970,164.1,4.7,0.177,,,,,, -2005,11,15,20,30,0,0,0,-15,12,970,162.9,4.2,0.177,,,,,, -2005,11,15,21,30,0,0,0,-15,11,970,164.7,3.7,0.177,,,,,, -2005,11,15,22,30,0,0,0,-15,10,970,171,3.3,0.177,,,,,, -2005,11,15,23,30,0,0,0,-14,10,970,178.6,2.9,0.177,,,,,, -2005,11,16,0,30,0,0,0,-14,10,970,183.9,2.5,0.177,,,,,, -2005,11,16,1,30,0,0,0,-14,10,970,185,2.2,0.177,,,,,, -2005,11,16,2,30,0,0,0,-13,10,970,177.7,1.9,0.177,,,,,, -2005,11,16,3,30,0,0,0,-13,10,970,169,1.9,0.177,,,,,, -2005,11,16,4,30,0,0,0,-13,10,970,165.7,1.9,0.177,,,,,, -2005,11,16,5,30,0,0,0,-13,10,970,166.8,1.9,0.177,,,,,, -2005,11,16,6,30,0,0,0,-12,10,970,169.3,1.9,0.177,,,,,, -2005,11,16,7,30,440,24,61,-12,11,970,171.6,2.5,0.177,,,,,, -2005,11,16,8,30,764,49,253,-12,14,970,172.8,3.7,0.177,,,,,, -2005,11,16,9,30,888,61,435,-11,18,970,178.6,4.2,0.177,,,,,, -2005,11,16,10,30,947,68,573,-10,21,970,189,4.2,0.177,,,,,, -2005,11,16,11,30,965,76,652,-10,23,970,189.4,4,0.177,,,,,, -2005,11,16,12,30,971,76,667,-9,24,970,188.3,3.8,0.177,,,,,, -2005,11,16,13,30,957,73,615,-8,25,970,188.4,3.6,0.177,,,,,, -2005,11,16,14,30,895,73,497,-8,26,970,187.7,3.5,0.177,,,,,, -2005,11,16,15,30,805,61,331,-8,25,970,185.7,2.8,0.177,,,,,, -2005,11,16,16,30,593,40,137,-5,21,970,179.9,1.8,0.177,,,,,, -2005,11,16,17,30,0,0,0,-5,18,970,167.3,1.6,0.176,,,,,, -2005,11,16,18,30,0,0,0,-6,17,970,167.2,1.9,0.176,,,,,, -2005,11,16,19,30,0,0,0,-6,16,970,172.9,2.1,0.176,,,,,, -2005,11,16,20,30,0,0,0,-6,14,970,180.1,2.2,0.176,,,,,, -2005,11,16,21,30,0,0,0,-7,13,970,186.5,2.1,0.176,,,,,, -2005,11,16,22,30,0,0,0,-8,12,970,190.6,2,0.176,,,,,, -2005,11,16,23,30,0,0,0,-8,12,970,190.9,1.8,0.176,,,,,, -2005,11,17,0,30,0,0,0,-9,11,970,188.6,1.6,0.176,,,,,, -2005,11,17,1,30,0,0,0,-9,11,970,183.8,1.4,0.176,,,,,, -2005,11,17,2,30,0,0,0,-9,11,970,176.4,1.3,0.176,,,,,, -2005,11,17,3,30,0,0,0,-9,10,970,169.2,1.3,0.176,,,,,, -2005,11,17,4,30,0,0,0,-9,10,970,170.9,1.3,0.176,,,,,, -2005,11,17,5,30,0,0,0,-9,9,970,179.2,1.4,0.176,,,,,, -2005,11,17,6,30,0,0,0,-8,9,970,184.7,1.4,0.176,,,,,, -2005,11,17,7,30,396,25,57,-8,12,970,186.2,2,0.176,,,,,, -2005,11,17,8,30,740,52,247,-8,15,970,182.8,2.9,0.176,,,,,, -2005,11,17,9,30,872,66,429,-8,19,970,177.9,3.1,0.176,,,,,, -2005,11,17,10,30,934,73,568,-7,22,970,178.2,3,0.176,,,,,, -2005,11,17,11,30,957,79,648,-6,24,970,170.6,3,0.176,,,,,, -2005,11,17,12,30,965,79,663,-7,25,970,167.8,3.1,0.176,,,,,, -2005,11,17,13,30,950,76,611,-7,26,970,166,3,0.176,,,,,, -2005,11,17,14,30,896,72,494,-8,26,960,163.4,2.9,0.176,,,,,, -2005,11,17,15,30,803,61,329,-8,25,960,161.8,2.2,0.176,,,,,, -2005,11,17,16,30,587,40,135,-5,21,960,157.9,1.4,0.176,,,,,, -2005,11,17,17,30,0,0,0,-5,18,960,150.5,1.2,0.176,,,,,, -2005,11,17,18,30,0,0,0,-6,16,970,148.7,1.3,0.176,,,,,, -2005,11,17,19,30,0,0,0,-6,15,970,148.2,1.3,0.176,,,,,, -2005,11,17,20,30,0,0,0,-6,14,970,148.2,1.4,0.176,,,,,, -2005,11,17,21,30,0,0,0,-5,14,970,149.6,1.6,0.176,,,,,, -2005,11,17,22,30,0,0,0,-4,13,970,154.3,1.7,0.176,,,,,, -2005,11,17,23,30,0,0,0,-4,13,970,161.8,1.9,0.176,,,,,, -2005,11,18,0,30,0,0,0,-4,12,970,171.5,2.1,0.176,,,,,, -2005,11,18,1,30,0,0,0,-4,11,970,182.4,2.4,0.176,,,,,, -2005,11,18,2,30,0,0,0,-5,10,970,189.8,2.5,0.176,,,,,, -2005,11,18,3,30,0,0,0,-5,10,970,191.7,2.6,0.176,,,,,, -2005,11,18,4,30,0,0,0,-5,9,970,189.7,2.6,0.176,,,,,, -2005,11,18,5,30,0,0,0,-5,9,970,186.4,2.5,0.176,,,,,, -2005,11,18,6,30,0,0,0,-5,9,970,183.4,2.4,0.176,,,,,, -2005,11,18,7,30,446,23,58,-5,10,970,180.2,2.9,0.176,,,,,, -2005,11,18,8,30,777,49,251,-5,14,970,173.4,3.6,0.176,,,,,, -2005,11,18,9,30,900,62,434,-5,18,970,172.4,4,0.176,,,,,, -2005,11,18,10,30,958,70,574,-6,21,970,197.3,4.2,0.176,,,,,, -2005,11,18,11,30,982,75,655,-8,23,970,200.6,4.3,0.176,,,,,, -2005,11,18,12,30,988,75,670,-9,24,970,193,4.7,0.176,,,,,, -2005,11,18,13,30,974,72,618,-10,25,970,189.4,4.9,0.176,,,,,, -2005,11,18,14,30,918,70,500,-10,25,970,187.6,4.7,0.176,,,,,, -2005,11,18,15,30,830,58,333,-10,24,970,184.9,3.8,0.176,,,,,, -2005,11,18,16,30,624,38,138,-6,22,970,180.1,2.3,0.176,,,,,, -2005,11,18,17,30,0,0,0,-7,18,970,169.5,1.6,0.176,,,,,, -2005,11,18,18,30,0,0,0,-7,16,970,162.5,1.7,0.176,,,,,, -2005,11,18,19,30,0,0,0,-7,14,970,159.5,1.7,0.176,,,,,, -2005,11,18,20,30,0,0,0,-7,13,970,160.7,1.8,0.176,,,,,, -2005,11,18,21,30,0,0,0,-6,12,970,164.9,2,0.176,,,,,, -2005,11,18,22,30,0,0,0,-6,11,970,169.6,2.1,0.176,,,,,, -2005,11,18,23,30,0,0,0,-6,10,970,173.5,2.1,0.176,,,,,, -2005,11,19,0,30,0,0,0,-6,9,970,177.4,2.1,0.176,,,,,, -2005,11,19,1,30,0,0,0,-6,9,970,180.7,2,0.176,,,,,, -2005,11,19,2,30,0,0,0,-6,8,970,182.5,1.9,0.176,,,,,, -2005,11,19,3,30,0,0,0,-6,8,970,182.1,1.8,0.176,,,,,, -2005,11,19,4,30,0,0,0,-6,7,970,180.9,1.6,0.176,,,,,, -2005,11,19,5,30,0,0,0,-6,7,970,180.3,1.4,0.176,,,,,, -2005,11,19,6,30,0,0,0,-6,7,970,179.1,1.2,0.176,,,,,, -2005,11,19,7,30,415,23,53,-7,9,970,182.1,1.5,0.176,,,,,, -2005,11,19,8,30,751,49,241,-7,12,970,190.1,2.1,0.176,,,,,, -2005,11,19,9,30,876,61,420,-7,16,970,187.6,2.6,0.176,,,,,, -2005,11,19,10,30,936,68,557,-8,20,970,185.5,2.8,0.176,,,,,, -2005,11,19,11,30,953,75,635,-9,23,970,180.6,2.9,0.176,,,,,, -2005,11,19,12,30,961,75,651,-10,24,970,176.3,2.9,0.176,,,,,, -2005,11,19,13,30,948,71,600,-11,25,960,177.3,2.8,0.176,,,,,, -2005,11,19,14,30,892,69,485,-11,26,960,181.6,2.5,0.176,,,,,, -2005,11,19,15,30,800,58,321,-10,25,960,186.5,1.7,0.176,,,,,, -2005,11,19,16,30,585,38,130,-6,21,960,192.5,0.9,0.176,,,,,, -2005,11,19,17,30,0,0,0,-5,17,970,211.9,0.5,0.176,,,,,, -2005,11,19,18,30,0,0,0,-5,15,970,248.7,0.3,0.176,,,,,, -2005,11,19,19,30,0,0,0,-5,14,970,311.9,0.3,0.176,,,,,, -2005,11,19,20,30,0,0,0,-5,13,970,13.5,0.4,0.176,,,,,, -2005,11,19,21,30,0,0,0,-6,12,970,86.1,0.6,0.176,,,,,, -2005,11,19,22,30,0,0,0,-6,11,970,121.9,0.9,0.176,,,,,, -2005,11,19,23,30,0,0,0,-7,11,970,142.8,1.2,0.176,,,,,, -2005,11,20,0,30,0,0,0,-8,10,970,165.8,1.4,0.176,,,,,, -2005,11,20,1,30,0,0,0,-8,10,970,188.7,1.6,0.176,,,,,, -2005,11,20,2,30,0,0,0,-8,10,970,201.1,1.7,0.176,,,,,, -2005,11,20,3,30,0,0,0,-7,10,970,203.4,1.7,0.176,,,,,, -2005,11,20,4,30,0,0,0,-6,10,970,198.5,1.6,0.176,,,,,, -2005,11,20,5,30,0,0,0,-6,10,970,192.7,1.6,0.176,,,,,, -2005,11,20,6,30,0,0,0,-5,10,970,191,1.7,0.176,,,,,, -2005,11,20,7,30,385,22,49,-5,11,970,196.8,2,0.176,,,,,, -2005,11,20,8,30,741,49,237,-5,14,970,197.1,2.5,0.176,,,,,, -2005,11,20,9,30,875,62,418,-4,17,970,199.5,2.6,0.176,,,,,, -2005,11,20,10,30,938,69,557,-3,20,970,209.4,2.7,0.176,,,,,, -2005,11,20,11,30,952,79,635,-4,22,970,207.3,2.9,0.176,,,,,, -2005,11,20,12,30,960,79,652,-5,23,970,208.9,3.1,0.176,,,,,, -2005,11,20,13,30,946,76,601,-5,24,970,215.8,3.2,0.176,,,,,, -2005,11,20,14,30,877,78,483,-6,24,970,221.5,3.2,0.176,,,,,, -2005,11,20,15,30,782,64,320,-7,23,970,223.1,2.3,0.176,,,,,, -2005,11,20,16,30,557,42,128,-4,21,970,221,1.4,0.176,,,,,, -2005,11,20,17,30,0,0,0,-5,19,970,209.5,1.2,0.176,,,,,, -2005,11,20,18,30,0,0,0,-6,18,970,201.9,1.4,0.176,,,,,, -2005,11,20,19,30,0,0,0,-6,15,970,197.9,1.4,0.176,,,,,, -2005,11,20,20,30,0,0,0,-7,13,970,197.4,1.5,0.176,,,,,, -2005,11,20,21,30,0,0,0,-7,12,970,198.9,1.6,0.176,,,,,, -2005,11,20,22,30,0,0,0,-7,12,970,201.2,1.8,0.176,,,,,, -2005,11,20,23,30,0,0,0,-7,11,970,203.8,2.2,0.176,,,,,, -2005,11,21,0,30,0,0,0,-7,10,970,205.6,2.3,0.176,,,,,, -2005,11,21,1,30,0,0,0,-7,9,970,204.8,2,0.176,,,,,, -2005,11,21,2,30,0,0,0,-8,9,970,200.8,1.7,0.176,,,,,, -2005,11,21,3,30,0,0,0,-9,9,970,191.5,1.4,0.176,,,,,, -2005,11,21,4,30,0,0,0,-9,9,970,183.1,1.2,0.176,,,,,, -2005,11,21,5,30,0,0,0,-9,9,970,182.7,1.2,0.176,,,,,, -2005,11,21,6,30,0,0,0,-9,9,970,190,1.2,0.176,,,,,, -2005,11,21,7,30,260,23,41,-9,11,970,195.5,1.5,0.176,,,,,, -2005,11,21,8,30,580,57,202,-9,14,970,198.2,2.2,0.176,,,,,, -2005,11,21,9,30,454,134,318,-9,18,970,187.7,2.7,0.176,,,,,, -2005,11,21,10,30,578,152,451,-8,21,970,182.7,2.7,0.176,,,,,, -2005,11,21,11,30,568,183,513,-8,24,970,173.3,2.7,0.176,,,,,, -2005,11,21,12,30,748,129,573,-8,25,970,171.4,2.8,0.176,,,,,, -2005,11,21,13,30,543,178,478,-9,26,970,174.7,2.7,0.176,,,,,, -2005,11,21,14,30,895,74,486,-9,26,970,177.8,2.4,0.176,,,,,, -2005,11,21,15,30,799,62,322,-9,25,970,176.4,1.7,0.176,,,,,, -2005,11,21,16,30,575,40,129,-5,22,970,167.6,1.2,0.176,,,,,, -2005,11,21,17,30,0,0,0,-6,19,970,146.6,1.2,0.176,,,,,, -2005,11,21,18,30,0,0,0,-7,17,970,140.7,1.4,0.176,,,,,, -2005,11,21,19,30,0,0,0,-7,15,970,141.6,1.4,0.176,,,,,, -2005,11,21,20,30,0,0,0,-7,14,970,145.2,1.4,0.176,,,,,, -2005,11,21,21,30,0,0,0,-7,14,970,149.4,1.4,0.176,,,,,, -2005,11,21,22,30,0,0,0,-7,13,970,155.4,1.4,0.176,,,,,, -2005,11,21,23,30,0,0,0,-7,12,970,161.1,1.4,0.176,,,,,, -2005,11,22,0,30,0,0,0,-7,12,970,167.5,1.4,0.176,,,,,, -2005,11,22,1,30,0,0,0,-7,11,970,175.8,1.4,0.176,,,,,, -2005,11,22,2,30,0,0,0,-7,11,970,182.4,1.4,0.176,,,,,, -2005,11,22,3,30,0,0,0,-7,10,970,191,1.4,0.176,,,,,, -2005,11,22,4,30,0,0,0,-8,10,970,201.6,1.4,0.176,,,,,, -2005,11,22,5,30,0,0,0,-8,10,970,211.5,1.4,0.176,,,,,, -2005,11,22,6,30,0,0,0,-8,10,970,219.5,1.4,0.176,,,,,, -2005,11,22,7,30,81,23,28,-8,11,970,224.8,1.5,0.176,,,,,, -2005,11,22,8,30,718,53,230,-8,15,970,227.8,1.7,0.176,,,,,, -2005,11,22,9,30,419,139,307,-8,19,970,206.3,1.6,0.176,,,,,, -2005,11,22,10,30,372,205,396,-7,22,970,180.7,1.5,0.176,,,,,, -2005,11,22,11,30,502,205,495,-7,24,970,164.2,1.7,0.176,,,,,, -2005,11,22,12,30,423,235,485,-7,25,970,155.2,1.7,0.176,,,,,, -2005,11,22,13,30,532,182,474,-7,26,970,155.4,1.6,0.176,,,,,, -2005,11,22,14,30,640,114,407,-8,26,960,161.8,1.2,0.176,,,,,, -2005,11,22,15,30,475,97,250,-7,25,960,162.2,0.7,0.176,,,,,, -2005,11,22,16,30,390,44,104,-4,23,960,122.5,0.7,0.176,,,,,, -2005,11,22,17,30,0,0,0,-6,21,960,104.4,1,0.176,,,,,, -2005,11,22,18,30,0,0,0,-6,20,970,96.6,1.1,0.176,,,,,, -2005,11,22,19,30,0,0,0,-6,19,970,97.7,1.1,0.176,,,,,, -2005,11,22,20,30,0,0,0,-6,17,970,113,1.1,0.176,,,,,, -2005,11,22,21,30,0,0,0,-7,15,970,128.2,1.1,0.176,,,,,, -2005,11,22,22,30,0,0,0,-7,14,970,134.1,1.1,0.176,,,,,, -2005,11,22,23,30,0,0,0,-7,14,970,142.6,1.1,0.176,,,,,, -2005,11,23,0,30,0,0,0,-7,14,960,159.4,1.1,0.176,,,,,, -2005,11,23,1,30,0,0,0,-7,14,960,180.1,1.2,0.176,,,,,, -2005,11,23,2,30,0,0,0,-7,14,960,199.1,1.2,0.176,,,,,, -2005,11,23,3,30,0,0,0,-7,14,960,212.1,1.2,0.176,,,,,, -2005,11,23,4,30,0,0,0,-7,13,960,219.6,1.2,0.176,,,,,, -2005,11,23,5,30,0,0,0,-7,13,960,219.6,1.1,0.176,,,,,, -2005,11,23,6,30,0,0,0,-7,13,960,212,1,0.176,,,,,, -2005,11,23,7,30,0,21,21,-7,14,960,201.8,1,0.176,,,,,, -2005,11,23,8,30,117,95,124,-7,16,970,204.1,1.4,0.176,,,,,, -2005,11,23,9,30,118,170,217,-7,18,970,213.5,1.9,0.176,,,,,, -2005,11,23,10,30,178,231,322,-7,20,970,216.8,1.7,0.176,,,,,, -2005,11,23,11,30,11,198,204,-7,23,960,219.6,0.9,0.176,,,,,, -2005,11,23,12,30,140,277,359,-7,24,960,252.2,0.7,0.176,,,,,, -2005,11,23,13,30,5,178,181,-8,24,960,294.5,1,0.176,,,,,, -2005,11,23,14,30,422,166,359,-8,24,960,298.4,1.3,0.176,,,,,, -2005,11,23,15,30,45,126,141,-5,23,960,289.6,1.2,0.176,,,,,, -2005,11,23,16,30,164,54,79,-3,21,960,281.5,1,0.176,,,,,, -2005,11,23,17,30,0,0,0,-5,19,960,274,1.4,0.176,,,,,, -2005,11,23,18,30,0,0,0,-5,18,960,265.4,1.7,0.176,,,,,, -2005,11,23,19,30,0,0,0,-5,17,960,260.1,1.7,0.176,,,,,, -2005,11,23,20,30,0,0,0,-5,16,960,262.1,1.4,0.176,,,,,, -2005,11,23,21,30,0,0,0,-5,15,960,274.2,1.1,0.176,,,,,, -2005,11,23,22,30,0,0,0,-5,15,960,285.5,0.9,0.176,,,,,, -2005,11,23,23,30,0,0,0,-5,15,960,267.8,1,0.176,,,,,, -2005,11,24,0,30,0,0,0,-5,15,960,239.2,1.1,0.176,,,,,, -2005,11,24,1,30,0,0,0,-6,14,960,226.8,1.2,0.176,,,,,, -2005,11,24,2,30,0,0,0,-6,14,960,217.2,1.2,0.176,,,,,, -2005,11,24,3,30,0,0,0,-6,13,960,206.9,1.3,0.176,,,,,, -2005,11,24,4,30,0,0,0,-6,12,960,196.6,1.3,0.176,,,,,, -2005,11,24,5,30,0,0,0,-6,12,960,187.6,1.2,0.176,,,,,, -2005,11,24,6,30,0,0,0,-6,12,960,178.6,1.2,0.176,,,,,, -2005,11,24,7,30,183,22,33,-5,13,960,167.3,1.7,0.176,,,,,, -2005,11,24,8,30,560,65,200,-4,16,960,153.2,2.2,0.176,,,,,, -2005,11,24,9,30,726,85,371,-3,19,960,145.1,2.2,0.176,,,,,, -2005,11,24,10,30,809,95,504,-4,22,960,149.9,2,0.176,,,,,, -2005,11,24,11,30,879,87,590,-2,24,960,169.1,1.9,0.176,,,,,, -2005,11,24,12,30,889,87,607,0,25,960,164.5,1.7,0.176,,,,,, -2005,11,24,13,30,875,83,559,0,26,960,142.5,1.6,0.176,,,,,, -2005,11,24,14,30,827,76,451,0,25,960,128.9,1.7,0.176,,,,,, -2005,11,24,15,30,727,63,295,0,24,960,122.7,1.6,0.176,,,,,, -2005,11,24,16,30,498,40,114,0,20,960,117.6,1.2,0.176,,,,,, -2005,11,24,17,30,0,0,0,0,17,960,108,1.2,0.179,,,,,, -2005,11,24,18,30,0,0,0,1,16,960,107.4,1.3,0.179,,,,,, -2005,11,24,19,30,0,0,0,1,16,960,104.7,1.3,0.179,,,,,, -2005,11,24,20,30,0,0,0,1,16,960,99.2,1.4,0.179,,,,,, -2005,11,24,21,30,0,0,0,1,15,960,99.4,1.6,0.179,,,,,, -2005,11,24,22,30,0,0,0,1,14,960,107.1,1.7,0.179,,,,,, -2005,11,24,23,30,0,0,0,1,13,960,116.3,1.6,0.179,,,,,, -2005,11,25,0,30,0,0,0,0,12,960,127.9,1.4,0.179,,,,,, -2005,11,25,1,30,0,0,0,0,12,960,141.5,1.4,0.179,,,,,, -2005,11,25,2,30,0,0,0,0,11,960,154.7,1.4,0.179,,,,,, -2005,11,25,3,30,0,0,0,-1,10,960,165.7,1.3,0.179,,,,,, -2005,11,25,4,30,0,0,0,-3,10,960,176.7,1.3,0.179,,,,,, -2005,11,25,5,30,0,0,0,-3,10,960,191.1,1.3,0.179,,,,,, -2005,11,25,6,30,0,0,0,-4,10,960,197.6,1.2,0.179,,,,,, -2005,11,25,7,30,307,19,35,-4,11,960,194.9,1.2,0.179,,,,,, -2005,11,25,8,30,698,49,214,-4,15,960,195.6,1.6,0.179,,,,,, -2005,11,25,9,30,843,64,393,-2,18,960,197.8,1.8,0.179,,,,,, -2005,11,25,10,30,910,73,531,0,21,960,207.3,1.5,0.179,,,,,, -2005,11,25,11,30,943,76,612,-1,22,960,216,1.2,0.179,,,,,, -2005,11,25,12,30,949,77,629,-2,23,960,211.8,1.2,0.179,,,,,, -2005,11,25,13,30,934,74,580,-3,24,960,202,1.4,0.179,,,,,, -2005,11,25,14,30,884,69,468,-4,24,960,198.7,1.5,0.179,,,,,, -2005,11,25,15,30,684,62,279,-5,23,960,204.7,1.1,0.179,,,,,, -2005,11,25,16,30,408,42,102,-4,20,960,220.8,0.6,0.179,,,,,, -2005,11,25,17,30,0,0,0,-4,17,960,246.4,0.6,0.179,,,,,, -2005,11,25,18,30,0,0,0,-4,17,960,261,0.4,0.179,,,,,, -2005,11,25,19,30,0,0,0,-4,17,960,346.7,0.6,0.179,,,,,, -2005,11,25,20,30,0,0,0,-4,16,960,36.2,1,0.179,,,,,, -2005,11,25,21,30,0,0,0,-4,15,960,51.2,1.2,0.179,,,,,, -2005,11,25,22,30,0,0,0,-4,14,960,64.3,1.1,0.179,,,,,, -2005,11,25,23,30,0,0,0,-4,13,960,70.1,1,0.179,,,,,, -2005,11,26,0,30,0,0,0,-4,11,960,76.8,0.9,0.179,,,,,, -2005,11,26,1,30,0,0,0,-4,11,960,80.8,0.8,0.179,,,,,, -2005,11,26,2,30,0,0,0,-4,10,960,69.1,0.7,0.179,,,,,, -2005,11,26,3,30,0,0,0,-4,10,960,101.6,0.7,0.179,,,,,, -2005,11,26,4,30,0,0,0,-5,10,960,141.1,0.8,0.179,,,,,, -2005,11,26,5,30,0,0,0,-5,10,960,167.1,0.8,0.179,,,,,, -2005,11,26,6,30,0,0,0,-5,10,960,170.2,0.9,0.179,,,,,, -2005,11,26,7,30,0,7,7,-4,11,960,172.9,0.9,0.179,,,,,, -2005,11,26,8,30,158,90,127,-4,14,960,178.1,1.5,0.179,,,,,, -2005,11,26,9,30,565,107,326,-1,16,960,151.7,3.1,0.179,,,,,, -2005,11,26,10,30,821,89,499,2,18,960,137.3,4.1,0.179,,,,,, -2005,11,26,11,30,796,117,568,4,20,960,135.9,4.3,0.179,,,,,, -2005,11,26,12,30,552,189,509,5,21,960,132.2,4.6,0.179,,,,,, -2005,11,26,13,30,825,105,551,3,21,960,133,5,0.179,,,,,, -2005,11,26,14,30,837,79,456,1,21,960,134.5,5.4,0.179,,,,,, -2005,11,26,15,30,726,68,298,-1,20,960,132,5.3,0.179,,,,,, -2005,11,26,16,30,461,45,113,-2,17,960,126.4,4.4,0.179,,,,,, -2005,11,26,17,30,0,0,0,-3,15,960,118.1,3.6,0.179,,,,,, -2005,11,26,18,30,0,0,0,-3,13,960,114.7,3.7,0.179,,,,,, -2005,11,26,19,30,0,0,0,-3,12,960,112.9,3.7,0.179,,,,,, -2005,11,26,20,30,0,0,0,-4,11,960,110.1,3.2,0.179,,,,,, -2005,11,26,21,30,0,0,0,-5,10,960,111.8,2.8,0.179,,,,,, -2005,11,26,22,30,0,0,0,-6,9,960,125.5,2.9,0.179,,,,,, -2005,11,26,23,30,0,0,0,-6,8,960,142.6,3.3,0.179,,,,,, -2005,11,27,0,30,0,0,0,-7,7,960,153.4,3.3,0.179,,,,,, -2005,11,27,1,30,0,0,0,-8,6,960,157.9,2.9,0.179,,,,,, -2005,11,27,2,30,0,0,0,-8,6,960,157.8,2.6,0.179,,,,,, -2005,11,27,3,30,0,0,0,-8,5,960,154.7,2.5,0.179,,,,,, -2005,11,27,4,30,0,0,0,-7,4,960,152.2,2.7,0.179,,,,,, -2005,11,27,5,30,0,0,0,-7,3,960,153.2,2.7,0.179,,,,,, -2005,11,27,6,30,0,0,0,-7,3,960,153.7,2.4,0.179,,,,,, -2005,11,27,7,30,0,20,20,-7,4,960,153.8,2.8,0.179,,,,,, -2005,11,27,8,30,203,87,134,-7,7,960,155,3.9,0.179,,,,,, -2005,11,27,9,30,373,140,283,-9,9,970,167.4,5,0.179,,,,,, -2005,11,27,10,30,963,65,544,-13,11,970,178.6,5.3,0.179,,,,,, -2005,11,27,11,30,979,74,625,-15,12,970,176.8,5.1,0.179,,,,,, -2005,11,27,12,30,984,75,642,-17,13,960,175.1,5,0.179,,,,,, -2005,11,27,13,30,965,73,591,-18,13,960,174.1,4.8,0.179,,,,,, -2005,11,27,14,30,909,69,477,-18,14,960,173.8,4.6,0.179,,,,,, -2005,11,27,15,30,811,58,313,-18,13,960,175.3,4.1,0.179,,,,,, -2005,11,27,16,30,587,37,123,-18,11,960,178.3,2.5,0.179,,,,,, -2005,11,27,17,30,0,0,0,-18,8,960,182.7,1.2,0.179,,,,,, -2005,11,27,18,30,0,0,0,-18,6,970,192.1,1.1,0.179,,,,,, -2005,11,27,19,30,0,0,0,-18,5,970,199.8,1,0.179,,,,,, -2005,11,27,20,30,0,0,0,-17,4,970,204,0.9,0.179,,,,,, -2005,11,27,21,30,0,0,0,-17,3,970,201.1,0.8,0.179,,,,,, -2005,11,27,22,30,0,0,0,-17,2,970,191.2,0.7,0.179,,,,,, -2005,11,27,23,30,0,0,0,-16,2,970,179.2,0.6,0.179,,,,,, -2005,11,28,0,30,0,0,0,-16,1,970,169.4,0.7,0.179,,,,,, -2005,11,28,1,30,0,0,0,-16,0,970,167.1,1,0.179,,,,,, -2005,11,28,2,30,0,0,0,-16,0,970,171.2,1.2,0.179,,,,,, -2005,11,28,3,30,0,0,0,-16,0,970,175.5,1.3,0.179,,,,,, -2005,11,28,4,30,0,0,0,-16,0,970,184.7,1.4,0.179,,,,,, -2005,11,28,5,30,0,0,0,-16,0,970,193,1.5,0.179,,,,,, -2005,11,28,6,30,0,0,0,-16,0,970,199.8,1.6,0.179,,,,,, -2005,11,28,7,30,372,17,34,-16,1,970,205,2,0.179,,,,,, -2005,11,28,8,30,771,43,218,-16,4,970,205.9,2.2,0.179,,,,,, -2005,11,28,9,30,903,55,399,-17,7,970,195.4,2.5,0.179,,,,,, -2005,11,28,10,30,962,62,537,-18,9,970,194,3,0.179,,,,,, -2005,11,28,11,30,976,71,618,-19,12,970,194.3,3.3,0.179,,,,,, -2005,11,28,12,30,986,68,635,-20,13,970,189.9,3.2,0.179,,,,,, -2005,11,28,13,30,972,65,586,-21,14,970,183.5,3.3,0.179,,,,,, -2005,11,28,14,30,905,68,472,-22,15,970,179.6,3.5,0.179,,,,,, -2005,11,28,15,30,811,56,310,-22,14,970,180.4,3.4,0.179,,,,,, -2005,11,28,16,30,584,36,121,-20,11,970,182.7,2.2,0.179,,,,,, -2005,11,28,17,30,0,0,0,-19,8,970,186.6,1.3,0.179,,,,,, -2005,11,28,18,30,0,0,0,-19,6,970,191.5,1.2,0.179,,,,,, -2005,11,28,19,30,0,0,0,-19,6,970,195.1,1.2,0.179,,,,,, -2005,11,28,20,30,0,0,0,-19,6,970,194.2,1.2,0.179,,,,,, -2005,11,28,21,30,0,0,0,-19,6,970,188.4,1.1,0.179,,,,,, -2005,11,28,22,30,0,0,0,-19,5,970,175.7,1,0.179,,,,,, -2005,11,28,23,30,0,0,0,-19,4,970,167.2,0.9,0.179,,,,,, -2005,11,29,0,30,0,0,0,-18,3,970,165,0.8,0.179,,,,,, -2005,11,29,1,30,0,0,0,-17,3,970,180.6,0.8,0.179,,,,,, -2005,11,29,2,30,0,0,0,-16,2,970,211.6,0.9,0.179,,,,,, -2005,11,29,3,30,0,0,0,-16,2,970,223.7,1.2,0.179,,,,,, -2005,11,29,4,30,0,0,0,-15,2,970,225.9,1.3,0.179,,,,,, -2005,11,29,5,30,0,0,0,-15,2,970,226.6,1.4,0.179,,,,,, -2005,11,29,6,30,0,0,0,-15,2,970,231.2,1.3,0.179,,,,,, -2005,11,29,7,30,268,16,28,-16,4,970,236.6,1.5,0.179,,,,,, -2005,11,29,8,30,690,46,201,-16,7,970,241.1,1.9,0.179,,,,,, -2005,11,29,9,30,845,60,379,-17,11,970,246.7,1.8,0.179,,,,,, -2005,11,29,10,30,915,68,518,-18,14,970,241.4,1.6,0.179,,,,,, -2005,11,29,11,30,939,75,598,-18,15,970,212.8,1.7,0.179,,,,,, -2005,11,29,12,30,943,75,615,-17,16,970,199.9,1.8,0.179,,,,,, -2005,11,29,13,30,921,74,565,-16,17,970,192.9,1.8,0.179,,,,,, -2005,11,29,14,30,873,68,456,-15,17,960,191.5,1.9,0.179,,,,,, -2005,11,29,15,30,772,57,298,-15,16,960,202,1.7,0.179,,,,,, -2005,11,29,16,30,42,52,58,-14,13,960,221.7,1.3,0.179,,,,,, -2005,11,29,17,30,0,0,0,-13,10,960,246.9,1.1,0.179,,,,,, -2005,11,29,18,30,0,0,0,-14,9,960,260.3,1.2,0.179,,,,,, -2005,11,29,19,30,0,0,0,-15,9,960,271.9,1.1,0.179,,,,,, -2005,11,29,20,30,0,0,0,-15,9,960,278.4,1.1,0.179,,,,,, -2005,11,29,21,30,0,0,0,-15,9,960,278.7,1.1,0.179,,,,,, -2005,11,29,22,30,0,0,0,-15,9,960,272.4,1.1,0.179,,,,,, -2005,11,29,23,30,0,0,0,-14,8,960,269.4,1,0.179,,,,,, -2005,11,30,0,30,0,0,0,-14,7,960,269.9,1,0.179,,,,,, -2005,11,30,1,30,0,0,0,-14,6,960,269,0.9,0.179,,,,,, -2005,11,30,2,30,0,0,0,-14,6,960,261.4,0.9,0.179,,,,,, -2005,11,30,3,30,0,0,0,-14,6,960,244.8,0.9,0.179,,,,,, -2005,11,30,4,30,0,0,0,-13,6,960,222.2,1.1,0.179,,,,,, -2005,11,30,5,30,0,0,0,-13,5,960,212.4,1.2,0.179,,,,,, -2005,11,30,6,30,0,0,0,-13,5,960,211.7,1.3,0.179,,,,,, -2005,11,30,7,30,269,15,26,-13,6,970,209.5,1.5,0.179,,,,,, -2005,11,30,8,30,694,46,200,-12,10,970,208.5,2.4,0.179,,,,,, -2005,11,30,9,30,843,62,378,-13,14,970,205.9,2.9,0.179,,,,,, -2005,11,30,10,30,911,71,516,-12,17,970,201.1,2.5,0.179,,,,,, -2005,11,30,11,30,951,72,599,-9,18,960,199.9,2.2,0.179,,,,,, -2005,11,30,12,30,956,73,618,-7,19,960,200.2,2.1,0.179,,,,,, -2005,11,30,13,30,939,71,570,-7,20,960,200.9,2.3,0.179,,,,,, -2005,11,30,14,30,885,67,460,-6,20,960,197.8,2.6,0.179,,,,,, -2005,11,30,15,30,786,56,301,-6,19,960,194.6,2.5,0.179,,,,,, -2005,11,30,16,30,556,36,116,-5,15,960,193.6,1.7,0.179,,,,,, -2012,11,30,17,30,0,0,0,5,17,970,145.1,1.2,0.178,,,,,, -2012,11,30,18,30,0,0,0,5,17,970,144.6,1.1,0.178,,,,,, -2012,11,30,19,30,0,0,0,5,16,970,139.4,1.1,0.178,,,,,, -2012,11,30,20,30,0,0,0,5,16,970,128.6,1.1,0.178,,,,,, -2012,11,30,21,30,0,0,0,5,16,970,114.4,1.2,0.178,,,,,, -2012,11,30,22,30,0,0,0,5,15,970,100.7,1.2,0.178,,,,,, -2012,11,30,23,30,0,0,0,5,15,970,90.5,1.1,0.178,,,,,, -2012,12,1,0,30,0,0,0,4,15,970,85,1.1,0.178,,,,,, -2012,12,1,1,30,0,0,0,4,14,970,84.7,1,0.178,,,,,, -2012,12,1,2,30,0,0,0,4,13,970,90.9,1,0.178,,,,,, -2012,12,1,3,30,0,0,0,4,12,970,106.1,1,0.178,,,,,, -2012,12,1,4,30,0,0,0,4,12,970,121.4,1.1,0.178,,,,,, -2012,12,1,5,30,0,0,0,4,11,970,131.6,1,0.178,,,,,, -2012,12,1,6,30,0,0,0,4,11,970,134,1,0.178,,,,,, -2012,12,1,7,30,139,16,21,4,12,970,126.2,1.3,0.178,,,,,, -2012,12,1,8,30,590,54,183,4,15,970,121.5,2,0.178,,,,,, -2012,12,1,9,30,765,72,356,5,18,970,132.1,2.9,0.178,,,,,, -2012,12,1,10,30,847,81,492,7,21,970,146.5,3.1,0.178,,,,,, -2012,12,1,11,30,885,85,574,7,22,970,151.6,2.7,0.178,,,,,, -2012,12,1,12,30,892,86,592,7,23,960,148.4,2.3,0.178,,,,,, -2012,12,1,13,30,873,83,546,6,24,960,144.9,2,0.178,,,,,, -2012,12,1,14,30,788,86,434,6,23,960,150.4,1.7,0.178,,,,,, -2012,12,1,15,30,675,71,280,5,22,960,162.3,1.3,0.178,,,,,, -2012,12,1,16,30,423,44,104,5,20,960,184.1,0.7,0.178,,,,,, -2012,12,1,17,30,0,0,0,5,18,960,214.2,0.5,0.179,,,,,, -2012,12,1,18,30,0,0,0,5,18,960,248.6,0.4,0.179,,,,,, -2012,12,1,19,30,0,0,0,5,18,960,296.9,0.4,0.179,,,,,, -2012,12,1,20,30,0,0,0,5,17,960,51.5,0.8,0.179,,,,,, -2012,12,1,21,30,0,0,0,5,16,960,77.4,1.2,0.179,,,,,, -2012,12,1,22,30,0,0,0,5,15,960,90.1,1.3,0.179,,,,,, -2012,12,1,23,30,0,0,0,5,14,960,99.3,1.4,0.179,,,,,, -2012,12,2,0,30,0,0,0,5,13,960,105.7,1.5,0.179,,,,,, -2012,12,2,1,30,0,0,0,5,12,960,109.2,1.6,0.179,,,,,, -2012,12,2,2,30,0,0,0,5,11,960,111.2,1.5,0.179,,,,,, -2012,12,2,3,30,0,0,0,4,11,960,113.6,1.4,0.179,,,,,, -2012,12,2,4,30,0,0,0,4,10,960,117.4,1.2,0.179,,,,,, -2012,12,2,5,30,0,0,0,3,10,960,121.5,1.1,0.179,,,,,, -2012,12,2,6,30,0,0,0,2,10,970,126.1,1,0.179,,,,,, -2012,12,2,7,30,130,14,19,1,12,970,129,1.2,0.179,,,,,, -2012,12,2,8,30,583,54,179,0,15,970,128.8,1.5,0.179,,,,,, -2012,12,2,9,30,759,72,351,2,18,970,139.3,1.6,0.179,,,,,, -2012,12,2,10,30,842,81,487,3,21,970,140.1,1.4,0.179,,,,,, -2012,12,2,11,30,860,91,564,3,22,970,123.8,0.7,0.179,,,,,, -2012,12,2,12,30,867,93,582,3,23,960,67.8,0.3,0.179,,,,,, -2012,12,2,13,30,847,90,537,3,24,960,15.8,0.3,0.179,,,,,, -2012,12,2,14,30,868,62,444,3,23,960,152,0.7,0.179,,,,,, -2012,12,2,15,30,774,52,292,3,22,960,168.6,1.1,0.179,,,,,, -2012,12,2,16,30,311,46,90,3,20,960,184.3,0.7,0.179,,,,,, -2012,12,2,17,30,0,0,0,3,18,960,203.9,0.2,0.179,,,,,, -2012,12,2,18,30,0,0,0,3,18,960,215.1,0.3,0.179,,,,,, -2012,12,2,19,30,0,0,0,4,18,960,134.1,0.8,0.179,,,,,, -2012,12,2,20,30,0,0,0,4,17,960,112.4,1.4,0.179,,,,,, -2012,12,2,21,30,0,0,0,4,16,960,113,1.4,0.179,,,,,, -2012,12,2,22,30,0,0,0,3,15,960,119.4,1.3,0.179,,,,,, -2012,12,2,23,30,0,0,0,3,14,960,124.7,1.3,0.179,,,,,, -2012,12,3,0,30,0,0,0,3,14,960,126.5,1.2,0.179,,,,,, -2012,12,3,1,30,0,0,0,3,13,960,124.3,1.1,0.179,,,,,, -2012,12,3,2,30,0,0,0,3,13,960,116.6,1.1,0.179,,,,,, -2012,12,3,3,30,0,0,0,3,13,960,112.4,1.1,0.179,,,,,, -2012,12,3,4,30,0,0,0,3,12,970,107.2,1,0.179,,,,,, -2012,12,3,5,30,0,0,0,3,12,970,106.2,1,0.179,,,,,, -2012,12,3,6,30,0,0,0,3,11,970,112.5,1.1,0.179,,,,,, -2012,12,3,7,30,185,13,18,4,12,970,114,1.3,0.179,,,,,, -2012,12,3,8,30,629,46,179,4,15,970,119.1,2,0.179,,,,,, -2012,12,3,9,30,448,120,284,5,18,970,139.1,2.7,0.179,,,,,, -2012,12,3,10,30,633,124,428,7,21,970,158.1,2.7,0.179,,,,,, -2012,12,3,11,30,867,84,558,6,22,970,168.8,2.2,0.179,,,,,, -2012,12,3,12,30,873,86,577,6,23,970,169.9,1.9,0.179,,,,,, -2012,12,3,13,30,846,86,532,6,23,970,164.9,1.8,0.179,,,,,, -2012,12,3,14,30,795,79,428,6,23,970,165.4,1.9,0.179,,,,,, -2012,12,3,15,30,679,67,276,6,22,970,167.8,1.7,0.179,,,,,, -2012,12,3,16,30,437,41,103,6,20,970,180.9,1,0.179,,,,,, -2012,12,3,17,30,0,0,0,6,18,970,202.8,0.6,0.179,,,,,, -2012,12,3,18,30,0,0,0,6,17,970,220.7,0.5,0.179,,,,,, -2012,12,3,19,30,0,0,0,6,17,970,240.7,0.2,0.179,,,,,, -2012,12,3,20,30,0,0,0,6,17,970,182.7,0.3,0.179,,,,,, -2012,12,3,21,30,0,0,0,6,16,970,115.6,0.8,0.179,,,,,, -2012,12,3,22,30,0,0,0,6,15,970,118,1,0.179,,,,,, -2012,12,3,23,30,0,0,0,6,14,970,121.4,1.1,0.179,,,,,, -2012,12,4,0,30,0,0,0,6,12,970,123.3,1.2,0.179,,,,,, -2012,12,4,1,30,0,0,0,6,12,970,126.9,1.3,0.179,,,,,, -2012,12,4,2,30,0,0,0,6,11,970,133.5,1.4,0.179,,,,,, -2012,12,4,3,30,0,0,0,6,11,970,141.2,1.5,0.179,,,,,, -2012,12,4,4,30,0,0,0,5,11,970,155,1.5,0.179,,,,,, -2012,12,4,5,30,0,0,0,4,11,970,170.3,1.4,0.179,,,,,, -2012,12,4,6,30,0,0,0,3,11,970,186.8,1.3,0.179,,,,,, -2012,12,4,7,30,0,11,11,2,12,970,199.9,1.5,0.179,,,,,, -2012,12,4,8,30,149,80,111,2,15,970,206.2,1.9,0.179,,,,,, -2012,12,4,9,30,202,151,224,2,18,970,203.4,1.9,0.179,,,,,, -2012,12,4,10,30,874,68,485,4,21,970,198.3,1.4,0.179,,,,,, -2012,12,4,11,30,869,86,560,3,24,970,202.3,1,0.179,,,,,, -2012,12,4,12,30,882,85,580,3,25,970,199.7,0.8,0.179,,,,,, -2012,12,4,13,30,867,81,537,2,26,970,182.2,0.8,0.179,,,,,, -2012,12,4,14,30,283,182,306,1,26,970,177.9,1,0.179,,,,,, -2012,12,4,15,30,744,57,286,1,25,970,175,1.1,0.179,,,,,, -2012,12,4,16,30,517,36,110,2,22,970,175.9,1,0.179,,,,,, -2012,12,4,17,30,0,0,0,1,20,970,178.1,1.1,0.179,,,,,, -2012,12,4,18,30,0,0,0,1,18,970,180,1.2,0.179,,,,,, -2012,12,4,19,30,0,0,0,1,17,970,180.4,1.3,0.179,,,,,, -2012,12,4,20,30,0,0,0,1,16,970,177.5,1.3,0.179,,,,,, -2012,12,4,21,30,0,0,0,0,16,970,170.5,1.3,0.179,,,,,, -2012,12,4,22,30,0,0,0,0,15,970,165.5,1.3,0.179,,,,,, -2012,12,4,23,30,0,0,0,-1,15,970,162.5,1.3,0.179,,,,,, -2012,12,5,0,30,0,0,0,-1,15,970,159.4,1.3,0.179,,,,,, -2012,12,5,1,30,0,0,0,-2,15,970,158.6,1.2,0.179,,,,,, -2012,12,5,2,30,0,0,0,-2,14,970,162,1.1,0.179,,,,,, -2012,12,5,3,30,0,0,0,-2,14,970,165.6,1,0.179,,,,,, -2012,12,5,4,30,0,0,0,-2,14,970,164.6,1,0.179,,,,,, -2012,12,5,5,30,0,0,0,-2,13,970,163.3,1,0.179,,,,,, -2012,12,5,6,30,0,0,0,-2,13,970,164.9,1,0.179,,,,,, -2012,12,5,7,30,0,8,8,-3,14,970,169.5,1.3,0.179,,,,,, -2012,12,5,8,30,71,79,94,-2,17,970,179.2,2,0.179,,,,,, -2012,12,5,9,30,789,67,352,-3,21,970,185.3,2.3,0.179,,,,,, -2012,12,5,10,30,366,188,362,-5,24,970,177.9,2.1,0.179,,,,,, -2012,12,5,11,30,878,91,567,-5,25,970,171.3,2.1,0.179,,,,,, -2012,12,5,12,30,885,93,588,-5,26,960,167.4,2.1,0.179,,,,,, -2012,12,5,13,30,868,90,544,-5,27,960,165.3,2.1,0.179,,,,,, -2012,12,5,14,30,844,75,444,-5,26,960,164.9,2.1,0.179,,,,,, -2012,12,5,15,30,743,63,291,-5,25,960,164.9,1.6,0.179,,,,,, -2012,12,5,16,30,507,39,111,-2,22,960,166.6,1,0.179,,,,,, -2012,12,5,17,30,0,0,0,-3,20,960,165.8,0.9,0.179,,,,,, -2012,12,5,18,30,0,0,0,-4,19,960,166.6,0.8,0.179,,,,,, -2012,12,5,19,30,0,0,0,-4,18,960,153.1,0.8,0.179,,,,,, -2012,12,5,20,30,0,0,0,-4,17,960,120.8,1,0.179,,,,,, -2012,12,5,21,30,0,0,0,-4,17,960,112.8,1.1,0.179,,,,,, -2012,12,5,22,30,0,0,0,-5,16,960,116.7,1.2,0.179,,,,,, -2012,12,5,23,30,0,0,0,-5,15,960,120.9,1.1,0.179,,,,,, -2012,12,6,0,30,0,0,0,-5,14,960,130.3,1.1,0.179,,,,,, -2012,12,6,1,30,0,0,0,-5,13,960,149,1.1,0.179,,,,,, -2012,12,6,2,30,0,0,0,-5,12,960,166.3,1.2,0.179,,,,,, -2012,12,6,3,30,0,0,0,-5,12,960,175.5,1.2,0.179,,,,,, -2012,12,6,4,30,0,0,0,-4,11,960,180.5,1.2,0.179,,,,,, -2012,12,6,5,30,0,0,0,-3,11,960,186.1,1.2,0.179,,,,,, -2012,12,6,6,30,0,0,0,-3,11,960,196,1.1,0.179,,,,,, -2012,12,6,7,30,0,8,8,-2,12,960,200.5,1.1,0.179,,,,,, -2012,12,6,8,30,151,78,108,-2,15,960,200.4,1.6,0.179,,,,,, -2012,12,6,9,30,221,147,226,-2,18,960,194.5,2.2,0.179,,,,,, -2012,12,6,10,30,346,191,355,-2,21,960,184.4,2.2,0.179,,,,,, -2012,12,6,11,30,510,188,464,-2,23,960,184,2,0.179,,,,,, -2012,12,6,12,30,888,87,583,-2,24,960,176.2,1.9,0.179,,,,,, -2012,12,6,13,30,501,182,444,-2,24,960,168.8,2.1,0.179,,,,,, -2012,12,6,14,30,234,188,290,-2,23,960,170.7,2.3,0.179,,,,,, -2012,12,6,15,30,172,125,178,-1,22,960,177.8,1.9,0.179,,,,,, -2012,12,6,16,30,43,51,57,0,20,960,184.7,1.2,0.179,,,,,, -2012,12,6,17,30,0,0,0,-1,19,960,187.8,0.9,0.179,,,,,, -2012,12,6,18,30,0,0,0,-1,19,960,189.8,0.9,0.179,,,,,, -2012,12,6,19,30,0,0,0,-1,18,960,188.3,0.6,0.179,,,,,, -2012,12,6,20,30,0,0,0,-1,17,960,159.4,0.5,0.179,,,,,, -2012,12,6,21,30,0,0,0,-1,16,960,85.4,0.8,0.179,,,,,, -2012,12,6,22,30,0,0,0,-1,15,960,85.7,1.1,0.179,,,,,, -2012,12,6,23,30,0,0,0,-1,14,960,96.5,1.2,0.179,,,,,, -2012,12,7,0,30,0,0,0,-1,13,960,113.3,1.2,0.179,,,,,, -2012,12,7,1,30,0,0,0,-1,13,960,130.3,1.3,0.179,,,,,, -2012,12,7,2,30,0,0,0,-1,12,960,144.7,1.2,0.179,,,,,, -2012,12,7,3,30,0,0,0,-1,11,960,154.8,1.2,0.179,,,,,, -2012,12,7,4,30,0,0,0,-1,11,960,160.6,1.2,0.179,,,,,, -2012,12,7,5,30,0,0,0,-1,10,960,164.2,1.1,0.179,,,,,, -2012,12,7,6,30,0,0,0,0,10,960,168.3,1.1,0.179,,,,,, -2012,12,7,7,30,150,10,13,0,11,960,172.2,1.1,0.179,,,,,, -2012,12,7,8,30,628,45,172,0,14,960,176.6,1.4,0.179,,,,,, -2012,12,7,9,30,795,63,346,0,17,960,181.1,1.9,0.179,,,,,, -2012,12,7,10,30,871,73,483,0,20,960,180.6,2,0.179,,,,,, -2012,12,7,11,30,902,79,565,0,21,960,178.3,2,0.179,,,,,, -2012,12,7,12,30,910,80,586,0,22,960,176.2,1.9,0.179,,,,,, -2012,12,7,13,30,893,78,543,0,23,960,172.6,1.9,0.179,,,,,, -2012,12,7,14,30,837,74,438,0,23,960,169.9,2.1,0.179,,,,,, -2012,12,7,15,30,733,61,286,0,22,960,167.8,1.8,0.179,,,,,, -2012,12,7,16,30,496,38,109,0,19,960,169,1.2,0.179,,,,,, -2012,12,7,17,30,0,0,0,0,16,960,180.8,1,0.179,,,,,, -2012,12,7,18,30,0,0,0,0,16,960,193.9,1,0.179,,,,,, -2012,12,7,19,30,0,0,0,0,16,960,204.4,1,0.179,,,,,, -2012,12,7,20,30,0,0,0,0,15,960,208.2,1,0.179,,,,,, -2012,12,7,21,30,0,0,0,0,14,960,205.5,1,0.179,,,,,, -2012,12,7,22,30,0,0,0,0,13,960,201.9,1.1,0.179,,,,,, -2012,12,7,23,30,0,0,0,0,11,960,196.9,1,0.179,,,,,, -2012,12,8,0,30,0,0,0,0,10,960,189.5,0.9,0.179,,,,,, -2012,12,8,1,30,0,0,0,0,10,960,175.2,0.9,0.179,,,,,, -2012,12,8,2,30,0,0,0,0,9,960,159.4,0.9,0.179,,,,,, -2012,12,8,3,30,0,0,0,0,9,960,152.9,0.9,0.179,,,,,, -2012,12,8,4,30,0,0,0,0,8,960,157.6,1,0.179,,,,,, -2012,12,8,5,30,0,0,0,0,8,960,169.1,1.1,0.179,,,,,, -2012,12,8,6,30,0,0,0,0,8,960,182.3,1.1,0.179,,,,,, -2012,12,8,7,30,119,10,12,0,9,960,194.9,1,0.179,,,,,, -2012,12,8,8,30,619,47,171,0,13,960,209.1,1.4,0.179,,,,,, -2012,12,8,9,30,797,64,346,0,16,960,224.2,1.7,0.179,,,,,, -2012,12,8,10,30,878,74,485,0,18,960,234.7,1.2,0.179,,,,,, -2012,12,8,11,30,931,73,574,0,20,960,254.9,0.9,0.179,,,,,, -2012,12,8,12,30,939,75,596,-1,21,960,278.2,0.7,0.179,,,,,, -2012,12,8,13,30,923,73,553,-1,22,960,288.9,0.8,0.179,,,,,, -2012,12,8,14,30,871,69,448,-2,21,960,266.6,1.1,0.179,,,,,, -2012,12,8,15,30,769,58,294,-2,20,960,244.6,1.2,0.179,,,,,, -2012,12,8,16,30,533,37,113,-2,17,960,241.5,1.1,0.179,,,,,, -2012,12,8,17,30,0,0,0,-2,15,960,248.3,1,0.179,,,,,, -2012,12,8,18,30,0,0,0,-2,15,960,263.1,1.1,0.179,,,,,, -2012,12,8,19,30,0,0,0,-3,15,960,284.6,1.1,0.179,,,,,, -2012,12,8,20,30,0,0,0,-3,14,960,313.4,1,0.179,,,,,, -2012,12,8,21,30,0,0,0,-3,13,960,342,1,0.179,,,,,, -2012,12,8,22,30,0,0,0,-3,12,960,4.7,0.9,0.179,,,,,, -2012,12,8,23,30,0,0,0,-2,10,960,28.8,0.6,0.179,,,,,, -2012,12,9,0,30,0,0,0,-2,9,960,68.1,0.5,0.179,,,,,, -2012,12,9,1,30,0,0,0,-2,8,960,129.3,0.6,0.179,,,,,, -2012,12,9,2,30,0,0,0,-2,8,960,177.8,0.9,0.179,,,,,, -2012,12,9,3,30,0,0,0,-2,8,960,194,1.1,0.179,,,,,, -2012,12,9,4,30,0,0,0,-2,8,960,202.7,1.1,0.179,,,,,, -2012,12,9,5,30,0,0,0,-2,7,960,206.6,1.1,0.179,,,,,, -2012,12,9,6,30,0,0,0,-2,7,960,205.8,1,0.179,,,,,, -2012,12,9,7,30,0,0,0,-2,8,960,209.4,0.8,0.179,,,,,, -2012,12,9,8,30,598,49,167,-2,10,960,233.3,0.6,0.179,,,,,, -2012,12,9,9,30,774,68,340,-3,14,960,252,0.9,0.179,,,,,, -2012,12,9,10,30,856,79,479,-5,17,960,213.2,1.4,0.179,,,,,, -2012,12,9,11,30,900,83,565,-8,19,960,200,1.8,0.179,,,,,, -2012,12,9,12,30,912,83,589,-9,20,960,197.2,2.3,0.179,,,,,, -2012,12,9,13,30,895,81,546,-10,20,960,190.9,2.9,0.179,,,,,, -2012,12,9,14,30,846,74,442,-10,21,960,187,3.5,0.179,,,,,, -2012,12,9,15,30,749,61,290,-9,19,960,185.2,3.4,0.179,,,,,, -2012,12,9,16,30,248,48,83,-8,16,960,186,2.6,0.179,,,,,, -2012,12,9,17,30,0,0,0,-7,13,960,187,2.4,0.179,,,,,, -2012,12,9,18,30,0,0,0,-7,12,970,189.8,3,0.179,,,,,, -2012,12,9,19,30,0,0,0,-8,11,970,189.9,3.1,0.179,,,,,, -2012,12,9,20,30,0,0,0,-9,10,970,182.7,3.1,0.179,,,,,, -2012,12,9,21,30,0,0,0,-10,9,970,174.4,3.3,0.179,,,,,, -2012,12,9,22,30,0,0,0,-12,8,970,171.7,3.5,0.179,,,,,, -2012,12,9,23,30,0,0,0,-14,6,970,173.3,3.7,0.179,,,,,, -2012,12,10,0,30,0,0,0,-14,5,970,178.5,3.4,0.179,,,,,, -2012,12,10,1,30,0,0,0,-15,4,970,183.6,2.7,0.179,,,,,, -2012,12,10,2,30,0,0,0,-15,4,970,183.7,2.4,0.179,,,,,, -2012,12,10,3,30,0,0,0,-16,3,970,180.6,2.2,0.179,,,,,, -2012,12,10,4,30,0,0,0,-17,3,970,179,2,0.179,,,,,, -2012,12,10,5,30,0,0,0,-18,3,970,180.8,2,0.179,,,,,, -2012,12,10,6,30,0,0,0,-18,3,970,183.6,1.9,0.179,,,,,, -2012,12,10,7,30,0,0,0,-18,4,970,183.8,2.2,0.179,,,,,, -2012,12,10,8,30,713,38,177,-18,7,970,183.3,2.7,0.179,,,,,, -2012,12,10,9,30,872,51,356,-19,10,970,182.7,3,0.179,,,,,, -2012,12,10,10,30,944,59,498,-18,13,970,199,3.3,0.179,,,,,, -2012,12,10,11,30,961,71,584,-18,15,970,188.9,3.6,0.179,,,,,, -2012,12,10,12,30,975,70,609,-17,16,970,177.5,3.9,0.179,,,,,, -2012,12,10,13,30,964,67,567,-17,17,960,171.1,4.1,0.179,,,,,, -2012,12,10,14,30,897,69,459,-16,18,960,169.2,4.1,0.179,,,,,, -2012,12,10,15,30,801,58,303,-14,17,960,169.7,3.6,0.179,,,,,, -2012,12,10,16,30,573,37,119,-12,13,960,168.9,2.2,0.179,,,,,, -2012,12,10,17,30,0,0,0,-12,10,960,162.5,1.3,0.179,,,,,, -2012,12,10,18,30,0,0,0,-13,10,960,154.2,1.3,0.179,,,,,, -2012,12,10,19,30,0,0,0,-13,10,960,147.7,1.3,0.179,,,,,, -2012,12,10,20,30,0,0,0,-13,9,960,144.3,1.3,0.179,,,,,, -2012,12,10,21,30,0,0,0,-12,8,960,141.5,1.3,0.179,,,,,, -2012,12,10,22,30,0,0,0,-12,7,960,141.7,1.4,0.179,,,,,, -2012,12,10,23,30,0,0,0,-12,5,960,142.8,1.4,0.179,,,,,, -2012,12,11,0,30,0,0,0,-11,5,960,144.2,1.4,0.179,,,,,, -2012,12,11,1,30,0,0,0,-10,4,960,153.7,1.5,0.179,,,,,, -2012,12,11,2,30,0,0,0,-10,4,960,165,1.5,0.179,,,,,, -2012,12,11,3,30,0,0,0,-9,4,960,174.3,1.6,0.179,,,,,, -2012,12,11,4,30,0,0,0,-9,3,960,183.1,1.5,0.179,,,,,, -2012,12,11,5,30,0,0,0,-8,3,960,189.8,1.4,0.179,,,,,, -2012,12,11,6,30,0,0,0,-7,3,970,196.7,1.3,0.179,,,,,, -2012,12,11,7,30,0,0,0,-7,4,970,204.2,1.3,0.179,,,,,, -2012,12,11,8,30,686,41,173,-7,7,970,216.9,1.6,0.179,,,,,, -2012,12,11,9,30,853,56,351,-6,11,970,223,1.6,0.179,,,,,, -2012,12,11,10,30,928,64,493,-7,15,970,224.5,1.3,0.179,,,,,, -2012,12,11,11,30,920,83,573,-9,17,970,226.4,1,0.179,,,,,, -2012,12,11,12,30,934,83,598,-10,18,960,237.7,0.8,0.179,,,,,, -2012,12,11,13,30,920,79,556,-10,19,960,245.8,0.7,0.179,,,,,, -2012,12,11,14,30,885,69,453,-11,19,960,237.9,0.7,0.179,,,,,, -2012,12,11,15,30,790,57,299,-11,18,960,244.3,0.7,0.179,,,,,, -2012,12,11,16,30,165,51,75,-9,15,960,258.9,0.7,0.179,,,,,, -2012,12,11,17,30,0,0,0,-10,12,960,271.8,0.9,0.179,,,,,, -2012,12,11,18,30,0,0,0,-10,12,960,280.5,1.1,0.179,,,,,, -2012,12,11,19,30,0,0,0,-10,12,960,294.1,1.2,0.179,,,,,, -2012,12,11,20,30,0,0,0,-10,10,960,308.7,1.3,0.179,,,,,, -2012,12,11,21,30,0,0,0,-10,8,960,320.4,1.4,0.179,,,,,, -2012,12,11,22,30,0,0,0,-10,7,960,326.2,1.3,0.179,,,,,, -2012,12,11,23,30,0,0,0,-9,6,960,324.1,1.2,0.179,,,,,, -2012,12,12,0,30,0,0,0,-9,6,960,323.1,1.1,0.179,,,,,, -2012,12,12,1,30,0,0,0,-9,6,960,325.6,1,0.179,,,,,, -2012,12,12,2,30,0,0,0,-9,6,960,323.8,1,0.179,,,,,, -2012,12,12,3,30,0,0,0,-10,5,960,316.9,1,0.179,,,,,, -2012,12,12,4,30,0,0,0,-11,5,960,312.6,1,0.179,,,,,, -2012,12,12,5,30,0,0,0,-11,5,960,313.9,1.1,0.179,,,,,, -2012,12,12,6,30,0,0,0,-11,5,960,319,1.1,0.179,,,,,, -2012,12,12,7,30,0,0,0,-11,6,960,322.4,1,0.179,,,,,, -2012,12,12,8,30,649,44,167,-11,9,960,310,1.5,0.179,,,,,, -2012,12,12,9,30,827,60,345,-11,13,960,283.9,1.9,0.179,,,,,, -2012,12,12,10,30,318,189,336,-11,16,960,272.2,1.7,0.179,,,,,, -2012,12,12,11,30,520,180,457,-12,18,960,286.1,1.9,0.179,,,,,, -2012,12,12,12,30,921,86,593,-11,19,960,308.9,2.3,0.179,,,,,, -2012,12,12,13,30,899,85,551,-11,20,960,318.1,2.6,0.179,,,,,, -2012,12,12,14,30,850,79,448,-11,20,960,315.8,2.9,0.179,,,,,, -2012,12,12,15,30,746,66,295,-10,19,960,310.8,2.7,0.179,,,,,, -2012,12,12,16,30,506,42,114,-8,17,960,303.7,2.1,0.179,,,,,, -2012,12,12,17,30,0,0,0,-9,15,960,300.9,1.9,0.179,,,,,, -2012,12,12,18,30,0,0,0,-10,13,960,312.3,1.8,0.179,,,,,, -2012,12,12,19,30,0,0,0,-10,11,960,332.9,1.4,0.179,,,,,, -2012,12,12,20,30,0,0,0,-10,11,960,353.8,1.2,0.179,,,,,, -2012,12,12,21,30,0,0,0,-11,10,960,15.1,1,0.179,,,,,, -2012,12,12,22,30,0,0,0,-11,9,960,46.7,1,0.179,,,,,, -2012,12,12,23,30,0,0,0,-11,8,960,78,1,0.179,,,,,, -2012,12,13,0,30,0,0,0,-11,7,960,105.8,0.9,0.179,,,,,, -2012,12,13,1,30,0,0,0,-11,7,960,134.1,0.6,0.179,,,,,, -2012,12,13,2,30,0,0,0,-12,7,960,187.5,0.5,0.179,,,,,, -2012,12,13,3,30,0,0,0,-12,6,960,257.1,0.6,0.179,,,,,, -2012,12,13,4,30,0,0,0,-11,6,960,288.5,0.9,0.179,,,,,, -2012,12,13,5,30,0,0,0,-11,6,960,306.1,1.2,0.179,,,,,, -2012,12,13,6,30,0,0,0,-10,7,960,317,1.5,0.179,,,,,, -2012,12,13,7,30,0,0,0,-10,9,960,323.5,2.1,0.179,,,,,, -2012,12,13,8,30,517,53,150,-8,13,960,325.4,3.1,0.179,,,,,, -2012,12,13,9,30,59,140,160,-5,16,960,328.1,3.7,0.179,,,,,, -2012,12,13,10,30,312,190,333,4,17,960,346.2,3.8,0.179,,,,,, -2012,12,13,11,30,489,191,450,7,18,960,354.3,4,0.179,,,,,, -2012,12,13,12,30,167,257,349,7,18,960,353.6,4.2,0.179,,,,,, -2012,12,13,13,30,112,239,297,7,18,960,351.1,4.4,0.179,,,,,, -2012,12,13,14,30,108,194,241,7,18,960,348.5,4.4,0.179,,,,,, -2012,12,13,15,30,33,119,129,7,17,960,345.8,4.1,0.179,,,,,, -2012,12,13,16,30,14,51,53,8,15,960,346.8,3,0.179,,,,,, -2012,12,13,17,30,0,0,0,9,13,960,356.6,2,0.179,,,,,, -2012,12,13,18,30,0,0,0,9,13,960,24.9,1.7,0.179,,,,,, -2012,12,13,19,30,0,0,0,9,12,960,70.1,2,0.179,,,,,, -2012,12,13,20,30,0,0,0,8,11,960,105.3,2.5,0.179,,,,,, -2012,12,13,21,30,0,0,0,8,10,960,116.8,2.5,0.179,,,,,, -2012,12,13,22,30,0,0,0,8,10,960,114.2,2.1,0.179,,,,,, -2012,12,13,23,30,0,0,0,8,10,950,106.1,1.8,0.179,,,,,, -2012,12,14,0,30,0,0,0,9,10,950,99.2,1.7,0.179,,,,,, -2012,12,14,1,30,0,0,0,9,11,950,92.5,1.7,0.179,,,,,, -2012,12,14,2,30,0,0,0,9,11,950,80.9,1.7,0.179,,,,,, -2012,12,14,3,30,0,0,0,9,10,950,69.5,1.5,0.179,,,,,, -2012,12,14,4,30,0,0,0,9,10,950,63,1.3,0.179,,,,,, -2012,12,14,5,30,0,0,0,9,9,950,56,1.2,0.179,,,,,, -2012,12,14,6,30,0,0,0,7,7,960,45.4,1.1,0.179,,,,,, -2012,12,14,7,30,0,0,0,7,7,960,29.6,1.1,0.179,,,,,, -2012,12,14,8,30,573,46,153,6,8,960,8.9,1.7,0.179,,,,,, -2012,12,14,9,30,207,140,211,6,10,960,11.1,2.6,0.179,,,,,, -2012,12,14,10,30,876,69,470,4,11,960,47.9,3,0.179,,,,,, -2012,12,14,11,30,893,82,554,3,12,960,52.7,3.5,0.179,,,,,, -2012,12,14,12,30,909,81,580,2,13,960,51.2,3.8,0.179,,,,,, -2012,12,14,13,30,897,78,541,1,13,960,50.6,3.8,0.179,,,,,, -2012,12,14,14,30,0,47,47,1,13,960,50.4,3.6,0.179,,,,,, -2012,12,14,15,30,716,66,286,0,12,960,48.6,2.9,0.179,,,,,, -2012,12,14,16,30,138,53,73,1,10,960,48.3,1.8,0.179,,,,,, -2012,12,14,17,30,0,0,0,3,8,960,48.3,1.1,0.179,,,,,, -2012,12,14,18,30,0,0,0,2,8,960,44.8,1.1,0.179,,,,,, -2012,12,14,19,30,0,0,0,2,8,960,42.2,1.1,0.179,,,,,, -2012,12,14,20,30,0,0,0,3,8,960,43.1,1,0.179,,,,,, -2012,12,14,21,30,0,0,0,3,8,960,49.1,0.9,0.179,,,,,, -2012,12,14,22,30,0,0,0,4,8,960,40.6,0.7,0.179,,,,,, -2012,12,14,23,30,0,0,0,5,8,960,355.4,0.8,0.179,,,,,, -2012,12,15,0,30,0,0,0,6,8,960,327.7,1,0.179,,,,,, -2012,12,15,1,30,0,0,0,6,7,960,317.1,1.3,0.179,,,,,, -2012,12,15,2,30,0,0,0,7,7,960,313.1,1.5,0.179,,,,,, -2012,12,15,3,30,0,0,0,7,7,960,310.3,1.6,0.179,,,,,, -2012,12,15,4,30,0,0,0,7,7,960,311.8,1.7,0.179,,,,,, -2012,12,15,5,30,0,0,0,6,7,960,310.6,1.9,0.179,,,,,, -2012,12,15,6,30,0,0,0,6,6,960,306.2,1.7,0.179,,,,,, -2012,12,15,7,30,0,0,0,6,7,960,300.2,1.5,0.179,,,,,, -2012,12,15,8,30,0,58,58,7,8,960,295.2,1.7,0.179,,,,,, -2012,12,15,9,30,0,8,8,7,9,960,297.9,1.4,0.179,,,,,, -2012,12,15,10,30,0,79,79,7,10,960,329.2,0.8,0.179,,,,,, -2012,12,15,11,30,0,159,159,7,11,960,87.1,1.3,0.179,,,,,, -2012,12,15,12,30,32,221,239,7,11,960,124.2,2.2,0.179,,,,,, -2012,12,15,13,30,9,179,184,8,11,960,142.3,3,0.179,,,,,, -2012,12,15,14,30,96,190,232,8,11,960,153.6,3.6,0.179,,,,,, -2012,12,15,15,30,0,25,25,8,10,960,163.8,3.9,0.179,,,,,, -2012,12,15,16,30,0,3,3,8,9,960,174.6,3.3,0.179,,,,,, -2012,12,15,17,30,0,0,0,8,9,960,190.1,2.5,0.179,,,,,, -2012,12,15,18,30,0,0,0,8,8,960,202.1,2,0.179,,,,,, -2012,12,15,19,30,0,0,0,7,8,960,214.5,1.6,0.179,,,,,, -2012,12,15,20,30,0,0,0,7,8,960,227.8,1.3,0.179,,,,,, -2012,12,15,21,30,0,0,0,7,8,960,238.4,1.1,0.179,,,,,, -2012,12,15,22,30,0,0,0,6,7,960,250.6,1,0.179,,,,,, -2012,12,15,23,30,0,0,0,5,7,960,267,0.9,0.179,,,,,, -2012,12,16,0,30,0,0,0,5,6,960,282.5,0.7,0.179,,,,,, -2012,12,16,1,30,0,0,0,5,6,960,296.3,0.4,0.179,,,,,, -2012,12,16,2,30,0,0,0,5,6,960,265.8,0.4,0.179,,,,,, -2012,12,16,3,30,0,0,0,5,6,960,201.4,0.7,0.179,,,,,, -2012,12,16,4,30,0,0,0,4,5,960,206.6,0.9,0.179,,,,,, -2012,12,16,5,30,0,0,0,4,5,970,215.2,0.8,0.179,,,,,, -2012,12,16,6,30,0,0,0,4,4,970,240,0.7,0.179,,,,,, -2012,12,16,7,30,0,0,0,4,5,970,259,0.6,0.179,,,,,, -2012,12,16,8,30,560,47,149,4,7,970,277.5,0.5,0.179,,,,,, -2012,12,16,9,30,759,67,323,4,9,970,274.6,0.6,0.179,,,,,, -2012,12,16,10,30,850,77,464,2,11,970,145.9,0.9,0.179,,,,,, -2012,12,16,11,30,857,94,545,0,12,970,155.9,0.7,0.179,,,,,, -2012,12,16,12,30,871,95,572,0,13,970,171.1,0.7,0.179,,,,,, -2012,12,16,13,30,861,90,535,-1,13,970,195,1.1,0.179,,,,,, -2012,12,16,14,30,823,80,438,-1,13,970,208.6,1.6,0.179,,,,,, -2012,12,16,15,30,726,65,290,-1,12,970,220,2,0.179,,,,,, -2012,12,16,16,30,15,52,54,1,10,970,238.6,1.7,0.179,,,,,, -2012,12,16,17,30,0,0,0,0,8,970,257.8,1.4,0.179,,,,,, -2012,12,16,18,30,0,0,0,0,8,970,276.4,1.5,0.179,,,,,, -2012,12,16,19,30,0,0,0,0,8,970,292.2,1.4,0.179,,,,,, -2012,12,16,20,30,0,0,0,-1,8,970,305.8,1.3,0.179,,,,,, -2012,12,16,21,30,0,0,0,-1,7,970,316.4,1.3,0.179,,,,,, -2012,12,16,22,30,0,0,0,-1,6,970,322.1,1.2,0.179,,,,,, -2012,12,16,23,30,0,0,0,-1,5,970,323.6,1.1,0.179,,,,,, -2012,12,17,0,30,0,0,0,-1,4,970,321.2,1,0.179,,,,,, -2012,12,17,1,30,0,0,0,-1,3,970,315.5,1,0.179,,,,,, -2012,12,17,2,30,0,0,0,-1,3,970,308.6,1,0.179,,,,,, -2012,12,17,3,30,0,0,0,-1,3,970,303.2,1.1,0.179,,,,,, -2012,12,17,4,30,0,0,0,-1,2,970,300.5,1.1,0.179,,,,,, -2012,12,17,5,30,0,0,0,-1,2,970,299.9,1.1,0.179,,,,,, -2012,12,17,6,30,0,0,0,-1,2,970,302.5,1.1,0.179,,,,,, -2012,12,17,7,30,0,0,0,-1,3,970,301.7,1.2,0.179,,,,,, -2012,12,17,8,30,564,46,148,0,7,970,296.9,1.7,0.179,,,,,, -2012,12,17,9,30,759,66,321,0,10,970,293.6,1.8,0.179,,,,,, -2012,12,17,10,30,846,77,461,-1,12,970,305.7,1.3,0.179,,,,,, -2012,12,17,11,30,867,89,545,0,14,970,311.1,1.1,0.179,,,,,, -2012,12,17,12,30,878,91,572,0,15,970,301.2,1.1,0.179,,,,,, -2012,12,17,13,30,864,88,534,1,15,970,288.8,1.2,0.179,,,,,, -2012,12,17,14,30,811,82,435,1,15,970,278.7,1.4,0.179,,,,,, -2012,12,17,15,30,710,68,288,1,14,960,275.2,1.6,0.179,,,,,, -2012,12,17,16,30,480,43,114,3,12,960,276.9,1.3,0.179,,,,,, -2012,12,17,17,30,0,0,0,2,10,960,289.5,0.9,0.179,,,,,, -2012,12,17,18,30,0,0,0,1,9,960,299.2,1,0.179,,,,,, -2012,12,17,19,30,0,0,0,1,9,960,311.8,1,0.179,,,,,, -2012,12,17,20,30,0,0,0,1,8,960,329.8,0.9,0.179,,,,,, -2012,12,17,21,30,0,0,0,1,7,960,352.1,0.8,0.179,,,,,, -2012,12,17,22,30,0,0,0,1,6,960,11.6,0.5,0.179,,,,,, -2012,12,17,23,30,0,0,0,1,5,960,37.1,0.3,0.179,,,,,, -2012,12,18,0,30,0,0,0,1,5,960,164.5,0.4,0.179,,,,,, -2012,12,18,1,30,0,0,0,0,5,960,206.2,0.7,0.179,,,,,, -2012,12,18,2,30,0,0,0,1,4,960,227.8,0.9,0.179,,,,,, -2012,12,18,3,30,0,0,0,1,4,960,237.7,1,0.179,,,,,, -2012,12,18,4,30,0,0,0,1,4,960,247.8,1.1,0.179,,,,,, -2012,12,18,5,30,0,0,0,1,4,960,259.9,1.2,0.179,,,,,, -2012,12,18,6,30,0,0,0,1,4,960,270.7,1.2,0.179,,,,,, -2012,12,18,7,30,0,0,0,1,5,960,282.4,1.4,0.179,,,,,, -2012,12,18,8,30,79,67,82,1,8,960,294.7,2.1,0.179,,,,,, -2012,12,18,9,30,742,67,315,2,11,960,301.8,2.3,0.179,,,,,, -2012,12,18,10,30,261,194,312,2,14,960,319,2.1,0.179,,,,,, -2012,12,18,11,30,301,228,387,3,15,960,332.6,2.2,0.179,,,,,, -2012,12,18,12,30,370,227,430,3,15,960,340.1,2.6,0.179,,,,,, -2012,12,18,13,30,33,209,226,3,14,960,348.8,2.9,0.179,,,,,, -2012,12,18,14,30,0,102,102,4,14,960,3.4,2.8,0.179,,,,,, -2012,12,18,15,30,0,91,91,4,14,960,15.1,1.8,0.179,,,,,, -2012,12,18,16,30,0,28,28,6,13,960,11.2,1,0.179,,,,,, -2012,12,18,17,30,0,0,0,5,11,960,22.6,1,0.179,,,,,, -2012,12,18,18,30,0,0,0,5,10,950,66.2,1.9,0.179,,,,,, -2012,12,18,19,30,0,0,0,5,10,950,93.8,3.2,0.179,,,,,, -2012,12,18,20,30,0,0,0,6,10,950,104.1,3.5,0.179,,,,,, -2012,12,18,21,30,0,0,0,6,10,950,100.6,3.1,0.179,,,,,, -2012,12,18,22,30,0,0,0,8,10,950,96.7,3,0.179,,,,,, -2012,12,18,23,30,0,0,0,9,10,950,97.7,3,0.179,,,,,, -2012,12,19,0,30,0,0,0,8,9,960,101.5,3,0.179,,,,,, -2012,12,19,1,30,0,0,0,7,7,960,108.6,3.1,0.179,,,,,, -2012,12,19,2,30,0,0,0,6,6,960,114.1,3,0.179,,,,,, -2012,12,19,3,30,0,0,0,4,5,960,116.1,2.8,0.179,,,,,, -2012,12,19,4,30,0,0,0,2,3,960,120.4,2.7,0.179,,,,,, -2012,12,19,5,30,0,0,0,2,2,960,128.8,2.4,0.179,,,,,, -2012,12,19,6,30,0,0,0,1,1,960,137.9,2,0.179,,,,,, -2012,12,19,7,30,0,0,0,0,2,960,144.1,2.1,0.179,,,,,, -2012,12,19,8,30,572,48,149,0,4,960,146.8,2.9,0.179,,,,,, -2012,12,19,9,30,790,67,330,0,7,970,150.3,3.8,0.179,,,,,, -2012,12,19,10,30,893,75,479,-2,9,970,167.4,4.3,0.179,,,,,, -2012,12,19,11,30,947,77,574,-4,10,970,180.5,4.2,0.179,,,,,, -2012,12,19,12,30,970,75,605,-6,11,970,189,3.9,0.179,,,,,, -2012,12,19,13,30,967,71,570,-8,12,970,193.4,3.7,0.179,,,,,, -2012,12,19,14,30,916,69,468,-9,12,970,192.6,3.7,0.179,,,,,, -2012,12,19,15,30,824,58,315,-10,11,970,190.6,3.1,0.179,,,,,, -2012,12,19,16,30,609,38,130,-3,9,970,188.5,2.1,0.179,,,,,, -2012,12,19,17,30,0,0,0,-5,7,970,185.4,1.7,0.179,,,,,, -2012,12,19,18,30,0,0,0,-7,7,970,186.4,1.9,0.179,,,,,, -2012,12,19,19,30,0,0,0,-7,6,970,187.9,2,0.179,,,,,, -2012,12,19,20,30,0,0,0,-7,4,970,184.4,1.9,0.179,,,,,, -2012,12,19,21,30,0,0,0,-7,3,970,176.6,1.8,0.179,,,,,, -2012,12,19,22,30,0,0,0,-7,1,970,170.2,1.7,0.179,,,,,, -2012,12,19,23,30,0,0,0,-7,0,970,168.5,1.6,0.179,,,,,, -2012,12,20,0,30,0,0,0,-9,0,970,170.7,1.6,0.179,,,,,, -2012,12,20,1,30,0,0,0,-10,0,970,175.4,1.6,0.179,,,,,, -2012,12,20,2,30,0,0,0,-10,0,970,184.5,1.7,0.179,,,,,, -2012,12,20,3,30,0,0,0,-10,0,970,195.9,1.6,0.179,,,,,, -2012,12,20,4,30,0,0,0,-9,0,970,208.9,1.5,0.179,,,,,, -2012,12,20,5,30,0,0,0,-9,0,970,220.6,1.5,0.179,,,,,, -2012,12,20,6,30,0,0,0,-9,0,970,226.3,1.4,0.179,,,,,, -2012,12,20,7,30,0,0,0,-9,1,970,217.9,1.3,0.179,,,,,, -2012,12,20,8,30,693,40,162,-9,3,970,208,1.8,0.179,,,,,, -2012,12,20,9,30,872,56,346,-9,7,970,184.4,2.3,0.179,,,,,, -2012,12,20,10,30,950,66,494,-10,11,970,182.6,2.5,0.179,,,,,, -2012,12,20,11,30,927,92,577,-13,14,970,201.1,2.9,0.179,,,,,, -2012,12,20,12,30,942,91,606,-13,16,970,205.9,3.1,0.179,,,,,, -2012,12,20,13,30,930,87,568,-12,17,970,202.5,3.2,0.179,,,,,, -2012,12,20,14,30,884,80,467,-12,17,970,197.7,3,0.179,,,,,, -2012,12,20,15,30,406,104,231,-9,15,970,191.9,2,0.179,,,,,, -2012,12,20,16,30,139,58,79,-1,11,970,179.3,1.3,0.179,,,,,, -2012,12,20,17,30,0,0,0,-3,9,970,169.2,1.6,0.179,,,,,, -2012,12,20,18,30,0,0,0,-3,8,970,168.7,2.1,0.179,,,,,, -2012,12,20,19,30,0,0,0,-3,8,970,170.8,2.4,0.179,,,,,, -2012,12,20,20,30,0,0,0,-4,7,970,172,2.4,0.179,,,,,, -2012,12,20,21,30,0,0,0,-4,7,970,171.2,2.1,0.179,,,,,, -2012,12,20,22,30,0,0,0,-5,7,970,168.9,1.9,0.179,,,,,, -2012,12,20,23,30,0,0,0,-5,7,970,167,1.9,0.179,,,,,, -2012,12,21,0,30,0,0,0,-6,6,970,166.5,1.9,0.179,,,,,, -2012,12,21,1,30,0,0,0,-6,6,970,168.5,2,0.179,,,,,, -2012,12,21,2,30,0,0,0,-7,5,970,171.9,2.1,0.179,,,,,, -2012,12,21,3,30,0,0,0,-8,4,970,174.7,2,0.179,,,,,, -2012,12,21,4,30,0,0,0,-8,3,970,177.5,1.8,0.179,,,,,, -2012,12,21,5,30,0,0,0,-9,3,970,179.2,1.7,0.179,,,,,, -2012,12,21,6,30,0,0,0,-9,3,970,179.9,1.6,0.179,,,,,, -2012,12,21,7,30,0,0,0,-9,4,970,178.4,1.8,0.179,,,,,, -2012,12,21,8,30,647,43,156,-9,8,970,175.2,2.4,0.179,,,,,, -2012,12,21,9,30,839,62,339,-10,12,970,174.2,2.4,0.179,,,,,, -2012,12,21,10,30,923,72,487,-10,15,970,175.2,1.9,0.179,,,,,, -2012,12,21,11,30,931,87,575,-10,17,970,172.5,1.8,0.179,,,,,, -2012,12,21,12,30,947,87,604,-10,19,970,166.1,1.7,0.179,,,,,, -2012,12,21,13,30,933,84,566,-10,20,960,156.6,1.7,0.179,,,,,, -2012,12,21,14,30,886,77,465,-9,19,960,165.9,1.6,0.179,,,,,, -2012,12,21,15,30,330,114,218,-6,18,960,176.5,1.1,0.179,,,,,, -2012,12,21,16,30,62,56,66,-2,16,960,186.3,0.8,0.179,,,,,, -2012,12,21,17,30,0,0,0,-5,15,960,196.8,0.7,0.179,,,,,, -2012,12,21,18,30,0,0,0,-4,12,970,183.6,0.5,0.179,,,,,, -2012,12,21,19,30,0,0,0,-3,10,970,135,0.4,0.179,,,,,, -2012,12,21,20,30,0,0,0,-2,10,970,98.8,0.5,0.179,,,,,, -2012,12,21,21,30,0,0,0,-2,9,970,111.8,0.7,0.179,,,,,, -2012,12,21,22,30,0,0,0,-2,9,970,133.1,0.9,0.179,,,,,, -2012,12,21,23,30,0,0,0,-2,9,960,153,1,0.179,,,,,, -2012,12,22,0,30,0,0,0,-2,9,960,172.4,0.9,0.179,,,,,, -2012,12,22,1,30,0,0,0,-2,9,960,181.4,0.8,0.179,,,,,, -2012,12,22,2,30,0,0,0,-2,8,960,197.1,0.7,0.179,,,,,, -2012,12,22,3,30,0,0,0,-1,8,960,190.4,0.6,0.179,,,,,, -2012,12,22,4,30,0,0,0,-1,8,960,174.5,0.5,0.179,,,,,, -2012,12,22,5,30,0,0,0,-1,8,960,166.3,0.4,0.179,,,,,, -2012,12,22,6,30,0,0,0,-1,7,960,129.4,0.6,0.179,,,,,, -2012,12,22,7,30,0,0,0,-1,8,970,119.9,0.7,0.179,,,,,, -2012,12,22,8,30,536,48,140,0,11,970,116.9,1.2,0.179,,,,,, -2012,12,22,9,30,745,69,315,-2,14,970,118.7,1.4,0.179,,,,,, -2012,12,22,10,30,844,80,459,-2,17,970,150.2,1.1,0.179,,,,,, -2012,12,22,11,30,787,119,531,-3,18,970,165.1,1,0.179,,,,,, -2012,12,22,12,30,798,124,560,-3,19,960,162.9,0.9,0.179,,,,,, -2012,12,22,13,30,335,218,392,-3,20,960,178.7,0.9,0.179,,,,,, -2012,12,22,14,30,421,160,345,-2,19,960,208.8,1.1,0.179,,,,,, -2012,12,22,15,30,38,123,135,-2,17,960,237.1,1.1,0.179,,,,,, -2012,12,22,16,30,560,41,127,3,14,960,253.3,1,0.179,,,,,, -2012,12,22,17,30,0,0,0,0,13,960,270.1,1,0.179,,,,,, -2012,12,22,18,30,0,0,0,-1,12,970,285.6,1,0.179,,,,,, -2012,12,22,19,30,0,0,0,-1,11,970,307.5,0.8,0.179,,,,,, -2012,12,22,20,30,0,0,0,-2,11,970,0.4,0.7,0.179,,,,,, -2012,12,22,21,30,0,0,0,-2,11,970,74.8,1.1,0.179,,,,,, -2012,12,22,22,30,0,0,0,-2,11,970,96,1.3,0.179,,,,,, -2012,12,22,23,30,0,0,0,-2,10,970,104.4,1.4,0.179,,,,,, -2012,12,23,0,30,0,0,0,-2,10,970,111.1,1.3,0.179,,,,,, -2012,12,23,1,30,0,0,0,-2,9,970,109.3,1.2,0.179,,,,,, -2012,12,23,2,30,0,0,0,-3,8,970,105.6,1.1,0.179,,,,,, -2012,12,23,3,30,0,0,0,-2,7,970,105.2,1.1,0.179,,,,,, -2012,12,23,4,30,0,0,0,-2,6,970,116.3,1.2,0.179,,,,,, -2012,12,23,5,30,0,0,0,-2,5,970,128.6,1.2,0.179,,,,,, -2012,12,23,6,30,0,0,0,-2,5,970,146.3,1.2,0.179,,,,,, -2012,12,23,7,30,0,0,0,-2,6,970,157,1.1,0.179,,,,,, -2012,12,23,8,30,499,50,136,0,8,970,155.2,1.5,0.179,,,,,, -2012,12,23,9,30,721,74,311,-1,11,970,162.8,2,0.179,,,,,, -2012,12,23,10,30,818,88,455,-2,14,970,169.1,2.2,0.179,,,,,, -2012,12,23,11,30,854,98,545,-3,16,970,161.6,2.2,0.179,,,,,, -2012,12,23,12,30,864,101,573,-3,17,970,152.5,1.9,0.179,,,,,, -2012,12,23,13,30,847,99,538,-3,17,960,151.4,1.7,0.179,,,,,, -2012,12,23,14,30,839,79,449,-3,17,960,163,1.7,0.179,,,,,, -2012,12,23,15,30,181,129,187,-3,15,960,182.4,1.3,0.179,,,,,, -2012,12,23,16,30,29,56,61,1,13,960,202.3,0.8,0.179,,,,,, -2012,12,23,17,30,0,0,0,0,13,960,200.8,0.7,0.179,,,,,, -2012,12,23,18,30,0,0,0,-1,12,960,183.9,0.7,0.179,,,,,, -2012,12,23,19,30,0,0,0,-1,11,960,157.5,0.8,0.179,,,,,, -2012,12,23,20,30,0,0,0,-2,11,960,118.9,1.1,0.179,,,,,, -2012,12,23,21,30,0,0,0,-3,10,960,96.6,1.4,0.179,,,,,, -2012,12,23,22,30,0,0,0,-3,10,960,99,1.5,0.179,,,,,, -2012,12,23,23,30,0,0,0,-3,9,960,104.1,1.5,0.179,,,,,, -2012,12,24,0,30,0,0,0,-2,8,960,104.4,1.5,0.179,,,,,, -2012,12,24,1,30,0,0,0,-2,7,960,104.2,1.4,0.179,,,,,, -2012,12,24,2,30,0,0,0,-1,6,960,105.4,1.2,0.179,,,,,, -2012,12,24,3,30,0,0,0,0,6,960,104.5,1,0.179,,,,,, -2012,12,24,4,30,0,0,0,0,5,960,90.1,0.6,0.179,,,,,, -2012,12,24,5,30,0,0,0,0,5,960,89.4,0.5,0.179,,,,,, -2012,12,24,6,30,0,0,0,0,5,960,169.3,0.6,0.179,,,,,, -2012,12,24,7,30,0,0,0,0,5,960,192,0.6,0.179,,,,,, -2012,12,24,8,30,0,25,25,1,7,960,226.5,0.2,0.179,,,,,, -2012,12,24,9,30,749,63,308,1,10,960,311.7,1,0.179,,,,,, -2012,12,24,10,30,845,73,452,1,13,960,89.9,2.4,0.179,,,,,, -2012,12,24,11,30,888,79,543,1,14,960,92.1,3.2,0.179,,,,,, -2012,12,24,12,30,895,81,571,2,15,960,94.1,3.7,0.179,,,,,, -2012,12,24,13,30,879,80,536,2,16,960,99.6,4,0.179,,,,,, -2012,12,24,14,30,793,84,434,3,16,960,104.6,4.2,0.179,,,,,, -2012,12,24,15,30,669,76,288,4,15,960,107.7,3.6,0.179,,,,,, -2012,12,24,16,30,420,51,117,6,13,960,109.3,2.6,0.179,,,,,, -2012,12,24,17,30,0,0,0,6,11,960,110.1,2.1,0.179,,,,,, -2012,12,24,18,30,0,0,0,6,10,960,107,2.2,0.179,,,,,, -2012,12,24,19,30,0,0,0,6,9,960,104.5,2.3,0.179,,,,,, -2012,12,24,20,30,0,0,0,5,8,960,106.2,2.4,0.179,,,,,, -2012,12,24,21,30,0,0,0,4,7,960,114.7,2.3,0.179,,,,,, -2012,12,24,22,30,0,0,0,3,6,960,125.2,2.2,0.179,,,,,, -2012,12,24,23,30,0,0,0,2,5,960,139,2.2,0.179,,,,,, -2012,12,25,0,30,0,0,0,1,4,960,156.3,2.2,0.179,,,,,, -2012,12,25,1,30,0,0,0,0,3,960,175.1,2.2,0.179,,,,,, -2012,12,25,2,30,0,0,0,-1,2,960,181.4,2,0.179,,,,,, -2012,12,25,3,30,0,0,0,-2,2,960,179.6,1.8,0.179,,,,,, -2012,12,25,4,30,0,0,0,-3,1,960,177.3,1.6,0.179,,,,,, -2012,12,25,5,30,0,0,0,-3,1,960,173.4,1.6,0.179,,,,,, -2012,12,25,6,30,0,0,0,-4,1,960,172.7,1.6,0.179,,,,,, -2012,12,25,7,30,0,0,0,-4,2,970,173.9,2.1,0.179,,,,,, -2012,12,25,8,30,0,29,29,-4,4,970,170.9,2.9,0.179,,,,,, -2012,12,25,9,30,210,133,201,-4,7,970,171,3.1,0.179,,,,,, -2012,12,25,10,30,373,173,340,-6,9,970,189.6,3,0.179,,,,,, -2012,12,25,11,30,216,238,352,-8,12,970,210.4,2.5,0.179,,,,,, -2012,12,25,12,30,67,243,280,-10,13,960,210.5,1.9,0.179,,,,,, -2012,12,25,13,30,460,192,431,-11,13,960,201,1.8,0.179,,,,,, -2012,12,25,14,30,146,196,261,-11,12,960,197.3,2,0.179,,,,,, -2012,12,25,15,30,186,131,190,-9,11,960,197,1.6,0.179,,,,,, -2012,12,25,16,30,77,59,72,-3,9,960,197,1.1,0.179,,,,,, -2012,12,25,17,30,0,0,0,-3,7,960,201.8,1.1,0.18,,,,,, -2012,12,25,18,30,0,0,0,-5,7,960,203.3,1.1,0.18,,,,,, -2012,12,25,19,30,0,0,0,-6,6,960,205.1,1.1,0.18,,,,,, -2012,12,25,20,30,0,0,0,-6,5,960,213.7,1,0.18,,,,,, -2012,12,25,21,30,0,0,0,-6,5,960,233.3,0.8,0.18,,,,,, -2012,12,25,22,30,0,0,0,-5,5,960,252,0.6,0.18,,,,,, -2012,12,25,23,30,0,0,0,-4,4,960,261.3,0.6,0.18,,,,,, -2012,12,26,0,30,0,0,0,-4,4,960,278,0.8,0.18,,,,,, -2012,12,26,1,30,0,0,0,-3,4,960,292.6,1,0.18,,,,,, -2012,12,26,2,30,0,0,0,-3,4,960,299.3,1.2,0.18,,,,,, -2012,12,26,3,30,0,0,0,-3,4,960,304.1,1.2,0.18,,,,,, -2012,12,26,4,30,0,0,0,-4,4,960,305,1.2,0.18,,,,,, -2012,12,26,5,30,0,0,0,-4,3,960,303,1.2,0.18,,,,,, -2012,12,26,6,30,0,0,0,-4,3,960,299.4,1.2,0.18,,,,,, -2012,12,26,7,30,0,0,0,-5,4,960,298.3,1.2,0.18,,,,,, -2012,12,26,8,30,0,43,43,-4,6,960,297.9,1.8,0.18,,,,,, -2012,12,26,9,30,304,123,223,-5,9,960,296.3,1.4,0.18,,,,,, -2012,12,26,10,30,435,162,356,-6,11,960,291.5,0.6,0.18,,,,,, -2012,12,26,11,30,349,218,401,-6,12,960,127.2,0.8,0.18,,,,,, -2012,12,26,12,30,371,228,432,-7,13,960,112.3,1.3,0.18,,,,,, -2012,12,26,13,30,408,205,418,-8,14,960,103.9,1.9,0.18,,,,,, -2012,12,26,14,30,860,76,458,-8,14,960,108.9,2.4,0.18,,,,,, -2012,12,26,15,30,757,66,309,-7,13,960,113.3,2.4,0.18,,,,,, -2012,12,26,16,30,531,44,130,-3,10,960,117,2,0.18,,,,,, -2012,12,26,17,30,0,0,0,-3,9,960,122.4,2.1,0.18,,,,,, -2012,12,26,18,30,0,0,0,-3,8,960,118,2.4,0.18,,,,,, -2012,12,26,19,30,0,0,0,-2,7,960,113.5,2.3,0.18,,,,,, -2012,12,26,20,30,0,0,0,-1,7,960,107.4,2.1,0.18,,,,,, -2012,12,26,21,30,0,0,0,0,7,960,103.4,1.9,0.18,,,,,, -2012,12,26,22,30,0,0,0,0,7,960,101.6,1.8,0.18,,,,,, -2012,12,26,23,30,0,0,0,0,7,960,100.3,1.6,0.18,,,,,, -2012,12,27,0,30,0,0,0,0,6,960,99.3,1.4,0.18,,,,,, -2012,12,27,1,30,0,0,0,0,6,960,97.2,1.3,0.18,,,,,, -2012,12,27,2,30,0,0,0,0,5,960,97.5,1.3,0.18,,,,,, -2012,12,27,3,30,0,0,0,0,4,960,99.2,1.3,0.18,,,,,, -2012,12,27,4,30,0,0,0,0,4,960,101,1.3,0.18,,,,,, -2012,12,27,5,30,0,0,0,0,3,960,105.6,1.2,0.18,,,,,, -2012,12,27,6,30,0,0,0,0,3,960,113.7,1.2,0.18,,,,,, -2012,12,27,7,30,0,0,0,0,4,960,123.6,1.1,0.18,,,,,, -2012,12,27,8,30,6,59,60,0,6,960,135.9,1.4,0.18,,,,,, -2012,12,27,9,30,179,134,193,0,9,960,142.1,2.5,0.18,,,,,, -2012,12,27,10,30,66,191,221,0,10,960,134.6,3.5,0.18,,,,,, -2012,12,27,11,30,413,205,421,0,11,960,135.1,3.5,0.18,,,,,, -2012,12,27,12,30,865,98,573,0,12,960,137,3.2,0.18,,,,,, -2012,12,27,13,30,293,228,381,-1,12,960,141.9,3.1,0.18,,,,,, -2012,12,27,14,30,829,82,451,-1,11,960,147.9,3,0.18,,,,,, -2012,12,27,15,30,752,65,308,-1,10,960,154.8,2.4,0.18,,,,,, -2012,12,27,16,30,558,42,133,0,8,960,164.7,1.5,0.18,,,,,, -2012,12,27,17,30,0,0,0,0,7,960,177.5,1.1,0.18,,,,,, -2012,12,27,18,30,0,0,0,0,6,960,186,1.1,0.18,,,,,, -2012,12,27,19,30,0,0,0,0,6,960,184.5,1.1,0.18,,,,,, -2012,12,27,20,30,0,0,0,-1,5,960,164.3,1.1,0.18,,,,,, -2012,12,27,21,30,0,0,0,-1,5,960,136.3,1.2,0.18,,,,,, -2012,12,27,22,30,0,0,0,-1,5,960,123.7,1.2,0.18,,,,,, -2012,12,27,23,30,0,0,0,-1,4,960,122.6,1.2,0.18,,,,,, -2012,12,28,0,30,0,0,0,-1,3,960,127,1.2,0.18,,,,,, -2012,12,28,1,30,0,0,0,-1,2,960,135,1.2,0.18,,,,,, -2012,12,28,2,30,0,0,0,-1,1,970,141.6,1.2,0.18,,,,,, -2012,12,28,3,30,0,0,0,-1,1,970,146.9,1.2,0.18,,,,,, -2012,12,28,4,30,0,0,0,-1,0,970,153.3,1.2,0.18,,,,,, -2012,12,28,5,30,0,0,0,-1,0,970,162.9,1.2,0.18,,,,,, -2012,12,28,6,30,0,0,0,-2,0,970,175.6,1.3,0.18,,,,,, -2012,12,28,7,30,0,0,0,-2,1,970,188.3,1.4,0.18,,,,,, -2012,12,28,8,30,626,39,143,-2,4,970,203.2,2,0.18,,,,,, -2012,12,28,9,30,822,57,324,-2,7,970,212.8,2.2,0.18,,,,,, -2012,12,28,10,30,909,67,473,-3,10,970,218.5,2,0.18,,,,,, -2012,12,28,11,30,931,79,566,-4,11,970,226.8,1.7,0.18,,,,,, -2012,12,28,12,30,949,79,601,-5,12,970,231.7,1.3,0.18,,,,,, -2012,12,28,13,30,940,77,569,-5,13,970,225.2,1,0.18,,,,,, -2012,12,28,14,30,892,73,472,-6,13,970,214.2,0.8,0.18,,,,,, -2012,12,28,15,30,800,63,323,-6,12,970,202,0.5,0.18,,,,,, -2012,12,28,16,30,600,42,142,-1,9,970,187.1,0.4,0.18,,,,,, -2012,12,28,17,30,0,0,0,-3,6,970,153.7,0.5,0.18,,,,,, -2012,12,28,18,30,0,0,0,-4,6,970,147.1,0.6,0.18,,,,,, -2012,12,28,19,30,0,0,0,-4,6,970,150.8,0.6,0.18,,,,,, -2012,12,28,20,30,0,0,0,-5,5,970,166.4,0.6,0.18,,,,,, -2012,12,28,21,30,0,0,0,-5,3,970,182.9,0.7,0.18,,,,,, -2012,12,28,22,30,0,0,0,-5,2,970,190.1,0.8,0.18,,,,,, -2012,12,28,23,30,0,0,0,-6,1,970,194.4,0.9,0.18,,,,,, -2012,12,29,0,30,0,0,0,-6,1,970,198.4,1,0.18,,,,,, -2012,12,29,1,30,0,0,0,-7,1,970,211.6,1.2,0.18,,,,,, -2012,12,29,2,30,0,0,0,-7,0,970,227.3,1.3,0.18,,,,,, -2012,12,29,3,30,0,0,0,-7,0,970,235.7,1.3,0.18,,,,,, -2012,12,29,4,30,0,0,0,-7,0,970,237.6,1.3,0.18,,,,,, -2012,12,29,5,30,0,0,0,-8,0,970,239.1,1.3,0.18,,,,,, -2012,12,29,6,30,0,0,0,-8,0,970,240.5,1.2,0.18,,,,,, -2012,12,29,7,30,0,0,0,-8,1,970,241.7,1.2,0.18,,,,,, -2012,12,29,8,30,605,42,142,-8,5,970,247.4,1.7,0.18,,,,,, -2012,12,29,9,30,800,62,323,-8,8,970,250.6,2,0.18,,,,,, -2012,12,29,10,30,895,72,472,-8,11,970,263.6,1.7,0.18,,,,,, -2012,12,29,11,30,911,85,563,-7,13,970,269.5,1.1,0.18,,,,,, -2012,12,29,12,30,915,90,594,-7,14,960,283.1,0.6,0.18,,,,,, -2012,12,29,13,30,289,230,382,-7,15,960,290.4,0.7,0.18,,,,,, -2012,12,29,14,30,307,185,323,-6,15,960,278.6,1,0.18,,,,,, -2012,12,29,15,30,273,127,216,-5,14,960,279.4,1.3,0.18,,,,,, -2012,12,29,16,30,162,62,89,0,12,960,282.6,1.2,0.18,,,,,, -2012,12,29,17,30,0,0,0,-2,10,960,285.5,1.2,0.18,,,,,, -2012,12,29,18,30,0,0,0,-3,9,960,295,1.4,0.18,,,,,, -2012,12,29,19,30,0,0,0,-3,8,960,307,1.3,0.18,,,,,, -2012,12,29,20,30,0,0,0,-3,8,960,318.4,1.2,0.18,,,,,, -2012,12,29,21,30,0,0,0,-3,9,960,329.6,1.1,0.18,,,,,, -2012,12,29,22,30,0,0,0,-3,8,960,337.8,0.9,0.18,,,,,, -2012,12,29,23,30,0,0,0,-3,7,960,347.3,0.6,0.18,,,,,, -2012,12,30,0,30,0,0,0,-2,6,960,357.8,0.3,0.18,,,,,, -2012,12,30,1,30,0,0,0,-2,5,960,26.4,0.2,0.18,,,,,, -2012,12,30,2,30,0,0,0,-2,5,960,133.1,0.4,0.18,,,,,, -2012,12,30,3,30,0,0,0,-2,5,960,159.7,0.7,0.18,,,,,, -2012,12,30,4,30,0,0,0,-2,4,960,171.8,0.9,0.18,,,,,, -2012,12,30,5,30,0,0,0,-3,4,960,182.2,1,0.18,,,,,, -2012,12,30,6,30,0,0,0,-3,4,960,190.2,0.9,0.18,,,,,, -2012,12,30,7,30,0,0,0,-3,4,960,189.7,0.7,0.18,,,,,, -2012,12,30,8,30,0,11,11,-2,6,960,179.4,0.8,0.18,,,,,, -2012,12,30,9,30,0,111,111,-2,8,960,170.4,1.2,0.18,,,,,, -2012,12,30,10,30,0,85,85,-4,9,960,144.6,1.5,0.18,,,,,, -2012,12,30,11,30,21,201,212,-4,10,960,133.2,1.4,0.18,,,,,, -2012,12,30,12,30,134,258,332,-4,11,960,122.4,1.5,0.18,,,,,, -2012,12,30,13,30,25,206,219,-4,12,960,115.2,1.6,0.18,,,,,, -2012,12,30,14,30,36,182,198,-4,12,960,115.9,1.7,0.18,,,,,, -2012,12,30,15,30,9,119,122,-3,11,960,129.3,1.3,0.18,,,,,, -2012,12,30,16,30,0,20,20,0,9,960,151.1,0.9,0.18,,,,,, -2012,12,30,17,30,0,0,0,0,7,960,171.8,1.2,0.18,,,,,, -2012,12,30,18,30,0,0,0,0,7,960,177.4,1.5,0.18,,,,,, -2012,12,30,19,30,0,0,0,0,7,960,173.1,1.6,0.18,,,,,, -2012,12,30,20,30,0,0,0,0,6,960,156.2,1.6,0.18,,,,,, -2012,12,30,21,30,0,0,0,0,5,960,140,1.5,0.18,,,,,, -2012,12,30,22,30,0,0,0,0,5,960,126.8,1.1,0.18,,,,,, -2012,12,30,23,30,0,0,0,1,4,960,117.4,1,0.18,,,,,, -2012,12,31,0,30,0,0,0,1,4,960,112.1,1.1,0.18,,,,,, -2012,12,31,1,30,0,0,0,2,4,960,107.3,1.2,0.18,,,,,, -2012,12,31,2,30,0,0,0,2,4,960,107.4,1.3,0.18,,,,,, -2012,12,31,3,30,0,0,0,2,3,960,112.3,1.4,0.18,,,,,, -2012,12,31,4,30,0,0,0,2,3,960,117.6,1.4,0.18,,,,,, -2012,12,31,5,30,0,0,0,2,3,960,118.8,1.3,0.18,,,,,, -2012,12,31,6,30,0,0,0,2,2,960,129.6,1.2,0.18,,,,,, -2012,12,31,7,30,0,0,0,2,3,970,145.1,1.4,0.18,,,,,, -2012,12,31,8,30,465,51,127,2,4,970,166.8,2.1,0.18,,,,,, -2012,12,31,9,30,686,79,301,3,6,970,179.1,2.9,0.18,,,,,, -2012,12,31,10,30,810,89,451,1,8,970,188.7,3,0.18,,,,,, -2012,12,31,11,30,848,100,545,0,9,970,190.9,2.8,0.18,,,,,, -2012,12,31,12,30,860,105,580,-1,10,970,186.4,2.6,0.18,,,,,, -2012,12,31,13,30,852,102,551,-2,10,970,181.8,2.5,0.18,,,,,, -2012,12,31,14,30,349,187,344,-4,10,970,179.3,2.3,0.18,,,,,, -2012,12,31,15,30,743,73,319,-4,9,970,184.3,1.7,0.18,,,,,, -2012,12,31,16,30,546,48,142,-1,9,970,197.8,1.2,0.18,,,,,, -2012,12,31,17,30,0,0,0,2,17,970,131.1,0.8,0.174,,,,,, -2012,12,31,18,30,0,0,0,0,15,970,127.6,1,0.174,,,,,, -2012,12,31,19,30,0,0,0,1,12,970,135.3,1.1,0.174,,,,,, -2012,12,31,20,30,0,0,0,0,10,970,147.1,1.2,0.174,,,,,, -2012,12,31,21,30,0,0,0,0,9,970,160.8,1.3,0.174,,,,,, -2012,12,31,22,30,0,0,0,-1,8,970,171.8,1.4,0.174,,,,,, -2012,12,31,23,30,0,0,0,-2,7,970,177.4,1.5,0.174,,,,,, diff --git a/src/geotools.cpp b/src/geotools.cpp index 8f8477622f..63b3d682c8 100644 --- a/src/geotools.cpp +++ b/src/geotools.cpp @@ -30,7 +30,9 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #include +#include #include @@ -40,16 +42,159 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "main.h" #include "geotools.h" -/* -static wxString MyGet(const wxString& url) +bool GeoTools::coordinates_to_lat_lon(wxString& coord, wxString& lat, wxString& lon) { + + wxString err, str; + int n, i, x; + bool is_numeric = true; + std::locale loc{ "" }; + wchar_t decimal_symbol = std::use_facet< std::numpunct >(loc).decimal_point(); + + str = coord.Lower(); + str.Replace("north", "n"); + str.Replace("south", "s"); + str.Replace("east", "e"); + str.Replace("west", "w"); + + i = n = 0; + x = -1; + for (wxString::const_iterator it = str.begin(); it != str.end(); ++it) { + wxUniChar c = *it; + if (wxIsalpha(c) && c!=decimal_symbol) { + is_numeric = false; + } + if (c == 'n' || c == 's') { + x = i; + n++; + } + i++; + } + + err = ""; + if (x == -1) { + if (is_numeric) { + wxStringTokenizer tk(str, ','); + if (tk.CountTokens() == 2) { + lat = tk.GetNextToken(); + lon = tk.GetNextToken(); + } + else + err = "No n/s/e/w indicator or comma decimal degree separator."; + } + else + err = "No n/s/e/w indicator."; + } + else if (n > 1) { + err = "More than one latitude / longitude found."; + } + else if (n == 0) { + err = "No latitude / longitude found."; + } + else { + lat = str.Left(x + 1); + lon = str.Right(str.Length() - x - 1); + } + + if (err == "") + return true; + else { + wxMessageBox(wxString::Format("GeoTools error.\nCould not convert coordinates (%s) to a latitude / longitude pair: %s", coord, err)); + return false; + } +} + +bool GeoTools::dms_to_dd(double& d, double& m, double& s, double* dd) { + + int sign = 1; + wxString err = ""; + + if (m < 0 || s < 0) { + err = "Negative minutes or seconds not allowed."; + } + else if (m > 60.0 || s > 60.0) { + err = "Minutes and seconds must be less than 60."; + } + else if(std::abs(d) > 180) { + err = "Degrees must be between -180 and 180."; + } + else if ((d != int(d)) && (m != 0 || s != 0)) { + err = "Degrees must be an integer if minutes and seconds are not zero."; + } + else if (m != int(m) && s != 0) { + err = "Minutes must be an integer if seconds are not zero."; + } + else { + if (d < 0) { + sign = -1; + } + *dd = sign * (std::abs(d) + m / 60.0 + s / 3600.0); + } + + if (err == "") { + return true; + } + else { + wxMessageBox(wxString::Format("GeoTools error.\nCould not convert DMS (%g, %g, %g) to DD: %s", d, m, s, err)); + return false; + } +} + +bool GeoTools::coordinate_to_dms(wxString& coord, double* d, double* m, double* s) { - wxEasyCurl curl; - curl.AddHttpHeader("Content-type: text/plain"); - curl.AddHttpHeader("Cache-Control: no-cache"); - curl.Get(url); - return curl.GetDataAsString(); + std::locale loc{ "" }; + wchar_t decimal_symbol = std::use_facet< std::numpunct >(loc).decimal_point(); + + wxString str = coord.Lower(); + str.Replace("north", "n"); + str.Replace("south", "s"); + str.Replace("east", "e"); + str.Replace("west", "w"); + + wxString num = ""; + wxString err = ""; + wxUniChar c_prev = ' '; + int n = 0; + int sign = 1; + double x = 0; + double dms[3] = { 0.0, 0.0, 0.0 }; + bool ok; + + for (int i = 0; i < str.Length(); i++) { + wxUniChar c = str[i]; + if (wxIsdigit(c) || wchar_t(c) == decimal_symbol) { + num = num + c; + } + else if (c == 's' || c == 'w' || c == '-') { + sign = -1; + } + else if (wxIsdigit(c_prev) && n<3) { + ok = num.ToDouble(&x); + if (ok) dms[n] = x; + else err = wxString::Format("Failed to convert string \"%s\" to number.",num); + num = ""; + n++; + } + c_prev = c; + } + + if (err == "") { + if (n == 0) { + ok = num.ToDouble(&x); + if (ok) dms[0] = x; + else err = wxString::Format("Failed to convert string \"%s\" to number.", num); + } + *d = dms[0] * sign; + *m = dms[1]; + *s = dms[2]; + return true; + } + else { + wxMessageBox(wxString::Format("GeoTools error.\nCould not convert coordinates (%s) to DMS: %s", coord, err)); + return false; + } + } -*/ + // Geocode using Google API for non-NREL builds of SAM bool GeoTools::GeocodeGoogle(const wxString& address, double* lat, double* lon, double* tz, bool showprogress) { wxBusyCursor _curs; @@ -62,7 +207,7 @@ bool GeoTools::GeocodeGoogle(const wxString& address, double* lat, double* lon, plusaddr.Replace(" ", " "); plusaddr.Replace(" ", " "); plusaddr.Replace(" ", "+"); - + // Get lat/lon from Google geocoding API wxString url = SamApp::WebApi("google_geocode_api"); url = url + "&address="; @@ -154,7 +299,7 @@ bool GeoTools::GeocodeGoogle(const wxString& address, double* lat, double* lon, } } } - + // check status code success = false;//overrides success of retrieving data @@ -165,30 +310,41 @@ bool GeoTools::GeocodeGoogle(const wxString& address, double* lat, double* lon, } } } - + return success; } // Geocode using NREL Developer API (MapQuest) for NREL builds of SAM -bool GeoTools::GeocodeDeveloper(const wxString& address, double* lat, double* lon, double* tz, bool showprogress) { +// submit address and no lat/lon to get lat/lon +bool GeoTools::GeocodeDeveloper(const wxString& address, double* lat, double* lon, bool showprogress) { wxBusyCursor _curs; bool success = false; - wxString plusaddr = address; + wxString plusaddr, url, webapi_string, str; + plusaddr = url = webapi_string, str = ""; + wxEasyCurl curl; + wxBusyCursor curs; + rapidjson::GenericDocument < rapidjson::UTF16<> > reader; // change from UTF8 to UTF16 encoding to address unicode characters per SAM issue 1848 + rapidjson::ParseResult ok; + + plusaddr = address; plusaddr.Replace(", ", "+"); plusaddr.Replace(",", "+"); plusaddr.Replace(" ", " "); plusaddr.Replace(" ", " "); plusaddr.Replace(" ", "+"); - wxString url = SamApp::WebApi("nrel_geocode_api") + "&location=" + plusaddr; - url.Replace("", wxString(geocode_api_key)); + webapi_string = SamApp::WebApi("nrel_geocode_api"); + + if (webapi_string == "debug-mock-api") + url = address; + else { + url = SamApp::WebApi("nrel_geocode_api") + "&location=" + plusaddr; + url.Replace("", wxString(geocode_api_key)); + } - wxEasyCurl curl; - wxBusyCursor curs; - // SAM issue 1968 curl.AddHttpHeader("Content-Type: application/json"); curl.AddHttpHeader("Accept: application/json"); @@ -201,13 +357,9 @@ bool GeoTools::GeocodeDeveloper(const wxString& address, double* lat, double* lo if (!curl.Get(url)) return false; } - - // change from UTF8 to UTF16 encoding to address unicode characters per SAM issue 1848 - rapidjson::GenericDocument < rapidjson::UTF16<> > reader; - wxString str = curl.GetDataAsString(); - - rapidjson::ParseResult ok = reader.Parse(str.c_str()); + str = curl.GetDataAsString(); + ok = reader.Parse(str.c_str()); if (!reader.HasParseError()) { if (reader.HasMember(L"results")) { if (reader[L"results"].IsArray()) { @@ -226,12 +378,12 @@ bool GeoTools::GeocodeDeveloper(const wxString& address, double* lat, double* lo } } - } + } } } } } -/* // check status code + // check status code success = false;//overrides success of retrieving data if (reader.HasMember(L"info")) { @@ -241,84 +393,85 @@ bool GeoTools::GeocodeDeveloper(const wxString& address, double* lat, double* lo } } } -*/ } else { wxMessageBox(rapidjson::GetParseError_En(ok.Code()), "geocode developer parse error "); } - if (!success) - return false; - - // time zone is optional - if (tz != 0) - { - success = false; + return success; +} - curl = wxEasyCurl(); +// submit lat/lon to get tz +bool GeoTools::GetTimeZone(double* lat, double* lon, double* tz, bool showprogress) { + wxBusyCursor _curs; - // azure maps time zone api - url = SamApp::WebApi("azure_maps_timezone_api"); - url.Replace("", wxString::Format("%.14lf,%.14lf", *lat, *lon)); - url.Replace("", wxString(azure_api_key)); + bool success = false; - curl.AddHttpHeader("Content-Type: application/json"); - curl.AddHttpHeader("Accept: application/json"); + wxString url, str; + url = str = ""; + wxEasyCurl curl = wxEasyCurl(); + rapidjson::GenericDocument < rapidjson::UTF16<> > reader; - if (showprogress) { - curl.Get(url, "Getting time zone '" + address + "'..."); - } - else { - curl.Get(url); - } + // azure maps time zone api + url = SamApp::WebApi("azure_maps_timezone_api"); + url.Replace("", wxString::Format("%.14lf,%.14lf", *lat, *lon)); + url.Replace("", wxString(azure_api_key)); - str = curl.GetDataAsString(); + curl.AddHttpHeader("Content-Type: application/json"); + curl.AddHttpHeader("Accept: application/json"); - reader.Parse(str.c_str()); + if (showprogress) { + curl.Get(url, wxString::Format("Getting time zone for %g, %g.", *lat, *lon)); + } + else { + curl.Get(url); + } - if (reader.HasMember(L"error")) { - if (reader[L"error"].HasMember(L"code")) { - if (reader[L"error"][L"code"].IsString()) { - wxString error_str = reader[L"error"][L"code"].GetString(); - if (error_str.Lower() != "") { - wxMessageBox(wxString::Format("Time Zone API Error!\n%s", error_str)); - return false; - } + str = curl.GetDataAsString(); + reader.Parse(str.c_str()); + if (reader.HasMember(L"error")) { + if (reader[L"error"].HasMember(L"code")) { + if (reader[L"error"][L"code"].IsString()) { + wxString error_str = reader[L"error"][L"code"].GetString(); + if (error_str.Lower() != "") { + wxMessageBox(wxString::Format("Time Zone API Error!\n%s", error_str)); + return false; } } } + } - *tz = NULL; - if (!reader.HasParseError()) { - if (reader.HasMember(L"TimeZones")) { - if (reader[L"TimeZones"].IsArray()) { - if (reader[L"TimeZones"][0].HasMember(L"ReferenceTime")) { - if (reader[L"TimeZones"][0][L"ReferenceTime"].HasMember(L"StandardOffset")) { - if (reader[L"TimeZones"][0][L"ReferenceTime"][L"StandardOffset"].IsString()) { - wxString stz = reader[L"TimeZones"][0][L"ReferenceTime"][L"StandardOffset"].GetString(); - wxArrayString as = wxSplit(stz, ':'); - if (as.Count() != 3) return false; // example "-08:00:00" - if (!as[0].ToDouble(tz)) return false; - double offset = 0; - if (as[1] == "30") offset = 0.5; - if (*tz < 0) - *tz = *tz - offset; - else - *tz = *tz + offset; - success = true; - } + *tz = NULL; + if (!reader.HasParseError()) { + if (reader.HasMember(L"TimeZones")) { + if (reader[L"TimeZones"].IsArray()) { + if (reader[L"TimeZones"][0].HasMember(L"ReferenceTime")) { + if (reader[L"TimeZones"][0][L"ReferenceTime"].HasMember(L"StandardOffset")) { + if (reader[L"TimeZones"][0][L"ReferenceTime"][L"StandardOffset"].IsString()) { + wxString stz = reader[L"TimeZones"][0][L"ReferenceTime"][L"StandardOffset"].GetString(); + wxArrayString as = wxSplit(stz, ':'); + if (as.Count() != 3) return false; // example "-08:00:00" + if (!as[0].ToDouble(tz)) return false; + double offset = 0; + if (as[1] == "30") offset = 0.5; + if (*tz < 0) + *tz = *tz - offset; + else + *tz = *tz + offset; + success = true; } } } } } - else { // parse error - wxMessageBox(wxString::Format("Time Zone API Error!\nFailed to parse response.")); - success = false; - } } + else { // parse error + wxMessageBox(wxString::Format("Time Zone API Error!\nFailed to parse response.")); + success = false; + } + return success; - } +} wxBitmap GeoTools::StaticMap(double lat, double lon, int zoom, MapProvider service) { diff --git a/src/geotools.h b/src/geotools.h index d3dfaa0f41..00a7e0758a 100644 --- a/src/geotools.h +++ b/src/geotools.h @@ -38,17 +38,29 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. class GeoTools { public: + // Use Google Geocoding API to return lat/lon from address // Requires a Google Cloud Project account with billing enabled // This is an alternative to GeocodeDeveloper for non-NREL builds of SAM // Google API key is defined in private.h - static bool GeocodeGoogle(const wxString& address, - double* lat, double* lon, double* tz = 0, bool showprogress = true); + static bool GeocodeGoogle(const wxString& address, double* lat, double* lon, double* tz = 0, bool showprogress = true); // Use private NREL Developer API (MapQuest wrapper) to return lat/lon from address // Requires a special private API key from NREL defined in private.h - static bool GeocodeDeveloper(const wxString& address, - double* lat, double* lon, double* tz = 0, bool showprogress = true); + static bool GeocodeDeveloper(const wxString& address, double* lat, double* lon, bool showprogress = true); + + // Use Microsoft Azure API to return time zone from lat/lon + // Azure Map API key is defined in private.h + static bool GetTimeZone(double* lat, double* lon, double* tz, bool showprogress = true); + + // Convert array of degrees, minutes, seconds to decimal degrees (DD) + static bool dms_to_dd(double &d, double &m, double &s, double* dd); + + // Convert a string of degrees, minutes, seconds to an array of degrees, minutes, seconds + static bool coordinate_to_dms(wxString& coord, double* d, double* m, double* s); + + // Convert a coordinate pair in any format to an array of two coordinates in the same format + static bool coordinates_to_lat_lon(wxString& coord, wxString& lat, wxString& lon); enum MapProvider { GOOGLE_MAPS, AZURE_MAPS @@ -56,4 +68,4 @@ class GeoTools // Return a map for a given lat/lon and zoom level as a bitmap image static wxBitmap StaticMap(double lat, double lon, int zoom, MapProvider service); -}; \ No newline at end of file +}; diff --git a/src/invoke.cpp b/src/invoke.cpp index a5262af14b..1e25b24422 100644 --- a/src/invoke.cpp +++ b/src/invoke.cpp @@ -3133,7 +3133,7 @@ void fcall_windtoolkit(lk::invoke_t &cxt) wxBusyInfo bid("Converting address to lat/lon."); // use GeoTools::GeocodeGoogle for non-NREL builds and set google_api_key in private.h - if (!GeoTools::GeocodeDeveloper(spd.GetAddress(), &lat, &lon, NULL, false)) + if (!GeoTools::GeocodeDeveloper(spd.GetAddress(), &lat, &lon, false)) { wxMessageDialog* md = new wxMessageDialog(NULL, "Failed to convert address to lat/lon. This may be caused by a geocoding service outage or internet connection problem.", "WIND Toolkit Download Error", wxOK); md->ShowModal(); @@ -3827,33 +3827,103 @@ static bool copy_mat(lk::invoke_t &cxt, wxString sched_name, matrix_t &m void fcall_geocode(lk::invoke_t& cxt) { - LK_DOC("geocode", + LK_DOC("geocode", "Given a street address or location name, returns latitude, longitude. Returns optional time zone if get_tz is true. Not designed to take latitude and longitude as input. Uses the MapQuest Geocoding API via a private NREL wrapper. Returned table fields are 'lat', 'lon', 'tz', 'ok'.", "(string:location, [boolean:get_tz]):table"); + double lat, lon, tz; + lat = lon = tz = std::numeric_limits::quiet_NaN(); + bool ok, is_address; + ok = is_address = false; + wxString err = ""; + + cxt.result().empty_hash(); + + // if input string contains any non-numeric characters other than n/s/e/w, assume it is an address for geocoding + //lk_string str = cxt.arg(0).as_string(); + lk_string address = cxt.arg(0).as_string(); + //wxString address; + + //address = wxString::FromUTF8(str); + + if (address.IsEmpty()) { // string contains invalid UTF-8 characters + cxt.result().hash_item("lat").assign(lat); + cxt.result().hash_item("lon").assign(lon); + cxt.result().hash_item("tz").assign(tz); + cxt.result().hash_item("ok").assign(ok ? 1.0 : 0.0); + //err = wxString::Format("Location name \"%s\" contains invalid characters.", str); + err = wxString::Format("Location name \"%s\" contains invalid characters.", address); + } + else { // string is valid + address = address.Lower(); + address.Replace("north", "n"); + address.Replace("south", "s"); + address.Replace("east", "e"); + address.Replace("west", "w"); + + // determine whether address is lat/lon pair + wxUniChar c; + bool d, a; + for (wxString::const_iterator it = address.begin(); it != address.end(); ++it) { + c = *it; + d = wxIsdigit(c); + a = wxIsalpha(c); + if (!d && a) { + if (c != 'n' && c != 's' && c != 'e' && c != 'w') { + is_address = true; + } + } + + } + } + bool get_tz = false; if (cxt.arg_count() > 1) { get_tz = cxt.arg(1).as_boolean(); } - double lat = std::numeric_limits::quiet_NaN(); - double lon = std::numeric_limits::quiet_NaN(); - double tz = std::numeric_limits::quiet_NaN(); - bool ok = false; - cxt.result().empty_hash(); - // use GeoTools::GeocodeGoogle for non-NREL builds and set google_api_key in private.h - if (get_tz) { - ok = GeoTools::GeocodeDeveloper(cxt.arg(0).as_string(), &lat, &lon, &tz); - cxt.result().hash_item("tz").assign(tz); - } - else { + if (is_address) { ok = GeoTools::GeocodeDeveloper(cxt.arg(0).as_string(), &lat, &lon); + if (!ok) { + err = wxString::Format("Call to geocoding API failed for address: %s", address); + } + } + else if (!address.IsEmpty()) { // if address is empty assume input string is lat/lon pair and try to parse + wxString coordinates = cxt.arg(0).as_string(); + wxString lat_str, lon_str; + ok = GeoTools::coordinates_to_lat_lon(coordinates, lat_str, lon_str); + if (ok) { + // degree, minute, seconds + double lat_d, lat_m, lat_s; + lat_d = lat_m = lat_s = std::numeric_limits::quiet_NaN(); + double lon_d, lon_m, lon_s; + lon_d = lon_m = lon_s = std::numeric_limits::quiet_NaN(); + ok = GeoTools::coordinate_to_dms(lat_str, &lat_d, &lat_m, &lat_s) && GeoTools::coordinate_to_dms(lon_str, &lon_d, &lon_m, &lon_s); + if (ok) { + ok = GeoTools::dms_to_dd(lat_d, lat_m, lat_s, &lat) && GeoTools::dms_to_dd(lon_d, lon_m, lon_s, &lon); + if (!ok) { + err = wxString::Format("Failed to parse latitude/longitude pair %s.", coordinates); + } + } + } } + + if (get_tz) { + ok = GeoTools::GetTimeZone(&lat, &lon, &tz); + if (!ok) { + err = wxString::Format("Timezone not found for: (%g, %g)", lat, lon); + } + cxt.result().hash_item("tz").assign(tz); + } + cxt.result().hash_item("lat").assign(lat); cxt.result().hash_item("lon").assign(lon); cxt.result().hash_item("ok").assign(ok ? 1.0 : 0.0); + + if (err != "") + wxMessageBox(wxString::Format("Geocode error.\n%s", err)); } diff --git a/src/nsrdb.cpp b/src/nsrdb.cpp index 88eb543581..76928b407a 100644 --- a/src/nsrdb.cpp +++ b/src/nsrdb.cpp @@ -547,13 +547,22 @@ void NSRDBDialog::GetResources() wxString locname = ""; + // determine whether address is lat/lon pair bool is_addr = false; - const wxChar* locChars = location.c_str(); - for (int i = 0; i < (int)location.Len(); i++) - { - if (isalpha(locChars[i])) - is_addr = true; + wxUniChar c; + bool d, a; + for (wxString::const_iterator it = location.begin(); it != location.end(); ++it) { + c = *it; + d = wxIsdigit(c); + a = wxIsalpha(c); + if (!d && a) { + if (c != 'n' && c != 's' && c != 'e' && c != 'w') { + is_addr = true; + } + } + } + double lat, lon; if (is_addr) //entered an address instead of a lat/long { @@ -648,7 +657,6 @@ void NSRDBDialog::GetResources() m_txtLatLon->SetValue(wxString::Format("%f,%f", lat, lon)); - if (!reader.HasMember("outputs")) return; // error message? if (!reader["outputs"].IsArray()) return; // error message? @@ -705,7 +713,8 @@ void NSRDBDialog::GetResources() && (name.Lower() != "philippines") // basic solar resource data only tamb, dhi, dni, ghi, wind (not enough data for CSP or PV thermal models) && (name.Lower() != "vietnam")) // // basic solar resource data only tamb, dhi, dni, ghi, wind (not enough data for CSP or PV thermal models) { - m_links.push_back(LinkInfo(name, displayName, year, URL, interval, location)); + //m_links.push_back(LinkInfo(name, displayName, year, URL, interval, location)); + m_links.push_back(LinkInfo(name, displayName, year, URL, interval, locname)); // enable list, search, and buttons m_chlResources->Enable(); diff --git a/src/s3tool.cpp b/src/s3tool.cpp index 685219da64..6ebc9b7da1 100644 --- a/src/s3tool.cpp +++ b/src/s3tool.cpp @@ -203,27 +203,30 @@ void LocationSetup::OnAddressChange( wxCommandEvent & ) wxYield(); - double lat, lon, tz; + double lat = std::numeric_limits::quiet_NaN(); + double lon = std::numeric_limits::quiet_NaN(); + double tz = std::numeric_limits::quiet_NaN(); + // use GeoTools::GeocodeGoogle for non-NREL builds and set google_api_key in private.h - // temporary fix for tz to address SAM issue 2092 until NREL Developer API for geocode is modified to return time zone - if (GeoTools::GeocodeDeveloper(m_address->GetValue(), &lat, &lon, &tz)) + if (GeoTools::GeocodeDeveloper(m_address->GetValue(), &lat, &lon)) { m_lat->SetValue(lat); m_lon->SetValue(lon); - m_tz->SetValue(tz); } - else if (GeoTools::GeocodeDeveloper(m_address->GetValue(), &lat, &lon)) + else { - m_lat->SetValue(lat); - m_lon->SetValue(lon); - wxMessageBox("Geocode error!\nTime zone API call failed. Please set time zone value manually."); + wxMessageBox("Geocode error!\nFailed to geocode address."); + return; + } + if (GeoTools::GetTimeZone(&lat, &lon, &tz)) + { + m_tz->SetValue(tz); } else { - wxMessageBox("Geocode error!\nFailed to geocode address."); + wxMessageBox("Geocode error!\nTime zone API call failed. Please set time zone value manually."); return; } - DownloadMap(); } diff --git a/src/uiobjects.cpp b/src/uiobjects.cpp index 406dd65012..22060374d4 100644 --- a/src/uiobjects.cpp +++ b/src/uiobjects.cpp @@ -278,6 +278,7 @@ class wxUIDividerObject : public wxUIObject AddProperty( "Bold", new wxUIProperty( true ) ); Property("Width").Set( 300 ); Property("Height").Set( 16 ); + Show(true); } virtual wxString GetTypeName() { return "Divider"; } virtual wxUIObject *Duplicate() { wxUIObject *o = new wxUIDividerObject; o->Copy( this ); return o; } @@ -285,31 +286,33 @@ class wxUIDividerObject : public wxUIObject virtual bool DrawDottedOutline() { return false; } virtual void Draw( wxWindow *win, wxDC &dc, const wxRect &geom ) { - wxSize tsz( 10, 10 ); // text extents - wxString capt = Property("Caption").GetString(); - if (!capt.IsEmpty() ) - { - wxFont font( *wxNORMAL_FONT ); - if ( Property("Bold").GetBoolean() ) font.SetWeight( wxFONTWEIGHT_BOLD ); - dc.SetFont( font ); - tsz = dc.GetTextExtent( capt ); - } - - dc.SetPen( wxPen( Property("Colour").GetColour() ) ); - bool horiz = (Property("Orientation").GetInteger() == 0); - if ( horiz ) dc.DrawLine( geom.x, geom.y+1+tsz.y/2, geom.x+geom.width, geom.y+1+tsz.y/2 ); - else dc.DrawLine( geom.x+4, geom.y, geom.x+4, geom.y+geom.height ); - - if ( !capt.IsEmpty() ) - { - if ( horiz ) + if (IsVisible()) { + wxSize tsz(10, 10); // text extents + wxString capt = Property("Caption").GetString(); + if (!capt.IsEmpty()) { - dc.SetBrush( wxBrush( win->GetBackgroundColour() ) ); - dc.SetPen( *wxTRANSPARENT_PEN ); - dc.DrawRectangle(geom.x+5, geom.y, tsz.x+2, tsz.y+1); + wxFont font(*wxNORMAL_FONT); + if (Property("Bold").GetBoolean()) font.SetWeight(wxFONTWEIGHT_BOLD); + dc.SetFont(font); + tsz = dc.GetTextExtent(capt); + } + + dc.SetPen(wxPen(Property("Colour").GetColour())); + bool horiz = (Property("Orientation").GetInteger() == 0); + if (horiz) dc.DrawLine(geom.x, geom.y + 1 + tsz.y / 2, geom.x + geom.width, geom.y + 1 + tsz.y / 2); + else dc.DrawLine(geom.x + 4, geom.y, geom.x + 4, geom.y + geom.height); + + if (!capt.IsEmpty()) + { + if (horiz) + { + dc.SetBrush(wxBrush(win->GetBackgroundColour())); + dc.SetPen(*wxTRANSPARENT_PEN); + dc.DrawRectangle(geom.x + 5, geom.y, tsz.x + 2, tsz.y + 1); + } + dc.SetTextForeground(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNTEXT)); + dc.DrawText(capt, geom.x + 6, geom.y); } - dc.SetTextForeground(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNTEXT)); - dc.DrawText( capt, geom.x+6, geom.y ); } } }; diff --git a/src/urdb.cpp b/src/urdb.cpp index b686612185..73ef02592a 100644 --- a/src/urdb.cpp +++ b/src/urdb.cpp @@ -291,8 +291,8 @@ bool OpenEI::QueryUtilityCompaniesbyZipcode(const wxString &zipcode, wxArrayStri // NREL Developer API to list utility companies by lat/lon https://developer.nrel.gov/docs/electricity/utility-rates-v3/ wxString url = SamApp::WebApi("urdb_companies_by_lat_lon"); - url.Replace("", wxString::Format("%f",lat)); - url.Replace("", wxString::Format("%f",lon)); + url.Replace("", wxString::Format("%g",lat)); + url.Replace("", wxString::Format("%g",lon)); wxString json_data = MyGet(url); if (json_data.IsEmpty())