From b4550e23d749fd320d8c80ccf71f0400b1e11ae4 Mon Sep 17 00:00:00 2001 From: Taylor Brown <60201147+taylorbrown75@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:43:10 -0600 Subject: [PATCH] New Molten Salt Linear Fresnel Model and IPH (#1444) * Make skeleton structure of updated linear fresnel molten salt UI * Create new UI for updated Molten Salt Linear Fresnel * Add new molten salt linear fresnel default file. Remove system design temp image * Add updated UI Molten Salt Linear Fresnel Storage page * Fix default adjust on system control * Remove defocus control options * Complete new linear fresnel system UI functionality, including calculated variables * Consolidate UI naming convention. Remove variables not in cmod * Change thermal storage logic to match power tower and trough parallel tanks and hx logic * Complete capital cost overhaul for new Linear Fresnel model. Remove 'no financial' options in UI. * Add solar field design mass flow rate. Clarify power cycle design mass flow rate. Fix Aux calculation in system control' * Add new MSLF metrics and graphs. Update startup help terms * Remove commercial model from new molten salt linear fresnel * Update default values * Fix field mass flow rate label on UI * Update merchant plant defaults * Remove unused MSLF_v2 variables from UI. Synchronize defaults with old MSLF * Fix single owner defaults bug * Add necessary UI parameters to Solar Field for merchant plant. Fix ppa_price_input variable type. Modify merchant default file. Remove unnecessary dispatch optimization UI field. Set correct opt_type in default files * update fresnel dispatch defaults * Remove unused UI variables. Fix Installation Costs variable name bug. Synchronize defaults with old molten salt linear fresnel model and trough model for dispatch * Fix message on system design page * Add steady state design point outputs to UI * Add adjust variables to UI to work with latest develop code. Update dispatch factors to single array * Add steady state loop results to UI. Add SS pumping power to UI. Add SS receiver and header heat loss to UI. Add piping summary to notices * Rename original molten salt linear fresnel model, including defaults. * Rename all old molten salt linear fresnel UI files and update startup script. * Rename new molten salt linear fresnel model to be the default MSLF. Make corresponding changes in UI scripts. Update default file names. * Update molten salt linear fresnel UI file names to transition new model to default. * Add version upgrade script for new molten salt linear fresnel. Fix dispatch control UI file name. * Fix default adjust constant. * Fix power cycle bug for toggling radiation fields visibility. * Rearrange steady state design point results. Remove header velocity from UI. * Fix version upgrade adjust bug * Update defaults * add heat drop down category and new defaults * update defaults * add mspt iph * update mspt iph * add mspt iph lcoh case * switch to new lcoe fcr cmod and ui page for mspt iph * delete old label * remove iph to lcoe intermediate cmod from mspt iph * Create molten salt linear fresnel IPH UI. Fix molten salt linear fresnel power metrics. Fix molten salt linear fresnel UI naming convention. * Complete MSLF IPH UI. * Fix MSLF Capital Cost bug. Move power block runner length to solar field page. * Remove fossil fuel from MSLF IPH Captial costs. Tweak MSLF Capital Costs UI. * Change units to thermal (rather than electrical power). * Fix MSLF system design bug * Update MSLF IPH Default * Add MSLF IPH LCOH configuration. * Update default values for MSLF IPH * Update win64 test results with new MSLF results * Update MSLF test results for new model * Add MSLF old and MSPT IPH results to test csv * Remove old MSLF model from startup and test results. * Remove old MSLF default files. * Remove unused old MSLF ui pages * Update version number * Add missing variables to version upgrade script * Fix configuration tree Use configopt() approach from Hybrids branch to create `tree_parent` in startup.lk. Rename "Heat" category to "Industrial Process Heat". * Fix land area for Operating Costs input page * Update test_results_win64.csv * Update test_results_win64.csv --------- Co-authored-by: tyneises Co-authored-by: Paul Gilman --- deploy/runtime/autographs.lk | 5 + .../defaults/MSLF IPH_LCOH Calculator.json | 1456 + deploy/runtime/defaults/MSLF IPH_None.json | 1421 + ...ercial.json => MSLF IPH_Single Owner.json} | 40330 ++++++------- .../MSLF_All Equity Partnership Flip.json | 28583 +++++++++- .../defaults/MSLF_LCOE Calculator.json | 12000 ---- .../MSLF_Leveraged Partnership Flip.json | 28583 +++++++++- .../runtime/defaults/MSLF_Merchant Plant.json | 30999 +++++++++- deploy/runtime/defaults/MSLF_None.json | 11960 ---- .../runtime/defaults/MSLF_Sale Leaseback.json | 28583 +++++++++- .../runtime/defaults/MSLF_Single Owner.json | 10442 +++- .../defaults/MSPT IPH_LCOH Calculator.json | 47199 ++++++++++++++++ deploy/runtime/defaults/MSPT IPH_None.json | 47164 +++++++++++++++ deploy/runtime/metrics.lk | 33 +- deploy/runtime/startup.lk | 158 +- deploy/runtime/ui/CSP Dispatch Control.json | 2 +- ...on => Financial LCOE Calc with Costs.json} | 1518 +- .../ui/Linear Fresnel Capital Costs.json | 2 +- ...tal Costs.json => MSLF Capital Costs.json} | 2672 +- ....json => MSLF Collector and Receiver.json} | 9259 ++- deploy/runtime/ui/MSLF Dispatch Control.json | 4208 ++ ...Field.json => MSLF IPH Capital Costs.json} | 3236 +- .../runtime/ui/MSLF IPH Dispatch Control.json | 2622 + .../runtime/ui/MSLF IPH System Control.json | 2059 + deploy/runtime/ui/MSLF IPH System Design.json | 1763 + .../runtime/ui/MSLF Power Cycle Common.json | 1115 +- .../ui/MSLF Power Cycle Common_old.txt | 1799 + deploy/runtime/ui/MSLF Solar Field.json | 6379 +++ ...Fresnel Storage.json => MSLF Storage.json} | 1358 +- deploy/runtime/ui/MSLF System Control.json | 2982 + deploy/runtime/ui/MSLF System Design.json | 2077 + deploy/runtime/ui/MSPT IPH Capital Costs.json | 6166 ++ .../runtime/ui/MSPT IPH Dispatch Control.json | 1223 + .../runtime/ui/MSPT IPH System Control.json | 2045 + deploy/runtime/ui/MSPT IPH System Design.json | 2417 + deploy/runtime/ui/MSPT IPH System Design.png | Bin 0 -> 321409 bytes ... Salt Linear Fresnel Capital Costs_old.txt | 3967 ++ ...ear Fresnel Collector and Receiver_old.txt | 10467 ++++ ...ten Salt Linear Fresnel Parasitics_old.txt | 1884 + ...en Salt Linear Fresnel Solar Field_old.txt | 4283 ++ ...Molten Salt Linear Fresnel Storage_old.txt | 2338 + .../ui/Operating Costs Land Lease.json | 4 +- deploy/runtime/ui/Rankine Cycle.json | 4 +- deploy/runtime/ui/Solar Resource Data.json | 2 +- .../ui/Tower SolarPilot Solar Field.json | 2 +- deploy/runtime/versions.lk | 168 +- src/main.cpp | 3 + src/main_add.h | 2 +- test_results_linux64.csv | 17 +- test_results_osx64.csv | 17 +- test_results_win64.csv | 21 +- 51 files changed, 305827 insertions(+), 61170 deletions(-) create mode 100644 deploy/runtime/defaults/MSLF IPH_LCOH Calculator.json create mode 100644 deploy/runtime/defaults/MSLF IPH_None.json rename deploy/runtime/defaults/{MSLF_Commercial.json => MSLF IPH_Single Owner.json} (57%) delete mode 100644 deploy/runtime/defaults/MSLF_LCOE Calculator.json delete mode 100644 deploy/runtime/defaults/MSLF_None.json create mode 100644 deploy/runtime/defaults/MSPT IPH_LCOH Calculator.json create mode 100644 deploy/runtime/defaults/MSPT IPH_None.json rename deploy/runtime/ui/{Molten Salt Linear Fresnel Parasitics.json => Financial LCOE Calc with Costs.json} (72%) rename deploy/runtime/ui/{Molten Salt Linear Fresnel Capital Costs.json => MSLF Capital Costs.json} (93%) rename deploy/runtime/ui/{Molten Salt Linear Fresnel Collector and Receiver.json => MSLF Collector and Receiver.json} (94%) create mode 100644 deploy/runtime/ui/MSLF Dispatch Control.json rename deploy/runtime/ui/{Molten Salt Linear Fresnel Solar Field.json => MSLF IPH Capital Costs.json} (71%) create mode 100644 deploy/runtime/ui/MSLF IPH Dispatch Control.json create mode 100644 deploy/runtime/ui/MSLF IPH System Control.json create mode 100644 deploy/runtime/ui/MSLF IPH System Design.json create mode 100644 deploy/runtime/ui/MSLF Power Cycle Common_old.txt create mode 100644 deploy/runtime/ui/MSLF Solar Field.json rename deploy/runtime/ui/{Molten Salt Linear Fresnel Storage.json => MSLF Storage.json} (80%) create mode 100644 deploy/runtime/ui/MSLF System Control.json create mode 100644 deploy/runtime/ui/MSLF System Design.json create mode 100644 deploy/runtime/ui/MSPT IPH Capital Costs.json create mode 100644 deploy/runtime/ui/MSPT IPH Dispatch Control.json create mode 100644 deploy/runtime/ui/MSPT IPH System Control.json create mode 100644 deploy/runtime/ui/MSPT IPH System Design.json create mode 100644 deploy/runtime/ui/MSPT IPH System Design.png create mode 100644 deploy/runtime/ui/Molten Salt Linear Fresnel Capital Costs_old.txt create mode 100644 deploy/runtime/ui/Molten Salt Linear Fresnel Collector and Receiver_old.txt create mode 100644 deploy/runtime/ui/Molten Salt Linear Fresnel Parasitics_old.txt create mode 100644 deploy/runtime/ui/Molten Salt Linear Fresnel Solar Field_old.txt create mode 100644 deploy/runtime/ui/Molten Salt Linear Fresnel Storage_old.txt diff --git a/deploy/runtime/autographs.lk b/deploy/runtime/autographs.lk index ef03d9bae2..daaf952905 100644 --- a/deploy/runtime/autographs.lk +++ b/deploy/runtime/autographs.lk @@ -25,6 +25,9 @@ function heatmap_graphs() agraph( 'annual_energy_distribution_time', 'Annual AC energy in Year 1 (kW)', 'Day', 'Hour', -1, true, false, 'bottom', 4); } } + else if(tech == "MSPT IPH" || tech == "MSLF IPH"){ + agraph( 'annual_energy_distribution_time', 'Annual thermal energy in Year 1 (kWt)', 'Day', 'Hour', -1, true, false, 'bottom', 4); + } else { agraph( 'annual_energy_distribution_time', 'Annual AC energy in Year 1 (kW)', 'Day', 'Hour', -1, true, false, 'bottom', 4); } @@ -153,6 +156,8 @@ autographs{ 'ETES' } = define() {heatmap_graphs();}; autographs{ 'Generic CSP System' } = define() {heatmap_graphs();}; autographs{ 'Physical Trough IPH' } = define() {heatmap_graphs();}; autographs{ 'DSGL IPH' } = define() {heatmap_graphs();}; +autographs{ 'MSPT IPH' } = define() {heatmap_graphs();}; +autographs{ 'MSLF IPH' } = define() {heatmap_graphs();}; autographs{ 'Generic Battery' } = define() {heatmap_graphs();}; diff --git a/deploy/runtime/defaults/MSLF IPH_LCOH Calculator.json b/deploy/runtime/defaults/MSLF IPH_LCOH Calculator.json new file mode 100644 index 0000000000..05536cc317 --- /dev/null +++ b/deploy/runtime/defaults/MSLF IPH_LCOH Calculator.json @@ -0,0 +1,1456 @@ +{ + "A_aperture": 470.3, + "AbsorberMaterial": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "AnnulusGas": [ + 27.0, + 1.0, + 27.0, + 27.0 + ], + "CC_CALC_bop_cost": 95159200.0, + "CC_CALC_contingency_cost": 26542700.0, + "CC_CALC_epc_total_cost": 44629700.0, + "CC_CALC_heat_sink_cost": 0.0, + "CC_CALC_htf_system_cost": 53757200.0, + "CC_CALC_installed_per_capacity": 1.68324, + "CC_CALC_plm_total_cost": 4522110.0, + "CC_CALC_sales_tax_total": 16229000.0, + "CC_CALC_site_improvements_cost": 22875400.0, + "CC_CALC_solar_field_cost": 171565000.0, + "CC_CALC_total_direct_cost": 405725000.0, + "CC_CALC_total_indirect_cost": 49151800.0, + "CC_CALC_total_installed_cost": 471105000.0, + "CC_CALC_ts_cost": 35824600.0, + "CC_COPY_Q_tes": 1119.52, + "CC_COPY_nameplate": 279.88, + "CC_COPY_sales_tax_rate": 5.0, + "CC_COPY_total_land_area": 452.211, + "CC_DISP_bop_mwe": 279.88, + "CC_DISP_heat_sink_mwe": 279.88, + "CC_DISP_htf_system_area": 1143770.0, + "CC_DISP_site_improvements_area": 1143770.0, + "CC_DISP_solar_field_area": 1143770.0, + "CR_CALC_DP_pressure_loss": 40.0, + "CR_CALC_avg_dt_des": 367.0, + "CR_CALC_hl_des": 166.25, + "CR_CALC_opt_derate": 0.940896, + "CR_CALC_opt_normal": 0.650199, + "CR_COPY_loop_therm_eff": 0.972751, + "ColAz": 0.0, + "DISP_AbsorberMaterial": 0.0, + "DISP_AnnulusGas1": 2.0, + "DISP_AnnulusGas2": 0.0, + "DISP_AnnulusGas3": 2.0, + "DISP_AnnulusGas4": 2.0, + "DISP_DP_coefs0": 0.0, + "DISP_DP_coefs1": 1.0, + "DISP_DP_coefs2": 0.0, + "DISP_DP_coefs3": 0.0, + "DISP_D_abs_in": 0.066, + "DISP_D_abs_out": 0.07, + "DISP_D_glass_in": 0.115, + "DISP_D_glass_out": 0.12, + "DISP_D_plug": 0.0, + "DISP_Design_loss1": 150.0, + "DISP_Design_loss2": 1100.0, + "DISP_Design_loss3": 1500.0, + "DISP_Design_loss4": 0.0, + "DISP_Flow_type": 0.0, + "DISP_GlazingIntactIn1": 0.0, + "DISP_GlazingIntactIn2": 0.0, + "DISP_GlazingIntactIn3": 1.0, + "DISP_GlazingIntactIn4": 0.0, + "DISP_HCE_FieldFrac1": 0.985, + "DISP_HCE_FieldFrac2": 0.01, + "DISP_HCE_FieldFrac3": 0.005, + "DISP_HCE_FieldFrac4": 0.0, + "DISP_HL_T_coefs0": 0.0, + "DISP_HL_T_coefs1": 0.672, + "DISP_HL_T_coefs2": 0.002556, + "DISP_HL_T_coefs3": 0.0, + "DISP_HL_T_coefs4": 0.0, + "DISP_HL_w_coefs0": 1.0, + "DISP_HL_w_coefs1": 0.0, + "DISP_HL_w_coefs2": 0.0, + "DISP_HL_w_coefs3": 0.0, + "DISP_HL_w_coefs4": 0.0, + "DISP_IAM_L_coefs0": 1.0031, + "DISP_IAM_L_coefs1": -0.2259, + "DISP_IAM_L_coefs2": 0.5368, + "DISP_IAM_L_coefs3": -1.6434, + "DISP_IAM_L_coefs4": 0.7222, + "DISP_IAM_T_coefs0": 0.9896, + "DISP_IAM_T_coefs1": 0.044, + "DISP_IAM_T_coefs2": -0.0721, + "DISP_IAM_T_coefs3": -0.2327, + "DISP_IAM_T_coefs4": 0.0, + "DISP_P_a1": 0.0001, + "DISP_P_a2": 750.0, + "DISP_P_a3": 750.0, + "DISP_P_a4": 0.0, + "DISP_Rough": 0.000045, + "DISP_Shadowing1": 0.96, + "DISP_Shadowing2": 0.96, + "DISP_Shadowing3": 0.96, + "DISP_Shadowing4": 0.963, + "DISP_Tau_envelope1": 0.963, + "DISP_Tau_envelope2": 0.963, + "DISP_Tau_envelope3": 1.0, + "DISP_Tau_envelope4": 0.0, + "DISP_alpha_abs1": 0.96, + "DISP_alpha_abs2": 0.96, + "DISP_alpha_abs3": 0.8, + "DISP_alpha_abs4": 0.0, + "DISP_alpha_env1": 0.02, + "DISP_alpha_env2": 0.02, + "DISP_alpha_env3": 0.0, + "DISP_alpha_env4": 0.0, + "DISP_combo_FieldConfig": 0.0, + "DISP_combo_htf_type": 0.0, + "DISP_dirt_env1": 0.98, + "DISP_dirt_env2": 0.98, + "DISP_dirt_env3": 1.0, + "DISP_dirt_env4": 0.98, + "DISP_epsilon_glass1": 0.86, + "DISP_epsilon_glass2": 0.86, + "DISP_epsilon_glass3": 1.0, + "DISP_epsilon_glass4": 0.0, + "DISP_is_hx": 0.0, + "DISP_opt_model": 1.0, + "DISP_rec_model": 1.0, + "DISP_store_fluid": 0.0, + "DP_coefs": [ + 0.0, + 1.0, + 0.0, + 0.0 + ], + "DP_nominal": 2.5, + "D_abs_in": [ + 0.066, + 0.066, + 0.066, + 0.066 + ], + "D_abs_out": [ + 0.07, + 0.07, + 0.07, + 0.07 + ], + "D_glass_in": [ + 0.115, + 0.115, + 0.115, + 0.115 + ], + "D_glass_out": [ + 0.12, + 0.12, + 0.12, + 0.12 + ], + "D_plug": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "Design_loss": [ + 150.0, + 1100.0, + 1500.0, + 0.0 + ], + "Dirt_mirror": 0.95, + "Error": 0.732, + "FieldConfig": 2.0, + "Flow_type": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "Fluid": 18.0, + "GeomEffects": 1.0, + "GlazingIntactIn": [ + 1.0, + 1.0, + 0.0, + 1.0 + ], + "HCE_FieldFrac": [ + 0.985, + 0.01, + 0.005, + 0.0 + ], + "HDR_rough": 0.0000457, + "HL_T_coefs": [ + 0.0, + 0.672, + 0.002556, + 0.0, + 0.0 + ], + "HL_w_coefs": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "IAM_L_coefs": [ + 1.0031, + -0.2259, + 0.5368, + -1.6434, + 0.7222 + ], + "IAM_T_coefs": [ + 0.9896, + 0.044, + -0.0721, + -0.2327, + 0.0 + ], + "I_b": 0.0, + "I_bn_des": 950.0, + "L_crossover": 15.0, + "L_mod": 44.8, + "L_mod_spacing": 1.0, + "L_rnr_pb": 50.0, + "OpticalTable": [ + [ + 0.0, + 0.0, + 10.0, + 20.0, + 30.0, + 40.0, + 50.0, + 60.0, + 70.0, + 80.0, + 90.0 + ], + [ + 0.0, + 1.0, + 0.97894, + 0.95382, + 0.94864, + 0.91162, + 0.86104, + 0.7036, + 0.48456, + 0.23609, + 0.0 + ], + [ + 10.0, + 0.97791, + 0.95732, + 0.93275, + 0.92768, + 0.89148, + 0.84202, + 0.68806, + 0.47386, + 0.23087, + 0.0 + ], + [ + 20.0, + 0.92189, + 0.90247, + 0.87932, + 0.87454, + 0.84041, + 0.79378, + 0.64864, + 0.44671, + 0.21765, + 0.0 + ], + [ + 30.0, + 0.83049, + 0.813, + 0.79214, + 0.78784, + 0.75709, + 0.71509, + 0.58433, + 0.40242, + 0.19607, + 0.0 + ], + [ + 40.0, + 0.70119, + 0.68642, + 0.66881, + 0.66518, + 0.63922, + 0.60375, + 0.49336, + 0.33977, + 0.16554, + 0.0 + ], + [ + 50.0, + 0.5336, + 0.52236, + 0.50896, + 0.50619, + 0.48644, + 0.45945, + 0.37544, + 0.25856, + 0.12598, + 0.0 + ], + [ + 60.0, + 0.32563, + 0.31877, + 0.31059, + 0.30891, + 0.29685, + 0.28038, + 0.22911, + 0.15779, + 0.07688, + 0.0 + ], + [ + 70.0, + 0.1173, + 0.11483, + 0.11188, + 0.11128, + 0.10693, + 0.101, + 0.08253, + 0.05684, + 0.02769, + 0.0 + ], + [ + 80.0, + 0.01103, + 0.0108, + 0.01052, + 0.01046, + 0.01006, + 0.0095, + 0.00776, + 0.00534, + 0.0026, + 0.0 + ], + [ + 90.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "P_a": [ + 0.0001, + 750.0, + 750.0, + 0.0 + ], + "P_amb": 0.0, + "Pipe_hl_coef": 0.45, + "Rough": [ + 0.000045, + 0.000045, + 0.000045, + 0.000045 + ], + "SCA_drives_elec": 125.0, + "SC_CALC_aux": 0.0, + "SC_CALC_bop": 0.0, + "SC_DISP_aux_par": 0.02273, + "SC_DISP_aux_par_0": 0.483, + "SC_DISP_aux_par_1": 0.517, + "SC_DISP_aux_par_2": 0.0, + "SC_DISP_aux_par_f": 1.0, + "SC_DISP_bop_par": 0.0, + "SC_DISP_bop_par_0": 0.483, + "SC_DISP_bop_par_1": 0.517, + "SC_DISP_bop_par_2": 0.0, + "SC_DISP_bop_par_f": 1.0, + "SD_CALC_Q_rec_des": 646.624, + "SD_CALC_m_dot_field_des": 0.0, + "SD_CALC_nLoops": 152.0, + "SD_CALC_solar_mult": 2.3, + "SD_CALC_total_Ap": 1143770.0, + "SF_CALC_Ap_loop": 7524.8, + "SF_CALC_Ap_sm1": 495061.0, + "SF_CALC_Ap_total": 1143770.0, + "SF_CALC_Q_field_des_SS": 575.954, + "SF_CALC_Q_loop_des_SS": 3.79969, + "SF_CALC_Q_loss_hdr_rnr_des_SS": 0.0303498, + "SF_CALC_Q_loss_receiver_des_SS": 49.6937, + "SF_CALC_T_field_out_des_SS": 524.241, + "SF_CALC_T_loop_out_des_SS": 524.69, + "SF_CALC_W_dot_pump_des_SS": 1.91211, + "SF_CALC_dP_field_des_SS": 18.0589, + "SF_CALC_eff_des_SS": 0.530061, + "SF_CALC_eff_loop_des_SS": 0.531532, + "SF_CALC_eta_optical_des_SS": 0.61177, + "SF_CALC_field_area": 282.632, + "SF_CALC_field_htf_max_temp": 593.0, + "SF_CALC_field_htf_min_temp": 238.0, + "SF_CALC_loop_eff": 0.595099, + "SF_CALC_loop_opt_eff": 0.61177, + "SF_CALC_loop_therm_eff": 0.972751, + "SF_CALC_m_dot_des_SS": 1646.98, + "SF_CALC_m_dot_loop_des_SS": 10.8354, + "SF_CALC_mdot_field_des": 1771.79, + "SF_CALC_nLoops_sm1": 66.0, + "SF_CALC_q_field_des": 646.624, + "SF_CALC_therm_eff_des_SS": 0.866439, + "SF_CALC_therm_eff_loop_des_SS": 0.868844, + "SF_CALC_total_land_area": 452.211, + "SF_CALC_total_tracking_power": 0.304, + "SF_COPY_T_loop_in_des": 293.0, + "SF_COPY_T_loop_out": 525.0, + "SF_COPY_nLoops": 152.0, + "SF_COPY_q_pb_design": 279.88, + "SF_COPY_solar_mult": 2.3, + "Shadowing": [ + 0.96, + 0.96, + 0.96, + 0.963 + ], + "TS_CALC_Q_tes": 1119.52, + "TS_CALC_d_tank": 20.5032, + "TS_CALC_q_dot_loss_tes_des": 0.510126, + "TS_CALC_tes_htf_cp": 1.51335, + "TS_CALC_tes_htf_dens": 1829.88, + "TS_CALC_tes_htf_max_temp": 593.0, + "TS_CALC_tes_htf_min_temp": 238.0, + "TS_CALC_vol_min": 330.166, + "TS_CALC_vol_tank": 6603.32, + "TS_COPY_T_loop_in_des": 293.0, + "TS_COPY_T_loop_out": 525.0, + "TS_COPY_q_pb_design": 279.88, + "TS_COPY_tshours": 4.0, + "T_amb_sf_des": 42.0, + "T_cold_in": 0.0, + "T_db": 0.0, + "T_dp": 0.0, + "T_fp": 263.0, + "T_htf_hot_des": 525.0, + "T_loop_in_des": 293.0, + "T_loop_out": 525.0, + "T_startup": 400.0, + "Tau_envelope": [ + 0.963, + 0.963, + 1.0, + 0.0 + ], + "TrackingError": 1.0, + "V_hdr_max": 3.0, + "V_hdr_min": 2.0, + "V_wind": 0.0, + "V_wind_des": 4.0, + "W_pb_design": 0.0, + "adjust": {}, + "adjust_constant": 4.0, + "adjust_en_periods": 0.0, + "adjust_en_timeindex": 0.0, + "adjust_periods": [ + [ + -6.2774385622041928e66 + ] + ], + "adjust_timeindex": [ + 0.0 + ], + "alpha_abs": [ + 0.96, + 0.96, + 0.8, + 0.0 + ], + "alpha_env": [ + 0.02, + 0.02, + 0.0, + 0.0 + ], + "annual_albedo": 0.217164, + "annual_beam": 7.36408, + "annual_diffuse": 1.33978, + "annual_global": 5.83819, + "annual_snow": "nan", + "annual_tdry": 18.1261, + "annual_wspd": 2.35368, + "aux_array": [ + 0.02273, + 1.0, + 0.483, + 0.517, + 0.0 + ], + "azimuth": 0.0, + "bop_array": [ + 0.0, + 1.0, + 0.483, + 0.517, + 0.0 + ], + "bop_spec_cost": 340.0, + "c_construction_cost": [ + 0.0 + ], + "c_construction_duration": 0.0, + "c_construction_interest": 0.0, + "c_debt_percent": 0.0, + "c_depreciation_schedule": [ + 20.0, + 32.0, + 19.2, + 11.52, + 11.52, + 5.76 + ], + "c_equity_return": 0.0, + "c_inflation": 0.0, + "c_lifetime": 0.0, + "c_nominal_interest_rate": 0.0, + "c_tax_rate": 0.0, + "city": "-", + "cold_tank_Thtr": 263.0, + "cold_tank_max_heat": 0.5, + "const_per_interest1": 16488700.0, + "const_per_interest2": 0.0, + "const_per_interest3": 0.0, + "const_per_interest4": 0.0, + "const_per_interest5": 0.0, + "const_per_interest_rate1": 3.5, + "const_per_interest_rate2": 0.0, + "const_per_interest_rate3": 0.0, + "const_per_interest_rate4": 0.0, + "const_per_interest_rate5": 0.0, + "const_per_interest_total": 16488700.0, + "const_per_months1": 24.0, + "const_per_months2": 0.0, + "const_per_months3": 0.0, + "const_per_months4": 0.0, + "const_per_months5": 0.0, + "const_per_name1": "Loan 1", + "const_per_name2": "Loan 2", + "const_per_name3": "Loan 3", + "const_per_name4": "Loan 4", + "const_per_name5": "Loan 5", + "const_per_percent1": 100.0, + "const_per_percent2": 0.0, + "const_per_percent3": 0.0, + "const_per_percent4": 0.0, + "const_per_percent5": 0.0, + "const_per_percent_total": 100.0, + "const_per_principal1": 471105000.0, + "const_per_principal2": 0.0, + "const_per_principal3": 0.0, + "const_per_principal4": 0.0, + "const_per_principal5": 0.0, + "const_per_principal_total": 471105000.0, + "const_per_total1": 21199700.0, + "const_per_total2": 0.0, + "const_per_total3": 0.0, + "const_per_total4": 0.0, + "const_per_total5": 0.0, + "const_per_upfront_rate1": 1.0, + "const_per_upfront_rate2": 0.0, + "const_per_upfront_rate3": 0.0, + "const_per_upfront_rate4": 0.0, + "const_per_upfront_rate5": 0.0, + "construction_financing_cost": 21199700.0, + "contingency_percent": 7.0, + "country": "-", + "csp_financial_model": 7.0, + "defocus": 0.0, + "dirt_env": [ + 0.98, + 0.98, + 1.0, + 0.98 + ], + "disp_csu_cost_rel": 87.0, + "disp_frequency": 24.0, + "disp_horizon": 48.0, + "disp_max_iter": 50000.0, + "disp_mip_gap": 0.001, + "disp_pen_ramping": 1.0, + "disp_rsu_cost_rel": 1.4, + "disp_time_weighting": 0.999, + "disp_timeout": 5.0, + "disp_wlim_maxspec": 1e38, + "dispatch_series": [ + 0.0 + ], + "dt_cold": 5.0, + "dt_hot": 5.0, + "electricity_rate": 0.06, + "elev": 773.0, + "epc_cost_fixed": 0.0, + "epc_cost_per_acre": 0.0, + "epc_cost_per_watt": 0.0, + "epc_cost_percent_direct": 11.0, + "epsilon_abs_1": [ + [ + 100.0, + 0.064 + ], + [ + 150.0, + 0.0665 + ], + [ + 200.0, + 0.07 + ], + [ + 250.0, + 0.0745 + ], + [ + 300.0, + 0.08 + ], + [ + 350.0, + 0.0865 + ], + [ + 400.0, + 0.094 + ], + [ + 450.0, + 0.1025 + ], + [ + 500.0, + 0.112 + ] + ], + "epsilon_abs_2": [ + [ + 0.0, + 0.65 + ] + ], + "epsilon_abs_3": [ + [ + 0.0, + 0.65 + ] + ], + "epsilon_abs_4": [ + [ + 0.0 + ] + ], + "epsilon_glass": [ + 0.86, + 0.86, + 1.0, + 0.0 + ], + "eta_pump": 0.85, + "f_turb_tou_periods": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "field_fl_props": [ + [ + 1.0, + 7.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", + "fixed_charge_rate": 1.0, + "fixed_operating_cost": 0.0, + "fp_mode": 0.0, + "h_tank": 20.0, + "h_tank_min": 1.0, + "heat_sink_spec_cost": 0.0, + "hot_tank_Thtr": 425.0, + "hot_tank_max_heat": 25.0, + "htf_system_spec_cost": 47.0, + "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "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, + "init_hot_htf_percent": 30.0, + "is_advanced": 0.0, + "is_dispatch": 0.0, + "is_dispatch_series": 0.0, + "is_tod_pc_target_also_pc_max": 0.0, + "is_wlim_design": 0.0, + "land_mult": 1.6, + "lat": 32.13, + "library_folder_list": "x", + "library_paths": "", + "lon": -110.94, + "m_dot_htfmax": 14.4763, + "m_dot_htfmin": 3.01589, + "mc_bal_cold": 0.2, + "mc_bal_hot": 0.2, + "mc_bal_sca": 4.5, + "nMod": 16.0, + "nRecVar": 4.0, + "nameplate": 279.88, + "opt_model": 2.0, + "p_start": 0.021, + "pb_fixed_par": 0.0055, + "pb_pump_coef": 0.55, + "plm_cost_fixed": 0.0, + "plm_cost_per_acre": 10000.0, + "plm_cost_per_watt": 0.0, + "plm_cost_percent_direct": 0.0, + "q_max_aux": 0.0, + "q_pb_design": 279.88, + "rec_htf_vol": 1.0, + "rec_model": 2.0, + "rec_qf_delay": 0.25, + "rec_su_delay": 0.2, + "reflectivity": 0.935, + "sales_tax_percent": 80.0, + "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, + "solar_mult_or_Ap": 0.0, + "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", + "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", + "state": "-", + "station_id": "67345", + "step": 3600.0, + "storage_spec_cost": 32.0, + "store_fl_props": [ + [ + 1.0, + 7.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "store_fluid": 18.0, + "tank_pairs": 1.0, + "tanks_in_parallel": 1.0, + "tes_pump_coef": 0.15, + "theta_dep": 10.0, + "theta_stow": 170.0, + "tilt": 0.0, + "total_Ap_in": 877000.0, + "total_direct_cost": 405725000.0, + "total_installed_cost": 471105000.0, + "track_mode": 0.0, + "tshours": 4.0, + "tz": -7.0, + "u_tank": 0.4, + "ui_capital_cost_capacity": 0.0, + "ui_capital_cost_reference": 471105000.0, + "ui_cfin": "nan", + "ui_crf": "nan", + "ui_disp_1_turbout": 1.0, + "ui_disp_2_turbout": 1.0, + "ui_disp_3_turbout": 1.0, + "ui_disp_4_turbout": 1.0, + "ui_disp_5_turbout": 1.0, + "ui_disp_6_turbout": 1.0, + "ui_disp_7_turbout": 1.0, + "ui_disp_8_turbout": 1.0, + "ui_disp_9_turbout": 1.0, + "ui_fcr_input_option": 0.0, + "ui_fixed_charge_rate": 1.0, + "ui_ireal": 0.0, + "ui_lbl_cff_msg": "", + "ui_operating_cost_capacity": 0.0, + "ui_pfin": "nan", + "ui_step_minutes": 60.0, + "ui_system_capacity": 279880.0, + "ui_wacc": "nan", + "use_specific_weather_file": 0.0, + "user_specified_weather_file": "", + "variable_operating_cost": 0.0, + "washes_per_year": 120.0, + "water_per_wash": 0.02, + "weekday_schedule": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "weekend_schedule": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "wf_nrecords": 8760.0 +} \ No newline at end of file diff --git a/deploy/runtime/defaults/MSLF IPH_None.json b/deploy/runtime/defaults/MSLF IPH_None.json new file mode 100644 index 0000000000..00cd3ae55b --- /dev/null +++ b/deploy/runtime/defaults/MSLF IPH_None.json @@ -0,0 +1,1421 @@ +{ + "A_aperture": 470.3, + "AbsorberMaterial": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "AnnulusGas": [ + 27.0, + 1.0, + 27.0, + 27.0 + ], + "CC_CALC_bop_cost": 95159200.0, + "CC_CALC_contingency_cost": 26542700.0, + "CC_CALC_epc_total_cost": 44629700.0, + "CC_CALC_heat_sink_cost": 0.0, + "CC_CALC_htf_system_cost": 53757200.0, + "CC_CALC_installed_per_capacity": 1.68324, + "CC_CALC_plm_total_cost": 4522110.0, + "CC_CALC_sales_tax_total": 16229000.0, + "CC_CALC_site_improvements_cost": 22875400.0, + "CC_CALC_solar_field_cost": 171565000.0, + "CC_CALC_total_direct_cost": 405725000.0, + "CC_CALC_total_indirect_cost": 49151800.0, + "CC_CALC_total_installed_cost": 471105000.0, + "CC_CALC_ts_cost": 35824600.0, + "CC_COPY_Q_tes": 1119.52, + "CC_COPY_nameplate": 279.88, + "CC_COPY_sales_tax_rate": 5.0, + "CC_COPY_total_land_area": 452.211, + "CC_DISP_bop_mwe": 279.88, + "CC_DISP_heat_sink_mwe": 279.88, + "CC_DISP_htf_system_area": 1143770.0, + "CC_DISP_site_improvements_area": 1143770.0, + "CC_DISP_solar_field_area": 1143770.0, + "CR_CALC_DP_pressure_loss": 40.0, + "CR_CALC_avg_dt_des": 367.0, + "CR_CALC_hl_des": 166.25, + "CR_CALC_opt_derate": 0.940896, + "CR_CALC_opt_normal": 0.650199, + "CR_COPY_loop_therm_eff": 0.972751, + "ColAz": 0.0, + "DISP_AbsorberMaterial": 0.0, + "DISP_AnnulusGas1": 2.0, + "DISP_AnnulusGas2": 0.0, + "DISP_AnnulusGas3": 2.0, + "DISP_AnnulusGas4": 2.0, + "DISP_DP_coefs0": 0.0, + "DISP_DP_coefs1": 1.0, + "DISP_DP_coefs2": 0.0, + "DISP_DP_coefs3": 0.0, + "DISP_D_abs_in": 0.066, + "DISP_D_abs_out": 0.07, + "DISP_D_glass_in": 0.115, + "DISP_D_glass_out": 0.12, + "DISP_D_plug": 0.0, + "DISP_Design_loss1": 150.0, + "DISP_Design_loss2": 1100.0, + "DISP_Design_loss3": 1500.0, + "DISP_Design_loss4": 0.0, + "DISP_Flow_type": 0.0, + "DISP_GlazingIntactIn1": 0.0, + "DISP_GlazingIntactIn2": 0.0, + "DISP_GlazingIntactIn3": 1.0, + "DISP_GlazingIntactIn4": 0.0, + "DISP_HCE_FieldFrac1": 0.985, + "DISP_HCE_FieldFrac2": 0.01, + "DISP_HCE_FieldFrac3": 0.005, + "DISP_HCE_FieldFrac4": 0.0, + "DISP_HL_T_coefs0": 0.0, + "DISP_HL_T_coefs1": 0.672, + "DISP_HL_T_coefs2": 0.002556, + "DISP_HL_T_coefs3": 0.0, + "DISP_HL_T_coefs4": 0.0, + "DISP_HL_w_coefs0": 1.0, + "DISP_HL_w_coefs1": 0.0, + "DISP_HL_w_coefs2": 0.0, + "DISP_HL_w_coefs3": 0.0, + "DISP_HL_w_coefs4": 0.0, + "DISP_IAM_L_coefs0": 1.0031, + "DISP_IAM_L_coefs1": -0.2259, + "DISP_IAM_L_coefs2": 0.5368, + "DISP_IAM_L_coefs3": -1.6434, + "DISP_IAM_L_coefs4": 0.7222, + "DISP_IAM_T_coefs0": 0.9896, + "DISP_IAM_T_coefs1": 0.044, + "DISP_IAM_T_coefs2": -0.0721, + "DISP_IAM_T_coefs3": -0.2327, + "DISP_IAM_T_coefs4": 0.0, + "DISP_P_a1": 0.0001, + "DISP_P_a2": 750.0, + "DISP_P_a3": 750.0, + "DISP_P_a4": 0.0, + "DISP_Rough": 0.000045, + "DISP_Shadowing1": 0.96, + "DISP_Shadowing2": 0.96, + "DISP_Shadowing3": 0.96, + "DISP_Shadowing4": 0.963, + "DISP_Tau_envelope1": 0.963, + "DISP_Tau_envelope2": 0.963, + "DISP_Tau_envelope3": 1.0, + "DISP_Tau_envelope4": 0.0, + "DISP_alpha_abs1": 0.96, + "DISP_alpha_abs2": 0.96, + "DISP_alpha_abs3": 0.8, + "DISP_alpha_abs4": 0.0, + "DISP_alpha_env1": 0.02, + "DISP_alpha_env2": 0.02, + "DISP_alpha_env3": 0.0, + "DISP_alpha_env4": 0.0, + "DISP_combo_FieldConfig": 0.0, + "DISP_combo_htf_type": 0.0, + "DISP_dirt_env1": 0.98, + "DISP_dirt_env2": 0.98, + "DISP_dirt_env3": 1.0, + "DISP_dirt_env4": 0.98, + "DISP_epsilon_glass1": 0.86, + "DISP_epsilon_glass2": 0.86, + "DISP_epsilon_glass3": 1.0, + "DISP_epsilon_glass4": 0.0, + "DISP_is_hx": 0.0, + "DISP_opt_model": 1.0, + "DISP_rec_model": 1.0, + "DISP_store_fluid": 0.0, + "DP_coefs": [ + 0.0, + 1.0, + 0.0, + 0.0 + ], + "DP_nominal": 2.5, + "D_abs_in": [ + 0.066, + 0.066, + 0.066, + 0.066 + ], + "D_abs_out": [ + 0.07, + 0.07, + 0.07, + 0.07 + ], + "D_glass_in": [ + 0.115, + 0.115, + 0.115, + 0.115 + ], + "D_glass_out": [ + 0.12, + 0.12, + 0.12, + 0.12 + ], + "D_plug": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "Design_loss": [ + 150.0, + 1100.0, + 1500.0, + 0.0 + ], + "Dirt_mirror": 0.95, + "Error": 0.732, + "FieldConfig": 2.0, + "Flow_type": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "Fluid": 18.0, + "GeomEffects": 1.0, + "GlazingIntactIn": [ + 1.0, + 1.0, + 0.0, + 1.0 + ], + "HCE_FieldFrac": [ + 0.985, + 0.01, + 0.005, + 0.0 + ], + "HDR_rough": 0.0000457, + "HL_T_coefs": [ + 0.0, + 0.672, + 0.002556, + 0.0, + 0.0 + ], + "HL_w_coefs": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "IAM_L_coefs": [ + 1.0031, + -0.2259, + 0.5368, + -1.6434, + 0.7222 + ], + "IAM_T_coefs": [ + 0.9896, + 0.044, + -0.0721, + -0.2327, + 0.0 + ], + "I_b": 0.0, + "I_bn_des": 950.0, + "L_crossover": 15.0, + "L_mod": 44.8, + "L_mod_spacing": 1.0, + "L_rnr_pb": 50.0, + "OpticalTable": [ + [ + 0.0, + 0.0, + 10.0, + 20.0, + 30.0, + 40.0, + 50.0, + 60.0, + 70.0, + 80.0, + 90.0 + ], + [ + 0.0, + 1.0, + 0.97894, + 0.95382, + 0.94864, + 0.91162, + 0.86104, + 0.7036, + 0.48456, + 0.23609, + 0.0 + ], + [ + 10.0, + 0.97791, + 0.95732, + 0.93275, + 0.92768, + 0.89148, + 0.84202, + 0.68806, + 0.47386, + 0.23087, + 0.0 + ], + [ + 20.0, + 0.92189, + 0.90247, + 0.87932, + 0.87454, + 0.84041, + 0.79378, + 0.64864, + 0.44671, + 0.21765, + 0.0 + ], + [ + 30.0, + 0.83049, + 0.813, + 0.79214, + 0.78784, + 0.75709, + 0.71509, + 0.58433, + 0.40242, + 0.19607, + 0.0 + ], + [ + 40.0, + 0.70119, + 0.68642, + 0.66881, + 0.66518, + 0.63922, + 0.60375, + 0.49336, + 0.33977, + 0.16554, + 0.0 + ], + [ + 50.0, + 0.5336, + 0.52236, + 0.50896, + 0.50619, + 0.48644, + 0.45945, + 0.37544, + 0.25856, + 0.12598, + 0.0 + ], + [ + 60.0, + 0.32563, + 0.31877, + 0.31059, + 0.30891, + 0.29685, + 0.28038, + 0.22911, + 0.15779, + 0.07688, + 0.0 + ], + [ + 70.0, + 0.1173, + 0.11483, + 0.11188, + 0.11128, + 0.10693, + 0.101, + 0.08253, + 0.05684, + 0.02769, + 0.0 + ], + [ + 80.0, + 0.01103, + 0.0108, + 0.01052, + 0.01046, + 0.01006, + 0.0095, + 0.00776, + 0.00534, + 0.0026, + 0.0 + ], + [ + 90.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "P_a": [ + 0.0001, + 750.0, + 750.0, + 0.0 + ], + "P_amb": 0.0, + "Pipe_hl_coef": 0.45, + "Rough": [ + 0.000045, + 0.000045, + 0.000045, + 0.000045 + ], + "SCA_drives_elec": 125.0, + "SC_CALC_aux": 0.0, + "SC_CALC_bop": 0.0, + "SC_DISP_aux_par": 0.02273, + "SC_DISP_aux_par_0": 0.483, + "SC_DISP_aux_par_1": 0.517, + "SC_DISP_aux_par_2": 0.0, + "SC_DISP_aux_par_f": 1.0, + "SC_DISP_bop_par": 0.0, + "SC_DISP_bop_par_0": 0.483, + "SC_DISP_bop_par_1": 0.517, + "SC_DISP_bop_par_2": 0.0, + "SC_DISP_bop_par_f": 1.0, + "SD_CALC_Q_rec_des": 646.624, + "SD_CALC_m_dot_field_des": 0.0, + "SD_CALC_nLoops": 152.0, + "SD_CALC_solar_mult": 2.3, + "SD_CALC_total_Ap": 1143770.0, + "SF_CALC_Ap_loop": 7524.8, + "SF_CALC_Ap_sm1": 495061.0, + "SF_CALC_Ap_total": 1143770.0, + "SF_CALC_Q_field_des_SS": 575.954, + "SF_CALC_Q_loop_des_SS": 3.79969, + "SF_CALC_Q_loss_hdr_rnr_des_SS": 0.0303498, + "SF_CALC_Q_loss_receiver_des_SS": 49.6937, + "SF_CALC_T_field_out_des_SS": 524.241, + "SF_CALC_T_loop_out_des_SS": 524.69, + "SF_CALC_W_dot_pump_des_SS": 1.91211, + "SF_CALC_dP_field_des_SS": 18.0589, + "SF_CALC_eff_des_SS": 0.530061, + "SF_CALC_eff_loop_des_SS": 0.531532, + "SF_CALC_eta_optical_des_SS": 0.61177, + "SF_CALC_field_area": 282.632, + "SF_CALC_field_htf_max_temp": 593.0, + "SF_CALC_field_htf_min_temp": 238.0, + "SF_CALC_loop_eff": 0.595099, + "SF_CALC_loop_opt_eff": 0.61177, + "SF_CALC_loop_therm_eff": 0.972751, + "SF_CALC_m_dot_des_SS": 1646.98, + "SF_CALC_m_dot_loop_des_SS": 10.8354, + "SF_CALC_mdot_field_des": 1771.79, + "SF_CALC_nLoops_sm1": 66.0, + "SF_CALC_q_field_des": 646.624, + "SF_CALC_therm_eff_des_SS": 0.866439, + "SF_CALC_therm_eff_loop_des_SS": 0.868844, + "SF_CALC_total_land_area": 452.211, + "SF_CALC_total_tracking_power": 0.304, + "SF_COPY_T_loop_in_des": 293.0, + "SF_COPY_T_loop_out": 525.0, + "SF_COPY_nLoops": 152.0, + "SF_COPY_q_pb_design": 279.88, + "SF_COPY_solar_mult": 2.3, + "Shadowing": [ + 0.96, + 0.96, + 0.96, + 0.963 + ], + "TS_CALC_Q_tes": 1119.52, + "TS_CALC_d_tank": 20.5032, + "TS_CALC_q_dot_loss_tes_des": 0.510126, + "TS_CALC_tes_htf_cp": 1.51335, + "TS_CALC_tes_htf_dens": 1829.88, + "TS_CALC_tes_htf_max_temp": 593.0, + "TS_CALC_tes_htf_min_temp": 238.0, + "TS_CALC_vol_min": 330.166, + "TS_CALC_vol_tank": 6603.32, + "TS_COPY_T_loop_in_des": 293.0, + "TS_COPY_T_loop_out": 525.0, + "TS_COPY_q_pb_design": 279.88, + "TS_COPY_tshours": 4.0, + "T_amb_sf_des": 42.0, + "T_cold_in": 0.0, + "T_db": 0.0, + "T_dp": 0.0, + "T_fp": 263.0, + "T_htf_hot_des": 525.0, + "T_loop_in_des": 293.0, + "T_loop_out": 525.0, + "T_startup": 400.0, + "Tau_envelope": [ + 0.963, + 0.963, + 1.0, + 0.0 + ], + "TrackingError": 1.0, + "V_hdr_max": 3.0, + "V_hdr_min": 2.0, + "V_wind": 0.0, + "V_wind_des": 4.0, + "W_pb_design": 0.0, + "adjust": {}, + "adjust_constant": 4.0, + "adjust_en_periods": 0.0, + "adjust_en_timeindex": 0.0, + "adjust_periods": [ + [ + -6.2774385622041928e66 + ] + ], + "adjust_timeindex": [ + 0.0 + ], + "alpha_abs": [ + 0.96, + 0.96, + 0.8, + 0.0 + ], + "alpha_env": [ + 0.02, + 0.02, + 0.0, + 0.0 + ], + "annual_albedo": 0.217164, + "annual_beam": 7.36408, + "annual_diffuse": 1.33978, + "annual_global": 5.83819, + "annual_snow": "nan", + "annual_tdry": 18.1261, + "annual_wspd": 2.35368, + "aux_array": [ + 0.02273, + 1.0, + 0.483, + 0.517, + 0.0 + ], + "azimuth": 0.0, + "bop_array": [ + 0.0, + 1.0, + 0.483, + 0.517, + 0.0 + ], + "bop_spec_cost": 340.0, + "city": "-", + "cold_tank_Thtr": 263.0, + "cold_tank_max_heat": 0.5, + "const_per_interest1": 16488700.0, + "const_per_interest2": 0.0, + "const_per_interest3": 0.0, + "const_per_interest4": 0.0, + "const_per_interest5": 0.0, + "const_per_interest_rate1": 3.5, + "const_per_interest_rate2": 0.0, + "const_per_interest_rate3": 0.0, + "const_per_interest_rate4": 0.0, + "const_per_interest_rate5": 0.0, + "const_per_interest_total": 16488700.0, + "const_per_months1": 24.0, + "const_per_months2": 0.0, + "const_per_months3": 0.0, + "const_per_months4": 0.0, + "const_per_months5": 0.0, + "const_per_name1": "Loan 1", + "const_per_name2": "Loan 2", + "const_per_name3": "Loan 3", + "const_per_name4": "Loan 4", + "const_per_name5": "Loan 5", + "const_per_percent1": 100.0, + "const_per_percent2": 0.0, + "const_per_percent3": 0.0, + "const_per_percent4": 0.0, + "const_per_percent5": 0.0, + "const_per_percent_total": 100.0, + "const_per_principal1": 471105000.0, + "const_per_principal2": 0.0, + "const_per_principal3": 0.0, + "const_per_principal4": 0.0, + "const_per_principal5": 0.0, + "const_per_principal_total": 471105000.0, + "const_per_total1": 21199700.0, + "const_per_total2": 0.0, + "const_per_total3": 0.0, + "const_per_total4": 0.0, + "const_per_total5": 0.0, + "const_per_upfront_rate1": 1.0, + "const_per_upfront_rate2": 0.0, + "const_per_upfront_rate3": 0.0, + "const_per_upfront_rate4": 0.0, + "const_per_upfront_rate5": 0.0, + "construction_financing_cost": 21199700.0, + "contingency_percent": 7.0, + "country": "-", + "csp_financial_model": 8.0, + "defocus": 0.0, + "dirt_env": [ + 0.98, + 0.98, + 1.0, + 0.98 + ], + "disp_csu_cost_rel": 87.0, + "disp_frequency": 24.0, + "disp_horizon": 48.0, + "disp_max_iter": 50000.0, + "disp_mip_gap": 0.001, + "disp_pen_ramping": 1.0, + "disp_rsu_cost_rel": 1.4, + "disp_time_weighting": 0.999, + "disp_timeout": 5.0, + "disp_wlim_maxspec": 1e38, + "dispatch_series": [ + 0.0 + ], + "dt_cold": 5.0, + "dt_hot": 5.0, + "elev": 773.0, + "epc_cost_fixed": 0.0, + "epc_cost_per_acre": 0.0, + "epc_cost_per_watt": 0.0, + "epc_cost_percent_direct": 11.0, + "epsilon_abs_1": [ + [ + 100.0, + 0.064 + ], + [ + 150.0, + 0.0665 + ], + [ + 200.0, + 0.07 + ], + [ + 250.0, + 0.0745 + ], + [ + 300.0, + 0.08 + ], + [ + 350.0, + 0.0865 + ], + [ + 400.0, + 0.094 + ], + [ + 450.0, + 0.1025 + ], + [ + 500.0, + 0.112 + ] + ], + "epsilon_abs_2": [ + [ + 0.0, + 0.65 + ] + ], + "epsilon_abs_3": [ + [ + 0.0, + 0.65 + ] + ], + "epsilon_abs_4": [ + [ + 0.0 + ] + ], + "epsilon_glass": [ + 0.86, + 0.86, + 1.0, + 0.0 + ], + "eta_pump": 0.85, + "f_turb_tou_periods": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "field_fl_props": [ + [ + 1.0, + 7.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", + "fp_mode": 0.0, + "h_tank": 20.0, + "h_tank_min": 1.0, + "heat_sink_spec_cost": 0.0, + "hot_tank_Thtr": 425.0, + "hot_tank_max_heat": 25.0, + "htf_system_spec_cost": 47.0, + "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "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, + "init_hot_htf_percent": 30.0, + "is_advanced": 0.0, + "is_dispatch": 0.0, + "is_dispatch_series": 0.0, + "is_tod_pc_target_also_pc_max": 0.0, + "is_wlim_design": 0.0, + "land_mult": 1.6, + "lat": 32.13, + "library_folder_list": "x", + "library_paths": "", + "lon": -110.94, + "m_dot_htfmax": 14.4763, + "m_dot_htfmin": 3.01589, + "mc_bal_cold": 0.2, + "mc_bal_hot": 0.2, + "mc_bal_sca": 4.5, + "nMod": 16.0, + "nRecVar": 4.0, + "nameplate": 279.88, + "opt_model": 2.0, + "p_start": 0.021, + "pb_fixed_par": 0.0055, + "pb_pump_coef": 0.55, + "plm_cost_fixed": 0.0, + "plm_cost_per_acre": 10000.0, + "plm_cost_per_watt": 0.0, + "plm_cost_percent_direct": 0.0, + "q_max_aux": 0.0, + "q_pb_design": 279.88, + "rec_htf_vol": 1.0, + "rec_model": 2.0, + "rec_qf_delay": 0.25, + "rec_su_delay": 0.2, + "reflectivity": 0.935, + "sales_tax_percent": 80.0, + "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, + "solar_mult_or_Ap": 0.0, + "solar_resource": "tucson_az_32.116521_-110.933042_psmv3_60_tmy", + "solar_resource_file": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", + "state": "-", + "station_id": "67345", + "step": 3600.0, + "storage_spec_cost": 32.0, + "store_fl_props": [ + [ + 1.0, + 7.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "store_fluid": 18.0, + "tank_pairs": 1.0, + "tanks_in_parallel": 1.0, + "tes_pump_coef": 0.15, + "theta_dep": 10.0, + "theta_stow": 170.0, + "tilt": 0.0, + "total_Ap_in": 877000.0, + "total_direct_cost": 405725000.0, + "total_installed_cost": 471105000.0, + "track_mode": 0.0, + "tshours": 4.0, + "tz": -7.0, + "u_tank": 0.4, + "ui_disp_1_turbout": 1.0, + "ui_disp_2_turbout": 1.0, + "ui_disp_3_turbout": 1.0, + "ui_disp_4_turbout": 1.0, + "ui_disp_5_turbout": 1.0, + "ui_disp_6_turbout": 1.0, + "ui_disp_7_turbout": 1.0, + "ui_disp_8_turbout": 1.0, + "ui_disp_9_turbout": 1.0, + "ui_step_minutes": 60.0, + "use_specific_weather_file": 0.0, + "user_specified_weather_file": "", + "washes_per_year": 120.0, + "water_per_wash": 0.02, + "weekday_schedule": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "weekend_schedule": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "wf_nrecords": 8760.0 +} \ No newline at end of file diff --git a/deploy/runtime/defaults/MSLF_Commercial.json b/deploy/runtime/defaults/MSLF IPH_Single Owner.json similarity index 57% rename from deploy/runtime/defaults/MSLF_Commercial.json rename to deploy/runtime/defaults/MSLF IPH_Single Owner.json index ad3d99f21c..763be0e6dd 100644 --- a/deploy/runtime/defaults/MSLF_Commercial.json +++ b/deploy/runtime/defaults/MSLF IPH_Single Owner.json @@ -9,11 +9,124 @@ "AnnulusGas": [ 27.0, 1.0, - 1.0, + 27.0, 27.0 ], + "CC_CALC_bop_cost": 37777700.0, + "CC_CALC_contingency_cost": 31081500.0, + "CC_CALC_epc_total_cost": 52261400.0, + "CC_CALC_fossil_backup_cost": 0.0, + "CC_CALC_htf_system_cost": 53757200.0, + "CC_CALC_installed_per_capacity": 5508.92, + "CC_CALC_plm_total_cost": 4522110.0, + "CC_CALC_power_plant_cost": 122222000.0, + "CC_CALC_sales_tax_total": 19004100.0, + "CC_CALC_site_improvements_cost": 22875400.0, + "CC_CALC_solar_field_cost": 171565000.0, + "CC_CALC_total_direct_cost": 475104000.0, + "CC_CALC_total_indirect_cost": 56783500.0, + "CC_CALC_total_installed_cost": 550891000.0, + "CC_CALC_ts_cost": 35824200.0, + "CC_COPY_Q_tes": 1119.51, + "CC_COPY_nameplate": 99.9999, + "CC_COPY_sales_tax_rate": 5.0, + "CC_COPY_total_land_area": 452.211, + "CC_DISP_bop_mwe": 111.111, + "CC_DISP_fossil_mwe": 111.111, + "CC_DISP_htf_system_area": 1143770.0, + "CC_DISP_power_plant_mwe": 111.111, + "CC_DISP_site_improvements_area": 1143770.0, + "CC_DISP_solar_field_area": 1143770.0, + "CR_CALC_DP_pressure_loss": 40.0, + "CR_CALC_avg_dt_des": 367.0, + "CR_CALC_hl_des": 166.25, + "CR_CALC_opt_derate": 0.940896, + "CR_CALC_opt_normal": 0.650199, + "CR_COPY_loop_therm_eff": 0.972751, "CT": 2.0, "ColAz": 0.0, + "DISP_AbsorberMaterial": 0.0, + "DISP_AnnulusGas1": 2.0, + "DISP_AnnulusGas2": 0.0, + "DISP_AnnulusGas3": 2.0, + "DISP_AnnulusGas4": 2.0, + "DISP_DP_coefs0": 0.0, + "DISP_DP_coefs1": 1.0, + "DISP_DP_coefs2": 0.0, + "DISP_DP_coefs3": 0.0, + "DISP_D_abs_in": 0.066, + "DISP_D_abs_out": 0.07, + "DISP_D_glass_in": 0.115, + "DISP_D_glass_out": 0.12, + "DISP_D_plug": 0.0, + "DISP_Design_loss1": 150.0, + "DISP_Design_loss2": 1100.0, + "DISP_Design_loss3": 1500.0, + "DISP_Design_loss4": 0.0, + "DISP_Flow_type": 0.0, + "DISP_GlazingIntactIn1": 0.0, + "DISP_GlazingIntactIn2": 0.0, + "DISP_GlazingIntactIn3": 1.0, + "DISP_GlazingIntactIn4": 0.0, + "DISP_HCE_FieldFrac1": 0.985, + "DISP_HCE_FieldFrac2": 0.01, + "DISP_HCE_FieldFrac3": 0.005, + "DISP_HCE_FieldFrac4": 0.0, + "DISP_HL_T_coefs0": 0.0, + "DISP_HL_T_coefs1": 0.672, + "DISP_HL_T_coefs2": 0.002556, + "DISP_HL_T_coefs3": 0.0, + "DISP_HL_T_coefs4": 0.0, + "DISP_HL_w_coefs0": 1.0, + "DISP_HL_w_coefs1": 0.0, + "DISP_HL_w_coefs2": 0.0, + "DISP_HL_w_coefs3": 0.0, + "DISP_HL_w_coefs4": 0.0, + "DISP_IAM_L_coefs0": 1.0031, + "DISP_IAM_L_coefs1": -0.2259, + "DISP_IAM_L_coefs2": 0.5368, + "DISP_IAM_L_coefs3": -1.6434, + "DISP_IAM_L_coefs4": 0.7222, + "DISP_IAM_T_coefs0": 0.9896, + "DISP_IAM_T_coefs1": 0.044, + "DISP_IAM_T_coefs2": -0.0721, + "DISP_IAM_T_coefs3": -0.2327, + "DISP_IAM_T_coefs4": 0.0, + "DISP_P_a1": 0.0001, + "DISP_P_a2": 750.0, + "DISP_P_a3": 750.0, + "DISP_P_a4": 0.0, + "DISP_Rough": 0.000045, + "DISP_Shadowing1": 0.96, + "DISP_Shadowing2": 0.96, + "DISP_Shadowing3": 0.96, + "DISP_Shadowing4": 0.963, + "DISP_Tau_envelope1": 0.963, + "DISP_Tau_envelope2": 0.963, + "DISP_Tau_envelope3": 1.0, + "DISP_Tau_envelope4": 0.0, + "DISP_alpha_abs1": 0.96, + "DISP_alpha_abs2": 0.96, + "DISP_alpha_abs3": 0.8, + "DISP_alpha_abs4": 0.0, + "DISP_alpha_env1": 0.02, + "DISP_alpha_env2": 0.02, + "DISP_alpha_env3": 0.0, + "DISP_alpha_env4": 0.0, + "DISP_combo_FieldConfig": 0.0, + "DISP_combo_htf_type": 0.0, + "DISP_dirt_env1": 0.98, + "DISP_dirt_env2": 0.98, + "DISP_dirt_env3": 1.0, + "DISP_dirt_env4": 0.98, + "DISP_epsilon_glass1": 0.86, + "DISP_epsilon_glass2": 0.86, + "DISP_epsilon_glass3": 1.0, + "DISP_epsilon_glass4": 0.0, + "DISP_is_hx": 0.0, + "DISP_opt_model": 1.0, + "DISP_rec_model": 1.0, + "DISP_store_fluid": 0.0, "DP_SGS": 0.0, "DP_coefs": [ 0.0, @@ -22,7 +135,6 @@ 0.0 ], "DP_nominal": 2.5, - "DP_pressure_loss": 40.0, "D_abs_in": [ 0.066, 0.066, @@ -53,6 +165,7 @@ 0.0, 0.0 ], + "D_rad_tubes": 0.02, "Design_loss": [ 150.0, 1100.0, @@ -80,9 +193,6 @@ 1.0 ], "Fluid": 18.0, - "FossilFill": [ - 0.0 - ], "GeomEffects": 1.0, "GlazingIntactIn": [ 1.0, @@ -111,17 +221,6 @@ 0.0, 0.0 ], - "HTF_data": [ - [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], "IAM_L_coefs": [ 1.0031, -0.2259, @@ -141,14 +240,9 @@ "L_crossover": 15.0, "L_mod": 44.8, "L_mod_spacing": 1.0, - "L_rnr_pb": 25.0, - "L_rnr_per_xpan": 70.0, - "L_xpan_hdr": 20.0, - "L_xpan_rnr": 20.0, - "Min_rnr_xpans": 1.0, - "NUMTOU": 0.0, - "N_hdr_per_xpan": 2.0, - "N_max_hdr_diams": 10.0, + "L_rad": 100.0, + "L_rad_sections": 10.0, + "L_rnr_pb": 50.0, "OpticalTable": [ [ 0.0, @@ -294,11 +388,14 @@ 0.0 ] ], + "PB_CALC_mdot_cycle_des": 797.149, + "PB_COPY_P_ref": 111.111, "PB_COPY_T_htf_cold_des": 293.0, "PB_COPY_T_htf_hot_des": 525.0, - "PB_COPY_htf_cp_avg": 1.51335, + "PB_COPY_eta_ref": 0.397, + "PB_COPY_gross_net_conversion_factor": 0.9, + "PB_COPY_nameplate": 99.9999, "PB_COPY_q_pb_design": 279.877, - "PB_m_dot_htf_cycle_des": 797.149, "P_a": [ 0.0001, 750.0, @@ -317,39 +414,94 @@ 0.000045 ], "SCA_drives_elec": 125.0, + "SC_CALC_aux": 2.52555, + "SC_CALC_bop": 0.0, + "SC_DISP_aux_par": 0.02273, + "SC_DISP_aux_par_0": 0.483, + "SC_DISP_aux_par_1": 0.517, + "SC_DISP_aux_par_2": 0.0, + "SC_DISP_aux_par_f": 1.0, + "SC_DISP_bop_par": 0.0, + "SC_DISP_bop_par_0": 0.483, + "SC_DISP_bop_par_1": 0.517, + "SC_DISP_bop_par_2": 0.0, + "SC_DISP_bop_par_f": 1.0, + "SD_CALC_Q_rec_des": 646.624, + "SD_CALC_m_dot_field_des": 0.0, + "SD_CALC_nLoops": 152.0, + "SD_CALC_nameplate": 99.9999, + "SD_CALC_q_pb_design": 279.877, + "SD_CALC_solar_mult": 2.3, + "SD_CALC_total_Ap": 1143770.0, + "SF_CALC_Ap_loop": 7524.8, + "SF_CALC_Ap_sm1": 495055.0, + "SF_CALC_Ap_total": 1143770.0, + "SF_CALC_Q_field_des_SS": 575.954, + "SF_CALC_Q_loop_des_SS": 3.79969, + "SF_CALC_Q_loss_hdr_rnr_des_SS": 0.0303498, + "SF_CALC_Q_loss_receiver_des_SS": 49.6937, + "SF_CALC_T_field_out_des_SS": 524.241, + "SF_CALC_T_loop_out_des_SS": 524.69, + "SF_CALC_W_dot_pump_des_SS": 1.91211, + "SF_CALC_dP_field_des_SS": 18.0589, + "SF_CALC_eff_des_SS": 0.530061, + "SF_CALC_eff_loop_des_SS": 0.531532, + "SF_CALC_eta_optical_des_SS": 0.61177, + "SF_CALC_field_area": 282.632, + "SF_CALC_field_htf_max_temp": 593.0, + "SF_CALC_field_htf_min_temp": 238.0, + "SF_CALC_loop_eff": 0.595099, + "SF_CALC_loop_opt_eff": 0.61177, + "SF_CALC_loop_therm_eff": 0.972751, + "SF_CALC_m_dot_des_SS": 1646.98, + "SF_CALC_m_dot_loop_des_SS": 10.8354, + "SF_CALC_mdot_field_des": 1771.79, + "SF_CALC_nLoops_sm1": 66.0, + "SF_CALC_q_field_des": 646.624, + "SF_CALC_therm_eff_des_SS": 0.866439, + "SF_CALC_therm_eff_loop_des_SS": 0.868844, + "SF_CALC_total_land_area": 452.211, + "SF_CALC_total_tracking_power": 0.304, + "SF_COPY_T_loop_in_des": 293.0, + "SF_COPY_T_loop_out": 525.0, + "SF_COPY_nLoops": 152.0, + "SF_COPY_q_pb_design": 279.877, + "SF_COPY_solar_mult": 2.3, "Shadowing": [ 0.96, 0.96, 0.96, 0.963 ], - "TES_cap": 1119.51, - "TSLogic": [ - [ - 0.0 - ] - ], + "TS_CALC_Q_tes": 1119.51, + "TS_CALC_d_tank": 20.5031, + "TS_CALC_q_dot_loss_tes_des": 0.510122, + "TS_CALC_tes_htf_cp": 1.51335, + "TS_CALC_tes_htf_dens": 1829.88, + "TS_CALC_tes_htf_max_temp": 593.0, + "TS_CALC_tes_htf_min_temp": 238.0, + "TS_CALC_vol_min": 330.162, + "TS_CALC_vol_tank": 6603.24, + "TS_COPY_T_loop_in_des": 293.0, + "TS_COPY_T_loop_out": 525.0, + "TS_COPY_q_pb_design": 279.877, + "TS_COPY_tshours": 4.0, "T_ITD_des": 16.0, "T_amb_des": 42.0, "T_amb_sf_des": 42.0, "T_approach": 5.0, "T_cold_in": 274.7, + "T_ctes_cold_design": 5.0, + "T_ctes_cold_ini": 10.0, + "T_ctes_warm_design": 10.0, + "T_ctes_warm_ini": 20.0, "T_db": 15.0, "T_dp": 10.0, - "T_field_in_des": 293.0, - "T_field_ini": 300.0, - "T_field_out_des": 525.0, "T_fp": 263.0, - "T_htf_cold_ref": 293.0, "T_htf_hot_des": 525.0, - "T_htf_hot_ref": 525.0, "T_loop_in_des": 293.0, "T_loop_out": 525.0, - "T_set_aux": 525.0, "T_startup": 400.0, - "T_tank_cold_ini": 293.0, - "T_tank_hot_ini": 525.0, - "T_tank_hot_inlet_min": 400.0, "Tau_envelope": [ 0.963, 0.963, @@ -357,746 +509,18827 @@ 0.0 ], "TrackingError": 1.0, - "V_hdr_cold_max": 3.0, - "V_hdr_cold_min": 2.0, - "V_hdr_hot_max": 3.0, - "V_hdr_hot_min": 2.0, "V_hdr_max": 3.0, "V_hdr_min": 2.0, - "V_tank_hot_ini": 1254.62, - "V_tes_des": 1.85, "V_wind": 1.5, "V_wind_des": 4.0, "W_pb_design": 111.111, - "a_field": 850000.0, - "a_loop": 7524.8, - "a_sf_act": 1143770.0, - "adjust": 0.0, - "adjust_constant": 4.0, - "adjust_en_periods": 0.0, - "adjust_en_timeindex": 0.0, - "adjust_periods": [ - [ - 0.0 - ] - ], - "adjust_timeindex": [ - 0.0 - ], - "alpha_abs": [ - 0.96, - 0.96, - 0.8, - 0.0 - ], - "alpha_env": [ - 0.02, - 0.02, - 0.0, - 0.0 - ], - "analysis_period": 25.0, - "analysis_period_warning": "No messages.", - "annual_albedo": 0.217164, - "annual_beam": 7.36408, - "annual_crit": 0.0, - "annual_diffuse": 1.33978, - "annual_global": 5.83819, - "annual_peak": 274.243, - "annual_snow": "nan", - "annual_tdry": 18.1261, - "annual_wspd": 2.35368, - "aux_array": [ - 0.02273, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "azimuth": 0.0, - "batt_salvage_percentage": 0.0, - "batt_salvage_value": 0.0, - "bop_array": [ - 0.0, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "calc_design_pipe_vals": 0.0, - "cbi_fed_amount": 0.0, - "cbi_fed_deprbas_fed": 0.0, - "cbi_fed_deprbas_sta": 0.0, - "cbi_fed_maxvalue": 0.0, - "cbi_fed_tax_fed": 1.0, - "cbi_fed_tax_sta": 1.0, - "cbi_oth_amount": 0.0, - "cbi_oth_deprbas_fed": 0.0, - "cbi_oth_deprbas_sta": 0.0, - "cbi_oth_maxvalue": 0.0, - "cbi_oth_tax_fed": 1.0, - "cbi_oth_tax_sta": 1.0, - "cbi_sta_amount": 0.0, - "cbi_sta_deprbas_fed": 0.0, - "cbi_sta_deprbas_sta": 0.0, - "cbi_sta_maxvalue": 0.0, - "cbi_sta_tax_fed": 1.0, - "cbi_sta_tax_sta": 1.0, - "cbi_uti_amount": 0.0, - "cbi_uti_deprbas_fed": 0.0, - "cbi_uti_deprbas_sta": 0.0, - "cbi_uti_maxvalue": 0.0, - "cbi_uti_tax_fed": 1.0, - "cbi_uti_tax_sta": 1.0, - "chk_update_peaks": 1.0, - "city": "-", - "cold_tank_Thtr": 263.0, - "combo_condenser_type": 1.0, - "country": "-", - "crit_1": 0.0, - "crit_10": 0.0, - "crit_11": 0.0, - "crit_12": 0.0, - "crit_2": 0.0, - "crit_3": 0.0, - "crit_4": 0.0, - "crit_5": 0.0, - "crit_6": 0.0, - "crit_7": 0.0, - "crit_8": 0.0, - "crit_9": 0.0, - "csp.mslf.control.aux_array_c0": 0.483, - "csp.mslf.control.aux_array_c1": 0.517, - "csp.mslf.control.aux_array_c2": 0.0, - "csp.mslf.control.aux_array_mult": 0.02273, - "csp.mslf.control.aux_array_pf": 1.0, - "csp.mslf.control.bop_array_c0": 0.483, - "csp.mslf.control.bop_array_c1": 0.517, - "csp.mslf.control.bop_array_c2": 0.0, - "csp.mslf.control.bop_array_mult": 0.0, - "csp.mslf.control.bop_array_pf": 1.0, - "csp.mslf.control.ffrac1": 0.0, - "csp.mslf.control.ffrac2": 0.0, - "csp.mslf.control.ffrac3": 0.0, - "csp.mslf.control.ffrac4": 0.0, - "csp.mslf.control.ffrac5": 0.0, - "csp.mslf.control.ffrac6": 0.0, - "csp.mslf.control.ffrac7": 0.0, - "csp.mslf.control.ffrac8": 0.0, - "csp.mslf.control.ffrac9": 0.0, - "csp.mslf.control.fossil_mode": 0.0, - "csp.mslf.control.store_fluid": 0.0, - "csp.mslf.control.tes_cp": 1.51335, - "csp.mslf.control.tes_dens": 1829.88, - "csp.mslf.cost.bop": 37777700.0, - "csp.mslf.cost.bop_mwe": 111.111, - "csp.mslf.cost.bop_per_kwe": 340.0, - "csp.mslf.cost.contingency": 31081500.0, - "csp.mslf.cost.contingency_percent": 7.0, - "csp.mslf.cost.epc.fixed": 0.0, - "csp.mslf.cost.epc.per_acre": 0.0, - "csp.mslf.cost.epc.per_watt": 0.0, - "csp.mslf.cost.epc.percent": 11.0, - "csp.mslf.cost.epc.total": 52261400.0, - "csp.mslf.cost.fossil_backup": 0.0, - "csp.mslf.cost.fossil_backup.cost_per_kwe": 0.0, - "csp.mslf.cost.fossil_backup.mwe": 111.111, - "csp.mslf.cost.htf_system": 53757200.0, - "csp.mslf.cost.htf_system.area": 1143770.0, - "csp.mslf.cost.htf_system.cost_per_m2": 47.0, - "csp.mslf.cost.installed_per_capacity": 5508.92, - "csp.mslf.cost.nameplate": 99.9999, - "csp.mslf.cost.plm.fixed": 0.0, - "csp.mslf.cost.plm.per_acre": 10000.0, - "csp.mslf.cost.plm.per_watt": 0.0, - "csp.mslf.cost.plm.percent": 0.0, - "csp.mslf.cost.plm.total": 4522110.0, - "csp.mslf.cost.power_plant": 122222000.0, - "csp.mslf.cost.power_plant.cost_per_kwe": 1100.0, - "csp.mslf.cost.power_plant.mwe": 111.111, - "csp.mslf.cost.sales_tax.percent": 80.0, - "csp.mslf.cost.sales_tax.total": 19004100.0, - "csp.mslf.cost.sales_tax.value": 5.0, - "csp.mslf.cost.site_improvements": 22875400.0, - "csp.mslf.cost.site_improvements.area": 1143770.0, - "csp.mslf.cost.site_improvements.cost_per_m2": 20.0, - "csp.mslf.cost.solar_field": 171565000.0, - "csp.mslf.cost.solar_field.area": 1143770.0, - "csp.mslf.cost.solar_field.cost_per_m2": 150.0, - "csp.mslf.cost.total_direct": 475104000.0, - "csp.mslf.cost.total_indirect": 56783500.0, - "csp.mslf.cost.total_installed": 550891000.0, - "csp.mslf.cost.total_land_area": 452.211, - "csp.mslf.cost.ts": 35824200.0, - "csp.mslf.cost.ts_mwht": 1119.51, - "csp.mslf.cost.ts_per_kwht": 32.0, - "csp.mslf.cycle.gr_to_net": 0.9, - "csp.mslf.enet.tes_fp_mode": 1.0, - "csp.mslf.par.calc.aux": 2.52555, - "csp.mslf.par.calc.bop": 0.0, - "csp.mslf.par.calc.frac_gross": 0.611111, - "csp.mslf.par.calc.tracking": 304000.0, - "csp.mslf.sf.AbsorberMaterial": 0.0, - "csp.mslf.sf.AnnulusGas1": 2.0, - "csp.mslf.sf.AnnulusGas2": 0.0, - "csp.mslf.sf.AnnulusGas3": 0.0, - "csp.mslf.sf.AnnulusGas4": 2.0, - "csp.mslf.sf.DP_coefs0": 0.0, - "csp.mslf.sf.DP_coefs1": 1.0, - "csp.mslf.sf.DP_coefs2": 0.0, - "csp.mslf.sf.DP_coefs3": 0.0, - "csp.mslf.sf.D_abs_in": 0.066, - "csp.mslf.sf.D_abs_out": 0.07, - "csp.mslf.sf.D_glass_in": 0.115, - "csp.mslf.sf.D_glass_out": 0.12, - "csp.mslf.sf.D_plug": 0.0, - "csp.mslf.sf.Design_loss1": 150.0, - "csp.mslf.sf.Design_loss2": 1100.0, - "csp.mslf.sf.Design_loss3": 1500.0, - "csp.mslf.sf.Design_loss4": 0.0, - "csp.mslf.sf.FieldConfig": 0.0, - "csp.mslf.sf.Flow_type": 0.0, - "csp.mslf.sf.Fluid": 0.0, - "csp.mslf.sf.GlazingIntactIn1": 0.0, - "csp.mslf.sf.GlazingIntactIn2": 0.0, - "csp.mslf.sf.GlazingIntactIn3": 1.0, - "csp.mslf.sf.GlazingIntactIn4": 0.0, - "csp.mslf.sf.HCE_FieldFrac1": 0.985, - "csp.mslf.sf.HCE_FieldFrac2": 0.01, - "csp.mslf.sf.HCE_FieldFrac3": 0.005, - "csp.mslf.sf.HCE_FieldFrac4": 0.0, - "csp.mslf.sf.HL_T_coefs0": 0.0, - "csp.mslf.sf.HL_T_coefs1": 0.672, - "csp.mslf.sf.HL_T_coefs2": 0.002556, - "csp.mslf.sf.HL_T_coefs3": 0.0, - "csp.mslf.sf.HL_T_coefs4": 0.0, - "csp.mslf.sf.HL_w_coefs0": 1.0, - "csp.mslf.sf.HL_w_coefs1": 0.0, - "csp.mslf.sf.HL_w_coefs2": 0.0, - "csp.mslf.sf.HL_w_coefs3": 0.0, - "csp.mslf.sf.HL_w_coefs4": 0.0, - "csp.mslf.sf.IAM_L_coefs0": 1.0031, - "csp.mslf.sf.IAM_L_coefs1": -0.2259, - "csp.mslf.sf.IAM_L_coefs2": 0.5368, - "csp.mslf.sf.IAM_L_coefs3": -1.6434, - "csp.mslf.sf.IAM_L_coefs4": 0.7222, - "csp.mslf.sf.IAM_T_coefs0": 0.9896, - "csp.mslf.sf.IAM_T_coefs1": 0.044, - "csp.mslf.sf.IAM_T_coefs2": -0.0721, - "csp.mslf.sf.IAM_T_coefs3": -0.2327, - "csp.mslf.sf.IAM_T_coefs4": 0.0, - "csp.mslf.sf.P_a1": 0.0001, - "csp.mslf.sf.P_a2": 750.0, - "csp.mslf.sf.P_a3": 750.0, - "csp.mslf.sf.P_a4": 0.0, - "csp.mslf.sf.Rough": 0.000045, - "csp.mslf.sf.Shadowing1": 0.96, - "csp.mslf.sf.Shadowing2": 0.96, - "csp.mslf.sf.Shadowing3": 0.96, - "csp.mslf.sf.Shadowing4": 0.963, - "csp.mslf.sf.Tau_envelope1": 0.963, - "csp.mslf.sf.Tau_envelope2": 0.963, - "csp.mslf.sf.Tau_envelope3": 1.0, - "csp.mslf.sf.Tau_envelope4": 0.0, - "csp.mslf.sf.alpha_abs1": 0.96, - "csp.mslf.sf.alpha_abs2": 0.96, - "csp.mslf.sf.alpha_abs3": 0.8, - "csp.mslf.sf.alpha_abs4": 0.0, - "csp.mslf.sf.alpha_env1": 0.02, - "csp.mslf.sf.alpha_env2": 0.02, - "csp.mslf.sf.alpha_env3": 0.0, - "csp.mslf.sf.alpha_env4": 0.0, - "csp.mslf.sf.avg_dt_des": 367.0, - "csp.mslf.sf.dirt_env1": 0.98, - "csp.mslf.sf.dirt_env2": 0.98, - "csp.mslf.sf.dirt_env3": 1.0, - "csp.mslf.sf.dirt_env4": 0.98, - "csp.mslf.sf.epsilon_glass1": 0.86, - "csp.mslf.sf.epsilon_glass2": 0.86, - "csp.mslf.sf.epsilon_glass3": 1.0, - "csp.mslf.sf.epsilon_glass4": 0.0, - "csp.mslf.sf.fthrctrl": 1.0, - "csp.mslf.sf.opt_model": 1.0, - "csp.mslf.sf.rec_model": 1.0, - "csp.mslf.sf.sm1_nLoops": 66.0, - "csp.mslf.sf.sm_or_area": 0.0, - "csp.mslf.tes.estimated_heat_loss": 0.24418, - "csp.mslf.tes.htf_max_opt_temp": 593.0, - "csp.mslf.tes.htf_min_opt_temp": 238.0, - "csp.mslf.tes.notify_text": "empty", - "custom_sf_pipe_sizes": 0.0, - "custom_sgs_pipe_sizes": 0.0, - "custom_tes_p_loss": 0.0, - "cycle_cutoff_frac": 0.2, - "cycle_max_frac": 1.0, - "dT_cw_ref": 10.0, - "d_tank": 19.9839, - "debt_fraction": 50.0, - "debt_message": "", - "defocus": 1.0, - "degradation": [ - 0.0 - ], - "demand_var": 111.111, - "depr_fed_custom": [ - 0.0 - ], - "depr_fed_sl_years": 7.0, - "depr_fed_type": 1.0, - "depr_sta_custom": [ - 0.0 - ], - "depr_sta_sl_years": 7.0, - "depr_sta_type": 1.0, - "dirt_env": [ - 0.98, - 0.98, - 1.0, - 0.98 - ], - "diswos": [ - 0.0 - ], - "disws": [ - 0.0 - ], - "dt_cold": 5.0, - "dt_hot": 5.0, - "elev": 773.0, - "enable_interconnection_limit": 0.0, - "energy_1": 58276.9, - "energy_10": 65319.2, - "energy_11": 56363.1, - "energy_12": 57827.4, - "energy_2": 53225.9, - "energy_3": 60010.0, - "energy_4": 61632.9, - "energy_5": 69892.5, - "energy_6": 82652.5, - "energy_7": 85352.7, - "energy_8": 86439.3, - "energy_9": 72097.0, - "epsilon_abs_1": [ - [ - 100.0, - 0.064 - ], - [ - 150.0, - 0.0665 - ], - [ - 200.0, - 0.07 - ], - [ - 250.0, - 0.0745 - ], - [ - 300.0, - 0.08 - ], - [ - 350.0, - 0.0865 - ], - [ - 400.0, - 0.094 - ], - [ - 450.0, - 0.1025 - ], - [ - 500.0, - 0.112 - ] - ], - "epsilon_abs_2": [ - [ + "W_rad_tubes": 0.05, + "adjust": { + "constant": 4.0, + "en_hourly": 0.0, + "en_periods": 0.0, + "hourly": [ 0.0, - 0.65 - ] - ], - "epsilon_abs_3": [ - [ 0.0, - 0.65 - ] - ], - "epsilon_abs_4": [ - [ - 0.0 - ] - ], - "epsilon_glass": [ - 0.86, - 0.86, - 1.0, - 0.0 - ], - "escal_belpe": [ - 0.0 - ], - "escal_input_hourly": [ - 0.0 - ], - "escal_other": [ - 0.0 - ], - "eta_lhv": 0.9, - "eta_pump": 0.85, - "eta_ref": 0.397, - "eta_tes_htr": 0.98, - "f_tc_cold": 2.0, - "fc_on": 0.0, - "fdisp": [ - 0.0 - ], - "federal_tax_rate": [ - 21.0 - ], - "ffrac": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "field_area": 282.632, - "field_fl_props": [ - [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, - 0.0 - ] - ], - "field_fluid": 18.0, - "field_htf_cp_avg": 1.51335, - "field_thermal_output": 646.624, - "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "fossil_mode": 1.0, - "fp_mode": 2.0, - "fthr_ok": 1.0, - "fthrctrl": 2.0, - "fthrok": 1.0, - "grid_curtailment": [ - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "periods": [ + 1.0 + ] + }, + "adjust_constant": 4.0, + "adjust_en_periods": 0.0, + "adjust_en_timeindex": 0.0, + "adjust_periods": [ + [ + -6.277438562204193e66 + ] + ], + "adjust_timeindex": [ + 0.0 + ], + "alpha_abs": [ + 0.96, + 0.96, + 0.8, + 0.0 + ], + "alpha_env": [ + 0.02, + 0.02, + 0.0, + 0.0 + ], + "analysis_period": 25.0, + "analysis_period_warning": "No messages.", + "annual_albedo": 0.217164, + "annual_beam": 7.36408, + "annual_diffuse": 1.33978, + "annual_global": 5.83819, + "annual_snow": "nan", + "annual_tdry": 18.1261, + "annual_wspd": 2.35368, + "aux_array": [ + 0.02273, + 1.0, + 0.483, + 0.517, + 0.0 + ], + "azimuth": 0.0, + "batt_salvage_percentage": 0.0, + "batt_salvage_value": 0.0, + "bop_array": [ + 0.0, + 1.0, + 0.483, + 0.517, + 0.0 + ], + "bop_spec_cost": 340.0, + "cbi_fed_amount": 0.0, + "cbi_fed_deprbas_fed": 0.0, + "cbi_fed_deprbas_sta": 0.0, + "cbi_fed_maxvalue": 1e38, + "cbi_fed_tax_fed": 1.0, + "cbi_fed_tax_sta": 1.0, + "cbi_oth_amount": 0.0, + "cbi_oth_deprbas_fed": 0.0, + "cbi_oth_deprbas_sta": 0.0, + "cbi_oth_maxvalue": 1e38, + "cbi_oth_tax_fed": 1.0, + "cbi_oth_tax_sta": 1.0, + "cbi_sta_amount": 0.0, + "cbi_sta_deprbas_fed": 0.0, + "cbi_sta_deprbas_sta": 0.0, + "cbi_sta_maxvalue": 1e38, + "cbi_sta_tax_fed": 1.0, + "cbi_sta_tax_sta": 1.0, + "cbi_uti_amount": 0.0, + "cbi_uti_deprbas_fed": 0.0, + "cbi_uti_deprbas_sta": 0.0, + "cbi_uti_maxvalue": 1e38, + "cbi_uti_tax_fed": 1.0, + "cbi_uti_tax_sta": 1.0, + "chk_update_peaks": 0.0, + "city": "-", + "cold_tank_Thtr": 263.0, + "cold_tank_max_heat": 0.5, + "const_per_interest1": 19281200.0, + "const_per_interest2": 0.0, + "const_per_interest3": 0.0, + "const_per_interest4": 0.0, + "const_per_interest5": 0.0, + "const_per_interest_rate1": 3.5, + "const_per_interest_rate2": 0.0, + "const_per_interest_rate3": 0.0, + "const_per_interest_rate4": 0.0, + "const_per_interest_rate5": 0.0, + "const_per_interest_total": 19281200.0, + "const_per_months1": 24.0, + "const_per_months2": 0.0, + "const_per_months3": 0.0, + "const_per_months4": 0.0, + "const_per_months5": 0.0, + "const_per_name1": "Loan 1", + "const_per_name2": "Loan 2", + "const_per_name3": "Loan 3", + "const_per_name4": "Loan 4", + "const_per_name5": "Loan 5", + "const_per_percent1": 100.0, + "const_per_percent2": 0.0, + "const_per_percent3": 0.0, + "const_per_percent4": 0.0, + "const_per_percent5": 0.0, + "const_per_percent_total": 100.0, + "const_per_principal1": 550891000.0, + "const_per_principal2": 0.0, + "const_per_principal3": 0.0, + "const_per_principal4": 0.0, + "const_per_principal5": 0.0, + "const_per_principal_total": 550891000.0, + "const_per_total1": 24790100.0, + "const_per_total2": 0.0, + "const_per_total3": 0.0, + "const_per_total4": 0.0, + "const_per_total5": 0.0, + "const_per_upfront_rate1": 1.0, + "const_per_upfront_rate2": 0.0, + "const_per_upfront_rate3": 0.0, + "const_per_upfront_rate4": 0.0, + "const_per_upfront_rate5": 0.0, + "construction_financing_cost": 24790100.0, + "contingency_percent": 7.0, + "cost_debt_closing": 450000.0, + "cost_debt_fee": 2.75, + "cost_other_financing": 0.0, + "country": "-", + "cp_battery_nameplate": 0.0, + "cp_capacity_credit_percent": [ + 0.0 + ], + "cp_capacity_payment_amount": [ + 0.0 + ], + "cp_capacity_payment_esc": 0.0, + "cp_capacity_payment_type": 0.0, + "cp_system_nameplate": 99.9999, + "csp.pt.pwrb.condenser_type": 1.0, + "csp.pt.pwrb.pressure_mode": 0.0, + "csp_financial_model": 1.0, + "ctes_cost": 0.0007, + "ctes_field_fl": 4.0, + "ctes_tankpairs": 1.0, + "ctes_tshours": 15.0, + "ctes_type": 0.0, + "cycle_cutoff_frac": 0.2, + "cycle_max_frac": 1.0, + "dT_cw_ref": 10.0, + "debt_message": "", + "debt_option": 1.0, + "debt_percent": 50.0, + "defocus": 1.0, + "degradation": [ + 0.0 + ], + "depr_alloc_custom_percent": 0.0, + "depr_alloc_macrs_15_percent": 1.5, + "depr_alloc_macrs_5_percent": 90.0, + "depr_alloc_none": 4.0, + "depr_alloc_sl_15_percent": 1.5, + "depr_alloc_sl_20_percent": 3.0, + "depr_alloc_sl_39_percent": 0.0, + "depr_alloc_sl_5_percent": 0.0, + "depr_bonus_fed": 0.0, + "depr_bonus_fed_custom": 0.0, + "depr_bonus_fed_macrs_15": 1.0, + "depr_bonus_fed_macrs_5": 1.0, + "depr_bonus_fed_sl_15": 0.0, + "depr_bonus_fed_sl_20": 0.0, + "depr_bonus_fed_sl_39": 0.0, + "depr_bonus_fed_sl_5": 0.0, + "depr_bonus_sta": 0.0, + "depr_bonus_sta_custom": 0.0, + "depr_bonus_sta_macrs_15": 1.0, + "depr_bonus_sta_macrs_5": 1.0, + "depr_bonus_sta_sl_15": 0.0, + "depr_bonus_sta_sl_20": 0.0, + "depr_bonus_sta_sl_39": 0.0, + "depr_bonus_sta_sl_5": 0.0, + "depr_custom_schedule": [ + 0.0 + ], + "depr_fedbas_method": 1.0, + "depr_itc_fed_custom": 0.0, + "depr_itc_fed_macrs_15": 0.0, + "depr_itc_fed_macrs_5": 1.0, + "depr_itc_fed_sl_15": 0.0, + "depr_itc_fed_sl_20": 0.0, + "depr_itc_fed_sl_39": 0.0, + "depr_itc_fed_sl_5": 0.0, + "depr_itc_sta_custom": 0.0, + "depr_itc_sta_macrs_15": 0.0, + "depr_itc_sta_macrs_5": 1.0, + "depr_itc_sta_sl_15": 0.0, + "depr_itc_sta_sl_20": 0.0, + "depr_itc_sta_sl_39": 0.0, + "depr_itc_sta_sl_5": 0.0, + "depr_stabas_method": 1.0, + "dirt_env": [ + 0.98, + 0.98, + 1.0, + 0.98 + ], + "disp_csu_cost_rel": 87.0, + "disp_frequency": 24.0, + "disp_horizon": 48.0, + "disp_max_iter": 50000.0, + "disp_mip_gap": 0.001, + "disp_pen_ramping": 1.0, + "disp_rsu_cost_rel": 1.4, + "disp_time_weighting": 0.999, + "disp_timeout": 5.0, + "disp_wlim_maxspec": 1e38, + "dispatch_data_filename": "", + "dispatch_factors_ts": [ + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.2, + 1.2, + 1.2, + 1.2, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 2.064, + 1.2, + 1.2, + 1.2, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8 + ], + "dispatch_sched_weekday": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "dispatch_sched_weekend": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "dispatch_series": [ + 0.0 + ], + "dispatch_tod_factors": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "dscr": 1.3, + "dscr_limit_debt_fraction": 1.0, + "dscr_maximum_debt_fraction": 60.0, + "dscr_reserve_months": 6.0, + "dt_cold": 5.0, + "dt_hot": 5.0, + "elev": 773.0, + "en_electricity_rates": 0.0, + "enable_interconnection_limit": 0.0, + "epc_cost_fixed": 0.0, + "epc_cost_per_acre": 0.0, + "epc_cost_per_watt": 0.0, + "epc_cost_percent_direct": 11.0, + "epsilon_abs_1": [ + [ + 100.0, + 0.064 + ], + [ + 150.0, + 0.0665 + ], + [ + 200.0, + 0.07 + ], + [ + 250.0, + 0.0745 + ], + [ + 300.0, + 0.08 + ], + [ + 350.0, + 0.0865 + ], + [ + 400.0, + 0.094 + ], + [ + 450.0, + 0.1025 + ], + [ + 500.0, + 0.112 + ] + ], + "epsilon_abs_2": [ + [ + 0.0, + 0.65 + ] + ], + "epsilon_abs_3": [ + [ + 0.0, + 0.65 + ] + ], + "epsilon_abs_4": [ + [ + 0.0 + ] + ], + "epsilon_glass": [ + 0.86, + 0.86, + 1.0, + 0.0 + ], + "epsilon_radHX": 0.8, + "epsilon_radbot": 0.07, + "epsilon_radgrnd": 0.9, + "epsilon_radtop": 0.95, + "equip1_reserve_cost": 0.0, + "equip1_reserve_freq": 12.0, + "equip2_reserve_cost": 0.0, + "equip2_reserve_freq": 15.0, + "equip3_reserve_cost": 0.0, + "equip3_reserve_freq": 3.0, + "equip_reserve_depr_fed": 0.0, + "equip_reserve_depr_sta": 0.0, + "eta_pump": 0.85, + "eta_ref": 0.397, + "f_ctes_warm_ini": 0.0, + "f_turb_tou_periods": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "federal_tax_rate": [ + 21.0 + ], + "field_fl_props": [ + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", + "flip_target_percent": 7.0, + "flip_target_year": 20.0, + "fossil_spec_cost": 0.0, + "fp_mode": 2.0, + "grid_curtailment": [ + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, 1e38, 1e38, 1e38, @@ -9552,16 +27785,19 @@ 1e38, 1e38 ], + "grid_curtailment_price": [ + 0.0 + ], + "grid_curtailment_price_esc": 0.0, "grid_interconnection_limit_kwac": 20000.0, + "gross_net_conversion_factor": 0.9, + "h_ctes_tank": 30.0, + "h_ctes_tank_min": 1.0, "h_tank": 20.0, "h_tank_min": 1.0, - "has_hot_tank_bypass": 0.0, - "hl_des": 166.25, "hot_tank_Thtr": 425.0, - "htf_max_opt_temp": 593.0, - "htf_min_opt_temp": 238.0, - "hx_config": 2.0, - "hx_derate": 1.0, + "hot_tank_max_heat": 25.0, + "htf_system_spec_cost": 47.0, "hybrid_tou1": 0.0, "hybrid_tou2": 0.0, "hybrid_tou3": 0.0, @@ -9579,7 +27815,7 @@ "ibi_fed_percent": 0.0, "ibi_fed_percent_deprbas_fed": 0.0, "ibi_fed_percent_deprbas_sta": 0.0, - "ibi_fed_percent_maxvalue": 0.0, + "ibi_fed_percent_maxvalue": 1e38, "ibi_fed_percent_tax_fed": 1.0, "ibi_fed_percent_tax_sta": 1.0, "ibi_oth_amount": 0.0, @@ -9590,7 +27826,7 @@ "ibi_oth_percent": 0.0, "ibi_oth_percent_deprbas_fed": 0.0, "ibi_oth_percent_deprbas_sta": 0.0, - "ibi_oth_percent_maxvalue": 0.0, + "ibi_oth_percent_maxvalue": 1e38, "ibi_oth_percent_tax_fed": 1.0, "ibi_oth_percent_tax_sta": 1.0, "ibi_sta_amount": 0.0, @@ -9601,7 +27837,7 @@ "ibi_sta_percent": 0.0, "ibi_sta_percent_deprbas_fed": 0.0, "ibi_sta_percent_deprbas_sta": 0.0, - "ibi_sta_percent_maxvalue": 0.0, + "ibi_sta_percent_maxvalue": 1e38, "ibi_sta_percent_tax_fed": 1.0, "ibi_sta_percent_tax_sta": 1.0, "ibi_uti_amount": 0.0, @@ -9612,7 +27848,7 @@ "ibi_uti_percent": 0.0, "ibi_uti_percent_deprbas_fed": 0.0, "ibi_uti_percent_deprbas_sta": 0.0, - "ibi_uti_percent_maxvalue": 0.0, + "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", @@ -9621,10 +27857,14 @@ "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, - "insurance_rate": 1.0, + "init_hot_htf_percent": 30.0, + "insurance_rate": 0.5, "is_advanced": 0.0, - "is_btm": 1.0, - "is_hx": 0.0, + "is_btm": 0.0, + "is_dispatch": 0.0, + "is_dispatch_series": 0.0, + "is_tod_pc_target_also_pc_max": 0.0, + "is_wlim_design": 0.0, "itc_fed_amount": [ 0.0 ], @@ -9651,17591 +27891,671 @@ "itc_sta_percent_maxvalue": [ 1e38 ], - "k_tes_loss_coeffs": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 + "k_panel": 235.0, + "land_area": 452.211, + "land_mult": 1.6, + "lat": 32.13, + "lib_dispatch_factor1": 1.0, + "lib_dispatch_factor2": 1.0, + "lib_dispatch_factor3": 1.0, + "lib_dispatch_factor4": 1.0, + "lib_dispatch_factor5": 1.0, + "lib_dispatch_factor6": 1.0, + "lib_dispatch_factor7": 1.0, + "lib_dispatch_factor8": 1.0, + "lib_dispatch_factor9": 1.0, + "lib_dispatch_sched_weekday": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "lib_dispatch_sched_weekend": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] ], - "land_area": 452.211, - "land_mult": 1.6, - "lat": 32.13, - "lhv_eff": 0.9, "library_folder_list": "x", "library_paths": "", - "load": [ - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 19.514, - 26.5633, - 28.2252, - 27.6606, - 18.7714, - 18.7714, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 139.633, - 134.253, - 159.494, - 136.815, - 132.397, - 134.426, - 137.995, - 135.441, - 131.599, - 132.558, - 131.287, - 135.645, - 111.301, - 111.413, - 102.765, - 105.177, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 123.362, - 123.127, - 148.792, - 129.862, - 128.023, - 132.415, - 134.682, - 134.06, - 130.448, - 129.336, - 130.292, - 132.631, - 107.259, - 107.887, - 96.7861, - 99.2026, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 124.882, - 123.694, - 146.709, - 129.107, - 124.114, - 126.147, - 132.55, - 132.79, - 128.639, - 129.863, - 132.663, - 130.196, - 102.107, - 101.756, - 91.956, - 93.0959, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 121.318, - 121.478, - 146.785, - 128.384, - 124.263, - 128.255, - 132.606, - 133.128, - 127.344, - 125.899, - 128.348, - 126.703, - 99.416, - 98.9954, - 89.5018, - 91.8906, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 126.934, - 126.848, - 159.261, - 131.695, - 124.399, - 126.343, - 131.435, - 131.279, - 127.881, - 129.022, - 132.044, - 130.278, - 101.668, - 100.51, - 89.9825, - 91.9638, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 124.013, - 110.705, - 104.926, - 93.8132, - 86.7734, - 90.9485, - 92.0679, - 88.1229, - 65.8511, - 67.3344, - 66.9936, - 70.7687, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 20.2098, - 31.5455, - 39.7315, - 37.3691, - 44.6365, - 39.6456, - 44.6967, - 29.7533, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 104.135, - 108.832, - 143.751, - 130.49, - 129.156, - 133.555, - 136.121, - 138.312, - 135.766, - 135.781, - 138.105, - 131.877, - 104.349, - 103.442, - 91.3822, - 92.2259, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 90.916, - 101.795, - 148.403, - 134.847, - 129.765, - 131.743, - 137.658, - 142.468, - 138.71, - 136.44, - 137.068, - 133.299, - 104.74, - 103.4, - 93.7086, - 93.8006, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 95.5593, - 103.321, - 141.814, - 131.41, - 132.092, - 139.556, - 143.807, - 147.22, - 146.925, - 147.137, - 149.731, - 137.385, - 101.784, - 99.8224, - 86.1818, - 86.0701, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 98.1706, - 104.517, - 138.378, - 126.152, - 127.037, - 133.279, - 138.171, - 142.95, - 144.009, - 142.908, - 144.937, - 136.404, - 101.342, - 99.5131, - 85.7876, - 86.1684, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 104.01, - 109.363, - 140.83, - 125.942, - 126.47, - 131.901, - 135.942, - 138.539, - 136.689, - 137.418, - 140.754, - 132.097, - 98.5356, - 96.4415, - 84.541, - 86.4324, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 113.703, - 100.771, - 91.3067, - 84.1109, - 84.0273, - 90.4284, - 94.4219, - 91.0601, - 64.1224, - 65.2065, - 65.0282, - 67.2585, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 26.1734, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 26.1734, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 146.07, - 137.528, - 153.354, - 133.308, - 126.97, - 127.647, - 132.943, - 131.595, - 125.882, - 125.868, - 127.398, - 125.163, - 101.763, - 102.387, - 95.6789, - 99.5545, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 142.648, - 138.981, - 163.177, - 138.51, - 127.285, - 127.667, - 129.99, - 129.165, - 125.14, - 124.848, - 127.361, - 122.543, - 101.209, - 102.47, - 95.024, - 99.0683, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 139.854, - 133.54, - 153.484, - 132.383, - 128.817, - 128.067, - 129.998, - 128.688, - 122.325, - 122.243, - 125.104, - 123.542, - 104.176, - 105.066, - 95.196, - 98.3548, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 145.906, - 139.55, - 158.909, - 134.776, - 127.668, - 127.905, - 130.79, - 128.375, - 123.108, - 124.313, - 127.096, - 121.653, - 100.206, - 100.916, - 93.5774, - 97.4229, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 143.724, - 125.996, - 113.26, - 97.8526, - 90.5712, - 91.4952, - 92.5155, - 90.3564, - 65.9208, - 65.25, - 64.0233, - 66.1864, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 23.4802, - 27.3983, - 29.0099, - 30.7781, - 23.6014, - 23.706, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 133.296, - 130.824, - 159.177, - 136.661, - 129.608, - 129.445, - 132.526, - 130.45, - 124.149, - 123.203, - 125.367, - 122.705, - 104.36, - 107.453, - 99.5345, - 104.488, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 145.715, - 139.433, - 156.795, - 132.998, - 126.89, - 128.281, - 133.335, - 132.062, - 125.029, - 125.116, - 128.621, - 123.318, - 101.635, - 101.893, - 93.549, - 97.7549, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 130.335, - 124.704, - 146.301, - 129.824, - 128.763, - 132.724, - 139.371, - 141.423, - 137.774, - 136.97, - 139.329, - 130.157, - 102.091, - 101.335, - 88.1248, - 89.9536, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 115.157, - 114.547, - 141.779, - 128.592, - 128.317, - 134.098, - 139.407, - 143.105, - 143.562, - 145.168, - 147.136, - 134.19, - 104.272, - 99.7889, - 85.8033, - 86.8322, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 100.109, - 108.064, - 146.452, - 129.436, - 125.051, - 128.738, - 131.499, - 131.959, - 128.874, - 130.32, - 132.326, - 129.552, - 104.847, - 102.652, - 92.6579, - 93.8499, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 100.279, - 94.6362, - 101.173, - 99.3659, - 93.3419, - 94.2513, - 90.5208, - 87.0394, - 65.0468, - 65.7586, - 63.4027, - 69.2583, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.998, - 19.7476, - 18.7714, - 18.7714, - 21.2387, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 142.708, - 138.411, - 171.037, - 157.872, - 148.005, - 148.084, - 144.013, - 133.941, - 124.299, - 120.856, - 124.092, - 120.676, - 110.415, - 114.229, - 108.305, - 113.454, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 162.353, - 146.166, - 163.768, - 139.531, - 131.965, - 131.494, - 134.903, - 130.164, - 120.726, - 118.756, - 121.76, - 117.096, - 101.987, - 106.953, - 100.931, - 105.092, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 107.169, - 109.141, - 144.416, - 132.882, - 133.737, - 136.57, - 138.076, - 139.929, - 136.37, - 135.934, - 137.546, - 128.649, - 105.869, - 104.969, - 93.2618, - 94.4683, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 96.6759, - 99.0658, - 137.077, - 129.086, - 130.253, - 136.314, - 140.204, - 143.201, - 140.361, - 139.4, - 140.306, - 128.259, - 101.481, - 100.219, - 88.4975, - 89.491, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 96.4039, - 99.2673, - 137.024, - 125.131, - 124.945, - 130.683, - 136.057, - 138.897, - 136.627, - 136.913, - 137.912, - 125.416, - 98.2744, - 97.3508, - 85.4868, - 86.8993, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 90.4565, - 83.4719, - 89.4779, - 79.1967, - 76.7705, - 81.491, - 81.1402, - 77.7887, - 52.3705, - 52.7476, - 54.7943, - 58.6589, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 23.5717, - 26.7021, - 25.1389, - 19.5751, - 18.7714, - 21.2387, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 127.987, - 122.84, - 154.03, - 133.816, - 127.969, - 129.666, - 132.27, - 130.197, - 125.207, - 123.038, - 125.392, - 123.074, - 108.815, - 110.049, - 101.029, - 105.292, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 151.069, - 137.465, - 157.321, - 134.865, - 128.714, - 128.352, - 130.954, - 128.574, - 120.986, - 118.586, - 121.797, - 117.129, - 100.66, - 102.73, - 94.0986, - 96.8931, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 118.124, - 115.423, - 153.545, - 136.61, - 132.555, - 134.651, - 139.753, - 139.029, - 135.359, - 134.571, - 140.874, - 135.498, - 120.383, - 119.318, - 111.491, - 114.67, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 139.265, - 132.425, - 168.904, - 151.998, - 141.119, - 141.267, - 140.611, - 133.114, - 125.686, - 124.423, - 127.337, - 125.467, - 114.023, - 116.621, - 110.41, - 114.716, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 160.026, - 143.135, - 162.028, - 138.441, - 130.645, - 129.673, - 132.326, - 128.065, - 119.38, - 118.884, - 121.387, - 113.664, - 103.427, - 108.098, - 100.09, - 104.877, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 156.665, - 127.841, - 112.943, - 98.7292, - 91.9763, - 91.6995, - 91.1504, - 86.395, - 62.6124, - 61.0187, - 61.2189, - 60.0101, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 24.5748, - 29.5239, - 31.0165, - 19.7063, - 18.7714, - 18.7714, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 128.075, - 118.551, - 152.84, - 137.781, - 133.31, - 132.301, - 134.135, - 132.881, - 129.012, - 131.673, - 133.526, - 121.685, - 104.209, - 104.815, - 94.9319, - 97.4226, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 111.409, - 105.383, - 144.368, - 129.677, - 128.275, - 133.948, - 139.037, - 141.962, - 138.239, - 137.385, - 139.947, - 127.661, - 106.45, - 105.122, - 92.4592, - 92.7608, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 87.2172, - 93.3296, - 145.31, - 133.104, - 130.346, - 131.94, - 132.596, - 133.494, - 130.15, - 128.245, - 129.881, - 120.451, - 102.755, - 102.278, - 92.3925, - 92.7711, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 94.2052, - 95.8249, - 139.35, - 126.948, - 129.485, - 132.951, - 133.404, - 132.798, - 128.173, - 129.478, - 133.347, - 123.41, - 100.977, - 101.059, - 91.4037, - 93.5768, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 100.321, - 98.16, - 136.868, - 127.457, - 128.274, - 135.602, - 140.509, - 142.308, - 137.959, - 139.181, - 142.102, - 128.661, - 103.909, - 103.43, - 90.8951, - 90.8667, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 89.8192, - 74.9868, - 80.4579, - 83.6388, - 87.2519, - 93.3506, - 94.5066, - 90.8328, - 61.1275, - 61.1945, - 62.4842, - 57.4744, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 18.7714, - 18.7714, - 29.7685, - 39.0673, - 30.6321, - 31.5138, - 20.3774, - 18.7714, - 18.7714, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 25.2252, - 27.3353, - 37.166, - 38.8958, - 41.0851, - 40.2906, - 41.9967, - 30.357, - 18.7714, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 100.405, - 94.4238, - 136.008, - 124.507, - 124.821, - 130.854, - 136.65, - 142.019, - 140.211, - 142.792, - 147.031, - 130.993, - 98.7657, - 97.7607, - 85.4622, - 86.2993, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 95.9386, - 88.8944, - 134.729, - 126.652, - 127.963, - 136.769, - 144.193, - 150.641, - 148.045, - 150.603, - 151.331, - 132.937, - 100.667, - 98.3424, - 84.4297, - 84.5208, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 91.4092, - 85.9695, - 133.474, - 125.268, - 127.765, - 138.781, - 145.454, - 154.137, - 153.258, - 155.638, - 159.788, - 141.636, - 106.616, - 103.353, - 86.6414, - 85.8526, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 78.2536, - 78.3044, - 135.522, - 130.448, - 134.409, - 145.929, - 153.395, - 162.272, - 163.235, - 169.402, - 174.49, - 155.302, - 114.324, - 108.84, - 91.0562, - 87.9054, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 73.8715, - 61.9099, - 82.2066, - 86.5402, - 89.9624, - 98.3166, - 103.017, - 106.469, - 80.8734, - 80.3258, - 78.9669, - 66.484, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 18.7714, - 23.4605, - 32.2529, - 39.8658, - 40.8956, - 45.8767, - 45.6353, - 50.5405, - 47.6257, - 50.4975, - 45.9842, - 44.7203, - 38.0807, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 74.8272, - 75.1218, - 141.199, - 138.1, - 143.992, - 153.366, - 158.354, - 167.356, - 168.865, - 177.209, - 183.586, - 162.872, - 118.55, - 112.109, - 92.5124, - 89.3408, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.7245, - 76.4369, - 147.184, - 145.458, - 153.466, - 162.092, - 163.545, - 173.466, - 174.622, - 179.267, - 181.461, - 159.67, - 118.3, - 112.351, - 93.3936, - 90.3931, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.8431, - 74.6555, - 131.759, - 120.159, - 120.712, - 126.83, - 127.673, - 132.504, - 131.969, - 133.823, - 138.276, - 123.722, - 93.4173, - 93.1097, - 79.9386, - 79.5348, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 88.0028, - 83.6955, - 133.219, - 125.22, - 125.225, - 131.525, - 134.685, - 137.672, - 136.805, - 138.83, - 143.736, - 128.888, - 94.9287, - 94.9875, - 81.2633, - 80.4625, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 82.3499, - 80.4924, - 133.989, - 127.495, - 130.567, - 139.991, - 146.215, - 154.431, - 153.399, - 156.124, - 160.933, - 145.143, - 106.132, - 104.024, - 86.4648, - 85.9507, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 74.997, - 59.3392, - 77.7623, - 81.0751, - 83.4317, - 91.0859, - 91.7178, - 85.3758, - 53.9224, - 51.9253, - 54.8151, - 44.2322, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 31.108, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 155.178, - 146.695, - 189.564, - 176.378, - 172.132, - 173.147, - 177.427, - 171.715, - 168.589, - 151.414, - 154.266, - 159.139, - 141.161, - 133.541, - 121.152, - 127.126, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 155.022, - 132.116, - 164.886, - 152.698, - 144.748, - 141.421, - 138.145, - 127.931, - 119.1, - 117.046, - 121.225, - 111.916, - 95.3675, - 107.288, - 100.712, - 103.449, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 130.386, - 112.196, - 145.32, - 127.705, - 124.152, - 127.626, - 130.173, - 129.589, - 124.456, - 123.865, - 126.706, - 116.884, - 94.2866, - 100.038, - 90.0937, - 91.6042, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 99.6017, - 91.4037, - 135.974, - 125.87, - 125.759, - 129.828, - 131.627, - 133.201, - 129.616, - 128.922, - 131.434, - 119.19, - 90.4145, - 94.9549, - 84.1604, - 85.17, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 93.8148, - 87.3477, - 134.29, - 124.321, - 125.088, - 130.016, - 132.8, - 136.255, - 135.49, - 136.813, - 141.156, - 127.986, - 95.2443, - 96.0242, - 82.7989, - 83.8042, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 84.1351, - 65.0656, - 80.6273, - 83.9655, - 86.0414, - 92.784, - 94.5735, - 94.8687, - 67.3366, - 65.6914, - 64.6229, - 54.8835, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 28.6407, - 18.7714, - 20.3167, - 27.2634, - 28.8003, - 33.4847, - 38.0288, - 44.0124, - 40.1827, - 40.4105, - 34.0466, - 40.6352, - 30.3593, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 76.8817, - 95.2205, - 140.708, - 128.952, - 130.009, - 137.417, - 143.689, - 152.042, - 151.237, - 152.46, - 159.622, - 148.569, - 101.877, - 104.415, - 91.3357, - 86.1394, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 70.3897, - 89.2695, - 133.639, - 128.728, - 131.748, - 139.17, - 144.535, - 154.64, - 155.839, - 160.996, - 170.05, - 157.126, - 107.585, - 105.768, - 92.7448, - 87.9383, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 65.6362, - 85.6935, - 134.104, - 128.234, - 130.354, - 138.926, - 146.295, - 156.368, - 156.514, - 161.95, - 168.077, - 156.493, - 107.82, - 106.681, - 95.0521, - 91.2668, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.6974, - 83.9764, - 136.517, - 132.52, - 137.949, - 147.145, - 150.692, - 157.854, - 158.259, - 162.983, - 170.626, - 156.588, - 106.618, - 104.965, - 91.9966, - 87.1337, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.6358, - 83.5619, - 134.57, - 128.871, - 131.628, - 141.655, - 147.627, - 156.76, - 156.781, - 160.521, - 167.325, - 154.785, - 106.301, - 106.022, - 93.269, - 90.0768, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 64.1028, - 65.0245, - 75.1587, - 80.2899, - 84.8216, - 92.2275, - 95.6177, - 98.2144, - 71.7894, - 71.681, - 72.8687, - 63.5863, - 44.7978, - 37.3679, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 19.0638, - 29.8645, - 33.7692, - 37.4596, - 34.9986, - 45.2124, - 41.0879, - 47.8993, - 42.726, - 49.2447, - 42.9531, - 41.6923, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.6878, - 85.0572, - 136.072, - 131.835, - 130.539, - 130.833, - 130.012, - 130.278, - 124.515, - 123.2, - 126.721, - 115.181, - 75.6544, - 80.845, - 76.5503, - 79.9378, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 90.9684, - 102.218, - 143.474, - 125.502, - 119.612, - 118.332, - 119.005, - 121.712, - 116.885, - 116.838, - 120.652, - 110.908, - 74.3315, - 80.6654, - 77.1372, - 81.8438, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 92.8877, - 102.359, - 139.953, - 123.189, - 120.892, - 125.214, - 127.542, - 129.088, - 126.613, - 128.421, - 133.511, - 122.886, - 81.8631, - 86.8224, - 80.0279, - 82.0852, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 78.1076, - 91.7679, - 133.814, - 122.996, - 122.775, - 128.179, - 132.63, - 138.057, - 136.179, - 138.896, - 146.577, - 135.157, - 90.1964, - 92.6526, - 82.9705, - 82.3002, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 76.9055, - 91.2798, - 132.65, - 125.168, - 127.47, - 135.235, - 141.057, - 144.351, - 146.692, - 152.407, - 159.85, - 145.318, - 99.8178, - 100.555, - 89.0432, - 84.6694, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 72.5882, - 71.4388, - 79.1852, - 80.907, - 83.1153, - 88.7533, - 92.4914, - 94.4596, - 67.0082, - 66.5643, - 67.5468, - 59.9054, - 43.3997, - 42.9418, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 19.045, - 28.5511, - 33.1012, - 36.874, - 35.446, - 41.2726, - 44.0409, - 43.2908, - 45.5772, - 44.4188, - 46.1155, - 41.0322, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 73.0046, - 85.3523, - 135.226, - 129.005, - 133.061, - 141.208, - 146.94, - 150.741, - 148.784, - 148.027, - 152.185, - 140.562, - 97.6336, - 100.08, - 90.5911, - 88.1686, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 69.6977, - 84.6157, - 140.594, - 129.253, - 127.077, - 130.693, - 130.208, - 132.242, - 130.682, - 133.049, - 138.849, - 129.621, - 90.4157, - 91.465, - 85.2909, - 85.3036, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 75.35, - 86.887, - 137.028, - 129.76, - 130.272, - 134.223, - 136.553, - 142.474, - 143.032, - 146.815, - 154.957, - 143.212, - 96.932, - 94.3985, - 86.0917, - 84.0506, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.4147, - 82.7494, - 138.795, - 129.35, - 128.905, - 136.397, - 140.876, - 148.019, - 148.154, - 150.306, - 156.956, - 137.231, - 88.3912, - 87.4499, - 80.8821, - 80.4739, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 69.1498, - 81.0059, - 129.943, - 121.318, - 120.388, - 122.83, - 124.558, - 126.532, - 119.431, - 123.547, - 128.082, - 111.722, - 74.9333, - 79.9591, - 82.4174, - 85.796, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 88.5619, - 81.6052, - 87.8711, - 81.5803, - 77.853, - 80.3117, - 80.9342, - 80.8862, - 52.8336, - 51.6664, - 52.5018, - 45.7446, - 18.7714, - 23.706, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 23.706, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 138.455, - 127.635, - 158.428, - 137.397, - 125.98, - 124.878, - 127.707, - 130.632, - 124.712, - 125.657, - 132.309, - 122.728, - 84.9321, - 87.106, - 84.9303, - 87.6725, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 102.686, - 103.105, - 143.067, - 126.221, - 124.118, - 129.605, - 133.121, - 137.113, - 137.997, - 143.472, - 150.727, - 139.276, - 94.8069, - 94.2132, - 86.2987, - 84.7154, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 81.0285, - 86.0061, - 134.581, - 127.869, - 131.696, - 139.806, - 145.379, - 153.677, - 154.191, - 159.196, - 168.622, - 157.296, - 109.964, - 106.549, - 94.9082, - 88.3265, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.7659, - 74.1303, - 138.372, - 138.403, - 147.489, - 160.35, - 166.066, - 178.957, - 181.043, - 187.666, - 198.068, - 183.268, - 127.565, - 121.325, - 106.609, - 99.8476, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 62.0402, - 70.7166, - 140.965, - 145.54, - 154.546, - 165.747, - 169.675, - 181.235, - 182.493, - 193.212, - 207.463, - 194.385, - 138.477, - 129.269, - 111.192, - 103.586, - 41.6166, - 38.9362, - 45.1875, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 60.6921, - 53.0288, - 78.2416, - 91.82, - 98.1589, - 105.956, - 108.872, - 112.558, - 89.1034, - 92.1583, - 96.4339, - 86.5167, - 54.2049, - 53.617, - 49.2167, - 39.1256, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 28.6294, - 38.2443, - 42.0235, - 46.1965, - 46.8668, - 51.0614, - 51.0446, - 54.9606, - 53.2054, - 55.6349, - 52.4814, - 58.0669, - 49.795, - 40.1839, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 58.5479, - 64.6982, - 135.738, - 135.931, - 143.596, - 155.794, - 159.867, - 172.051, - 172.15, - 176.355, - 182.421, - 163.479, - 108.634, - 101.916, - 89.563, - 84.1257, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 62.6749, - 67.5007, - 130.219, - 124.816, - 127.898, - 136.089, - 139.734, - 149.402, - 151.237, - 158.243, - 166.938, - 152.69, - 103.363, - 98.7145, - 92.1592, - 88.2814, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 63.0452, - 67.8365, - 135.285, - 132.174, - 138.313, - 150.063, - 153.828, - 163.919, - 164.51, - 170.938, - 179.274, - 166.04, - 115.576, - 108.883, - 100.719, - 96.995, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 61.4802, - 66.6546, - 136.742, - 136.307, - 143.139, - 154.329, - 159.23, - 172.816, - 175.113, - 182.449, - 191.764, - 178.107, - 123.559, - 114.349, - 104.482, - 96.8666, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 60.2917, - 67.0579, - 137.639, - 136.84, - 142.056, - 151.63, - 155.074, - 163.501, - 160.443, - 165.163, - 173.063, - 160.394, - 109.724, - 100.496, - 88.1058, - 84.8592, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 63.4355, - 52.1631, - 77.4056, - 84.0822, - 86.2102, - 91.5052, - 93.8155, - 95.263, - 69.6171, - 70.567, - 74.0092, - 68.7583, - 47.2076, - 44.3648, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 18.7714, - 26.3159, - 34.3218, - 39.481, - 40.5458, - 34.9723, - 40.6812, - 45.4937, - 44.2722, - 48.1359, - 46.748, - 49.0773, - 46.6136, - 42.9158, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.1569, - 68.7813, - 138.109, - 137.388, - 142.362, - 152.109, - 157.712, - 169.432, - 172.56, - 179.851, - 188.359, - 176.836, - 125.899, - 117.636, - 105.289, - 97.5778, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 56.9776, - 66.9033, - 141.623, - 143.859, - 151.865, - 162.879, - 166.966, - 179.1, - 180.991, - 188.167, - 198.502, - 182.367, - 125.181, - 117.247, - 104.945, - 99.6732, - 41.6166, - 38.9362, - 40.9999, - 42.9628, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 56.8757, - 65.7224, - 141.209, - 143.933, - 151.44, - 161.727, - 162.724, - 170.783, - 168.585, - 170.149, - 174.871, - 162.668, - 110.982, - 105.719, - 94.5024, - 87.3869, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 58.4917, - 66.2749, - 137.803, - 135.998, - 141.438, - 152.464, - 155.816, - 165.771, - 166.79, - 172.875, - 180.476, - 167.969, - 118.009, - 110.356, - 97.3483, - 89.631, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 57.9799, - 65.0812, - 135.209, - 133.222, - 139.594, - 152.905, - 158.715, - 171.22, - 172.632, - 180.116, - 190.812, - 177.117, - 123.588, - 115.514, - 104.904, - 96.9323, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 59.0468, - 51.4697, - 77.9087, - 83.4356, - 92.4043, - 104.829, - 110.668, - 115.666, - 90.8468, - 92.2074, - 91.588, - 78.3945, - 31.3001, - 30.7391, - 42.7067, - 42.1877, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 31.108, - 18.7714, - 29.464, - 40.1555, - 48.8734, - 50.5837, - 54.3212, - 54.3527, - 55.9806, - 55.4473, - 56.9106, - 54.0408, - 44.0264, - 41.9561, - 50.7934, - 50.0797, - 42.9948, - 38.7707, - 38.5334, - 46.0841, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.5904, - 77.3629, - 156.043, - 156.441, - 161.534, - 169.097, - 169.335, - 174.677, - 173.573, - 176.738, - 181.475, - 168.318, - 119.251, - 109.509, - 100.508, - 95.4814, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 67.6096, - 75.4848, - 155.305, - 157.341, - 163.298, - 171.098, - 172.579, - 182.663, - 185.277, - 192.437, - 200.347, - 186.28, - 130.414, - 119.141, - 108.592, - 101.303, - 44.0382, - 43.5647, - 44.9354, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 65.4726, - 74.8298, - 156.881, - 157.604, - 163.97, - 175.798, - 178.074, - 190.242, - 195.425, - 204.988, - 214.24, - 197.528, - 138.552, - 126.097, - 114.423, - 105.568, - 46.5707, - 41.2954, - 45.9458, - 38.9362, - 45.6933, - 38.9362, - 38.9362, - 46.464, - 63.4742, - 74.2757, - 154.496, - 157.293, - 165.072, - 175.707, - 178.83, - 191.115, - 192.237, - 200.049, - 208.712, - 189.557, - 127.208, - 115.082, - 104.558, - 100.347, - 41.6166, - 45.8831, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 58.5739, - 70.7319, - 155.876, - 157.959, - 162.023, - 170.242, - 169.274, - 180.776, - 182.839, - 189.371, - 199.345, - 184.044, - 127.908, - 116.673, - 104.419, - 98.8968, - 41.6166, - 42.8501, - 40.8678, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 56.8213, - 51.99, - 83.9761, - 93.9838, - 98.7386, - 104.633, - 106.394, - 107.515, - 80.7874, - 82.5901, - 87.1282, - 78.5735, - 51.5917, - 46.7076, - 49.6621, - 39.0671, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 28.6407, - 23.184, - 34.7964, - 42.4117, - 42.8345, - 47.0462, - 45.2828, - 49.6625, - 48.5061, - 53.6278, - 51.2993, - 54.4871, - 49.0847, - 44.631, - 46.7389, - 40.1401, - 41.0883, - 33.5754, - 33.5754, - 45.9385, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 63.7952, - 75.9889, - 161.393, - 162.223, - 165.154, - 171.584, - 171.513, - 179.572, - 177.57, - 183.406, - 192.229, - 180.983, - 129.3, - 119.017, - 108.425, - 103.155, - 41.6166, - 43.2847, - 41.0545, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 59.0191, - 72.3401, - 156.171, - 159.182, - 164.343, - 174.009, - 175.747, - 186.835, - 189.19, - 198.224, - 205.769, - 192.131, - 135.581, - 124.104, - 113.246, - 105.701, - 44.3427, - 44.0879, - 43.958, - 41.3118, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 59.5392, - 72.0226, - 155.982, - 158.547, - 166.035, - 178.796, - 180.494, - 190.144, - 189.136, - 194.223, - 200.134, - 177.364, - 118.221, - 107.733, - 100.581, - 89.452, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 61.9308, - 74.5211, - 140.232, - 132.696, - 134.987, - 140.477, - 143.943, - 154.525, - 153.52, - 156.304, - 149.861, - 123.574, - 77.7434, - 78.4796, - 80.7365, - 80.3326, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 63.162, - 73.297, - 138.426, - 132.703, - 132.685, - 136.735, - 137.471, - 142.51, - 142.213, - 144.061, - 150.004, - 140.142, - 96.3246, - 90.7898, - 88.1761, - 86.6593, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 57.9229, - 55.0996, - 79.9352, - 84.5161, - 85.2698, - 88.0021, - 89.386, - 88.7974, - 61.09, - 61.9077, - 64.5905, - 59.2097, - 44.1268, - 41.7605, - 40.1462, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 29.0442, - 32.2365, - 32.2499, - 21.8, - 18.7714, - 26.5089, - 28.5902, - 22.7654, - 36.9671, - 22.5269, - 18.7714, - 18.7714, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 57.8015, - 73.8571, - 134.449, - 126.357, - 127.445, - 132.409, - 134.483, - 140.025, - 139.954, - 141.763, - 150.205, - 141.156, - 96.5147, - 90.7823, - 85.2463, - 85.898, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 57.5486, - 70.6196, - 142.129, - 138.822, - 140.57, - 147.214, - 149.733, - 158.709, - 158.508, - 164.04, - 172.085, - 161.919, - 114.449, - 108.659, - 97.9709, - 95.461, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 55.9971, - 72.4177, - 148.096, - 145.227, - 150.891, - 160.776, - 164.056, - 176.097, - 181.06, - 189.651, - 197.28, - 186.057, - 135.154, - 126.417, - 108.728, - 101.167, - 41.6166, - 46.0541, - 41.0354, - 43.0201, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 58.0739, - 72.3428, - 152.388, - 154.509, - 159.422, - 168.246, - 171.095, - 184.831, - 189.097, - 199.918, - 212.551, - 198.803, - 141.195, - 129.677, - 112.188, - 107.726, - 46.8163, - 41.4003, - 45.936, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 58.1859, - 72.7057, - 156.625, - 158.469, - 164.744, - 175.861, - 180.032, - 193.632, - 196.268, - 207.22, - 219.861, - 206.419, - 158.544, - 150.619, - 125.898, - 118.426, - 56.5581, - 55.2894, - 55.3063, - 39.3506, - 39.1139, - 33.5754, - 33.5754, - 33.5754, - 64.918, - 65.9809, - 100.692, - 109.926, - 115.468, - 123.958, - 125.279, - 125.344, - 97.5541, - 101.059, - 106.411, - 101.118, - 61.2581, - 54.9238, - 70.9219, - 57.9141, - 49.0338, - 39.0923, - 40.9295, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 33.2915, - 43.9374, - 44.9572, - 49.6046, - 49.3196, - 54.7229, - 54.4682, - 61.2083, - 60.1219, - 67.4601, - 66.1096, - 69.4464, - 61.9431, - 69.7464, - 59.9796, - 55.3462, - 48.1128, - 51.4589, - 46.5871, - 41.3598, - 44.8739, - 38.9362, - 41.6166, - 65.2262, - 78.2923, - 165.549, - 167.661, - 174.866, - 187.127, - 192.532, - 207.157, - 212.21, - 224.589, - 235.944, - 221.669, - 165.071, - 153.677, - 128.255, - 114.518, - 54.5035, - 49.0006, - 49.0478, - 46.2946, - 38.9362, - 45.6609, - 38.9362, - 43.3227, - 62.9969, - 77.3057, - 163.792, - 165.618, - 173.146, - 184.096, - 187.866, - 200.696, - 205.343, - 217.192, - 227.627, - 211.166, - 152.822, - 140.06, - 117.993, - 109.303, - 50.3499, - 50.707, - 46.2025, - 46.2238, - 43.6583, - 42.6768, - 40.7788, - 41.6166, - 63.7247, - 76.9454, - 161.063, - 160.98, - 167.471, - 177.641, - 179.532, - 192.048, - 196.961, - 207.477, - 219.526, - 204.051, - 148.65, - 139.013, - 119.565, - 106.983, - 49.8879, - 48.995, - 45.8246, - 41.1972, - 43.3227, - 45.503, - 38.9362, - 50.1363, - 69.6334, - 83.987, - 168.573, - 167.291, - 173.504, - 184.265, - 184.176, - 193.345, - 197.281, - 203.351, - 211.951, - 198.767, - 143.212, - 122.29, - 102.821, - 97.9571, - 41.6166, - 45.1735, - 43.3195, - 41.1293, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.0541, - 83.6634, - 160.149, - 152.27, - 154.139, - 160.341, - 159.093, - 166.794, - 166.482, - 168.402, - 176.098, - 161.748, - 114.602, - 107.962, - 99.1036, - 98.0682, - 41.6166, - 45.6537, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 65.5599, - 64.8498, - 92.2939, - 97.3281, - 99.5383, - 104.99, - 108.305, - 112.116, - 85.5905, - 87.114, - 85.028, - 74.4601, - 48.843, - 44.7739, - 46.7511, - 38.3512, - 40.5331, - 33.5754, - 33.5754, - 39.7489, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 40.1872, - 42.0057, - 45.5511, - 44.5833, - 48.6113, - 46.8834, - 50.7243, - 49.2241, - 56.2358, - 52.9626, - 59.7667, - 56.0973, - 57.8269, - 59.3414, - 56.882, - 47.3778, - 45.6907, - 41.2457, - 46.3333, - 38.9362, - 44.1194, - 38.9362, - 41.6166, - 53.2273, - 72.2391, - 155.579, - 156.316, - 160.216, - 169.068, - 170.12, - 180.197, - 181.063, - 188.022, - 197.831, - 185.288, - 135.229, - 126.193, - 102.909, - 99.284, - 41.6166, - 45.9591, - 38.9362, - 42.9291, - 40.8645, - 38.9362, - 38.9362, - 41.6166, - 52.9549, - 71.8865, - 155.068, - 157.315, - 162.117, - 170.749, - 174.542, - 186.553, - 188.844, - 194.418, - 204.037, - 190.507, - 136.884, - 123.355, - 107.682, - 105.597, - 41.6166, - 46.2126, - 38.9362, - 45.4343, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 54.3273, - 72.3917, - 157.351, - 159.73, - 165.458, - 176.302, - 176.771, - 187.308, - 191.016, - 205.094, - 215.758, - 200.105, - 142.124, - 128.137, - 107.086, - 103.979, - 41.6166, - 46.6932, - 38.9362, - 45.6926, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 52.3062, - 69.8442, - 152.265, - 154.025, - 158.627, - 167.765, - 169.795, - 179.962, - 179.908, - 187.629, - 197.599, - 184.943, - 134.46, - 126.523, - 105.557, - 102.209, - 41.6166, - 46.3662, - 38.9362, - 45.2564, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 55.7111, - 73.0447, - 157.282, - 158.702, - 163.69, - 173.739, - 176.49, - 190.284, - 193.77, - 204.464, - 217.748, - 205.997, - 149.872, - 138.699, - 117.781, - 111.294, - 53.2831, - 48.1652, - 46.4411, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 61.9438, - 62.2923, - 94.8476, - 103.985, - 109.279, - 119.384, - 126.496, - 130.507, - 103.207, - 108.001, - 109.258, - 101.146, - 59.7824, - 53.9396, - 67.8137, - 58.3286, - 50.3519, - 42.8436, - 36.1806, - 38.535, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 37.8778, - 42.0326, - 47.1954, - 46.3681, - 50.6267, - 48.5311, - 51.9741, - 48.9048, - 57.3914, - 55.0147, - 62.0014, - 58.0698, - 59.7015, - 57.289, - 54.1489, - 47.0962, - 40.2089, - 40.8523, - 33.5754, - 39.6884, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 26.1137, - 41.2525, - 40.5347, - 48.191, - 42.9675, - 49.8349, - 41.5751, - 47.9834, - 48.9168, - 54.3848, - 50.9906, - 53.9186, - 48.7453, - 48.5526, - 42.2645, - 33.5754, - 33.5754, - 39.9818, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 51.0394, - 68.3919, - 144.868, - 144.799, - 150.065, - 157.301, - 158.054, - 167.02, - 168.035, - 174.714, - 182.924, - 172.35, - 122.928, - 115.13, - 100.177, - 98.8005, - 41.6166, - 45.9065, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 53.0946, - 70.6701, - 150.943, - 152.113, - 156.016, - 163.516, - 165.704, - 176.428, - 179.128, - 188.775, - 199.921, - 188.426, - 137.277, - 128.471, - 109.083, - 106.805, - 47.037, - 41.5191, - 46.592, - 43.6555, - 41.1763, - 38.9362, - 45.3551, - 41.6166, - 67.9342, - 83.8739, - 168.381, - 167.729, - 174.431, - 183.117, - 183.351, - 195.126, - 198.65, - 206.471, - 212.445, - 191.413, - 138.416, - 133.687, - 112.953, - 108.913, - 54.3135, - 47.908, - 50.0292, - 43.6155, - 45.8361, - 38.9362, - 45.6673, - 41.6166, - 69.1379, - 84.1049, - 170.323, - 171.671, - 175.457, - 181.525, - 182.104, - 196.18, - 203.174, - 211.8, - 215.755, - 192.753, - 135.101, - 124.787, - 104.882, - 102.29, - 49.0009, - 51.2869, - 43.7389, - 35.9041, - 33.5754, - 40.4334, - 33.5754, - 33.5754, - 69.9649, - 68.6356, - 99.9537, - 107.741, - 113.233, - 120.909, - 123.862, - 124.72, - 93.9972, - 97.973, - 104.99, - 97.4221, - 55.7636, - 50.5749, - 58.7154, - 53.5046, - 51.3612, - 44.2667, - 45.4517, - 39.7589, - 40.8791, - 40.7751, - 33.5754, - 40.6442, - 33.52, - 44.7458, - 49.3056, - 48.2915, - 52.1812, - 50.3919, - 54.4181, - 51.7469, - 56.9133, - 55.7813, - 63.0521, - 60.1452, - 64.0857, - 57.0627, - 67.0383, - 60.1995, - 57.7496, - 49.3472, - 52.4594, - 54.5817, - 53.3234, - 45.9215, - 43.4506, - 48.253, - 68.1887, - 85.1553, - 171.429, - 172.763, - 177.653, - 184.579, - 184.819, - 195.646, - 200.349, - 211.529, - 221.498, - 207.752, - 150.38, - 138.666, - 115.519, - 110.621, - 55.9255, - 48.4268, - 47.4366, - 46.282, - 45.6221, - 38.9362, - 40.8172, - 45.3339, - 64.4131, - 81.6582, - 167.1, - 164.177, - 167.776, - 175.584, - 178.412, - 195.034, - 200.256, - 208.967, - 216.856, - 203.418, - 148.439, - 137.373, - 116.168, - 112.467, - 56.3742, - 50.3112, - 47.3924, - 46.0949, - 43.4748, - 41.1013, - 38.9362, - 47.7356, - 65.6076, - 82.0564, - 169.762, - 171.179, - 175.188, - 185.95, - 192.301, - 206.838, - 211.38, - 220.591, - 231.998, - 217.403, - 162.859, - 150.97, - 120.846, - 117.512, - 54.6805, - 54.5254, - 48.3869, - 51.8792, - 38.9362, - 45.9486, - 38.9362, - 47.6351, - 65.6106, - 81.579, - 168.969, - 169.188, - 176.312, - 186.774, - 186.998, - 198.561, - 201.1, - 208.86, - 216.465, - 200.74, - 146.471, - 136.59, - 111.276, - 109.272, - 50.8577, - 51.516, - 41.4963, - 43.8255, - 43.5927, - 41.1623, - 38.9362, - 41.6166, - 64.4119, - 80.3373, - 168.157, - 165.73, - 169.955, - 179.006, - 180.182, - 193.577, - 198.099, - 206.892, - 218.475, - 207.655, - 156.708, - 149.257, - 120.529, - 117.273, - 56.697, - 50.6702, - 47.001, - 33.5754, - 40.6906, - 33.5754, - 33.5754, - 33.5754, - 65.0818, - 66.7599, - 102.743, - 112.758, - 118.067, - 126.445, - 130.654, - 134.37, - 105.717, - 107.83, - 113.996, - 105.94, - 62.7442, - 56.9136, - 69.8667, - 58.4103, - 52.8374, - 51.7709, - 41.4132, - 33.5754, - 40.8037, - 33.5754, - 33.5754, - 33.5754, - 33.9175, - 43.2917, - 47.8555, - 49.3, - 55.2848, - 54.8675, - 59.3891, - 57.6476, - 63.2294, - 61.8689, - 69.865, - 69.9419, - 74.8155, - 67.7729, - 71.9423, - 66.5795, - 68.5726, - 53.2678, - 54.4008, - 53.7143, - 49.0015, - 52.7388, - 41.2754, - 48.4073, - 69.7067, - 86.7193, - 175.698, - 179.005, - 190.33, - 205.994, - 214.017, - 232.59, - 241.068, - 260.746, - 274.243, - 247.184, - 187.984, - 175.289, - 140.776, - 131.088, - 58.8737, - 63.8313, - 52.6865, - 53.0309, - 53.5005, - 43.8679, - 46.227, - 43.8915, - 69.9985, - 88.0375, - 178.222, - 178.014, - 186.465, - 198.66, - 202.241, - 216.863, - 225.381, - 239.612, - 248.914, - 236.895, - 180.224, - 166.716, - 134.019, - 127.623, - 59.1109, - 61.0438, - 51.6454, - 52.8844, - 53.2909, - 43.8509, - 45.8529, - 41.6166, - 71.221, - 90.1924, - 181.137, - 180.838, - 190.157, - 204.283, - 206.667, - 223.854, - 231.784, - 242.542, - 253.677, - 238.038, - 179.902, - 164.467, - 132.634, - 128.003, - 62.4037, - 66.9772, - 54.9655, - 55.5053, - 51.4947, - 51.0509, - 44.5489, - 52.6067, - 68.8641, - 89.0555, - 180.861, - 180.11, - 185.896, - 199.384, - 203.03, - 216.716, - 223.036, - 237.081, - 246.321, - 235.823, - 183.518, - 171.488, - 138.381, - 132.055, - 67.8391, - 66.7762, - 55.6626, - 56.3278, - 51.0539, - 45.2737, - 51.6896, - 46.3456, - 70.0177, - 90.2411, - 183.271, - 185.494, - 195.108, - 210.576, - 214.931, - 228.699, - 230.023, - 235.151, - 248.091, - 237.724, - 178.281, - 160.564, - 129.576, - 124.375, - 62.5402, - 67.1074, - 57.528, - 63.6128, - 49.3162, - 49.7064, - 48.426, - 45.868, - 71.7686, - 76.9876, - 109.937, - 118.786, - 126.462, - 135.1, - 139.248, - 144.517, - 115.699, - 120.041, - 127.86, - 119.539, - 62.0015, - 56.4868, - 71.1905, - 64.5723, - 59.6786, - 54.5255, - 52.5486, - 43.8869, - 45.7453, - 40.0337, - 40.8888, - 33.5754, - 35.1162, - 45.4519, - 45.8475, - 51.9442, - 51.9273, - 57.0253, - 55.1258, - 60.7923, - 59.1901, - 65.7833, - 64.7832, - 72.4584, - 66.726, - 68.9621, - 66.2009, - 71.7298, - 58.4148, - 54.0928, - 51.6318, - 55.1446, - 54.8234, - 44.9703, - 45.7305, - 43.7352, - 67.6846, - 85.4646, - 176.535, - 177.796, - 185.257, - 197.459, - 201.609, - 216.512, - 226.106, - 239.685, - 256.368, - 239.999, - 176.763, - 162.073, - 130.238, - 125.043, - 58.1909, - 58.0504, - 54.1306, - 52.4815, - 44.9746, - 46.1547, - 38.9362, - 48.0823, - 67.6694, - 85.0629, - 176.201, - 176.337, - 182.712, - 196.124, - 201.615, - 218.874, - 227.451, - 239.789, - 248.577, - 234.102, - 178.073, - 165.346, - 132.833, - 126.009, - 57.581, - 58.8041, - 54.403, - 52.3522, - 44.9005, - 43.8416, - 41.2753, - 48.2929, - 68.8992, - 84.7122, - 171.101, - 171.705, - 181.886, - 196.555, - 203.51, - 218.218, - 224.819, - 235.639, - 245.536, - 233.384, - 170.254, - 155.349, - 126.85, - 121.052, - 57.4103, - 57.632, - 52.3942, - 46.5521, - 41.3993, - 43.6309, - 43.1929, - 43.7192, - 69.1282, - 85.736, - 175.271, - 176.859, - 189.396, - 200.807, - 202.591, - 217.783, - 221.108, - 233.376, - 239.756, - 227.023, - 169.361, - 153.035, - 124.356, - 121.083, - 58.7114, - 59.6523, - 55.6535, - 57.8895, - 51.5296, - 51.3327, - 46.4636, - 53.4384, - 70.1793, - 89.4728, - 181.34, - 185.518, - 197.081, - 209.51, - 210.255, - 224.657, - 230.401, - 239.915, - 250.088, - 239.04, - 181.286, - 168.418, - 141.288, - 131.858, - 69.6314, - 71.6006, - 59.3441, - 57.2404, - 48.4899, - 49.954, - 46.7745, - 39.6695, - 72.0707, - 74.1978, - 108.23, - 118.58, - 124.129, - 130.422, - 130.105, - 133.305, - 105.267, - 108.912, - 109.774, - 98.5188, - 57.4083, - 51.741, - 65.0388, - 58.8436, - 60.0175, - 50.4264, - 50.6386, - 46.6862, - 48.13, - 41.3348, - 47.8211, - 38.6917, - 39.59, - 47.002, - 50.7497, - 49.736, - 53.6264, - 51.2422, - 55.3273, - 54.0665, - 58.8509, - 57.2246, - 63.4252, - 63.0204, - 67.0989, - 53.5405, - 56.9773, - 52.9507, - 57.7658, - 51.2613, - 51.6108, - 53.6543, - 56.5792, - 51.8067, - 44.7461, - 51.3523, - 71.6177, - 91.9933, - 184.267, - 186.932, - 193.014, - 202.083, - 203.157, - 218.422, - 227.411, - 239.095, - 248.195, - 235.069, - 180.115, - 168.657, - 138.929, - 133.656, - 69.9163, - 65.0402, - 63.5612, - 62.3651, - 54.8722, - 57.4083, - 50.4667, - 56.6082, - 73.3403, - 92.1193, - 186.279, - 190.251, - 195.622, - 209.505, - 211.781, - 226.521, - 233.971, - 243.528, - 253.384, - 240.264, - 185.817, - 174.417, - 143.452, - 136.329, - 70.2025, - 69.608, - 68.0304, - 62.8485, - 65.0042, - 59.8562, - 56.4753, - 58.812, - 73.5356, - 94.0268, - 184.722, - 183.889, - 190.37, - 196.611, - 198.899, - 216.16, - 223.415, - 228.84, - 235.662, - 219.174, - 157.202, - 144.742, - 122.569, - 122.657, - 62.6942, - 69.4754, - 62.2914, - 65.8318, - 54.9424, - 60.6923, - 52.7786, - 58.3689, - 75.0755, - 94.3289, - 179.762, - 178.444, - 185.398, - 197.241, - 192.941, - 196.575, - 191.994, - 193.597, - 192.873, - 177.85, - 124.287, - 116.654, - 102.237, - 106.038, - 49.452, - 53.4321, - 44.1773, - 41.4064, - 46.5439, - 38.9362, - 44.1874, - 44.0363, - 74.0746, - 89.7851, - 174.828, - 176.786, - 185.071, - 195.468, - 194.99, - 205.143, - 207.658, - 215.791, - 227.64, - 214.041, - 155.143, - 145.556, - 120.888, - 118.77, - 57.2344, - 62.0135, - 54.997, - 51.7891, - 42.455, - 44.4936, - 44.7317, - 42.5943, - 73.5392, - 74.2272, - 101.535, - 106.486, - 108.523, - 114.763, - 127.528, - 139.177, - 110.398, - 111.549, - 118.644, - 103.074, - 54.138, - 52.5528, - 62.1098, - 58.6551, - 64.7964, - 53.6366, - 56.8968, - 53.1889, - 53.9368, - 50.2932, - 45.3812, - 49.4849, - 42.4681, - 47.4607, - 51.6178, - 51.8937, - 56.664, - 56.3424, - 59.3663, - 58.0274, - 63.6954, - 63.6939, - 69.8732, - 68.8909, - 72.0125, - 63.6179, - 67.1537, - 68.4344, - 61.6059, - 57.7943, - 55.4531, - 57.8793, - 57.8804, - 49.9891, - 52.2638, - 54.775, - 71.7624, - 93.9155, - 183.74, - 183.403, - 186.339, - 197.544, - 201.649, - 216.343, - 219.38, - 230.455, - 243.809, - 229.31, - 172.86, - 159.713, - 131.886, - 125.388, - 61.9197, - 68.1151, - 54.6818, - 55.0558, - 47.3894, - 47.5507, - 43.9121, - 35.9153, - 41.1696, - 45.9341, - 49.6438, - 49.0473, - 54.5606, - 52.3002, - 56.857, - 55.153, - 61.9077, - 60.2436, - 69.6071, - 64.8167, - 70.4309, - 61.5694, - 69.4898, - 68.2598, - 67.7893, - 55.2588, - 59.2526, - 57.5866, - 62.2868, - 54.4755, - 59.0097, - 59.3576, - 74.3314, - 97.7898, - 195.324, - 197.705, - 204.397, - 216.445, - 216.548, - 230.665, - 232.819, - 242.028, - 252.739, - 236.216, - 177.138, - 162.712, - 134.156, - 130.507, - 70.0928, - 64.9664, - 57.4071, - 61.7794, - 54.776, - 57.2405, - 49.7656, - 58.0579, - 72.7853, - 93.8143, - 185.036, - 187.333, - 194.084, - 204.47, - 204.669, - 222.12, - 227.797, - 233.788, - 248.026, - 234.966, - 177.58, - 165.113, - 135.017, - 130.696, - 68.1977, - 68.9893, - 65.1206, - 64.7073, - 55.4575, - 63.0009, - 53.2748, - 61.9886, - 75.3896, - 103.442, - 199.297, - 200.267, - 205.444, - 215.287, - 218.536, - 226.917, - 230.1, - 240.689, - 250.913, - 237.873, - 180.243, - 167.702, - 141.288, - 136.392, - 69.0389, - 72.75, - 66.1537, - 60.916, - 50.253, - 55.2826, - 47.4969, - 48.3747, - 75.4778, - 87.2531, - 123.506, - 133.353, - 140.056, - 143.601, - 145.388, - 148.434, - 120.122, - 123.984, - 130.054, - 121.904, - 64.4576, - 58.4896, - 72.6061, - 66.9586, - 70.1553, - 61.1243, - 67.507, - 54.4683, - 57.1299, - 53.4959, - 50.9272, - 49.3179, - 40.6355, - 48.1719, - 53.0782, - 53.208, - 58.6062, - 55.9417, - 61.2393, - 59.1786, - 65.6615, - 62.9804, - 70.7966, - 64.2263, - 62.6986, - 53.8072, - 63.7638, - 60.0635, - 62.946, - 53.1254, - 58.5336, - 55.3457, - 59.2174, - 54.1194, - 51.072, - 54.9518, - 73.4884, - 97.5878, - 189.686, - 188.684, - 194.481, - 203.74, - 205.155, - 216.669, - 220.749, - 233.236, - 244.603, - 222.216, - 141.798, - 120.588, - 103.637, - 107.26, - 55.0355, - 55.059, - 52.835, - 48.6477, - 44.0827, - 41.3863, - 46.5504, - 41.6166, - 77.0261, - 92.8978, - 182.679, - 180.661, - 184.632, - 195.561, - 196.374, - 205.577, - 205.933, - 214.811, - 226.811, - 212.442, - 157.664, - 147.53, - 122.03, - 120.18, - 56.9522, - 62.0078, - 55.8395, - 58.0053, - 52.839, - 44.8945, - 46.4002, - 51.9905, - 74.0027, - 92.8473, - 184.768, - 185.433, - 191.853, - 201.208, - 202.815, - 213.526, - 218.175, - 225.448, - 236.036, - 226.272, - 168.597, - 156.536, - 130.409, - 126.755, - 59.1746, - 63.0526, - 51.6664, - 50.2138, - 53.1039, - 43.7234, - 51.1892, - 41.6166, - 72.5173, - 86.5255, - 178.781, - 182.739, - 194.579, - 209.341, - 219.868, - 239.365, - 241.673, - 245.439, - 249.478, - 234.519, - 174.205, - 159.518, - 133.096, - 130.085, - 60.7526, - 64.1509, - 53.5366, - 58.68, - 49.8476, - 51.8643, - 49.6315, - 46.2495, - 73.9729, - 91.0722, - 185.206, - 186.265, - 193.294, - 206.14, - 212.546, - 231.309, - 237.378, - 247.64, - 257.441, - 242.354, - 183.517, - 171.285, - 142.858, - 135.714, - 68.4894, - 67.8839, - 56.4212, - 55.0869, - 47.0871, - 45.1242, - 48.0276, - 38.4996, - 75.0451, - 74.6551, - 108.557, - 121.18, - 131.265, - 142.254, - 147.145, - 153.442, - 128.764, - 131.652, - 136.725, - 126.35, - 65.2236, - 58.2967, - 73.4822, - 67.0961, - 70.1364, - 56.0694, - 58.8552, - 54.6266, - 51.3462, - 48.591, - 41.3802, - 47.044, - 36.5273, - 46.8036, - 46.7403, - 53.3403, - 53.401, - 58.5022, - 57.3265, - 64.5881, - 64.7139, - 73.7861, - 73.237, - 80.802, - 75.313, - 75.4404, - 71.3969, - 77.2792, - 70.7372, - 68.3807, - 60.0623, - 71.1569, - 62.5551, - 61.9016, - 59.0128, - 62.8484, - 78.8648, - 97.0147, - 179.024, - 180.739, - 197.044, - 212.608, - 211.224, - 220.68, - 227.305, - 236.391, - 248.222, - 235.539, - 177.544, - 159.588, - 134.938, - 135.001, - 71.2363, - 75.4712, - 62.1887, - 70.5559, - 56.7909, - 60.3896, - 51.9979, - 57.792, - 77.0247, - 99.0235, - 183.69, - 180.514, - 185.591, - 196.193, - 201.448, - 212.801, - 217.191, - 223.33, - 230.295, - 212.02, - 152.509, - 139.826, - 117.361, - 118.68, - 57.0237, - 57.3831, - 53.8317, - 50.5539, - 49.4328, - 47.3685, - 38.9362, - 50.3507, - 77.9012, - 97.5279, - 189.461, - 192.258, - 198.361, - 205.84, - 205.871, - 215.868, - 223.938, - 233.72, - 245.288, - 232.241, - 170.434, - 154.784, - 129.702, - 122.785, - 57.4848, - 58.782, - 53.7113, - 60.1724, - 49.5519, - 51.0025, - 46.8877, - 56.2609, - 73.6377, - 95.213, - 181.1, - 178.807, - 188.628, - 203.157, - 210.003, - 225.538, - 227.089, - 239.889, - 253.534, - 235.741, - 142.732, - 118.506, - 108.192, - 113.715, - 47.9527, - 52.9468, - 50.5377, - 53.3737, - 45.2725, - 52.6083, - 47.5413, - 58.0523, - 79.9275, - 98.7508, - 187.831, - 192.446, - 198.755, - 208.339, - 209.606, - 222.493, - 228.353, - 236.091, - 248.055, - 235.587, - 177.046, - 166.758, - 137.326, - 135.106, - 68.7055, - 68.8819, - 56.0955, - 56.0925, - 47.8121, - 47.2061, - 46.9685, - 39.0859, - 80.193, - 84.8421, - 119.701, - 130.572, - 137.959, - 146.374, - 148.697, - 148.567, - 117.988, - 123.574, - 128.114, - 117.238, - 61.9439, - 55.7235, - 69.6958, - 67.8886, - 67.8762, - 58.2478, - 60.243, - 54.0765, - 55.761, - 53.218, - 52.1901, - 47.3293, - 43.5324, - 54.2622, - 48.1844, - 58.3191, - 52.6099, - 63.76, - 56.1839, - 66.8036, - 59.4004, - 71.6723, - 65.2942, - 77.6554, - 64.1802, - 70.6972, - 64.182, - 76.6087, - 64.8613, - 69.3688, - 58.2901, - 72.0175, - 60.3588, - 64.5645, - 56.4867, - 65.0012, - 79.3035, - 104.663, - 198.149, - 199.438, - 206.013, - 216.257, - 220.252, - 234.451, - 238.6, - 249.316, - 262.07, - 247.435, - 186.543, - 174.888, - 143.377, - 138.326, - 73.263, - 68.8365, - 61.4409, - 60.12, - 57.7199, - 55.4002, - 56.3523, - 56.3962, - 77.1868, - 96.8048, - 191.891, - 193.183, - 203.112, - 214.594, - 216.554, - 230.764, - 236.074, - 248.273, - 262.464, - 244.071, - 172.899, - 147.583, - 123.722, - 124.381, - 61.3388, - 71.425, - 56.4526, - 60.437, - 55.2055, - 56.0459, - 52.2621, - 50.2092, - 75.2631, - 94.9719, - 180.406, - 182.292, - 195.337, - 208.536, - 208.844, - 221.799, - 223.914, - 235.054, - 247.151, - 232.178, - 172.033, - 160.019, - 134.892, - 130.157, - 66.0194, - 68.5278, - 57.5193, - 63.569, - 53.9538, - 59.7966, - 53.6668, - 60.156, - 79.146, - 95.8893, - 182.046, - 180.89, - 194.726, - 210.532, - 210.613, - 222.943, - 227.375, - 237.073, - 249.02, - 230.39, - 158.979, - 139.144, - 119.938, - 119.328, - 58.8694, - 61.2893, - 57.7748, - 57.9719, - 50.3801, - 55.8643, - 52.1263, - 46.8959, - 81.1977, - 95.4994, - 186.783, - 189.266, - 193.971, - 207.339, - 209.679, - 221.882, - 221.025, - 231.976, - 241.555, - 219.363, - 159.318, - 141.718, - 120.991, - 118.091, - 57.8044, - 58.7407, - 53.9986, - 49.4673, - 50.0608, - 47.208, - 39.0867, - 36.1503, - 80.7912, - 79.3727, - 110.218, - 118.705, - 128.563, - 143.428, - 145.939, - 145.645, - 116.358, - 120.499, - 123.118, - 113.438, - 59.8861, - 53.1909, - 61.481, - 46.0478, - 42.0685, - 42.1645, - 33.5754, - 42.5692, - 33.5754, - 33.5754, - 42.9167, - 33.5754, - 28.6407, - 18.7714, - 32.3988, - 31.7469, - 33.3671, - 38.495, - 50.0574, - 51.6009, - 53.9662, - 54.5058, - 57.0769, - 55.9721, - 55.7443, - 53.9803, - 59.258, - 55.0251, - 55.169, - 54.1597, - 49.8294, - 56.8612, - 50.2907, - 52.8549, - 49.1281, - 53.9369, - 79.4582, - 95.4083, - 177.633, - 177.779, - 186.155, - 196.248, - 197.078, - 208.464, - 209.893, - 210.417, - 208.19, - 188.774, - 136.949, - 127.363, - 112.917, - 114.374, - 50.5659, - 54.3697, - 55.0232, - 47.6695, - 54.3303, - 53.0363, - 49.6287, - 52.5577, - 81.6466, - 100.521, - 190.086, - 192.772, - 202.791, - 213.301, - 211.767, - 223.937, - 228.838, - 241.791, - 256.216, - 242.804, - 186.107, - 174.91, - 151.498, - 145.093, - 72.8245, - 77.8839, - 69.462, - 66.5971, - 56.869, - 63.2547, - 55.1154, - 60.4579, - 81.2736, - 99.8807, - 193.868, - 193.582, - 197.85, - 207.538, - 208.706, - 216.162, - 218.743, - 223.136, - 224.799, - 212.704, - 157.855, - 145.113, - 123.774, - 122.57, - 57.7773, - 63.5459, - 56.2506, - 59.2266, - 53.6417, - 60.6559, - 55.0884, - 57.9869, - 80.5664, - 101.595, - 181.801, - 177.626, - 188.151, - 199.329, - 200.359, - 213.671, - 218.086, - 228.805, - 240.008, - 223.226, - 164.948, - 154.355, - 132.381, - 126.459, - 59.7108, - 62.3262, - 57.9211, - 57.5426, - 50.7509, - 56.5754, - 53.7325, - 46.952, - 81.4293, - 97.1678, - 188.192, - 190.346, - 196.379, - 205.4, - 204.262, - 216.941, - 221.965, - 230.107, - 238.788, - 225.021, - 168.092, - 154.862, - 130.122, - 125.34, - 58.8389, - 64.1264, - 54.3823, - 55.2099, - 46.7223, - 49.4687, - 49.5121, - 47.4974, - 80.9198, - 82.7385, - 114.569, - 124.655, - 128.277, - 136.803, - 141.944, - 142.617, - 112.629, - 117.279, - 120.647, - 111.163, - 61.5642, - 55.2697, - 71.7856, - 65.0945, - 57.6199, - 53.1278, - 52.8641, - 49.7749, - 50.4367, - 48.4009, - 41.8777, - 36.1947, - 35.8749, - 48.8433, - 47.866, - 53.0039, - 52.0658, - 56.9528, - 55.8846, - 61.34, - 60.0334, - 66.0217, - 65.4458, - 70.8048, - 65.1531, - 65.633, - 68.2734, - 70.1529, - 61.3552, - 60.129, - 59.3726, - 64.1238, - 54.9917, - 56.8896, - 51.7668, - 58.2449, - 78.6135, - 94.2784, - 188.195, - 191.742, - 200.141, - 215.142, - 221.069, - 240.753, - 246.518, - 255.173, - 261.591, - 242.002, - 181.854, - 169.347, - 143.633, - 128.727, - 65.9425, - 68.3964, - 65.2261, - 62.7409, - 54.2685, - 57.4943, - 53.6303, - 61.1876, - 79.7048, - 99.9504, - 197.712, - 204.737, - 215.146, - 227.85, - 229.66, - 242.49, - 243.69, - 252.845, - 263.976, - 244.465, - 179.592, - 162.034, - 138.806, - 130.361, - 68.2372, - 69.3221, - 66.0017, - 65.0849, - 63.6947, - 62.7606, - 54.195, - 59.2432, - 80.7236, - 97.1518, - 185.369, - 183.896, - 193.316, - 210.579, - 214.071, - 231.367, - 238.29, - 244.015, - 252.854, - 238.199, - 177.378, - 162.368, - 142.835, - 137.837, - 69.8089, - 64.4199, - 54.7704, - 57.7826, - 52.831, - 52.1979, - 48.6561, - 54.414, - 84.2304, - 99.4562, - 183.145, - 184.385, - 194.611, - 206.53, - 208.769, - 222.692, - 229.143, - 242.606, - 257.073, - 242.443, - 181.69, - 144.165, - 119.613, - 121.734, - 58.3927, - 58.4619, - 59.1432, - 60.0576, - 53.9517, - 54.9954, - 53.8344, - 54.381, - 81.0286, - 99.1931, - 190.995, - 192.223, - 202.435, - 217.288, - 219.089, - 237.89, - 242.87, - 245.952, - 253.114, - 240.228, - 180.267, - 167.067, - 137.544, - 125.635, - 63.87, - 66.8936, - 55.7455, - 56.8318, - 49.7785, - 51.9401, - 49.6708, - 46.7076, - 83.8247, - 82.8907, - 116.252, - 126.357, - 133.447, - 144.224, - 147.747, - 147.633, - 118.026, - 122.0, - 123.79, - 114.469, - 61.3747, - 55.0362, - 74.8868, - 67.2496, - 68.0729, - 55.1209, - 57.2679, - 51.956, - 45.5125, - 47.7633, - 46.629, - 44.1016, - 38.4734, - 47.5333, - 43.0415, - 53.6484, - 48.4581, - 56.5264, - 50.86, - 60.2663, - 54.4046, - 63.9654, - 57.5249, - 66.9076, - 57.8787, - 63.6984, - 65.2826, - 67.8872, - 53.9445, - 55.1821, - 42.4347, - 46.5781, - 51.091, - 47.0162, - 47.252, - 44.5385, - 81.6427, - 94.8875, - 173.335, - 165.603, - 167.448, - 176.181, - 181.655, - 195.441, - 198.623, - 201.515, - 209.041, - 200.534, - 148.139, - 137.346, - 122.312, - 120.353, - 57.798, - 52.612, - 50.1208, - 53.2447, - 44.2554, - 46.969, - 38.9362, - 49.5121, - 80.4394, - 91.297, - 177.831, - 180.115, - 188.051, - 197.721, - 198.884, - 210.866, - 216.976, - 223.122, - 229.686, - 213.95, - 155.593, - 141.777, - 121.286, - 116.663, - 55.1449, - 57.2062, - 52.4576, - 48.654, - 38.9362, - 46.0035, - 38.9362, - 48.4746, - 76.5114, - 85.2647, - 169.498, - 167.801, - 173.152, - 184.269, - 185.453, - 197.542, - 199.573, - 207.769, - 216.534, - 203.919, - 149.55, - 140.205, - 120.963, - 114.517, - 53.3993, - 51.4071, - 46.1397, - 50.7953, - 45.9274, - 38.9362, - 43.3251, - 43.7327, - 74.7077, - 80.7877, - 165.734, - 165.511, - 173.836, - 186.291, - 192.457, - 207.24, - 212.276, - 226.181, - 235.24, - 222.581, - 165.813, - 151.419, - 129.75, - 119.055, - 53.477, - 55.0043, - 44.1101, - 45.8023, - 42.8167, - 40.8617, - 38.9362, - 41.6166, - 73.5458, - 80.3597, - 163.412, - 165.306, - 175.328, - 190.015, - 196.428, - 210.189, - 214.562, - 224.173, - 227.736, - 205.03, - 149.928, - 141.553, - 122.402, - 112.288, - 55.0822, - 48.6691, - 47.5103, - 40.8591, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 74.3064, - 63.7306, - 95.899, - 109.51, - 114.889, - 119.821, - 121.402, - 120.712, - 91.4216, - 94.114, - 96.9434, - 88.9028, - 54.7158, - 49.4553, - 65.1088, - 51.6816, - 44.8713, - 43.2093, - 38.413, - 40.5315, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 31.108, - 36.0092, - 45.2297, - 44.6396, - 48.594, - 47.3323, - 51.0937, - 51.0626, - 55.6339, - 54.1192, - 57.9797, - 56.083, - 58.8221, - 53.0725, - 67.4797, - 50.528, - 50.9025, - 44.846, - 39.403, - 45.446, - 42.9421, - 40.9517, - 38.9362, - 47.2526, - 71.5255, - 80.1432, - 160.632, - 160.83, - 168.706, - 182.605, - 190.364, - 206.205, - 212.156, - 222.401, - 231.147, - 214.1, - 159.11, - 148.593, - 129.66, - 117.099, - 55.179, - 55.1924, - 46.2545, - 50.873, - 41.23, - 45.3861, - 38.9362, - 41.6166, - 76.104, - 82.6584, - 166.136, - 167.197, - 173.087, - 187.084, - 192.291, - 208.743, - 213.845, - 220.992, - 228.372, - 212.446, - 148.643, - 134.169, - 122.776, - 116.916, - 55.6441, - 57.0903, - 50.7833, - 57.051, - 53.1302, - 53.2394, - 50.791, - 48.9884, - 80.7368, - 90.7498, - 180.27, - 178.396, - 181.958, - 190.912, - 190.493, - 197.577, - 195.793, - 195.72, - 197.928, - 181.34, - 128.101, - 122.583, - 114.89, - 110.378, - 50.1753, - 51.7989, - 53.3024, - 44.7332, - 50.0884, - 44.4281, - 47.534, - 48.639, - 82.7882, - 95.0055, - 177.392, - 178.436, - 187.856, - 199.497, - 201.377, - 211.669, - 201.692, - 187.146, - 196.136, - 187.2, - 126.145, - 112.842, - 103.65, - 99.7597, - 41.6166, - 46.4042, - 38.9362, - 43.917, - 41.2734, - 38.9362, - 38.9362, - 41.6166, - 84.2465, - 87.1152, - 167.383, - 168.149, - 177.031, - 187.653, - 190.198, - 202.612, - 205.127, - 214.641, - 225.4, - 210.006, - 154.279, - 143.671, - 123.184, - 114.765, - 56.2933, - 51.3334, - 47.9284, - 41.5171, - 45.3386, - 35.8035, - 33.5754, - 33.5754, - 83.6985, - 71.8991, - 104.561, - 115.914, - 122.843, - 133.325, - 140.69, - 143.521, - 112.994, - 110.733, - 113.335, - 96.9876, - 52.8189, - 55.1538, - 59.3418, - 53.4069, - 52.938, - 49.5092, - 40.264, - 41.479, - 41.2685, - 33.5754, - 38.8414, - 36.0509, - 33.5754, - 43.853, - 44.175, - 52.3699, - 47.4329, - 56.9303, - 51.5698, - 64.0649, - 57.1211, - 70.2011, - 61.5294, - 72.0241, - 59.4896, - 68.1092, - 66.4162, - 66.3478, - 59.7585, - 55.7871, - 53.5158, - 56.1878, - 52.4337, - 52.3647, - 46.1514, - 48.6741, - 80.3307, - 88.4852, - 176.751, - 181.0, - 191.249, - 205.481, - 204.562, - 216.246, - 223.463, - 236.131, - 245.399, - 225.093, - 162.108, - 147.834, - 129.192, - 120.747, - 58.656, - 58.615, - 53.5043, - 58.8955, - 51.7548, - 54.4941, - 48.9848, - 53.1183, - 81.9348, - 89.2008, - 175.277, - 180.138, - 191.277, - 205.75, - 204.575, - 213.249, - 218.031, - 227.598, - 235.961, - 217.383, - 156.194, - 142.541, - 122.198, - 115.026, - 56.3652, - 56.0732, - 51.2732, - 52.9787, - 43.7722, - 45.762, - 38.9362, - 48.2968, - 78.7728, - 83.6759, - 165.76, - 168.16, - 177.412, - 188.509, - 191.368, - 203.566, - 207.254, - 217.922, - 228.116, - 213.172, - 154.906, - 143.523, - 119.823, - 109.965, - 54.5993, - 54.0364, - 48.4747, - 47.7999, - 45.9795, - 38.9362, - 45.1581, - 41.6166, - 77.2446, - 81.3874, - 165.303, - 164.729, - 172.764, - 187.214, - 191.492, - 204.313, - 207.765, - 218.034, - 227.149, - 211.262, - 153.184, - 139.628, - 116.239, - 104.969, - 49.3853, - 52.8186, - 48.5877, - 48.6025, - 53.046, - 52.9071, - 50.9798, - 54.7694, - 82.5583, - 90.5576, - 176.471, - 179.964, - 189.421, - 201.505, - 203.602, - 217.88, - 224.397, - 234.279, - 241.159, - 223.632, - 164.426, - 150.688, - 129.18, - 120.191, - 58.5773, - 60.042, - 55.0321, - 49.2244, - 44.3768, - 46.7781, - 35.9804, - 38.2112, - 80.9452, - 71.2606, - 103.363, - 117.196, - 127.996, - 137.684, - 142.084, - 144.455, - 115.559, - 121.561, - 121.125, - 106.613, - 58.959, - 57.7733, - 69.2473, - 60.1446, - 57.5375, - 52.7122, - 51.8101, - 48.6801, - 45.9471, - 42.1027, - 40.6979, - 40.4305, - 33.5754, - 29.8382, - 40.1529, - 42.8565, - 50.1038, - 49.2343, - 53.7434, - 51.6535, - 54.9977, - 52.4246, - 56.4176, - 52.096, - 54.1848, - 54.8214, - 57.8465, - 51.9969, - 49.8919, - 41.2882, - 45.4468, - 41.2304, - 41.0202, - 36.1912, - 38.4662, - 33.5754, - 33.5754, - 22.2561, - 34.953, - 40.4012, - 50.2106, - 45.1146, - 52.7675, - 46.9458, - 56.874, - 49.5843, - 57.7177, - 48.64, - 55.5255, - 51.4539, - 53.9012, - 48.166, - 46.5814, - 38.5098, - 40.9297, - 46.1884, - 38.9362, - 46.2648, - 38.9362, - 48.6363, - 79.0705, - 85.3414, - 164.903, - 168.006, - 174.98, - 184.726, - 185.235, - 196.131, - 197.527, - 201.19, - 209.154, - 194.888, - 137.987, - 129.264, - 112.318, - 107.898, - 50.6133, - 49.9921, - 51.3408, - 44.74, - 41.286, - 43.5091, - 38.9362, - 48.6041, - 79.5823, - 85.3148, - 165.608, - 167.246, - 176.887, - 189.946, - 191.202, - 201.956, - 205.781, - 213.045, - 219.594, - 199.801, - 139.925, - 129.83, - 111.81, - 105.385, - 49.5928, - 49.2376, - 45.8958, - 38.9362, - 45.5994, - 38.9362, - 38.9362, - 47.5832, - 75.2534, - 80.735, - 162.284, - 160.788, - 169.656, - 186.265, - 194.752, - 208.735, - 211.355, - 217.788, - 225.569, - 209.438, - 149.127, - 137.141, - 116.843, - 107.604, - 49.374, - 43.9241, - 41.3154, - 50.9231, - 38.9362, - 38.9362, - 38.9362, - 46.963, - 72.3104, - 79.1186, - 160.796, - 163.286, - 172.092, - 184.308, - 194.064, - 210.847, - 215.178, - 225.4, - 229.465, - 209.363, - 150.1, - 138.291, - 117.27, - 108.982, - 50.1403, - 49.7567, - 46.1349, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 74.9504, - 65.6821, - 93.9426, - 102.401, - 108.484, - 121.768, - 129.824, - 136.736, - 113.007, - 115.191, - 118.116, - 107.258, - 58.6061, - 57.343, - 66.0115, - 53.6127, - 46.3829, - 43.6284, - 38.4881, - 40.583, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 30.7969, - 42.3973, - 46.8841, - 47.546, - 53.122, - 55.8703, - 62.9243, - 63.3175, - 69.9988, - 68.9494, - 70.3739, - 62.2194, - 68.7042, - 63.8001, - 62.2667, - 52.6976, - 57.2131, - 47.9627, - 52.335, - 50.9248, - 43.4275, - 41.0748, - 47.9076, - 76.0338, - 83.0378, - 161.646, - 163.841, - 177.426, - 193.261, - 201.177, - 218.39, - 225.237, - 239.952, - 249.139, - 229.2, - 164.808, - 149.455, - 122.988, - 113.954, - 56.0935, - 47.5667, - 50.7434, - 43.7458, - 41.2127, - 38.9362, - 38.9362, - 47.0014, - 73.9483, - 81.6379, - 162.776, - 163.536, - 175.958, - 191.227, - 192.198, - 204.099, - 208.517, - 219.155, - 226.751, - 202.625, - 144.497, - 137.393, - 119.327, - 113.908, - 54.7496, - 56.7075, - 50.4137, - 51.1326, - 43.8601, - 51.5581, - 45.951, - 41.6166, - 79.9904, - 87.4871, - 164.55, - 164.941, - 172.136, - 181.407, - 180.662, - 186.864, - 184.47, - 191.02, - 197.292, - 178.083, - 119.94, - 115.717, - 99.9002, - 95.2698, - 41.6166, - 43.096, - 40.9792, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 65.5931, - 74.5633, - 148.097, - 147.926, - 156.624, - 165.942, - 168.605, - 179.061, - 179.786, - 187.264, - 194.44, - 177.754, - 123.376, - 119.256, - 102.754, - 97.9359, - 41.6166, - 45.7451, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 69.1077, - 76.865, - 152.156, - 151.765, - 159.764, - 173.687, - 178.044, - 190.364, - 192.0, - 197.102, - 205.569, - 189.842, - 132.922, - 125.537, - 105.998, - 100.032, - 46.485, - 41.2549, - 45.5907, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 72.483, - 63.0873, - 86.9732, - 94.9974, - 102.521, - 110.667, - 114.678, - 118.17, - 89.7198, - 92.0575, - 95.3773, - 79.1099, - 40.5771, - 49.1109, - 42.4764, - 41.4711, - 40.9458, - 33.5754, - 40.3055, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 24.6317, - 39.9196, - 36.4008, - 45.8567, - 42.7356, - 50.9038, - 47.5153, - 55.5397, - 50.1566, - 58.5308, - 50.9688, - 55.5482, - 54.9744, - 49.7988, - 45.4234, - 40.5154, - 40.2426, - 33.5754, - 38.9362, - 44.8591, - 38.9362, - 38.9362, - 41.6166, - 72.8444, - 81.1314, - 153.775, - 154.803, - 160.79, - 171.214, - 175.085, - 187.19, - 190.016, - 193.789, - 199.442, - 183.058, - 128.783, - 125.873, - 105.769, - 100.969, - 46.5327, - 41.2707, - 45.6871, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 47.2705, - 73.6231, - 81.2168, - 160.066, - 162.541, - 170.07, - 181.818, - 184.547, - 195.286, - 199.223, - 209.528, - 219.746, - 202.524, - 143.335, - 134.903, - 110.618, - 103.862, - 48.9507, - 43.612, - 41.1578, - 43.3095, - 41.0216, - 38.9362, - 38.9362, - 41.6166, - 72.3484, - 79.8125, - 158.427, - 160.049, - 168.371, - 181.826, - 185.548, - 198.937, - 207.581, - 218.682, - 226.603, - 203.112, - 142.499, - 139.057, - 114.773, - 106.843, - 50.3885, - 49.6549, - 50.7268, - 46.2653, - 43.4124, - 41.0716, - 38.9362, - 48.3725, - 77.2121, - 87.2384, - 161.461, - 163.131, - 175.553, - 188.535, - 190.314, - 201.109, - 203.657, - 207.909, - 208.515, - 183.412, - 127.395, - 127.554, - 110.357, - 103.692, - 49.0222, - 50.6094, - 43.8329, - 41.2814, - 45.954, - 38.9362, - 43.5693, - 43.8203, - 80.1218, - 86.4807, - 164.998, - 168.554, - 178.269, - 189.353, - 184.219, - 194.702, - 199.112, - 206.789, - 203.737, - 173.022, - 115.078, - 117.874, - 100.657, - 98.5051, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 82.4491, - 77.7674, - 97.7814, - 100.619, - 97.8335, - 100.787, - 104.306, - 103.516, - 77.886, - 79.7926, - 79.8827, - 69.8961, - 45.924, - 42.777, - 38.7238, - 36.0081, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 31.829, - 49.185, - 42.1049, - 49.0493, - 43.9033, - 52.8332, - 47.2372, - 55.7092, - 47.8477, - 53.9964, - 46.1738, - 55.7993, - 47.0599, - 41.1537, - 41.1385, - 33.5754, - 33.5754, - 46.405, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 81.6244, - 91.6667, - 165.061, - 162.988, - 168.807, - 179.226, - 181.459, - 191.937, - 192.5, - 198.306, - 204.32, - 187.469, - 128.731, - 125.348, - 104.816, - 101.533, - 46.5904, - 41.3367, - 43.8332, - 41.2749, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 79.9321, - 89.4847, - 162.424, - 161.295, - 169.259, - 181.819, - 185.115, - 196.789, - 200.204, - 207.091, - 212.2, - 192.79, - 132.189, - 131.048, - 109.832, - 104.493, - 49.3374, - 50.6943, - 41.3963, - 46.2731, - 38.9362, - 38.9362, - 38.9362, - 46.114, - 79.8684, - 88.7918, - 162.54, - 162.462, - 170.701, - 183.729, - 187.291, - 199.13, - 203.08, - 212.126, - 218.104, - 197.279, - 135.831, - 133.036, - 110.01, - 102.654, - 46.6237, - 43.8148, - 43.693, - 41.3289, - 43.5169, - 38.9362, - 38.9362, - 48.2044, - 80.05, - 90.4893, - 164.593, - 162.199, - 169.515, - 183.413, - 189.022, - 201.12, - 205.298, - 214.169, - 220.6, - 199.618, - 135.641, - 132.093, - 107.584, - 102.562, - 50.1826, - 49.4954, - 46.0658, - 38.9362, - 41.3734, - 43.5894, - 38.9362, - 43.8074, - 78.2773, - 87.6096, - 164.154, - 167.848, - 178.224, - 190.912, - 193.837, - 207.027, - 211.097, - 223.672, - 236.557, - 215.071, - 151.02, - 143.893, - 116.296, - 108.328, - 54.2418, - 51.1882, - 51.3064, - 40.6221, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 77.9803, - 70.6795, - 94.3354, - 103.894, - 112.018, - 121.201, - 125.049, - 127.543, - 98.4357, - 98.7885, - 100.04, - 88.5832, - 53.414, - 59.229, - 52.4018, - 46.5879, - 45.8285, - 40.5908, - 35.8278, - 37.9116, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.3705, - 40.2152, - 41.9608, - 46.7023, - 48.4152, - 55.9087, - 56.1636, - 60.8242, - 58.4821, - 64.4343, - 58.1626, - 56.1759, - 56.249, - 56.7316, - 49.3706, - 50.0499, - 39.3869, - 35.8718, - 43.2811, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.3451, - 77.5462, - 152.539, - 158.414, - 168.555, - 180.737, - 182.739, - 195.089, - 199.398, - 210.028, - 222.339, - 204.636, - 137.888, - 134.176, - 108.314, - 102.499, - 48.811, - 50.0343, - 38.9362, - 45.6603, - 38.9362, - 38.9362, - 45.1337, - 41.6166, - 75.9292, - 85.9542, - 160.119, - 162.846, - 163.603, - 169.532, - 171.843, - 176.933, - 175.396, - 172.17, - 171.577, - 157.386, - 107.858, - 119.527, - 102.398, - 100.646, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 82.2039, - 93.4717, - 166.779, - 157.425, - 155.883, - 161.409, - 162.784, - 168.828, - 161.37, - 160.512, - 164.984, - 151.934, - 105.618, - 117.077, - 100.901, - 99.9701, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 79.9307, - 92.202, - 157.57, - 150.979, - 156.785, - 163.949, - 162.902, - 176.714, - 178.741, - 182.149, - 185.47, - 161.505, - 104.321, - 112.504, - 96.9648, - 93.7545, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 72.0341, - 84.187, - 150.585, - 148.899, - 154.27, - 161.97, - 164.824, - 175.602, - 177.997, - 182.22, - 188.933, - 171.771, - 112.487, - 117.726, - 98.3428, - 94.7608, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 70.0749, - 65.4157, - 87.6487, - 95.113, - 99.4054, - 107.591, - 110.817, - 113.026, - 88.0758, - 88.6464, - 89.023, - 76.6331, - 47.4292, - 45.9062, - 40.8369, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 37.6008, - 40.0382, - 47.685, - 44.349, - 55.2499, - 50.7344, - 61.696, - 53.8783, - 61.8507, - 51.0958, - 55.802, - 53.4971, - 52.1636, - 45.7238, - 39.2438, - 39.79, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 38.166, - 41.4485, - 46.6618, - 47.2782, - 54.4515, - 53.8044, - 60.2612, - 57.5112, - 61.1602, - 54.9168, - 57.53, - 58.8813, - 53.6699, - 45.7118, - 39.2436, - 39.9978, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 69.4925, - 83.4444, - 154.496, - 156.455, - 163.269, - 177.353, - 184.133, - 198.125, - 201.678, - 211.732, - 221.439, - 201.63, - 136.646, - 132.914, - 106.925, - 100.071, - 46.2646, - 41.1727, - 38.9362, - 45.2579, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 72.5855, - 83.7739, - 151.085, - 153.305, - 164.608, - 178.034, - 180.843, - 194.263, - 202.29, - 209.354, - 210.478, - 186.963, - 128.559, - 130.18, - 104.853, - 99.1181, - 43.9198, - 43.4204, - 38.9362, - 43.0682, - 40.9602, - 38.9362, - 38.9362, - 41.6166, - 71.364, - 84.2216, - 154.095, - 155.681, - 164.309, - 177.192, - 181.812, - 193.879, - 197.126, - 208.25, - 213.696, - 191.548, - 131.178, - 130.96, - 105.349, - 98.9374, - 43.9287, - 43.338, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.6241, - 82.2334, - 150.583, - 154.242, - 164.282, - 177.677, - 183.482, - 196.927, - 202.527, - 211.326, - 218.872, - 194.674, - 132.383, - 130.602, - 104.537, - 99.3236, - 46.3951, - 41.2626, - 45.7771, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 69.7865, - 66.3079, - 87.35, - 96.1453, - 104.222, - 116.927, - 123.567, - 125.059, - 97.9812, - 101.314, - 101.354, - 87.1797, - 51.5902, - 54.1258, - 42.0149, - 42.5327, - 40.6254, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 30.7634, - 40.0888, - 40.4562, - 44.3419, - 45.1215, - 49.4769, - 49.4565, - 52.889, - 49.2598, - 50.4579, - 44.3593, - 48.7586, - 39.1258, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 62.997, - 78.1918, - 140.798, - 138.906, - 146.471, - 158.791, - 164.834, - 177.249, - 178.732, - 184.986, - 189.48, - 172.14, - 115.518, - 117.481, - 95.6674, - 92.5119, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 63.5877, - 77.9196, - 141.564, - 138.902, - 147.937, - 161.703, - 164.511, - 178.959, - 182.431, - 189.027, - 197.726, - 179.229, - 122.306, - 121.364, - 98.2017, - 92.7687, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.5056, - 80.4907, - 147.231, - 154.129, - 163.869, - 174.017, - 175.312, - 184.64, - 184.676, - 192.413, - 199.279, - 180.683, - 124.667, - 123.101, - 98.7264, - 93.4966, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 67.2966, - 81.8159, - 145.415, - 142.942, - 149.979, - 161.512, - 163.633, - 172.46, - 171.916, - 174.049, - 178.743, - 161.194, - 113.068, - 115.982, - 96.2056, - 92.5853, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 71.3117, - 85.0355, - 150.831, - 142.397, - 143.917, - 155.344, - 157.124, - 168.106, - 169.438, - 171.478, - 174.285, - 156.896, - 108.048, - 111.74, - 92.4145, - 90.1874, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 69.5517, - 70.6793, - 85.6342, - 88.45, - 88.6373, - 94.8865, - 97.3655, - 97.4614, - 68.7759, - 66.0099, - 65.6057, - 57.469, - 23.706, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 28.6407, - 18.7714, - 38.1435, - 44.0683, - 43.8548, - 45.3056, - 44.7925, - 47.6281, - 46.2516, - 47.6689, - 44.873, - 44.2642, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 74.7133, - 92.0955, - 150.421, - 145.99, - 152.078, - 160.409, - 162.868, - 171.603, - 170.6, - 176.034, - 181.214, - 162.686, - 111.481, - 115.085, - 96.213, - 93.6204, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 70.5146, - 87.7235, - 146.506, - 143.508, - 148.975, - 160.036, - 163.168, - 172.864, - 173.245, - 179.543, - 184.639, - 162.961, - 111.137, - 113.909, - 94.9072, - 91.6715, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 67.0563, - 84.5463, - 142.139, - 138.573, - 144.438, - 150.295, - 153.716, - 160.045, - 154.918, - 156.586, - 157.733, - 141.044, - 98.2562, - 104.005, - 87.5238, - 85.6494, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 65.9989, - 84.1684, - 131.597, - 124.924, - 125.949, - 133.509, - 140.665, - 149.276, - 150.956, - 157.48, - 159.96, - 141.48, - 97.5938, - 98.5345, - 81.5884, - 81.28, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 70.6994, - 88.8592, - 130.418, - 124.049, - 126.303, - 136.549, - 144.231, - 152.246, - 151.736, - 156.999, - 162.379, - 144.379, - 100.092, - 101.531, - 83.5145, - 82.5927, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 72.9557, - 75.1788, - 75.8634, - 78.4696, - 80.3541, - 87.9387, - 92.7787, - 97.1116, - 70.2023, - 69.677, - 68.3084, - 55.9662, - 26.1734, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 28.6407, - 18.7714, - 18.7714, - 20.4882, - 31.5138, - 37.5701, - 39.1881, - 43.0998, - 42.7603, - 43.9441, - 37.5437, - 33.3365, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 84.719, - 100.293, - 134.257, - 124.581, - 127.33, - 135.183, - 142.491, - 151.821, - 153.305, - 154.155, - 157.26, - 139.553, - 99.8196, - 100.434, - 84.0181, - 82.6256, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 74.3288, - 92.5885, - 136.082, - 128.933, - 133.016, - 143.269, - 152.19, - 161.129, - 159.817, - 160.136, - 160.539, - 145.346, - 105.705, - 107.291, - 89.9995, - 87.9095, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.5173, - 88.7478, - 138.463, - 128.366, - 128.871, - 138.489, - 145.462, - 154.478, - 152.818, - 157.445, - 162.555, - 144.412, - 99.582, - 100.285, - 83.2334, - 82.0237, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 71.3049, - 93.0104, - 131.272, - 124.827, - 130.034, - 136.587, - 140.66, - 144.404, - 140.591, - 141.849, - 144.387, - 129.308, - 93.9556, - 97.9601, - 84.7977, - 85.1549, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 75.9837, - 97.2593, - 138.497, - 126.551, - 127.154, - 132.264, - 134.819, - 137.559, - 136.994, - 137.541, - 138.632, - 126.707, - 95.226, - 99.839, - 85.6212, - 86.808, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 80.7408, - 83.8174, - 85.8011, - 83.6157, - 85.5693, - 90.3902, - 90.0113, - 88.3093, - 60.3484, - 60.2513, - 59.8954, - 52.4318, - 26.1734, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 31.108, - 18.7714, - 19.996, - 25.3876, - 36.2775, - 40.6741, - 40.1965, - 43.4468, - 41.9022, - 44.4168, - 41.5295, - 37.2806, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 80.4897, - 78.2189, - 136.315, - 130.575, - 133.833, - 144.014, - 150.979, - 156.103, - 152.835, - 151.535, - 149.828, - 145.784, - 108.606, - 104.28, - 88.9387, - 88.5904, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 75.392, - 71.3451, - 132.769, - 125.792, - 127.449, - 133.704, - 137.065, - 141.162, - 137.863, - 137.324, - 137.247, - 130.272, - 95.1761, - 93.4023, - 80.5352, - 81.7515, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 90.4845, - 83.1323, - 134.076, - 123.437, - 125.239, - 132.972, - 137.429, - 141.726, - 141.074, - 142.053, - 140.969, - 133.338, - 97.3963, - 95.5775, - 82.9586, - 83.6044, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 91.3057, - 84.8205, - 134.32, - 128.151, - 131.035, - 138.418, - 143.759, - 150.16, - 149.998, - 151.34, - 149.235, - 138.861, - 99.5082, - 96.6892, - 83.0767, - 83.3509, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 84.6906, - 80.6103, - 132.338, - 125.335, - 128.264, - 137.277, - 144.484, - 153.519, - 154.342, - 156.266, - 156.099, - 143.357, - 103.438, - 99.2525, - 84.7082, - 86.646, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 31.108, - 18.7714, - 18.7714, - 18.7714, - 26.2972, - 36.2089, - 40.3409, - 43.0124, - 41.9464, - 37.971, - 26.1936, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 18.7714, - 18.7714, - 20.5673, - 35.2047, - 43.1361, - 40.3166, - 47.3019, - 42.7705, - 48.6051, - 39.9003, - 33.2084, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 81.5766, - 80.3931, - 144.347, - 138.189, - 140.169, - 146.825, - 150.542, - 154.738, - 150.528, - 149.095, - 149.197, - 141.331, - 102.796, - 99.5965, - 85.5339, - 84.2621, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 79.6746, - 78.4216, - 136.328, - 129.392, - 130.55, - 138.14, - 142.168, - 146.054, - 142.828, - 142.426, - 144.421, - 140.174, - 103.538, - 100.698, - 86.3206, - 86.0186, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 74.0069, - 75.5446, - 136.041, - 130.804, - 135.612, - 146.245, - 149.497, - 154.593, - 152.666, - 151.886, - 150.569, - 144.179, - 106.591, - 102.316, - 87.1428, - 85.8862, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 71.4958, - 75.4013, - 138.128, - 132.844, - 133.972, - 140.209, - 144.031, - 149.746, - 145.169, - 144.06, - 145.015, - 141.212, - 105.519, - 102.69, - 88.5294, - 88.0591, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 72.5863, - 77.7102, - 141.717, - 135.137, - 135.899, - 139.195, - 139.357, - 142.503, - 139.466, - 139.435, - 142.685, - 141.382, - 108.026, - 105.47, - 92.0143, - 91.947, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 78.3248, - 71.6166, - 94.2287, - 93.8026, - 93.8049, - 96.9163, - 95.6869, - 97.5598, - 68.9896, - 66.6228, - 67.0013, - 73.817, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 18.7714, - 18.7714, - 18.7714, - 29.4322, - 40.9567, - 40.5331, - 42.4838, - 41.4148, - 42.2457, - 29.5684, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 83.2494, - 83.1381, - 140.498, - 135.407, - 138.42, - 144.106, - 147.871, - 153.236, - 150.56, - 150.419, - 150.491, - 146.959, - 107.502, - 104.158, - 89.5603, - 88.5661, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 79.2787, - 78.5287, - 139.823, - 134.587, - 138.351, - 145.617, - 148.628, - 153.523, - 150.576, - 150.996, - 151.721, - 144.752, - 104.838, - 101.215, - 87.4235, - 87.5496, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 75.8638, - 75.3378, - 137.317, - 132.58, - 134.613, - 139.465, - 143.456, - 149.871, - 147.093, - 145.306, - 144.749, - 138.126, - 98.3984, - 96.6004, - 82.589, - 82.7792, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 19.349, - 26.3463, - 32.5139, - 34.2237, - 37.5043, - 36.9113, - 39.2192, - 33.5483, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 98.8905, - 93.4306, - 136.322, - 128.288, - 129.445, - 134.943, - 138.152, - 141.553, - 138.706, - 138.757, - 138.648, - 134.901, - 98.1692, - 96.6638, - 84.9171, - 86.1971, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 101.457, - 83.0905, - 83.3261, - 83.45, - 83.218, - 88.1645, - 90.1929, - 86.7739, - 60.4002, - 59.2462, - 59.0114, - 69.5172, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 18.7714, - 21.2142, - 30.3244, - 33.4472, - 37.8072, - 37.859, - 40.3222, - 29.9244, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 114.832, - 105.377, - 138.446, - 130.443, - 131.661, - 138.636, - 143.469, - 144.828, - 142.492, - 142.749, - 142.453, - 137.698, - 101.204, - 99.9505, - 87.7111, - 89.6967, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 102.596, - 97.9545, - 138.198, - 132.619, - 136.731, - 145.302, - 148.701, - 151.908, - 149.876, - 148.407, - 149.886, - 145.305, - 106.108, - 101.907, - 87.1165, - 87.307, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 85.8068, - 86.6143, - 135.923, - 127.287, - 129.115, - 134.072, - 138.295, - 146.978, - 147.318, - 147.429, - 145.939, - 139.695, - 99.5686, - 96.3967, - 82.7231, - 83.8649, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 97.7794, - 94.5699, - 135.713, - 124.539, - 126.133, - 133.091, - 139.154, - 142.941, - 140.373, - 140.052, - 139.96, - 134.602, - 97.5055, - 96.7473, - 83.9904, - 85.1133, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 99.943, - 96.8018, - 136.888, - 124.824, - 126.78, - 133.09, - 134.424, - 134.545, - 132.707, - 134.846, - 136.963, - 135.184, - 100.026, - 98.5547, - 85.97, - 86.2542, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 100.521, - 84.898, - 84.0214, - 81.6023, - 83.4786, - 89.2818, - 92.7658, - 88.7472, - 62.439, - 62.3821, - 60.6011, - 69.5945, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 18.7714, - 20.8807, - 30.9887, - 30.517, - 36.5632, - 34.2986, - 38.494, - 28.0431, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 108.739, - 113.124, - 155.789, - 142.353, - 146.435, - 148.293, - 149.894, - 139.246, - 134.579, - 132.779, - 134.36, - 143.763, - 115.527, - 115.33, - 106.081, - 109.687, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 142.312, - 129.324, - 149.971, - 131.372, - 125.951, - 128.932, - 133.908, - 130.748, - 124.591, - 124.367, - 126.343, - 130.791, - 102.726, - 102.564, - 94.6786, - 97.4812, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 128.878, - 119.102, - 144.247, - 128.728, - 124.716, - 128.791, - 134.415, - 134.003, - 129.801, - 129.981, - 131.681, - 132.437, - 102.528, - 101.689, - 90.7582, - 92.1819, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 119.777, - 114.924, - 143.909, - 127.76, - 123.225, - 129.121, - 134.322, - 136.515, - 133.607, - 133.342, - 135.508, - 134.872, - 102.594, - 101.497, - 89.8822, - 92.1594, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 100.167, - 101.736, - 137.729, - 127.356, - 126.613, - 129.812, - 132.397, - 133.133, - 131.318, - 132.279, - 133.793, - 133.631, - 99.5285, - 98.6595, - 88.0233, - 90.4422, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 112.064, - 96.4345, - 90.2437, - 84.9342, - 85.8398, - 91.1874, - 92.6854, - 90.3614, - 65.0658, - 65.8465, - 62.9441, - 72.4403, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 20.5854, - 21.3706, - 18.7714, - 18.7714, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 139.874, - 131.944, - 168.642, - 153.35, - 146.946, - 145.847, - 149.17, - 159.324, - 160.86, - 161.443, - 144.529, - 153.224, - 127.832, - 127.882, - 120.676, - 123.541, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 150.844, - 139.684, - 171.074, - 151.373, - 137.718, - 132.556, - 134.76, - 129.54, - 121.022, - 120.263, - 126.756, - 136.709, - 112.514, - 114.545, - 108.019, - 112.781, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 156.477, - 139.321, - 158.497, - 136.467, - 130.243, - 130.708, - 132.776, - 127.256, - 118.838, - 118.024, - 121.616, - 131.315, - 105.105, - 109.757, - 102.683, - 107.05, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 154.676, - 139.349, - 159.38, - 137.342, - 130.738, - 130.396, - 130.523, - 126.402, - 120.759, - 118.068, - 121.733, - 129.001, - 102.482, - 105.066, - 98.1096, - 101.786, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 128.474, - 122.765, - 148.166, - 130.624, - 125.496, - 126.697, - 128.847, - 125.302, - 119.022, - 116.508, - 120.031, - 128.622, - 103.198, - 107.347, - 98.8333, - 102.276, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 149.036, - 124.959, - 112.863, - 99.9331, - 94.7491, - 95.9347, - 92.2818, - 86.1173, - 62.7, - 60.9125, - 61.239, - 79.8853, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 19.8417, - 20.9186, - 21.9545, - 18.7714, - 18.7714, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 175.646, - 157.589, - 166.432, - 142.262, - 133.703, - 133.461, - 138.921, - 136.325, - 130.375, - 129.376, - 131.809, - 135.962, - 106.277, - 106.113, - 99.5396, - 104.688, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 146.365, - 138.406, - 155.235, - 133.007, - 126.894, - 132.396, - 143.157, - 146.736, - 144.083, - 144.167, - 139.576, - 136.546, - 105.221, - 103.966, - 93.2176, - 94.4885, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 103.857, - 109.186, - 142.738, - 128.948, - 129.264, - 136.91, - 143.531, - 147.698, - 144.229, - 144.094, - 144.263, - 139.759, - 101.546, - 99.3036, - 88.4826, - 89.7109, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 100.285, - 106.117, - 138.775, - 125.467, - 124.389, - 126.655, - 129.095, - 127.973, - 124.116, - 124.266, - 125.136, - 127.746, - 99.0802, - 98.8906, - 88.9896, - 90.3086, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 120.319, - 121.291, - 147.308, - 129.947, - 124.072, - 125.053, - 130.368, - 128.492, - 124.198, - 125.204, - 126.743, - 128.612, - 99.7794, - 98.9502, - 89.6092, - 93.3801, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 125.699, - 113.115, - 112.371, - 100.603, - 95.2803, - 96.5207, - 90.378, - 85.9977, - 67.5653, - 63.3866, - 64.275, - 85.6933, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 23.2846, - 27.0881, - 29.5125, - 28.9222, - 18.7714, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 22.7767, - 25.7506, - 26.4463, - 22.5852, - 18.7714, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 185.168, - 164.613, - 173.201, - 144.296, - 134.69, - 134.39, - 141.166, - 138.441, - 133.451, - 132.415, - 132.403, - 131.085, - 103.281, - 105.279, - 98.421, - 103.754, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 140.983, - 136.428, - 155.539, - 133.979, - 127.289, - 128.554, - 133.578, - 131.457, - 125.501, - 124.694, - 127.636, - 127.981, - 100.935, - 100.358, - 91.6788, - 94.7136, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 124.247, - 124.878, - 160.86, - 138.49, - 128.339, - 126.773, - 130.735, - 127.821, - 121.833, - 121.862, - 124.692, - 126.391, - 101.707, - 102.487, - 93.2006, - 94.298, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 107.139, - 109.945, - 140.684, - 131.167, - 131.926, - 134.819, - 137.675, - 135.308, - 131.119, - 129.704, - 131.99, - 134.038, - 107.622, - 107.759, - 97.0379, - 97.299, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 107.552, - 98.1573, - 90.9229, - 85.2518, - 85.1879, - 90.4831, - 90.1236, - 86.4668, - 62.0859, - 61.1539, - 60.0397, - 69.9413, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 20.9184, - 18.7714, - 18.7714, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754 - ], - "load_annual_total": 809089.0, - "load_escalation": [ - 0.0 - ], - "load_model": 1.0, - "load_user_data": [ - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 19.514, - 26.5633, - 28.2252, - 27.6606, - 18.7714, - 18.7714, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 139.633, - 134.253, - 159.494, - 136.815, - 132.397, - 134.426, - 137.995, - 135.441, - 131.599, - 132.558, - 131.287, - 135.645, - 111.301, - 111.413, - 102.765, - 105.177, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 123.362, - 123.127, - 148.792, - 129.862, - 128.023, - 132.415, - 134.682, - 134.06, - 130.448, - 129.336, - 130.292, - 132.631, - 107.259, - 107.887, - 96.7861, - 99.2026, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 124.882, - 123.694, - 146.709, - 129.107, - 124.114, - 126.147, - 132.55, - 132.79, - 128.639, - 129.863, - 132.663, - 130.196, - 102.107, - 101.756, - 91.956, - 93.0959, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 121.318, - 121.478, - 146.785, - 128.384, - 124.263, - 128.255, - 132.606, - 133.128, - 127.344, - 125.899, - 128.348, - 126.703, - 99.416, - 98.9954, - 89.5018, - 91.8906, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 126.934, - 126.848, - 159.261, - 131.695, - 124.399, - 126.343, - 131.435, - 131.279, - 127.881, - 129.022, - 132.044, - 130.278, - 101.668, - 100.51, - 89.9825, - 91.9638, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 124.013, - 110.705, - 104.926, - 93.8132, - 86.7734, - 90.9485, - 92.0679, - 88.1229, - 65.8511, - 67.3344, - 66.9936, - 70.7687, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 20.2098, - 31.5455, - 39.7315, - 37.3691, - 44.6365, - 39.6456, - 44.6967, - 29.7533, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 104.135, - 108.832, - 143.751, - 130.49, - 129.156, - 133.555, - 136.121, - 138.312, - 135.766, - 135.781, - 138.105, - 131.877, - 104.349, - 103.442, - 91.3822, - 92.2259, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 90.916, - 101.795, - 148.403, - 134.847, - 129.765, - 131.743, - 137.658, - 142.468, - 138.71, - 136.44, - 137.068, - 133.299, - 104.74, - 103.4, - 93.7086, - 93.8006, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 95.5593, - 103.321, - 141.814, - 131.41, - 132.092, - 139.556, - 143.807, - 147.22, - 146.925, - 147.137, - 149.731, - 137.385, - 101.784, - 99.8224, - 86.1818, - 86.0701, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 98.1706, - 104.517, - 138.378, - 126.152, - 127.037, - 133.279, - 138.171, - 142.95, - 144.009, - 142.908, - 144.937, - 136.404, - 101.342, - 99.5131, - 85.7876, - 86.1684, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 104.01, - 109.363, - 140.83, - 125.942, - 126.47, - 131.901, - 135.942, - 138.539, - 136.689, - 137.418, - 140.754, - 132.097, - 98.5356, - 96.4415, - 84.541, - 86.4324, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 113.703, - 100.771, - 91.3067, - 84.1109, - 84.0273, - 90.4284, - 94.4219, - 91.0601, - 64.1224, - 65.2065, - 65.0282, - 67.2585, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 26.1734, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 26.1734, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 146.07, - 137.528, - 153.354, - 133.308, - 126.97, - 127.647, - 132.943, - 131.595, - 125.882, - 125.868, - 127.398, - 125.163, - 101.763, - 102.387, - 95.6789, - 99.5545, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 142.648, - 138.981, - 163.177, - 138.51, - 127.285, - 127.667, - 129.99, - 129.165, - 125.14, - 124.848, - 127.361, - 122.543, - 101.209, - 102.47, - 95.024, - 99.0683, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 139.854, - 133.54, - 153.484, - 132.383, - 128.817, - 128.067, - 129.998, - 128.688, - 122.325, - 122.243, - 125.104, - 123.542, - 104.176, - 105.066, - 95.196, - 98.3548, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 145.906, - 139.55, - 158.909, - 134.776, - 127.668, - 127.905, - 130.79, - 128.375, - 123.108, - 124.313, - 127.096, - 121.653, - 100.206, - 100.916, - 93.5774, - 97.4229, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 143.724, - 125.996, - 113.26, - 97.8526, - 90.5712, - 91.4952, - 92.5155, - 90.3564, - 65.9208, - 65.25, - 64.0233, - 66.1864, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 23.4802, - 27.3983, - 29.0099, - 30.7781, - 23.6014, - 23.706, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 133.296, - 130.824, - 159.177, - 136.661, - 129.608, - 129.445, - 132.526, - 130.45, - 124.149, - 123.203, - 125.367, - 122.705, - 104.36, - 107.453, - 99.5345, - 104.488, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 145.715, - 139.433, - 156.795, - 132.998, - 126.89, - 128.281, - 133.335, - 132.062, - 125.029, - 125.116, - 128.621, - 123.318, - 101.635, - 101.893, - 93.549, - 97.7549, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 130.335, - 124.704, - 146.301, - 129.824, - 128.763, - 132.724, - 139.371, - 141.423, - 137.774, - 136.97, - 139.329, - 130.157, - 102.091, - 101.335, - 88.1248, - 89.9536, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 115.157, - 114.547, - 141.779, - 128.592, - 128.317, - 134.098, - 139.407, - 143.105, - 143.562, - 145.168, - 147.136, - 134.19, - 104.272, - 99.7889, - 85.8033, - 86.8322, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 100.109, - 108.064, - 146.452, - 129.436, - 125.051, - 128.738, - 131.499, - 131.959, - 128.874, - 130.32, - 132.326, - 129.552, - 104.847, - 102.652, - 92.6579, - 93.8499, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 100.279, - 94.6362, - 101.173, - 99.3659, - 93.3419, - 94.2513, - 90.5208, - 87.0394, - 65.0468, - 65.7586, - 63.4027, - 69.2583, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.998, - 19.7476, - 18.7714, - 18.7714, - 21.2387, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 142.708, - 138.411, - 171.037, - 157.872, - 148.005, - 148.084, - 144.013, - 133.941, - 124.299, - 120.856, - 124.092, - 120.676, - 110.415, - 114.229, - 108.305, - 113.454, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 162.353, - 146.166, - 163.768, - 139.531, - 131.965, - 131.494, - 134.903, - 130.164, - 120.726, - 118.756, - 121.76, - 117.096, - 101.987, - 106.953, - 100.931, - 105.092, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 107.169, - 109.141, - 144.416, - 132.882, - 133.737, - 136.57, - 138.076, - 139.929, - 136.37, - 135.934, - 137.546, - 128.649, - 105.869, - 104.969, - 93.2618, - 94.4683, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 96.6759, - 99.0658, - 137.077, - 129.086, - 130.253, - 136.314, - 140.204, - 143.201, - 140.361, - 139.4, - 140.306, - 128.259, - 101.481, - 100.219, - 88.4975, - 89.491, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 96.4039, - 99.2673, - 137.024, - 125.131, - 124.945, - 130.683, - 136.057, - 138.897, - 136.627, - 136.913, - 137.912, - 125.416, - 98.2744, - 97.3508, - 85.4868, - 86.8993, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 90.4565, - 83.4719, - 89.4779, - 79.1967, - 76.7705, - 81.491, - 81.1402, - 77.7887, - 52.3705, - 52.7476, - 54.7943, - 58.6589, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 23.5717, - 26.7021, - 25.1389, - 19.5751, - 18.7714, - 21.2387, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 127.987, - 122.84, - 154.03, - 133.816, - 127.969, - 129.666, - 132.27, - 130.197, - 125.207, - 123.038, - 125.392, - 123.074, - 108.815, - 110.049, - 101.029, - 105.292, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 151.069, - 137.465, - 157.321, - 134.865, - 128.714, - 128.352, - 130.954, - 128.574, - 120.986, - 118.586, - 121.797, - 117.129, - 100.66, - 102.73, - 94.0986, - 96.8931, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 118.124, - 115.423, - 153.545, - 136.61, - 132.555, - 134.651, - 139.753, - 139.029, - 135.359, - 134.571, - 140.874, - 135.498, - 120.383, - 119.318, - 111.491, - 114.67, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 139.265, - 132.425, - 168.904, - 151.998, - 141.119, - 141.267, - 140.611, - 133.114, - 125.686, - 124.423, - 127.337, - 125.467, - 114.023, - 116.621, - 110.41, - 114.716, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 160.026, - 143.135, - 162.028, - 138.441, - 130.645, - 129.673, - 132.326, - 128.065, - 119.38, - 118.884, - 121.387, - 113.664, - 103.427, - 108.098, - 100.09, - 104.877, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 156.665, - 127.841, - 112.943, - 98.7292, - 91.9763, - 91.6995, - 91.1504, - 86.395, - 62.6124, - 61.0187, - 61.2189, - 60.0101, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 24.5748, - 29.5239, - 31.0165, - 19.7063, - 18.7714, - 18.7714, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 128.075, - 118.551, - 152.84, - 137.781, - 133.31, - 132.301, - 134.135, - 132.881, - 129.012, - 131.673, - 133.526, - 121.685, - 104.209, - 104.815, - 94.9319, - 97.4226, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 111.409, - 105.383, - 144.368, - 129.677, - 128.275, - 133.948, - 139.037, - 141.962, - 138.239, - 137.385, - 139.947, - 127.661, - 106.45, - 105.122, - 92.4592, - 92.7608, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 87.2172, - 93.3296, - 145.31, - 133.104, - 130.346, - 131.94, - 132.596, - 133.494, - 130.15, - 128.245, - 129.881, - 120.451, - 102.755, - 102.278, - 92.3925, - 92.7711, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 94.2052, - 95.8249, - 139.35, - 126.948, - 129.485, - 132.951, - 133.404, - 132.798, - 128.173, - 129.478, - 133.347, - 123.41, - 100.977, - 101.059, - 91.4037, - 93.5768, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 100.321, - 98.16, - 136.868, - 127.457, - 128.274, - 135.602, - 140.509, - 142.308, - 137.959, - 139.181, - 142.102, - 128.661, - 103.909, - 103.43, - 90.8951, - 90.8667, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 89.8192, - 74.9868, - 80.4579, - 83.6388, - 87.2519, - 93.3506, - 94.5066, - 90.8328, - 61.1275, - 61.1945, - 62.4842, - 57.4744, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 18.7714, - 18.7714, - 29.7685, - 39.0673, - 30.6321, - 31.5138, - 20.3774, - 18.7714, - 18.7714, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 25.2252, - 27.3353, - 37.166, - 38.8958, - 41.0851, - 40.2906, - 41.9967, - 30.357, - 18.7714, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 100.405, - 94.4238, - 136.008, - 124.507, - 124.821, - 130.854, - 136.65, - 142.019, - 140.211, - 142.792, - 147.031, - 130.993, - 98.7657, - 97.7607, - 85.4622, - 86.2993, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 95.9386, - 88.8944, - 134.729, - 126.652, - 127.963, - 136.769, - 144.193, - 150.641, - 148.045, - 150.603, - 151.331, - 132.937, - 100.667, - 98.3424, - 84.4297, - 84.5208, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 91.4092, - 85.9695, - 133.474, - 125.268, - 127.765, - 138.781, - 145.454, - 154.137, - 153.258, - 155.638, - 159.788, - 141.636, - 106.616, - 103.353, - 86.6414, - 85.8526, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 78.2536, - 78.3044, - 135.522, - 130.448, - 134.409, - 145.929, - 153.395, - 162.272, - 163.235, - 169.402, - 174.49, - 155.302, - 114.324, - 108.84, - 91.0562, - 87.9054, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 73.8715, - 61.9099, - 82.2066, - 86.5402, - 89.9624, - 98.3166, - 103.017, - 106.469, - 80.8734, - 80.3258, - 78.9669, - 66.484, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 18.7714, - 23.4605, - 32.2529, - 39.8658, - 40.8956, - 45.8767, - 45.6353, - 50.5405, - 47.6257, - 50.4975, - 45.9842, - 44.7203, - 38.0807, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 74.8272, - 75.1218, - 141.199, - 138.1, - 143.992, - 153.366, - 158.354, - 167.356, - 168.865, - 177.209, - 183.586, - 162.872, - 118.55, - 112.109, - 92.5124, - 89.3408, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.7245, - 76.4369, - 147.184, - 145.458, - 153.466, - 162.092, - 163.545, - 173.466, - 174.622, - 179.267, - 181.461, - 159.67, - 118.3, - 112.351, - 93.3936, - 90.3931, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.8431, - 74.6555, - 131.759, - 120.159, - 120.712, - 126.83, - 127.673, - 132.504, - 131.969, - 133.823, - 138.276, - 123.722, - 93.4173, - 93.1097, - 79.9386, - 79.5348, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 88.0028, - 83.6955, - 133.219, - 125.22, - 125.225, - 131.525, - 134.685, - 137.672, - 136.805, - 138.83, - 143.736, - 128.888, - 94.9287, - 94.9875, - 81.2633, - 80.4625, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 82.3499, - 80.4924, - 133.989, - 127.495, - 130.567, - 139.991, - 146.215, - 154.431, - 153.399, - 156.124, - 160.933, - 145.143, - 106.132, - 104.024, - 86.4648, - 85.9507, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 74.997, - 59.3392, - 77.7623, - 81.0751, - 83.4317, - 91.0859, - 91.7178, - 85.3758, - 53.9224, - 51.9253, - 54.8151, - 44.2322, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 31.108, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 155.178, - 146.695, - 189.564, - 176.378, - 172.132, - 173.147, - 177.427, - 171.715, - 168.589, - 151.414, - 154.266, - 159.139, - 141.161, - 133.541, - 121.152, - 127.126, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 155.022, - 132.116, - 164.886, - 152.698, - 144.748, - 141.421, - 138.145, - 127.931, - 119.1, - 117.046, - 121.225, - 111.916, - 95.3675, - 107.288, - 100.712, - 103.449, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 130.386, - 112.196, - 145.32, - 127.705, - 124.152, - 127.626, - 130.173, - 129.589, - 124.456, - 123.865, - 126.706, - 116.884, - 94.2866, - 100.038, - 90.0937, - 91.6042, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 99.6017, - 91.4037, - 135.974, - 125.87, - 125.759, - 129.828, - 131.627, - 133.201, - 129.616, - 128.922, - 131.434, - 119.19, - 90.4145, - 94.9549, - 84.1604, - 85.17, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 93.8148, - 87.3477, - 134.29, - 124.321, - 125.088, - 130.016, - 132.8, - 136.255, - 135.49, - 136.813, - 141.156, - 127.986, - 95.2443, - 96.0242, - 82.7989, - 83.8042, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 84.1351, - 65.0656, - 80.6273, - 83.9655, - 86.0414, - 92.784, - 94.5735, - 94.8687, - 67.3366, - 65.6914, - 64.6229, - 54.8835, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 28.6407, - 18.7714, - 20.3167, - 27.2634, - 28.8003, - 33.4847, - 38.0288, - 44.0124, - 40.1827, - 40.4105, - 34.0466, - 40.6352, - 30.3593, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 76.8817, - 95.2205, - 140.708, - 128.952, - 130.009, - 137.417, - 143.689, - 152.042, - 151.237, - 152.46, - 159.622, - 148.569, - 101.877, - 104.415, - 91.3357, - 86.1394, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 70.3897, - 89.2695, - 133.639, - 128.728, - 131.748, - 139.17, - 144.535, - 154.64, - 155.839, - 160.996, - 170.05, - 157.126, - 107.585, - 105.768, - 92.7448, - 87.9383, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 65.6362, - 85.6935, - 134.104, - 128.234, - 130.354, - 138.926, - 146.295, - 156.368, - 156.514, - 161.95, - 168.077, - 156.493, - 107.82, - 106.681, - 95.0521, - 91.2668, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.6974, - 83.9764, - 136.517, - 132.52, - 137.949, - 147.145, - 150.692, - 157.854, - 158.259, - 162.983, - 170.626, - 156.588, - 106.618, - 104.965, - 91.9966, - 87.1337, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.6358, - 83.5619, - 134.57, - 128.871, - 131.628, - 141.655, - 147.627, - 156.76, - 156.781, - 160.521, - 167.325, - 154.785, - 106.301, - 106.022, - 93.269, - 90.0768, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 64.1028, - 65.0245, - 75.1587, - 80.2899, - 84.8216, - 92.2275, - 95.6177, - 98.2144, - 71.7894, - 71.681, - 72.8687, - 63.5863, - 44.7978, - 37.3679, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 19.0638, - 29.8645, - 33.7692, - 37.4596, - 34.9986, - 45.2124, - 41.0879, - 47.8993, - 42.726, - 49.2447, - 42.9531, - 41.6923, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.6878, - 85.0572, - 136.072, - 131.835, - 130.539, - 130.833, - 130.012, - 130.278, - 124.515, - 123.2, - 126.721, - 115.181, - 75.6544, - 80.845, - 76.5503, - 79.9378, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 90.9684, - 102.218, - 143.474, - 125.502, - 119.612, - 118.332, - 119.005, - 121.712, - 116.885, - 116.838, - 120.652, - 110.908, - 74.3315, - 80.6654, - 77.1372, - 81.8438, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 92.8877, - 102.359, - 139.953, - 123.189, - 120.892, - 125.214, - 127.542, - 129.088, - 126.613, - 128.421, - 133.511, - 122.886, - 81.8631, - 86.8224, - 80.0279, - 82.0852, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 78.1076, - 91.7679, - 133.814, - 122.996, - 122.775, - 128.179, - 132.63, - 138.057, - 136.179, - 138.896, - 146.577, - 135.157, - 90.1964, - 92.6526, - 82.9705, - 82.3002, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 76.9055, - 91.2798, - 132.65, - 125.168, - 127.47, - 135.235, - 141.057, - 144.351, - 146.692, - 152.407, - 159.85, - 145.318, - 99.8178, - 100.555, - 89.0432, - 84.6694, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 72.5882, - 71.4388, - 79.1852, - 80.907, - 83.1153, - 88.7533, - 92.4914, - 94.4596, - 67.0082, - 66.5643, - 67.5468, - 59.9054, - 43.3997, - 42.9418, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 19.045, - 28.5511, - 33.1012, - 36.874, - 35.446, - 41.2726, - 44.0409, - 43.2908, - 45.5772, - 44.4188, - 46.1155, - 41.0322, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 73.0046, - 85.3523, - 135.226, - 129.005, - 133.061, - 141.208, - 146.94, - 150.741, - 148.784, - 148.027, - 152.185, - 140.562, - 97.6336, - 100.08, - 90.5911, - 88.1686, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 69.6977, - 84.6157, - 140.594, - 129.253, - 127.077, - 130.693, - 130.208, - 132.242, - 130.682, - 133.049, - 138.849, - 129.621, - 90.4157, - 91.465, - 85.2909, - 85.3036, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 75.35, - 86.887, - 137.028, - 129.76, - 130.272, - 134.223, - 136.553, - 142.474, - 143.032, - 146.815, - 154.957, - 143.212, - 96.932, - 94.3985, - 86.0917, - 84.0506, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.4147, - 82.7494, - 138.795, - 129.35, - 128.905, - 136.397, - 140.876, - 148.019, - 148.154, - 150.306, - 156.956, - 137.231, - 88.3912, - 87.4499, - 80.8821, - 80.4739, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 69.1498, - 81.0059, - 129.943, - 121.318, - 120.388, - 122.83, - 124.558, - 126.532, - 119.431, - 123.547, - 128.082, - 111.722, - 74.9333, - 79.9591, - 82.4174, - 85.796, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 88.5619, - 81.6052, - 87.8711, - 81.5803, - 77.853, - 80.3117, - 80.9342, - 80.8862, - 52.8336, - 51.6664, - 52.5018, - 45.7446, - 18.7714, - 23.706, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 23.706, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 138.455, - 127.635, - 158.428, - 137.397, - 125.98, - 124.878, - 127.707, - 130.632, - 124.712, - 125.657, - 132.309, - 122.728, - 84.9321, - 87.106, - 84.9303, - 87.6725, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 102.686, - 103.105, - 143.067, - 126.221, - 124.118, - 129.605, - 133.121, - 137.113, - 137.997, - 143.472, - 150.727, - 139.276, - 94.8069, - 94.2132, - 86.2987, - 84.7154, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 81.0285, - 86.0061, - 134.581, - 127.869, - 131.696, - 139.806, - 145.379, - 153.677, - 154.191, - 159.196, - 168.622, - 157.296, - 109.964, - 106.549, - 94.9082, - 88.3265, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.7659, - 74.1303, - 138.372, - 138.403, - 147.489, - 160.35, - 166.066, - 178.957, - 181.043, - 187.666, - 198.068, - 183.268, - 127.565, - 121.325, - 106.609, - 99.8476, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 62.0402, - 70.7166, - 140.965, - 145.54, - 154.546, - 165.747, - 169.675, - 181.235, - 182.493, - 193.212, - 207.463, - 194.385, - 138.477, - 129.269, - 111.192, - 103.586, - 41.6166, - 38.9362, - 45.1875, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 60.6921, - 53.0288, - 78.2416, - 91.82, - 98.1589, - 105.956, - 108.872, - 112.558, - 89.1034, - 92.1583, - 96.4339, - 86.5167, - 54.2049, - 53.617, - 49.2167, - 39.1256, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 28.6294, - 38.2443, - 42.0235, - 46.1965, - 46.8668, - 51.0614, - 51.0446, - 54.9606, - 53.2054, - 55.6349, - 52.4814, - 58.0669, - 49.795, - 40.1839, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 58.5479, - 64.6982, - 135.738, - 135.931, - 143.596, - 155.794, - 159.867, - 172.051, - 172.15, - 176.355, - 182.421, - 163.479, - 108.634, - 101.916, - 89.563, - 84.1257, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 62.6749, - 67.5007, - 130.219, - 124.816, - 127.898, - 136.089, - 139.734, - 149.402, - 151.237, - 158.243, - 166.938, - 152.69, - 103.363, - 98.7145, - 92.1592, - 88.2814, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 63.0452, - 67.8365, - 135.285, - 132.174, - 138.313, - 150.063, - 153.828, - 163.919, - 164.51, - 170.938, - 179.274, - 166.04, - 115.576, - 108.883, - 100.719, - 96.995, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 61.4802, - 66.6546, - 136.742, - 136.307, - 143.139, - 154.329, - 159.23, - 172.816, - 175.113, - 182.449, - 191.764, - 178.107, - 123.559, - 114.349, - 104.482, - 96.8666, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 60.2917, - 67.0579, - 137.639, - 136.84, - 142.056, - 151.63, - 155.074, - 163.501, - 160.443, - 165.163, - 173.063, - 160.394, - 109.724, - 100.496, - 88.1058, - 84.8592, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 63.4355, - 52.1631, - 77.4056, - 84.0822, - 86.2102, - 91.5052, - 93.8155, - 95.263, - 69.6171, - 70.567, - 74.0092, - 68.7583, - 47.2076, - 44.3648, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 18.7714, - 26.3159, - 34.3218, - 39.481, - 40.5458, - 34.9723, - 40.6812, - 45.4937, - 44.2722, - 48.1359, - 46.748, - 49.0773, - 46.6136, - 42.9158, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.1569, - 68.7813, - 138.109, - 137.388, - 142.362, - 152.109, - 157.712, - 169.432, - 172.56, - 179.851, - 188.359, - 176.836, - 125.899, - 117.636, - 105.289, - 97.5778, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 56.9776, - 66.9033, - 141.623, - 143.859, - 151.865, - 162.879, - 166.966, - 179.1, - 180.991, - 188.167, - 198.502, - 182.367, - 125.181, - 117.247, - 104.945, - 99.6732, - 41.6166, - 38.9362, - 40.9999, - 42.9628, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 56.8757, - 65.7224, - 141.209, - 143.933, - 151.44, - 161.727, - 162.724, - 170.783, - 168.585, - 170.149, - 174.871, - 162.668, - 110.982, - 105.719, - 94.5024, - 87.3869, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 58.4917, - 66.2749, - 137.803, - 135.998, - 141.438, - 152.464, - 155.816, - 165.771, - 166.79, - 172.875, - 180.476, - 167.969, - 118.009, - 110.356, - 97.3483, - 89.631, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 57.9799, - 65.0812, - 135.209, - 133.222, - 139.594, - 152.905, - 158.715, - 171.22, - 172.632, - 180.116, - 190.812, - 177.117, - 123.588, - 115.514, - 104.904, - 96.9323, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 59.0468, - 51.4697, - 77.9087, - 83.4356, - 92.4043, - 104.829, - 110.668, - 115.666, - 90.8468, - 92.2074, - 91.588, - 78.3945, - 31.3001, - 30.7391, - 42.7067, - 42.1877, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 31.108, - 18.7714, - 29.464, - 40.1555, - 48.8734, - 50.5837, - 54.3212, - 54.3527, - 55.9806, - 55.4473, - 56.9106, - 54.0408, - 44.0264, - 41.9561, - 50.7934, - 50.0797, - 42.9948, - 38.7707, - 38.5334, - 46.0841, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.5904, - 77.3629, - 156.043, - 156.441, - 161.534, - 169.097, - 169.335, - 174.677, - 173.573, - 176.738, - 181.475, - 168.318, - 119.251, - 109.509, - 100.508, - 95.4814, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 67.6096, - 75.4848, - 155.305, - 157.341, - 163.298, - 171.098, - 172.579, - 182.663, - 185.277, - 192.437, - 200.347, - 186.28, - 130.414, - 119.141, - 108.592, - 101.303, - 44.0382, - 43.5647, - 44.9354, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 65.4726, - 74.8298, - 156.881, - 157.604, - 163.97, - 175.798, - 178.074, - 190.242, - 195.425, - 204.988, - 214.24, - 197.528, - 138.552, - 126.097, - 114.423, - 105.568, - 46.5707, - 41.2954, - 45.9458, - 38.9362, - 45.6933, - 38.9362, - 38.9362, - 46.464, - 63.4742, - 74.2757, - 154.496, - 157.293, - 165.072, - 175.707, - 178.83, - 191.115, - 192.237, - 200.049, - 208.712, - 189.557, - 127.208, - 115.082, - 104.558, - 100.347, - 41.6166, - 45.8831, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 58.5739, - 70.7319, - 155.876, - 157.959, - 162.023, - 170.242, - 169.274, - 180.776, - 182.839, - 189.371, - 199.345, - 184.044, - 127.908, - 116.673, - 104.419, - 98.8968, - 41.6166, - 42.8501, - 40.8678, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 56.8213, - 51.99, - 83.9761, - 93.9838, - 98.7386, - 104.633, - 106.394, - 107.515, - 80.7874, - 82.5901, - 87.1282, - 78.5735, - 51.5917, - 46.7076, - 49.6621, - 39.0671, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 28.6407, - 23.184, - 34.7964, - 42.4117, - 42.8345, - 47.0462, - 45.2828, - 49.6625, - 48.5061, - 53.6278, - 51.2993, - 54.4871, - 49.0847, - 44.631, - 46.7389, - 40.1401, - 41.0883, - 33.5754, - 33.5754, - 45.9385, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 63.7952, - 75.9889, - 161.393, - 162.223, - 165.154, - 171.584, - 171.513, - 179.572, - 177.57, - 183.406, - 192.229, - 180.983, - 129.3, - 119.017, - 108.425, - 103.155, - 41.6166, - 43.2847, - 41.0545, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 59.0191, - 72.3401, - 156.171, - 159.182, - 164.343, - 174.009, - 175.747, - 186.835, - 189.19, - 198.224, - 205.769, - 192.131, - 135.581, - 124.104, - 113.246, - 105.701, - 44.3427, - 44.0879, - 43.958, - 41.3118, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 59.5392, - 72.0226, - 155.982, - 158.547, - 166.035, - 178.796, - 180.494, - 190.144, - 189.136, - 194.223, - 200.134, - 177.364, - 118.221, - 107.733, - 100.581, - 89.452, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 61.9308, - 74.5211, - 140.232, - 132.696, - 134.987, - 140.477, - 143.943, - 154.525, - 153.52, - 156.304, - 149.861, - 123.574, - 77.7434, - 78.4796, - 80.7365, - 80.3326, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 63.162, - 73.297, - 138.426, - 132.703, - 132.685, - 136.735, - 137.471, - 142.51, - 142.213, - 144.061, - 150.004, - 140.142, - 96.3246, - 90.7898, - 88.1761, - 86.6593, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 57.9229, - 55.0996, - 79.9352, - 84.5161, - 85.2698, - 88.0021, - 89.386, - 88.7974, - 61.09, - 61.9077, - 64.5905, - 59.2097, - 44.1268, - 41.7605, - 40.1462, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 29.0442, - 32.2365, - 32.2499, - 21.8, - 18.7714, - 26.5089, - 28.5902, - 22.7654, - 36.9671, - 22.5269, - 18.7714, - 18.7714, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 57.8015, - 73.8571, - 134.449, - 126.357, - 127.445, - 132.409, - 134.483, - 140.025, - 139.954, - 141.763, - 150.205, - 141.156, - 96.5147, - 90.7823, - 85.2463, - 85.898, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 57.5486, - 70.6196, - 142.129, - 138.822, - 140.57, - 147.214, - 149.733, - 158.709, - 158.508, - 164.04, - 172.085, - 161.919, - 114.449, - 108.659, - 97.9709, - 95.461, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 55.9971, - 72.4177, - 148.096, - 145.227, - 150.891, - 160.776, - 164.056, - 176.097, - 181.06, - 189.651, - 197.28, - 186.057, - 135.154, - 126.417, - 108.728, - 101.167, - 41.6166, - 46.0541, - 41.0354, - 43.0201, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 58.0739, - 72.3428, - 152.388, - 154.509, - 159.422, - 168.246, - 171.095, - 184.831, - 189.097, - 199.918, - 212.551, - 198.803, - 141.195, - 129.677, - 112.188, - 107.726, - 46.8163, - 41.4003, - 45.936, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 58.1859, - 72.7057, - 156.625, - 158.469, - 164.744, - 175.861, - 180.032, - 193.632, - 196.268, - 207.22, - 219.861, - 206.419, - 158.544, - 150.619, - 125.898, - 118.426, - 56.5581, - 55.2894, - 55.3063, - 39.3506, - 39.1139, - 33.5754, - 33.5754, - 33.5754, - 64.918, - 65.9809, - 100.692, - 109.926, - 115.468, - 123.958, - 125.279, - 125.344, - 97.5541, - 101.059, - 106.411, - 101.118, - 61.2581, - 54.9238, - 70.9219, - 57.9141, - 49.0338, - 39.0923, - 40.9295, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 33.2915, - 43.9374, - 44.9572, - 49.6046, - 49.3196, - 54.7229, - 54.4682, - 61.2083, - 60.1219, - 67.4601, - 66.1096, - 69.4464, - 61.9431, - 69.7464, - 59.9796, - 55.3462, - 48.1128, - 51.4589, - 46.5871, - 41.3598, - 44.8739, - 38.9362, - 41.6166, - 65.2262, - 78.2923, - 165.549, - 167.661, - 174.866, - 187.127, - 192.532, - 207.157, - 212.21, - 224.589, - 235.944, - 221.669, - 165.071, - 153.677, - 128.255, - 114.518, - 54.5035, - 49.0006, - 49.0478, - 46.2946, - 38.9362, - 45.6609, - 38.9362, - 43.3227, - 62.9969, - 77.3057, - 163.792, - 165.618, - 173.146, - 184.096, - 187.866, - 200.696, - 205.343, - 217.192, - 227.627, - 211.166, - 152.822, - 140.06, - 117.993, - 109.303, - 50.3499, - 50.707, - 46.2025, - 46.2238, - 43.6583, - 42.6768, - 40.7788, - 41.6166, - 63.7247, - 76.9454, - 161.063, - 160.98, - 167.471, - 177.641, - 179.532, - 192.048, - 196.961, - 207.477, - 219.526, - 204.051, - 148.65, - 139.013, - 119.565, - 106.983, - 49.8879, - 48.995, - 45.8246, - 41.1972, - 43.3227, - 45.503, - 38.9362, - 50.1363, - 69.6334, - 83.987, - 168.573, - 167.291, - 173.504, - 184.265, - 184.176, - 193.345, - 197.281, - 203.351, - 211.951, - 198.767, - 143.212, - 122.29, - 102.821, - 97.9571, - 41.6166, - 45.1735, - 43.3195, - 41.1293, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.0541, - 83.6634, - 160.149, - 152.27, - 154.139, - 160.341, - 159.093, - 166.794, - 166.482, - 168.402, - 176.098, - 161.748, - 114.602, - 107.962, - 99.1036, - 98.0682, - 41.6166, - 45.6537, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 65.5599, - 64.8498, - 92.2939, - 97.3281, - 99.5383, - 104.99, - 108.305, - 112.116, - 85.5905, - 87.114, - 85.028, - 74.4601, - 48.843, - 44.7739, - 46.7511, - 38.3512, - 40.5331, - 33.5754, - 33.5754, - 39.7489, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 40.1872, - 42.0057, - 45.5511, - 44.5833, - 48.6113, - 46.8834, - 50.7243, - 49.2241, - 56.2358, - 52.9626, - 59.7667, - 56.0973, - 57.8269, - 59.3414, - 56.882, - 47.3778, - 45.6907, - 41.2457, - 46.3333, - 38.9362, - 44.1194, - 38.9362, - 41.6166, - 53.2273, - 72.2391, - 155.579, - 156.316, - 160.216, - 169.068, - 170.12, - 180.197, - 181.063, - 188.022, - 197.831, - 185.288, - 135.229, - 126.193, - 102.909, - 99.284, - 41.6166, - 45.9591, - 38.9362, - 42.9291, - 40.8645, - 38.9362, - 38.9362, - 41.6166, - 52.9549, - 71.8865, - 155.068, - 157.315, - 162.117, - 170.749, - 174.542, - 186.553, - 188.844, - 194.418, - 204.037, - 190.507, - 136.884, - 123.355, - 107.682, - 105.597, - 41.6166, - 46.2126, - 38.9362, - 45.4343, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 54.3273, - 72.3917, - 157.351, - 159.73, - 165.458, - 176.302, - 176.771, - 187.308, - 191.016, - 205.094, - 215.758, - 200.105, - 142.124, - 128.137, - 107.086, - 103.979, - 41.6166, - 46.6932, - 38.9362, - 45.6926, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 52.3062, - 69.8442, - 152.265, - 154.025, - 158.627, - 167.765, - 169.795, - 179.962, - 179.908, - 187.629, - 197.599, - 184.943, - 134.46, - 126.523, - 105.557, - 102.209, - 41.6166, - 46.3662, - 38.9362, - 45.2564, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 55.7111, - 73.0447, - 157.282, - 158.702, - 163.69, - 173.739, - 176.49, - 190.284, - 193.77, - 204.464, - 217.748, - 205.997, - 149.872, - 138.699, - 117.781, - 111.294, - 53.2831, - 48.1652, - 46.4411, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 61.9438, - 62.2923, - 94.8476, - 103.985, - 109.279, - 119.384, - 126.496, - 130.507, - 103.207, - 108.001, - 109.258, - 101.146, - 59.7824, - 53.9396, - 67.8137, - 58.3286, - 50.3519, - 42.8436, - 36.1806, - 38.535, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 37.8778, - 42.0326, - 47.1954, - 46.3681, - 50.6267, - 48.5311, - 51.9741, - 48.9048, - 57.3914, - 55.0147, - 62.0014, - 58.0698, - 59.7015, - 57.289, - 54.1489, - 47.0962, - 40.2089, - 40.8523, - 33.5754, - 39.6884, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 26.1137, - 41.2525, - 40.5347, - 48.191, - 42.9675, - 49.8349, - 41.5751, - 47.9834, - 48.9168, - 54.3848, - 50.9906, - 53.9186, - 48.7453, - 48.5526, - 42.2645, - 33.5754, - 33.5754, - 39.9818, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 51.0394, - 68.3919, - 144.868, - 144.799, - 150.065, - 157.301, - 158.054, - 167.02, - 168.035, - 174.714, - 182.924, - 172.35, - 122.928, - 115.13, - 100.177, - 98.8005, - 41.6166, - 45.9065, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 53.0946, - 70.6701, - 150.943, - 152.113, - 156.016, - 163.516, - 165.704, - 176.428, - 179.128, - 188.775, - 199.921, - 188.426, - 137.277, - 128.471, - 109.083, - 106.805, - 47.037, - 41.5191, - 46.592, - 43.6555, - 41.1763, - 38.9362, - 45.3551, - 41.6166, - 67.9342, - 83.8739, - 168.381, - 167.729, - 174.431, - 183.117, - 183.351, - 195.126, - 198.65, - 206.471, - 212.445, - 191.413, - 138.416, - 133.687, - 112.953, - 108.913, - 54.3135, - 47.908, - 50.0292, - 43.6155, - 45.8361, - 38.9362, - 45.6673, - 41.6166, - 69.1379, - 84.1049, - 170.323, - 171.671, - 175.457, - 181.525, - 182.104, - 196.18, - 203.174, - 211.8, - 215.755, - 192.753, - 135.101, - 124.787, - 104.882, - 102.29, - 49.0009, - 51.2869, - 43.7389, - 35.9041, - 33.5754, - 40.4334, - 33.5754, - 33.5754, - 69.9649, - 68.6356, - 99.9537, - 107.741, - 113.233, - 120.909, - 123.862, - 124.72, - 93.9972, - 97.973, - 104.99, - 97.4221, - 55.7636, - 50.5749, - 58.7154, - 53.5046, - 51.3612, - 44.2667, - 45.4517, - 39.7589, - 40.8791, - 40.7751, - 33.5754, - 40.6442, - 33.52, - 44.7458, - 49.3056, - 48.2915, - 52.1812, - 50.3919, - 54.4181, - 51.7469, - 56.9133, - 55.7813, - 63.0521, - 60.1452, - 64.0857, - 57.0627, - 67.0383, - 60.1995, - 57.7496, - 49.3472, - 52.4594, - 54.5817, - 53.3234, - 45.9215, - 43.4506, - 48.253, - 68.1887, - 85.1553, - 171.429, - 172.763, - 177.653, - 184.579, - 184.819, - 195.646, - 200.349, - 211.529, - 221.498, - 207.752, - 150.38, - 138.666, - 115.519, - 110.621, - 55.9255, - 48.4268, - 47.4366, - 46.282, - 45.6221, - 38.9362, - 40.8172, - 45.3339, - 64.4131, - 81.6582, - 167.1, - 164.177, - 167.776, - 175.584, - 178.412, - 195.034, - 200.256, - 208.967, - 216.856, - 203.418, - 148.439, - 137.373, - 116.168, - 112.467, - 56.3742, - 50.3112, - 47.3924, - 46.0949, - 43.4748, - 41.1013, - 38.9362, - 47.7356, - 65.6076, - 82.0564, - 169.762, - 171.179, - 175.188, - 185.95, - 192.301, - 206.838, - 211.38, - 220.591, - 231.998, - 217.403, - 162.859, - 150.97, - 120.846, - 117.512, - 54.6805, - 54.5254, - 48.3869, - 51.8792, - 38.9362, - 45.9486, - 38.9362, - 47.6351, - 65.6106, - 81.579, - 168.969, - 169.188, - 176.312, - 186.774, - 186.998, - 198.561, - 201.1, - 208.86, - 216.465, - 200.74, - 146.471, - 136.59, - 111.276, - 109.272, - 50.8577, - 51.516, - 41.4963, - 43.8255, - 43.5927, - 41.1623, - 38.9362, - 41.6166, - 64.4119, - 80.3373, - 168.157, - 165.73, - 169.955, - 179.006, - 180.182, - 193.577, - 198.099, - 206.892, - 218.475, - 207.655, - 156.708, - 149.257, - 120.529, - 117.273, - 56.697, - 50.6702, - 47.001, - 33.5754, - 40.6906, - 33.5754, - 33.5754, - 33.5754, - 65.0818, - 66.7599, - 102.743, - 112.758, - 118.067, - 126.445, - 130.654, - 134.37, - 105.717, - 107.83, - 113.996, - 105.94, - 62.7442, - 56.9136, - 69.8667, - 58.4103, - 52.8374, - 51.7709, - 41.4132, - 33.5754, - 40.8037, - 33.5754, - 33.5754, - 33.5754, - 33.9175, - 43.2917, - 47.8555, - 49.3, - 55.2848, - 54.8675, - 59.3891, - 57.6476, - 63.2294, - 61.8689, - 69.865, - 69.9419, - 74.8155, - 67.7729, - 71.9423, - 66.5795, - 68.5726, - 53.2678, - 54.4008, - 53.7143, - 49.0015, - 52.7388, - 41.2754, - 48.4073, - 69.7067, - 86.7193, - 175.698, - 179.005, - 190.33, - 205.994, - 214.017, - 232.59, - 241.068, - 260.746, - 274.243, - 247.184, - 187.984, - 175.289, - 140.776, - 131.088, - 58.8737, - 63.8313, - 52.6865, - 53.0309, - 53.5005, - 43.8679, - 46.227, - 43.8915, - 69.9985, - 88.0375, - 178.222, - 178.014, - 186.465, - 198.66, - 202.241, - 216.863, - 225.381, - 239.612, - 248.914, - 236.895, - 180.224, - 166.716, - 134.019, - 127.623, - 59.1109, - 61.0438, - 51.6454, - 52.8844, - 53.2909, - 43.8509, - 45.8529, - 41.6166, - 71.221, - 90.1924, - 181.137, - 180.838, - 190.157, - 204.283, - 206.667, - 223.854, - 231.784, - 242.542, - 253.677, - 238.038, - 179.902, - 164.467, - 132.634, - 128.003, - 62.4037, - 66.9772, - 54.9655, - 55.5053, - 51.4947, - 51.0509, - 44.5489, - 52.6067, - 68.8641, - 89.0555, - 180.861, - 180.11, - 185.896, - 199.384, - 203.03, - 216.716, - 223.036, - 237.081, - 246.321, - 235.823, - 183.518, - 171.488, - 138.381, - 132.055, - 67.8391, - 66.7762, - 55.6626, - 56.3278, - 51.0539, - 45.2737, - 51.6896, - 46.3456, - 70.0177, - 90.2411, - 183.271, - 185.494, - 195.108, - 210.576, - 214.931, - 228.699, - 230.023, - 235.151, - 248.091, - 237.724, - 178.281, - 160.564, - 129.576, - 124.375, - 62.5402, - 67.1074, - 57.528, - 63.6128, - 49.3162, - 49.7064, - 48.426, - 45.868, - 71.7686, - 76.9876, - 109.937, - 118.786, - 126.462, - 135.1, - 139.248, - 144.517, - 115.699, - 120.041, - 127.86, - 119.539, - 62.0015, - 56.4868, - 71.1905, - 64.5723, - 59.6786, - 54.5255, - 52.5486, - 43.8869, - 45.7453, - 40.0337, - 40.8888, - 33.5754, - 35.1162, - 45.4519, - 45.8475, - 51.9442, - 51.9273, - 57.0253, - 55.1258, - 60.7923, - 59.1901, - 65.7833, - 64.7832, - 72.4584, - 66.726, - 68.9621, - 66.2009, - 71.7298, - 58.4148, - 54.0928, - 51.6318, - 55.1446, - 54.8234, - 44.9703, - 45.7305, - 43.7352, - 67.6846, - 85.4646, - 176.535, - 177.796, - 185.257, - 197.459, - 201.609, - 216.512, - 226.106, - 239.685, - 256.368, - 239.999, - 176.763, - 162.073, - 130.238, - 125.043, - 58.1909, - 58.0504, - 54.1306, - 52.4815, - 44.9746, - 46.1547, - 38.9362, - 48.0823, - 67.6694, - 85.0629, - 176.201, - 176.337, - 182.712, - 196.124, - 201.615, - 218.874, - 227.451, - 239.789, - 248.577, - 234.102, - 178.073, - 165.346, - 132.833, - 126.009, - 57.581, - 58.8041, - 54.403, - 52.3522, - 44.9005, - 43.8416, - 41.2753, - 48.2929, - 68.8992, - 84.7122, - 171.101, - 171.705, - 181.886, - 196.555, - 203.51, - 218.218, - 224.819, - 235.639, - 245.536, - 233.384, - 170.254, - 155.349, - 126.85, - 121.052, - 57.4103, - 57.632, - 52.3942, - 46.5521, - 41.3993, - 43.6309, - 43.1929, - 43.7192, - 69.1282, - 85.736, - 175.271, - 176.859, - 189.396, - 200.807, - 202.591, - 217.783, - 221.108, - 233.376, - 239.756, - 227.023, - 169.361, - 153.035, - 124.356, - 121.083, - 58.7114, - 59.6523, - 55.6535, - 57.8895, - 51.5296, - 51.3327, - 46.4636, - 53.4384, - 70.1793, - 89.4728, - 181.34, - 185.518, - 197.081, - 209.51, - 210.255, - 224.657, - 230.401, - 239.915, - 250.088, - 239.04, - 181.286, - 168.418, - 141.288, - 131.858, - 69.6314, - 71.6006, - 59.3441, - 57.2404, - 48.4899, - 49.954, - 46.7745, - 39.6695, - 72.0707, - 74.1978, - 108.23, - 118.58, - 124.129, - 130.422, - 130.105, - 133.305, - 105.267, - 108.912, - 109.774, - 98.5188, - 57.4083, - 51.741, - 65.0388, - 58.8436, - 60.0175, - 50.4264, - 50.6386, - 46.6862, - 48.13, - 41.3348, - 47.8211, - 38.6917, - 39.59, - 47.002, - 50.7497, - 49.736, - 53.6264, - 51.2422, - 55.3273, - 54.0665, - 58.8509, - 57.2246, - 63.4252, - 63.0204, - 67.0989, - 53.5405, - 56.9773, - 52.9507, - 57.7658, - 51.2613, - 51.6108, - 53.6543, - 56.5792, - 51.8067, - 44.7461, - 51.3523, - 71.6177, - 91.9933, - 184.267, - 186.932, - 193.014, - 202.083, - 203.157, - 218.422, - 227.411, - 239.095, - 248.195, - 235.069, - 180.115, - 168.657, - 138.929, - 133.656, - 69.9163, - 65.0402, - 63.5612, - 62.3651, - 54.8722, - 57.4083, - 50.4667, - 56.6082, - 73.3403, - 92.1193, - 186.279, - 190.251, - 195.622, - 209.505, - 211.781, - 226.521, - 233.971, - 243.528, - 253.384, - 240.264, - 185.817, - 174.417, - 143.452, - 136.329, - 70.2025, - 69.608, - 68.0304, - 62.8485, - 65.0042, - 59.8562, - 56.4753, - 58.812, - 73.5356, - 94.0268, - 184.722, - 183.889, - 190.37, - 196.611, - 198.899, - 216.16, - 223.415, - 228.84, - 235.662, - 219.174, - 157.202, - 144.742, - 122.569, - 122.657, - 62.6942, - 69.4754, - 62.2914, - 65.8318, - 54.9424, - 60.6923, - 52.7786, - 58.3689, - 75.0755, - 94.3289, - 179.762, - 178.444, - 185.398, - 197.241, - 192.941, - 196.575, - 191.994, - 193.597, - 192.873, - 177.85, - 124.287, - 116.654, - 102.237, - 106.038, - 49.452, - 53.4321, - 44.1773, - 41.4064, - 46.5439, - 38.9362, - 44.1874, - 44.0363, - 74.0746, - 89.7851, - 174.828, - 176.786, - 185.071, - 195.468, - 194.99, - 205.143, - 207.658, - 215.791, - 227.64, - 214.041, - 155.143, - 145.556, - 120.888, - 118.77, - 57.2344, - 62.0135, - 54.997, - 51.7891, - 42.455, - 44.4936, - 44.7317, - 42.5943, - 73.5392, - 74.2272, - 101.535, - 106.486, - 108.523, - 114.763, - 127.528, - 139.177, - 110.398, - 111.549, - 118.644, - 103.074, - 54.138, - 52.5528, - 62.1098, - 58.6551, - 64.7964, - 53.6366, - 56.8968, - 53.1889, - 53.9368, - 50.2932, - 45.3812, - 49.4849, - 42.4681, - 47.4607, - 51.6178, - 51.8937, - 56.664, - 56.3424, - 59.3663, - 58.0274, - 63.6954, - 63.6939, - 69.8732, - 68.8909, - 72.0125, - 63.6179, - 67.1537, - 68.4344, - 61.6059, - 57.7943, - 55.4531, - 57.8793, - 57.8804, - 49.9891, - 52.2638, - 54.775, - 71.7624, - 93.9155, - 183.74, - 183.403, - 186.339, - 197.544, - 201.649, - 216.343, - 219.38, - 230.455, - 243.809, - 229.31, - 172.86, - 159.713, - 131.886, - 125.388, - 61.9197, - 68.1151, - 54.6818, - 55.0558, - 47.3894, - 47.5507, - 43.9121, - 35.9153, - 41.1696, - 45.9341, - 49.6438, - 49.0473, - 54.5606, - 52.3002, - 56.857, - 55.153, - 61.9077, - 60.2436, - 69.6071, - 64.8167, - 70.4309, - 61.5694, - 69.4898, - 68.2598, - 67.7893, - 55.2588, - 59.2526, - 57.5866, - 62.2868, - 54.4755, - 59.0097, - 59.3576, - 74.3314, - 97.7898, - 195.324, - 197.705, - 204.397, - 216.445, - 216.548, - 230.665, - 232.819, - 242.028, - 252.739, - 236.216, - 177.138, - 162.712, - 134.156, - 130.507, - 70.0928, - 64.9664, - 57.4071, - 61.7794, - 54.776, - 57.2405, - 49.7656, - 58.0579, - 72.7853, - 93.8143, - 185.036, - 187.333, - 194.084, - 204.47, - 204.669, - 222.12, - 227.797, - 233.788, - 248.026, - 234.966, - 177.58, - 165.113, - 135.017, - 130.696, - 68.1977, - 68.9893, - 65.1206, - 64.7073, - 55.4575, - 63.0009, - 53.2748, - 61.9886, - 75.3896, - 103.442, - 199.297, - 200.267, - 205.444, - 215.287, - 218.536, - 226.917, - 230.1, - 240.689, - 250.913, - 237.873, - 180.243, - 167.702, - 141.288, - 136.392, - 69.0389, - 72.75, - 66.1537, - 60.916, - 50.253, - 55.2826, - 47.4969, - 48.3747, - 75.4778, - 87.2531, - 123.506, - 133.353, - 140.056, - 143.601, - 145.388, - 148.434, - 120.122, - 123.984, - 130.054, - 121.904, - 64.4576, - 58.4896, - 72.6061, - 66.9586, - 70.1553, - 61.1243, - 67.507, - 54.4683, - 57.1299, - 53.4959, - 50.9272, - 49.3179, - 40.6355, - 48.1719, - 53.0782, - 53.208, - 58.6062, - 55.9417, - 61.2393, - 59.1786, - 65.6615, - 62.9804, - 70.7966, - 64.2263, - 62.6986, - 53.8072, - 63.7638, - 60.0635, - 62.946, - 53.1254, - 58.5336, - 55.3457, - 59.2174, - 54.1194, - 51.072, - 54.9518, - 73.4884, - 97.5878, - 189.686, - 188.684, - 194.481, - 203.74, - 205.155, - 216.669, - 220.749, - 233.236, - 244.603, - 222.216, - 141.798, - 120.588, - 103.637, - 107.26, - 55.0355, - 55.059, - 52.835, - 48.6477, - 44.0827, - 41.3863, - 46.5504, - 41.6166, - 77.0261, - 92.8978, - 182.679, - 180.661, - 184.632, - 195.561, - 196.374, - 205.577, - 205.933, - 214.811, - 226.811, - 212.442, - 157.664, - 147.53, - 122.03, - 120.18, - 56.9522, - 62.0078, - 55.8395, - 58.0053, - 52.839, - 44.8945, - 46.4002, - 51.9905, - 74.0027, - 92.8473, - 184.768, - 185.433, - 191.853, - 201.208, - 202.815, - 213.526, - 218.175, - 225.448, - 236.036, - 226.272, - 168.597, - 156.536, - 130.409, - 126.755, - 59.1746, - 63.0526, - 51.6664, - 50.2138, - 53.1039, - 43.7234, - 51.1892, - 41.6166, - 72.5173, - 86.5255, - 178.781, - 182.739, - 194.579, - 209.341, - 219.868, - 239.365, - 241.673, - 245.439, - 249.478, - 234.519, - 174.205, - 159.518, - 133.096, - 130.085, - 60.7526, - 64.1509, - 53.5366, - 58.68, - 49.8476, - 51.8643, - 49.6315, - 46.2495, - 73.9729, - 91.0722, - 185.206, - 186.265, - 193.294, - 206.14, - 212.546, - 231.309, - 237.378, - 247.64, - 257.441, - 242.354, - 183.517, - 171.285, - 142.858, - 135.714, - 68.4894, - 67.8839, - 56.4212, - 55.0869, - 47.0871, - 45.1242, - 48.0276, - 38.4996, - 75.0451, - 74.6551, - 108.557, - 121.18, - 131.265, - 142.254, - 147.145, - 153.442, - 128.764, - 131.652, - 136.725, - 126.35, - 65.2236, - 58.2967, - 73.4822, - 67.0961, - 70.1364, - 56.0694, - 58.8552, - 54.6266, - 51.3462, - 48.591, - 41.3802, - 47.044, - 36.5273, - 46.8036, - 46.7403, - 53.3403, - 53.401, - 58.5022, - 57.3265, - 64.5881, - 64.7139, - 73.7861, - 73.237, - 80.802, - 75.313, - 75.4404, - 71.3969, - 77.2792, - 70.7372, - 68.3807, - 60.0623, - 71.1569, - 62.5551, - 61.9016, - 59.0128, - 62.8484, - 78.8648, - 97.0147, - 179.024, - 180.739, - 197.044, - 212.608, - 211.224, - 220.68, - 227.305, - 236.391, - 248.222, - 235.539, - 177.544, - 159.588, - 134.938, - 135.001, - 71.2363, - 75.4712, - 62.1887, - 70.5559, - 56.7909, - 60.3896, - 51.9979, - 57.792, - 77.0247, - 99.0235, - 183.69, - 180.514, - 185.591, - 196.193, - 201.448, - 212.801, - 217.191, - 223.33, - 230.295, - 212.02, - 152.509, - 139.826, - 117.361, - 118.68, - 57.0237, - 57.3831, - 53.8317, - 50.5539, - 49.4328, - 47.3685, - 38.9362, - 50.3507, - 77.9012, - 97.5279, - 189.461, - 192.258, - 198.361, - 205.84, - 205.871, - 215.868, - 223.938, - 233.72, - 245.288, - 232.241, - 170.434, - 154.784, - 129.702, - 122.785, - 57.4848, - 58.782, - 53.7113, - 60.1724, - 49.5519, - 51.0025, - 46.8877, - 56.2609, - 73.6377, - 95.213, - 181.1, - 178.807, - 188.628, - 203.157, - 210.003, - 225.538, - 227.089, - 239.889, - 253.534, - 235.741, - 142.732, - 118.506, - 108.192, - 113.715, - 47.9527, - 52.9468, - 50.5377, - 53.3737, - 45.2725, - 52.6083, - 47.5413, - 58.0523, - 79.9275, - 98.7508, - 187.831, - 192.446, - 198.755, - 208.339, - 209.606, - 222.493, - 228.353, - 236.091, - 248.055, - 235.587, - 177.046, - 166.758, - 137.326, - 135.106, - 68.7055, - 68.8819, - 56.0955, - 56.0925, - 47.8121, - 47.2061, - 46.9685, - 39.0859, - 80.193, - 84.8421, - 119.701, - 130.572, - 137.959, - 146.374, - 148.697, - 148.567, - 117.988, - 123.574, - 128.114, - 117.238, - 61.9439, - 55.7235, - 69.6958, - 67.8886, - 67.8762, - 58.2478, - 60.243, - 54.0765, - 55.761, - 53.218, - 52.1901, - 47.3293, - 43.5324, - 54.2622, - 48.1844, - 58.3191, - 52.6099, - 63.76, - 56.1839, - 66.8036, - 59.4004, - 71.6723, - 65.2942, - 77.6554, - 64.1802, - 70.6972, - 64.182, - 76.6087, - 64.8613, - 69.3688, - 58.2901, - 72.0175, - 60.3588, - 64.5645, - 56.4867, - 65.0012, - 79.3035, - 104.663, - 198.149, - 199.438, - 206.013, - 216.257, - 220.252, - 234.451, - 238.6, - 249.316, - 262.07, - 247.435, - 186.543, - 174.888, - 143.377, - 138.326, - 73.263, - 68.8365, - 61.4409, - 60.12, - 57.7199, - 55.4002, - 56.3523, - 56.3962, - 77.1868, - 96.8048, - 191.891, - 193.183, - 203.112, - 214.594, - 216.554, - 230.764, - 236.074, - 248.273, - 262.464, - 244.071, - 172.899, - 147.583, - 123.722, - 124.381, - 61.3388, - 71.425, - 56.4526, - 60.437, - 55.2055, - 56.0459, - 52.2621, - 50.2092, - 75.2631, - 94.9719, - 180.406, - 182.292, - 195.337, - 208.536, - 208.844, - 221.799, - 223.914, - 235.054, - 247.151, - 232.178, - 172.033, - 160.019, - 134.892, - 130.157, - 66.0194, - 68.5278, - 57.5193, - 63.569, - 53.9538, - 59.7966, - 53.6668, - 60.156, - 79.146, - 95.8893, - 182.046, - 180.89, - 194.726, - 210.532, - 210.613, - 222.943, - 227.375, - 237.073, - 249.02, - 230.39, - 158.979, - 139.144, - 119.938, - 119.328, - 58.8694, - 61.2893, - 57.7748, - 57.9719, - 50.3801, - 55.8643, - 52.1263, - 46.8959, - 81.1977, - 95.4994, - 186.783, - 189.266, - 193.971, - 207.339, - 209.679, - 221.882, - 221.025, - 231.976, - 241.555, - 219.363, - 159.318, - 141.718, - 120.991, - 118.091, - 57.8044, - 58.7407, - 53.9986, - 49.4673, - 50.0608, - 47.208, - 39.0867, - 36.1503, - 80.7912, - 79.3727, - 110.218, - 118.705, - 128.563, - 143.428, - 145.939, - 145.645, - 116.358, - 120.499, - 123.118, - 113.438, - 59.8861, - 53.1909, - 61.481, - 46.0478, - 42.0685, - 42.1645, - 33.5754, - 42.5692, - 33.5754, - 33.5754, - 42.9167, - 33.5754, - 28.6407, - 18.7714, - 32.3988, - 31.7469, - 33.3671, - 38.495, - 50.0574, - 51.6009, - 53.9662, - 54.5058, - 57.0769, - 55.9721, - 55.7443, - 53.9803, - 59.258, - 55.0251, - 55.169, - 54.1597, - 49.8294, - 56.8612, - 50.2907, - 52.8549, - 49.1281, - 53.9369, - 79.4582, - 95.4083, - 177.633, - 177.779, - 186.155, - 196.248, - 197.078, - 208.464, - 209.893, - 210.417, - 208.19, - 188.774, - 136.949, - 127.363, - 112.917, - 114.374, - 50.5659, - 54.3697, - 55.0232, - 47.6695, - 54.3303, - 53.0363, - 49.6287, - 52.5577, - 81.6466, - 100.521, - 190.086, - 192.772, - 202.791, - 213.301, - 211.767, - 223.937, - 228.838, - 241.791, - 256.216, - 242.804, - 186.107, - 174.91, - 151.498, - 145.093, - 72.8245, - 77.8839, - 69.462, - 66.5971, - 56.869, - 63.2547, - 55.1154, - 60.4579, - 81.2736, - 99.8807, - 193.868, - 193.582, - 197.85, - 207.538, - 208.706, - 216.162, - 218.743, - 223.136, - 224.799, - 212.704, - 157.855, - 145.113, - 123.774, - 122.57, - 57.7773, - 63.5459, - 56.2506, - 59.2266, - 53.6417, - 60.6559, - 55.0884, - 57.9869, - 80.5664, - 101.595, - 181.801, - 177.626, - 188.151, - 199.329, - 200.359, - 213.671, - 218.086, - 228.805, - 240.008, - 223.226, - 164.948, - 154.355, - 132.381, - 126.459, - 59.7108, - 62.3262, - 57.9211, - 57.5426, - 50.7509, - 56.5754, - 53.7325, - 46.952, - 81.4293, - 97.1678, - 188.192, - 190.346, - 196.379, - 205.4, - 204.262, - 216.941, - 221.965, - 230.107, - 238.788, - 225.021, - 168.092, - 154.862, - 130.122, - 125.34, - 58.8389, - 64.1264, - 54.3823, - 55.2099, - 46.7223, - 49.4687, - 49.5121, - 47.4974, - 80.9198, - 82.7385, - 114.569, - 124.655, - 128.277, - 136.803, - 141.944, - 142.617, - 112.629, - 117.279, - 120.647, - 111.163, - 61.5642, - 55.2697, - 71.7856, - 65.0945, - 57.6199, - 53.1278, - 52.8641, - 49.7749, - 50.4367, - 48.4009, - 41.8777, - 36.1947, - 35.8749, - 48.8433, - 47.866, - 53.0039, - 52.0658, - 56.9528, - 55.8846, - 61.34, - 60.0334, - 66.0217, - 65.4458, - 70.8048, - 65.1531, - 65.633, - 68.2734, - 70.1529, - 61.3552, - 60.129, - 59.3726, - 64.1238, - 54.9917, - 56.8896, - 51.7668, - 58.2449, - 78.6135, - 94.2784, - 188.195, - 191.742, - 200.141, - 215.142, - 221.069, - 240.753, - 246.518, - 255.173, - 261.591, - 242.002, - 181.854, - 169.347, - 143.633, - 128.727, - 65.9425, - 68.3964, - 65.2261, - 62.7409, - 54.2685, - 57.4943, - 53.6303, - 61.1876, - 79.7048, - 99.9504, - 197.712, - 204.737, - 215.146, - 227.85, - 229.66, - 242.49, - 243.69, - 252.845, - 263.976, - 244.465, - 179.592, - 162.034, - 138.806, - 130.361, - 68.2372, - 69.3221, - 66.0017, - 65.0849, - 63.6947, - 62.7606, - 54.195, - 59.2432, - 80.7236, - 97.1518, - 185.369, - 183.896, - 193.316, - 210.579, - 214.071, - 231.367, - 238.29, - 244.015, - 252.854, - 238.199, - 177.378, - 162.368, - 142.835, - 137.837, - 69.8089, - 64.4199, - 54.7704, - 57.7826, - 52.831, - 52.1979, - 48.6561, - 54.414, - 84.2304, - 99.4562, - 183.145, - 184.385, - 194.611, - 206.53, - 208.769, - 222.692, - 229.143, - 242.606, - 257.073, - 242.443, - 181.69, - 144.165, - 119.613, - 121.734, - 58.3927, - 58.4619, - 59.1432, - 60.0576, - 53.9517, - 54.9954, - 53.8344, - 54.381, - 81.0286, - 99.1931, - 190.995, - 192.223, - 202.435, - 217.288, - 219.089, - 237.89, - 242.87, - 245.952, - 253.114, - 240.228, - 180.267, - 167.067, - 137.544, - 125.635, - 63.87, - 66.8936, - 55.7455, - 56.8318, - 49.7785, - 51.9401, - 49.6708, - 46.7076, - 83.8247, - 82.8907, - 116.252, - 126.357, - 133.447, - 144.224, - 147.747, - 147.633, - 118.026, - 122.0, - 123.79, - 114.469, - 61.3747, - 55.0362, - 74.8868, - 67.2496, - 68.0729, - 55.1209, - 57.2679, - 51.956, - 45.5125, - 47.7633, - 46.629, - 44.1016, - 38.4734, - 47.5333, - 43.0415, - 53.6484, - 48.4581, - 56.5264, - 50.86, - 60.2663, - 54.4046, - 63.9654, - 57.5249, - 66.9076, - 57.8787, - 63.6984, - 65.2826, - 67.8872, - 53.9445, - 55.1821, - 42.4347, - 46.5781, - 51.091, - 47.0162, - 47.252, - 44.5385, - 81.6427, - 94.8875, - 173.335, - 165.603, - 167.448, - 176.181, - 181.655, - 195.441, - 198.623, - 201.515, - 209.041, - 200.534, - 148.139, - 137.346, - 122.312, - 120.353, - 57.798, - 52.612, - 50.1208, - 53.2447, - 44.2554, - 46.969, - 38.9362, - 49.5121, - 80.4394, - 91.297, - 177.831, - 180.115, - 188.051, - 197.721, - 198.884, - 210.866, - 216.976, - 223.122, - 229.686, - 213.95, - 155.593, - 141.777, - 121.286, - 116.663, - 55.1449, - 57.2062, - 52.4576, - 48.654, - 38.9362, - 46.0035, - 38.9362, - 48.4746, - 76.5114, - 85.2647, - 169.498, - 167.801, - 173.152, - 184.269, - 185.453, - 197.542, - 199.573, - 207.769, - 216.534, - 203.919, - 149.55, - 140.205, - 120.963, - 114.517, - 53.3993, - 51.4071, - 46.1397, - 50.7953, - 45.9274, - 38.9362, - 43.3251, - 43.7327, - 74.7077, - 80.7877, - 165.734, - 165.511, - 173.836, - 186.291, - 192.457, - 207.24, - 212.276, - 226.181, - 235.24, - 222.581, - 165.813, - 151.419, - 129.75, - 119.055, - 53.477, - 55.0043, - 44.1101, - 45.8023, - 42.8167, - 40.8617, - 38.9362, - 41.6166, - 73.5458, - 80.3597, - 163.412, - 165.306, - 175.328, - 190.015, - 196.428, - 210.189, - 214.562, - 224.173, - 227.736, - 205.03, - 149.928, - 141.553, - 122.402, - 112.288, - 55.0822, - 48.6691, - 47.5103, - 40.8591, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 74.3064, - 63.7306, - 95.899, - 109.51, - 114.889, - 119.821, - 121.402, - 120.712, - 91.4216, - 94.114, - 96.9434, - 88.9028, - 54.7158, - 49.4553, - 65.1088, - 51.6816, - 44.8713, - 43.2093, - 38.413, - 40.5315, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 31.108, - 36.0092, - 45.2297, - 44.6396, - 48.594, - 47.3323, - 51.0937, - 51.0626, - 55.6339, - 54.1192, - 57.9797, - 56.083, - 58.8221, - 53.0725, - 67.4797, - 50.528, - 50.9025, - 44.846, - 39.403, - 45.446, - 42.9421, - 40.9517, - 38.9362, - 47.2526, - 71.5255, - 80.1432, - 160.632, - 160.83, - 168.706, - 182.605, - 190.364, - 206.205, - 212.156, - 222.401, - 231.147, - 214.1, - 159.11, - 148.593, - 129.66, - 117.099, - 55.179, - 55.1924, - 46.2545, - 50.873, - 41.23, - 45.3861, - 38.9362, - 41.6166, - 76.104, - 82.6584, - 166.136, - 167.197, - 173.087, - 187.084, - 192.291, - 208.743, - 213.845, - 220.992, - 228.372, - 212.446, - 148.643, - 134.169, - 122.776, - 116.916, - 55.6441, - 57.0903, - 50.7833, - 57.051, - 53.1302, - 53.2394, - 50.791, - 48.9884, - 80.7368, - 90.7498, - 180.27, - 178.396, - 181.958, - 190.912, - 190.493, - 197.577, - 195.793, - 195.72, - 197.928, - 181.34, - 128.101, - 122.583, - 114.89, - 110.378, - 50.1753, - 51.7989, - 53.3024, - 44.7332, - 50.0884, - 44.4281, - 47.534, - 48.639, - 82.7882, - 95.0055, - 177.392, - 178.436, - 187.856, - 199.497, - 201.377, - 211.669, - 201.692, - 187.146, - 196.136, - 187.2, - 126.145, - 112.842, - 103.65, - 99.7597, - 41.6166, - 46.4042, - 38.9362, - 43.917, - 41.2734, - 38.9362, - 38.9362, - 41.6166, - 84.2465, - 87.1152, - 167.383, - 168.149, - 177.031, - 187.653, - 190.198, - 202.612, - 205.127, - 214.641, - 225.4, - 210.006, - 154.279, - 143.671, - 123.184, - 114.765, - 56.2933, - 51.3334, - 47.9284, - 41.5171, - 45.3386, - 35.8035, - 33.5754, - 33.5754, - 83.6985, - 71.8991, - 104.561, - 115.914, - 122.843, - 133.325, - 140.69, - 143.521, - 112.994, - 110.733, - 113.335, - 96.9876, - 52.8189, - 55.1538, - 59.3418, - 53.4069, - 52.938, - 49.5092, - 40.264, - 41.479, - 41.2685, - 33.5754, - 38.8414, - 36.0509, - 33.5754, - 43.853, - 44.175, - 52.3699, - 47.4329, - 56.9303, - 51.5698, - 64.0649, - 57.1211, - 70.2011, - 61.5294, - 72.0241, - 59.4896, - 68.1092, - 66.4162, - 66.3478, - 59.7585, - 55.7871, - 53.5158, - 56.1878, - 52.4337, - 52.3647, - 46.1514, - 48.6741, - 80.3307, - 88.4852, - 176.751, - 181.0, - 191.249, - 205.481, - 204.562, - 216.246, - 223.463, - 236.131, - 245.399, - 225.093, - 162.108, - 147.834, - 129.192, - 120.747, - 58.656, - 58.615, - 53.5043, - 58.8955, - 51.7548, - 54.4941, - 48.9848, - 53.1183, - 81.9348, - 89.2008, - 175.277, - 180.138, - 191.277, - 205.75, - 204.575, - 213.249, - 218.031, - 227.598, - 235.961, - 217.383, - 156.194, - 142.541, - 122.198, - 115.026, - 56.3652, - 56.0732, - 51.2732, - 52.9787, - 43.7722, - 45.762, - 38.9362, - 48.2968, - 78.7728, - 83.6759, - 165.76, - 168.16, - 177.412, - 188.509, - 191.368, - 203.566, - 207.254, - 217.922, - 228.116, - 213.172, - 154.906, - 143.523, - 119.823, - 109.965, - 54.5993, - 54.0364, - 48.4747, - 47.7999, - 45.9795, - 38.9362, - 45.1581, - 41.6166, - 77.2446, - 81.3874, - 165.303, - 164.729, - 172.764, - 187.214, - 191.492, - 204.313, - 207.765, - 218.034, - 227.149, - 211.262, - 153.184, - 139.628, - 116.239, - 104.969, - 49.3853, - 52.8186, - 48.5877, - 48.6025, - 53.046, - 52.9071, - 50.9798, - 54.7694, - 82.5583, - 90.5576, - 176.471, - 179.964, - 189.421, - 201.505, - 203.602, - 217.88, - 224.397, - 234.279, - 241.159, - 223.632, - 164.426, - 150.688, - 129.18, - 120.191, - 58.5773, - 60.042, - 55.0321, - 49.2244, - 44.3768, - 46.7781, - 35.9804, - 38.2112, - 80.9452, - 71.2606, - 103.363, - 117.196, - 127.996, - 137.684, - 142.084, - 144.455, - 115.559, - 121.561, - 121.125, - 106.613, - 58.959, - 57.7733, - 69.2473, - 60.1446, - 57.5375, - 52.7122, - 51.8101, - 48.6801, - 45.9471, - 42.1027, - 40.6979, - 40.4305, - 33.5754, - 29.8382, - 40.1529, - 42.8565, - 50.1038, - 49.2343, - 53.7434, - 51.6535, - 54.9977, - 52.4246, - 56.4176, - 52.096, - 54.1848, - 54.8214, - 57.8465, - 51.9969, - 49.8919, - 41.2882, - 45.4468, - 41.2304, - 41.0202, - 36.1912, - 38.4662, - 33.5754, - 33.5754, - 22.2561, - 34.953, - 40.4012, - 50.2106, - 45.1146, - 52.7675, - 46.9458, - 56.874, - 49.5843, - 57.7177, - 48.64, - 55.5255, - 51.4539, - 53.9012, - 48.166, - 46.5814, - 38.5098, - 40.9297, - 46.1884, - 38.9362, - 46.2648, - 38.9362, - 48.6363, - 79.0705, - 85.3414, - 164.903, - 168.006, - 174.98, - 184.726, - 185.235, - 196.131, - 197.527, - 201.19, - 209.154, - 194.888, - 137.987, - 129.264, - 112.318, - 107.898, - 50.6133, - 49.9921, - 51.3408, - 44.74, - 41.286, - 43.5091, - 38.9362, - 48.6041, - 79.5823, - 85.3148, - 165.608, - 167.246, - 176.887, - 189.946, - 191.202, - 201.956, - 205.781, - 213.045, - 219.594, - 199.801, - 139.925, - 129.83, - 111.81, - 105.385, - 49.5928, - 49.2376, - 45.8958, - 38.9362, - 45.5994, - 38.9362, - 38.9362, - 47.5832, - 75.2534, - 80.735, - 162.284, - 160.788, - 169.656, - 186.265, - 194.752, - 208.735, - 211.355, - 217.788, - 225.569, - 209.438, - 149.127, - 137.141, - 116.843, - 107.604, - 49.374, - 43.9241, - 41.3154, - 50.9231, - 38.9362, - 38.9362, - 38.9362, - 46.963, - 72.3104, - 79.1186, - 160.796, - 163.286, - 172.092, - 184.308, - 194.064, - 210.847, - 215.178, - 225.4, - 229.465, - 209.363, - 150.1, - 138.291, - 117.27, - 108.982, - 50.1403, - 49.7567, - 46.1349, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 74.9504, - 65.6821, - 93.9426, - 102.401, - 108.484, - 121.768, - 129.824, - 136.736, - 113.007, - 115.191, - 118.116, - 107.258, - 58.6061, - 57.343, - 66.0115, - 53.6127, - 46.3829, - 43.6284, - 38.4881, - 40.583, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 30.7969, - 42.3973, - 46.8841, - 47.546, - 53.122, - 55.8703, - 62.9243, - 63.3175, - 69.9988, - 68.9494, - 70.3739, - 62.2194, - 68.7042, - 63.8001, - 62.2667, - 52.6976, - 57.2131, - 47.9627, - 52.335, - 50.9248, - 43.4275, - 41.0748, - 47.9076, - 76.0338, - 83.0378, - 161.646, - 163.841, - 177.426, - 193.261, - 201.177, - 218.39, - 225.237, - 239.952, - 249.139, - 229.2, - 164.808, - 149.455, - 122.988, - 113.954, - 56.0935, - 47.5667, - 50.7434, - 43.7458, - 41.2127, - 38.9362, - 38.9362, - 47.0014, - 73.9483, - 81.6379, - 162.776, - 163.536, - 175.958, - 191.227, - 192.198, - 204.099, - 208.517, - 219.155, - 226.751, - 202.625, - 144.497, - 137.393, - 119.327, - 113.908, - 54.7496, - 56.7075, - 50.4137, - 51.1326, - 43.8601, - 51.5581, - 45.951, - 41.6166, - 79.9904, - 87.4871, - 164.55, - 164.941, - 172.136, - 181.407, - 180.662, - 186.864, - 184.47, - 191.02, - 197.292, - 178.083, - 119.94, - 115.717, - 99.9002, - 95.2698, - 41.6166, - 43.096, - 40.9792, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 65.5931, - 74.5633, - 148.097, - 147.926, - 156.624, - 165.942, - 168.605, - 179.061, - 179.786, - 187.264, - 194.44, - 177.754, - 123.376, - 119.256, - 102.754, - 97.9359, - 41.6166, - 45.7451, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 69.1077, - 76.865, - 152.156, - 151.765, - 159.764, - 173.687, - 178.044, - 190.364, - 192.0, - 197.102, - 205.569, - 189.842, - 132.922, - 125.537, - 105.998, - 100.032, - 46.485, - 41.2549, - 45.5907, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 72.483, - 63.0873, - 86.9732, - 94.9974, - 102.521, - 110.667, - 114.678, - 118.17, - 89.7198, - 92.0575, - 95.3773, - 79.1099, - 40.5771, - 49.1109, - 42.4764, - 41.4711, - 40.9458, - 33.5754, - 40.3055, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 24.6317, - 39.9196, - 36.4008, - 45.8567, - 42.7356, - 50.9038, - 47.5153, - 55.5397, - 50.1566, - 58.5308, - 50.9688, - 55.5482, - 54.9744, - 49.7988, - 45.4234, - 40.5154, - 40.2426, - 33.5754, - 38.9362, - 44.8591, - 38.9362, - 38.9362, - 41.6166, - 72.8444, - 81.1314, - 153.775, - 154.803, - 160.79, - 171.214, - 175.085, - 187.19, - 190.016, - 193.789, - 199.442, - 183.058, - 128.783, - 125.873, - 105.769, - 100.969, - 46.5327, - 41.2707, - 45.6871, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 47.2705, - 73.6231, - 81.2168, - 160.066, - 162.541, - 170.07, - 181.818, - 184.547, - 195.286, - 199.223, - 209.528, - 219.746, - 202.524, - 143.335, - 134.903, - 110.618, - 103.862, - 48.9507, - 43.612, - 41.1578, - 43.3095, - 41.0216, - 38.9362, - 38.9362, - 41.6166, - 72.3484, - 79.8125, - 158.427, - 160.049, - 168.371, - 181.826, - 185.548, - 198.937, - 207.581, - 218.682, - 226.603, - 203.112, - 142.499, - 139.057, - 114.773, - 106.843, - 50.3885, - 49.6549, - 50.7268, - 46.2653, - 43.4124, - 41.0716, - 38.9362, - 48.3725, - 77.2121, - 87.2384, - 161.461, - 163.131, - 175.553, - 188.535, - 190.314, - 201.109, - 203.657, - 207.909, - 208.515, - 183.412, - 127.395, - 127.554, - 110.357, - 103.692, - 49.0222, - 50.6094, - 43.8329, - 41.2814, - 45.954, - 38.9362, - 43.5693, - 43.8203, - 80.1218, - 86.4807, - 164.998, - 168.554, - 178.269, - 189.353, - 184.219, - 194.702, - 199.112, - 206.789, - 203.737, - 173.022, - 115.078, - 117.874, - 100.657, - 98.5051, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 82.4491, - 77.7674, - 97.7814, - 100.619, - 97.8335, - 100.787, - 104.306, - 103.516, - 77.886, - 79.7926, - 79.8827, - 69.8961, - 45.924, - 42.777, - 38.7238, - 36.0081, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 31.829, - 49.185, - 42.1049, - 49.0493, - 43.9033, - 52.8332, - 47.2372, - 55.7092, - 47.8477, - 53.9964, - 46.1738, - 55.7993, - 47.0599, - 41.1537, - 41.1385, - 33.5754, - 33.5754, - 46.405, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 81.6244, - 91.6667, - 165.061, - 162.988, - 168.807, - 179.226, - 181.459, - 191.937, - 192.5, - 198.306, - 204.32, - 187.469, - 128.731, - 125.348, - 104.816, - 101.533, - 46.5904, - 41.3367, - 43.8332, - 41.2749, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 79.9321, - 89.4847, - 162.424, - 161.295, - 169.259, - 181.819, - 185.115, - 196.789, - 200.204, - 207.091, - 212.2, - 192.79, - 132.189, - 131.048, - 109.832, - 104.493, - 49.3374, - 50.6943, - 41.3963, - 46.2731, - 38.9362, - 38.9362, - 38.9362, - 46.114, - 79.8684, - 88.7918, - 162.54, - 162.462, - 170.701, - 183.729, - 187.291, - 199.13, - 203.08, - 212.126, - 218.104, - 197.279, - 135.831, - 133.036, - 110.01, - 102.654, - 46.6237, - 43.8148, - 43.693, - 41.3289, - 43.5169, - 38.9362, - 38.9362, - 48.2044, - 80.05, - 90.4893, - 164.593, - 162.199, - 169.515, - 183.413, - 189.022, - 201.12, - 205.298, - 214.169, - 220.6, - 199.618, - 135.641, - 132.093, - 107.584, - 102.562, - 50.1826, - 49.4954, - 46.0658, - 38.9362, - 41.3734, - 43.5894, - 38.9362, - 43.8074, - 78.2773, - 87.6096, - 164.154, - 167.848, - 178.224, - 190.912, - 193.837, - 207.027, - 211.097, - 223.672, - 236.557, - 215.071, - 151.02, - 143.893, - 116.296, - 108.328, - 54.2418, - 51.1882, - 51.3064, - 40.6221, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 77.9803, - 70.6795, - 94.3354, - 103.894, - 112.018, - 121.201, - 125.049, - 127.543, - 98.4357, - 98.7885, - 100.04, - 88.5832, - 53.414, - 59.229, - 52.4018, - 46.5879, - 45.8285, - 40.5908, - 35.8278, - 37.9116, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.3705, - 40.2152, - 41.9608, - 46.7023, - 48.4152, - 55.9087, - 56.1636, - 60.8242, - 58.4821, - 64.4343, - 58.1626, - 56.1759, - 56.249, - 56.7316, - 49.3706, - 50.0499, - 39.3869, - 35.8718, - 43.2811, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.3451, - 77.5462, - 152.539, - 158.414, - 168.555, - 180.737, - 182.739, - 195.089, - 199.398, - 210.028, - 222.339, - 204.636, - 137.888, - 134.176, - 108.314, - 102.499, - 48.811, - 50.0343, - 38.9362, - 45.6603, - 38.9362, - 38.9362, - 45.1337, - 41.6166, - 75.9292, - 85.9542, - 160.119, - 162.846, - 163.603, - 169.532, - 171.843, - 176.933, - 175.396, - 172.17, - 171.577, - 157.386, - 107.858, - 119.527, - 102.398, - 100.646, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 82.2039, - 93.4717, - 166.779, - 157.425, - 155.883, - 161.409, - 162.784, - 168.828, - 161.37, - 160.512, - 164.984, - 151.934, - 105.618, - 117.077, - 100.901, - 99.9701, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 79.9307, - 92.202, - 157.57, - 150.979, - 156.785, - 163.949, - 162.902, - 176.714, - 178.741, - 182.149, - 185.47, - 161.505, - 104.321, - 112.504, - 96.9648, - 93.7545, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 72.0341, - 84.187, - 150.585, - 148.899, - 154.27, - 161.97, - 164.824, - 175.602, - 177.997, - 182.22, - 188.933, - 171.771, - 112.487, - 117.726, - 98.3428, - 94.7608, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 70.0749, - 65.4157, - 87.6487, - 95.113, - 99.4054, - 107.591, - 110.817, - 113.026, - 88.0758, - 88.6464, - 89.023, - 76.6331, - 47.4292, - 45.9062, - 40.8369, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 37.6008, - 40.0382, - 47.685, - 44.349, - 55.2499, - 50.7344, - 61.696, - 53.8783, - 61.8507, - 51.0958, - 55.802, - 53.4971, - 52.1636, - 45.7238, - 39.2438, - 39.79, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 38.166, - 41.4485, - 46.6618, - 47.2782, - 54.4515, - 53.8044, - 60.2612, - 57.5112, - 61.1602, - 54.9168, - 57.53, - 58.8813, - 53.6699, - 45.7118, - 39.2436, - 39.9978, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 69.4925, - 83.4444, - 154.496, - 156.455, - 163.269, - 177.353, - 184.133, - 198.125, - 201.678, - 211.732, - 221.439, - 201.63, - 136.646, - 132.914, - 106.925, - 100.071, - 46.2646, - 41.1727, - 38.9362, - 45.2579, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 72.5855, - 83.7739, - 151.085, - 153.305, - 164.608, - 178.034, - 180.843, - 194.263, - 202.29, - 209.354, - 210.478, - 186.963, - 128.559, - 130.18, - 104.853, - 99.1181, - 43.9198, - 43.4204, - 38.9362, - 43.0682, - 40.9602, - 38.9362, - 38.9362, - 41.6166, - 71.364, - 84.2216, - 154.095, - 155.681, - 164.309, - 177.192, - 181.812, - 193.879, - 197.126, - 208.25, - 213.696, - 191.548, - 131.178, - 130.96, - 105.349, - 98.9374, - 43.9287, - 43.338, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.6241, - 82.2334, - 150.583, - 154.242, - 164.282, - 177.677, - 183.482, - 196.927, - 202.527, - 211.326, - 218.872, - 194.674, - 132.383, - 130.602, - 104.537, - 99.3236, - 46.3951, - 41.2626, - 45.7771, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 69.7865, - 66.3079, - 87.35, - 96.1453, - 104.222, - 116.927, - 123.567, - 125.059, - 97.9812, - 101.314, - 101.354, - 87.1797, - 51.5902, - 54.1258, - 42.0149, - 42.5327, - 40.6254, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 30.7634, - 40.0888, - 40.4562, - 44.3419, - 45.1215, - 49.4769, - 49.4565, - 52.889, - 49.2598, - 50.4579, - 44.3593, - 48.7586, - 39.1258, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 62.997, - 78.1918, - 140.798, - 138.906, - 146.471, - 158.791, - 164.834, - 177.249, - 178.732, - 184.986, - 189.48, - 172.14, - 115.518, - 117.481, - 95.6674, - 92.5119, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 63.5877, - 77.9196, - 141.564, - 138.902, - 147.937, - 161.703, - 164.511, - 178.959, - 182.431, - 189.027, - 197.726, - 179.229, - 122.306, - 121.364, - 98.2017, - 92.7687, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 64.5056, - 80.4907, - 147.231, - 154.129, - 163.869, - 174.017, - 175.312, - 184.64, - 184.676, - 192.413, - 199.279, - 180.683, - 124.667, - 123.101, - 98.7264, - 93.4966, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 67.2966, - 81.8159, - 145.415, - 142.942, - 149.979, - 161.512, - 163.633, - 172.46, - 171.916, - 174.049, - 178.743, - 161.194, - 113.068, - 115.982, - 96.2056, - 92.5853, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 71.3117, - 85.0355, - 150.831, - 142.397, - 143.917, - 155.344, - 157.124, - 168.106, - 169.438, - 171.478, - 174.285, - 156.896, - 108.048, - 111.74, - 92.4145, - 90.1874, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 69.5517, - 70.6793, - 85.6342, - 88.45, - 88.6373, - 94.8865, - 97.3655, - 97.4614, - 68.7759, - 66.0099, - 65.6057, - 57.469, - 23.706, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 28.6407, - 18.7714, - 38.1435, - 44.0683, - 43.8548, - 45.3056, - 44.7925, - 47.6281, - 46.2516, - 47.6689, - 44.873, - 44.2642, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 74.7133, - 92.0955, - 150.421, - 145.99, - 152.078, - 160.409, - 162.868, - 171.603, - 170.6, - 176.034, - 181.214, - 162.686, - 111.481, - 115.085, - 96.213, - 93.6204, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 70.5146, - 87.7235, - 146.506, - 143.508, - 148.975, - 160.036, - 163.168, - 172.864, - 173.245, - 179.543, - 184.639, - 162.961, - 111.137, - 113.909, - 94.9072, - 91.6715, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 67.0563, - 84.5463, - 142.139, - 138.573, - 144.438, - 150.295, - 153.716, - 160.045, - 154.918, - 156.586, - 157.733, - 141.044, - 98.2562, - 104.005, - 87.5238, - 85.6494, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 65.9989, - 84.1684, - 131.597, - 124.924, - 125.949, - 133.509, - 140.665, - 149.276, - 150.956, - 157.48, - 159.96, - 141.48, - 97.5938, - 98.5345, - 81.5884, - 81.28, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 70.6994, - 88.8592, - 130.418, - 124.049, - 126.303, - 136.549, - 144.231, - 152.246, - 151.736, - 156.999, - 162.379, - 144.379, - 100.092, - 101.531, - 83.5145, - 82.5927, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 72.9557, - 75.1788, - 75.8634, - 78.4696, - 80.3541, - 87.9387, - 92.7787, - 97.1116, - 70.2023, - 69.677, - 68.3084, - 55.9662, - 26.1734, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 28.6407, - 18.7714, - 18.7714, - 20.4882, - 31.5138, - 37.5701, - 39.1881, - 43.0998, - 42.7603, - 43.9441, - 37.5437, - 33.3365, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 84.719, - 100.293, - 134.257, - 124.581, - 127.33, - 135.183, - 142.491, - 151.821, - 153.305, - 154.155, - 157.26, - 139.553, - 99.8196, - 100.434, - 84.0181, - 82.6256, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 74.3288, - 92.5885, - 136.082, - 128.933, - 133.016, - 143.269, - 152.19, - 161.129, - 159.817, - 160.136, - 160.539, - 145.346, - 105.705, - 107.291, - 89.9995, - 87.9095, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 68.5173, - 88.7478, - 138.463, - 128.366, - 128.871, - 138.489, - 145.462, - 154.478, - 152.818, - 157.445, - 162.555, - 144.412, - 99.582, - 100.285, - 83.2334, - 82.0237, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 71.3049, - 93.0104, - 131.272, - 124.827, - 130.034, - 136.587, - 140.66, - 144.404, - 140.591, - 141.849, - 144.387, - 129.308, - 93.9556, - 97.9601, - 84.7977, - 85.1549, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 75.9837, - 97.2593, - 138.497, - 126.551, - 127.154, - 132.264, - 134.819, - 137.559, - 136.994, - 137.541, - 138.632, - 126.707, - 95.226, - 99.839, - 85.6212, - 86.808, - 41.6166, - 38.9362, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 80.7408, - 83.8174, - 85.8011, - 83.6157, - 85.5693, - 90.3902, - 90.0113, - 88.3093, - 60.3484, - 60.2513, - 59.8954, - 52.4318, - 26.1734, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 31.108, - 18.7714, - 19.996, - 25.3876, - 36.2775, - 40.6741, - 40.1965, - 43.4468, - 41.9022, - 44.4168, - 41.5295, - 37.2806, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 80.4897, - 78.2189, - 136.315, - 130.575, - 133.833, - 144.014, - 150.979, - 156.103, - 152.835, - 151.535, - 149.828, - 145.784, - 108.606, - 104.28, - 88.9387, - 88.5904, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 75.392, - 71.3451, - 132.769, - 125.792, - 127.449, - 133.704, - 137.065, - 141.162, - 137.863, - 137.324, - 137.247, - 130.272, - 95.1761, - 93.4023, - 80.5352, - 81.7515, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 90.4845, - 83.1323, - 134.076, - 123.437, - 125.239, - 132.972, - 137.429, - 141.726, - 141.074, - 142.053, - 140.969, - 133.338, - 97.3963, - 95.5775, - 82.9586, - 83.6044, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 91.3057, - 84.8205, - 134.32, - 128.151, - 131.035, - 138.418, - 143.759, - 150.16, - 149.998, - 151.34, - 149.235, - 138.861, - 99.5082, - 96.6892, - 83.0767, - 83.3509, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 84.6906, - 80.6103, - 132.338, - 125.335, - 128.264, - 137.277, - 144.484, - 153.519, - 154.342, - 156.266, - 156.099, - 143.357, - 103.438, - 99.2525, - 84.7082, - 86.646, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 31.108, - 18.7714, - 18.7714, - 18.7714, - 26.2972, - 36.2089, - 40.3409, - 43.0124, - 41.9464, - 37.971, - 26.1936, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 18.7714, - 18.7714, - 20.5673, - 35.2047, - 43.1361, - 40.3166, - 47.3019, - 42.7705, - 48.6051, - 39.9003, - 33.2084, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 81.5766, - 80.3931, - 144.347, - 138.189, - 140.169, - 146.825, - 150.542, - 154.738, - 150.528, - 149.095, - 149.197, - 141.331, - 102.796, - 99.5965, - 85.5339, - 84.2621, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 79.6746, - 78.4216, - 136.328, - 129.392, - 130.55, - 138.14, - 142.168, - 146.054, - 142.828, - 142.426, - 144.421, - 140.174, - 103.538, - 100.698, - 86.3206, - 86.0186, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 74.0069, - 75.5446, - 136.041, - 130.804, - 135.612, - 146.245, - 149.497, - 154.593, - 152.666, - 151.886, - 150.569, - 144.179, - 106.591, - 102.316, - 87.1428, - 85.8862, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 71.4958, - 75.4013, - 138.128, - 132.844, - 133.972, - 140.209, - 144.031, - 149.746, - 145.169, - 144.06, - 145.015, - 141.212, - 105.519, - 102.69, - 88.5294, - 88.0591, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 72.5863, - 77.7102, - 141.717, - 135.137, - 135.899, - 139.195, - 139.357, - 142.503, - 139.466, - 139.435, - 142.685, - 141.382, - 108.026, - 105.47, - 92.0143, - 91.947, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 78.3248, - 71.6166, - 94.2287, - 93.8026, - 93.8049, - 96.9163, - 95.6869, - 97.5598, - 68.9896, - 66.6228, - 67.0013, - 73.817, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 18.7714, - 18.7714, - 18.7714, - 29.4322, - 40.9567, - 40.5331, - 42.4838, - 41.4148, - 42.2457, - 29.5684, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 83.2494, - 83.1381, - 140.498, - 135.407, - 138.42, - 144.106, - 147.871, - 153.236, - 150.56, - 150.419, - 150.491, - 146.959, - 107.502, - 104.158, - 89.5603, - 88.5661, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 79.2787, - 78.5287, - 139.823, - 134.587, - 138.351, - 145.617, - 148.628, - 153.523, - 150.576, - 150.996, - 151.721, - 144.752, - 104.838, - 101.215, - 87.4235, - 87.5496, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 75.8638, - 75.3378, - 137.317, - 132.58, - 134.613, - 139.465, - 143.456, - 149.871, - 147.093, - 145.306, - 144.749, - 138.126, - 98.3984, - 96.6004, - 82.589, - 82.7792, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 19.349, - 26.3463, - 32.5139, - 34.2237, - 37.5043, - 36.9113, - 39.2192, - 33.5483, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 98.8905, - 93.4306, - 136.322, - 128.288, - 129.445, - 134.943, - 138.152, - 141.553, - 138.706, - 138.757, - 138.648, - 134.901, - 98.1692, - 96.6638, - 84.9171, - 86.1971, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 101.457, - 83.0905, - 83.3261, - 83.45, - 83.218, - 88.1645, - 90.1929, - 86.7739, - 60.4002, - 59.2462, - 59.0114, - 69.5172, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 18.7714, - 21.2142, - 30.3244, - 33.4472, - 37.8072, - 37.859, - 40.3222, - 29.9244, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 114.832, - 105.377, - 138.446, - 130.443, - 131.661, - 138.636, - 143.469, - 144.828, - 142.492, - 142.749, - 142.453, - 137.698, - 101.204, - 99.9505, - 87.7111, - 89.6967, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 102.596, - 97.9545, - 138.198, - 132.619, - 136.731, - 145.302, - 148.701, - 151.908, - 149.876, - 148.407, - 149.886, - 145.305, - 106.108, - 101.907, - 87.1165, - 87.307, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 85.8068, - 86.6143, - 135.923, - 127.287, - 129.115, - 134.072, - 138.295, - 146.978, - 147.318, - 147.429, - 145.939, - 139.695, - 99.5686, - 96.3967, - 82.7231, - 83.8649, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 97.7794, - 94.5699, - 135.713, - 124.539, - 126.133, - 133.091, - 139.154, - 142.941, - 140.373, - 140.052, - 139.96, - 134.602, - 97.5055, - 96.7473, - 83.9904, - 85.1133, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 99.943, - 96.8018, - 136.888, - 124.824, - 126.78, - 133.09, - 134.424, - 134.545, - 132.707, - 134.846, - 136.963, - 135.184, - 100.026, - 98.5547, - 85.97, - 86.2542, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 100.521, - 84.898, - 84.0214, - 81.6023, - 83.4786, - 89.2818, - 92.7658, - 88.7472, - 62.439, - 62.3821, - 60.6011, - 69.5945, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 21.2387, - 18.7714, - 18.7714, - 20.8807, - 30.9887, - 30.517, - 36.5632, - 34.2986, - 38.494, - 28.0431, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 108.739, - 113.124, - 155.789, - 142.353, - 146.435, - 148.293, - 149.894, - 139.246, - 134.579, - 132.779, - 134.36, - 143.763, - 115.527, - 115.33, - 106.081, - 109.687, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 142.312, - 129.324, - 149.971, - 131.372, - 125.951, - 128.932, - 133.908, - 130.748, - 124.591, - 124.367, - 126.343, - 130.791, - 102.726, - 102.564, - 94.6786, - 97.4812, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 128.878, - 119.102, - 144.247, - 128.728, - 124.716, - 128.791, - 134.415, - 134.003, - 129.801, - 129.981, - 131.681, - 132.437, - 102.528, - 101.689, - 90.7582, - 92.1819, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 119.777, - 114.924, - 143.909, - 127.76, - 123.225, - 129.121, - 134.322, - 136.515, - 133.607, - 133.342, - 135.508, - 134.872, - 102.594, - 101.497, - 89.8822, - 92.1594, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 100.167, - 101.736, - 137.729, - 127.356, - 126.613, - 129.812, - 132.397, - 133.133, - 131.318, - 132.279, - 133.793, - 133.631, - 99.5285, - 98.6595, - 88.0233, - 90.4422, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 112.064, - 96.4345, - 90.2437, - 84.9342, - 85.8398, - 91.1874, - 92.6854, - 90.3614, - 65.0658, - 65.8465, - 62.9441, - 72.4403, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 20.5854, - 21.3706, - 18.7714, - 18.7714, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 139.874, - 131.944, - 168.642, - 153.35, - 146.946, - 145.847, - 149.17, - 159.324, - 160.86, - 161.443, - 144.529, - 153.224, - 127.832, - 127.882, - 120.676, - 123.541, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 150.844, - 139.684, - 171.074, - 151.373, - 137.718, - 132.556, - 134.76, - 129.54, - 121.022, - 120.263, - 126.756, - 136.709, - 112.514, - 114.545, - 108.019, - 112.781, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 156.477, - 139.321, - 158.497, - 136.467, - 130.243, - 130.708, - 132.776, - 127.256, - 118.838, - 118.024, - 121.616, - 131.315, - 105.105, - 109.757, - 102.683, - 107.05, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 154.676, - 139.349, - 159.38, - 137.342, - 130.738, - 130.396, - 130.523, - 126.402, - 120.759, - 118.068, - 121.733, - 129.001, - 102.482, - 105.066, - 98.1096, - 101.786, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 128.474, - 122.765, - 148.166, - 130.624, - 125.496, - 126.697, - 128.847, - 125.302, - 119.022, - 116.508, - 120.031, - 128.622, - 103.198, - 107.347, - 98.8333, - 102.276, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 149.036, - 124.959, - 112.863, - 99.9331, - 94.7491, - 95.9347, - 92.2818, - 86.1173, - 62.7, - 60.9125, - 61.239, - 79.8853, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 23.706, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 19.8417, - 20.9186, - 21.9545, - 18.7714, - 18.7714, - 31.108, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 175.646, - 157.589, - 166.432, - 142.262, - 133.703, - 133.461, - 138.921, - 136.325, - 130.375, - 129.376, - 131.809, - 135.962, - 106.277, - 106.113, - 99.5396, - 104.688, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 146.365, - 138.406, - 155.235, - 133.007, - 126.894, - 132.396, - 143.157, - 146.736, - 144.083, - 144.167, - 139.576, - 136.546, - 105.221, - 103.966, - 93.2176, - 94.4885, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 103.857, - 109.186, - 142.738, - 128.948, - 129.264, - 136.91, - 143.531, - 147.698, - 144.229, - 144.094, - 144.263, - 139.759, - 101.546, - 99.3036, - 88.4826, - 89.7109, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 100.285, - 106.117, - 138.775, - 125.467, - 124.389, - 126.655, - 129.095, - 127.973, - 124.116, - 124.266, - 125.136, - 127.746, - 99.0802, - 98.8906, - 88.9896, - 90.3086, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 120.319, - 121.291, - 147.308, - 129.947, - 124.072, - 125.053, - 130.368, - 128.492, - 124.198, - 125.204, - 126.743, - 128.612, - 99.7794, - 98.9502, - 89.6092, - 93.3801, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 125.699, - 113.115, - 112.371, - 100.603, - 95.2803, - 96.5207, - 90.378, - 85.9977, - 67.5653, - 63.3866, - 64.275, - 85.6933, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 23.2846, - 27.0881, - 29.5125, - 28.9222, - 18.7714, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 22.7767, - 25.7506, - 26.4463, - 22.5852, - 18.7714, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 185.168, - 164.613, - 173.201, - 144.296, - 134.69, - 134.39, - 141.166, - 138.441, - 133.451, - 132.415, - 132.403, - 131.085, - 103.281, - 105.279, - 98.421, - 103.754, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 140.983, - 136.428, - 155.539, - 133.979, - 127.289, - 128.554, - 133.578, - 131.457, - 125.501, - 124.694, - 127.636, - 127.981, - 100.935, - 100.358, - 91.6788, - 94.7136, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 124.247, - 124.878, - 160.86, - 138.49, - 128.339, - 126.773, - 130.735, - 127.821, - 121.833, - 121.862, - 124.692, - 126.391, - 101.707, - 102.487, - 93.2006, - 94.298, - 41.6166, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 38.9362, - 41.6166, - 107.139, - 109.945, - 140.684, - 131.167, - 131.926, - 134.819, - 137.675, - 135.308, - 131.119, - 129.704, - 131.99, - 134.038, - 107.622, - 107.759, - 97.0379, - 97.299, - 41.6166, - 38.9362, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 107.552, - 98.1573, - 90.9229, - 85.2518, - 85.1879, - 90.4831, - 90.1236, - 86.4668, - 62.0859, - 61.1539, - 60.0397, - 69.9413, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 26.1734, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 18.7714, - 20.9184, - 18.7714, - 18.7714, - 28.6407, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754, - 33.5754 - ], - "loan_rate": 4.0, - "loan_term": 30.0, + "loan_moratorium": 0.0, "lon": -110.94, - "loop_eff": 0.595099, - "loop_opt_eff": 0.61177, - "loop_therm_eff": 0.972751, "m_dot_htfmax": 14.4763, "m_dot_htfmin": 3.01589, - "m_dot_in": 0.0, + "m_dot_radpanel": 8.0, "mc_bal_cold": 0.2, "mc_bal_hot": 0.2, "mc_bal_sca": 4.5, - "mpeak": [ - 171.037, - 183.586, - 189.564, - 214.24, - 235.944, - 274.243, - 262.464, - 263.976, - 249.139, - 222.339, - 162.555, - 185.168 - ], - "mslf_is_hx": 0.0, - "nLoops": 152.0, + "mera_cost1": 0.0, + "mera_cost2": 0.0, + "mera_cost3": 0.0, + "mera_name1": "Replacement Reserve 1", + "mera_name2": "Replacement Reserve 2", + "mera_name3": "Replacement Reserve 3", + "months_receivables_reserve": 0.0, + "months_working_reserve": 6.0, "nMod": 16.0, - "nSCA": 16.0, + "nRecVar": 4.0, "n_pl_inc": 8.0, + "n_rad_tubes": 100.0, "nameplate": 99.9999, - "nodes": 2000.0, "nominal_discount_rate": 9.06, - "normalize_to_utility_bill": 0.0, - "northsouth_field_sep": 20.0, - "offset_xpan_hdr": 1.0, "om_capacity": [ 66.0 ], @@ -27256,14 +28576,12 @@ 4.0 ], "om_production_escal": 0.0, - "opt_derate": 0.940896, "opt_model": 2.0, - "opt_normal": 0.650199, + "p_start": 0.021, + "payment_option": 0.0, "pb_bd_frac": 0.02, "pb_fixed_par": 0.0055, "pb_pump_coef": 0.55, - "pb_rated_cap": 111.111, - "pb_tech_type": 2.0, "pbi_fed_amount": [ 0.0 ], @@ -27297,19 +28615,17 @@ "pbi_uti_tax_sta": 1.0, "pbi_uti_term": 0.0, "pc_config": 0.0, - "peak_1": 171.037, - "peak_10": 222.339, - "peak_11": 162.555, - "peak_12": 185.168, - "peak_2": 183.586, - "peak_3": 189.564, - "peak_4": 214.24, - "peak_5": 235.944, - "peak_6": 274.243, - "peak_7": 262.464, - "peak_8": 263.976, - "peak_9": 249.139, - "pressure_mode": 0.0, + "plm_cost_fixed": 0.0, + "plm_cost_per_acre": 10000.0, + "plm_cost_per_watt": 0.0, + "plm_cost_percent_direct": 0.0, + "power_plant_spec_cost": 1100.0, + "ppa_escalation": 1.0, + "ppa_multiplier_model": 0.0, + "ppa_price_input": [ + 0.123 + ], + "ppa_soln_mode": 1.0, "prop_tax_assessed_decline": 0.0, "prop_tax_cost_assessed_percent": 100.0, "property_assessed_value": 550891000.0, @@ -27324,73 +28640,45 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_design": 99.9999, "q_max_aux": 643.716, - "q_pb_design": 279.877, "q_sby_frac": 0.2, - "qdisp": [ - 0.0 - ], + "rad_multiplier": 1.5, + "rad_pressuredrop": 75.0, + "radfluid_vol_ratio": 3.0, + "radiator_fluidcost": 0.34, + "radiator_installcost": 22.0, + "radiator_unitcost": 13.0, "rate_escalation": [ 0.0 ], "real_discount_rate": 6.4, "rec_htf_vol": 1.0, "rec_model": 2.0, + "rec_qf_delay": 0.25, + "rec_su_delay": 0.2, "reflectivity": 0.935, + "reserves_interest": 1.25, + "revenue_TOD_is_shown": 1.0, + "revenue_capacity_payments_is_shown": 0.0, + "revenue_curtailment_is_shown": 0.0, + "sales_tax_percent": 80.0, "sales_tax_rate": 5.0, "salvage_percentage": 0.0, "salvage_value": 0.0, - "scale_factor": 1.0, - "sf_hdr_diams": [ - -1.0 - ], - "sf_hdr_lengths": [ - -1.0 - ], - "sf_hdr_wallthicks": [ - -1.0 - ], - "sf_q_design": 279.877, - "sf_rnr_diams": [ - -1.0 - ], - "sf_rnr_lengths": [ - -1.0 - ], - "sf_rnr_wallthicks": [ - -1.0 - ], - "sgs_diams": [ - -1.0 - ], - "sgs_lengths": [ - 0.0, - 90.0, - 100.0, - 120.0, - 0.0, - 0.0, - 0.0, - 0.0, - 80.0, - 120.0, - 80.0 - ], - "sgs_wallthicks": [ - -1.0 - ], - "show_cash_incentives": 1.0, - "show_tax_credits": 1.0, - "sm1_aperture": 495055.0, + "show_CapitalCostSO": 1.0, + "show_DebtConstDSCR": 1.0, + "show_ReserveAccounts": 1.0, + "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_mult": 2.3, - "solar_mult_spec": 2.3, + "solar_field_spec_cost": 150.0, + "solar_mult_in": 2.3, + "solar_mult_or_Ap": 0.0, "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": 2.3, + "solution_mode_message": "", "startup_frac": 0.2, "startup_time": 0.5, "state": "-", @@ -27399,6 +28687,7 @@ ], "station_id": "67345", "step": 3600.0, + "storage_spec_cost": 32.0, "store_fl_props": [ [ 1.0, @@ -27415,60 +28704,24 @@ "store_fluid": 18.0, "system_capacity": 99999.9, "system_use_lifetime_output": 0.0, - "t_ch_out_max": 500.0, - "t_dis_out_min": 500.0, - "t_standby_reset": 2.0, - "tank_max_heat": 9.6806, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, - "tc_fill": 7.0, - "tc_void": 0.25, - "tech_type": 2.0, + "tech_type": 1.0, + "term_int_rate": 4.0, + "term_tenor": 18.0, "tes_pump_coef": 0.15, - "tes_temp": 409.0, - "tes_type": 1.0, + "th_rad_panel": 0.002, "theta_dep": 10.0, "theta_stow": 170.0, "tilt": 0.0, - "total_direct_cost": 56783500.0, + "tod_library": "Uniform Dispatch", + "total_Ap_in": 877000.0, + "total_direct_cost": 475104000.0, "total_installed_cost": 550891000.0, - "total_land_area": 452.211, "track_mode": 1.0, "tshours": 4.0, - "tslogic_a": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_b": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_c": [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], "tz": -7.0, + "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 525.0, "ud_Q_dot_HTF_ND_des": 1.0, @@ -29124,52 +30377,24 @@ "ud_n_T_amb_calc": 20.0, "ud_n_T_htf_calc": 20.0, "ud_n_m_dot_calc": 20.0, - "ui_annual_load": 0.0, - "ui_disp_1_fossil": 0.0, - "ui_disp_1_nosolar": 0.0, - "ui_disp_1_solar": 0.0, "ui_disp_1_turbout": 1.0, - "ui_disp_2_fossil": 0.0, - "ui_disp_2_nosolar": 0.0, - "ui_disp_2_solar": 0.0, "ui_disp_2_turbout": 1.0, - "ui_disp_3_fossil": 0.0, - "ui_disp_3_nosolar": 0.0, - "ui_disp_3_solar": 0.0, "ui_disp_3_turbout": 1.0, - "ui_disp_4_fossil": 0.0, - "ui_disp_4_nosolar": 0.0, - "ui_disp_4_solar": 0.0, "ui_disp_4_turbout": 1.0, - "ui_disp_5_fossil": 0.0, - "ui_disp_5_nosolar": 0.0, - "ui_disp_5_solar": 0.0, "ui_disp_5_turbout": 1.0, - "ui_disp_6_fossil": 0.0, - "ui_disp_6_nosolar": 0.0, - "ui_disp_6_solar": 0.0, "ui_disp_6_turbout": 1.0, - "ui_disp_7_fossil": 0.0, - "ui_disp_7_nosolar": 0.0, - "ui_disp_7_solar": 0.0, "ui_disp_7_turbout": 1.0, - "ui_disp_8_fossil": 0.0, - "ui_disp_8_nosolar": 0.0, - "ui_disp_8_solar": 0.0, "ui_disp_8_turbout": 1.0, - "ui_disp_9_fossil": 0.0, - "ui_disp_9_nosolar": 0.0, - "ui_disp_9_solar": 0.0, "ui_disp_9_turbout": 1.0, + "ui_electricity_rate_option": 0.0, "ui_land_area_ha": 183.003, "ui_land_area_multiplier": 0.0, "ui_land_area_units": 0.0, "ui_land_lease": [ 0.0 ], - "ui_loan_amount": 275446000.0, - "ui_net_capital_cost": 550891000.0, "ui_step_minutes": 60.0, + "ui_system_nameplate_standalone": 0.0, "ui_wacc": 5.9994, "ur_annual_min_charge": 0.0, "ur_billing_demand_is_shown": 0.0, @@ -29179,53 +30404,790 @@ 0.0 ], [ - 60.0, - 0.0 + 60.0, + 0.0 + ], + [ + 60.0, + 0.0 + ], + [ + 60.0, + 0.0 + ], + [ + 60.0, + 0.0 + ], + [ + 95.0, + 1.0 + ], + [ + 95.0, + 1.0 + ], + [ + 95.0, + 1.0 + ], + [ + 95.0, + 1.0 + ], + [ + 60.0, + 0.0 + ], + [ + 60.0, + 0.0 + ], + [ + 60.0, + 0.0 + ] + ], + "ur_billing_demand_lookback_period": 11.0, + "ur_billing_demand_minimum": 100.0, + "ur_cr_sched": [ + [ + 0.0 + ] + ], + "ur_cr_tou_mat": [ + [ + 0.0 + ] + ], + "ur_dc_billing_demand_periods": [ + [ + 1.0, + 1.0 + ] + ], + "ur_dc_enable": 0.0, + "ur_dc_flat_mat": [ + [ + 0.0, + 1.0, + 1e38, + 0.0 + ], + [ + 1.0, + 1.0, + 1e38, + 0.0 + ], + [ + 2.0, + 1.0, + 1e38, + 0.0 + ], + [ + 3.0, + 1.0, + 1e38, + 0.0 + ], + [ + 4.0, + 1.0, + 1e38, + 0.0 + ], + [ + 5.0, + 1.0, + 1e38, + 0.0 + ], + [ + 6.0, + 1.0, + 1e38, + 0.0 + ], + [ + 7.0, + 1.0, + 1e38, + 0.0 + ], + [ + 8.0, + 1.0, + 1e38, + 0.0 + ], + [ + 9.0, + 1.0, + 1e38, + 0.0 + ], + [ + 10.0, + 1.0, + 1e38, + 0.0 + ], + [ + 11.0, + 1.0, + 1e38, + 0.0 + ] + ], + "ur_dc_is_shown": 0.0, + "ur_dc_sched_weekday": [ + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 2.0, + 2.0 + ] + ], + "ur_dc_sched_weekend": [ + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 + ], + [ + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 ], [ - 60.0, - 0.0 + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 ], [ - 60.0, - 0.0 + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 ], [ - 60.0, - 0.0 + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 ], [ - 95.0, - 1.0 + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 ], [ - 95.0, - 1.0 + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 ], [ - 95.0, - 1.0 + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 ], [ - 95.0, - 1.0 + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 ], [ - 60.0, - 0.0 + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 ], [ - 60.0, - 0.0 - ], + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0, + 2.0 + ] + ], + "ur_dc_tou_mat": [ [ - 60.0, + 1.0, + 1.0, + 1e38, 0.0 ] ], - "ur_billing_demand_lookback_period": 11.0, - "ur_billing_demand_minimum": 100.0, - "ur_cr_sched": [ + "ur_demand_attrs": "", + "ur_demand_history": 0.0, + "ur_demand_max": 0.0, + "ur_demand_min": 400.0, + "ur_demand_reactive_power_charge": 0.0, + "ur_demand_window": 0.0, + "ur_desc_is_shown": 0.0, + "ur_description": "", + "ur_ec_is_shown": 1.0, + "ur_ec_sched_weekday": [ [ 1.0, 1.0, @@ -29539,131 +31501,20 @@ 1.0 ] ], - "ur_cr_tou_mat": [ - [ - 1.0, - 1.0, - 1e38, - 0.0 - ], - [ - 2.0, - 1.0, - 1e38, - 0.0 - ], - [ - 3.0, - 1.0, - 1e38, - 0.0 - ], - [ - 4.0, - 1.0, - 1e38, - 0.0 - ] - ], - "ur_dc_billing_demand_periods": [ - [ - 1.0, - 1.0 - ], - [ - 2.0, - 1.0 - ] - ], - "ur_dc_enable": 1.0, - "ur_dc_flat_mat": [ - [ - 0.0, - 1.0, - 1e38, - 0.0 - ], + "ur_ec_sched_weekend": [ [ 1.0, 1.0, - 1e38, - 0.0 - ], - [ - 2.0, 1.0, - 1e38, - 0.0 - ], - [ - 3.0, 1.0, - 1e38, - 0.0 - ], - [ - 4.0, 1.0, - 1e38, - 0.0 - ], - [ - 5.0, 1.0, - 1e38, - 0.0 - ], - [ - 6.0, 1.0, - 1e38, - 0.0 - ], - [ - 7.0, 1.0, - 1e38, - 0.0 - ], - [ - 8.0, 1.0, - 1e38, - 0.0 - ], - [ - 9.0, 1.0, - 1e38, - 0.0 - ], - [ - 10.0, 1.0, - 1e38, - 0.0 - ], - [ - 11.0, 1.0, - 1e38, - 0.0 - ] - ], - "ur_dc_is_shown": 0.0, - "ur_dc_sched_weekday": [ - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -29675,21 +31526,9 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 + 1.0 ], [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -29701,21 +31540,6 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -29727,21 +31551,10 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 + 1.0, + 1.0 ], [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -29753,21 +31566,6 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -29779,21 +31577,10 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 + 1.0, + 1.0 ], [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -29805,21 +31592,6 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -29831,21 +31603,10 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 + 1.0, + 1.0 ], [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -29857,22 +31618,6 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 1.0, 1.0, 1.0, 1.0, @@ -29883,21 +31628,11 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 + 1.0, + 1.0, + 1.0 ], [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -29909,21 +31644,6 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -29935,21 +31655,10 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 + 1.0, + 1.0 ], [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -29961,476 +31670,21 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 - ] - ], - "ur_dc_sched_weekend": [ - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ] - ], - "ur_dc_tou_mat": [ - [ 1.0, 1.0, - 100.0, - 16.7315 - ], - [ 1.0, - 2.0, - 1e38, - 11.6005 - ], - [ - 2.0, 1.0, - 100.0, - 7.0005 - ], - [ - 2.0, - 2.0, - 1e38, - 4.9135 - ] - ], - "ur_demand_attrs": "", - "ur_demand_history": 0.0, - "ur_demand_max": 0.0, - "ur_demand_min": 400.0, - "ur_demand_reactive_power_charge": 0.0, - "ur_demand_window": 0.0, - "ur_desc_is_shown": 0.0, - "ur_description": "", - "ur_ec_is_shown": 0.0, - "ur_ec_sched_weekday": [ - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 4.0, - 4.0 - ], - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 4.0, - 4.0 - ], - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 4.0, - 4.0 - ], - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 4.0, - 4.0 + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 ], [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -30442,21 +31696,21 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 ], [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -30468,21 +31722,6 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -30494,21 +31733,10 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 + 1.0, + 1.0 ], [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -30520,21 +31748,6 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -30546,21 +31759,10 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 + 1.0, + 1.0 ], [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, 1.0, 1.0, 1.0, @@ -30572,408 +31774,55 @@ 1.0, 1.0, 1.0, - 2.0, - 2.0 - ], - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 4.0, - 4.0 - ], - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 3.0, - 4.0, - 4.0 - ] - ], - "ur_ec_sched_weekend": [ - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0 - ], - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0 - ], - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0 - ], - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0, - 2.0 - ], - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0 - ], - [ - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0, - 4.0 - ] - ], - "ur_ec_tou_mat": [ - [ 1.0, 1.0, - 1e38, - 0.0, - 0.078462, - 0.078462 - ], - [ - 2.0, 1.0, - 1e38, - 0.0, - 0.066502, - 0.066502 + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 ], [ - 3.0, 1.0, - 1e38, - 0.0, - 0.064842, - 0.064842 - ], + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "ur_ec_tou_mat": [ [ - 4.0, + 1.0, 1.0, 1e38, 0.0, - 0.052882, - 0.052882 + 0.109, + 0.0 ] ], "ur_en_ts_buy_rate": 0.0, @@ -30986,23 +31835,12 @@ "ur_energy_min": 0.0, "ur_fixed_attrs": "", "ur_fuel_adjustments_monthly": [ - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0 + 0.0 ], "ur_has_unused_items": 0.0, "ur_is_default": 0.0, - "ur_metering_option": 0.0, - "ur_monthly_fixed_charge": 39.72, + "ur_metering_option": 4.0, + "ur_monthly_fixed_charge": 0.0, "ur_monthly_min_charge": 0.0, "ur_name": "Arizona Public Service Co", "ur_nm_credit_month": 11.0, @@ -31010,7 +31848,7 @@ "ur_nm_yearend_sell_rate": 0.0, "ur_phase_wiring": "", "ur_rate_notes": "", - "ur_ratedata_filename": "CSP_com_UR_2015.6.30.csv", + "ur_ratedata_filename": "", "ur_schedule_name": "E-32 TOU (TIME-OF-USE LARGE SECONDARY)", "ur_service_type": "", "ur_source": "http://www.aps.com/library/rates/E-32TOUL.pdf", @@ -48541,42 +49379,26 @@ ], "ur_unused_is_shown": 0.0, "ur_uri": "empty", - "ur_utility": "", + "ur_utility": "empty", "ur_voltage_category": "Secondary", "ur_voltage_max": 0.0, "ur_voltage_min": 0.0, "ur_yearzero_usage_peaks": [ - 234.676, - 173.422, - 172.007, - 191.434, - 198.295, - 236.469, - 274.231, - 260.336, - 226.751, - 185.123, - 156.2, - 184.05 + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 ], "use_specific_weather_file": 0.0, "user_specified_weather_file": "", - "utility_bill_data": [ - 300000.0, - 300000.0, - 300000.0, - 300000.0, - 300000.0, - 400000.0, - 500000.0, - 500000.0, - 400000.0, - 300000.0, - 300000.0, - 300000.0 - ], - "vol_min": 313.654, - "vol_tank": 6273.08, "washes_per_year": 120.0, "water_per_wash": 0.02, "weekday_schedule": [ diff --git a/deploy/runtime/defaults/MSLF_All Equity Partnership Flip.json b/deploy/runtime/defaults/MSLF_All Equity Partnership Flip.json index 4726966d8e..999e3df8ac 100644 --- a/deploy/runtime/defaults/MSLF_All Equity Partnership Flip.json +++ b/deploy/runtime/defaults/MSLF_All Equity Partnership Flip.json @@ -9,11 +9,124 @@ "AnnulusGas": [ 27.0, 1.0, - 1.0, + 27.0, 27.0 ], + "CC_CALC_bop_cost": 37777700.0, + "CC_CALC_contingency_cost": 31081500.0, + "CC_CALC_epc_total_cost": 52261400.0, + "CC_CALC_fossil_backup_cost": 0.0, + "CC_CALC_htf_system_cost": 53757200.0, + "CC_CALC_installed_per_capacity": 5508.92, + "CC_CALC_plm_total_cost": 4522110.0, + "CC_CALC_power_plant_cost": 122222000.0, + "CC_CALC_sales_tax_total": 19004100.0, + "CC_CALC_site_improvements_cost": 22875400.0, + "CC_CALC_solar_field_cost": 171565000.0, + "CC_CALC_total_direct_cost": 475104000.0, + "CC_CALC_total_indirect_cost": 56783500.0, + "CC_CALC_total_installed_cost": 550891000.0, + "CC_CALC_ts_cost": 35824200.0, + "CC_COPY_Q_tes": 1119.51, + "CC_COPY_nameplate": 99.9999, + "CC_COPY_sales_tax_rate": 5.0, + "CC_COPY_total_land_area": 452.211, + "CC_DISP_bop_mwe": 111.111, + "CC_DISP_fossil_mwe": 111.111, + "CC_DISP_htf_system_area": 1143770.0, + "CC_DISP_power_plant_mwe": 111.111, + "CC_DISP_site_improvements_area": 1143770.0, + "CC_DISP_solar_field_area": 1143770.0, + "CR_CALC_DP_pressure_loss": 40.0, + "CR_CALC_avg_dt_des": 367.0, + "CR_CALC_hl_des": 166.25, + "CR_CALC_opt_derate": 0.940896, + "CR_CALC_opt_normal": 0.650199, + "CR_COPY_loop_therm_eff": 0.972751, "CT": 2.0, "ColAz": 0.0, + "DISP_AbsorberMaterial": 0.0, + "DISP_AnnulusGas1": 2.0, + "DISP_AnnulusGas2": 0.0, + "DISP_AnnulusGas3": 2.0, + "DISP_AnnulusGas4": 2.0, + "DISP_DP_coefs0": 0.0, + "DISP_DP_coefs1": 1.0, + "DISP_DP_coefs2": 0.0, + "DISP_DP_coefs3": 0.0, + "DISP_D_abs_in": 0.066, + "DISP_D_abs_out": 0.07, + "DISP_D_glass_in": 0.115, + "DISP_D_glass_out": 0.12, + "DISP_D_plug": 0.0, + "DISP_Design_loss1": 150.0, + "DISP_Design_loss2": 1100.0, + "DISP_Design_loss3": 1500.0, + "DISP_Design_loss4": 0.0, + "DISP_Flow_type": 0.0, + "DISP_GlazingIntactIn1": 0.0, + "DISP_GlazingIntactIn2": 0.0, + "DISP_GlazingIntactIn3": 1.0, + "DISP_GlazingIntactIn4": 0.0, + "DISP_HCE_FieldFrac1": 0.985, + "DISP_HCE_FieldFrac2": 0.01, + "DISP_HCE_FieldFrac3": 0.005, + "DISP_HCE_FieldFrac4": 0.0, + "DISP_HL_T_coefs0": 0.0, + "DISP_HL_T_coefs1": 0.672, + "DISP_HL_T_coefs2": 0.002556, + "DISP_HL_T_coefs3": 0.0, + "DISP_HL_T_coefs4": 0.0, + "DISP_HL_w_coefs0": 1.0, + "DISP_HL_w_coefs1": 0.0, + "DISP_HL_w_coefs2": 0.0, + "DISP_HL_w_coefs3": 0.0, + "DISP_HL_w_coefs4": 0.0, + "DISP_IAM_L_coefs0": 1.0031, + "DISP_IAM_L_coefs1": -0.2259, + "DISP_IAM_L_coefs2": 0.5368, + "DISP_IAM_L_coefs3": -1.6434, + "DISP_IAM_L_coefs4": 0.7222, + "DISP_IAM_T_coefs0": 0.9896, + "DISP_IAM_T_coefs1": 0.044, + "DISP_IAM_T_coefs2": -0.0721, + "DISP_IAM_T_coefs3": -0.2327, + "DISP_IAM_T_coefs4": 0.0, + "DISP_P_a1": 0.0001, + "DISP_P_a2": 750.0, + "DISP_P_a3": 750.0, + "DISP_P_a4": 0.0, + "DISP_Rough": 0.000045, + "DISP_Shadowing1": 0.96, + "DISP_Shadowing2": 0.96, + "DISP_Shadowing3": 0.96, + "DISP_Shadowing4": 0.963, + "DISP_Tau_envelope1": 0.963, + "DISP_Tau_envelope2": 0.963, + "DISP_Tau_envelope3": 1.0, + "DISP_Tau_envelope4": 0.0, + "DISP_alpha_abs1": 0.96, + "DISP_alpha_abs2": 0.96, + "DISP_alpha_abs3": 0.8, + "DISP_alpha_abs4": 0.0, + "DISP_alpha_env1": 0.02, + "DISP_alpha_env2": 0.02, + "DISP_alpha_env3": 0.0, + "DISP_alpha_env4": 0.0, + "DISP_combo_FieldConfig": 0.0, + "DISP_combo_htf_type": 0.0, + "DISP_dirt_env1": 0.98, + "DISP_dirt_env2": 0.98, + "DISP_dirt_env3": 1.0, + "DISP_dirt_env4": 0.98, + "DISP_epsilon_glass1": 0.86, + "DISP_epsilon_glass2": 0.86, + "DISP_epsilon_glass3": 1.0, + "DISP_epsilon_glass4": 0.0, + "DISP_is_hx": 0.0, + "DISP_opt_model": 1.0, + "DISP_rec_model": 1.0, + "DISP_store_fluid": 0.0, "DP_SGS": 0.0, "DP_coefs": [ 0.0, @@ -22,7 +135,6 @@ 0.0 ], "DP_nominal": 2.5, - "DP_pressure_loss": 40.0, "D_abs_in": [ 0.066, 0.066, @@ -53,6 +165,7 @@ 0.0, 0.0 ], + "D_rad_tubes": 0.02, "Design_loss": [ 150.0, 1100.0, @@ -80,9 +193,6 @@ 1.0 ], "Fluid": 18.0, - "FossilFill": [ - 0.0 - ], "GeomEffects": 1.0, "GlazingIntactIn": [ 1.0, @@ -111,17 +221,6 @@ 0.0, 0.0 ], - "HTF_data": [ - [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], "IAM_L_coefs": [ 1.0031, -0.2259, @@ -141,14 +240,9 @@ "L_crossover": 15.0, "L_mod": 44.8, "L_mod_spacing": 1.0, - "L_rnr_pb": 25.0, - "L_rnr_per_xpan": 70.0, - "L_xpan_hdr": 20.0, - "L_xpan_rnr": 20.0, - "Min_rnr_xpans": 1.0, - "NUMTOU": 0.0, - "N_hdr_per_xpan": 2.0, - "N_max_hdr_diams": 10.0, + "L_rad": 100.0, + "L_rad_sections": 10.0, + "L_rnr_pb": 50.0, "OpticalTable": [ [ 0.0, @@ -294,11 +388,14 @@ 0.0 ] ], + "PB_CALC_mdot_cycle_des": 797.149, + "PB_COPY_P_ref": 111.111, "PB_COPY_T_htf_cold_des": 293.0, "PB_COPY_T_htf_hot_des": 525.0, - "PB_COPY_htf_cp_avg": 1.51335, + "PB_COPY_eta_ref": 0.397, + "PB_COPY_gross_net_conversion_factor": 0.9, + "PB_COPY_nameplate": 99.9999, "PB_COPY_q_pb_design": 279.877, - "PB_m_dot_htf_cycle_des": 797.149, "P_a": [ 0.0001, 750.0, @@ -317,39 +414,94 @@ 0.000045 ], "SCA_drives_elec": 125.0, + "SC_CALC_aux": 2.66193, + "SC_CALC_bop": 0.0, + "SC_DISP_aux_par": 0.02273, + "SC_DISP_aux_par_0": 0.483, + "SC_DISP_aux_par_1": 0.571, + "SC_DISP_aux_par_2": 0.0, + "SC_DISP_aux_par_f": 1.0, + "SC_DISP_bop_par": 0.0, + "SC_DISP_bop_par_0": 0.483, + "SC_DISP_bop_par_1": 0.517, + "SC_DISP_bop_par_2": 0.0, + "SC_DISP_bop_par_f": 1.0, + "SD_CALC_Q_rec_des": 646.624, + "SD_CALC_m_dot_field_des": 0.0, + "SD_CALC_nLoops": 152.0, + "SD_CALC_nameplate": 99.9999, + "SD_CALC_q_pb_design": 279.877, + "SD_CALC_solar_mult": 2.3, + "SD_CALC_total_Ap": 1143770.0, + "SF_CALC_Ap_loop": 7524.8, + "SF_CALC_Ap_sm1": 495055.0, + "SF_CALC_Ap_total": 1143770.0, + "SF_CALC_Q_field_des_SS": 575.954, + "SF_CALC_Q_loop_des_SS": 3.79969, + "SF_CALC_Q_loss_hdr_rnr_des_SS": 0.0303498, + "SF_CALC_Q_loss_receiver_des_SS": 49.6937, + "SF_CALC_T_field_out_des_SS": 524.241, + "SF_CALC_T_loop_out_des_SS": 524.69, + "SF_CALC_W_dot_pump_des_SS": 1.91211, + "SF_CALC_dP_field_des_SS": 18.0589, + "SF_CALC_eff_des_SS": 0.530061, + "SF_CALC_eff_loop_des_SS": 0.531532, + "SF_CALC_eta_optical_des_SS": 0.61177, + "SF_CALC_field_area": 282.632, + "SF_CALC_field_htf_max_temp": 593.0, + "SF_CALC_field_htf_min_temp": 238.0, + "SF_CALC_loop_eff": 0.595099, + "SF_CALC_loop_opt_eff": 0.61177, + "SF_CALC_loop_therm_eff": 0.972751, + "SF_CALC_m_dot_des_SS": 1646.98, + "SF_CALC_m_dot_loop_des_SS": 10.8354, + "SF_CALC_mdot_field_des": 1771.79, + "SF_CALC_nLoops_sm1": 66.0, + "SF_CALC_q_field_des": 646.624, + "SF_CALC_therm_eff_des_SS": 0.866439, + "SF_CALC_therm_eff_loop_des_SS": 0.868844, + "SF_CALC_total_land_area": 452.211, + "SF_CALC_total_tracking_power": 0.304, + "SF_COPY_T_loop_in_des": 293.0, + "SF_COPY_T_loop_out": 525.0, + "SF_COPY_nLoops": 152.0, + "SF_COPY_q_pb_design": 279.877, + "SF_COPY_solar_mult": 2.3, "Shadowing": [ 0.96, 0.96, 0.96, 0.963 ], - "TES_cap": 1119.51, - "TSLogic": [ - [ - 0.0 - ] - ], + "TS_CALC_Q_tes": 1119.51, + "TS_CALC_d_tank": 20.5031, + "TS_CALC_q_dot_loss_tes_des": 0.510122, + "TS_CALC_tes_htf_cp": 1.51335, + "TS_CALC_tes_htf_dens": 1829.88, + "TS_CALC_tes_htf_max_temp": 593.0, + "TS_CALC_tes_htf_min_temp": 238.0, + "TS_CALC_vol_min": 330.162, + "TS_CALC_vol_tank": 6603.24, + "TS_COPY_T_loop_in_des": 293.0, + "TS_COPY_T_loop_out": 525.0, + "TS_COPY_q_pb_design": 279.877, + "TS_COPY_tshours": 4.0, "T_ITD_des": 16.0, "T_amb_des": 42.0, "T_amb_sf_des": 42.0, "T_approach": 5.0, "T_cold_in": 274.7, + "T_ctes_cold_design": 5.0, + "T_ctes_cold_ini": 10.0, + "T_ctes_warm_design": 10.0, + "T_ctes_warm_ini": 20.0, "T_db": 15.0, "T_dp": 10.0, - "T_field_in_des": 293.0, - "T_field_ini": 300.0, - "T_field_out_des": 525.0, "T_fp": 263.0, - "T_htf_cold_ref": 293.0, "T_htf_hot_des": 525.0, - "T_htf_hot_ref": 525.0, "T_loop_in_des": 293.0, "T_loop_out": 525.0, - "T_set_aux": 525.0, "T_startup": 400.0, - "T_tank_cold_ini": 293.0, - "T_tank_hot_ini": 525.0, - "T_tank_hot_inlet_min": 400.0, "Tau_envelope": [ 0.963, 0.963, @@ -357,681 +509,9297 @@ 0.0 ], "TrackingError": 1.0, - "V_hdr_cold_max": 3.0, - "V_hdr_cold_min": 2.0, - "V_hdr_hot_max": 3.0, - "V_hdr_hot_min": 2.0, "V_hdr_max": 3.0, "V_hdr_min": 2.0, - "V_tank_hot_ini": 1254.62, - "V_tes_des": 1.85, "V_wind": 1.5, "V_wind_des": 4.0, "W_pb_design": 111.111, - "a_field": 850000.0, - "a_loop": 7524.8, - "a_sf_act": 1143770.0, - "adjust": 0.0, - "adjust_constant": 4.0, - "adjust_en_periods": 0.0, - "adjust_en_timeindex": 0.0, - "adjust_periods": [ - [ - 0.0 - ] - ], - "adjust_timeindex": [ - 0.0 - ], - "alpha_abs": [ - 0.96, - 0.96, - 0.8, - 0.0 - ], - "alpha_env": [ - 0.02, - 0.02, - 0.0, - 0.0 - ], - "analysis_period": 25.0, - "analysis_period_warning": "No messages.", - "annual_albedo": 0.217164, - "annual_beam": 7.36408, - "annual_diffuse": 1.33978, - "annual_global": 5.83819, - "annual_snow": "nan", - "annual_tdry": 18.1261, - "annual_wspd": 2.35368, - "aux_array": [ - 0.02273, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "azimuth": 0.0, - "batt_salvage_percentage": 0.0, - "batt_salvage_value": 0.0, - "bop_array": [ - 0.0, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "calc_design_pipe_vals": 0.0, - "cbi_fed_amount": 0.0, - "cbi_fed_deprbas_fed": 0.0, - "cbi_fed_deprbas_sta": 0.0, - "cbi_fed_maxvalue": 1e38, - "cbi_fed_tax_fed": 1.0, - "cbi_fed_tax_sta": 1.0, - "cbi_oth_amount": 0.0, - "cbi_oth_deprbas_fed": 0.0, - "cbi_oth_deprbas_sta": 0.0, - "cbi_oth_maxvalue": 1e38, - "cbi_oth_tax_fed": 1.0, - "cbi_oth_tax_sta": 1.0, - "cbi_sta_amount": 0.0, - "cbi_sta_deprbas_fed": 0.0, - "cbi_sta_deprbas_sta": 0.0, - "cbi_sta_maxvalue": 1e38, - "cbi_sta_tax_fed": 1.0, - "cbi_sta_tax_sta": 1.0, - "cbi_uti_amount": 0.0, - "cbi_uti_deprbas_fed": 0.0, - "cbi_uti_deprbas_sta": 0.0, - "cbi_uti_maxvalue": 1e38, - "cbi_uti_tax_fed": 1.0, - "cbi_uti_tax_sta": 1.0, - "chk_update_peaks": 0.0, - "city": "-", - "cold_tank_Thtr": 263.0, - "combo_condenser_type": 1.0, - "const_per_interest1": 19281200.0, - "const_per_interest2": 0.0, - "const_per_interest3": 0.0, - "const_per_interest4": 0.0, - "const_per_interest5": 0.0, - "const_per_interest_rate1": 3.5, - "const_per_interest_rate2": 0.0, - "const_per_interest_rate3": 0.0, - "const_per_interest_rate4": 0.0, - "const_per_interest_rate5": 0.0, - "const_per_interest_total": 19281200.0, - "const_per_months1": 24.0, - "const_per_months2": 0.0, - "const_per_months3": 0.0, - "const_per_months4": 0.0, - "const_per_months5": 0.0, - "const_per_name1": "Loan 1", - "const_per_name2": "Loan 2", - "const_per_name3": "Loan 3", - "const_per_name4": "Loan 4", - "const_per_name5": "Loan 5", - "const_per_percent1": 100.0, - "const_per_percent2": 0.0, - "const_per_percent3": 0.0, - "const_per_percent4": 0.0, - "const_per_percent5": 0.0, - "const_per_percent_total": 100.0, - "const_per_principal1": 550891000.0, - "const_per_principal2": 0.0, - "const_per_principal3": 0.0, - "const_per_principal4": 0.0, - "const_per_principal5": 0.0, - "const_per_principal_total": 550891000.0, - "const_per_total1": 24790100.0, - "const_per_total2": 0.0, - "const_per_total3": 0.0, - "const_per_total4": 0.0, - "const_per_total5": 0.0, - "const_per_upfront_rate1": 1.0, - "const_per_upfront_rate2": 0.0, - "const_per_upfront_rate3": 0.0, - "const_per_upfront_rate4": 0.0, - "const_per_upfront_rate5": 0.0, - "construction_financing_cost": 24790100.0, - "cost_dev_fee_percent": 3.0, - "cost_dev_fee_tax_liability": 4384540.0, - "cost_dev_fee_value": 16526700.0, - "cost_equity_closing": 300000.0, - "cost_other_financing": 0.0, - "country": "-", - "csp.mslf.control.aux_array_c0": 0.483, - "csp.mslf.control.aux_array_c1": 0.517, - "csp.mslf.control.aux_array_c2": 0.0, - "csp.mslf.control.aux_array_mult": 0.02273, - "csp.mslf.control.aux_array_pf": 1.0, - "csp.mslf.control.bop_array_c0": 0.483, - "csp.mslf.control.bop_array_c1": 0.517, - "csp.mslf.control.bop_array_c2": 0.0, - "csp.mslf.control.bop_array_mult": 0.0, - "csp.mslf.control.bop_array_pf": 1.0, - "csp.mslf.control.ffrac1": 0.0, - "csp.mslf.control.ffrac2": 0.0, - "csp.mslf.control.ffrac3": 0.0, - "csp.mslf.control.ffrac4": 0.0, - "csp.mslf.control.ffrac5": 0.0, - "csp.mslf.control.ffrac6": 0.0, - "csp.mslf.control.ffrac7": 0.0, - "csp.mslf.control.ffrac8": 0.0, - "csp.mslf.control.ffrac9": 0.0, - "csp.mslf.control.fossil_mode": 0.0, - "csp.mslf.control.store_fluid": 0.0, - "csp.mslf.control.tes_cp": 1.51335, - "csp.mslf.control.tes_dens": 1829.88, - "csp.mslf.cost.bop": 37777700.0, - "csp.mslf.cost.bop_mwe": 111.111, - "csp.mslf.cost.bop_per_kwe": 340.0, - "csp.mslf.cost.contingency": 31081500.0, - "csp.mslf.cost.contingency_percent": 7.0, - "csp.mslf.cost.epc.fixed": 0.0, - "csp.mslf.cost.epc.per_acre": 0.0, - "csp.mslf.cost.epc.per_watt": 0.0, - "csp.mslf.cost.epc.percent": 11.0, - "csp.mslf.cost.epc.total": 52261400.0, - "csp.mslf.cost.fossil_backup": 0.0, - "csp.mslf.cost.fossil_backup.cost_per_kwe": 0.0, - "csp.mslf.cost.fossil_backup.mwe": 111.111, - "csp.mslf.cost.htf_system": 53757200.0, - "csp.mslf.cost.htf_system.area": 1143770.0, - "csp.mslf.cost.htf_system.cost_per_m2": 47.0, - "csp.mslf.cost.installed_per_capacity": 5508.92, - "csp.mslf.cost.nameplate": 99.9999, - "csp.mslf.cost.plm.fixed": 0.0, - "csp.mslf.cost.plm.per_acre": 10000.0, - "csp.mslf.cost.plm.per_watt": 0.0, - "csp.mslf.cost.plm.percent": 0.0, - "csp.mslf.cost.plm.total": 4522110.0, - "csp.mslf.cost.power_plant": 122222000.0, - "csp.mslf.cost.power_plant.cost_per_kwe": 1100.0, - "csp.mslf.cost.power_plant.mwe": 111.111, - "csp.mslf.cost.sales_tax.percent": 80.0, - "csp.mslf.cost.sales_tax.total": 19004100.0, - "csp.mslf.cost.sales_tax.value": 5.0, - "csp.mslf.cost.site_improvements": 22875400.0, - "csp.mslf.cost.site_improvements.area": 1143770.0, - "csp.mslf.cost.site_improvements.cost_per_m2": 20.0, - "csp.mslf.cost.solar_field": 171565000.0, - "csp.mslf.cost.solar_field.area": 1143770.0, - "csp.mslf.cost.solar_field.cost_per_m2": 150.0, - "csp.mslf.cost.total_direct": 475104000.0, - "csp.mslf.cost.total_indirect": 56783500.0, - "csp.mslf.cost.total_installed": 550891000.0, - "csp.mslf.cost.total_land_area": 452.211, - "csp.mslf.cost.ts": 35824200.0, - "csp.mslf.cost.ts_mwht": 1119.51, - "csp.mslf.cost.ts_per_kwht": 32.0, - "csp.mslf.cycle.gr_to_net": 0.9, - "csp.mslf.enet.tes_fp_mode": 1.0, - "csp.mslf.par.calc.aux": 2.52555, - "csp.mslf.par.calc.bop": 0.0, - "csp.mslf.par.calc.frac_gross": 0.611111, - "csp.mslf.par.calc.tracking": 304000.0, - "csp.mslf.sf.AbsorberMaterial": 0.0, - "csp.mslf.sf.AnnulusGas1": 2.0, - "csp.mslf.sf.AnnulusGas2": 0.0, - "csp.mslf.sf.AnnulusGas3": 0.0, - "csp.mslf.sf.AnnulusGas4": 2.0, - "csp.mslf.sf.DP_coefs0": 0.0, - "csp.mslf.sf.DP_coefs1": 1.0, - "csp.mslf.sf.DP_coefs2": 0.0, - "csp.mslf.sf.DP_coefs3": 0.0, - "csp.mslf.sf.D_abs_in": 0.066, - "csp.mslf.sf.D_abs_out": 0.07, - "csp.mslf.sf.D_glass_in": 0.115, - "csp.mslf.sf.D_glass_out": 0.12, - "csp.mslf.sf.D_plug": 0.0, - "csp.mslf.sf.Design_loss1": 150.0, - "csp.mslf.sf.Design_loss2": 1100.0, - "csp.mslf.sf.Design_loss3": 1500.0, - "csp.mslf.sf.Design_loss4": 0.0, - "csp.mslf.sf.FieldConfig": 0.0, - "csp.mslf.sf.Flow_type": 0.0, - "csp.mslf.sf.Fluid": 0.0, - "csp.mslf.sf.GlazingIntactIn1": 0.0, - "csp.mslf.sf.GlazingIntactIn2": 0.0, - "csp.mslf.sf.GlazingIntactIn3": 1.0, - "csp.mslf.sf.GlazingIntactIn4": 0.0, - "csp.mslf.sf.HCE_FieldFrac1": 0.985, - "csp.mslf.sf.HCE_FieldFrac2": 0.01, - "csp.mslf.sf.HCE_FieldFrac3": 0.005, - "csp.mslf.sf.HCE_FieldFrac4": 0.0, - "csp.mslf.sf.HL_T_coefs0": 0.0, - "csp.mslf.sf.HL_T_coefs1": 0.672, - "csp.mslf.sf.HL_T_coefs2": 0.002556, - "csp.mslf.sf.HL_T_coefs3": 0.0, - "csp.mslf.sf.HL_T_coefs4": 0.0, - "csp.mslf.sf.HL_w_coefs0": 1.0, - "csp.mslf.sf.HL_w_coefs1": 0.0, - "csp.mslf.sf.HL_w_coefs2": 0.0, - "csp.mslf.sf.HL_w_coefs3": 0.0, - "csp.mslf.sf.HL_w_coefs4": 0.0, - "csp.mslf.sf.IAM_L_coefs0": 1.0031, - "csp.mslf.sf.IAM_L_coefs1": -0.2259, - "csp.mslf.sf.IAM_L_coefs2": 0.5368, - "csp.mslf.sf.IAM_L_coefs3": -1.6434, - "csp.mslf.sf.IAM_L_coefs4": 0.7222, - "csp.mslf.sf.IAM_T_coefs0": 0.9896, - "csp.mslf.sf.IAM_T_coefs1": 0.044, - "csp.mslf.sf.IAM_T_coefs2": -0.0721, - "csp.mslf.sf.IAM_T_coefs3": -0.2327, - "csp.mslf.sf.IAM_T_coefs4": 0.0, - "csp.mslf.sf.P_a1": 0.0001, - "csp.mslf.sf.P_a2": 750.0, - "csp.mslf.sf.P_a3": 750.0, - "csp.mslf.sf.P_a4": 0.0, - "csp.mslf.sf.Rough": 0.000045, - "csp.mslf.sf.Shadowing1": 0.96, - "csp.mslf.sf.Shadowing2": 0.96, - "csp.mslf.sf.Shadowing3": 0.96, - "csp.mslf.sf.Shadowing4": 0.963, - "csp.mslf.sf.Tau_envelope1": 0.963, - "csp.mslf.sf.Tau_envelope2": 0.963, - "csp.mslf.sf.Tau_envelope3": 1.0, - "csp.mslf.sf.Tau_envelope4": 0.0, - "csp.mslf.sf.alpha_abs1": 0.96, - "csp.mslf.sf.alpha_abs2": 0.96, - "csp.mslf.sf.alpha_abs3": 0.8, - "csp.mslf.sf.alpha_abs4": 0.0, - "csp.mslf.sf.alpha_env1": 0.02, - "csp.mslf.sf.alpha_env2": 0.02, - "csp.mslf.sf.alpha_env3": 0.0, - "csp.mslf.sf.alpha_env4": 0.0, - "csp.mslf.sf.avg_dt_des": 367.0, - "csp.mslf.sf.dirt_env1": 0.98, - "csp.mslf.sf.dirt_env2": 0.98, - "csp.mslf.sf.dirt_env3": 1.0, - "csp.mslf.sf.dirt_env4": 0.98, - "csp.mslf.sf.epsilon_glass1": 0.86, - "csp.mslf.sf.epsilon_glass2": 0.86, - "csp.mslf.sf.epsilon_glass3": 1.0, - "csp.mslf.sf.epsilon_glass4": 0.0, - "csp.mslf.sf.fthrctrl": 1.0, - "csp.mslf.sf.opt_model": 1.0, - "csp.mslf.sf.rec_model": 1.0, - "csp.mslf.sf.sm1_nLoops": 66.0, - "csp.mslf.sf.sm_or_area": 0.0, - "csp.mslf.tes.estimated_heat_loss": 0.24418, - "csp.mslf.tes.htf_max_opt_temp": 593.0, - "csp.mslf.tes.htf_min_opt_temp": 238.0, - "csp.mslf.tes.notify_text": "empty", - "custom_sf_pipe_sizes": 0.0, - "custom_sgs_pipe_sizes": 0.0, - "custom_tes_p_loss": 0.0, - "cycle_cutoff_frac": 0.2, - "cycle_max_frac": 1.0, - "dT_cw_ref": 10.0, - "d_tank": 19.9839, - "defocus": 1.0, - "degradation": [ - 0.0 - ], - "demand_var": 111.111, - "depr_alloc_custom_percent": 0.0, - "depr_alloc_macrs_15_percent": 1.5, - "depr_alloc_macrs_5_percent": 90.0, - "depr_alloc_none": 4.0, - "depr_alloc_sl_15_percent": 1.5, - "depr_alloc_sl_20_percent": 3.0, - "depr_alloc_sl_39_percent": 0.0, - "depr_alloc_sl_5_percent": 0.0, - "depr_bonus_fed": 0.0, - "depr_bonus_fed_custom": 0.0, - "depr_bonus_fed_macrs_15": 1.0, - "depr_bonus_fed_macrs_5": 1.0, - "depr_bonus_fed_sl_15": 0.0, - "depr_bonus_fed_sl_20": 0.0, - "depr_bonus_fed_sl_39": 0.0, - "depr_bonus_fed_sl_5": 0.0, - "depr_bonus_sta": 0.0, - "depr_bonus_sta_custom": 0.0, - "depr_bonus_sta_macrs_15": 1.0, - "depr_bonus_sta_macrs_5": 1.0, - "depr_bonus_sta_sl_15": 0.0, - "depr_bonus_sta_sl_20": 0.0, - "depr_bonus_sta_sl_39": 0.0, - "depr_bonus_sta_sl_5": 0.0, - "depr_custom_schedule": [ - 0.0 - ], - "depr_fedbas_method": 1.0, - "depr_itc_fed_custom": 0.0, - "depr_itc_fed_macrs_15": 0.0, - "depr_itc_fed_macrs_5": 1.0, - "depr_itc_fed_sl_15": 0.0, - "depr_itc_fed_sl_20": 0.0, - "depr_itc_fed_sl_39": 0.0, - "depr_itc_fed_sl_5": 0.0, - "depr_itc_sta_custom": 0.0, - "depr_itc_sta_macrs_15": 0.0, - "depr_itc_sta_macrs_5": 1.0, - "depr_itc_sta_sl_15": 0.0, - "depr_itc_sta_sl_20": 0.0, - "depr_itc_sta_sl_39": 0.0, - "depr_itc_sta_sl_5": 0.0, - "depr_stabas_method": 1.0, - "developer_equity_percent": 40.0, - "developer_postflip_cash_percent": 90.0, - "developer_postflip_tax_percent": 90.0, - "developer_preflip_cash_percent": 0.0, - "developer_preflip_tax_percent": 1.0, - "dirt_env": [ - 0.98, - 0.98, - 1.0, - 0.98 - ], - "dispatch_data_filename": "", - "dispatch_factors_ts": [ - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, + "W_rad_tubes": 0.05, + "adjust": { + "constant": 4.0, + "en_hourly": 0.0, + "en_periods": 0.0, + "hourly": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "periods": [ + 1.0 + ] + }, + "adjust_constant": 4.0, + "adjust_en_periods": 0.0, + "adjust_en_timeindex": 0.0, + "adjust_periods": [ + [ + -6.277438562204193e66 + ] + ], + "adjust_timeindex": [ + 0.0 + ], + "alpha_abs": [ + 0.96, + 0.96, + 0.8, + 0.0 + ], + "alpha_env": [ + 0.02, + 0.02, + 0.0, + 0.0 + ], + "analysis_period": 25.0, + "analysis_period_warning": "No messages.", + "annual_albedo": 0.217164, + "annual_beam": 7.36408, + "annual_diffuse": 1.33978, + "annual_global": 5.83819, + "annual_snow": "nan", + "annual_tdry": 18.1261, + "annual_wspd": 2.35368, + "aux_array": [ + 0.02273, + 1.0, + 0.483, + 0.571, + 0.0 + ], + "azimuth": 0.0, + "batt_salvage_percentage": 0.0, + "batt_salvage_value": 0.0, + "bop_array": [ + 0.0, + 1.0, + 0.483, + 0.517, + 0.0 + ], + "bop_spec_cost": 340.0, + "cbi_fed_amount": 0.0, + "cbi_fed_deprbas_fed": 0.0, + "cbi_fed_deprbas_sta": 0.0, + "cbi_fed_maxvalue": 1e38, + "cbi_fed_tax_fed": 1.0, + "cbi_fed_tax_sta": 1.0, + "cbi_oth_amount": 0.0, + "cbi_oth_deprbas_fed": 0.0, + "cbi_oth_deprbas_sta": 0.0, + "cbi_oth_maxvalue": 1e38, + "cbi_oth_tax_fed": 1.0, + "cbi_oth_tax_sta": 1.0, + "cbi_sta_amount": 0.0, + "cbi_sta_deprbas_fed": 0.0, + "cbi_sta_deprbas_sta": 0.0, + "cbi_sta_maxvalue": 1e38, + "cbi_sta_tax_fed": 1.0, + "cbi_sta_tax_sta": 1.0, + "cbi_uti_amount": 0.0, + "cbi_uti_deprbas_fed": 0.0, + "cbi_uti_deprbas_sta": 0.0, + "cbi_uti_maxvalue": 1e38, + "cbi_uti_tax_fed": 1.0, + "cbi_uti_tax_sta": 1.0, + "chk_update_peaks": 0.0, + "city": "-", + "cold_tank_Thtr": 263.0, + "cold_tank_max_heat": 0.5, + "const_per_interest1": 19281200.0, + "const_per_interest2": 0.0, + "const_per_interest3": 0.0, + "const_per_interest4": 0.0, + "const_per_interest5": 0.0, + "const_per_interest_rate1": 3.5, + "const_per_interest_rate2": 0.0, + "const_per_interest_rate3": 0.0, + "const_per_interest_rate4": 0.0, + "const_per_interest_rate5": 0.0, + "const_per_interest_total": 19281200.0, + "const_per_months1": 24.0, + "const_per_months2": 0.0, + "const_per_months3": 0.0, + "const_per_months4": 0.0, + "const_per_months5": 0.0, + "const_per_name1": "Loan 1", + "const_per_name2": "Loan 2", + "const_per_name3": "Loan 3", + "const_per_name4": "Loan 4", + "const_per_name5": "Loan 5", + "const_per_percent1": 100.0, + "const_per_percent2": 0.0, + "const_per_percent3": 0.0, + "const_per_percent4": 0.0, + "const_per_percent5": 0.0, + "const_per_percent_total": 100.0, + "const_per_principal1": 550891000.0, + "const_per_principal2": 0.0, + "const_per_principal3": 0.0, + "const_per_principal4": 0.0, + "const_per_principal5": 0.0, + "const_per_principal_total": 550891000.0, + "const_per_total1": 24790100.0, + "const_per_total2": 0.0, + "const_per_total3": 0.0, + "const_per_total4": 0.0, + "const_per_total5": 0.0, + "const_per_upfront_rate1": 1.0, + "const_per_upfront_rate2": 0.0, + "const_per_upfront_rate3": 0.0, + "const_per_upfront_rate4": 0.0, + "const_per_upfront_rate5": 0.0, + "construction_financing_cost": 24790100.0, + "contingency_percent": 7.0, + "cost_dev_fee_percent": 3.0, + "cost_dev_fee_tax_liability": 4384540.0, + "cost_dev_fee_value": 16526700.0, + "cost_equity_closing": 300000.0, + "cost_other_financing": 0.0, + "country": "-", + "csp.pt.pwrb.condenser_type": 1.0, + "csp.pt.pwrb.pressure_mode": 0.0, + "csp_financial_model": 3.0, + "ctes_cost": 0.0007, + "ctes_field_fl": 4.0, + "ctes_tankpairs": 1.0, + "ctes_tshours": 15.0, + "ctes_type": 0.0, + "cycle_cutoff_frac": 0.2, + "cycle_max_frac": 1.0, + "dT_cw_ref": 10.0, + "defocus": 1.0, + "degradation": [ + 0.0 + ], + "depr_alloc_custom_percent": 0.0, + "depr_alloc_macrs_15_percent": 1.5, + "depr_alloc_macrs_5_percent": 90.0, + "depr_alloc_none": 4.0, + "depr_alloc_sl_15_percent": 1.5, + "depr_alloc_sl_20_percent": 3.0, + "depr_alloc_sl_39_percent": 0.0, + "depr_alloc_sl_5_percent": 0.0, + "depr_bonus_fed": 0.0, + "depr_bonus_fed_custom": 0.0, + "depr_bonus_fed_macrs_15": 1.0, + "depr_bonus_fed_macrs_5": 1.0, + "depr_bonus_fed_sl_15": 0.0, + "depr_bonus_fed_sl_20": 0.0, + "depr_bonus_fed_sl_39": 0.0, + "depr_bonus_fed_sl_5": 0.0, + "depr_bonus_sta": 0.0, + "depr_bonus_sta_custom": 0.0, + "depr_bonus_sta_macrs_15": 1.0, + "depr_bonus_sta_macrs_5": 1.0, + "depr_bonus_sta_sl_15": 0.0, + "depr_bonus_sta_sl_20": 0.0, + "depr_bonus_sta_sl_39": 0.0, + "depr_bonus_sta_sl_5": 0.0, + "depr_custom_schedule": [ + 0.0 + ], + "depr_fedbas_method": 1.0, + "depr_itc_fed_custom": 0.0, + "depr_itc_fed_macrs_15": 0.0, + "depr_itc_fed_macrs_5": 1.0, + "depr_itc_fed_sl_15": 0.0, + "depr_itc_fed_sl_20": 0.0, + "depr_itc_fed_sl_39": 0.0, + "depr_itc_fed_sl_5": 0.0, + "depr_itc_sta_custom": 0.0, + "depr_itc_sta_macrs_15": 0.0, + "depr_itc_sta_macrs_5": 1.0, + "depr_itc_sta_sl_15": 0.0, + "depr_itc_sta_sl_20": 0.0, + "depr_itc_sta_sl_39": 0.0, + "depr_itc_sta_sl_5": 0.0, + "depr_stabas_method": 1.0, + "developer_equity_percent": 40.0, + "developer_postflip_cash_percent": 90.0, + "developer_postflip_tax_percent": 90.0, + "developer_preflip_cash_percent": 0.0, + "developer_preflip_tax_percent": 1.0, + "dirt_env": [ + 0.98, + 0.98, + 1.0, + 0.98 + ], + "disp_csu_cost_rel": 87.0, + "disp_frequency": 24.0, + "disp_horizon": 48.0, + "disp_max_iter": 50000.0, + "disp_mip_gap": 0.001, + "disp_pen_ramping": 1.0, + "disp_rsu_cost_rel": 1.4, + "disp_time_weighting": 0.999, + "disp_timeout": 5.0, + "disp_wlim_maxspec": 1e38, + "dispatch_data_filename": "", + "dispatch_factors_ts": [ + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, 0.8, 0.8, 0.8, @@ -9802,319 +18570,322 @@ 1.0 ] ], - "dispatch_sched_weekend": [ - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ] + "dispatch_sched_weekend": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "dispatch_series": [ + 0.0 ], "dispatch_tod_factors": [ 1.0, @@ -10127,18 +18898,16 @@ 1.0, 1.0 ], - "diswos": [ - 0.0 - ], - "disws": [ - 0.0 - ], "dscr_reserve_months": 6.0, "dt_cold": 5.0, "dt_hot": 5.0, "elev": 773.0, "en_electricity_rates": 0.0, "enable_interconnection_limit": 0.0, + "epc_cost_fixed": 0.0, + "epc_cost_per_acre": 0.0, + "epc_cost_per_watt": 0.0, + "epc_cost_percent_direct": 11.0, "epsilon_abs_1": [ [ 100.0, @@ -10200,6 +18969,10 @@ 1.0, 0.0 ], + "epsilon_radHX": 0.8, + "epsilon_radbot": 0.07, + "epsilon_radgrnd": 0.9, + "epsilon_radtop": 0.95, "equip1_reserve_cost": 0.0, "equip1_reserve_freq": 12.0, "equip2_reserve_cost": 0.0, @@ -10208,30 +18981,23 @@ "equip3_reserve_freq": 3.0, "equip_reserve_depr_fed": 0.0, "equip_reserve_depr_sta": 0.0, - "eta_lhv": 0.9, "eta_pump": 0.85, "eta_ref": 0.397, - "eta_tes_htr": 0.98, - "f_tc_cold": 2.0, - "fc_on": 0.0, - "fdisp": [ - 0.0 + "f_ctes_warm_ini": 0.0, + "f_turb_tou_periods": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 ], "federal_tax_rate": [ 21.0 ], - "ffrac": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "field_area": 282.632, "field_fl_props": [ [ 0.0, @@ -10243,17 +19009,11 @@ 0.0 ] ], - "field_fluid": 18.0, - "field_htf_cp_avg": 1.51335, - "field_thermal_output": 646.624, "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "flip_target_percent": 7.0, "flip_target_year": 9.0, - "fossil_mode": 1.0, + "fossil_spec_cost": 0.0, "fp_mode": 2.0, - "fthr_ok": 1.0, - "fthrctrl": 2.0, - "fthrok": 1.0, "grid_curtailment": [ 1e38, 1e38, @@ -19017,15 +27777,14 @@ 1e38 ], "grid_interconnection_limit_kwac": 20000.0, + "gross_net_conversion_factor": 0.9, + "h_ctes_tank": 30.0, + "h_ctes_tank_min": 1.0, "h_tank": 20.0, "h_tank_min": 1.0, - "has_hot_tank_bypass": 0.0, - "hl_des": 166.25, "hot_tank_Thtr": 425.0, - "htf_max_opt_temp": 593.0, - "htf_min_opt_temp": 238.0, - "hx_config": 2.0, - "hx_derate": 1.0, + "hot_tank_max_heat": 25.0, + "htf_system_spec_cost": 47.0, "hybrid_tou1": 0.0, "hybrid_tou2": 0.0, "hybrid_tou3": 0.0, @@ -19085,10 +27844,14 @@ "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, + "init_hot_htf_percent": 30.0, "insurance_rate": 0.5, "is_advanced": 0.0, "is_btm": 0.0, - "is_hx": 0.0, + "is_dispatch": 0.0, + "is_dispatch_series": 0.0, + "is_tod_pc_target_also_pc_max": 0.0, + "is_wlim_design": 0.0, "itc_fed_amount": [ 0.0 ], @@ -19115,23 +27878,10 @@ "itc_sta_percent_maxvalue": [ 1e38 ], - "k_tes_loss_coeffs": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], + "k_panel": 235.0, "land_area": 452.211, "land_mult": 1.6, "lat": 32.13, - "lhv_eff": 0.9, "lib_dispatch_factor1": 1.0, "lib_dispatch_factor2": 1.0, "lib_dispatch_factor3": 1.0, @@ -19772,12 +28522,9 @@ "library_folder_list": "x", "library_paths": "", "lon": -110.94, - "loop_eff": 0.595099, - "loop_opt_eff": 0.61177, - "loop_therm_eff": 0.972751, "m_dot_htfmax": 14.4763, "m_dot_htfmin": 3.01589, - "m_dot_in": 0.0, + "m_dot_radpanel": 8.0, "mc_bal_cold": 0.2, "mc_bal_hot": 0.2, "mc_bal_sca": 4.5, @@ -19789,16 +28536,12 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "mslf_is_hx": 0.0, - "nLoops": 152.0, "nMod": 16.0, - "nSCA": 16.0, + "nRecVar": 4.0, "n_pl_inc": 8.0, + "n_rad_tubes": 100.0, "nameplate": 99.9999, - "nodes": 2000.0, "nominal_discount_rate": 9.06, - "northsouth_field_sep": 20.0, - "offset_xpan_hdr": 1.0, "om_capacity": [ 66.0 ], @@ -19819,14 +28562,11 @@ 4.0 ], "om_production_escal": 0.0, - "opt_derate": 0.940896, "opt_model": 2.0, - "opt_normal": 0.650199, + "p_start": 0.021, "pb_bd_frac": 0.02, "pb_fixed_par": 0.0055, "pb_pump_coef": 0.55, - "pb_rated_cap": 111.111, - "pb_tech_type": 2.0, "pbi_fed_amount": [ 0.0 ], @@ -19860,13 +28600,17 @@ "pbi_uti_tax_sta": 1.0, "pbi_uti_term": 0.0, "pc_config": 0.0, + "plm_cost_fixed": 0.0, + "plm_cost_per_acre": 10000.0, + "plm_cost_per_watt": 0.0, + "plm_cost_percent_direct": 0.0, + "power_plant_spec_cost": 1100.0, "ppa_escalation": 1.0, "ppa_multiplier_model": 0.0, "ppa_price_input": [ 0.123 ], "ppa_soln_mode": 1.0, - "pressure_mode": 0.0, "prop_tax_assessed_decline": 0.0, "prop_tax_cost_assessed_percent": 100.0, "property_assessed_value": 550891000.0, @@ -19881,74 +28625,40 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_design": 99.9999, "q_max_aux": 643.716, - "q_pb_design": 279.877, "q_sby_frac": 0.2, - "qdisp": [ - 0.0 - ], + "rad_multiplier": 1.5, + "rad_pressuredrop": 75.0, + "radfluid_vol_ratio": 3.0, + "radiator_fluidcost": 0.34, + "radiator_installcost": 22.0, + "radiator_unitcost": 13.0, "rate_escalation": [ 0.0 ], "real_discount_rate": 6.4, "rec_htf_vol": 1.0, "rec_model": 2.0, + "rec_qf_delay": 0.25, + "rec_su_delay": 0.2, "reflectivity": 0.935, "reserves_interest": 1.25, + "sales_tax_percent": 80.0, "sales_tax_rate": 5.0, "salvage_percentage": 0.0, "salvage_value": 0.0, - "sf_hdr_diams": [ - -1.0 - ], - "sf_hdr_lengths": [ - -1.0 - ], - "sf_hdr_wallthicks": [ - -1.0 - ], - "sf_q_design": 279.877, - "sf_rnr_diams": [ - -1.0 - ], - "sf_rnr_lengths": [ - -1.0 - ], - "sf_rnr_wallthicks": [ - -1.0 - ], - "sgs_diams": [ - -1.0 - ], - "sgs_lengths": [ - 0.0, - 90.0, - 100.0, - 120.0, - 0.0, - 0.0, - 0.0, - 0.0, - 80.0, - 120.0, - 80.0 - ], - "sgs_wallthicks": [ - -1.0 - ], "show_CapitalCostSO": 1.0, "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, - "sm1_aperture": 495055.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_mult": 2.3, - "solar_mult_spec": 2.3, + "solar_field_spec_cost": 150.0, + "solar_mult_in": 2.3, + "solar_mult_or_Ap": 0.0, "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": 2.3, "solution_mode_message": "", "sponsor_cap_recovery_mode": 0.0, "sponsor_cap_recovery_year": 3.0, @@ -19960,6 +28670,7 @@ ], "station_id": "67345", "step": 3600.0, + "storage_spec_cost": 32.0, "store_fl_props": [ [ 1.0, @@ -19976,10 +28687,6 @@ "store_fluid": 18.0, "system_capacity": 99999.9, "system_use_lifetime_output": 0.0, - "t_ch_out_max": 500.0, - "t_dis_out_min": 500.0, - "t_standby_reset": 2.0, - "tank_max_heat": 9.6806, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, "tax_investor_equity_percent": 60.0, @@ -19987,55 +28694,20 @@ "tax_investor_postflip_tax_percent": 10.0, "tax_investor_preflip_cash_percent": 100.0, "tax_investor_preflip_tax_percent": 99.0, - "tc_fill": 7.0, - "tc_void": 0.25, - "tech_type": 2.0, + "tech_type": 1.0, "tes_pump_coef": 0.15, - "tes_temp": 409.0, - "tes_type": 1.0, + "th_rad_panel": 0.002, "theta_dep": 10.0, "theta_stow": 170.0, "tilt": 0.0, "tod_library": "Uniform Dispatch", - "total_direct_cost": 56783500.0, + "total_Ap_in": 877000.0, + "total_direct_cost": 475104000.0, "total_installed_cost": 550891000.0, - "total_land_area": 452.211, "track_mode": 1.0, "tshours": 4.0, - "tslogic_a": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_b": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_c": [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], "tz": -7.0, + "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 525.0, "ud_Q_dot_HTF_ND_des": 1.0, @@ -21691,41 +30363,14 @@ "ud_n_T_amb_calc": 20.0, "ud_n_T_htf_calc": 20.0, "ud_n_m_dot_calc": 20.0, - "ui_disp_1_fossil": 0.0, - "ui_disp_1_nosolar": 0.0, - "ui_disp_1_solar": 0.0, "ui_disp_1_turbout": 1.0, - "ui_disp_2_fossil": 0.0, - "ui_disp_2_nosolar": 0.0, - "ui_disp_2_solar": 0.0, "ui_disp_2_turbout": 1.0, - "ui_disp_3_fossil": 0.0, - "ui_disp_3_nosolar": 0.0, - "ui_disp_3_solar": 0.0, "ui_disp_3_turbout": 1.0, - "ui_disp_4_fossil": 0.0, - "ui_disp_4_nosolar": 0.0, - "ui_disp_4_solar": 0.0, "ui_disp_4_turbout": 1.0, - "ui_disp_5_fossil": 0.0, - "ui_disp_5_nosolar": 0.0, - "ui_disp_5_solar": 0.0, "ui_disp_5_turbout": 1.0, - "ui_disp_6_fossil": 0.0, - "ui_disp_6_nosolar": 0.0, - "ui_disp_6_solar": 0.0, "ui_disp_6_turbout": 1.0, - "ui_disp_7_fossil": 0.0, - "ui_disp_7_nosolar": 0.0, - "ui_disp_7_solar": 0.0, "ui_disp_7_turbout": 1.0, - "ui_disp_8_fossil": 0.0, - "ui_disp_8_nosolar": 0.0, - "ui_disp_8_solar": 0.0, "ui_disp_8_turbout": 1.0, - "ui_disp_9_fossil": 0.0, - "ui_disp_9_nosolar": 0.0, - "ui_disp_9_solar": 0.0, "ui_disp_9_turbout": 1.0, "ui_electricity_rate_option": 0.0, "ui_land_area_ha": 183.003, @@ -23193,9 +31838,17527 @@ "ur_source": "empty", "ur_start_date": "empty", "ur_ts_buy_rate": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, 0.0 ], "ur_ts_sell_rate": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, 0.0 ], "ur_unused_is_shown": 0.0, @@ -23220,8 +49383,6 @@ ], "use_specific_weather_file": 0.0, "user_specified_weather_file": "", - "vol_min": 313.654, - "vol_tank": 6273.08, "washes_per_year": 120.0, "water_per_wash": 0.02, "weekday_schedule": [ diff --git a/deploy/runtime/defaults/MSLF_LCOE Calculator.json b/deploy/runtime/defaults/MSLF_LCOE Calculator.json deleted file mode 100644 index 7967333f56..0000000000 --- a/deploy/runtime/defaults/MSLF_LCOE Calculator.json +++ /dev/null @@ -1,12000 +0,0 @@ -{ - "A_aperture": 470.3, - "AbsorberMaterial": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "AnnulusGas": [ - 27.0, - 1.0, - 1.0, - 27.0 - ], - "CT": 2.0, - "ColAz": 0.0, - "DP_SGS": 0.0, - "DP_coefs": [ - 0.0, - 1.0, - 0.0, - 0.0 - ], - "DP_nominal": 2.5, - "DP_pressure_loss": 40.0, - "D_abs_in": [ - 0.066, - 0.066, - 0.066, - 0.066 - ], - "D_abs_out": [ - 0.07, - 0.07, - 0.07, - 0.07 - ], - "D_glass_in": [ - 0.115, - 0.115, - 0.115, - 0.115 - ], - "D_glass_out": [ - 0.12, - 0.12, - 0.12, - 0.12 - ], - "D_plug": [ - 0.0, - 0.0, - 0.0, - 0.0 - ], - "Design_loss": [ - 150.0, - 1100.0, - 1500.0, - 0.0 - ], - "Dirt_mirror": 0.95, - "Error": 0.732, - "F_wc": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "FieldConfig": 2.0, - "Flow_type": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "Fluid": 18.0, - "FossilFill": [ - 0.0 - ], - "GeomEffects": 1.0, - "GlazingIntactIn": [ - 1.0, - 1.0, - 0.0, - 1.0 - ], - "HCE_FieldFrac": [ - 0.985, - 0.01, - 0.005, - 0.0 - ], - "HDR_rough": 0.0000457, - "HL_T_coefs": [ - 0.0, - 0.672, - 0.002556, - 0.0, - 0.0 - ], - "HL_w_coefs": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "HTF_data": [ - [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "IAM_L_coefs": [ - 1.0031, - -0.2259, - 0.5368, - -1.6434, - 0.7222 - ], - "IAM_T_coefs": [ - 0.9896, - 0.044, - -0.0721, - -0.2327, - 0.0 - ], - "I_b": 0.0, - "I_bn_des": 950.0, - "L_crossover": 15.0, - "L_mod": 44.8, - "L_mod_spacing": 1.0, - "L_rnr_pb": 25.0, - "L_rnr_per_xpan": 70.0, - "L_xpan_hdr": 20.0, - "L_xpan_rnr": 20.0, - "Min_rnr_xpans": 1.0, - "NUMTOU": 0.0, - "N_hdr_per_xpan": 2.0, - "N_max_hdr_diams": 10.0, - "OpticalTable": [ - [ - 0.0, - 0.0, - 10.0, - 20.0, - 30.0, - 40.0, - 50.0, - 60.0, - 70.0, - 80.0, - 90.0 - ], - [ - 0.0, - 1.0, - 0.97894, - 0.95382, - 0.94864, - 0.91162, - 0.86104, - 0.7036, - 0.48456, - 0.23609, - 0.0 - ], - [ - 10.0, - 0.97791, - 0.95732, - 0.93275, - 0.92768, - 0.89148, - 0.84202, - 0.68806, - 0.47386, - 0.23087, - 0.0 - ], - [ - 20.0, - 0.92189, - 0.90247, - 0.87932, - 0.87454, - 0.84041, - 0.79378, - 0.64864, - 0.44671, - 0.21765, - 0.0 - ], - [ - 30.0, - 0.83049, - 0.813, - 0.79214, - 0.78784, - 0.75709, - 0.71509, - 0.58433, - 0.40242, - 0.19607, - 0.0 - ], - [ - 40.0, - 0.70119, - 0.68642, - 0.66881, - 0.66518, - 0.63922, - 0.60375, - 0.49336, - 0.33977, - 0.16554, - 0.0 - ], - [ - 50.0, - 0.5336, - 0.52236, - 0.50896, - 0.50619, - 0.48644, - 0.45945, - 0.37544, - 0.25856, - 0.12598, - 0.0 - ], - [ - 60.0, - 0.32563, - 0.31877, - 0.31059, - 0.30891, - 0.29685, - 0.28038, - 0.22911, - 0.15779, - 0.07688, - 0.0 - ], - [ - 70.0, - 0.1173, - 0.11483, - 0.11188, - 0.11128, - 0.10693, - 0.101, - 0.08253, - 0.05684, - 0.02769, - 0.0 - ], - [ - 80.0, - 0.01103, - 0.0108, - 0.01052, - 0.01046, - 0.01006, - 0.0095, - 0.00776, - 0.00534, - 0.0026, - 0.0 - ], - [ - 90.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "PB_COPY_T_htf_cold_des": 293.0, - "PB_COPY_T_htf_hot_des": 525.0, - "PB_COPY_htf_cp_avg": 1.51335, - "PB_COPY_q_pb_design": 279.877, - "PB_m_dot_htf_cycle_des": 797.149, - "P_a": [ - 0.0001, - 750.0, - 750.0, - 0.0 - ], - "P_amb": 1.0, - "P_cond_min": 1.25, - "P_cond_ratio": 1.0028, - "P_ref": 111.111, - "Pipe_hl_coef": 0.45, - "Rough": [ - 0.000045, - 0.000045, - 0.000045, - 0.000045 - ], - "SCA_drives_elec": 125.0, - "Shadowing": [ - 0.96, - 0.96, - 0.96, - 0.963 - ], - "TES_cap": 1119.51, - "TSLogic": [ - [ - 0.0 - ] - ], - "T_ITD_des": 16.0, - "T_amb_des": 42.0, - "T_amb_sf_des": 42.0, - "T_approach": 5.0, - "T_cold_in": 274.7, - "T_db": 15.0, - "T_dp": 10.0, - "T_field_in_des": 293.0, - "T_field_ini": 300.0, - "T_field_out_des": 525.0, - "T_fp": 263.0, - "T_htf_cold_ref": 293.0, - "T_htf_hot_des": 525.0, - "T_htf_hot_ref": 525.0, - "T_loop_in_des": 293.0, - "T_loop_out": 525.0, - "T_set_aux": 525.0, - "T_startup": 400.0, - "T_tank_cold_ini": 293.0, - "T_tank_hot_ini": 525.0, - "T_tank_hot_inlet_min": 400.0, - "Tau_envelope": [ - 0.963, - 0.963, - 1.0, - 0.0 - ], - "TrackingError": 1.0, - "V_hdr_cold_max": 3.0, - "V_hdr_cold_min": 2.0, - "V_hdr_hot_max": 3.0, - "V_hdr_hot_min": 2.0, - "V_hdr_max": 3.0, - "V_hdr_min": 2.0, - "V_tank_hot_ini": 1254.62, - "V_tes_des": 1.85, - "V_wind": 1.5, - "V_wind_des": 4.0, - "W_pb_design": 111.111, - "a_field": 850000.0, - "a_loop": 7524.8, - "a_sf_act": 1143770.0, - "adjust": 0.0, - "adjust_constant": 4.0, - "adjust_en_periods": 0.0, - "adjust_en_timeindex": 0.0, - "adjust_periods": [ - [ - 0.0 - ] - ], - "adjust_timeindex": [ - 0.0 - ], - "alpha_abs": [ - 0.96, - 0.96, - 0.8, - 0.0 - ], - "alpha_env": [ - 0.02, - 0.02, - 0.0, - 0.0 - ], - "annual_albedo": 0.217164, - "annual_beam": 7.36408, - "annual_diffuse": 1.33978, - "annual_global": 5.83819, - "annual_snow": "nan", - "annual_tdry": 18.1261, - "annual_wspd": 2.35368, - "aux_array": [ - 0.02273, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "azimuth": 0.0, - "bop_array": [ - 0.0, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "c_construction_cost": [ - 80.0, - 10.0, - 10.0 - ], - "c_construction_duration": 0.0, - "c_construction_interest": 3.5, - "c_debt_percent": 60.0, - "c_depreciation_schedule": [ - 20.0, - 32.0, - 19.2, - 11.52, - 11.52, - 5.76 - ], - "c_equity_return": 13.0, - "c_inflation": 2.5, - "c_lifetime": 20.0, - "c_nominal_interest_rate": 4.0, - "c_tax_rate": 28.0, - "calc_design_pipe_vals": 0.0, - "capital_cost": 546999000.0, - "city": "-", - "cold_tank_Thtr": 263.0, - "combo_condenser_type": 1.0, - "country": "-", - "csp.mslf.control.aux_array_c0": 0.483, - "csp.mslf.control.aux_array_c1": 0.517, - "csp.mslf.control.aux_array_c2": 0.0, - "csp.mslf.control.aux_array_mult": 0.02273, - "csp.mslf.control.aux_array_pf": 1.0, - "csp.mslf.control.bop_array_c0": 0.483, - "csp.mslf.control.bop_array_c1": 0.517, - "csp.mslf.control.bop_array_c2": 0.0, - "csp.mslf.control.bop_array_mult": 0.0, - "csp.mslf.control.bop_array_pf": 1.0, - "csp.mslf.control.ffrac1": 0.0, - "csp.mslf.control.ffrac2": 0.0, - "csp.mslf.control.ffrac3": 0.0, - "csp.mslf.control.ffrac4": 0.0, - "csp.mslf.control.ffrac5": 0.0, - "csp.mslf.control.ffrac6": 0.0, - "csp.mslf.control.ffrac7": 0.0, - "csp.mslf.control.ffrac8": 0.0, - "csp.mslf.control.ffrac9": 0.0, - "csp.mslf.control.fossil_mode": 0.0, - "csp.mslf.control.store_fluid": 0.0, - "csp.mslf.control.tes_cp": 1.51335, - "csp.mslf.control.tes_dens": 1829.88, - "csp.mslf.cycle.gr_to_net": 0.9, - "csp.mslf.enet.tes_fp_mode": 1.0, - "csp.mslf.par.calc.aux": 2.52555, - "csp.mslf.par.calc.bop": 0.0, - "csp.mslf.par.calc.frac_gross": 0.611111, - "csp.mslf.par.calc.tracking": 304000.0, - "csp.mslf.sf.AbsorberMaterial": 0.0, - "csp.mslf.sf.AnnulusGas1": 2.0, - "csp.mslf.sf.AnnulusGas2": 0.0, - "csp.mslf.sf.AnnulusGas3": 0.0, - "csp.mslf.sf.AnnulusGas4": 2.0, - "csp.mslf.sf.DP_coefs0": 0.0, - "csp.mslf.sf.DP_coefs1": 1.0, - "csp.mslf.sf.DP_coefs2": 0.0, - "csp.mslf.sf.DP_coefs3": 0.0, - "csp.mslf.sf.D_abs_in": 0.066, - "csp.mslf.sf.D_abs_out": 0.07, - "csp.mslf.sf.D_glass_in": 0.115, - "csp.mslf.sf.D_glass_out": 0.12, - "csp.mslf.sf.D_plug": 0.0, - "csp.mslf.sf.Design_loss1": 150.0, - "csp.mslf.sf.Design_loss2": 1100.0, - "csp.mslf.sf.Design_loss3": 1500.0, - "csp.mslf.sf.Design_loss4": 0.0, - "csp.mslf.sf.FieldConfig": 0.0, - "csp.mslf.sf.Flow_type": 0.0, - "csp.mslf.sf.Fluid": 0.0, - "csp.mslf.sf.GlazingIntactIn1": 0.0, - "csp.mslf.sf.GlazingIntactIn2": 0.0, - "csp.mslf.sf.GlazingIntactIn3": 1.0, - "csp.mslf.sf.GlazingIntactIn4": 0.0, - "csp.mslf.sf.HCE_FieldFrac1": 0.985, - "csp.mslf.sf.HCE_FieldFrac2": 0.01, - "csp.mslf.sf.HCE_FieldFrac3": 0.005, - "csp.mslf.sf.HCE_FieldFrac4": 0.0, - "csp.mslf.sf.HL_T_coefs0": 0.0, - "csp.mslf.sf.HL_T_coefs1": 0.672, - "csp.mslf.sf.HL_T_coefs2": 0.002556, - "csp.mslf.sf.HL_T_coefs3": 0.0, - "csp.mslf.sf.HL_T_coefs4": 0.0, - "csp.mslf.sf.HL_w_coefs0": 1.0, - "csp.mslf.sf.HL_w_coefs1": 0.0, - "csp.mslf.sf.HL_w_coefs2": 0.0, - "csp.mslf.sf.HL_w_coefs3": 0.0, - "csp.mslf.sf.HL_w_coefs4": 0.0, - "csp.mslf.sf.IAM_L_coefs0": 1.0031, - "csp.mslf.sf.IAM_L_coefs1": -0.2259, - "csp.mslf.sf.IAM_L_coefs2": 0.5368, - "csp.mslf.sf.IAM_L_coefs3": -1.6434, - "csp.mslf.sf.IAM_L_coefs4": 0.7222, - "csp.mslf.sf.IAM_T_coefs0": 0.9896, - "csp.mslf.sf.IAM_T_coefs1": 0.044, - "csp.mslf.sf.IAM_T_coefs2": -0.0721, - "csp.mslf.sf.IAM_T_coefs3": -0.2327, - "csp.mslf.sf.IAM_T_coefs4": 0.0, - "csp.mslf.sf.P_a1": 0.0001, - "csp.mslf.sf.P_a2": 750.0, - "csp.mslf.sf.P_a3": 750.0, - "csp.mslf.sf.P_a4": 0.0, - "csp.mslf.sf.Rough": 0.000045, - "csp.mslf.sf.Shadowing1": 0.96, - "csp.mslf.sf.Shadowing2": 0.96, - "csp.mslf.sf.Shadowing3": 0.96, - "csp.mslf.sf.Shadowing4": 0.963, - "csp.mslf.sf.Tau_envelope1": 0.963, - "csp.mslf.sf.Tau_envelope2": 0.963, - "csp.mslf.sf.Tau_envelope3": 1.0, - "csp.mslf.sf.Tau_envelope4": 0.0, - "csp.mslf.sf.alpha_abs1": 0.96, - "csp.mslf.sf.alpha_abs2": 0.96, - "csp.mslf.sf.alpha_abs3": 0.8, - "csp.mslf.sf.alpha_abs4": 0.0, - "csp.mslf.sf.alpha_env1": 0.02, - "csp.mslf.sf.alpha_env2": 0.02, - "csp.mslf.sf.alpha_env3": 0.0, - "csp.mslf.sf.alpha_env4": 0.0, - "csp.mslf.sf.avg_dt_des": 367.0, - "csp.mslf.sf.dirt_env1": 0.98, - "csp.mslf.sf.dirt_env2": 0.98, - "csp.mslf.sf.dirt_env3": 1.0, - "csp.mslf.sf.dirt_env4": 0.98, - "csp.mslf.sf.epsilon_glass1": 0.86, - "csp.mslf.sf.epsilon_glass2": 0.86, - "csp.mslf.sf.epsilon_glass3": 1.0, - "csp.mslf.sf.epsilon_glass4": 0.0, - "csp.mslf.sf.fthrctrl": 1.0, - "csp.mslf.sf.opt_model": 1.0, - "csp.mslf.sf.rec_model": 1.0, - "csp.mslf.sf.sm1_nLoops": 66.0, - "csp.mslf.sf.sm_or_area": 0.0, - "csp.mslf.tes.estimated_heat_loss": 0.24418, - "csp.mslf.tes.htf_max_opt_temp": 593.0, - "csp.mslf.tes.htf_min_opt_temp": 238.0, - "csp.mslf.tes.notify_text": "empty", - "custom_sf_pipe_sizes": 0.0, - "custom_sgs_pipe_sizes": 0.0, - "custom_tes_p_loss": 0.0, - "cycle_cutoff_frac": 0.2, - "cycle_max_frac": 1.0, - "dT_cw_ref": 10.0, - "d_tank": 19.9839, - "defocus": 1.0, - "demand_var": 111.111, - "dirt_env": [ - 0.98, - 0.98, - 1.0, - 0.98 - ], - "diswos": [ - 0.0 - ], - "disws": [ - 0.0 - ], - "dt_cold": 5.0, - "dt_hot": 5.0, - "elev": 773.0, - "enable_interconnection_limit": 0.0, - "epsilon_abs_1": [ - [ - 100.0, - 0.064 - ], - [ - 150.0, - 0.0665 - ], - [ - 200.0, - 0.07 - ], - [ - 250.0, - 0.0745 - ], - [ - 300.0, - 0.08 - ], - [ - 350.0, - 0.0865 - ], - [ - 400.0, - 0.094 - ], - [ - 450.0, - 0.1025 - ], - [ - 500.0, - 0.112 - ] - ], - "epsilon_abs_2": [ - [ - 0.0, - 0.65 - ] - ], - "epsilon_abs_3": [ - [ - 0.0, - 0.65 - ] - ], - "epsilon_abs_4": [ - [ - 0.0 - ] - ], - "epsilon_glass": [ - 0.86, - 0.86, - 1.0, - 0.0 - ], - "eta_lhv": 0.9, - "eta_pump": 0.85, - "eta_ref": 0.397, - "eta_tes_htr": 0.98, - "f_tc_cold": 2.0, - "fc_on": 0.0, - "fdisp": [ - 0.0 - ], - "ffrac": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "field_area": 282.632, - "field_fl_props": [ - [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "field_fluid": 18.0, - "field_htf_cp_avg": 1.51335, - "field_thermal_output": 646.624, - "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "fixed_charge_rate": 0.098, - "fixed_operating_cost": 6599990.0, - "fossil_mode": 1.0, - "fp_mode": 2.0, - "fthr_ok": 1.0, - "fthrctrl": 2.0, - "fthrok": 1.0, - "grid_curtailment": [ - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38 - ], - "grid_interconnection_limit_kwac": 20000.0, - "h_tank": 20.0, - "h_tank_min": 1.0, - "has_hot_tank_bypass": 0.0, - "hl_des": 166.25, - "hot_tank_Thtr": 425.0, - "htf_max_opt_temp": 593.0, - "htf_min_opt_temp": 238.0, - "hx_config": 2.0, - "hx_derate": 1.0, - "hybrid_tou1": 0.0, - "hybrid_tou2": 0.0, - "hybrid_tou3": 0.0, - "hybrid_tou4": 0.0, - "hybrid_tou5": 0.0, - "hybrid_tou6": 0.0, - "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_list": "|||", - "in_location_options": 0.0, - "in_nsrdb_options": 0.0, - "in_time_step": 0.0, - "is_advanced": 0.0, - "is_hx": 0.0, - "k_tes_loss_coeffs": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "land_mult": 1.6, - "lat": 32.13, - "lhv_eff": 0.9, - "library_folder_list": "x", - "library_paths": "", - "lon": -110.94, - "loop_eff": 0.595099, - "loop_opt_eff": 0.61177, - "loop_therm_eff": 0.972751, - "m_dot_htfmax": 14.4763, - "m_dot_htfmin": 3.01589, - "m_dot_in": 0.0, - "mc_bal_cold": 0.2, - "mc_bal_hot": 0.2, - "mc_bal_sca": 4.5, - "mslf_is_hx": 0.0, - "nLoops": 152.0, - "nMod": 16.0, - "nSCA": 16.0, - "n_pl_inc": 8.0, - "nameplate": 99.9999, - "nodes": 2000.0, - "northsouth_field_sep": 20.0, - "offset_xpan_hdr": 1.0, - "opt_derate": 0.940896, - "opt_model": 2.0, - "opt_normal": 0.650199, - "pb_bd_frac": 0.02, - "pb_fixed_par": 0.0055, - "pb_pump_coef": 0.55, - "pb_rated_cap": 111.111, - "pb_tech_type": 2.0, - "pc_config": 0.0, - "pressure_mode": 0.0, - "q_design": 99.9999, - "q_max_aux": 643.716, - "q_pb_design": 279.877, - "q_sby_frac": 0.2, - "qdisp": [ - 0.0 - ], - "rec_htf_vol": 1.0, - "rec_model": 2.0, - "reflectivity": 0.935, - "sf_hdr_diams": [ - -1.0 - ], - "sf_hdr_lengths": [ - -1.0 - ], - "sf_hdr_wallthicks": [ - -1.0 - ], - "sf_q_design": 279.877, - "sf_rnr_diams": [ - -1.0 - ], - "sf_rnr_lengths": [ - -1.0 - ], - "sf_rnr_wallthicks": [ - -1.0 - ], - "sgs_diams": [ - -1.0 - ], - "sgs_lengths": [ - 0.0, - 90.0, - 100.0, - 120.0, - 0.0, - 0.0, - 0.0, - 0.0, - 80.0, - 120.0, - 80.0 - ], - "sgs_wallthicks": [ - -1.0 - ], - "sm1_aperture": 495055.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.3, - "solar_mult_spec": 2.3, - "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": 2.3, - "startup_frac": 0.2, - "startup_time": 0.5, - "state": "-", - "station_id": "67345", - "step": 3600.0, - "store_fl_props": [ - [ - 1.0, - 7.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "store_fluid": 18.0, - "system_capacity": 99999.9, - "t_ch_out_max": 500.0, - "t_dis_out_min": 500.0, - "t_standby_reset": 2.0, - "tank_max_heat": 9.6806, - "tank_pairs": 1.0, - "tanks_in_parallel": 1.0, - "tc_fill": 7.0, - "tc_void": 0.25, - "tech_type": 2.0, - "tes_pump_coef": 0.15, - "tes_temp": 409.0, - "tes_type": 1.0, - "theta_dep": 10.0, - "theta_stow": 170.0, - "tilt": 0.0, - "total_land_area": 452.211, - "track_mode": 1.0, - "tshours": 4.0, - "tslogic_a": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_b": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_c": [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - "tz": -7.0, - "u_tank": 0.4, - "ud_COPY_T_HTF_des": 525.0, - "ud_Q_dot_HTF_ND_des": 1.0, - "ud_T_amb_des": 43.0, - "ud_T_amb_des_calc": 43.0, - "ud_T_amb_high": 55.0, - "ud_T_amb_high_calc": 55.0, - "ud_T_amb_levels": 20.0, - "ud_T_amb_low": 0.0, - "ud_T_amb_low_calc": 0.0, - "ud_T_htf_des_calc": 525.0, - "ud_T_htf_high": 545.0, - "ud_T_htf_high_calc": 545.0, - "ud_T_htf_levels": 20.0, - "ud_T_htf_low": 390.0, - "ud_T_htf_low_calc": 390.0, - "ud_W_dot_cool_calc": 0.0, - "ud_W_dot_cooling_ND_des": 1.0, - "ud_W_dot_gross_ND_des": 0.99839, - "ud_enable_gen_table": 0.0, - "ud_f_W_dot_cool_des": 0.0, - "ud_ind_od": [ - [ - 390.0, - 0.3, - 43.0, - 0.072998, - 0.125431, - 1.0, - 1.0 - ], - [ - 398.158, - 0.3, - 43.0, - 0.080213, - 0.13598, - 1.0, - 1.0 - ], - [ - 406.316, - 0.3, - 43.0, - 0.087574, - 0.146529, - 1.0, - 1.0 - ], - [ - 414.474, - 0.3, - 43.0, - 0.095077, - 0.157078, - 1.0, - 1.0 - ], - [ - 422.632, - 0.3, - 43.0, - 0.102719, - 0.167627, - 1.0, - 1.0 - ], - [ - 430.789, - 0.3, - 43.0, - 0.110496, - 0.178176, - 1.0, - 1.0 - ], - [ - 438.947, - 0.3, - 43.0, - 0.118403, - 0.188725, - 1.0, - 1.0 - ], - [ - 447.105, - 0.3, - 43.0, - 0.12644, - 0.199274, - 1.0, - 1.0 - ], - [ - 455.263, - 0.3, - 43.0, - 0.134601, - 0.209823, - 1.0, - 1.0 - ], - [ - 463.421, - 0.3, - 43.0, - 0.142884, - 0.220372, - 1.0, - 1.0 - ], - [ - 471.579, - 0.3, - 43.0, - 0.151286, - 0.230921, - 1.0, - 1.0 - ], - [ - 479.737, - 0.3, - 43.0, - 0.159804, - 0.24147, - 1.0, - 1.0 - ], - [ - 487.895, - 0.3, - 43.0, - 0.168435, - 0.252019, - 1.0, - 1.0 - ], - [ - 496.053, - 0.3, - 43.0, - 0.177177, - 0.262568, - 1.0, - 1.0 - ], - [ - 504.211, - 0.3, - 43.0, - 0.186027, - 0.273117, - 1.0, - 1.0 - ], - [ - 512.368, - 0.3, - 43.0, - 0.194983, - 0.283666, - 1.0, - 1.0 - ], - [ - 520.526, - 0.3, - 43.0, - 0.204043, - 0.294215, - 1.0, - 1.0 - ], - [ - 528.684, - 0.3, - 43.0, - 0.213203, - 0.304764, - 1.0, - 1.0 - ], - [ - 536.842, - 0.3, - 43.0, - 0.222462, - 0.315313, - 1.0, - 1.0 - ], - [ - 545.0, - 0.3, - 43.0, - 0.231818, - 0.325862, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 43.0, - 0.349182, - 0.418103, - 1.0, - 1.0 - ], - [ - 398.158, - 1.0, - 43.0, - 0.383696, - 0.453267, - 1.0, - 1.0 - ], - [ - 406.316, - 1.0, - 43.0, - 0.418907, - 0.48843, - 1.0, - 1.0 - ], - [ - 414.474, - 1.0, - 43.0, - 0.454799, - 0.523593, - 1.0, - 1.0 - ], - [ - 422.632, - 1.0, - 43.0, - 0.491352, - 0.558757, - 1.0, - 1.0 - ], - [ - 430.789, - 1.0, - 43.0, - 0.528551, - 0.59392, - 1.0, - 1.0 - ], - [ - 438.947, - 1.0, - 43.0, - 0.566379, - 0.629084, - 1.0, - 1.0 - ], - [ - 447.105, - 1.0, - 43.0, - 0.604819, - 0.664247, - 1.0, - 1.0 - ], - [ - 455.263, - 1.0, - 43.0, - 0.643857, - 0.69941, - 1.0, - 1.0 - ], - [ - 463.421, - 1.0, - 43.0, - 0.683478, - 0.734573, - 1.0, - 1.0 - ], - [ - 471.579, - 1.0, - 43.0, - 0.723669, - 0.769737, - 1.0, - 1.0 - ], - [ - 479.737, - 1.0, - 43.0, - 0.764414, - 0.8049, - 1.0, - 1.0 - ], - [ - 487.895, - 1.0, - 43.0, - 0.805702, - 0.840064, - 1.0, - 1.0 - ], - [ - 496.053, - 1.0, - 43.0, - 0.84752, - 0.875227, - 1.0, - 1.0 - ], - [ - 504.211, - 1.0, - 43.0, - 0.889855, - 0.91039, - 1.0, - 1.0 - ], - [ - 512.368, - 1.0, - 43.0, - 0.932695, - 0.945554, - 1.0, - 1.0 - ], - [ - 520.526, - 1.0, - 43.0, - 0.97603, - 0.980717, - 1.0, - 1.0 - ], - [ - 528.684, - 1.0, - 43.0, - 1.01985, - 1.01588, - 1.0, - 1.0 - ], - [ - 536.842, - 1.0, - 43.0, - 1.06414, - 1.05104, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 43.0, - 1.10889, - 1.08621, - 1.0, - 1.0 - ], - [ - 390.0, - 1.2, - 43.0, - 0.391887, - 0.501724, - 1.0, - 1.0 - ], - [ - 398.158, - 1.2, - 43.0, - 0.430621, - 0.54392, - 1.0, - 1.0 - ], - [ - 406.316, - 1.2, - 43.0, - 0.470139, - 0.586116, - 1.0, - 1.0 - ], - [ - 414.474, - 1.2, - 43.0, - 0.51042, - 0.628312, - 1.0, - 1.0 - ], - [ - 422.632, - 1.2, - 43.0, - 0.551444, - 0.670508, - 1.0, - 1.0 - ], - [ - 430.789, - 1.2, - 43.0, - 0.593192, - 0.712704, - 1.0, - 1.0 - ], - [ - 438.947, - 1.2, - 43.0, - 0.635646, - 0.7549, - 1.0, - 1.0 - ], - [ - 447.105, - 1.2, - 43.0, - 0.678787, - 0.797096, - 1.0, - 1.0 - ], - [ - 455.263, - 1.2, - 43.0, - 0.7226, - 0.839292, - 1.0, - 1.0 - ], - [ - 463.421, - 1.2, - 43.0, - 0.767067, - 0.881488, - 1.0, - 1.0 - ], - [ - 471.579, - 1.2, - 43.0, - 0.812172, - 0.923684, - 1.0, - 1.0 - ], - [ - 479.737, - 1.2, - 43.0, - 0.857901, - 0.96588, - 1.0, - 1.0 - ], - [ - 487.895, - 1.2, - 43.0, - 0.904238, - 1.00808, - 1.0, - 1.0 - ], - [ - 496.053, - 1.2, - 43.0, - 0.95117, - 1.05027, - 1.0, - 1.0 - ], - [ - 504.211, - 1.2, - 43.0, - 0.998682, - 1.09247, - 1.0, - 1.0 - ], - [ - 512.368, - 1.2, - 43.0, - 1.04676, - 1.13466, - 1.0, - 1.0 - ], - [ - 520.526, - 1.2, - 43.0, - 1.0954, - 1.17686, - 1.0, - 1.0 - ], - [ - 528.684, - 1.2, - 43.0, - 1.14457, - 1.21906, - 1.0, - 1.0 - ], - [ - 536.842, - 1.2, - 43.0, - 1.19428, - 1.26125, - 1.0, - 1.0 - ], - [ - 545.0, - 1.2, - 43.0, - 1.24451, - 1.30345, - 1.0, - 1.0 - ], - [ - 525.0, - 0.3, - 0.0, - 0.234077, - 0.3, - 1.0, - 1.0 - ], - [ - 525.0, - 0.347368, - 0.0, - 0.283223, - 0.347368, - 1.0, - 1.0 - ], - [ - 525.0, - 0.394737, - 0.0, - 0.334427, - 0.394737, - 1.0, - 1.0 - ], - [ - 525.0, - 0.442105, - 0.0, - 0.387511, - 0.442105, - 1.0, - 1.0 - ], - [ - 525.0, - 0.489474, - 0.0, - 0.442333, - 0.489474, - 1.0, - 1.0 - ], - [ - 525.0, - 0.536842, - 0.0, - 0.498772, - 0.536842, - 1.0, - 1.0 - ], - [ - 525.0, - 0.584211, - 0.0, - 0.556726, - 0.584211, - 1.0, - 1.0 - ], - [ - 525.0, - 0.631579, - 0.0, - 0.616108, - 0.631579, - 1.0, - 1.0 - ], - [ - 525.0, - 0.678947, - 0.0, - 0.676843, - 0.678947, - 1.0, - 1.0 - ], - [ - 525.0, - 0.726316, - 0.0, - 0.738864, - 0.726316, - 1.0, - 1.0 - ], - [ - 525.0, - 0.773684, - 0.0, - 0.80211, - 0.773684, - 1.0, - 1.0 - ], - [ - 525.0, - 0.821053, - 0.0, - 0.86653, - 0.821053, - 1.0, - 1.0 - ], - [ - 525.0, - 0.868421, - 0.0, - 0.932074, - 0.868421, - 1.0, - 1.0 - ], - [ - 525.0, - 0.915789, - 0.0, - 0.998701, - 0.915789, - 1.0, - 1.0 - ], - [ - 525.0, - 0.963158, - 0.0, - 1.06637, - 0.963158, - 1.0, - 1.0 - ], - [ - 525.0, - 1.01053, - 0.0, - 1.1279, - 1.01053, - 1.0, - 1.0 - ], - [ - 525.0, - 1.05789, - 0.0, - 1.16352, - 1.05789, - 1.0, - 1.0 - ], - [ - 525.0, - 1.10526, - 0.0, - 1.19695, - 1.10526, - 1.0, - 1.0 - ], - [ - 525.0, - 1.15263, - 0.0, - 1.22804, - 1.15263, - 1.0, - 1.0 - ], - [ - 525.0, - 1.2, - 0.0, - 1.25664, - 1.2, - 1.0, - 1.0 - ], - [ - 525.0, - 0.3, - 43.0, - 0.209054, - 0.3, - 1.0, - 1.0 - ], - [ - 525.0, - 0.347368, - 43.0, - 0.252946, - 0.347368, - 1.0, - 1.0 - ], - [ - 525.0, - 0.394737, - 43.0, - 0.298676, - 0.394737, - 1.0, - 1.0 - ], - [ - 525.0, - 0.442105, - 43.0, - 0.346085, - 0.442105, - 1.0, - 1.0 - ], - [ - 525.0, - 0.489474, - 43.0, - 0.395046, - 0.489474, - 1.0, - 1.0 - ], - [ - 525.0, - 0.536842, - 43.0, - 0.445452, - 0.536842, - 1.0, - 1.0 - ], - [ - 525.0, - 0.584211, - 43.0, - 0.49721, - 0.584211, - 1.0, - 1.0 - ], - [ - 525.0, - 0.631579, - 43.0, - 0.550245, - 0.631579, - 1.0, - 1.0 - ], - [ - 525.0, - 0.678947, - 43.0, - 0.604487, - 0.678947, - 1.0, - 1.0 - ], - [ - 525.0, - 0.726316, - 43.0, - 0.659877, - 0.726316, - 1.0, - 1.0 - ], - [ - 525.0, - 0.773684, - 43.0, - 0.716363, - 0.773684, - 1.0, - 1.0 - ], - [ - 525.0, - 0.821053, - 43.0, - 0.773895, - 0.821053, - 1.0, - 1.0 - ], - [ - 525.0, - 0.868421, - 43.0, - 0.832433, - 0.868421, - 1.0, - 1.0 - ], - [ - 525.0, - 0.915789, - 43.0, - 0.891937, - 0.915789, - 1.0, - 1.0 - ], - [ - 525.0, - 0.963158, - 43.0, - 0.952372, - 0.963158, - 1.0, - 1.0 - ], - [ - 525.0, - 1.01053, - 43.0, - 1.00732, - 1.01053, - 1.0, - 1.0 - ], - [ - 525.0, - 1.05789, - 43.0, - 1.03914, - 1.05789, - 1.0, - 1.0 - ], - [ - 525.0, - 1.10526, - 43.0, - 1.06899, - 1.10526, - 1.0, - 1.0 - ], - [ - 525.0, - 1.15263, - 43.0, - 1.09676, - 1.15263, - 1.0, - 1.0 - ], - [ - 525.0, - 1.2, - 43.0, - 1.1223, - 1.2, - 1.0, - 1.0 - ], - [ - 525.0, - 0.3, - 55.0, - 0.202379, - 0.3, - 1.0, - 1.0 - ], - [ - 525.0, - 0.347368, - 55.0, - 0.24487, - 0.347368, - 1.0, - 1.0 - ], - [ - 525.0, - 0.394737, - 55.0, - 0.28914, - 0.394737, - 1.0, - 1.0 - ], - [ - 525.0, - 0.442105, - 55.0, - 0.335036, - 0.442105, - 1.0, - 1.0 - ], - [ - 525.0, - 0.489474, - 55.0, - 0.382434, - 0.489474, - 1.0, - 1.0 - ], - [ - 525.0, - 0.536842, - 55.0, - 0.43123, - 0.536842, - 1.0, - 1.0 - ], - [ - 525.0, - 0.584211, - 55.0, - 0.481336, - 0.584211, - 1.0, - 1.0 - ], - [ - 525.0, - 0.631579, - 55.0, - 0.532677, - 0.631579, - 1.0, - 1.0 - ], - [ - 525.0, - 0.678947, - 55.0, - 0.585188, - 0.678947, - 1.0, - 1.0 - ], - [ - 525.0, - 0.726316, - 55.0, - 0.638809, - 0.726316, - 1.0, - 1.0 - ], - [ - 525.0, - 0.773684, - 55.0, - 0.693491, - 0.773684, - 1.0, - 1.0 - ], - [ - 525.0, - 0.821053, - 55.0, - 0.749187, - 0.821053, - 1.0, - 1.0 - ], - [ - 525.0, - 0.868421, - 55.0, - 0.805856, - 0.868421, - 1.0, - 1.0 - ], - [ - 525.0, - 0.915789, - 55.0, - 0.863461, - 0.915789, - 1.0, - 1.0 - ], - [ - 525.0, - 0.963158, - 55.0, - 0.921966, - 0.963158, - 1.0, - 1.0 - ], - [ - 525.0, - 1.01053, - 55.0, - 0.975163, - 1.01053, - 1.0, - 1.0 - ], - [ - 525.0, - 1.05789, - 55.0, - 1.00596, - 1.05789, - 1.0, - 1.0 - ], - [ - 525.0, - 1.10526, - 55.0, - 1.03486, - 1.10526, - 1.0, - 1.0 - ], - [ - 525.0, - 1.15263, - 55.0, - 1.06175, - 1.15263, - 1.0, - 1.0 - ], - [ - 525.0, - 1.2, - 55.0, - 1.08647, - 1.2, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 0.0, - 0.404087, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 2.89474, - 0.400261, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 5.78947, - 0.396455, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 8.68421, - 0.392668, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 11.5789, - 0.388901, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 14.4737, - 0.385153, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 17.3684, - 0.381424, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 20.2632, - 0.377713, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 23.1579, - 0.374021, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 26.0526, - 0.370346, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 28.9474, - 0.36669, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 31.8421, - 0.363051, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 34.7368, - 0.359429, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 37.6316, - 0.355824, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 40.5263, - 0.352235, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 43.4211, - 0.348664, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 46.3158, - 0.345108, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 49.2105, - 0.341569, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 52.1053, - 0.338046, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 55.0, - 0.334538, - 0.418103, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 0.0, - 1.1197, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 2.89474, - 1.11136, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 5.78947, - 1.10306, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 8.68421, - 1.0948, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 11.5789, - 1.08659, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 14.4737, - 1.07842, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 17.3684, - 1.07029, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 20.2632, - 1.0622, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 23.1579, - 1.05415, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 26.0526, - 1.04614, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 28.9474, - 1.03817, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 31.8421, - 1.03024, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 34.7368, - 1.02234, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 37.6316, - 1.01448, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 40.5263, - 1.00666, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 43.4211, - 0.99887, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 46.3158, - 0.991118, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 49.2105, - 0.983402, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 52.1053, - 0.975721, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 55.0, - 0.968073, - 1.0, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 0.0, - 1.23731, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 2.89474, - 1.22836, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 5.78947, - 1.21946, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 8.68421, - 1.2106, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 11.5789, - 1.20179, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 14.4737, - 1.19302, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 17.3684, - 1.1843, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 20.2632, - 1.17562, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 23.1579, - 1.16699, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 26.0526, - 1.15839, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 28.9474, - 1.14984, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 31.8421, - 1.14133, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 34.7368, - 1.13286, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 37.6316, - 1.12443, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 40.5263, - 1.11603, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 43.4211, - 1.10768, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 46.3158, - 1.09936, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 49.2105, - 1.09108, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 52.1053, - 1.08284, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 55.0, - 1.07464, - 1.08621, - 1.0, - 1.0 - ] - ], - "ud_m_dot_des_calc": 1.0, - "ud_m_dot_design": 1.0, - "ud_m_dot_high_calc": 1.2, - "ud_m_dot_htf_high": 1.2, - "ud_m_dot_htf_levels": 20.0, - "ud_m_dot_htf_low": 0.3, - "ud_m_dot_low_calc": 0.3, - "ud_m_dot_water_ND_des": 1.0, - "ud_m_dot_water_cool_des": 0.0, - "ud_n_T_amb_calc": 20.0, - "ud_n_T_htf_calc": 20.0, - "ud_n_m_dot_calc": 20.0, - "ui_capital_cost_capacity": 5470.0, - "ui_capital_cost_fixed": 1.0, - "ui_cfin": 0.0, - "ui_cost_input_option": 1.0, - "ui_crf": 0.0, - "ui_disp_1_fossil": 0.0, - "ui_disp_1_nosolar": 0.0, - "ui_disp_1_solar": 0.0, - "ui_disp_1_turbout": 1.0, - "ui_disp_2_fossil": 0.0, - "ui_disp_2_nosolar": 0.0, - "ui_disp_2_solar": 0.0, - "ui_disp_2_turbout": 1.0, - "ui_disp_3_fossil": 0.0, - "ui_disp_3_nosolar": 0.0, - "ui_disp_3_solar": 0.0, - "ui_disp_3_turbout": 1.0, - "ui_disp_4_fossil": 0.0, - "ui_disp_4_nosolar": 0.0, - "ui_disp_4_solar": 0.0, - "ui_disp_4_turbout": 1.0, - "ui_disp_5_fossil": 0.0, - "ui_disp_5_nosolar": 0.0, - "ui_disp_5_solar": 0.0, - "ui_disp_5_turbout": 1.0, - "ui_disp_6_fossil": 0.0, - "ui_disp_6_nosolar": 0.0, - "ui_disp_6_solar": 0.0, - "ui_disp_6_turbout": 1.0, - "ui_disp_7_fossil": 0.0, - "ui_disp_7_nosolar": 0.0, - "ui_disp_7_solar": 0.0, - "ui_disp_7_turbout": 1.0, - "ui_disp_8_fossil": 0.0, - "ui_disp_8_nosolar": 0.0, - "ui_disp_8_solar": 0.0, - "ui_disp_8_turbout": 1.0, - "ui_disp_9_fossil": 0.0, - "ui_disp_9_nosolar": 0.0, - "ui_disp_9_solar": 0.0, - "ui_disp_9_turbout": 1.0, - "ui_fcr_input_option": 0.0, - "ui_fixed_charge_rate": 0.098, - "ui_ireal": 0.0, - "ui_lbl_cff_msg": "", - "ui_operating_cost_capacity": 66.0, - "ui_operating_cost_fixed": 0.0, - "ui_pfin": 0.0, - "ui_step_minutes": 60.0, - "ui_system_capacity": 99999.9, - "ui_variable_operating_cost": 0.004, - "ui_wacc": 0.0, - "use_specific_weather_file": 0.0, - "user_specified_weather_file": "", - "variable_operating_cost": 0.004, - "vol_min": 313.654, - "vol_tank": 6273.08, - "washes_per_year": 120.0, - "water_per_wash": 0.02, - "weekday_schedule": [ - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ] - ], - "weekend_schedule": [ - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ] - ], - "wf_nrecords": 8760.0 -} \ No newline at end of file diff --git a/deploy/runtime/defaults/MSLF_Leveraged Partnership Flip.json b/deploy/runtime/defaults/MSLF_Leveraged Partnership Flip.json index e820b059fe..7b083b64ba 100644 --- a/deploy/runtime/defaults/MSLF_Leveraged Partnership Flip.json +++ b/deploy/runtime/defaults/MSLF_Leveraged Partnership Flip.json @@ -9,11 +9,124 @@ "AnnulusGas": [ 27.0, 1.0, - 1.0, + 27.0, 27.0 ], + "CC_CALC_bop_cost": 37777700.0, + "CC_CALC_contingency_cost": 31081500.0, + "CC_CALC_epc_total_cost": 52261400.0, + "CC_CALC_fossil_backup_cost": 0.0, + "CC_CALC_htf_system_cost": 53757200.0, + "CC_CALC_installed_per_capacity": 5508.92, + "CC_CALC_plm_total_cost": 4522110.0, + "CC_CALC_power_plant_cost": 122222000.0, + "CC_CALC_sales_tax_total": 19004100.0, + "CC_CALC_site_improvements_cost": 22875400.0, + "CC_CALC_solar_field_cost": 171565000.0, + "CC_CALC_total_direct_cost": 475104000.0, + "CC_CALC_total_indirect_cost": 56783500.0, + "CC_CALC_total_installed_cost": 550891000.0, + "CC_CALC_ts_cost": 35824200.0, + "CC_COPY_Q_tes": 1119.51, + "CC_COPY_nameplate": 99.9999, + "CC_COPY_sales_tax_rate": 5.0, + "CC_COPY_total_land_area": 452.211, + "CC_DISP_bop_mwe": 111.111, + "CC_DISP_fossil_mwe": 111.111, + "CC_DISP_htf_system_area": 1143770.0, + "CC_DISP_power_plant_mwe": 111.111, + "CC_DISP_site_improvements_area": 1143770.0, + "CC_DISP_solar_field_area": 1143770.0, + "CR_CALC_DP_pressure_loss": 40.0, + "CR_CALC_avg_dt_des": 367.0, + "CR_CALC_hl_des": 166.25, + "CR_CALC_opt_derate": 0.940896, + "CR_CALC_opt_normal": 0.650199, + "CR_COPY_loop_therm_eff": 0.972751, "CT": 2.0, "ColAz": 0.0, + "DISP_AbsorberMaterial": 0.0, + "DISP_AnnulusGas1": 2.0, + "DISP_AnnulusGas2": 0.0, + "DISP_AnnulusGas3": 2.0, + "DISP_AnnulusGas4": 2.0, + "DISP_DP_coefs0": 0.0, + "DISP_DP_coefs1": 1.0, + "DISP_DP_coefs2": 0.0, + "DISP_DP_coefs3": 0.0, + "DISP_D_abs_in": 0.066, + "DISP_D_abs_out": 0.07, + "DISP_D_glass_in": 0.115, + "DISP_D_glass_out": 0.12, + "DISP_D_plug": 0.0, + "DISP_Design_loss1": 150.0, + "DISP_Design_loss2": 1100.0, + "DISP_Design_loss3": 1500.0, + "DISP_Design_loss4": 0.0, + "DISP_Flow_type": 0.0, + "DISP_GlazingIntactIn1": 0.0, + "DISP_GlazingIntactIn2": 0.0, + "DISP_GlazingIntactIn3": 1.0, + "DISP_GlazingIntactIn4": 0.0, + "DISP_HCE_FieldFrac1": 0.985, + "DISP_HCE_FieldFrac2": 0.01, + "DISP_HCE_FieldFrac3": 0.005, + "DISP_HCE_FieldFrac4": 0.0, + "DISP_HL_T_coefs0": 0.0, + "DISP_HL_T_coefs1": 0.672, + "DISP_HL_T_coefs2": 0.002556, + "DISP_HL_T_coefs3": 0.0, + "DISP_HL_T_coefs4": 0.0, + "DISP_HL_w_coefs0": 1.0, + "DISP_HL_w_coefs1": 0.0, + "DISP_HL_w_coefs2": 0.0, + "DISP_HL_w_coefs3": 0.0, + "DISP_HL_w_coefs4": 0.0, + "DISP_IAM_L_coefs0": 1.0031, + "DISP_IAM_L_coefs1": -0.2259, + "DISP_IAM_L_coefs2": 0.5368, + "DISP_IAM_L_coefs3": -1.6434, + "DISP_IAM_L_coefs4": 0.7222, + "DISP_IAM_T_coefs0": 0.9896, + "DISP_IAM_T_coefs1": 0.044, + "DISP_IAM_T_coefs2": -0.0721, + "DISP_IAM_T_coefs3": -0.2327, + "DISP_IAM_T_coefs4": 0.0, + "DISP_P_a1": 0.0001, + "DISP_P_a2": 750.0, + "DISP_P_a3": 750.0, + "DISP_P_a4": 0.0, + "DISP_Rough": 0.000045, + "DISP_Shadowing1": 0.96, + "DISP_Shadowing2": 0.96, + "DISP_Shadowing3": 0.96, + "DISP_Shadowing4": 0.963, + "DISP_Tau_envelope1": 0.963, + "DISP_Tau_envelope2": 0.963, + "DISP_Tau_envelope3": 1.0, + "DISP_Tau_envelope4": 0.0, + "DISP_alpha_abs1": 0.96, + "DISP_alpha_abs2": 0.96, + "DISP_alpha_abs3": 0.8, + "DISP_alpha_abs4": 0.0, + "DISP_alpha_env1": 0.02, + "DISP_alpha_env2": 0.02, + "DISP_alpha_env3": 0.0, + "DISP_alpha_env4": 0.0, + "DISP_combo_FieldConfig": 0.0, + "DISP_combo_htf_type": 0.0, + "DISP_dirt_env1": 0.98, + "DISP_dirt_env2": 0.98, + "DISP_dirt_env3": 1.0, + "DISP_dirt_env4": 0.98, + "DISP_epsilon_glass1": 0.86, + "DISP_epsilon_glass2": 0.86, + "DISP_epsilon_glass3": 1.0, + "DISP_epsilon_glass4": 0.0, + "DISP_is_hx": 0.0, + "DISP_opt_model": 1.0, + "DISP_rec_model": 1.0, + "DISP_store_fluid": 0.0, "DP_SGS": 0.0, "DP_coefs": [ 0.0, @@ -22,7 +135,6 @@ 0.0 ], "DP_nominal": 2.5, - "DP_pressure_loss": 40.0, "D_abs_in": [ 0.066, 0.066, @@ -53,6 +165,7 @@ 0.0, 0.0 ], + "D_rad_tubes": 0.02, "Design_loss": [ 150.0, 1100.0, @@ -80,9 +193,6 @@ 1.0 ], "Fluid": 18.0, - "FossilFill": [ - 0.0 - ], "GeomEffects": 1.0, "GlazingIntactIn": [ 1.0, @@ -111,17 +221,6 @@ 0.0, 0.0 ], - "HTF_data": [ - [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], "IAM_L_coefs": [ 1.0031, -0.2259, @@ -141,14 +240,9 @@ "L_crossover": 15.0, "L_mod": 44.8, "L_mod_spacing": 1.0, - "L_rnr_pb": 25.0, - "L_rnr_per_xpan": 70.0, - "L_xpan_hdr": 20.0, - "L_xpan_rnr": 20.0, - "Min_rnr_xpans": 1.0, - "NUMTOU": 0.0, - "N_hdr_per_xpan": 2.0, - "N_max_hdr_diams": 10.0, + "L_rad": 100.0, + "L_rad_sections": 10.0, + "L_rnr_pb": 50.0, "OpticalTable": [ [ 0.0, @@ -294,11 +388,14 @@ 0.0 ] ], + "PB_CALC_mdot_cycle_des": 797.149, + "PB_COPY_P_ref": 111.111, "PB_COPY_T_htf_cold_des": 293.0, "PB_COPY_T_htf_hot_des": 525.0, - "PB_COPY_htf_cp_avg": 1.51335, + "PB_COPY_eta_ref": 0.397, + "PB_COPY_gross_net_conversion_factor": 0.9, + "PB_COPY_nameplate": 99.9999, "PB_COPY_q_pb_design": 279.877, - "PB_m_dot_htf_cycle_des": 797.149, "P_a": [ 0.0001, 750.0, @@ -317,39 +414,94 @@ 0.000045 ], "SCA_drives_elec": 125.0, + "SC_CALC_aux": 2.66193, + "SC_CALC_bop": 0.0, + "SC_DISP_aux_par": 0.02273, + "SC_DISP_aux_par_0": 0.483, + "SC_DISP_aux_par_1": 0.571, + "SC_DISP_aux_par_2": 0.0, + "SC_DISP_aux_par_f": 1.0, + "SC_DISP_bop_par": 0.0, + "SC_DISP_bop_par_0": 0.483, + "SC_DISP_bop_par_1": 0.517, + "SC_DISP_bop_par_2": 0.0, + "SC_DISP_bop_par_f": 1.0, + "SD_CALC_Q_rec_des": 646.624, + "SD_CALC_m_dot_field_des": 0.0, + "SD_CALC_nLoops": 152.0, + "SD_CALC_nameplate": 99.9999, + "SD_CALC_q_pb_design": 279.877, + "SD_CALC_solar_mult": 2.3, + "SD_CALC_total_Ap": 1143770.0, + "SF_CALC_Ap_loop": 7524.8, + "SF_CALC_Ap_sm1": 495055.0, + "SF_CALC_Ap_total": 1143770.0, + "SF_CALC_Q_field_des_SS": 575.954, + "SF_CALC_Q_loop_des_SS": 3.79969, + "SF_CALC_Q_loss_hdr_rnr_des_SS": 0.0303498, + "SF_CALC_Q_loss_receiver_des_SS": 49.6937, + "SF_CALC_T_field_out_des_SS": 524.241, + "SF_CALC_T_loop_out_des_SS": 524.69, + "SF_CALC_W_dot_pump_des_SS": 1.91211, + "SF_CALC_dP_field_des_SS": 18.0589, + "SF_CALC_eff_des_SS": 0.530061, + "SF_CALC_eff_loop_des_SS": 0.531532, + "SF_CALC_eta_optical_des_SS": 0.61177, + "SF_CALC_field_area": 282.632, + "SF_CALC_field_htf_max_temp": 593.0, + "SF_CALC_field_htf_min_temp": 238.0, + "SF_CALC_loop_eff": 0.595099, + "SF_CALC_loop_opt_eff": 0.61177, + "SF_CALC_loop_therm_eff": 0.972751, + "SF_CALC_m_dot_des_SS": 1646.98, + "SF_CALC_m_dot_loop_des_SS": 10.8354, + "SF_CALC_mdot_field_des": 1771.79, + "SF_CALC_nLoops_sm1": 66.0, + "SF_CALC_q_field_des": 646.624, + "SF_CALC_therm_eff_des_SS": 0.866439, + "SF_CALC_therm_eff_loop_des_SS": 0.868844, + "SF_CALC_total_land_area": 452.211, + "SF_CALC_total_tracking_power": 0.304, + "SF_COPY_T_loop_in_des": 293.0, + "SF_COPY_T_loop_out": 525.0, + "SF_COPY_nLoops": 152.0, + "SF_COPY_q_pb_design": 279.877, + "SF_COPY_solar_mult": 2.3, "Shadowing": [ 0.96, 0.96, 0.96, 0.963 ], - "TES_cap": 1119.51, - "TSLogic": [ - [ - 0.0 - ] - ], + "TS_CALC_Q_tes": 1119.51, + "TS_CALC_d_tank": 20.5031, + "TS_CALC_q_dot_loss_tes_des": 0.510122, + "TS_CALC_tes_htf_cp": 1.51335, + "TS_CALC_tes_htf_dens": 1829.88, + "TS_CALC_tes_htf_max_temp": 593.0, + "TS_CALC_tes_htf_min_temp": 238.0, + "TS_CALC_vol_min": 330.162, + "TS_CALC_vol_tank": 6603.24, + "TS_COPY_T_loop_in_des": 293.0, + "TS_COPY_T_loop_out": 525.0, + "TS_COPY_q_pb_design": 279.877, + "TS_COPY_tshours": 4.0, "T_ITD_des": 16.0, "T_amb_des": 42.0, "T_amb_sf_des": 42.0, "T_approach": 5.0, "T_cold_in": 274.7, + "T_ctes_cold_design": 5.0, + "T_ctes_cold_ini": 10.0, + "T_ctes_warm_design": 10.0, + "T_ctes_warm_ini": 20.0, "T_db": 15.0, "T_dp": 10.0, - "T_field_in_des": 293.0, - "T_field_ini": 300.0, - "T_field_out_des": 525.0, "T_fp": 263.0, - "T_htf_cold_ref": 293.0, "T_htf_hot_des": 525.0, - "T_htf_hot_ref": 525.0, "T_loop_in_des": 293.0, "T_loop_out": 525.0, - "T_set_aux": 525.0, "T_startup": 400.0, - "T_tank_cold_ini": 293.0, - "T_tank_hot_ini": 525.0, - "T_tank_hot_inlet_min": 400.0, "Tau_envelope": [ 0.963, 0.963, @@ -357,681 +509,9297 @@ 0.0 ], "TrackingError": 1.0, - "V_hdr_cold_max": 3.0, - "V_hdr_cold_min": 2.0, - "V_hdr_hot_max": 3.0, - "V_hdr_hot_min": 2.0, "V_hdr_max": 3.0, "V_hdr_min": 2.0, - "V_tank_hot_ini": 1254.62, - "V_tes_des": 1.85, "V_wind": 1.5, "V_wind_des": 4.0, "W_pb_design": 111.111, - "a_field": 850000.0, - "a_loop": 7524.8, - "a_sf_act": 1143770.0, - "adjust": 0.0, - "adjust_constant": 4.0, - "adjust_en_periods": 0.0, - "adjust_en_timeindex": 0.0, - "adjust_periods": [ - [ - 0.0 - ] - ], - "adjust_timeindex": [ - 0.0 - ], - "alpha_abs": [ - 0.96, - 0.96, - 0.8, - 0.0 - ], - "alpha_env": [ - 0.02, - 0.02, - 0.0, - 0.0 - ], - "analysis_period": 25.0, - "analysis_period_warning": "No messages.", - "annual_albedo": 0.217164, - "annual_beam": 7.36408, - "annual_diffuse": 1.33978, - "annual_global": 5.83819, - "annual_snow": "nan", - "annual_tdry": 18.1261, - "annual_wspd": 2.35368, - "aux_array": [ - 0.02273, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "azimuth": 0.0, - "batt_salvage_percentage": 0.0, - "batt_salvage_value": 0.0, - "bop_array": [ - 0.0, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "calc_design_pipe_vals": 0.0, - "cbi_fed_amount": 0.0, - "cbi_fed_deprbas_fed": 0.0, - "cbi_fed_deprbas_sta": 0.0, - "cbi_fed_maxvalue": 1e38, - "cbi_fed_tax_fed": 1.0, - "cbi_fed_tax_sta": 1.0, - "cbi_oth_amount": 0.0, - "cbi_oth_deprbas_fed": 0.0, - "cbi_oth_deprbas_sta": 0.0, - "cbi_oth_maxvalue": 1e38, - "cbi_oth_tax_fed": 1.0, - "cbi_oth_tax_sta": 1.0, - "cbi_sta_amount": 0.0, - "cbi_sta_deprbas_fed": 0.0, - "cbi_sta_deprbas_sta": 0.0, - "cbi_sta_maxvalue": 1e38, - "cbi_sta_tax_fed": 1.0, - "cbi_sta_tax_sta": 1.0, - "cbi_uti_amount": 0.0, - "cbi_uti_deprbas_fed": 0.0, - "cbi_uti_deprbas_sta": 0.0, - "cbi_uti_maxvalue": 1e38, - "cbi_uti_tax_fed": 1.0, - "cbi_uti_tax_sta": 1.0, - "chk_update_peaks": 0.0, - "city": "-", - "cold_tank_Thtr": 263.0, - "combo_condenser_type": 1.0, - "const_per_interest1": 19281200.0, - "const_per_interest2": 0.0, - "const_per_interest3": 0.0, - "const_per_interest4": 0.0, - "const_per_interest5": 0.0, - "const_per_interest_rate1": 3.5, - "const_per_interest_rate2": 0.0, - "const_per_interest_rate3": 0.0, - "const_per_interest_rate4": 0.0, - "const_per_interest_rate5": 0.0, - "const_per_interest_total": 19281200.0, - "const_per_months1": 24.0, - "const_per_months2": 0.0, - "const_per_months3": 0.0, - "const_per_months4": 0.0, - "const_per_months5": 0.0, - "const_per_name1": "Loan 1", - "const_per_name2": "Loan 2", - "const_per_name3": "Loan 3", - "const_per_name4": "Loan 4", - "const_per_name5": "Loan 5", - "const_per_percent1": 100.0, - "const_per_percent2": 0.0, - "const_per_percent3": 0.0, - "const_per_percent4": 0.0, - "const_per_percent5": 0.0, - "const_per_percent_total": 100.0, - "const_per_principal1": 550891000.0, - "const_per_principal2": 0.0, - "const_per_principal3": 0.0, - "const_per_principal4": 0.0, - "const_per_principal5": 0.0, - "const_per_principal_total": 550891000.0, - "const_per_total1": 24790100.0, - "const_per_total2": 0.0, - "const_per_total3": 0.0, - "const_per_total4": 0.0, - "const_per_total5": 0.0, - "const_per_upfront_rate1": 1.0, - "const_per_upfront_rate2": 0.0, - "const_per_upfront_rate3": 0.0, - "const_per_upfront_rate4": 0.0, - "const_per_upfront_rate5": 0.0, - "construction_financing_cost": 24790100.0, - "cost_debt_closing": 450000.0, - "cost_debt_fee": 2.75, - "cost_dev_fee_percent": 3.0, - "cost_dev_fee_tax_liability": 4384540.0, - "cost_dev_fee_value": 16526700.0, - "cost_equity_closing": 300000.0, - "cost_other_financing": 0.0, - "country": "-", - "csp.mslf.control.aux_array_c0": 0.483, - "csp.mslf.control.aux_array_c1": 0.517, - "csp.mslf.control.aux_array_c2": 0.0, - "csp.mslf.control.aux_array_mult": 0.02273, - "csp.mslf.control.aux_array_pf": 1.0, - "csp.mslf.control.bop_array_c0": 0.483, - "csp.mslf.control.bop_array_c1": 0.517, - "csp.mslf.control.bop_array_c2": 0.0, - "csp.mslf.control.bop_array_mult": 0.0, - "csp.mslf.control.bop_array_pf": 1.0, - "csp.mslf.control.ffrac1": 0.0, - "csp.mslf.control.ffrac2": 0.0, - "csp.mslf.control.ffrac3": 0.0, - "csp.mslf.control.ffrac4": 0.0, - "csp.mslf.control.ffrac5": 0.0, - "csp.mslf.control.ffrac6": 0.0, - "csp.mslf.control.ffrac7": 0.0, - "csp.mslf.control.ffrac8": 0.0, - "csp.mslf.control.ffrac9": 0.0, - "csp.mslf.control.fossil_mode": 0.0, - "csp.mslf.control.store_fluid": 0.0, - "csp.mslf.control.tes_cp": 1.51335, - "csp.mslf.control.tes_dens": 1829.88, - "csp.mslf.cost.bop": 37777700.0, - "csp.mslf.cost.bop_mwe": 111.111, - "csp.mslf.cost.bop_per_kwe": 340.0, - "csp.mslf.cost.contingency": 31081500.0, - "csp.mslf.cost.contingency_percent": 7.0, - "csp.mslf.cost.epc.fixed": 0.0, - "csp.mslf.cost.epc.per_acre": 0.0, - "csp.mslf.cost.epc.per_watt": 0.0, - "csp.mslf.cost.epc.percent": 11.0, - "csp.mslf.cost.epc.total": 52261400.0, - "csp.mslf.cost.fossil_backup": 0.0, - "csp.mslf.cost.fossil_backup.cost_per_kwe": 0.0, - "csp.mslf.cost.fossil_backup.mwe": 111.111, - "csp.mslf.cost.htf_system": 53757200.0, - "csp.mslf.cost.htf_system.area": 1143770.0, - "csp.mslf.cost.htf_system.cost_per_m2": 47.0, - "csp.mslf.cost.installed_per_capacity": 5508.92, - "csp.mslf.cost.nameplate": 99.9999, - "csp.mslf.cost.plm.fixed": 0.0, - "csp.mslf.cost.plm.per_acre": 10000.0, - "csp.mslf.cost.plm.per_watt": 0.0, - "csp.mslf.cost.plm.percent": 0.0, - "csp.mslf.cost.plm.total": 4522110.0, - "csp.mslf.cost.power_plant": 122222000.0, - "csp.mslf.cost.power_plant.cost_per_kwe": 1100.0, - "csp.mslf.cost.power_plant.mwe": 111.111, - "csp.mslf.cost.sales_tax.percent": 80.0, - "csp.mslf.cost.sales_tax.total": 19004100.0, - "csp.mslf.cost.sales_tax.value": 5.0, - "csp.mslf.cost.site_improvements": 22875400.0, - "csp.mslf.cost.site_improvements.area": 1143770.0, - "csp.mslf.cost.site_improvements.cost_per_m2": 20.0, - "csp.mslf.cost.solar_field": 171565000.0, - "csp.mslf.cost.solar_field.area": 1143770.0, - "csp.mslf.cost.solar_field.cost_per_m2": 150.0, - "csp.mslf.cost.total_direct": 475104000.0, - "csp.mslf.cost.total_indirect": 56783500.0, - "csp.mslf.cost.total_installed": 550891000.0, - "csp.mslf.cost.total_land_area": 452.211, - "csp.mslf.cost.ts": 35824200.0, - "csp.mslf.cost.ts_mwht": 1119.51, - "csp.mslf.cost.ts_per_kwht": 32.0, - "csp.mslf.cycle.gr_to_net": 0.9, - "csp.mslf.enet.tes_fp_mode": 1.0, - "csp.mslf.par.calc.aux": 2.52555, - "csp.mslf.par.calc.bop": 0.0, - "csp.mslf.par.calc.frac_gross": 0.611111, - "csp.mslf.par.calc.tracking": 304000.0, - "csp.mslf.sf.AbsorberMaterial": 0.0, - "csp.mslf.sf.AnnulusGas1": 2.0, - "csp.mslf.sf.AnnulusGas2": 0.0, - "csp.mslf.sf.AnnulusGas3": 0.0, - "csp.mslf.sf.AnnulusGas4": 2.0, - "csp.mslf.sf.DP_coefs0": 0.0, - "csp.mslf.sf.DP_coefs1": 1.0, - "csp.mslf.sf.DP_coefs2": 0.0, - "csp.mslf.sf.DP_coefs3": 0.0, - "csp.mslf.sf.D_abs_in": 0.066, - "csp.mslf.sf.D_abs_out": 0.07, - "csp.mslf.sf.D_glass_in": 0.115, - "csp.mslf.sf.D_glass_out": 0.12, - "csp.mslf.sf.D_plug": 0.0, - "csp.mslf.sf.Design_loss1": 150.0, - "csp.mslf.sf.Design_loss2": 1100.0, - "csp.mslf.sf.Design_loss3": 1500.0, - "csp.mslf.sf.Design_loss4": 0.0, - "csp.mslf.sf.FieldConfig": 0.0, - "csp.mslf.sf.Flow_type": 0.0, - "csp.mslf.sf.Fluid": 0.0, - "csp.mslf.sf.GlazingIntactIn1": 0.0, - "csp.mslf.sf.GlazingIntactIn2": 0.0, - "csp.mslf.sf.GlazingIntactIn3": 1.0, - "csp.mslf.sf.GlazingIntactIn4": 0.0, - "csp.mslf.sf.HCE_FieldFrac1": 0.985, - "csp.mslf.sf.HCE_FieldFrac2": 0.01, - "csp.mslf.sf.HCE_FieldFrac3": 0.005, - "csp.mslf.sf.HCE_FieldFrac4": 0.0, - "csp.mslf.sf.HL_T_coefs0": 0.0, - "csp.mslf.sf.HL_T_coefs1": 0.672, - "csp.mslf.sf.HL_T_coefs2": 0.002556, - "csp.mslf.sf.HL_T_coefs3": 0.0, - "csp.mslf.sf.HL_T_coefs4": 0.0, - "csp.mslf.sf.HL_w_coefs0": 1.0, - "csp.mslf.sf.HL_w_coefs1": 0.0, - "csp.mslf.sf.HL_w_coefs2": 0.0, - "csp.mslf.sf.HL_w_coefs3": 0.0, - "csp.mslf.sf.HL_w_coefs4": 0.0, - "csp.mslf.sf.IAM_L_coefs0": 1.0031, - "csp.mslf.sf.IAM_L_coefs1": -0.2259, - "csp.mslf.sf.IAM_L_coefs2": 0.5368, - "csp.mslf.sf.IAM_L_coefs3": -1.6434, - "csp.mslf.sf.IAM_L_coefs4": 0.7222, - "csp.mslf.sf.IAM_T_coefs0": 0.9896, - "csp.mslf.sf.IAM_T_coefs1": 0.044, - "csp.mslf.sf.IAM_T_coefs2": -0.0721, - "csp.mslf.sf.IAM_T_coefs3": -0.2327, - "csp.mslf.sf.IAM_T_coefs4": 0.0, - "csp.mslf.sf.P_a1": 0.0001, - "csp.mslf.sf.P_a2": 750.0, - "csp.mslf.sf.P_a3": 750.0, - "csp.mslf.sf.P_a4": 0.0, - "csp.mslf.sf.Rough": 0.000045, - "csp.mslf.sf.Shadowing1": 0.96, - "csp.mslf.sf.Shadowing2": 0.96, - "csp.mslf.sf.Shadowing3": 0.96, - "csp.mslf.sf.Shadowing4": 0.963, - "csp.mslf.sf.Tau_envelope1": 0.963, - "csp.mslf.sf.Tau_envelope2": 0.963, - "csp.mslf.sf.Tau_envelope3": 1.0, - "csp.mslf.sf.Tau_envelope4": 0.0, - "csp.mslf.sf.alpha_abs1": 0.96, - "csp.mslf.sf.alpha_abs2": 0.96, - "csp.mslf.sf.alpha_abs3": 0.8, - "csp.mslf.sf.alpha_abs4": 0.0, - "csp.mslf.sf.alpha_env1": 0.02, - "csp.mslf.sf.alpha_env2": 0.02, - "csp.mslf.sf.alpha_env3": 0.0, - "csp.mslf.sf.alpha_env4": 0.0, - "csp.mslf.sf.avg_dt_des": 367.0, - "csp.mslf.sf.dirt_env1": 0.98, - "csp.mslf.sf.dirt_env2": 0.98, - "csp.mslf.sf.dirt_env3": 1.0, - "csp.mslf.sf.dirt_env4": 0.98, - "csp.mslf.sf.epsilon_glass1": 0.86, - "csp.mslf.sf.epsilon_glass2": 0.86, - "csp.mslf.sf.epsilon_glass3": 1.0, - "csp.mslf.sf.epsilon_glass4": 0.0, - "csp.mslf.sf.fthrctrl": 1.0, - "csp.mslf.sf.opt_model": 1.0, - "csp.mslf.sf.rec_model": 1.0, - "csp.mslf.sf.sm1_nLoops": 66.0, - "csp.mslf.sf.sm_or_area": 0.0, - "csp.mslf.tes.estimated_heat_loss": 0.24418, - "csp.mslf.tes.htf_max_opt_temp": 593.0, - "csp.mslf.tes.htf_min_opt_temp": 238.0, - "csp.mslf.tes.notify_text": "empty", - "custom_sf_pipe_sizes": 0.0, - "custom_sgs_pipe_sizes": 0.0, - "custom_tes_p_loss": 0.0, - "cycle_cutoff_frac": 0.2, - "cycle_max_frac": 1.0, - "dT_cw_ref": 10.0, - "d_tank": 19.9839, - "debt_message": "", - "debt_option": 1.0, - "debt_percent": 50.0, - "defocus": 1.0, - "degradation": [ - 0.0 - ], - "demand_var": 111.111, - "depr_alloc_custom_percent": 0.0, - "depr_alloc_macrs_15_percent": 1.5, - "depr_alloc_macrs_5_percent": 90.0, - "depr_alloc_none": 4.0, - "depr_alloc_sl_15_percent": 1.5, - "depr_alloc_sl_20_percent": 3.0, - "depr_alloc_sl_39_percent": 0.0, - "depr_alloc_sl_5_percent": 0.0, - "depr_bonus_fed": 0.0, - "depr_bonus_fed_custom": 0.0, - "depr_bonus_fed_macrs_15": 1.0, - "depr_bonus_fed_macrs_5": 1.0, - "depr_bonus_fed_sl_15": 0.0, - "depr_bonus_fed_sl_20": 0.0, - "depr_bonus_fed_sl_39": 0.0, - "depr_bonus_fed_sl_5": 0.0, - "depr_bonus_sta": 0.0, - "depr_bonus_sta_custom": 0.0, - "depr_bonus_sta_macrs_15": 1.0, - "depr_bonus_sta_macrs_5": 1.0, - "depr_bonus_sta_sl_15": 0.0, - "depr_bonus_sta_sl_20": 0.0, - "depr_bonus_sta_sl_39": 0.0, - "depr_bonus_sta_sl_5": 0.0, - "depr_custom_schedule": [ - 0.0 - ], - "depr_fedbas_method": 1.0, - "depr_itc_fed_custom": 0.0, - "depr_itc_fed_macrs_15": 0.0, - "depr_itc_fed_macrs_5": 1.0, - "depr_itc_fed_sl_15": 0.0, - "depr_itc_fed_sl_20": 0.0, - "depr_itc_fed_sl_39": 0.0, - "depr_itc_fed_sl_5": 0.0, - "depr_itc_sta_custom": 0.0, - "depr_itc_sta_macrs_15": 0.0, - "depr_itc_sta_macrs_5": 1.0, - "depr_itc_sta_sl_15": 0.0, - "depr_itc_sta_sl_20": 0.0, - "depr_itc_sta_sl_39": 0.0, - "depr_itc_sta_sl_5": 0.0, - "depr_stabas_method": 1.0, - "developer_equity_percent": 2.0, - "developer_postflip_cash_percent": 90.0, - "developer_postflip_tax_percent": 90.0, - "developer_preflip_cash_percent": 2.0, - "developer_preflip_tax_percent": 2.0, - "dirt_env": [ - 0.98, - 0.98, - 1.0, - 0.98 - ], - "dispatch_data_filename": "", - "dispatch_factors_ts": [ - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, + "W_rad_tubes": 0.05, + "adjust": { + "constant": 4.0, + "en_hourly": 0.0, + "en_periods": 0.0, + "hourly": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "periods": [ + 1.0 + ] + }, + "adjust_constant": 4.0, + "adjust_en_periods": 0.0, + "adjust_en_timeindex": 0.0, + "adjust_periods": [ + [ + -6.277438562204193e66 + ] + ], + "adjust_timeindex": [ + 0.0 + ], + "alpha_abs": [ + 0.96, + 0.96, + 0.8, + 0.0 + ], + "alpha_env": [ + 0.02, + 0.02, + 0.0, + 0.0 + ], + "analysis_period": 25.0, + "analysis_period_warning": "No messages.", + "annual_albedo": 0.217164, + "annual_beam": 7.36408, + "annual_diffuse": 1.33978, + "annual_global": 5.83819, + "annual_snow": "nan", + "annual_tdry": 18.1261, + "annual_wspd": 2.35368, + "aux_array": [ + 0.02273, + 1.0, + 0.483, + 0.571, + 0.0 + ], + "azimuth": 0.0, + "batt_salvage_percentage": 0.0, + "batt_salvage_value": 0.0, + "bop_array": [ + 0.0, + 1.0, + 0.483, + 0.517, + 0.0 + ], + "bop_spec_cost": 340.0, + "cbi_fed_amount": 0.0, + "cbi_fed_deprbas_fed": 0.0, + "cbi_fed_deprbas_sta": 0.0, + "cbi_fed_maxvalue": 1e38, + "cbi_fed_tax_fed": 1.0, + "cbi_fed_tax_sta": 1.0, + "cbi_oth_amount": 0.0, + "cbi_oth_deprbas_fed": 0.0, + "cbi_oth_deprbas_sta": 0.0, + "cbi_oth_maxvalue": 1e38, + "cbi_oth_tax_fed": 1.0, + "cbi_oth_tax_sta": 1.0, + "cbi_sta_amount": 0.0, + "cbi_sta_deprbas_fed": 0.0, + "cbi_sta_deprbas_sta": 0.0, + "cbi_sta_maxvalue": 1e38, + "cbi_sta_tax_fed": 1.0, + "cbi_sta_tax_sta": 1.0, + "cbi_uti_amount": 0.0, + "cbi_uti_deprbas_fed": 0.0, + "cbi_uti_deprbas_sta": 0.0, + "cbi_uti_maxvalue": 1e38, + "cbi_uti_tax_fed": 1.0, + "cbi_uti_tax_sta": 1.0, + "chk_update_peaks": 0.0, + "city": "-", + "cold_tank_Thtr": 263.0, + "cold_tank_max_heat": 0.5, + "const_per_interest1": 19281200.0, + "const_per_interest2": 0.0, + "const_per_interest3": 0.0, + "const_per_interest4": 0.0, + "const_per_interest5": 0.0, + "const_per_interest_rate1": 3.5, + "const_per_interest_rate2": 0.0, + "const_per_interest_rate3": 0.0, + "const_per_interest_rate4": 0.0, + "const_per_interest_rate5": 0.0, + "const_per_interest_total": 19281200.0, + "const_per_months1": 24.0, + "const_per_months2": 0.0, + "const_per_months3": 0.0, + "const_per_months4": 0.0, + "const_per_months5": 0.0, + "const_per_name1": "Loan 1", + "const_per_name2": "Loan 2", + "const_per_name3": "Loan 3", + "const_per_name4": "Loan 4", + "const_per_name5": "Loan 5", + "const_per_percent1": 100.0, + "const_per_percent2": 0.0, + "const_per_percent3": 0.0, + "const_per_percent4": 0.0, + "const_per_percent5": 0.0, + "const_per_percent_total": 100.0, + "const_per_principal1": 550891000.0, + "const_per_principal2": 0.0, + "const_per_principal3": 0.0, + "const_per_principal4": 0.0, + "const_per_principal5": 0.0, + "const_per_principal_total": 550891000.0, + "const_per_total1": 24790100.0, + "const_per_total2": 0.0, + "const_per_total3": 0.0, + "const_per_total4": 0.0, + "const_per_total5": 0.0, + "const_per_upfront_rate1": 1.0, + "const_per_upfront_rate2": 0.0, + "const_per_upfront_rate3": 0.0, + "const_per_upfront_rate4": 0.0, + "const_per_upfront_rate5": 0.0, + "construction_financing_cost": 24790100.0, + "contingency_percent": 7.0, + "cost_debt_closing": 450000.0, + "cost_debt_fee": 2.75, + "cost_dev_fee_percent": 3.0, + "cost_dev_fee_tax_liability": 4384540.0, + "cost_dev_fee_value": 16526700.0, + "cost_equity_closing": 300000.0, + "cost_other_financing": 0.0, + "country": "-", + "csp.pt.pwrb.condenser_type": 1.0, + "csp.pt.pwrb.pressure_mode": 0.0, + "csp_financial_model": 2.0, + "ctes_cost": 0.0007, + "ctes_field_fl": 4.0, + "ctes_tankpairs": 1.0, + "ctes_tshours": 15.0, + "ctes_type": 0.0, + "cycle_cutoff_frac": 0.2, + "cycle_max_frac": 1.0, + "dT_cw_ref": 10.0, + "debt_message": "", + "debt_option": 1.0, + "debt_percent": 50.0, + "defocus": 1.0, + "degradation": [ + 0.0 + ], + "depr_alloc_custom_percent": 0.0, + "depr_alloc_macrs_15_percent": 1.5, + "depr_alloc_macrs_5_percent": 90.0, + "depr_alloc_none": 4.0, + "depr_alloc_sl_15_percent": 1.5, + "depr_alloc_sl_20_percent": 3.0, + "depr_alloc_sl_39_percent": 0.0, + "depr_alloc_sl_5_percent": 0.0, + "depr_bonus_fed": 0.0, + "depr_bonus_fed_custom": 0.0, + "depr_bonus_fed_macrs_15": 1.0, + "depr_bonus_fed_macrs_5": 1.0, + "depr_bonus_fed_sl_15": 0.0, + "depr_bonus_fed_sl_20": 0.0, + "depr_bonus_fed_sl_39": 0.0, + "depr_bonus_fed_sl_5": 0.0, + "depr_bonus_sta": 0.0, + "depr_bonus_sta_custom": 0.0, + "depr_bonus_sta_macrs_15": 1.0, + "depr_bonus_sta_macrs_5": 1.0, + "depr_bonus_sta_sl_15": 0.0, + "depr_bonus_sta_sl_20": 0.0, + "depr_bonus_sta_sl_39": 0.0, + "depr_bonus_sta_sl_5": 0.0, + "depr_custom_schedule": [ + 0.0 + ], + "depr_fedbas_method": 1.0, + "depr_itc_fed_custom": 0.0, + "depr_itc_fed_macrs_15": 0.0, + "depr_itc_fed_macrs_5": 1.0, + "depr_itc_fed_sl_15": 0.0, + "depr_itc_fed_sl_20": 0.0, + "depr_itc_fed_sl_39": 0.0, + "depr_itc_fed_sl_5": 0.0, + "depr_itc_sta_custom": 0.0, + "depr_itc_sta_macrs_15": 0.0, + "depr_itc_sta_macrs_5": 1.0, + "depr_itc_sta_sl_15": 0.0, + "depr_itc_sta_sl_20": 0.0, + "depr_itc_sta_sl_39": 0.0, + "depr_itc_sta_sl_5": 0.0, + "depr_stabas_method": 1.0, + "developer_equity_percent": 2.0, + "developer_postflip_cash_percent": 90.0, + "developer_postflip_tax_percent": 90.0, + "developer_preflip_cash_percent": 2.0, + "developer_preflip_tax_percent": 2.0, + "dirt_env": [ + 0.98, + 0.98, + 1.0, + 0.98 + ], + "disp_csu_cost_rel": 87.0, + "disp_frequency": 24.0, + "disp_horizon": 48.0, + "disp_max_iter": 50000.0, + "disp_mip_gap": 0.001, + "disp_pen_ramping": 1.0, + "disp_rsu_cost_rel": 1.4, + "disp_time_weighting": 0.999, + "disp_timeout": 5.0, + "disp_wlim_maxspec": 1e38, + "dispatch_data_filename": "", + "dispatch_factors_ts": [ + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, 0.8, 0.8, 0.8, @@ -9807,319 +18575,322 @@ 1.0 ] ], - "dispatch_sched_weekend": [ - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ] + "dispatch_sched_weekend": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "dispatch_series": [ + 0.0 ], "dispatch_tod_factors": [ 1.0, @@ -10132,12 +18903,6 @@ 1.0, 1.0 ], - "diswos": [ - 0.0 - ], - "disws": [ - 0.0 - ], "dscr": 1.3, "dscr_limit_debt_fraction": 1.0, "dscr_maximum_debt_fraction": 60.0, @@ -10147,6 +18912,10 @@ "elev": 773.0, "en_electricity_rates": 0.0, "enable_interconnection_limit": 0.0, + "epc_cost_fixed": 0.0, + "epc_cost_per_acre": 0.0, + "epc_cost_per_watt": 0.0, + "epc_cost_percent_direct": 11.0, "epsilon_abs_1": [ [ 100.0, @@ -10208,6 +18977,10 @@ 1.0, 0.0 ], + "epsilon_radHX": 0.8, + "epsilon_radbot": 0.07, + "epsilon_radgrnd": 0.9, + "epsilon_radtop": 0.95, "equip1_reserve_cost": 0.0, "equip1_reserve_freq": 12.0, "equip2_reserve_cost": 0.0, @@ -10216,30 +18989,23 @@ "equip3_reserve_freq": 3.0, "equip_reserve_depr_fed": 0.0, "equip_reserve_depr_sta": 0.0, - "eta_lhv": 0.9, "eta_pump": 0.85, "eta_ref": 0.397, - "eta_tes_htr": 0.98, - "f_tc_cold": 2.0, - "fc_on": 0.0, - "fdisp": [ - 0.0 + "f_ctes_warm_ini": 0.0, + "f_turb_tou_periods": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 ], "federal_tax_rate": [ 21.0 ], - "ffrac": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "field_area": 282.632, "field_fl_props": [ [ 0.0, @@ -10251,17 +19017,11 @@ 0.0 ] ], - "field_fluid": 18.0, - "field_htf_cp_avg": 1.51335, - "field_thermal_output": 646.624, "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "flip_target_percent": 7.0, "flip_target_year": 9.0, - "fossil_mode": 1.0, + "fossil_spec_cost": 0.0, "fp_mode": 2.0, - "fthr_ok": 1.0, - "fthrctrl": 2.0, - "fthrok": 1.0, "grid_curtailment": [ 1e38, 1e38, @@ -19025,15 +27785,14 @@ 1e38 ], "grid_interconnection_limit_kwac": 20000.0, + "gross_net_conversion_factor": 0.9, + "h_ctes_tank": 30.0, + "h_ctes_tank_min": 1.0, "h_tank": 20.0, "h_tank_min": 1.0, - "has_hot_tank_bypass": 0.0, - "hl_des": 166.25, "hot_tank_Thtr": 425.0, - "htf_max_opt_temp": 593.0, - "htf_min_opt_temp": 238.0, - "hx_config": 2.0, - "hx_derate": 1.0, + "hot_tank_max_heat": 25.0, + "htf_system_spec_cost": 47.0, "hybrid_tou1": 0.0, "hybrid_tou2": 0.0, "hybrid_tou3": 0.0, @@ -19093,10 +27852,14 @@ "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, + "init_hot_htf_percent": 30.0, "insurance_rate": 0.5, "is_advanced": 0.0, "is_btm": 0.0, - "is_hx": 0.0, + "is_dispatch": 0.0, + "is_dispatch_series": 0.0, + "is_tod_pc_target_also_pc_max": 0.0, + "is_wlim_design": 0.0, "itc_fed_amount": [ 0.0 ], @@ -19123,23 +27886,10 @@ "itc_sta_percent_maxvalue": [ 1e38 ], - "k_tes_loss_coeffs": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], + "k_panel": 235.0, "land_area": 452.211, "land_mult": 1.6, "lat": 32.13, - "lhv_eff": 0.9, "lib_dispatch_factor1": 1.0, "lib_dispatch_factor2": 1.0, "lib_dispatch_factor3": 1.0, @@ -19781,12 +28531,9 @@ "library_paths": "", "loan_moratorium": 0.0, "lon": -110.94, - "loop_eff": 0.595099, - "loop_opt_eff": 0.61177, - "loop_therm_eff": 0.972751, "m_dot_htfmax": 14.4763, "m_dot_htfmin": 3.01589, - "m_dot_in": 0.0, + "m_dot_radpanel": 8.0, "mc_bal_cold": 0.2, "mc_bal_hot": 0.2, "mc_bal_sca": 4.5, @@ -19798,16 +28545,12 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "mslf_is_hx": 0.0, - "nLoops": 152.0, "nMod": 16.0, - "nSCA": 16.0, + "nRecVar": 4.0, "n_pl_inc": 8.0, + "n_rad_tubes": 100.0, "nameplate": 99.9999, - "nodes": 2000.0, "nominal_discount_rate": 9.06, - "northsouth_field_sep": 20.0, - "offset_xpan_hdr": 1.0, "om_capacity": [ 66.0 ], @@ -19828,15 +28571,12 @@ 4.0 ], "om_production_escal": 0.0, - "opt_derate": 0.940896, "opt_model": 2.0, - "opt_normal": 0.650199, + "p_start": 0.021, "payment_option": 0.0, "pb_bd_frac": 0.02, "pb_fixed_par": 0.0055, "pb_pump_coef": 0.55, - "pb_rated_cap": 111.111, - "pb_tech_type": 2.0, "pbi_fed_amount": [ 0.0 ], @@ -19870,13 +28610,17 @@ "pbi_uti_tax_sta": 1.0, "pbi_uti_term": 0.0, "pc_config": 0.0, + "plm_cost_fixed": 0.0, + "plm_cost_per_acre": 10000.0, + "plm_cost_per_watt": 0.0, + "plm_cost_percent_direct": 0.0, + "power_plant_spec_cost": 1100.0, "ppa_escalation": 1.0, "ppa_multiplier_model": 0.0, "ppa_price_input": [ 0.123 ], "ppa_soln_mode": 1.0, - "pressure_mode": 0.0, "prop_tax_assessed_decline": 0.0, "prop_tax_cost_assessed_percent": 100.0, "property_assessed_value": 550891000.0, @@ -19891,75 +28635,41 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_design": 99.9999, "q_max_aux": 643.716, - "q_pb_design": 279.877, "q_sby_frac": 0.2, - "qdisp": [ - 0.0 - ], + "rad_multiplier": 1.5, + "rad_pressuredrop": 75.0, + "radfluid_vol_ratio": 3.0, + "radiator_fluidcost": 0.34, + "radiator_installcost": 22.0, + "radiator_unitcost": 13.0, "rate_escalation": [ 0.0 ], "real_discount_rate": 6.4, "rec_htf_vol": 1.0, "rec_model": 2.0, + "rec_qf_delay": 0.25, + "rec_su_delay": 0.2, "reflectivity": 0.935, "reserves_interest": 1.25, + "sales_tax_percent": 80.0, "sales_tax_rate": 5.0, "salvage_percentage": 0.0, "salvage_value": 0.0, - "sf_hdr_diams": [ - -1.0 - ], - "sf_hdr_lengths": [ - -1.0 - ], - "sf_hdr_wallthicks": [ - -1.0 - ], - "sf_q_design": 279.877, - "sf_rnr_diams": [ - -1.0 - ], - "sf_rnr_lengths": [ - -1.0 - ], - "sf_rnr_wallthicks": [ - -1.0 - ], - "sgs_diams": [ - -1.0 - ], - "sgs_lengths": [ - 0.0, - 90.0, - 100.0, - 120.0, - 0.0, - 0.0, - 0.0, - 0.0, - 80.0, - 120.0, - 80.0 - ], - "sgs_wallthicks": [ - -1.0 - ], "show_CapitalCostSO": 1.0, "show_DebtConstDSCR": 1.0, "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, - "sm1_aperture": 495055.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_mult": 2.3, - "solar_mult_spec": 2.3, + "solar_field_spec_cost": 150.0, + "solar_mult_in": 2.3, + "solar_mult_or_Ap": 0.0, "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": 2.3, "solution_mode_message": "", "startup_frac": 0.2, "startup_time": 0.5, @@ -19969,6 +28679,7 @@ ], "station_id": "67345", "step": 3600.0, + "storage_spec_cost": 32.0, "store_fl_props": [ [ 1.0, @@ -19985,10 +28696,6 @@ "store_fluid": 18.0, "system_capacity": 99999.9, "system_use_lifetime_output": 0.0, - "t_ch_out_max": 500.0, - "t_dis_out_min": 500.0, - "t_standby_reset": 2.0, - "tank_max_heat": 9.6806, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, "tax_investor_equity_percent": 98.0, @@ -19996,57 +28703,22 @@ "tax_investor_postflip_tax_percent": 10.0, "tax_investor_preflip_cash_percent": 98.0, "tax_investor_preflip_tax_percent": 98.0, - "tc_fill": 7.0, - "tc_void": 0.25, - "tech_type": 2.0, + "tech_type": 1.0, "term_int_rate": 4.0, "term_tenor": 18.0, "tes_pump_coef": 0.15, - "tes_temp": 409.0, - "tes_type": 1.0, + "th_rad_panel": 0.002, "theta_dep": 10.0, "theta_stow": 170.0, "tilt": 0.0, "tod_library": "Uniform Dispatch", - "total_direct_cost": 56783500.0, + "total_Ap_in": 877000.0, + "total_direct_cost": 475104000.0, "total_installed_cost": 550891000.0, - "total_land_area": 452.211, "track_mode": 1.0, "tshours": 4.0, - "tslogic_a": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_b": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_c": [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], "tz": -7.0, + "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 525.0, "ud_Q_dot_HTF_ND_des": 1.0, @@ -21702,41 +30374,14 @@ "ud_n_T_amb_calc": 20.0, "ud_n_T_htf_calc": 20.0, "ud_n_m_dot_calc": 20.0, - "ui_disp_1_fossil": 0.0, - "ui_disp_1_nosolar": 0.0, - "ui_disp_1_solar": 0.0, "ui_disp_1_turbout": 1.0, - "ui_disp_2_fossil": 0.0, - "ui_disp_2_nosolar": 0.0, - "ui_disp_2_solar": 0.0, "ui_disp_2_turbout": 1.0, - "ui_disp_3_fossil": 0.0, - "ui_disp_3_nosolar": 0.0, - "ui_disp_3_solar": 0.0, "ui_disp_3_turbout": 1.0, - "ui_disp_4_fossil": 0.0, - "ui_disp_4_nosolar": 0.0, - "ui_disp_4_solar": 0.0, "ui_disp_4_turbout": 1.0, - "ui_disp_5_fossil": 0.0, - "ui_disp_5_nosolar": 0.0, - "ui_disp_5_solar": 0.0, "ui_disp_5_turbout": 1.0, - "ui_disp_6_fossil": 0.0, - "ui_disp_6_nosolar": 0.0, - "ui_disp_6_solar": 0.0, "ui_disp_6_turbout": 1.0, - "ui_disp_7_fossil": 0.0, - "ui_disp_7_nosolar": 0.0, - "ui_disp_7_solar": 0.0, "ui_disp_7_turbout": 1.0, - "ui_disp_8_fossil": 0.0, - "ui_disp_8_nosolar": 0.0, - "ui_disp_8_solar": 0.0, "ui_disp_8_turbout": 1.0, - "ui_disp_9_fossil": 0.0, - "ui_disp_9_nosolar": 0.0, - "ui_disp_9_solar": 0.0, "ui_disp_9_turbout": 1.0, "ui_electricity_rate_option": 0.0, "ui_land_area_ha": 183.003, @@ -23205,9 +31850,17527 @@ "ur_source": "empty", "ur_start_date": "empty", "ur_ts_buy_rate": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, 0.0 ], "ur_ts_sell_rate": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, 0.0 ], "ur_unused_is_shown": 0.0, @@ -23232,8 +49395,6 @@ ], "use_specific_weather_file": 0.0, "user_specified_weather_file": "", - "vol_min": 313.654, - "vol_tank": 6273.08, "washes_per_year": 120.0, "water_per_wash": 0.02, "weekday_schedule": [ diff --git a/deploy/runtime/defaults/MSLF_Merchant Plant.json b/deploy/runtime/defaults/MSLF_Merchant Plant.json index 511df640e8..976c11ecff 100644 --- a/deploy/runtime/defaults/MSLF_Merchant Plant.json +++ b/deploy/runtime/defaults/MSLF_Merchant Plant.json @@ -9,11 +9,124 @@ "AnnulusGas": [ 27.0, 1.0, - 1.0, + 27.0, 27.0 ], + "CC_CALC_bop_cost": 37777700.0, + "CC_CALC_contingency_cost": 31081500.0, + "CC_CALC_epc_total_cost": 52261400.0, + "CC_CALC_fossil_backup_cost": 0.0, + "CC_CALC_htf_system_cost": 53757200.0, + "CC_CALC_installed_per_capacity": 5508.92, + "CC_CALC_plm_total_cost": 4522110.0, + "CC_CALC_power_plant_cost": 122222000.0, + "CC_CALC_sales_tax_total": 19004100.0, + "CC_CALC_site_improvements_cost": 22875400.0, + "CC_CALC_solar_field_cost": 171565000.0, + "CC_CALC_total_direct_cost": 475104000.0, + "CC_CALC_total_indirect_cost": 56783500.0, + "CC_CALC_total_installed_cost": 550891000.0, + "CC_CALC_ts_cost": 35824200.0, + "CC_COPY_Q_tes": 1119.51, + "CC_COPY_nameplate": 99.9999, + "CC_COPY_sales_tax_rate": 5.0, + "CC_COPY_total_land_area": 452.211, + "CC_DISP_bop_mwe": 111.111, + "CC_DISP_fossil_mwe": 111.111, + "CC_DISP_htf_system_area": 1143770.0, + "CC_DISP_power_plant_mwe": 111.111, + "CC_DISP_site_improvements_area": 1143770.0, + "CC_DISP_solar_field_area": 1143770.0, + "CR_CALC_DP_pressure_loss": 40.0, + "CR_CALC_avg_dt_des": 367.0, + "CR_CALC_hl_des": 166.25, + "CR_CALC_opt_derate": 0.940896, + "CR_CALC_opt_normal": 0.650199, + "CR_COPY_loop_therm_eff": 0.972751, "CT": 2.0, "ColAz": 0.0, + "DISP_AbsorberMaterial": 0.0, + "DISP_AnnulusGas1": 2.0, + "DISP_AnnulusGas2": 0.0, + "DISP_AnnulusGas3": 2.0, + "DISP_AnnulusGas4": 2.0, + "DISP_DP_coefs0": 0.0, + "DISP_DP_coefs1": 1.0, + "DISP_DP_coefs2": 0.0, + "DISP_DP_coefs3": 0.0, + "DISP_D_abs_in": 0.066, + "DISP_D_abs_out": 0.07, + "DISP_D_glass_in": 0.115, + "DISP_D_glass_out": 0.12, + "DISP_D_plug": 0.0, + "DISP_Design_loss1": 150.0, + "DISP_Design_loss2": 1100.0, + "DISP_Design_loss3": 1500.0, + "DISP_Design_loss4": 0.0, + "DISP_Flow_type": 0.0, + "DISP_GlazingIntactIn1": 0.0, + "DISP_GlazingIntactIn2": 0.0, + "DISP_GlazingIntactIn3": 1.0, + "DISP_GlazingIntactIn4": 0.0, + "DISP_HCE_FieldFrac1": 0.985, + "DISP_HCE_FieldFrac2": 0.01, + "DISP_HCE_FieldFrac3": 0.005, + "DISP_HCE_FieldFrac4": 0.0, + "DISP_HL_T_coefs0": 0.0, + "DISP_HL_T_coefs1": 0.672, + "DISP_HL_T_coefs2": 0.002556, + "DISP_HL_T_coefs3": 0.0, + "DISP_HL_T_coefs4": 0.0, + "DISP_HL_w_coefs0": 1.0, + "DISP_HL_w_coefs1": 0.0, + "DISP_HL_w_coefs2": 0.0, + "DISP_HL_w_coefs3": 0.0, + "DISP_HL_w_coefs4": 0.0, + "DISP_IAM_L_coefs0": 1.0031, + "DISP_IAM_L_coefs1": -0.2259, + "DISP_IAM_L_coefs2": 0.5368, + "DISP_IAM_L_coefs3": -1.6434, + "DISP_IAM_L_coefs4": 0.7222, + "DISP_IAM_T_coefs0": 0.9896, + "DISP_IAM_T_coefs1": 0.044, + "DISP_IAM_T_coefs2": -0.0721, + "DISP_IAM_T_coefs3": -0.2327, + "DISP_IAM_T_coefs4": 0.0, + "DISP_P_a1": 0.0001, + "DISP_P_a2": 750.0, + "DISP_P_a3": 750.0, + "DISP_P_a4": 0.0, + "DISP_Rough": 0.000045, + "DISP_Shadowing1": 0.96, + "DISP_Shadowing2": 0.96, + "DISP_Shadowing3": 0.96, + "DISP_Shadowing4": 0.963, + "DISP_Tau_envelope1": 0.963, + "DISP_Tau_envelope2": 0.963, + "DISP_Tau_envelope3": 1.0, + "DISP_Tau_envelope4": 0.0, + "DISP_alpha_abs1": 0.96, + "DISP_alpha_abs2": 0.96, + "DISP_alpha_abs3": 0.8, + "DISP_alpha_abs4": 0.0, + "DISP_alpha_env1": 0.02, + "DISP_alpha_env2": 0.02, + "DISP_alpha_env3": 0.0, + "DISP_alpha_env4": 0.0, + "DISP_combo_FieldConfig": 0.0, + "DISP_combo_htf_type": 0.0, + "DISP_dirt_env1": 0.98, + "DISP_dirt_env2": 0.98, + "DISP_dirt_env3": 1.0, + "DISP_dirt_env4": 0.98, + "DISP_epsilon_glass1": 0.86, + "DISP_epsilon_glass2": 0.86, + "DISP_epsilon_glass3": 1.0, + "DISP_epsilon_glass4": 0.0, + "DISP_is_hx": 1.0, + "DISP_opt_model": 1.0, + "DISP_rec_model": 1.0, + "DISP_store_fluid": 0.0, "DP_SGS": 0.0, "DP_coefs": [ 0.0, @@ -22,7 +135,6 @@ 0.0 ], "DP_nominal": 2.5, - "DP_pressure_loss": 40.0, "D_abs_in": [ 0.066, 0.066, @@ -53,6 +165,7 @@ 0.0, 0.0 ], + "D_rad_tubes": 0.02, "Design_loss": [ 150.0, 1100.0, @@ -80,9 +193,6 @@ 1.0 ], "Fluid": 18.0, - "FossilFill": [ - 0.0 - ], "GeomEffects": 1.0, "GlazingIntactIn": [ 1.0, @@ -111,17 +221,6 @@ 0.0, 0.0 ], - "HTF_data": [ - [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], "IAM_L_coefs": [ 1.0031, -0.2259, @@ -141,14 +240,9 @@ "L_crossover": 15.0, "L_mod": 44.8, "L_mod_spacing": 1.0, - "L_rnr_pb": 25.0, - "L_rnr_per_xpan": 70.0, - "L_xpan_hdr": 20.0, - "L_xpan_rnr": 20.0, - "Min_rnr_xpans": 1.0, - "NUMTOU": 0.0, - "N_hdr_per_xpan": 2.0, - "N_max_hdr_diams": 10.0, + "L_rad": 100.0, + "L_rad_sections": 10.0, + "L_rnr_pb": 50.0, "OpticalTable": [ [ 0.0, @@ -294,11 +388,14 @@ 0.0 ] ], + "PB_CALC_mdot_cycle_des": 797.149, + "PB_COPY_P_ref": 111.111, "PB_COPY_T_htf_cold_des": 293.0, "PB_COPY_T_htf_hot_des": 525.0, - "PB_COPY_htf_cp_avg": 1.51335, + "PB_COPY_eta_ref": 0.397, + "PB_COPY_gross_net_conversion_factor": 0.9, + "PB_COPY_nameplate": 99.9999, "PB_COPY_q_pb_design": 279.877, - "PB_m_dot_htf_cycle_des": 797.149, "P_a": [ 0.0001, 750.0, @@ -317,39 +414,94 @@ 0.000045 ], "SCA_drives_elec": 125.0, + "SC_CALC_aux": 2.66193, + "SC_CALC_bop": 0.0, + "SC_DISP_aux_par": 0.02273, + "SC_DISP_aux_par_0": 0.483, + "SC_DISP_aux_par_1": 0.571, + "SC_DISP_aux_par_2": 0.0, + "SC_DISP_aux_par_f": 1.0, + "SC_DISP_bop_par": 0.0, + "SC_DISP_bop_par_0": 0.483, + "SC_DISP_bop_par_1": 0.517, + "SC_DISP_bop_par_2": 0.0, + "SC_DISP_bop_par_f": 1.0, + "SD_CALC_Q_rec_des": 646.624, + "SD_CALC_m_dot_field_des": 0.0, + "SD_CALC_nLoops": 152.0, + "SD_CALC_nameplate": 99.9999, + "SD_CALC_q_pb_design": 279.877, + "SD_CALC_solar_mult": 2.3, + "SD_CALC_total_Ap": 1143770.0, + "SF_CALC_Ap_loop": 7524.8, + "SF_CALC_Ap_sm1": 495055.0, + "SF_CALC_Ap_total": 1143770.0, + "SF_CALC_Q_field_des_SS": 575.954, + "SF_CALC_Q_loop_des_SS": 3.79969, + "SF_CALC_Q_loss_hdr_rnr_des_SS": 0.0303498, + "SF_CALC_Q_loss_receiver_des_SS": 49.6937, + "SF_CALC_T_field_out_des_SS": 524.241, + "SF_CALC_T_loop_out_des_SS": 524.69, + "SF_CALC_W_dot_pump_des_SS": 1.91211, + "SF_CALC_dP_field_des_SS": 18.0589, + "SF_CALC_eff_des_SS": 0.530061, + "SF_CALC_eff_loop_des_SS": 0.531532, + "SF_CALC_eta_optical_des_SS": 0.61177, + "SF_CALC_field_area": 282.632, + "SF_CALC_field_htf_max_temp": 593.0, + "SF_CALC_field_htf_min_temp": 238.0, + "SF_CALC_loop_eff": 0.595099, + "SF_CALC_loop_opt_eff": 0.61177, + "SF_CALC_loop_therm_eff": 0.972751, + "SF_CALC_m_dot_des_SS": 1646.98, + "SF_CALC_m_dot_loop_des_SS": 10.8354, + "SF_CALC_mdot_field_des": 1771.79, + "SF_CALC_nLoops_sm1": 66.0, + "SF_CALC_q_field_des": 646.624, + "SF_CALC_therm_eff_des_SS": 0.866439, + "SF_CALC_therm_eff_loop_des_SS": 0.868844, + "SF_CALC_total_land_area": 452.211, + "SF_CALC_total_tracking_power": 0.304, + "SF_COPY_T_loop_in_des": 293.0, + "SF_COPY_T_loop_out": 525.0, + "SF_COPY_nLoops": 152.0, + "SF_COPY_q_pb_design": 279.877, + "SF_COPY_solar_mult": 2.3, "Shadowing": [ 0.96, 0.96, 0.96, 0.963 ], - "TES_cap": 1119.51, - "TSLogic": [ - [ - 0.0 - ] - ], + "TS_CALC_Q_tes": 1119.51, + "TS_CALC_d_tank": 20.5031, + "TS_CALC_q_dot_loss_tes_des": 0.510122, + "TS_CALC_tes_htf_cp": 1.51335, + "TS_CALC_tes_htf_dens": 1829.88, + "TS_CALC_tes_htf_max_temp": 593.0, + "TS_CALC_tes_htf_min_temp": 238.0, + "TS_CALC_vol_min": 330.162, + "TS_CALC_vol_tank": 6603.24, + "TS_COPY_T_loop_in_des": 293.0, + "TS_COPY_T_loop_out": 525.0, + "TS_COPY_q_pb_design": 279.877, + "TS_COPY_tshours": 4.0, "T_ITD_des": 16.0, "T_amb_des": 42.0, "T_amb_sf_des": 42.0, "T_approach": 5.0, "T_cold_in": 274.7, + "T_ctes_cold_design": 5.0, + "T_ctes_cold_ini": 10.0, + "T_ctes_warm_design": 10.0, + "T_ctes_warm_ini": 20.0, "T_db": 15.0, "T_dp": 10.0, - "T_field_in_des": 293.0, - "T_field_ini": 300.0, - "T_field_out_des": 525.0, "T_fp": 263.0, - "T_htf_cold_ref": 293.0, "T_htf_hot_des": 525.0, - "T_htf_hot_ref": 525.0, "T_loop_in_des": 293.0, "T_loop_out": 525.0, - "T_set_aux": 525.0, "T_startup": 400.0, - "T_tank_cold_ini": 293.0, - "T_tank_hot_ini": 525.0, - "T_tank_hot_inlet_min": 400.0, "Tau_envelope": [ 0.963, 0.963, @@ -357,2241 +509,10849 @@ 0.0 ], "TrackingError": 1.0, - "V_hdr_cold_max": 3.0, - "V_hdr_cold_min": 2.0, - "V_hdr_hot_max": 3.0, - "V_hdr_hot_min": 2.0, "V_hdr_max": 3.0, "V_hdr_min": 2.0, - "V_tank_hot_ini": 1254.62, - "V_tes_des": 1.85, "V_wind": 1.5, "V_wind_des": 4.0, "W_pb_design": 111.111, - "a_field": 850000.0, - "a_loop": 7524.8, - "a_sf_act": 1143770.0, - "adjust": 0.0, - "adjust_constant": 4.0, - "adjust_en_periods": 0.0, - "adjust_en_timeindex": 0.0, - "adjust_periods": [ - [ - 0.0 - ] - ], - "adjust_timeindex": [ - 0.0 - ], - "alpha_abs": [ - 0.96, - 0.96, - 0.8, - 0.0 - ], - "alpha_env": [ - 0.02, - 0.02, - 0.0, - 0.0 - ], - "analysis_period": 25.0, - "analysis_period_warning": "No messages.", - "annual_albedo": 0.217164, - "annual_beam": 7.36408, - "annual_diffuse": 1.33978, - "annual_global": 5.83819, - "annual_snow": "nan", - "annual_tdry": 18.1261, - "annual_wspd": 2.35368, - "aux_array": [ - 0.02273, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "azimuth": 0.0, - "batt_salvage_percentage": 0.0, - "batt_salvage_value": 0.0, - "bop_array": [ - 0.0, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "calc_design_pipe_vals": 0.0, - "cambium_escalation": 0.0, - "cambium_location": "Texas", - "cambium_location_type": "States", - "cambium_meta_output": "{\"uuid\":\"579698fe-5a38-4d7c-8611-d0c5969b2e54\",\"name\":\"Cambium 2020\",\"layouts\":[{\"name\":\"Default Layout\",\"schema\":{\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Generation [MWh]\",\"scenario_diff\":null},\"components\":{\"map-1604967585519\":{\"id\":\"map-1604967585519\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Generation [kg/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":0,\"width\":6,\"height\":6},\"annual_timeseries-1604967750440\":{\"id\":\"annual_timeseries-1604967750440\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Generation [MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":0,\"width\":6,\"height\":6},\"interval_timeseries-1604967810793\":{\"id\":\"interval_timeseries-1604967810793\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"Nations\",\"year\":\"2050\",\"metric\":\"Generation [MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":6,\"width\":6,\"height\":6},\"interval_heatmap-1604967820130\":{\"id\":\"interval_heatmap-1604967820130\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Long-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":6,\"width\":6,\"height\":6}},\"unlocked\":\"annual_timeseries-1604967750440\"},\"project\":\"579698fe-5a38-4d7c-8611-d0c5969b2e54\"},{\"name\":\"Energy and Capacity Costs\",\"schema\":{\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Cost: End Use Energy [$/MWh]\",\"scenario_diff\":null},\"components\":{\"interval_heatmap-1604968220804\":{\"id\":\"interval_heatmap-1604968220804\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Cost: End Use Energy [$/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":0,\"width\":6,\"height\":6},\"annual_timeseries-1604968243051\":{\"id\":\"annual_timeseries-1604968243051\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Cost: End Use Energy [$/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":6,\"width\":6,\"height\":6},\"interval_heatmap-1604968257660\":{\"id\":\"interval_heatmap-1604968257660\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Cost: End Use Capacity [$/MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":0,\"width\":6,\"height\":6},\"annual_timeseries-1604968276404\":{\"id\":\"annual_timeseries-1604968276404\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Cost: End Use Capacity [$/MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":6,\"width\":6,\"height\":6}},\"unlocked\":\"annual_timeseries-1604968243051\"},\"project\":\"579698fe-5a38-4d7c-8611-d0c5969b2e54\"},{\"name\":\"Marginal Emission Rates\",\"schema\":{\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Short-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"components\":{\"interval_heatmap-1604968220804\":{\"id\":\"interval_heatmap-1604968220804\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Long-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":0,\"width\":6,\"height\":6},\"annual_timeseries-1604968243051\":{\"id\":\"annual_timeseries-1604968243051\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Long-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":6,\"width\":6,\"height\":6},\"interval_heatmap-1604968257660\":{\"id\":\"interval_heatmap-1604968257660\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Short-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":0,\"width\":6,\"height\":6},\"annual_timeseries-1604968276404\":{\"id\":\"annual_timeseries-1604968276404\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Short-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":6,\"width\":6,\"height\":6}},\"unlocked\":\"annual_timeseries-1604968276404\"},\"project\":\"579698fe-5a38-4d7c-8611-d0c5969b2e54\"}],\"timeseries_enabled\":true,\"published\":true,\"meta\":{\"scenarios\":[[\"Mid-case\",null,\"A business-as-usual scenario from NREL's 2020 Standard Scenarios\",null],[\"High Renewable Energy Cost\",null,\"A scenario with the same assumptions as the Mid-case, except for higher renewable energy costs\",null],[\"Low Battery Cost\",null,\"A scenario with the same assumptions as the Mid-case, except for lower battery costs\",null],[\"Low Renewable Energy Cost\",null,\"A scenario with the same assumptions as the Mid-case, except for lower renewable energy costs\",null],[\"Low Wind Cost\",null,\"A scenario with the same assumptions as the Mid-case, except for lower wind energy costs\",null]],\"years\":[[\"2020\",null,null,null],[\"2022\",null,null,null],[\"2024\",null,null,null],[\"2026\",null,null,null],[\"2028\",null,null,null],[\"2030\",null,null,null],[\"2032\",null,null,null],[\"2034\",null,null,null],[\"2036\",null,null,null],[\"2038\",null,null,null],[\"2040\",null,null,null],[\"2042\",null,null,null],[\"2044\",null,null,null],[\"2046\",null,null,null],[\"2048\",null,null,null],[\"2050\",null,null,null]],\"technologies\":{\"Technologies\":[[\"Battery\",\"#FF4A88\",\"Electricity battery storage\",null],[\"Biomass\",\"#5B9844\",\"Biopower and landfill-gas\",null],[\"Canadian Imports\",\"#193A71\",\"Electricity imported from Canada\",null],[\"Coal\",\"#222222\",\"Coal (pulverized, integrated gasification combined cycle, and cofired)\",null],[\"Coal CCS\",\"#707685\",\"Coal with carbon capture and sequestration\",null],[\"Concentrating Solar Power\",\"#FC761A\",\"Concentrating Solar Power with and without thermal energy storage\",null],[\"Distributed Photovoltaics\",\"#FEE603\",\"Customer-sited photovoltaics\",null],[\"Geothermal\",\"#A96235\",\"Geothermal (hydrothermal, NF-EGS, deep EGS)\",null],[\"Hydropower\",\"#187F94\",\"Hydropower\",null],[\"Natural Gas CC\",\"#52216B\",\"Natural gas combined cycle\",null],[\"Natural Gas CC CCS\",\"#5E1688\",\"Natural gas combined cycle with carbon capture and sequestration\",null],[\"Natural Gas CT\",\"#C2A1DB\",\"Natural gas combustion turbine\",null],[\"Nuclear\",\"#820000\",\"Nuclear\",null],[\"Offshore Wind\",\"#106BA7\",\"Offshore Wind\",null],[\"Oil-gas-steam\",\"#853D65\",\"Oil-gas-steam\",null],[\"Onshore Wind\",\"#00B6EF\",\"Onshore Wind\",null],[\"Pumped Hydro Storage\",\"#CC0079\",\"Pumped Hydro Storage\",null],[\"Utility-scale Photovoltaics\",\"#FFC903\",\"Utility-scale and distributed-utility-scale photovoltaics\",null]]},\"locations\":{\"States\":[[\"Alabama\",null,null,null],[\"Arizona\",null,null,null],[\"Arkansas\",null,null,null],[\"California\",null,null,null],[\"Colorado\",null,null,null],[\"Connecticut\",null,null,null],[\"Delaware\",null,null,null],[\"Florida\",null,null,null],[\"Georgia\",null,null,null],[\"Idaho\",null,null,null],[\"Illinois\",null,null,null],[\"Indiana\",null,null,null],[\"Iowa\",null,null,null],[\"Kansas\",null,null,null],[\"Kentucky\",null,null,null],[\"Louisiana\",null,null,null],[\"Maine\",null,null,null],[\"Maryland\",null,null,null],[\"Massachusetts\",null,null,null],[\"Michigan\",null,null,null],[\"Minnesota\",null,null,null],[\"Mississippi\",null,null,null],[\"Missouri\",null,null,null],[\"Montana\",null,null,null],[\"Nebraska\",null,null,null],[\"Nevada\",null,null,null],[\"New Hampshire\",null,null,null],[\"New Jersey\",null,null,null],[\"New Mexico\",null,null,null],[\"New York\",null,null,null],[\"North Carolina\",null,null,null],[\"North Dakota\",null,null,null],[\"Ohio\",null,null,null],[\"Oklahoma\",null,null,null],[\"Oregon\",null,null,null],[\"Pennsylvania\",null,null,null],[\"Rhode Island\",null,null,null],[\"South Carolina\",null,null,null],[\"South Dakota\",null,null,null],[\"Tennessee\",null,null,null],[\"Texas\",null,null,null],[\"Utah\",null,null,null],[\"Vermont\",null,null,null],[\"Virginia\",null,null,null],[\"Washington\",null,null,null],[\"West Virginia\",null,null,null],[\"Wisconsin\",null,null,null],[\"Wyoming\",null,null,null]],\"Nations\":[[\"Contiguous United States\",null,null,null]],\"Balancing Areas\":[[\"p1\",null,null,null],[\"p2\",null,null,null],[\"p3\",null,null,null],[\"p4\",null,null,null],[\"p5\",null,null,null],[\"p6\",null,null,null],[\"p7\",null,null,null],[\"p8\",null,null,null],[\"p9\",null,null,null],[\"p10\",null,null,null],[\"p11\",null,null,null],[\"p12\",null,null,null],[\"p13\",null,null,null],[\"p14\",null,null,null],[\"p15\",null,null,null],[\"p16\",null,null,null],[\"p17\",null,null,null],[\"p18\",null,null,null],[\"p19\",null,null,null],[\"p20\",null,null,null],[\"p21\",null,null,null],[\"p22\",null,null,null],[\"p23\",null,null,null],[\"p24\",null,null,null],[\"p25\",null,null,null],[\"p26\",null,null,null],[\"p27\",null,null,null],[\"p28\",null,null,null],[\"p29\",null,null,null],[\"p30\",null,null,null],[\"p31\",null,null,null],[\"p32\",null,null,null],[\"p33\",null,null,null],[\"p34\",null,null,null],[\"p35\",null,null,null],[\"p36\",null,null,null],[\"p37\",null,null,null],[\"p38\",null,null,null],[\"p39\",null,null,null],[\"p40\",null,null,null],[\"p41\",null,null,null],[\"p42\",null,null,null],[\"p43\",null,null,null],[\"p44\",null,null,null],[\"p45\",null,null,null],[\"p46\",null,null,null],[\"p47\",null,null,null],[\"p48\",null,null,null],[\"p49\",null,null,null],[\"p50\",null,null,null],[\"p51\",null,null,null],[\"p52\",null,null,null],[\"p53\",null,null,null],[\"p54\",null,null,null],[\"p55\",null,null,null],[\"p56\",null,null,null],[\"p57\",null,null,null],[\"p58\",null,null,null],[\"p59\",null,null,null],[\"p60\",null,null,null],[\"p61\",null,null,null],[\"p62\",null,null,null],[\"p63\",null,null,null],[\"p64\",null,null,null],[\"p65\",null,null,null],[\"p66\",null,null,null],[\"p67\",null,null,null],[\"p68\",null,null,null],[\"p69\",null,null,null],[\"p70\",null,null,null],[\"p71\",null,null,null],[\"p72\",null,null,null],[\"p73\",null,null,null],[\"p74\",null,null,null],[\"p75\",null,null,null],[\"p76\",null,null,null],[\"p77\",null,null,null],[\"p78\",null,null,null],[\"p79\",null,null,null],[\"p80\",null,null,null],[\"p81\",null,null,null],[\"p82\",null,null,null],[\"p83\",null,null,null],[\"p84\",null,null,null],[\"p85\",null,null,null],[\"p86\",null,null,null],[\"p87\",null,null,null],[\"p88\",null,null,null],[\"p89\",null,null,null],[\"p90\",null,null,null],[\"p91\",null,null,null],[\"p92\",null,null,null],[\"p93\",null,null,null],[\"p94\",null,null,null],[\"p95\",null,null,null],[\"p96\",null,null,null],[\"p97\",null,null,null],[\"p98\",null,null,null],[\"p99\",null,null,null],[\"p100\",null,null,null],[\"p101\",null,null,null],[\"p102\",null,null,null],[\"p103\",null,null,null],[\"p104\",null,null,null],[\"p105\",null,null,null],[\"p106\",null,null,null],[\"p107\",null,null,null],[\"p108\",null,null,null],[\"p109\",null,null,null],[\"p110\",null,null,null],[\"p111\",null,null,null],[\"p112\",null,null,null],[\"p113\",null,null,null],[\"p114\",null,null,null],[\"p115\",null,null,null],[\"p116\",null,null,null],[\"p117\",null,null,null],[\"p118\",null,null,null],[\"p119\",null,null,null],[\"p120\",null,null,null],[\"p121\",null,null,null],[\"p122\",null,null,null],[\"p123\",null,null,null],[\"p124\",null,null,null],[\"p125\",null,null,null],[\"p126\",null,null,null],[\"p127\",null,null,null],[\"p128\",null,null,null],[\"p129\",null,null,null],[\"p130\",null,null,null],[\"p131\",null,null,null],[\"p132\",null,null,null],[\"p133\",null,null,null],[\"p134\",null,null,null]]},\"metrics\":[[\"Capacity [MW]\",null,\"Nameplate capacity [MW]\",\"\"],[\"Generation [MWh]\",null,\"Generation from all technologies [MWh]\",\" \"],[\"Curtailment: Solar [MWh]\",null,\"Curtailed energy from PV and CSP generators [MWh]\",\"\"],[\"Curtailment: Wind [MWh]\",null,\"Curtailed energy from onshore and offshore wind generators [MWh]\",\"\"],[\"Load: Busbar [MWh]\",null,\"Total load at the busbar (load serving end uses, storage generators that are charging, and transmission losses) [MWh]\",\"\"],[\"Load: Load for End Use [MWh]\",null,\"Load at the busbar that is serving end uses [MWh]\",\"\"],[\"Load: Net Load [MWh]\",null,\"Load for end uses minus generation from wind and solar generators [MWh]\",\"\"],[\"Load: Storage Charging [MWh]\",null,\"Load from battery and pumped hydro storage generators that are charging [MWh]\",\"\"],[\"Load: Transmission Losses [MWh]\",null,\"Load from transmission losses [MWh]\",\"\"],[\"Cost: End Use Capacity [$/MWh]\",null,\"Marginal cost of the additional firm capacity necessary to maintain resource adequacy when end use load is increased [$/MWh]\",\" \"],[\"Cost: End Use Energy [$/MWh]\",null,\"Marginal cost of the additional energy to serve an increase in end use load [$/MWh]\",\" \"],[\"Cost: End Use Op. Res. [$/MWh]\",null,\"Marginal cost of the additional operating reserves that would be required by an increase in end use load [$/MWh]\",\" \"],[\"Cost: End Use Portfolio [$/MWh]\",null,\"Marginal cost of meeting RPS and CES portfolio requirements when end use load is increased [$/MWh]\",\" \"],[\"Cost: End Use Total [$/MWh]\",null,\"Total marginal cost induced by an increase in end use load (energy, capacity, operating reserve, and portfolio costs) [$/MWh]\",\" \"],[\"CO2: Generation [kg/MWh]\",null,\"Average CO2 emission rate of in-region generation [kg/MWh]\",\"\"],[\"CO2: Load [kg/MWh]\",null,\"Average CO2 rate of the generation induced by a region's load [kg/MWh]\",\"\"],[\"CO2: Long-Run Marginal [kg/MWh]\",null,\"Long-run marginal emission rate of the generation induced by a persistent change in a region's end use load [kg/MWh]\",\"\"],[\"CO2: Short-Run Marginal [kg/MWh]\",null,\"Short-run marginal emission rate of the generation serving a region's end use load [kg/MWh]\",\"\"]]},\"metric_exclusions\":{\"CO2: Load [kg/MWh]\":[\"technology\"],\"Load: Busbar [MWh]\":[\"technology\"],\"Load: Net Load [MWh]\":[\"technology\"],\"Curtailment: Wind [MWh]\":[\"technology\"],\"CO2: Generation [kg/MWh]\":[\"technology\"],\"Curtailment: Solar [MWh]\":[\"technology\"],\"Cost: End Use Total [$/MWh]\":[\"technology\"],\"Cost: End Use Energy [$/MWh]\":[\"technology\"],\"Load: Load for End Use [MWh]\":[\"technology\"],\"Load: Storage Charging [MWh]\":[\"technology\"],\"Cost: End Use Capacity [$/MWh]\":[\"technology\"],\"Cost: End Use Op. Res. [$/MWh]\":[\"technology\"],\"CO2: Long-Run Marginal [kg/MWh]\":[\"technology\"],\"Cost: End Use Portfolio [$/MWh]\":[\"technology\"],\"Load: Transmission Losses [MWh]\":[\"technology\"],\"CO2: Short-Run Marginal [kg/MWh]\":[\"technology\"]}}", - "cambium_metric": "Cost: End Use Total [$/MWh]", - "cambium_scenario": "Mid-case", - "cambium_start_year": 0.0, - "cambium_year": "2050", - "cbi_fed_amount": 0.0, - "cbi_fed_deprbas_fed": 0.0, - "cbi_fed_deprbas_sta": 0.0, - "cbi_fed_maxvalue": 1e38, - "cbi_fed_tax_fed": 1.0, - "cbi_fed_tax_sta": 1.0, - "cbi_oth_amount": 0.0, - "cbi_oth_deprbas_fed": 0.0, - "cbi_oth_deprbas_sta": 0.0, - "cbi_oth_maxvalue": 1e38, - "cbi_oth_tax_fed": 1.0, - "cbi_oth_tax_sta": 1.0, - "cbi_sta_amount": 0.0, - "cbi_sta_deprbas_fed": 0.0, - "cbi_sta_deprbas_sta": 0.0, - "cbi_sta_maxvalue": 1e38, - "cbi_sta_tax_fed": 1.0, - "cbi_sta_tax_sta": 1.0, - "cbi_uti_amount": 0.0, - "cbi_uti_deprbas_fed": 0.0, - "cbi_uti_deprbas_sta": 0.0, - "cbi_uti_maxvalue": 1e38, - "cbi_uti_tax_fed": 1.0, - "cbi_uti_tax_sta": 1.0, - "chk_update_peaks": 0.0, - "city": "-", - "cold_tank_Thtr": 263.0, - "combo_condenser_type": 1.0, - "const_per_interest1": 19281200.0, - "const_per_interest2": 0.0, - "const_per_interest3": 0.0, - "const_per_interest4": 0.0, - "const_per_interest5": 0.0, - "const_per_interest_rate1": 3.5, - "const_per_interest_rate2": 0.0, - "const_per_interest_rate3": 0.0, - "const_per_interest_rate4": 0.0, - "const_per_interest_rate5": 0.0, - "const_per_interest_total": 19281200.0, - "const_per_months1": 24.0, - "const_per_months2": 0.0, - "const_per_months3": 0.0, - "const_per_months4": 0.0, - "const_per_months5": 0.0, - "const_per_name1": "Loan 1", - "const_per_name2": "Loan 2", - "const_per_name3": "Loan 3", - "const_per_name4": "Loan 4", - "const_per_name5": "Loan 5", - "const_per_percent1": 100.0, - "const_per_percent2": 0.0, - "const_per_percent3": 0.0, - "const_per_percent4": 0.0, - "const_per_percent5": 0.0, - "const_per_percent_total": 100.0, - "const_per_principal1": 550891000.0, - "const_per_principal2": 0.0, - "const_per_principal3": 0.0, - "const_per_principal4": 0.0, - "const_per_principal5": 0.0, - "const_per_principal_total": 550891000.0, - "const_per_total1": 24790100.0, - "const_per_total2": 0.0, - "const_per_total3": 0.0, - "const_per_total4": 0.0, - "const_per_total5": 0.0, - "const_per_upfront_rate1": 1.0, - "const_per_upfront_rate2": 0.0, - "const_per_upfront_rate3": 0.0, - "const_per_upfront_rate4": 0.0, - "const_per_upfront_rate5": 0.0, - "construction_financing_cost": 24790100.0, - "cost_debt_closing": 450000.0, - "cost_debt_fee": 2.75, - "cost_other_financing": 0.0, - "country": "-", - "cp_battery_nameplate": 0.0, - "cp_capacity_credit_percent": [ - 0.0 - ], - "cp_capacity_payment_amount": [ - 0.0 - ], - "cp_capacity_payment_esc": 0.0, - "cp_capacity_payment_type": 0.0, - "cp_system_nameplate": 99.9999, - "csp.mslf.control.aux_array_c0": 0.483, - "csp.mslf.control.aux_array_c1": 0.517, - "csp.mslf.control.aux_array_c2": 0.0, - "csp.mslf.control.aux_array_mult": 0.02273, - "csp.mslf.control.aux_array_pf": 1.0, - "csp.mslf.control.bop_array_c0": 0.483, - "csp.mslf.control.bop_array_c1": 0.517, - "csp.mslf.control.bop_array_c2": 0.0, - "csp.mslf.control.bop_array_mult": 0.0, - "csp.mslf.control.bop_array_pf": 1.0, - "csp.mslf.control.ffrac1": 0.0, - "csp.mslf.control.ffrac2": 0.0, - "csp.mslf.control.ffrac3": 0.0, - "csp.mslf.control.ffrac4": 0.0, - "csp.mslf.control.ffrac5": 0.0, - "csp.mslf.control.ffrac6": 0.0, - "csp.mslf.control.ffrac7": 0.0, - "csp.mslf.control.ffrac8": 0.0, - "csp.mslf.control.ffrac9": 0.0, - "csp.mslf.control.fossil_mode": 0.0, - "csp.mslf.control.store_fluid": 0.0, - "csp.mslf.control.tes_cp": 1.51335, - "csp.mslf.control.tes_dens": 1829.88, - "csp.mslf.cost.bop": 37777700.0, - "csp.mslf.cost.bop_mwe": 111.111, - "csp.mslf.cost.bop_per_kwe": 340.0, - "csp.mslf.cost.contingency": 31081500.0, - "csp.mslf.cost.contingency_percent": 7.0, - "csp.mslf.cost.epc.fixed": 0.0, - "csp.mslf.cost.epc.per_acre": 0.0, - "csp.mslf.cost.epc.per_watt": 0.0, - "csp.mslf.cost.epc.percent": 11.0, - "csp.mslf.cost.epc.total": 52261400.0, - "csp.mslf.cost.fossil_backup": 0.0, - "csp.mslf.cost.fossil_backup.cost_per_kwe": 0.0, - "csp.mslf.cost.fossil_backup.mwe": 111.111, - "csp.mslf.cost.htf_system": 53757200.0, - "csp.mslf.cost.htf_system.area": 1143770.0, - "csp.mslf.cost.htf_system.cost_per_m2": 47.0, - "csp.mslf.cost.installed_per_capacity": 5508.92, - "csp.mslf.cost.nameplate": 99.9999, - "csp.mslf.cost.plm.fixed": 0.0, - "csp.mslf.cost.plm.per_acre": 10000.0, - "csp.mslf.cost.plm.per_watt": 0.0, - "csp.mslf.cost.plm.percent": 0.0, - "csp.mslf.cost.plm.total": 4522110.0, - "csp.mslf.cost.power_plant": 122222000.0, - "csp.mslf.cost.power_plant.cost_per_kwe": 1100.0, - "csp.mslf.cost.power_plant.mwe": 111.111, - "csp.mslf.cost.sales_tax.percent": 80.0, - "csp.mslf.cost.sales_tax.total": 19004100.0, - "csp.mslf.cost.sales_tax.value": 5.0, - "csp.mslf.cost.site_improvements": 22875400.0, - "csp.mslf.cost.site_improvements.area": 1143770.0, - "csp.mslf.cost.site_improvements.cost_per_m2": 20.0, - "csp.mslf.cost.solar_field": 171565000.0, - "csp.mslf.cost.solar_field.area": 1143770.0, - "csp.mslf.cost.solar_field.cost_per_m2": 150.0, - "csp.mslf.cost.total_direct": 475104000.0, - "csp.mslf.cost.total_indirect": 56783500.0, - "csp.mslf.cost.total_installed": 550891000.0, - "csp.mslf.cost.total_land_area": 452.211, - "csp.mslf.cost.ts": 35824200.0, - "csp.mslf.cost.ts_mwht": 1119.51, - "csp.mslf.cost.ts_per_kwht": 32.0, - "csp.mslf.cycle.gr_to_net": 0.9, - "csp.mslf.enet.tes_fp_mode": 1.0, - "csp.mslf.par.calc.aux": 2.52555, - "csp.mslf.par.calc.bop": 0.0, - "csp.mslf.par.calc.frac_gross": 0.611111, - "csp.mslf.par.calc.tracking": 304000.0, - "csp.mslf.sf.AbsorberMaterial": 0.0, - "csp.mslf.sf.AnnulusGas1": 2.0, - "csp.mslf.sf.AnnulusGas2": 0.0, - "csp.mslf.sf.AnnulusGas3": 0.0, - "csp.mslf.sf.AnnulusGas4": 2.0, - "csp.mslf.sf.DP_coefs0": 0.0, - "csp.mslf.sf.DP_coefs1": 1.0, - "csp.mslf.sf.DP_coefs2": 0.0, - "csp.mslf.sf.DP_coefs3": 0.0, - "csp.mslf.sf.D_abs_in": 0.066, - "csp.mslf.sf.D_abs_out": 0.07, - "csp.mslf.sf.D_glass_in": 0.115, - "csp.mslf.sf.D_glass_out": 0.12, - "csp.mslf.sf.D_plug": 0.0, - "csp.mslf.sf.Design_loss1": 150.0, - "csp.mslf.sf.Design_loss2": 1100.0, - "csp.mslf.sf.Design_loss3": 1500.0, - "csp.mslf.sf.Design_loss4": 0.0, - "csp.mslf.sf.FieldConfig": 0.0, - "csp.mslf.sf.Flow_type": 0.0, - "csp.mslf.sf.Fluid": 0.0, - "csp.mslf.sf.GlazingIntactIn1": 0.0, - "csp.mslf.sf.GlazingIntactIn2": 0.0, - "csp.mslf.sf.GlazingIntactIn3": 1.0, - "csp.mslf.sf.GlazingIntactIn4": 0.0, - "csp.mslf.sf.HCE_FieldFrac1": 0.985, - "csp.mslf.sf.HCE_FieldFrac2": 0.01, - "csp.mslf.sf.HCE_FieldFrac3": 0.005, - "csp.mslf.sf.HCE_FieldFrac4": 0.0, - "csp.mslf.sf.HL_T_coefs0": 0.0, - "csp.mslf.sf.HL_T_coefs1": 0.672, - "csp.mslf.sf.HL_T_coefs2": 0.002556, - "csp.mslf.sf.HL_T_coefs3": 0.0, - "csp.mslf.sf.HL_T_coefs4": 0.0, - "csp.mslf.sf.HL_w_coefs0": 1.0, - "csp.mslf.sf.HL_w_coefs1": 0.0, - "csp.mslf.sf.HL_w_coefs2": 0.0, - "csp.mslf.sf.HL_w_coefs3": 0.0, - "csp.mslf.sf.HL_w_coefs4": 0.0, - "csp.mslf.sf.IAM_L_coefs0": 1.0031, - "csp.mslf.sf.IAM_L_coefs1": -0.2259, - "csp.mslf.sf.IAM_L_coefs2": 0.5368, - "csp.mslf.sf.IAM_L_coefs3": -1.6434, - "csp.mslf.sf.IAM_L_coefs4": 0.7222, - "csp.mslf.sf.IAM_T_coefs0": 0.9896, - "csp.mslf.sf.IAM_T_coefs1": 0.044, - "csp.mslf.sf.IAM_T_coefs2": -0.0721, - "csp.mslf.sf.IAM_T_coefs3": -0.2327, - "csp.mslf.sf.IAM_T_coefs4": 0.0, - "csp.mslf.sf.P_a1": 0.0001, - "csp.mslf.sf.P_a2": 750.0, - "csp.mslf.sf.P_a3": 750.0, - "csp.mslf.sf.P_a4": 0.0, - "csp.mslf.sf.Rough": 0.000045, - "csp.mslf.sf.Shadowing1": 0.96, - "csp.mslf.sf.Shadowing2": 0.96, - "csp.mslf.sf.Shadowing3": 0.96, - "csp.mslf.sf.Shadowing4": 0.963, - "csp.mslf.sf.Tau_envelope1": 0.963, - "csp.mslf.sf.Tau_envelope2": 0.963, - "csp.mslf.sf.Tau_envelope3": 1.0, - "csp.mslf.sf.Tau_envelope4": 0.0, - "csp.mslf.sf.alpha_abs1": 0.96, - "csp.mslf.sf.alpha_abs2": 0.96, - "csp.mslf.sf.alpha_abs3": 0.8, - "csp.mslf.sf.alpha_abs4": 0.0, - "csp.mslf.sf.alpha_env1": 0.02, - "csp.mslf.sf.alpha_env2": 0.02, - "csp.mslf.sf.alpha_env3": 0.0, - "csp.mslf.sf.alpha_env4": 0.0, - "csp.mslf.sf.avg_dt_des": 367.0, - "csp.mslf.sf.dirt_env1": 0.98, - "csp.mslf.sf.dirt_env2": 0.98, - "csp.mslf.sf.dirt_env3": 1.0, - "csp.mslf.sf.dirt_env4": 0.98, - "csp.mslf.sf.epsilon_glass1": 0.86, - "csp.mslf.sf.epsilon_glass2": 0.86, - "csp.mslf.sf.epsilon_glass3": 1.0, - "csp.mslf.sf.epsilon_glass4": 0.0, - "csp.mslf.sf.fthrctrl": 1.0, - "csp.mslf.sf.opt_model": 1.0, - "csp.mslf.sf.rec_model": 1.0, - "csp.mslf.sf.sm1_nLoops": 66.0, - "csp.mslf.sf.sm_or_area": 0.0, - "csp.mslf.tes.estimated_heat_loss": 0.24418, - "csp.mslf.tes.htf_max_opt_temp": 593.0, - "csp.mslf.tes.htf_min_opt_temp": 238.0, - "csp.mslf.tes.notify_text": "empty", - "custom_sf_pipe_sizes": 0.0, - "custom_sgs_pipe_sizes": 0.0, - "custom_tes_p_loss": 0.0, - "cycle_cutoff_frac": 0.2, - "cycle_max_frac": 1.0, - "dT_cw_ref": 10.0, - "d_tank": 19.9839, - "debt_message": "", - "debt_option": 1.0, - "debt_percent": 50.0, - "defocus": 1.0, - "degradation": [ - 0.0 - ], - "demand_var": 111.111, - "depr_alloc_custom_percent": 0.0, - "depr_alloc_macrs_15_percent": 1.5, - "depr_alloc_macrs_5_percent": 90.0, - "depr_alloc_none": 3.0, - "depr_alloc_sl_15_percent": 2.5, - "depr_alloc_sl_20_percent": 3.0, - "depr_alloc_sl_39_percent": 0.0, - "depr_alloc_sl_5_percent": 0.0, - "depr_bonus_fed": 0.0, - "depr_bonus_fed_custom": 0.0, - "depr_bonus_fed_macrs_15": 1.0, - "depr_bonus_fed_macrs_5": 1.0, - "depr_bonus_fed_sl_15": 0.0, - "depr_bonus_fed_sl_20": 0.0, - "depr_bonus_fed_sl_39": 0.0, - "depr_bonus_fed_sl_5": 0.0, - "depr_bonus_sta": 0.0, - "depr_bonus_sta_custom": 0.0, - "depr_bonus_sta_macrs_15": 1.0, - "depr_bonus_sta_macrs_5": 1.0, - "depr_bonus_sta_sl_15": 0.0, - "depr_bonus_sta_sl_20": 0.0, - "depr_bonus_sta_sl_39": 0.0, - "depr_bonus_sta_sl_5": 0.0, - "depr_custom_schedule": [ - 0.0 - ], - "depr_fedbas_method": 1.0, - "depr_itc_fed_custom": 0.0, - "depr_itc_fed_macrs_15": 0.0, - "depr_itc_fed_macrs_5": 1.0, - "depr_itc_fed_sl_15": 0.0, - "depr_itc_fed_sl_20": 0.0, - "depr_itc_fed_sl_39": 0.0, - "depr_itc_fed_sl_5": 0.0, - "depr_itc_sta_custom": 0.0, - "depr_itc_sta_macrs_15": 0.0, - "depr_itc_sta_macrs_5": 1.0, - "depr_itc_sta_sl_15": 0.0, - "depr_itc_sta_sl_20": 0.0, - "depr_itc_sta_sl_39": 0.0, - "depr_itc_sta_sl_5": 0.0, - "depr_stabas_method": 1.0, - "dirt_env": [ - 0.98, - 0.98, - 1.0, - 0.98 - ], - "diswos": [ - 0.0 - ], - "disws": [ - 0.0 - ], - "dscr": 1.3, - "dscr_limit_debt_fraction": 0.0, - "dscr_maximum_debt_fraction": 100.0, - "dscr_reserve_months": 6.0, - "dt_cold": 5.0, - "dt_hot": 5.0, - "elev": 773.0, - "en_electricity_rates": 0.0, - "enable_interconnection_limit": 0.0, - "epsilon_abs_1": [ - [ - 100.0, - 0.064 - ], - [ - 150.0, - 0.0665 - ], - [ - 200.0, - 0.07 - ], - [ - 250.0, - 0.0745 - ], - [ - 300.0, - 0.08 - ], - [ - 350.0, - 0.0865 - ], - [ - 400.0, - 0.094 - ], - [ - 450.0, - 0.1025 - ], - [ - 500.0, - 0.112 - ] - ], - "epsilon_abs_2": [ - [ + "W_rad_tubes": 0.05, + "adjust": { + "constant": 4.0, + "en_hourly": 0.0, + "en_periods": 0.0, + "hourly": [ 0.0, - 0.65 - ] - ], - "epsilon_abs_3": [ - [ 0.0, - 0.65 - ] - ], - "epsilon_abs_4": [ - [ - 0.0 - ] - ], - "epsilon_glass": [ - 0.86, - 0.86, - 1.0, - 0.0 - ], - "equip1_reserve_cost": 0.0, - "equip1_reserve_freq": 12.0, - "equip2_reserve_cost": 0.0, - "equip2_reserve_freq": 15.0, - "equip3_reserve_cost": 0.0, - "equip3_reserve_freq": 3.0, - "equip_reserve_depr_fed": 0.0, - "equip_reserve_depr_sta": 0.0, - "eta_lhv": 0.9, - "eta_pump": 0.85, - "eta_ref": 0.397, - "eta_tes_htr": 0.98, - "f_tc_cold": 2.0, - "fc_on": 0.0, - "fdisp": [ - 0.0 - ], - "federal_tax_rate": [ - 21.0 - ], - "ffrac": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "field_area": 282.632, - "field_fl_props": [ - [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, - 0.0 - ] - ], - "field_fluid": 18.0, - "field_htf_cp_avg": 1.51335, - "field_thermal_output": 646.624, - "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "forecast_price_signal_model": 1.0, - "fossil_mode": 1.0, - "fp_mode": 2.0, - "fthr_ok": 1.0, - "fthrctrl": 2.0, - "fthrok": 1.0, - "grid_curtailment": [ - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "periods": [ + 1.0 + ] + }, + "adjust_constant": 4.0, + "adjust_en_periods": 0.0, + "adjust_en_timeindex": 0.0, + "adjust_periods": [ + [ + -6.277438562204193e66 + ] + ], + "adjust_timeindex": [ + 0.0 + ], + "alpha_abs": [ + 0.96, + 0.96, + 0.8, + 0.0 + ], + "alpha_env": [ + 0.02, + 0.02, + 0.0, + 0.0 + ], + "analysis_period": 25.0, + "analysis_period_warning": "No messages.", + "annual_albedo": 0.217164, + "annual_beam": 7.36408, + "annual_diffuse": 1.33978, + "annual_global": 5.83819, + "annual_snow": "nan", + "annual_tdry": 18.1261, + "annual_wspd": 2.35368, + "aux_array": [ + 0.02273, + 1.0, + 0.483, + 0.571, + 0.0 + ], + "azimuth": 0.0, + "batt_salvage_percentage": 0.0, + "batt_salvage_value": 0.0, + "bop_array": [ + 0.0, + 1.0, + 0.483, + 0.517, + 0.0 + ], + "bop_spec_cost": 340.0, + "cambium_escalation": 0.0, + "cambium_location": "Texas", + "cambium_location_type": "States", + "cambium_meta_output": "{\"uuid\":\"579698fe-5a38-4d7c-8611-d0c5969b2e54\",\"name\":\"Cambium 2020\",\"layouts\":[{\"name\":\"Default Layout\",\"schema\":{\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Generation [MWh]\",\"scenario_diff\":null},\"components\":{\"map-1604967585519\":{\"id\":\"map-1604967585519\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Generation [kg/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":0,\"width\":6,\"height\":6},\"annual_timeseries-1604967750440\":{\"id\":\"annual_timeseries-1604967750440\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Generation [MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":0,\"width\":6,\"height\":6},\"interval_timeseries-1604967810793\":{\"id\":\"interval_timeseries-1604967810793\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"Nations\",\"year\":\"2050\",\"metric\":\"Generation [MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":6,\"width\":6,\"height\":6},\"interval_heatmap-1604967820130\":{\"id\":\"interval_heatmap-1604967820130\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Long-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":6,\"width\":6,\"height\":6}},\"unlocked\":\"annual_timeseries-1604967750440\"},\"project\":\"579698fe-5a38-4d7c-8611-d0c5969b2e54\"},{\"name\":\"Energy and Capacity Costs\",\"schema\":{\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Cost: End Use Energy [$/MWh]\",\"scenario_diff\":null},\"components\":{\"interval_heatmap-1604968220804\":{\"id\":\"interval_heatmap-1604968220804\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Cost: End Use Energy [$/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":0,\"width\":6,\"height\":6},\"annual_timeseries-1604968243051\":{\"id\":\"annual_timeseries-1604968243051\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Cost: End Use Energy [$/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":6,\"width\":6,\"height\":6},\"interval_heatmap-1604968257660\":{\"id\":\"interval_heatmap-1604968257660\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Cost: End Use Capacity [$/MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":0,\"width\":6,\"height\":6},\"annual_timeseries-1604968276404\":{\"id\":\"annual_timeseries-1604968276404\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"Cost: End Use Capacity [$/MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":6,\"width\":6,\"height\":6}},\"unlocked\":\"annual_timeseries-1604968243051\"},\"project\":\"579698fe-5a38-4d7c-8611-d0c5969b2e54\"},{\"name\":\"Marginal Emission Rates\",\"schema\":{\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Short-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"components\":{\"interval_heatmap-1604968220804\":{\"id\":\"interval_heatmap-1604968220804\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Long-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":0,\"width\":6,\"height\":6},\"annual_timeseries-1604968243051\":{\"id\":\"annual_timeseries-1604968243051\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Long-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"x\":0,\"y\":6,\"width\":6,\"height\":6},\"interval_heatmap-1604968257660\":{\"id\":\"interval_heatmap-1604968257660\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Short-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":0,\"width\":6,\"height\":6},\"annual_timeseries-1604968276404\":{\"id\":\"annual_timeseries-1604968276404\",\"inputs\":{\"scenario\":\"Mid-case\",\"technology\":\"ALL\",\"technology_type\":\"Technologies\",\"location\":\"ALL\",\"location_type\":\"States\",\"year\":\"2050\",\"metric\":\"CO2: Short-Run Marginal [kg/MWh]\",\"scenario_diff\":null},\"x\":6,\"y\":6,\"width\":6,\"height\":6}},\"unlocked\":\"annual_timeseries-1604968276404\"},\"project\":\"579698fe-5a38-4d7c-8611-d0c5969b2e54\"}],\"timeseries_enabled\":true,\"published\":true,\"meta\":{\"scenarios\":[[\"Mid-case\",null,\"A business-as-usual scenario from NREL's 2020 Standard Scenarios\",null],[\"High Renewable Energy Cost\",null,\"A scenario with the same assumptions as the Mid-case, except for higher renewable energy costs\",null],[\"Low Battery Cost\",null,\"A scenario with the same assumptions as the Mid-case, except for lower battery costs\",null],[\"Low Renewable Energy Cost\",null,\"A scenario with the same assumptions as the Mid-case, except for lower renewable energy costs\",null],[\"Low Wind Cost\",null,\"A scenario with the same assumptions as the Mid-case, except for lower wind energy costs\",null]],\"years\":[[\"2020\",null,null,null],[\"2022\",null,null,null],[\"2024\",null,null,null],[\"2026\",null,null,null],[\"2028\",null,null,null],[\"2030\",null,null,null],[\"2032\",null,null,null],[\"2034\",null,null,null],[\"2036\",null,null,null],[\"2038\",null,null,null],[\"2040\",null,null,null],[\"2042\",null,null,null],[\"2044\",null,null,null],[\"2046\",null,null,null],[\"2048\",null,null,null],[\"2050\",null,null,null]],\"technologies\":{\"Technologies\":[[\"Battery\",\"#FF4A88\",\"Electricity battery storage\",null],[\"Biomass\",\"#5B9844\",\"Biopower and landfill-gas\",null],[\"Canadian Imports\",\"#193A71\",\"Electricity imported from Canada\",null],[\"Coal\",\"#222222\",\"Coal (pulverized, integrated gasification combined cycle, and cofired)\",null],[\"Coal CCS\",\"#707685\",\"Coal with carbon capture and sequestration\",null],[\"Concentrating Solar Power\",\"#FC761A\",\"Concentrating Solar Power with and without thermal energy storage\",null],[\"Distributed Photovoltaics\",\"#FEE603\",\"Customer-sited photovoltaics\",null],[\"Geothermal\",\"#A96235\",\"Geothermal (hydrothermal, NF-EGS, deep EGS)\",null],[\"Hydropower\",\"#187F94\",\"Hydropower\",null],[\"Natural Gas CC\",\"#52216B\",\"Natural gas combined cycle\",null],[\"Natural Gas CC CCS\",\"#5E1688\",\"Natural gas combined cycle with carbon capture and sequestration\",null],[\"Natural Gas CT\",\"#C2A1DB\",\"Natural gas combustion turbine\",null],[\"Nuclear\",\"#820000\",\"Nuclear\",null],[\"Offshore Wind\",\"#106BA7\",\"Offshore Wind\",null],[\"Oil-gas-steam\",\"#853D65\",\"Oil-gas-steam\",null],[\"Onshore Wind\",\"#00B6EF\",\"Onshore Wind\",null],[\"Pumped Hydro Storage\",\"#CC0079\",\"Pumped Hydro Storage\",null],[\"Utility-scale Photovoltaics\",\"#FFC903\",\"Utility-scale and distributed-utility-scale photovoltaics\",null]]},\"locations\":{\"States\":[[\"Alabama\",null,null,null],[\"Arizona\",null,null,null],[\"Arkansas\",null,null,null],[\"California\",null,null,null],[\"Colorado\",null,null,null],[\"Connecticut\",null,null,null],[\"Delaware\",null,null,null],[\"Florida\",null,null,null],[\"Georgia\",null,null,null],[\"Idaho\",null,null,null],[\"Illinois\",null,null,null],[\"Indiana\",null,null,null],[\"Iowa\",null,null,null],[\"Kansas\",null,null,null],[\"Kentucky\",null,null,null],[\"Louisiana\",null,null,null],[\"Maine\",null,null,null],[\"Maryland\",null,null,null],[\"Massachusetts\",null,null,null],[\"Michigan\",null,null,null],[\"Minnesota\",null,null,null],[\"Mississippi\",null,null,null],[\"Missouri\",null,null,null],[\"Montana\",null,null,null],[\"Nebraska\",null,null,null],[\"Nevada\",null,null,null],[\"New Hampshire\",null,null,null],[\"New Jersey\",null,null,null],[\"New Mexico\",null,null,null],[\"New York\",null,null,null],[\"North Carolina\",null,null,null],[\"North Dakota\",null,null,null],[\"Ohio\",null,null,null],[\"Oklahoma\",null,null,null],[\"Oregon\",null,null,null],[\"Pennsylvania\",null,null,null],[\"Rhode Island\",null,null,null],[\"South Carolina\",null,null,null],[\"South Dakota\",null,null,null],[\"Tennessee\",null,null,null],[\"Texas\",null,null,null],[\"Utah\",null,null,null],[\"Vermont\",null,null,null],[\"Virginia\",null,null,null],[\"Washington\",null,null,null],[\"West Virginia\",null,null,null],[\"Wisconsin\",null,null,null],[\"Wyoming\",null,null,null]],\"Nations\":[[\"Contiguous United States\",null,null,null]],\"Balancing Areas\":[[\"p1\",null,null,null],[\"p2\",null,null,null],[\"p3\",null,null,null],[\"p4\",null,null,null],[\"p5\",null,null,null],[\"p6\",null,null,null],[\"p7\",null,null,null],[\"p8\",null,null,null],[\"p9\",null,null,null],[\"p10\",null,null,null],[\"p11\",null,null,null],[\"p12\",null,null,null],[\"p13\",null,null,null],[\"p14\",null,null,null],[\"p15\",null,null,null],[\"p16\",null,null,null],[\"p17\",null,null,null],[\"p18\",null,null,null],[\"p19\",null,null,null],[\"p20\",null,null,null],[\"p21\",null,null,null],[\"p22\",null,null,null],[\"p23\",null,null,null],[\"p24\",null,null,null],[\"p25\",null,null,null],[\"p26\",null,null,null],[\"p27\",null,null,null],[\"p28\",null,null,null],[\"p29\",null,null,null],[\"p30\",null,null,null],[\"p31\",null,null,null],[\"p32\",null,null,null],[\"p33\",null,null,null],[\"p34\",null,null,null],[\"p35\",null,null,null],[\"p36\",null,null,null],[\"p37\",null,null,null],[\"p38\",null,null,null],[\"p39\",null,null,null],[\"p40\",null,null,null],[\"p41\",null,null,null],[\"p42\",null,null,null],[\"p43\",null,null,null],[\"p44\",null,null,null],[\"p45\",null,null,null],[\"p46\",null,null,null],[\"p47\",null,null,null],[\"p48\",null,null,null],[\"p49\",null,null,null],[\"p50\",null,null,null],[\"p51\",null,null,null],[\"p52\",null,null,null],[\"p53\",null,null,null],[\"p54\",null,null,null],[\"p55\",null,null,null],[\"p56\",null,null,null],[\"p57\",null,null,null],[\"p58\",null,null,null],[\"p59\",null,null,null],[\"p60\",null,null,null],[\"p61\",null,null,null],[\"p62\",null,null,null],[\"p63\",null,null,null],[\"p64\",null,null,null],[\"p65\",null,null,null],[\"p66\",null,null,null],[\"p67\",null,null,null],[\"p68\",null,null,null],[\"p69\",null,null,null],[\"p70\",null,null,null],[\"p71\",null,null,null],[\"p72\",null,null,null],[\"p73\",null,null,null],[\"p74\",null,null,null],[\"p75\",null,null,null],[\"p76\",null,null,null],[\"p77\",null,null,null],[\"p78\",null,null,null],[\"p79\",null,null,null],[\"p80\",null,null,null],[\"p81\",null,null,null],[\"p82\",null,null,null],[\"p83\",null,null,null],[\"p84\",null,null,null],[\"p85\",null,null,null],[\"p86\",null,null,null],[\"p87\",null,null,null],[\"p88\",null,null,null],[\"p89\",null,null,null],[\"p90\",null,null,null],[\"p91\",null,null,null],[\"p92\",null,null,null],[\"p93\",null,null,null],[\"p94\",null,null,null],[\"p95\",null,null,null],[\"p96\",null,null,null],[\"p97\",null,null,null],[\"p98\",null,null,null],[\"p99\",null,null,null],[\"p100\",null,null,null],[\"p101\",null,null,null],[\"p102\",null,null,null],[\"p103\",null,null,null],[\"p104\",null,null,null],[\"p105\",null,null,null],[\"p106\",null,null,null],[\"p107\",null,null,null],[\"p108\",null,null,null],[\"p109\",null,null,null],[\"p110\",null,null,null],[\"p111\",null,null,null],[\"p112\",null,null,null],[\"p113\",null,null,null],[\"p114\",null,null,null],[\"p115\",null,null,null],[\"p116\",null,null,null],[\"p117\",null,null,null],[\"p118\",null,null,null],[\"p119\",null,null,null],[\"p120\",null,null,null],[\"p121\",null,null,null],[\"p122\",null,null,null],[\"p123\",null,null,null],[\"p124\",null,null,null],[\"p125\",null,null,null],[\"p126\",null,null,null],[\"p127\",null,null,null],[\"p128\",null,null,null],[\"p129\",null,null,null],[\"p130\",null,null,null],[\"p131\",null,null,null],[\"p132\",null,null,null],[\"p133\",null,null,null],[\"p134\",null,null,null]]},\"metrics\":[[\"Capacity [MW]\",null,\"Nameplate capacity [MW]\",\"\"],[\"Generation [MWh]\",null,\"Generation from all technologies [MWh]\",\" \"],[\"Curtailment: Solar [MWh]\",null,\"Curtailed energy from PV and CSP generators [MWh]\",\"\"],[\"Curtailment: Wind [MWh]\",null,\"Curtailed energy from onshore and offshore wind generators [MWh]\",\"\"],[\"Load: Busbar [MWh]\",null,\"Total load at the busbar (load serving end uses, storage generators that are charging, and transmission losses) [MWh]\",\"\"],[\"Load: Load for End Use [MWh]\",null,\"Load at the busbar that is serving end uses [MWh]\",\"\"],[\"Load: Net Load [MWh]\",null,\"Load for end uses minus generation from wind and solar generators [MWh]\",\"\"],[\"Load: Storage Charging [MWh]\",null,\"Load from battery and pumped hydro storage generators that are charging [MWh]\",\"\"],[\"Load: Transmission Losses [MWh]\",null,\"Load from transmission losses [MWh]\",\"\"],[\"Cost: End Use Capacity [$/MWh]\",null,\"Marginal cost of the additional firm capacity necessary to maintain resource adequacy when end use load is increased [$/MWh]\",\" \"],[\"Cost: End Use Energy [$/MWh]\",null,\"Marginal cost of the additional energy to serve an increase in end use load [$/MWh]\",\" \"],[\"Cost: End Use Op. Res. [$/MWh]\",null,\"Marginal cost of the additional operating reserves that would be required by an increase in end use load [$/MWh]\",\" \"],[\"Cost: End Use Portfolio [$/MWh]\",null,\"Marginal cost of meeting RPS and CES portfolio requirements when end use load is increased [$/MWh]\",\" \"],[\"Cost: End Use Total [$/MWh]\",null,\"Total marginal cost induced by an increase in end use load (energy, capacity, operating reserve, and portfolio costs) [$/MWh]\",\" \"],[\"CO2: Generation [kg/MWh]\",null,\"Average CO2 emission rate of in-region generation [kg/MWh]\",\"\"],[\"CO2: Load [kg/MWh]\",null,\"Average CO2 rate of the generation induced by a region's load [kg/MWh]\",\"\"],[\"CO2: Long-Run Marginal [kg/MWh]\",null,\"Long-run marginal emission rate of the generation induced by a persistent change in a region's end use load [kg/MWh]\",\"\"],[\"CO2: Short-Run Marginal [kg/MWh]\",null,\"Short-run marginal emission rate of the generation serving a region's end use load [kg/MWh]\",\"\"]]},\"metric_exclusions\":{\"CO2: Load [kg/MWh]\":[\"technology\"],\"Load: Busbar [MWh]\":[\"technology\"],\"Load: Net Load [MWh]\":[\"technology\"],\"Curtailment: Wind [MWh]\":[\"technology\"],\"CO2: Generation [kg/MWh]\":[\"technology\"],\"Curtailment: Solar [MWh]\":[\"technology\"],\"Cost: End Use Total [$/MWh]\":[\"technology\"],\"Cost: End Use Energy [$/MWh]\":[\"technology\"],\"Load: Load for End Use [MWh]\":[\"technology\"],\"Load: Storage Charging [MWh]\":[\"technology\"],\"Cost: End Use Capacity [$/MWh]\":[\"technology\"],\"Cost: End Use Op. Res. [$/MWh]\":[\"technology\"],\"CO2: Long-Run Marginal [kg/MWh]\":[\"technology\"],\"Cost: End Use Portfolio [$/MWh]\":[\"technology\"],\"Load: Transmission Losses [MWh]\":[\"technology\"],\"CO2: Short-Run Marginal [kg/MWh]\":[\"technology\"]}}", + "cambium_metric": "Cost: End Use Total [$/MWh]", + "cambium_scenario": "Mid-case", + "cambium_start_year": 0.0, + "cambium_year": "2050", + "cbi_fed_amount": 0.0, + "cbi_fed_deprbas_fed": 0.0, + "cbi_fed_deprbas_sta": 0.0, + "cbi_fed_maxvalue": 1e38, + "cbi_fed_tax_fed": 1.0, + "cbi_fed_tax_sta": 1.0, + "cbi_oth_amount": 0.0, + "cbi_oth_deprbas_fed": 0.0, + "cbi_oth_deprbas_sta": 0.0, + "cbi_oth_maxvalue": 1e38, + "cbi_oth_tax_fed": 1.0, + "cbi_oth_tax_sta": 1.0, + "cbi_sta_amount": 0.0, + "cbi_sta_deprbas_fed": 0.0, + "cbi_sta_deprbas_sta": 0.0, + "cbi_sta_maxvalue": 1e38, + "cbi_sta_tax_fed": 1.0, + "cbi_sta_tax_sta": 1.0, + "cbi_uti_amount": 0.0, + "cbi_uti_deprbas_fed": 0.0, + "cbi_uti_deprbas_sta": 0.0, + "cbi_uti_maxvalue": 1e38, + "cbi_uti_tax_fed": 1.0, + "cbi_uti_tax_sta": 1.0, + "chk_update_peaks": 0.0, + "city": "-", + "cold_tank_Thtr": 263.0, + "cold_tank_max_heat": 0.5, + "const_per_interest1": 19281200.0, + "const_per_interest2": 0.0, + "const_per_interest3": 0.0, + "const_per_interest4": 0.0, + "const_per_interest5": 0.0, + "const_per_interest_rate1": 3.5, + "const_per_interest_rate2": 0.0, + "const_per_interest_rate3": 0.0, + "const_per_interest_rate4": 0.0, + "const_per_interest_rate5": 0.0, + "const_per_interest_total": 19281200.0, + "const_per_months1": 24.0, + "const_per_months2": 0.0, + "const_per_months3": 0.0, + "const_per_months4": 0.0, + "const_per_months5": 0.0, + "const_per_name1": "Loan 1", + "const_per_name2": "Loan 2", + "const_per_name3": "Loan 3", + "const_per_name4": "Loan 4", + "const_per_name5": "Loan 5", + "const_per_percent1": 100.0, + "const_per_percent2": 0.0, + "const_per_percent3": 0.0, + "const_per_percent4": 0.0, + "const_per_percent5": 0.0, + "const_per_percent_total": 100.0, + "const_per_principal1": 550891000.0, + "const_per_principal2": 0.0, + "const_per_principal3": 0.0, + "const_per_principal4": 0.0, + "const_per_principal5": 0.0, + "const_per_principal_total": 550891000.0, + "const_per_total1": 24790100.0, + "const_per_total2": 0.0, + "const_per_total3": 0.0, + "const_per_total4": 0.0, + "const_per_total5": 0.0, + "const_per_upfront_rate1": 1.0, + "const_per_upfront_rate2": 0.0, + "const_per_upfront_rate3": 0.0, + "const_per_upfront_rate4": 0.0, + "const_per_upfront_rate5": 0.0, + "construction_financing_cost": 24790100.0, + "contingency_percent": 7.0, + "cost_debt_closing": 450000.0, + "cost_debt_fee": 2.75, + "cost_other_financing": 0.0, + "country": "-", + "cp_battery_nameplate": 0.0, + "cp_capacity_credit_percent": [ + 0.0 + ], + "cp_capacity_payment_amount": [ + 0.0 + ], + "cp_capacity_payment_esc": 0.0, + "cp_capacity_payment_type": 0.0, + "cp_system_nameplate": 99.9999, + "csp.pt.pwrb.condenser_type": 1.0, + "csp.pt.pwrb.pressure_mode": 0.0, + "csp_financial_model": 6.0, + "ctes_cost": 0.0007, + "ctes_field_fl": 4.0, + "ctes_tankpairs": 1.0, + "ctes_tshours": 15.0, + "ctes_type": 0.0, + "cycle_cutoff_frac": 0.2, + "cycle_max_frac": 1.0, + "dT_cw_ref": 10.0, + "debt_message": "", + "debt_option": 1.0, + "debt_percent": 50.0, + "defocus": 1.0, + "degradation": [ + 0.0 + ], + "depr_alloc_custom_percent": 0.0, + "depr_alloc_macrs_15_percent": 1.5, + "depr_alloc_macrs_5_percent": 90.0, + "depr_alloc_none": 3.0, + "depr_alloc_sl_15_percent": 2.5, + "depr_alloc_sl_20_percent": 3.0, + "depr_alloc_sl_39_percent": 0.0, + "depr_alloc_sl_5_percent": 0.0, + "depr_bonus_fed": 0.0, + "depr_bonus_fed_custom": 0.0, + "depr_bonus_fed_macrs_15": 1.0, + "depr_bonus_fed_macrs_5": 1.0, + "depr_bonus_fed_sl_15": 0.0, + "depr_bonus_fed_sl_20": 0.0, + "depr_bonus_fed_sl_39": 0.0, + "depr_bonus_fed_sl_5": 0.0, + "depr_bonus_sta": 0.0, + "depr_bonus_sta_custom": 0.0, + "depr_bonus_sta_macrs_15": 1.0, + "depr_bonus_sta_macrs_5": 1.0, + "depr_bonus_sta_sl_15": 0.0, + "depr_bonus_sta_sl_20": 0.0, + "depr_bonus_sta_sl_39": 0.0, + "depr_bonus_sta_sl_5": 0.0, + "depr_custom_schedule": [ + 0.0 + ], + "depr_fedbas_method": 1.0, + "depr_itc_fed_custom": 0.0, + "depr_itc_fed_macrs_15": 0.0, + "depr_itc_fed_macrs_5": 1.0, + "depr_itc_fed_sl_15": 0.0, + "depr_itc_fed_sl_20": 0.0, + "depr_itc_fed_sl_39": 0.0, + "depr_itc_fed_sl_5": 0.0, + "depr_itc_sta_custom": 0.0, + "depr_itc_sta_macrs_15": 0.0, + "depr_itc_sta_macrs_5": 1.0, + "depr_itc_sta_sl_15": 0.0, + "depr_itc_sta_sl_20": 0.0, + "depr_itc_sta_sl_39": 0.0, + "depr_itc_sta_sl_5": 0.0, + "depr_stabas_method": 1.0, + "dirt_env": [ + 0.98, + 0.98, + 1.0, + 0.98 + ], + "disp_csu_cost_rel": 87.0, + "disp_frequency": 24.0, + "disp_horizon": 48.0, + "disp_max_iter": 50000.0, + "disp_mip_gap": 0.001, + "disp_pen_ramping": 1.0, + "disp_rsu_cost_rel": 1.4, + "disp_time_weighting": 0.999, + "disp_timeout": 5.0, + "disp_wlim_maxspec": 1e38, + "dispatch_series": [ + 0.0 + ], + "dscr": 1.3, + "dscr_limit_debt_fraction": 0.0, + "dscr_maximum_debt_fraction": 100.0, + "dscr_reserve_months": 6.0, + "dt_cold": 5.0, + "dt_hot": 5.0, + "elev": 773.0, + "en_electricity_rates": 0.0, + "enable_interconnection_limit": 0.0, + "epc_cost_fixed": 0.0, + "epc_cost_per_acre": 0.0, + "epc_cost_per_watt": 0.0, + "epc_cost_percent_direct": 11.0, + "epsilon_abs_1": [ + [ + 100.0, + 0.064 + ], + [ + 150.0, + 0.0665 + ], + [ + 200.0, + 0.07 + ], + [ + 250.0, + 0.0745 + ], + [ + 300.0, + 0.08 + ], + [ + 350.0, + 0.0865 + ], + [ + 400.0, + 0.094 + ], + [ + 450.0, + 0.1025 + ], + [ + 500.0, + 0.112 + ] + ], + "epsilon_abs_2": [ + [ + 0.0, + 0.65 + ] + ], + "epsilon_abs_3": [ + [ + 0.0, + 0.65 + ] + ], + "epsilon_abs_4": [ + [ + 0.0 + ] + ], + "epsilon_glass": [ + 0.86, + 0.86, + 1.0, + 0.0 + ], + "epsilon_radHX": 0.8, + "epsilon_radbot": 0.07, + "epsilon_radgrnd": 0.9, + "epsilon_radtop": 0.95, + "equip1_reserve_cost": 0.0, + "equip1_reserve_freq": 12.0, + "equip2_reserve_cost": 0.0, + "equip2_reserve_freq": 15.0, + "equip3_reserve_cost": 0.0, + "equip3_reserve_freq": 3.0, + "equip_reserve_depr_fed": 0.0, + "equip_reserve_depr_sta": 0.0, + "eta_pump": 0.85, + "eta_ref": 0.397, + "f_ctes_warm_ini": 0.0, + "f_turb_tou_periods": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "federal_tax_rate": [ + 21.0 + ], + "field_fl_props": [ + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", + "forecast_price_signal_model": 1.0, + "fossil_spec_cost": 0.0, + "fp_mode": 2.0, + "grid_curtailment": [ + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, + 1e38, 1e38, 1e38, 1e38, @@ -9631,15 +18391,14 @@ 1e38 ], "grid_interconnection_limit_kwac": 20000.0, + "gross_net_conversion_factor": 0.9, + "h_ctes_tank": 30.0, + "h_ctes_tank_min": 1.0, "h_tank": 20.0, "h_tank_min": 1.0, - "has_hot_tank_bypass": 0.0, - "hl_des": 166.25, "hot_tank_Thtr": 425.0, - "htf_max_opt_temp": 593.0, - "htf_min_opt_temp": 238.0, - "hx_config": 2.0, - "hx_derate": 1.0, + "hot_tank_max_heat": 25.0, + "htf_system_spec_cost": 47.0, "hybrid_tou1": 0.0, "hybrid_tou2": 0.0, "hybrid_tou3": 0.0, @@ -9699,10 +18458,14 @@ "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, + "init_hot_htf_percent": 30.0, "insurance_rate": 0.5, "is_advanced": 0.0, "is_btm": 0.0, - "is_hx": 0.0, + "is_dispatch": 0.0, + "is_dispatch_series": 0.0, + "is_tod_pc_target_also_pc_max": 0.0, + "is_wlim_design": 0.0, "itc_fed_amount": [ 0.0 ], @@ -9729,33 +18492,17 @@ "itc_sta_percent_maxvalue": [ 1e38 ], - "k_tes_loss_coeffs": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], + "k_panel": 235.0, "land_area": 452.211, "land_mult": 1.6, "lat": 32.13, - "lhv_eff": 0.9, "library_folder_list": "x", "library_paths": "", "loan_moratorium": 0.0, "lon": -110.94, - "loop_eff": 0.595099, - "loop_opt_eff": 0.61177, - "loop_therm_eff": 0.972751, "m_dot_htfmax": 14.4763, "m_dot_htfmin": 3.01589, - "m_dot_in": 0.0, + "m_dot_radpanel": 8.0, "mc_bal_cold": 0.2, "mc_bal_hot": 0.2, "mc_bal_sca": 4.5, @@ -666890,16 +675637,12 @@ ], "mp_error_msg": "", "mp_market_percent_gen": 100.0, - "mslf_is_hx": 0.0, - "nLoops": 152.0, "nMod": 16.0, - "nSCA": 16.0, + "nRecVar": 4.0, "n_pl_inc": 8.0, + "n_rad_tubes": 100.0, "nameplate": 99.9999, - "nodes": 2000.0, "nominal_discount_rate": 9.06, - "northsouth_field_sep": 20.0, - "offset_xpan_hdr": 1.0, "om_capacity": [ 66.0 ], @@ -666920,15 +675663,12 @@ 4.0 ], "om_production_escal": 0.0, - "opt_derate": 0.940896, "opt_model": 2.0, - "opt_normal": 0.650199, + "p_start": 0.021, "payment_option": 0.0, "pb_bd_frac": 0.02, "pb_fixed_par": 0.0055, "pb_pump_coef": 0.55, - "pb_rated_cap": 111.111, - "pb_tech_type": 2.0, "pbi_fed_amount": [ 0.0 ], @@ -666962,7 +675702,11 @@ "pbi_uti_tax_sta": 1.0, "pbi_uti_term": 0.0, "pc_config": 0.0, - "pressure_mode": 0.0, + "plm_cost_fixed": 0.0, + "plm_cost_per_acre": 10000.0, + "plm_cost_per_watt": 0.0, + "plm_cost_percent_direct": 0.0, + "power_plant_spec_cost": 1100.0, "prop_tax_assessed_decline": 0.0, "prop_tax_cost_assessed_percent": 100.0, "property_assessed_value": 550891000.0, @@ -666977,76 +675721,42 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_design": 99.9999, "q_max_aux": 643.716, - "q_pb_design": 279.877, "q_sby_frac": 0.2, - "qdisp": [ - 0.0 - ], + "rad_multiplier": 1.5, + "rad_pressuredrop": 75.0, + "radfluid_vol_ratio": 3.0, + "radiator_fluidcost": 0.34, + "radiator_installcost": 22.0, + "radiator_unitcost": 13.0, "rate_escalation": [ 0.0 ], "real_discount_rate": 6.4, "rec_htf_vol": 1.0, "rec_model": 2.0, + "rec_qf_delay": 0.25, + "rec_su_delay": 0.2, "reflectivity": 0.935, "reserves_interest": 1.25, "revenue_tab": 0.0, + "sales_tax_percent": 80.0, "sales_tax_rate": 5.0, "salvage_percentage": 0.0, "salvage_value": 0.0, - "sf_hdr_diams": [ - -1.0 - ], - "sf_hdr_lengths": [ - -1.0 - ], - "sf_hdr_wallthicks": [ - -1.0 - ], - "sf_q_design": 279.877, - "sf_rnr_diams": [ - -1.0 - ], - "sf_rnr_lengths": [ - -1.0 - ], - "sf_rnr_wallthicks": [ - -1.0 - ], - "sgs_diams": [ - -1.0 - ], - "sgs_lengths": [ - 0.0, - 90.0, - 100.0, - 120.0, - 0.0, - 0.0, - 0.0, - 0.0, - 80.0, - 120.0, - 80.0 - ], - "sgs_wallthicks": [ - -1.0 - ], "show_CapitalCostSO": 0.0, "show_DebtConstDSCR": 0.0, "show_ReserveAccounts": 0.0, "show_construction_period": 1.0, - "sm1_aperture": 495055.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_mult": 2.3, - "solar_mult_spec": 2.3, + "solar_field_spec_cost": 150.0, + "solar_mult_in": 2.3, + "solar_mult_or_Ap": 0.0, "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": 2.3, "startup_frac": 0.2, "startup_time": 0.5, "state": "-", @@ -667055,6 +675765,7 @@ ], "station_id": "67345", "step": 3600.0, + "storage_spec_cost": 32.0, "store_fl_props": [ [ 1.0, @@ -667071,62 +675782,23 @@ "store_fluid": 18.0, "system_capacity": 99999.9, "system_use_lifetime_output": 0.0, - "t_ch_out_max": 500.0, - "t_dis_out_min": 500.0, - "t_standby_reset": 2.0, - "tank_max_heat": 9.6806, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, - "tc_fill": 7.0, - "tc_void": 0.25, - "tech_type": 2.0, + "tech_type": 1.0, "term_int_rate": 4.0, "term_tenor": 18.0, "tes_pump_coef": 0.15, - "tes_temp": 409.0, - "tes_type": 1.0, + "th_rad_panel": 0.002, "theta_dep": 10.0, "theta_stow": 170.0, "tilt": 0.0, - "total_direct_cost": 56783500.0, + "total_Ap_in": 877000.0, + "total_direct_cost": 475104000.0, "total_installed_cost": 550891000.0, - "total_land_area": 452.211, "track_mode": 1.0, "tshours": 4.0, - "tslogic_a": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_b": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_c": [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], "tz": -7.0, + "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 525.0, "ud_Q_dot_HTF_ND_des": 1.0, @@ -668782,41 +677454,14 @@ "ud_n_T_amb_calc": 20.0, "ud_n_T_htf_calc": 20.0, "ud_n_m_dot_calc": 20.0, - "ui_disp_1_fossil": 0.0, - "ui_disp_1_nosolar": 0.0, - "ui_disp_1_solar": 0.0, "ui_disp_1_turbout": 1.0, - "ui_disp_2_fossil": 0.0, - "ui_disp_2_nosolar": 0.0, - "ui_disp_2_solar": 0.0, "ui_disp_2_turbout": 1.0, - "ui_disp_3_fossil": 0.0, - "ui_disp_3_nosolar": 0.0, - "ui_disp_3_solar": 0.0, "ui_disp_3_turbout": 1.0, - "ui_disp_4_fossil": 0.0, - "ui_disp_4_nosolar": 0.0, - "ui_disp_4_solar": 0.0, "ui_disp_4_turbout": 1.0, - "ui_disp_5_fossil": 0.0, - "ui_disp_5_nosolar": 0.0, - "ui_disp_5_solar": 0.0, "ui_disp_5_turbout": 1.0, - "ui_disp_6_fossil": 0.0, - "ui_disp_6_nosolar": 0.0, - "ui_disp_6_solar": 0.0, "ui_disp_6_turbout": 1.0, - "ui_disp_7_fossil": 0.0, - "ui_disp_7_nosolar": 0.0, - "ui_disp_7_solar": 0.0, "ui_disp_7_turbout": 1.0, - "ui_disp_8_fossil": 0.0, - "ui_disp_8_nosolar": 0.0, - "ui_disp_8_solar": 0.0, "ui_disp_8_turbout": 1.0, - "ui_disp_9_fossil": 0.0, - "ui_disp_9_nosolar": 0.0, - "ui_disp_9_solar": 0.0, "ui_disp_9_turbout": 1.0, "ui_electricity_rate_option": 0.0, "ui_land_area_ha": 183.003, @@ -670627,9 +679272,17527 @@ "ur_source": "empty", "ur_start_date": "empty", "ur_ts_buy_rate": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, 0.0 ], "ur_ts_sell_rate": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, 0.0 ], "ur_unused_is_shown": 0.0, @@ -670654,8 +696817,6 @@ ], "use_specific_weather_file": 0.0, "user_specified_weather_file": "", - "vol_min": 313.654, - "vol_tank": 6273.08, "washes_per_year": 120.0, "water_per_wash": 0.02, "weekday_schedule": [ diff --git a/deploy/runtime/defaults/MSLF_None.json b/deploy/runtime/defaults/MSLF_None.json deleted file mode 100644 index 1a9c0a5ad8..0000000000 --- a/deploy/runtime/defaults/MSLF_None.json +++ /dev/null @@ -1,11960 +0,0 @@ -{ - "A_aperture": 470.3, - "AbsorberMaterial": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "AnnulusGas": [ - 27.0, - 1.0, - 1.0, - 27.0 - ], - "CT": 2.0, - "ColAz": 0.0, - "DP_SGS": 0.0, - "DP_coefs": [ - 0.0, - 1.0, - 0.0, - 0.0 - ], - "DP_nominal": 2.5, - "DP_pressure_loss": 40.0, - "D_abs_in": [ - 0.066, - 0.066, - 0.066, - 0.066 - ], - "D_abs_out": [ - 0.07, - 0.07, - 0.07, - 0.07 - ], - "D_glass_in": [ - 0.115, - 0.115, - 0.115, - 0.115 - ], - "D_glass_out": [ - 0.12, - 0.12, - 0.12, - 0.12 - ], - "D_plug": [ - 0.0, - 0.0, - 0.0, - 0.0 - ], - "Design_loss": [ - 150.0, - 1100.0, - 1500.0, - 0.0 - ], - "Dirt_mirror": 0.95, - "Error": 0.732, - "F_wc": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "FieldConfig": 2.0, - "Flow_type": [ - 1.0, - 1.0, - 1.0, - 1.0 - ], - "Fluid": 18.0, - "FossilFill": [ - 0.0 - ], - "GeomEffects": 1.0, - "GlazingIntactIn": [ - 1.0, - 1.0, - 0.0, - 1.0 - ], - "HCE_FieldFrac": [ - 0.985, - 0.01, - 0.005, - 0.0 - ], - "HDR_rough": 0.0000457, - "HL_T_coefs": [ - 0.0, - 0.672, - 0.002556, - 0.0, - 0.0 - ], - "HL_w_coefs": [ - 1.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "HTF_data": [ - [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "IAM_L_coefs": [ - 1.0031, - -0.2259, - 0.5368, - -1.6434, - 0.7222 - ], - "IAM_T_coefs": [ - 0.9896, - 0.044, - -0.0721, - -0.2327, - 0.0 - ], - "I_b": 0.0, - "I_bn_des": 950.0, - "L_crossover": 15.0, - "L_mod": 44.8, - "L_mod_spacing": 1.0, - "L_rnr_pb": 25.0, - "L_rnr_per_xpan": 70.0, - "L_xpan_hdr": 20.0, - "L_xpan_rnr": 20.0, - "Min_rnr_xpans": 1.0, - "NUMTOU": 0.0, - "N_hdr_per_xpan": 2.0, - "N_max_hdr_diams": 10.0, - "OpticalTable": [ - [ - 0.0, - 0.0, - 10.0, - 20.0, - 30.0, - 40.0, - 50.0, - 60.0, - 70.0, - 80.0, - 90.0 - ], - [ - 0.0, - 1.0, - 0.97894, - 0.95382, - 0.94864, - 0.91162, - 0.86104, - 0.7036, - 0.48456, - 0.23609, - 0.0 - ], - [ - 10.0, - 0.97791, - 0.95732, - 0.93275, - 0.92768, - 0.89148, - 0.84202, - 0.68806, - 0.47386, - 0.23087, - 0.0 - ], - [ - 20.0, - 0.92189, - 0.90247, - 0.87932, - 0.87454, - 0.84041, - 0.79378, - 0.64864, - 0.44671, - 0.21765, - 0.0 - ], - [ - 30.0, - 0.83049, - 0.813, - 0.79214, - 0.78784, - 0.75709, - 0.71509, - 0.58433, - 0.40242, - 0.19607, - 0.0 - ], - [ - 40.0, - 0.70119, - 0.68642, - 0.66881, - 0.66518, - 0.63922, - 0.60375, - 0.49336, - 0.33977, - 0.16554, - 0.0 - ], - [ - 50.0, - 0.5336, - 0.52236, - 0.50896, - 0.50619, - 0.48644, - 0.45945, - 0.37544, - 0.25856, - 0.12598, - 0.0 - ], - [ - 60.0, - 0.32563, - 0.31877, - 0.31059, - 0.30891, - 0.29685, - 0.28038, - 0.22911, - 0.15779, - 0.07688, - 0.0 - ], - [ - 70.0, - 0.1173, - 0.11483, - 0.11188, - 0.11128, - 0.10693, - 0.101, - 0.08253, - 0.05684, - 0.02769, - 0.0 - ], - [ - 80.0, - 0.01103, - 0.0108, - 0.01052, - 0.01046, - 0.01006, - 0.0095, - 0.00776, - 0.00534, - 0.0026, - 0.0 - ], - [ - 90.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "PB_COPY_T_htf_cold_des": 293.0, - "PB_COPY_T_htf_hot_des": 525.0, - "PB_COPY_htf_cp_avg": 1.51335, - "PB_COPY_q_pb_design": 279.877, - "PB_m_dot_htf_cycle_des": 797.149, - "P_a": [ - 0.0001, - 750.0, - 750.0, - 0.0 - ], - "P_amb": 1.0, - "P_cond_min": 1.25, - "P_cond_ratio": 1.0028, - "P_ref": 111.111, - "Pipe_hl_coef": 0.45, - "Rough": [ - 0.000045, - 0.000045, - 0.000045, - 0.000045 - ], - "SCA_drives_elec": 125.0, - "Shadowing": [ - 0.96, - 0.96, - 0.96, - 0.963 - ], - "TES_cap": 1119.51, - "TSLogic": [ - [ - 0.0 - ] - ], - "T_ITD_des": 16.0, - "T_amb_des": 42.0, - "T_amb_sf_des": 42.0, - "T_approach": 5.0, - "T_cold_in": 274.7, - "T_db": 15.0, - "T_dp": 10.0, - "T_field_in_des": 293.0, - "T_field_ini": 300.0, - "T_field_out_des": 525.0, - "T_fp": 263.0, - "T_htf_cold_ref": 293.0, - "T_htf_hot_des": 525.0, - "T_htf_hot_ref": 525.0, - "T_loop_in_des": 293.0, - "T_loop_out": 525.0, - "T_set_aux": 525.0, - "T_startup": 400.0, - "T_tank_cold_ini": 293.0, - "T_tank_hot_ini": 525.0, - "T_tank_hot_inlet_min": 400.0, - "Tau_envelope": [ - 0.963, - 0.963, - 1.0, - 0.0 - ], - "TrackingError": 1.0, - "V_hdr_cold_max": 3.0, - "V_hdr_cold_min": 2.0, - "V_hdr_hot_max": 3.0, - "V_hdr_hot_min": 2.0, - "V_hdr_max": 3.0, - "V_hdr_min": 2.0, - "V_tank_hot_ini": 1254.62, - "V_tes_des": 1.85, - "V_wind": 1.5, - "V_wind_des": 4.0, - "W_pb_design": 111.111, - "a_field": 850000.0, - "a_loop": 7524.8, - "a_sf_act": 1143770.0, - "adjust": 0.0, - "adjust_constant": 4.0, - "adjust_en_periods": 0.0, - "adjust_en_timeindex": 0.0, - "adjust_periods": [ - [ - 0.0 - ] - ], - "adjust_timeindex": [ - 0.0 - ], - "alpha_abs": [ - 0.96, - 0.96, - 0.8, - 0.0 - ], - "alpha_env": [ - 0.02, - 0.02, - 0.0, - 0.0 - ], - "annual_albedo": 0.217164, - "annual_beam": 7.36408, - "annual_diffuse": 1.33978, - "annual_global": 5.83819, - "annual_snow": "nan", - "annual_tdry": 18.1261, - "annual_wspd": 2.35368, - "aux_array": [ - 0.02273, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "azimuth": 0.0, - "bop_array": [ - 0.0, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "calc_design_pipe_vals": 0.0, - "city": "-", - "cold_tank_Thtr": 263.0, - "combo_condenser_type": 1.0, - "country": "-", - "csp.mslf.control.aux_array_c0": 0.483, - "csp.mslf.control.aux_array_c1": 0.517, - "csp.mslf.control.aux_array_c2": 0.0, - "csp.mslf.control.aux_array_mult": 0.02273, - "csp.mslf.control.aux_array_pf": 1.0, - "csp.mslf.control.bop_array_c0": 0.483, - "csp.mslf.control.bop_array_c1": 0.517, - "csp.mslf.control.bop_array_c2": 0.0, - "csp.mslf.control.bop_array_mult": 0.0, - "csp.mslf.control.bop_array_pf": 1.0, - "csp.mslf.control.ffrac1": 0.0, - "csp.mslf.control.ffrac2": 0.0, - "csp.mslf.control.ffrac3": 0.0, - "csp.mslf.control.ffrac4": 0.0, - "csp.mslf.control.ffrac5": 0.0, - "csp.mslf.control.ffrac6": 0.0, - "csp.mslf.control.ffrac7": 0.0, - "csp.mslf.control.ffrac8": 0.0, - "csp.mslf.control.ffrac9": 0.0, - "csp.mslf.control.fossil_mode": 0.0, - "csp.mslf.control.store_fluid": 0.0, - "csp.mslf.control.tes_cp": 1.51335, - "csp.mslf.control.tes_dens": 1829.88, - "csp.mslf.cycle.gr_to_net": 0.9, - "csp.mslf.enet.tes_fp_mode": 1.0, - "csp.mslf.par.calc.aux": 2.52555, - "csp.mslf.par.calc.bop": 0.0, - "csp.mslf.par.calc.frac_gross": 0.611111, - "csp.mslf.par.calc.tracking": 304000.0, - "csp.mslf.sf.AbsorberMaterial": 0.0, - "csp.mslf.sf.AnnulusGas1": 2.0, - "csp.mslf.sf.AnnulusGas2": 0.0, - "csp.mslf.sf.AnnulusGas3": 0.0, - "csp.mslf.sf.AnnulusGas4": 2.0, - "csp.mslf.sf.DP_coefs0": 0.0, - "csp.mslf.sf.DP_coefs1": 1.0, - "csp.mslf.sf.DP_coefs2": 0.0, - "csp.mslf.sf.DP_coefs3": 0.0, - "csp.mslf.sf.D_abs_in": 0.066, - "csp.mslf.sf.D_abs_out": 0.07, - "csp.mslf.sf.D_glass_in": 0.115, - "csp.mslf.sf.D_glass_out": 0.12, - "csp.mslf.sf.D_plug": 0.0, - "csp.mslf.sf.Design_loss1": 150.0, - "csp.mslf.sf.Design_loss2": 1100.0, - "csp.mslf.sf.Design_loss3": 1500.0, - "csp.mslf.sf.Design_loss4": 0.0, - "csp.mslf.sf.FieldConfig": 0.0, - "csp.mslf.sf.Flow_type": 0.0, - "csp.mslf.sf.Fluid": 0.0, - "csp.mslf.sf.GlazingIntactIn1": 0.0, - "csp.mslf.sf.GlazingIntactIn2": 0.0, - "csp.mslf.sf.GlazingIntactIn3": 1.0, - "csp.mslf.sf.GlazingIntactIn4": 0.0, - "csp.mslf.sf.HCE_FieldFrac1": 0.985, - "csp.mslf.sf.HCE_FieldFrac2": 0.01, - "csp.mslf.sf.HCE_FieldFrac3": 0.005, - "csp.mslf.sf.HCE_FieldFrac4": 0.0, - "csp.mslf.sf.HL_T_coefs0": 0.0, - "csp.mslf.sf.HL_T_coefs1": 0.672, - "csp.mslf.sf.HL_T_coefs2": 0.002556, - "csp.mslf.sf.HL_T_coefs3": 0.0, - "csp.mslf.sf.HL_T_coefs4": 0.0, - "csp.mslf.sf.HL_w_coefs0": 1.0, - "csp.mslf.sf.HL_w_coefs1": 0.0, - "csp.mslf.sf.HL_w_coefs2": 0.0, - "csp.mslf.sf.HL_w_coefs3": 0.0, - "csp.mslf.sf.HL_w_coefs4": 0.0, - "csp.mslf.sf.IAM_L_coefs0": 1.0031, - "csp.mslf.sf.IAM_L_coefs1": -0.2259, - "csp.mslf.sf.IAM_L_coefs2": 0.5368, - "csp.mslf.sf.IAM_L_coefs3": -1.6434, - "csp.mslf.sf.IAM_L_coefs4": 0.7222, - "csp.mslf.sf.IAM_T_coefs0": 0.9896, - "csp.mslf.sf.IAM_T_coefs1": 0.044, - "csp.mslf.sf.IAM_T_coefs2": -0.0721, - "csp.mslf.sf.IAM_T_coefs3": -0.2327, - "csp.mslf.sf.IAM_T_coefs4": 0.0, - "csp.mslf.sf.P_a1": 0.0001, - "csp.mslf.sf.P_a2": 750.0, - "csp.mslf.sf.P_a3": 750.0, - "csp.mslf.sf.P_a4": 0.0, - "csp.mslf.sf.Rough": 0.000045, - "csp.mslf.sf.Shadowing1": 0.96, - "csp.mslf.sf.Shadowing2": 0.96, - "csp.mslf.sf.Shadowing3": 0.96, - "csp.mslf.sf.Shadowing4": 0.963, - "csp.mslf.sf.Tau_envelope1": 0.963, - "csp.mslf.sf.Tau_envelope2": 0.963, - "csp.mslf.sf.Tau_envelope3": 1.0, - "csp.mslf.sf.Tau_envelope4": 0.0, - "csp.mslf.sf.alpha_abs1": 0.96, - "csp.mslf.sf.alpha_abs2": 0.96, - "csp.mslf.sf.alpha_abs3": 0.8, - "csp.mslf.sf.alpha_abs4": 0.0, - "csp.mslf.sf.alpha_env1": 0.02, - "csp.mslf.sf.alpha_env2": 0.02, - "csp.mslf.sf.alpha_env3": 0.0, - "csp.mslf.sf.alpha_env4": 0.0, - "csp.mslf.sf.avg_dt_des": 367.0, - "csp.mslf.sf.dirt_env1": 0.98, - "csp.mslf.sf.dirt_env2": 0.98, - "csp.mslf.sf.dirt_env3": 1.0, - "csp.mslf.sf.dirt_env4": 0.98, - "csp.mslf.sf.epsilon_glass1": 0.86, - "csp.mslf.sf.epsilon_glass2": 0.86, - "csp.mslf.sf.epsilon_glass3": 1.0, - "csp.mslf.sf.epsilon_glass4": 0.0, - "csp.mslf.sf.fthrctrl": 1.0, - "csp.mslf.sf.opt_model": 1.0, - "csp.mslf.sf.rec_model": 1.0, - "csp.mslf.sf.sm1_nLoops": 66.0, - "csp.mslf.sf.sm_or_area": 0.0, - "csp.mslf.tes.estimated_heat_loss": 0.24418, - "csp.mslf.tes.htf_max_opt_temp": 593.0, - "csp.mslf.tes.htf_min_opt_temp": 238.0, - "csp.mslf.tes.notify_text": "empty", - "custom_sf_pipe_sizes": 0.0, - "custom_sgs_pipe_sizes": 0.0, - "custom_tes_p_loss": 0.0, - "cycle_cutoff_frac": 0.2, - "cycle_max_frac": 1.0, - "dT_cw_ref": 10.0, - "d_tank": 19.9839, - "defocus": 1.0, - "demand_var": 111.111, - "dirt_env": [ - 0.98, - 0.98, - 1.0, - 0.98 - ], - "diswos": [ - 0.0 - ], - "disws": [ - 0.0 - ], - "dt_cold": 5.0, - "dt_hot": 5.0, - "elev": 773.0, - "enable_interconnection_limit": 0.0, - "epsilon_abs_1": [ - [ - 100.0, - 0.064 - ], - [ - 150.0, - 0.0665 - ], - [ - 200.0, - 0.07 - ], - [ - 250.0, - 0.0745 - ], - [ - 300.0, - 0.08 - ], - [ - 350.0, - 0.0865 - ], - [ - 400.0, - 0.094 - ], - [ - 450.0, - 0.1025 - ], - [ - 500.0, - 0.112 - ] - ], - "epsilon_abs_2": [ - [ - 0.0, - 0.65 - ] - ], - "epsilon_abs_3": [ - [ - 0.0, - 0.65 - ] - ], - "epsilon_abs_4": [ - [ - 0.0 - ] - ], - "epsilon_glass": [ - 0.86, - 0.86, - 1.0, - 0.0 - ], - "eta_lhv": 0.9, - "eta_pump": 0.85, - "eta_ref": 0.397, - "eta_tes_htr": 0.98, - "f_tc_cold": 2.0, - "fc_on": 0.0, - "fdisp": [ - 0.0 - ], - "ffrac": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "field_area": 282.632, - "field_fl_props": [ - [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "field_fluid": 18.0, - "field_htf_cp_avg": 1.51335, - "field_thermal_output": 646.624, - "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", - "fossil_mode": 1.0, - "fp_mode": 2.0, - "fthr_ok": 1.0, - "fthrctrl": 2.0, - "fthrok": 1.0, - "grid_curtailment": [ - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38, - 1e38 - ], - "grid_interconnection_limit_kwac": 20000.0, - "h_tank": 20.0, - "h_tank_min": 1.0, - "has_hot_tank_bypass": 0.0, - "hl_des": 166.25, - "hot_tank_Thtr": 425.0, - "htf_max_opt_temp": 593.0, - "htf_min_opt_temp": 238.0, - "hx_config": 2.0, - "hx_derate": 1.0, - "hybrid_tou1": 0.0, - "hybrid_tou2": 0.0, - "hybrid_tou3": 0.0, - "hybrid_tou4": 0.0, - "hybrid_tou5": 0.0, - "hybrid_tou6": 0.0, - "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_list": "|||", - "in_location_options": 0.0, - "in_nsrdb_options": 0.0, - "in_time_step": 0.0, - "is_advanced": 0.0, - "is_hx": 0.0, - "k_tes_loss_coeffs": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "land_mult": 1.6, - "lat": 32.13, - "lhv_eff": 0.9, - "library_folder_list": "x", - "library_paths": "", - "lon": -110.94, - "loop_eff": 0.595099, - "loop_opt_eff": 0.61177, - "loop_therm_eff": 0.972751, - "m_dot_htfmax": 14.4763, - "m_dot_htfmin": 3.01589, - "m_dot_in": 0.0, - "mc_bal_cold": 0.2, - "mc_bal_hot": 0.2, - "mc_bal_sca": 4.5, - "mslf_is_hx": 0.0, - "nLoops": 152.0, - "nMod": 16.0, - "nSCA": 16.0, - "n_pl_inc": 8.0, - "nameplate": 99.9999, - "nodes": 2000.0, - "northsouth_field_sep": 20.0, - "offset_xpan_hdr": 1.0, - "opt_derate": 0.940896, - "opt_model": 2.0, - "opt_normal": 0.650199, - "pb_bd_frac": 0.02, - "pb_fixed_par": 0.0055, - "pb_pump_coef": 0.55, - "pb_rated_cap": 111.111, - "pb_tech_type": 2.0, - "pc_config": 0.0, - "pressure_mode": 0.0, - "q_design": 99.9999, - "q_max_aux": 643.716, - "q_pb_design": 279.877, - "q_sby_frac": 0.2, - "qdisp": [ - 0.0 - ], - "rec_htf_vol": 1.0, - "rec_model": 2.0, - "reflectivity": 0.935, - "sf_hdr_diams": [ - -1.0 - ], - "sf_hdr_lengths": [ - -1.0 - ], - "sf_hdr_wallthicks": [ - -1.0 - ], - "sf_q_design": 279.877, - "sf_rnr_diams": [ - -1.0 - ], - "sf_rnr_lengths": [ - -1.0 - ], - "sf_rnr_wallthicks": [ - -1.0 - ], - "sgs_diams": [ - -1.0 - ], - "sgs_lengths": [ - 0.0, - 90.0, - 100.0, - 120.0, - 0.0, - 0.0, - 0.0, - 0.0, - 80.0, - 120.0, - 80.0 - ], - "sgs_wallthicks": [ - -1.0 - ], - "sm1_aperture": 495055.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.3, - "solar_mult_spec": 2.3, - "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": 2.3, - "startup_frac": 0.2, - "startup_time": 0.5, - "state": "-", - "station_id": "67345", - "step": 3600.0, - "store_fl_props": [ - [ - 1.0, - 7.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "store_fluid": 18.0, - "system_capacity": 99999.9, - "t_ch_out_max": 500.0, - "t_dis_out_min": 500.0, - "t_standby_reset": 2.0, - "tank_max_heat": 9.6806, - "tank_pairs": 1.0, - "tanks_in_parallel": 1.0, - "tc_fill": 7.0, - "tc_void": 0.25, - "tech_type": 2.0, - "tes_pump_coef": 0.15, - "tes_temp": 409.0, - "tes_type": 1.0, - "theta_dep": 10.0, - "theta_stow": 170.0, - "tilt": 0.0, - "total_land_area": 452.211, - "track_mode": 1.0, - "tshours": 4.0, - "tslogic_a": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_b": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_c": [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - "tz": -7.0, - "u_tank": 0.4, - "ud_COPY_T_HTF_des": 525.0, - "ud_Q_dot_HTF_ND_des": 1.0, - "ud_T_amb_des": 43.0, - "ud_T_amb_des_calc": 43.0, - "ud_T_amb_high": 55.0, - "ud_T_amb_high_calc": 55.0, - "ud_T_amb_levels": 20.0, - "ud_T_amb_low": 0.0, - "ud_T_amb_low_calc": 0.0, - "ud_T_htf_des_calc": 525.0, - "ud_T_htf_high": 545.0, - "ud_T_htf_high_calc": 545.0, - "ud_T_htf_levels": 20.0, - "ud_T_htf_low": 390.0, - "ud_T_htf_low_calc": 390.0, - "ud_W_dot_cool_calc": 0.0, - "ud_W_dot_cooling_ND_des": 1.0, - "ud_W_dot_gross_ND_des": 0.99839, - "ud_enable_gen_table": 0.0, - "ud_f_W_dot_cool_des": 0.0, - "ud_ind_od": [ - [ - 390.0, - 0.3, - 43.0, - 0.072998, - 0.125431, - 1.0, - 1.0 - ], - [ - 398.158, - 0.3, - 43.0, - 0.080213, - 0.13598, - 1.0, - 1.0 - ], - [ - 406.316, - 0.3, - 43.0, - 0.087574, - 0.146529, - 1.0, - 1.0 - ], - [ - 414.474, - 0.3, - 43.0, - 0.095077, - 0.157078, - 1.0, - 1.0 - ], - [ - 422.632, - 0.3, - 43.0, - 0.102719, - 0.167627, - 1.0, - 1.0 - ], - [ - 430.789, - 0.3, - 43.0, - 0.110496, - 0.178176, - 1.0, - 1.0 - ], - [ - 438.947, - 0.3, - 43.0, - 0.118403, - 0.188725, - 1.0, - 1.0 - ], - [ - 447.105, - 0.3, - 43.0, - 0.12644, - 0.199274, - 1.0, - 1.0 - ], - [ - 455.263, - 0.3, - 43.0, - 0.134601, - 0.209823, - 1.0, - 1.0 - ], - [ - 463.421, - 0.3, - 43.0, - 0.142884, - 0.220372, - 1.0, - 1.0 - ], - [ - 471.579, - 0.3, - 43.0, - 0.151286, - 0.230921, - 1.0, - 1.0 - ], - [ - 479.737, - 0.3, - 43.0, - 0.159804, - 0.24147, - 1.0, - 1.0 - ], - [ - 487.895, - 0.3, - 43.0, - 0.168435, - 0.252019, - 1.0, - 1.0 - ], - [ - 496.053, - 0.3, - 43.0, - 0.177177, - 0.262568, - 1.0, - 1.0 - ], - [ - 504.211, - 0.3, - 43.0, - 0.186027, - 0.273117, - 1.0, - 1.0 - ], - [ - 512.368, - 0.3, - 43.0, - 0.194983, - 0.283666, - 1.0, - 1.0 - ], - [ - 520.526, - 0.3, - 43.0, - 0.204043, - 0.294215, - 1.0, - 1.0 - ], - [ - 528.684, - 0.3, - 43.0, - 0.213203, - 0.304764, - 1.0, - 1.0 - ], - [ - 536.842, - 0.3, - 43.0, - 0.222462, - 0.315313, - 1.0, - 1.0 - ], - [ - 545.0, - 0.3, - 43.0, - 0.231818, - 0.325862, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 43.0, - 0.349182, - 0.418103, - 1.0, - 1.0 - ], - [ - 398.158, - 1.0, - 43.0, - 0.383696, - 0.453267, - 1.0, - 1.0 - ], - [ - 406.316, - 1.0, - 43.0, - 0.418907, - 0.48843, - 1.0, - 1.0 - ], - [ - 414.474, - 1.0, - 43.0, - 0.454799, - 0.523593, - 1.0, - 1.0 - ], - [ - 422.632, - 1.0, - 43.0, - 0.491352, - 0.558757, - 1.0, - 1.0 - ], - [ - 430.789, - 1.0, - 43.0, - 0.528551, - 0.59392, - 1.0, - 1.0 - ], - [ - 438.947, - 1.0, - 43.0, - 0.566379, - 0.629084, - 1.0, - 1.0 - ], - [ - 447.105, - 1.0, - 43.0, - 0.604819, - 0.664247, - 1.0, - 1.0 - ], - [ - 455.263, - 1.0, - 43.0, - 0.643857, - 0.69941, - 1.0, - 1.0 - ], - [ - 463.421, - 1.0, - 43.0, - 0.683478, - 0.734573, - 1.0, - 1.0 - ], - [ - 471.579, - 1.0, - 43.0, - 0.723669, - 0.769737, - 1.0, - 1.0 - ], - [ - 479.737, - 1.0, - 43.0, - 0.764414, - 0.8049, - 1.0, - 1.0 - ], - [ - 487.895, - 1.0, - 43.0, - 0.805702, - 0.840064, - 1.0, - 1.0 - ], - [ - 496.053, - 1.0, - 43.0, - 0.84752, - 0.875227, - 1.0, - 1.0 - ], - [ - 504.211, - 1.0, - 43.0, - 0.889855, - 0.91039, - 1.0, - 1.0 - ], - [ - 512.368, - 1.0, - 43.0, - 0.932695, - 0.945554, - 1.0, - 1.0 - ], - [ - 520.526, - 1.0, - 43.0, - 0.97603, - 0.980717, - 1.0, - 1.0 - ], - [ - 528.684, - 1.0, - 43.0, - 1.01985, - 1.01588, - 1.0, - 1.0 - ], - [ - 536.842, - 1.0, - 43.0, - 1.06414, - 1.05104, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 43.0, - 1.10889, - 1.08621, - 1.0, - 1.0 - ], - [ - 390.0, - 1.2, - 43.0, - 0.391887, - 0.501724, - 1.0, - 1.0 - ], - [ - 398.158, - 1.2, - 43.0, - 0.430621, - 0.54392, - 1.0, - 1.0 - ], - [ - 406.316, - 1.2, - 43.0, - 0.470139, - 0.586116, - 1.0, - 1.0 - ], - [ - 414.474, - 1.2, - 43.0, - 0.51042, - 0.628312, - 1.0, - 1.0 - ], - [ - 422.632, - 1.2, - 43.0, - 0.551444, - 0.670508, - 1.0, - 1.0 - ], - [ - 430.789, - 1.2, - 43.0, - 0.593192, - 0.712704, - 1.0, - 1.0 - ], - [ - 438.947, - 1.2, - 43.0, - 0.635646, - 0.7549, - 1.0, - 1.0 - ], - [ - 447.105, - 1.2, - 43.0, - 0.678787, - 0.797096, - 1.0, - 1.0 - ], - [ - 455.263, - 1.2, - 43.0, - 0.7226, - 0.839292, - 1.0, - 1.0 - ], - [ - 463.421, - 1.2, - 43.0, - 0.767067, - 0.881488, - 1.0, - 1.0 - ], - [ - 471.579, - 1.2, - 43.0, - 0.812172, - 0.923684, - 1.0, - 1.0 - ], - [ - 479.737, - 1.2, - 43.0, - 0.857901, - 0.96588, - 1.0, - 1.0 - ], - [ - 487.895, - 1.2, - 43.0, - 0.904238, - 1.00808, - 1.0, - 1.0 - ], - [ - 496.053, - 1.2, - 43.0, - 0.95117, - 1.05027, - 1.0, - 1.0 - ], - [ - 504.211, - 1.2, - 43.0, - 0.998682, - 1.09247, - 1.0, - 1.0 - ], - [ - 512.368, - 1.2, - 43.0, - 1.04676, - 1.13466, - 1.0, - 1.0 - ], - [ - 520.526, - 1.2, - 43.0, - 1.0954, - 1.17686, - 1.0, - 1.0 - ], - [ - 528.684, - 1.2, - 43.0, - 1.14457, - 1.21906, - 1.0, - 1.0 - ], - [ - 536.842, - 1.2, - 43.0, - 1.19428, - 1.26125, - 1.0, - 1.0 - ], - [ - 545.0, - 1.2, - 43.0, - 1.24451, - 1.30345, - 1.0, - 1.0 - ], - [ - 525.0, - 0.3, - 0.0, - 0.234077, - 0.3, - 1.0, - 1.0 - ], - [ - 525.0, - 0.347368, - 0.0, - 0.283223, - 0.347368, - 1.0, - 1.0 - ], - [ - 525.0, - 0.394737, - 0.0, - 0.334427, - 0.394737, - 1.0, - 1.0 - ], - [ - 525.0, - 0.442105, - 0.0, - 0.387511, - 0.442105, - 1.0, - 1.0 - ], - [ - 525.0, - 0.489474, - 0.0, - 0.442333, - 0.489474, - 1.0, - 1.0 - ], - [ - 525.0, - 0.536842, - 0.0, - 0.498772, - 0.536842, - 1.0, - 1.0 - ], - [ - 525.0, - 0.584211, - 0.0, - 0.556726, - 0.584211, - 1.0, - 1.0 - ], - [ - 525.0, - 0.631579, - 0.0, - 0.616108, - 0.631579, - 1.0, - 1.0 - ], - [ - 525.0, - 0.678947, - 0.0, - 0.676843, - 0.678947, - 1.0, - 1.0 - ], - [ - 525.0, - 0.726316, - 0.0, - 0.738864, - 0.726316, - 1.0, - 1.0 - ], - [ - 525.0, - 0.773684, - 0.0, - 0.80211, - 0.773684, - 1.0, - 1.0 - ], - [ - 525.0, - 0.821053, - 0.0, - 0.86653, - 0.821053, - 1.0, - 1.0 - ], - [ - 525.0, - 0.868421, - 0.0, - 0.932074, - 0.868421, - 1.0, - 1.0 - ], - [ - 525.0, - 0.915789, - 0.0, - 0.998701, - 0.915789, - 1.0, - 1.0 - ], - [ - 525.0, - 0.963158, - 0.0, - 1.06637, - 0.963158, - 1.0, - 1.0 - ], - [ - 525.0, - 1.01053, - 0.0, - 1.1279, - 1.01053, - 1.0, - 1.0 - ], - [ - 525.0, - 1.05789, - 0.0, - 1.16352, - 1.05789, - 1.0, - 1.0 - ], - [ - 525.0, - 1.10526, - 0.0, - 1.19695, - 1.10526, - 1.0, - 1.0 - ], - [ - 525.0, - 1.15263, - 0.0, - 1.22804, - 1.15263, - 1.0, - 1.0 - ], - [ - 525.0, - 1.2, - 0.0, - 1.25664, - 1.2, - 1.0, - 1.0 - ], - [ - 525.0, - 0.3, - 43.0, - 0.209054, - 0.3, - 1.0, - 1.0 - ], - [ - 525.0, - 0.347368, - 43.0, - 0.252946, - 0.347368, - 1.0, - 1.0 - ], - [ - 525.0, - 0.394737, - 43.0, - 0.298676, - 0.394737, - 1.0, - 1.0 - ], - [ - 525.0, - 0.442105, - 43.0, - 0.346085, - 0.442105, - 1.0, - 1.0 - ], - [ - 525.0, - 0.489474, - 43.0, - 0.395046, - 0.489474, - 1.0, - 1.0 - ], - [ - 525.0, - 0.536842, - 43.0, - 0.445452, - 0.536842, - 1.0, - 1.0 - ], - [ - 525.0, - 0.584211, - 43.0, - 0.49721, - 0.584211, - 1.0, - 1.0 - ], - [ - 525.0, - 0.631579, - 43.0, - 0.550245, - 0.631579, - 1.0, - 1.0 - ], - [ - 525.0, - 0.678947, - 43.0, - 0.604487, - 0.678947, - 1.0, - 1.0 - ], - [ - 525.0, - 0.726316, - 43.0, - 0.659877, - 0.726316, - 1.0, - 1.0 - ], - [ - 525.0, - 0.773684, - 43.0, - 0.716363, - 0.773684, - 1.0, - 1.0 - ], - [ - 525.0, - 0.821053, - 43.0, - 0.773895, - 0.821053, - 1.0, - 1.0 - ], - [ - 525.0, - 0.868421, - 43.0, - 0.832433, - 0.868421, - 1.0, - 1.0 - ], - [ - 525.0, - 0.915789, - 43.0, - 0.891937, - 0.915789, - 1.0, - 1.0 - ], - [ - 525.0, - 0.963158, - 43.0, - 0.952372, - 0.963158, - 1.0, - 1.0 - ], - [ - 525.0, - 1.01053, - 43.0, - 1.00732, - 1.01053, - 1.0, - 1.0 - ], - [ - 525.0, - 1.05789, - 43.0, - 1.03914, - 1.05789, - 1.0, - 1.0 - ], - [ - 525.0, - 1.10526, - 43.0, - 1.06899, - 1.10526, - 1.0, - 1.0 - ], - [ - 525.0, - 1.15263, - 43.0, - 1.09676, - 1.15263, - 1.0, - 1.0 - ], - [ - 525.0, - 1.2, - 43.0, - 1.1223, - 1.2, - 1.0, - 1.0 - ], - [ - 525.0, - 0.3, - 55.0, - 0.202379, - 0.3, - 1.0, - 1.0 - ], - [ - 525.0, - 0.347368, - 55.0, - 0.24487, - 0.347368, - 1.0, - 1.0 - ], - [ - 525.0, - 0.394737, - 55.0, - 0.28914, - 0.394737, - 1.0, - 1.0 - ], - [ - 525.0, - 0.442105, - 55.0, - 0.335036, - 0.442105, - 1.0, - 1.0 - ], - [ - 525.0, - 0.489474, - 55.0, - 0.382434, - 0.489474, - 1.0, - 1.0 - ], - [ - 525.0, - 0.536842, - 55.0, - 0.43123, - 0.536842, - 1.0, - 1.0 - ], - [ - 525.0, - 0.584211, - 55.0, - 0.481336, - 0.584211, - 1.0, - 1.0 - ], - [ - 525.0, - 0.631579, - 55.0, - 0.532677, - 0.631579, - 1.0, - 1.0 - ], - [ - 525.0, - 0.678947, - 55.0, - 0.585188, - 0.678947, - 1.0, - 1.0 - ], - [ - 525.0, - 0.726316, - 55.0, - 0.638809, - 0.726316, - 1.0, - 1.0 - ], - [ - 525.0, - 0.773684, - 55.0, - 0.693491, - 0.773684, - 1.0, - 1.0 - ], - [ - 525.0, - 0.821053, - 55.0, - 0.749187, - 0.821053, - 1.0, - 1.0 - ], - [ - 525.0, - 0.868421, - 55.0, - 0.805856, - 0.868421, - 1.0, - 1.0 - ], - [ - 525.0, - 0.915789, - 55.0, - 0.863461, - 0.915789, - 1.0, - 1.0 - ], - [ - 525.0, - 0.963158, - 55.0, - 0.921966, - 0.963158, - 1.0, - 1.0 - ], - [ - 525.0, - 1.01053, - 55.0, - 0.975163, - 1.01053, - 1.0, - 1.0 - ], - [ - 525.0, - 1.05789, - 55.0, - 1.00596, - 1.05789, - 1.0, - 1.0 - ], - [ - 525.0, - 1.10526, - 55.0, - 1.03486, - 1.10526, - 1.0, - 1.0 - ], - [ - 525.0, - 1.15263, - 55.0, - 1.06175, - 1.15263, - 1.0, - 1.0 - ], - [ - 525.0, - 1.2, - 55.0, - 1.08647, - 1.2, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 0.0, - 0.404087, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 2.89474, - 0.400261, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 5.78947, - 0.396455, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 8.68421, - 0.392668, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 11.5789, - 0.388901, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 14.4737, - 0.385153, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 17.3684, - 0.381424, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 20.2632, - 0.377713, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 23.1579, - 0.374021, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 26.0526, - 0.370346, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 28.9474, - 0.36669, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 31.8421, - 0.363051, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 34.7368, - 0.359429, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 37.6316, - 0.355824, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 40.5263, - 0.352235, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 43.4211, - 0.348664, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 46.3158, - 0.345108, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 49.2105, - 0.341569, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 52.1053, - 0.338046, - 0.418103, - 1.0, - 1.0 - ], - [ - 390.0, - 1.0, - 55.0, - 0.334538, - 0.418103, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 0.0, - 1.1197, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 2.89474, - 1.11136, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 5.78947, - 1.10306, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 8.68421, - 1.0948, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 11.5789, - 1.08659, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 14.4737, - 1.07842, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 17.3684, - 1.07029, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 20.2632, - 1.0622, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 23.1579, - 1.05415, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 26.0526, - 1.04614, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 28.9474, - 1.03817, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 31.8421, - 1.03024, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 34.7368, - 1.02234, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 37.6316, - 1.01448, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 40.5263, - 1.00666, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 43.4211, - 0.99887, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 46.3158, - 0.991118, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 49.2105, - 0.983402, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 52.1053, - 0.975721, - 1.0, - 1.0, - 1.0 - ], - [ - 525.0, - 1.0, - 55.0, - 0.968073, - 1.0, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 0.0, - 1.23731, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 2.89474, - 1.22836, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 5.78947, - 1.21946, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 8.68421, - 1.2106, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 11.5789, - 1.20179, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 14.4737, - 1.19302, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 17.3684, - 1.1843, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 20.2632, - 1.17562, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 23.1579, - 1.16699, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 26.0526, - 1.15839, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 28.9474, - 1.14984, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 31.8421, - 1.14133, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 34.7368, - 1.13286, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 37.6316, - 1.12443, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 40.5263, - 1.11603, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 43.4211, - 1.10768, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 46.3158, - 1.09936, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 49.2105, - 1.09108, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 52.1053, - 1.08284, - 1.08621, - 1.0, - 1.0 - ], - [ - 545.0, - 1.0, - 55.0, - 1.07464, - 1.08621, - 1.0, - 1.0 - ] - ], - "ud_m_dot_des_calc": 1.0, - "ud_m_dot_design": 1.0, - "ud_m_dot_high_calc": 1.2, - "ud_m_dot_htf_high": 1.2, - "ud_m_dot_htf_levels": 20.0, - "ud_m_dot_htf_low": 0.3, - "ud_m_dot_low_calc": 0.3, - "ud_m_dot_water_ND_des": 1.0, - "ud_m_dot_water_cool_des": 0.0, - "ud_n_T_amb_calc": 20.0, - "ud_n_T_htf_calc": 20.0, - "ud_n_m_dot_calc": 20.0, - "ui_disp_1_fossil": 0.0, - "ui_disp_1_nosolar": 0.0, - "ui_disp_1_solar": 0.0, - "ui_disp_1_turbout": 1.0, - "ui_disp_2_fossil": 0.0, - "ui_disp_2_nosolar": 0.0, - "ui_disp_2_solar": 0.0, - "ui_disp_2_turbout": 1.0, - "ui_disp_3_fossil": 0.0, - "ui_disp_3_nosolar": 0.0, - "ui_disp_3_solar": 0.0, - "ui_disp_3_turbout": 1.0, - "ui_disp_4_fossil": 0.0, - "ui_disp_4_nosolar": 0.0, - "ui_disp_4_solar": 0.0, - "ui_disp_4_turbout": 1.0, - "ui_disp_5_fossil": 0.0, - "ui_disp_5_nosolar": 0.0, - "ui_disp_5_solar": 0.0, - "ui_disp_5_turbout": 1.0, - "ui_disp_6_fossil": 0.0, - "ui_disp_6_nosolar": 0.0, - "ui_disp_6_solar": 0.0, - "ui_disp_6_turbout": 1.0, - "ui_disp_7_fossil": 0.0, - "ui_disp_7_nosolar": 0.0, - "ui_disp_7_solar": 0.0, - "ui_disp_7_turbout": 1.0, - "ui_disp_8_fossil": 0.0, - "ui_disp_8_nosolar": 0.0, - "ui_disp_8_solar": 0.0, - "ui_disp_8_turbout": 1.0, - "ui_disp_9_fossil": 0.0, - "ui_disp_9_nosolar": 0.0, - "ui_disp_9_solar": 0.0, - "ui_disp_9_turbout": 1.0, - "ui_step_minutes": 60.0, - "use_specific_weather_file": 0.0, - "user_specified_weather_file": "", - "vol_min": 313.654, - "vol_tank": 6273.08, - "washes_per_year": 120.0, - "water_per_wash": 0.02, - "weekday_schedule": [ - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ] - ], - "weekend_schedule": [ - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ] - ], - "wf_nrecords": 8760.0 -} \ No newline at end of file diff --git a/deploy/runtime/defaults/MSLF_Sale Leaseback.json b/deploy/runtime/defaults/MSLF_Sale Leaseback.json index 1e2a7f165f..7699880796 100644 --- a/deploy/runtime/defaults/MSLF_Sale Leaseback.json +++ b/deploy/runtime/defaults/MSLF_Sale Leaseback.json @@ -9,11 +9,124 @@ "AnnulusGas": [ 27.0, 1.0, - 1.0, + 27.0, 27.0 ], + "CC_CALC_bop_cost": 37777700.0, + "CC_CALC_contingency_cost": 31081500.0, + "CC_CALC_epc_total_cost": 52261400.0, + "CC_CALC_fossil_backup_cost": 0.0, + "CC_CALC_htf_system_cost": 53757200.0, + "CC_CALC_installed_per_capacity": 5508.92, + "CC_CALC_plm_total_cost": 4522110.0, + "CC_CALC_power_plant_cost": 122222000.0, + "CC_CALC_sales_tax_total": 19004100.0, + "CC_CALC_site_improvements_cost": 22875400.0, + "CC_CALC_solar_field_cost": 171565000.0, + "CC_CALC_total_direct_cost": 475104000.0, + "CC_CALC_total_indirect_cost": 56783500.0, + "CC_CALC_total_installed_cost": 550891000.0, + "CC_CALC_ts_cost": 35824200.0, + "CC_COPY_Q_tes": 1119.51, + "CC_COPY_nameplate": 99.9999, + "CC_COPY_sales_tax_rate": 5.0, + "CC_COPY_total_land_area": 452.211, + "CC_DISP_bop_mwe": 111.111, + "CC_DISP_fossil_mwe": 111.111, + "CC_DISP_htf_system_area": 1143770.0, + "CC_DISP_power_plant_mwe": 111.111, + "CC_DISP_site_improvements_area": 1143770.0, + "CC_DISP_solar_field_area": 1143770.0, + "CR_CALC_DP_pressure_loss": 40.0, + "CR_CALC_avg_dt_des": 367.0, + "CR_CALC_hl_des": 166.25, + "CR_CALC_opt_derate": 0.940896, + "CR_CALC_opt_normal": 0.650199, + "CR_COPY_loop_therm_eff": 0.972751, "CT": 2.0, "ColAz": 0.0, + "DISP_AbsorberMaterial": 0.0, + "DISP_AnnulusGas1": 2.0, + "DISP_AnnulusGas2": 0.0, + "DISP_AnnulusGas3": 2.0, + "DISP_AnnulusGas4": 2.0, + "DISP_DP_coefs0": 0.0, + "DISP_DP_coefs1": 1.0, + "DISP_DP_coefs2": 0.0, + "DISP_DP_coefs3": 0.0, + "DISP_D_abs_in": 0.066, + "DISP_D_abs_out": 0.07, + "DISP_D_glass_in": 0.115, + "DISP_D_glass_out": 0.12, + "DISP_D_plug": 0.0, + "DISP_Design_loss1": 150.0, + "DISP_Design_loss2": 1100.0, + "DISP_Design_loss3": 1500.0, + "DISP_Design_loss4": 0.0, + "DISP_Flow_type": 0.0, + "DISP_GlazingIntactIn1": 0.0, + "DISP_GlazingIntactIn2": 0.0, + "DISP_GlazingIntactIn3": 1.0, + "DISP_GlazingIntactIn4": 0.0, + "DISP_HCE_FieldFrac1": 0.985, + "DISP_HCE_FieldFrac2": 0.01, + "DISP_HCE_FieldFrac3": 0.005, + "DISP_HCE_FieldFrac4": 0.0, + "DISP_HL_T_coefs0": 0.0, + "DISP_HL_T_coefs1": 0.672, + "DISP_HL_T_coefs2": 0.002556, + "DISP_HL_T_coefs3": 0.0, + "DISP_HL_T_coefs4": 0.0, + "DISP_HL_w_coefs0": 1.0, + "DISP_HL_w_coefs1": 0.0, + "DISP_HL_w_coefs2": 0.0, + "DISP_HL_w_coefs3": 0.0, + "DISP_HL_w_coefs4": 0.0, + "DISP_IAM_L_coefs0": 1.0031, + "DISP_IAM_L_coefs1": -0.2259, + "DISP_IAM_L_coefs2": 0.5368, + "DISP_IAM_L_coefs3": -1.6434, + "DISP_IAM_L_coefs4": 0.7222, + "DISP_IAM_T_coefs0": 0.9896, + "DISP_IAM_T_coefs1": 0.044, + "DISP_IAM_T_coefs2": -0.0721, + "DISP_IAM_T_coefs3": -0.2327, + "DISP_IAM_T_coefs4": 0.0, + "DISP_P_a1": 0.0001, + "DISP_P_a2": 750.0, + "DISP_P_a3": 750.0, + "DISP_P_a4": 0.0, + "DISP_Rough": 0.000045, + "DISP_Shadowing1": 0.96, + "DISP_Shadowing2": 0.96, + "DISP_Shadowing3": 0.96, + "DISP_Shadowing4": 0.963, + "DISP_Tau_envelope1": 0.963, + "DISP_Tau_envelope2": 0.963, + "DISP_Tau_envelope3": 1.0, + "DISP_Tau_envelope4": 0.0, + "DISP_alpha_abs1": 0.96, + "DISP_alpha_abs2": 0.96, + "DISP_alpha_abs3": 0.8, + "DISP_alpha_abs4": 0.0, + "DISP_alpha_env1": 0.02, + "DISP_alpha_env2": 0.02, + "DISP_alpha_env3": 0.0, + "DISP_alpha_env4": 0.0, + "DISP_combo_FieldConfig": 0.0, + "DISP_combo_htf_type": 0.0, + "DISP_dirt_env1": 0.98, + "DISP_dirt_env2": 0.98, + "DISP_dirt_env3": 1.0, + "DISP_dirt_env4": 0.98, + "DISP_epsilon_glass1": 0.86, + "DISP_epsilon_glass2": 0.86, + "DISP_epsilon_glass3": 1.0, + "DISP_epsilon_glass4": 0.0, + "DISP_is_hx": 0.0, + "DISP_opt_model": 1.0, + "DISP_rec_model": 1.0, + "DISP_store_fluid": 0.0, "DP_SGS": 0.0, "DP_coefs": [ 0.0, @@ -22,7 +135,6 @@ 0.0 ], "DP_nominal": 2.5, - "DP_pressure_loss": 40.0, "D_abs_in": [ 0.066, 0.066, @@ -53,6 +165,7 @@ 0.0, 0.0 ], + "D_rad_tubes": 0.02, "Design_loss": [ 150.0, 1100.0, @@ -80,9 +193,6 @@ 1.0 ], "Fluid": 18.0, - "FossilFill": [ - 0.0 - ], "GeomEffects": 1.0, "GlazingIntactIn": [ 1.0, @@ -111,17 +221,6 @@ 0.0, 0.0 ], - "HTF_data": [ - [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], "IAM_L_coefs": [ 1.0031, -0.2259, @@ -141,14 +240,9 @@ "L_crossover": 15.0, "L_mod": 44.8, "L_mod_spacing": 1.0, - "L_rnr_pb": 25.0, - "L_rnr_per_xpan": 70.0, - "L_xpan_hdr": 20.0, - "L_xpan_rnr": 20.0, - "Min_rnr_xpans": 1.0, - "NUMTOU": 0.0, - "N_hdr_per_xpan": 2.0, - "N_max_hdr_diams": 10.0, + "L_rad": 100.0, + "L_rad_sections": 10.0, + "L_rnr_pb": 50.0, "OpticalTable": [ [ 0.0, @@ -294,11 +388,14 @@ 0.0 ] ], + "PB_CALC_mdot_cycle_des": 797.149, + "PB_COPY_P_ref": 111.111, "PB_COPY_T_htf_cold_des": 293.0, "PB_COPY_T_htf_hot_des": 525.0, - "PB_COPY_htf_cp_avg": 1.51335, + "PB_COPY_eta_ref": 0.397, + "PB_COPY_gross_net_conversion_factor": 0.9, + "PB_COPY_nameplate": 99.9999, "PB_COPY_q_pb_design": 279.877, - "PB_m_dot_htf_cycle_des": 797.149, "P_a": [ 0.0001, 750.0, @@ -317,39 +414,94 @@ 0.000045 ], "SCA_drives_elec": 125.0, + "SC_CALC_aux": 2.66193, + "SC_CALC_bop": 0.0, + "SC_DISP_aux_par": 0.02273, + "SC_DISP_aux_par_0": 0.483, + "SC_DISP_aux_par_1": 0.571, + "SC_DISP_aux_par_2": 0.0, + "SC_DISP_aux_par_f": 1.0, + "SC_DISP_bop_par": 0.0, + "SC_DISP_bop_par_0": 0.483, + "SC_DISP_bop_par_1": 0.517, + "SC_DISP_bop_par_2": 0.0, + "SC_DISP_bop_par_f": 1.0, + "SD_CALC_Q_rec_des": 646.624, + "SD_CALC_m_dot_field_des": 0.0, + "SD_CALC_nLoops": 152.0, + "SD_CALC_nameplate": 99.9999, + "SD_CALC_q_pb_design": 279.877, + "SD_CALC_solar_mult": 2.3, + "SD_CALC_total_Ap": 1143770.0, + "SF_CALC_Ap_loop": 7524.8, + "SF_CALC_Ap_sm1": 495055.0, + "SF_CALC_Ap_total": 1143770.0, + "SF_CALC_Q_field_des_SS": 575.954, + "SF_CALC_Q_loop_des_SS": 3.79969, + "SF_CALC_Q_loss_hdr_rnr_des_SS": 0.0303498, + "SF_CALC_Q_loss_receiver_des_SS": 49.6937, + "SF_CALC_T_field_out_des_SS": 524.241, + "SF_CALC_T_loop_out_des_SS": 524.69, + "SF_CALC_W_dot_pump_des_SS": 1.91211, + "SF_CALC_dP_field_des_SS": 18.0589, + "SF_CALC_eff_des_SS": 0.530061, + "SF_CALC_eff_loop_des_SS": 0.531532, + "SF_CALC_eta_optical_des_SS": 0.61177, + "SF_CALC_field_area": 282.632, + "SF_CALC_field_htf_max_temp": 593.0, + "SF_CALC_field_htf_min_temp": 238.0, + "SF_CALC_loop_eff": 0.595099, + "SF_CALC_loop_opt_eff": 0.61177, + "SF_CALC_loop_therm_eff": 0.972751, + "SF_CALC_m_dot_des_SS": 1646.98, + "SF_CALC_m_dot_loop_des_SS": 10.8354, + "SF_CALC_mdot_field_des": 1771.79, + "SF_CALC_nLoops_sm1": 66.0, + "SF_CALC_q_field_des": 646.624, + "SF_CALC_therm_eff_des_SS": 0.866439, + "SF_CALC_therm_eff_loop_des_SS": 0.868844, + "SF_CALC_total_land_area": 452.211, + "SF_CALC_total_tracking_power": 0.304, + "SF_COPY_T_loop_in_des": 293.0, + "SF_COPY_T_loop_out": 525.0, + "SF_COPY_nLoops": 152.0, + "SF_COPY_q_pb_design": 279.877, + "SF_COPY_solar_mult": 2.3, "Shadowing": [ 0.96, 0.96, 0.96, 0.963 ], - "TES_cap": 1119.51, - "TSLogic": [ - [ - 0.0 - ] - ], + "TS_CALC_Q_tes": 1119.51, + "TS_CALC_d_tank": 20.5031, + "TS_CALC_q_dot_loss_tes_des": 0.510122, + "TS_CALC_tes_htf_cp": 1.51335, + "TS_CALC_tes_htf_dens": 1829.88, + "TS_CALC_tes_htf_max_temp": 593.0, + "TS_CALC_tes_htf_min_temp": 238.0, + "TS_CALC_vol_min": 330.162, + "TS_CALC_vol_tank": 6603.24, + "TS_COPY_T_loop_in_des": 293.0, + "TS_COPY_T_loop_out": 525.0, + "TS_COPY_q_pb_design": 279.877, + "TS_COPY_tshours": 4.0, "T_ITD_des": 16.0, "T_amb_des": 42.0, "T_amb_sf_des": 42.0, "T_approach": 5.0, "T_cold_in": 274.7, + "T_ctes_cold_design": 5.0, + "T_ctes_cold_ini": 10.0, + "T_ctes_warm_design": 10.0, + "T_ctes_warm_ini": 20.0, "T_db": 15.0, "T_dp": 10.0, - "T_field_in_des": 293.0, - "T_field_ini": 300.0, - "T_field_out_des": 525.0, "T_fp": 263.0, - "T_htf_cold_ref": 293.0, "T_htf_hot_des": 525.0, - "T_htf_hot_ref": 525.0, "T_loop_in_des": 293.0, "T_loop_out": 525.0, - "T_set_aux": 525.0, "T_startup": 400.0, - "T_tank_cold_ini": 293.0, - "T_tank_hot_ini": 525.0, - "T_tank_hot_inlet_min": 400.0, "Tau_envelope": [ 0.963, 0.963, @@ -357,681 +509,9297 @@ 0.0 ], "TrackingError": 1.0, - "V_hdr_cold_max": 3.0, - "V_hdr_cold_min": 2.0, - "V_hdr_hot_max": 3.0, - "V_hdr_hot_min": 2.0, "V_hdr_max": 3.0, "V_hdr_min": 2.0, - "V_tank_hot_ini": 1254.62, - "V_tes_des": 1.85, "V_wind": 1.5, "V_wind_des": 4.0, "W_pb_design": 111.111, - "a_field": 850000.0, - "a_loop": 7524.8, - "a_sf_act": 1143770.0, - "adjust": 0.0, - "adjust_constant": 4.0, - "adjust_en_periods": 0.0, - "adjust_en_timeindex": 0.0, - "adjust_periods": [ - [ - 0.0 - ] - ], - "adjust_timeindex": [ - 0.0 - ], - "alpha_abs": [ - 0.96, - 0.96, - 0.8, - 0.0 - ], - "alpha_env": [ - 0.02, - 0.02, - 0.0, - 0.0 - ], - "analysis_period": 25.0, - "analysis_period_warning": "No messages.", - "annual_albedo": 0.217164, - "annual_beam": 7.36408, - "annual_diffuse": 1.33978, - "annual_global": 5.83819, - "annual_snow": "nan", - "annual_tdry": 18.1261, - "annual_wspd": 2.35368, - "aux_array": [ - 0.02273, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "azimuth": 0.0, - "batt_salvage_percentage": 0.0, - "batt_salvage_value": 0.0, - "bop_array": [ - 0.0, - 1.0, - 0.483, - 0.517, - 0.0 - ], - "calc_design_pipe_vals": 0.0, - "cbi_fed_amount": 0.0, - "cbi_fed_deprbas_fed": 0.0, - "cbi_fed_deprbas_sta": 0.0, - "cbi_fed_maxvalue": 1e38, - "cbi_fed_tax_fed": 1.0, - "cbi_fed_tax_sta": 1.0, - "cbi_oth_amount": 0.0, - "cbi_oth_deprbas_fed": 0.0, - "cbi_oth_deprbas_sta": 0.0, - "cbi_oth_maxvalue": 1e38, - "cbi_oth_tax_fed": 1.0, - "cbi_oth_tax_sta": 1.0, - "cbi_sta_amount": 0.0, - "cbi_sta_deprbas_fed": 0.0, - "cbi_sta_deprbas_sta": 0.0, - "cbi_sta_maxvalue": 1e38, - "cbi_sta_tax_fed": 1.0, - "cbi_sta_tax_sta": 1.0, - "cbi_uti_amount": 0.0, - "cbi_uti_deprbas_fed": 0.0, - "cbi_uti_deprbas_sta": 0.0, - "cbi_uti_maxvalue": 1e38, - "cbi_uti_tax_fed": 1.0, - "cbi_uti_tax_sta": 1.0, - "chk_update_peaks": 0.0, - "city": "-", - "cold_tank_Thtr": 263.0, - "combo_condenser_type": 1.0, - "const_per_interest1": 19281200.0, - "const_per_interest2": 0.0, - "const_per_interest3": 0.0, - "const_per_interest4": 0.0, - "const_per_interest5": 0.0, - "const_per_interest_rate1": 3.5, - "const_per_interest_rate2": 0.0, - "const_per_interest_rate3": 0.0, - "const_per_interest_rate4": 0.0, - "const_per_interest_rate5": 0.0, - "const_per_interest_total": 19281200.0, - "const_per_months1": 24.0, - "const_per_months2": 0.0, - "const_per_months3": 0.0, - "const_per_months4": 0.0, - "const_per_months5": 0.0, - "const_per_name1": "Loan 1", - "const_per_name2": "Loan 2", - "const_per_name3": "Loan 3", - "const_per_name4": "Loan 4", - "const_per_name5": "Loan 5", - "const_per_percent1": 100.0, - "const_per_percent2": 0.0, - "const_per_percent3": 0.0, - "const_per_percent4": 0.0, - "const_per_percent5": 0.0, - "const_per_percent_total": 100.0, - "const_per_principal1": 550891000.0, - "const_per_principal2": 0.0, - "const_per_principal3": 0.0, - "const_per_principal4": 0.0, - "const_per_principal5": 0.0, - "const_per_principal_total": 550891000.0, - "const_per_total1": 24790100.0, - "const_per_total2": 0.0, - "const_per_total3": 0.0, - "const_per_total4": 0.0, - "const_per_total5": 0.0, - "const_per_upfront_rate1": 1.0, - "const_per_upfront_rate2": 0.0, - "const_per_upfront_rate3": 0.0, - "const_per_upfront_rate4": 0.0, - "const_per_upfront_rate5": 0.0, - "construction_financing_cost": 24790100.0, - "cost_dev_fee_percent": 3.0, - "cost_dev_fee_tax_liability": 4384540.0, - "cost_dev_fee_value": 16526700.0, - "cost_equity_closing": 300000.0, - "cost_other_financing": 0.0, - "country": "-", - "csp.mslf.control.aux_array_c0": 0.483, - "csp.mslf.control.aux_array_c1": 0.517, - "csp.mslf.control.aux_array_c2": 0.0, - "csp.mslf.control.aux_array_mult": 0.02273, - "csp.mslf.control.aux_array_pf": 1.0, - "csp.mslf.control.bop_array_c0": 0.483, - "csp.mslf.control.bop_array_c1": 0.517, - "csp.mslf.control.bop_array_c2": 0.0, - "csp.mslf.control.bop_array_mult": 0.0, - "csp.mslf.control.bop_array_pf": 1.0, - "csp.mslf.control.ffrac1": 0.0, - "csp.mslf.control.ffrac2": 0.0, - "csp.mslf.control.ffrac3": 0.0, - "csp.mslf.control.ffrac4": 0.0, - "csp.mslf.control.ffrac5": 0.0, - "csp.mslf.control.ffrac6": 0.0, - "csp.mslf.control.ffrac7": 0.0, - "csp.mslf.control.ffrac8": 0.0, - "csp.mslf.control.ffrac9": 0.0, - "csp.mslf.control.fossil_mode": 0.0, - "csp.mslf.control.store_fluid": 0.0, - "csp.mslf.control.tes_cp": 1.51335, - "csp.mslf.control.tes_dens": 1829.88, - "csp.mslf.cost.bop": 37777700.0, - "csp.mslf.cost.bop_mwe": 111.111, - "csp.mslf.cost.bop_per_kwe": 340.0, - "csp.mslf.cost.contingency": 31081500.0, - "csp.mslf.cost.contingency_percent": 7.0, - "csp.mslf.cost.epc.fixed": 0.0, - "csp.mslf.cost.epc.per_acre": 0.0, - "csp.mslf.cost.epc.per_watt": 0.0, - "csp.mslf.cost.epc.percent": 11.0, - "csp.mslf.cost.epc.total": 52261400.0, - "csp.mslf.cost.fossil_backup": 0.0, - "csp.mslf.cost.fossil_backup.cost_per_kwe": 0.0, - "csp.mslf.cost.fossil_backup.mwe": 111.111, - "csp.mslf.cost.htf_system": 53757200.0, - "csp.mslf.cost.htf_system.area": 1143770.0, - "csp.mslf.cost.htf_system.cost_per_m2": 47.0, - "csp.mslf.cost.installed_per_capacity": 5508.92, - "csp.mslf.cost.nameplate": 99.9999, - "csp.mslf.cost.plm.fixed": 0.0, - "csp.mslf.cost.plm.per_acre": 10000.0, - "csp.mslf.cost.plm.per_watt": 0.0, - "csp.mslf.cost.plm.percent": 0.0, - "csp.mslf.cost.plm.total": 4522110.0, - "csp.mslf.cost.power_plant": 122222000.0, - "csp.mslf.cost.power_plant.cost_per_kwe": 1100.0, - "csp.mslf.cost.power_plant.mwe": 111.111, - "csp.mslf.cost.sales_tax.percent": 80.0, - "csp.mslf.cost.sales_tax.total": 19004100.0, - "csp.mslf.cost.sales_tax.value": 5.0, - "csp.mslf.cost.site_improvements": 22875400.0, - "csp.mslf.cost.site_improvements.area": 1143770.0, - "csp.mslf.cost.site_improvements.cost_per_m2": 20.0, - "csp.mslf.cost.solar_field": 171565000.0, - "csp.mslf.cost.solar_field.area": 1143770.0, - "csp.mslf.cost.solar_field.cost_per_m2": 150.0, - "csp.mslf.cost.total_direct": 475104000.0, - "csp.mslf.cost.total_indirect": 56783500.0, - "csp.mslf.cost.total_installed": 550891000.0, - "csp.mslf.cost.total_land_area": 452.211, - "csp.mslf.cost.ts": 35824200.0, - "csp.mslf.cost.ts_mwht": 1119.51, - "csp.mslf.cost.ts_per_kwht": 32.0, - "csp.mslf.cycle.gr_to_net": 0.9, - "csp.mslf.enet.tes_fp_mode": 1.0, - "csp.mslf.par.calc.aux": 2.52555, - "csp.mslf.par.calc.bop": 0.0, - "csp.mslf.par.calc.frac_gross": 0.611111, - "csp.mslf.par.calc.tracking": 304000.0, - "csp.mslf.sf.AbsorberMaterial": 0.0, - "csp.mslf.sf.AnnulusGas1": 2.0, - "csp.mslf.sf.AnnulusGas2": 0.0, - "csp.mslf.sf.AnnulusGas3": 0.0, - "csp.mslf.sf.AnnulusGas4": 2.0, - "csp.mslf.sf.DP_coefs0": 0.0, - "csp.mslf.sf.DP_coefs1": 1.0, - "csp.mslf.sf.DP_coefs2": 0.0, - "csp.mslf.sf.DP_coefs3": 0.0, - "csp.mslf.sf.D_abs_in": 0.066, - "csp.mslf.sf.D_abs_out": 0.07, - "csp.mslf.sf.D_glass_in": 0.115, - "csp.mslf.sf.D_glass_out": 0.12, - "csp.mslf.sf.D_plug": 0.0, - "csp.mslf.sf.Design_loss1": 150.0, - "csp.mslf.sf.Design_loss2": 1100.0, - "csp.mslf.sf.Design_loss3": 1500.0, - "csp.mslf.sf.Design_loss4": 0.0, - "csp.mslf.sf.FieldConfig": 0.0, - "csp.mslf.sf.Flow_type": 0.0, - "csp.mslf.sf.Fluid": 0.0, - "csp.mslf.sf.GlazingIntactIn1": 0.0, - "csp.mslf.sf.GlazingIntactIn2": 0.0, - "csp.mslf.sf.GlazingIntactIn3": 1.0, - "csp.mslf.sf.GlazingIntactIn4": 0.0, - "csp.mslf.sf.HCE_FieldFrac1": 0.985, - "csp.mslf.sf.HCE_FieldFrac2": 0.01, - "csp.mslf.sf.HCE_FieldFrac3": 0.005, - "csp.mslf.sf.HCE_FieldFrac4": 0.0, - "csp.mslf.sf.HL_T_coefs0": 0.0, - "csp.mslf.sf.HL_T_coefs1": 0.672, - "csp.mslf.sf.HL_T_coefs2": 0.002556, - "csp.mslf.sf.HL_T_coefs3": 0.0, - "csp.mslf.sf.HL_T_coefs4": 0.0, - "csp.mslf.sf.HL_w_coefs0": 1.0, - "csp.mslf.sf.HL_w_coefs1": 0.0, - "csp.mslf.sf.HL_w_coefs2": 0.0, - "csp.mslf.sf.HL_w_coefs3": 0.0, - "csp.mslf.sf.HL_w_coefs4": 0.0, - "csp.mslf.sf.IAM_L_coefs0": 1.0031, - "csp.mslf.sf.IAM_L_coefs1": -0.2259, - "csp.mslf.sf.IAM_L_coefs2": 0.5368, - "csp.mslf.sf.IAM_L_coefs3": -1.6434, - "csp.mslf.sf.IAM_L_coefs4": 0.7222, - "csp.mslf.sf.IAM_T_coefs0": 0.9896, - "csp.mslf.sf.IAM_T_coefs1": 0.044, - "csp.mslf.sf.IAM_T_coefs2": -0.0721, - "csp.mslf.sf.IAM_T_coefs3": -0.2327, - "csp.mslf.sf.IAM_T_coefs4": 0.0, - "csp.mslf.sf.P_a1": 0.0001, - "csp.mslf.sf.P_a2": 750.0, - "csp.mslf.sf.P_a3": 750.0, - "csp.mslf.sf.P_a4": 0.0, - "csp.mslf.sf.Rough": 0.000045, - "csp.mslf.sf.Shadowing1": 0.96, - "csp.mslf.sf.Shadowing2": 0.96, - "csp.mslf.sf.Shadowing3": 0.96, - "csp.mslf.sf.Shadowing4": 0.963, - "csp.mslf.sf.Tau_envelope1": 0.963, - "csp.mslf.sf.Tau_envelope2": 0.963, - "csp.mslf.sf.Tau_envelope3": 1.0, - "csp.mslf.sf.Tau_envelope4": 0.0, - "csp.mslf.sf.alpha_abs1": 0.96, - "csp.mslf.sf.alpha_abs2": 0.96, - "csp.mslf.sf.alpha_abs3": 0.8, - "csp.mslf.sf.alpha_abs4": 0.0, - "csp.mslf.sf.alpha_env1": 0.02, - "csp.mslf.sf.alpha_env2": 0.02, - "csp.mslf.sf.alpha_env3": 0.0, - "csp.mslf.sf.alpha_env4": 0.0, - "csp.mslf.sf.avg_dt_des": 367.0, - "csp.mslf.sf.dirt_env1": 0.98, - "csp.mslf.sf.dirt_env2": 0.98, - "csp.mslf.sf.dirt_env3": 1.0, - "csp.mslf.sf.dirt_env4": 0.98, - "csp.mslf.sf.epsilon_glass1": 0.86, - "csp.mslf.sf.epsilon_glass2": 0.86, - "csp.mslf.sf.epsilon_glass3": 1.0, - "csp.mslf.sf.epsilon_glass4": 0.0, - "csp.mslf.sf.fthrctrl": 1.0, - "csp.mslf.sf.opt_model": 1.0, - "csp.mslf.sf.rec_model": 1.0, - "csp.mslf.sf.sm1_nLoops": 66.0, - "csp.mslf.sf.sm_or_area": 0.0, - "csp.mslf.tes.estimated_heat_loss": 0.24418, - "csp.mslf.tes.htf_max_opt_temp": 593.0, - "csp.mslf.tes.htf_min_opt_temp": 238.0, - "csp.mslf.tes.notify_text": "empty", - "custom_sf_pipe_sizes": 0.0, - "custom_sgs_pipe_sizes": 0.0, - "custom_tes_p_loss": 0.0, - "cycle_cutoff_frac": 0.2, - "cycle_max_frac": 1.0, - "dT_cw_ref": 10.0, - "d_tank": 19.9839, - "defocus": 1.0, - "degradation": [ - 0.0 - ], - "demand_var": 111.111, - "depr_alloc_custom_percent": 0.0, - "depr_alloc_macrs_15_percent": 1.5, - "depr_alloc_macrs_5_percent": 90.0, - "depr_alloc_none": 4.0, - "depr_alloc_sl_15_percent": 1.5, - "depr_alloc_sl_20_percent": 3.0, - "depr_alloc_sl_39_percent": 0.0, - "depr_alloc_sl_5_percent": 0.0, - "depr_bonus_fed": 0.0, - "depr_bonus_fed_custom": 0.0, - "depr_bonus_fed_macrs_15": 1.0, - "depr_bonus_fed_macrs_5": 1.0, - "depr_bonus_fed_sl_15": 0.0, - "depr_bonus_fed_sl_20": 0.0, - "depr_bonus_fed_sl_39": 0.0, - "depr_bonus_fed_sl_5": 0.0, - "depr_bonus_sta": 0.0, - "depr_bonus_sta_custom": 0.0, - "depr_bonus_sta_macrs_15": 1.0, - "depr_bonus_sta_macrs_5": 1.0, - "depr_bonus_sta_sl_15": 0.0, - "depr_bonus_sta_sl_20": 0.0, - "depr_bonus_sta_sl_39": 0.0, - "depr_bonus_sta_sl_5": 0.0, - "depr_custom_schedule": [ - 0.0 - ], - "depr_fedbas_method": 1.0, - "depr_itc_fed_custom": 0.0, - "depr_itc_fed_macrs_15": 0.0, - "depr_itc_fed_macrs_5": 1.0, - "depr_itc_fed_sl_15": 0.0, - "depr_itc_fed_sl_20": 0.0, - "depr_itc_fed_sl_39": 0.0, - "depr_itc_fed_sl_5": 0.0, - "depr_itc_sta_custom": 0.0, - "depr_itc_sta_macrs_15": 0.0, - "depr_itc_sta_macrs_5": 1.0, - "depr_itc_sta_sl_15": 0.0, - "depr_itc_sta_sl_20": 0.0, - "depr_itc_sta_sl_39": 0.0, - "depr_itc_sta_sl_5": 0.0, - "depr_stabas_method": 1.0, - "dirt_env": [ - 0.98, - 0.98, - 1.0, - 0.98 - ], - "dispatch_data_filename": "", - "dispatch_factors_ts": [ - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 1.1, - 0.8, - 0.8, - 0.8, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.7, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, - 0.8, + "W_rad_tubes": 0.05, + "adjust": { + "constant": 4.0, + "en_hourly": 0.0, + "en_periods": 0.0, + "hourly": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "periods": [ + 1.0 + ] + }, + "adjust_constant": 4.0, + "adjust_en_periods": 0.0, + "adjust_en_timeindex": 0.0, + "adjust_periods": [ + [ + -6.277438562204193e66 + ] + ], + "adjust_timeindex": [ + 0.0 + ], + "alpha_abs": [ + 0.96, + 0.96, + 0.8, + 0.0 + ], + "alpha_env": [ + 0.02, + 0.02, + 0.0, + 0.0 + ], + "analysis_period": 25.0, + "analysis_period_warning": "No messages.", + "annual_albedo": 0.217164, + "annual_beam": 7.36408, + "annual_diffuse": 1.33978, + "annual_global": 5.83819, + "annual_snow": "nan", + "annual_tdry": 18.1261, + "annual_wspd": 2.35368, + "aux_array": [ + 0.02273, + 1.0, + 0.483, + 0.571, + 0.0 + ], + "azimuth": 0.0, + "batt_salvage_percentage": 0.0, + "batt_salvage_value": 0.0, + "bop_array": [ + 0.0, + 1.0, + 0.483, + 0.517, + 0.0 + ], + "bop_spec_cost": 340.0, + "cbi_fed_amount": 0.0, + "cbi_fed_deprbas_fed": 0.0, + "cbi_fed_deprbas_sta": 0.0, + "cbi_fed_maxvalue": 1e38, + "cbi_fed_tax_fed": 1.0, + "cbi_fed_tax_sta": 1.0, + "cbi_oth_amount": 0.0, + "cbi_oth_deprbas_fed": 0.0, + "cbi_oth_deprbas_sta": 0.0, + "cbi_oth_maxvalue": 1e38, + "cbi_oth_tax_fed": 1.0, + "cbi_oth_tax_sta": 1.0, + "cbi_sta_amount": 0.0, + "cbi_sta_deprbas_fed": 0.0, + "cbi_sta_deprbas_sta": 0.0, + "cbi_sta_maxvalue": 1e38, + "cbi_sta_tax_fed": 1.0, + "cbi_sta_tax_sta": 1.0, + "cbi_uti_amount": 0.0, + "cbi_uti_deprbas_fed": 0.0, + "cbi_uti_deprbas_sta": 0.0, + "cbi_uti_maxvalue": 1e38, + "cbi_uti_tax_fed": 1.0, + "cbi_uti_tax_sta": 1.0, + "chk_update_peaks": 0.0, + "city": "-", + "cold_tank_Thtr": 263.0, + "cold_tank_max_heat": 0.5, + "const_per_interest1": 19281200.0, + "const_per_interest2": 0.0, + "const_per_interest3": 0.0, + "const_per_interest4": 0.0, + "const_per_interest5": 0.0, + "const_per_interest_rate1": 3.5, + "const_per_interest_rate2": 0.0, + "const_per_interest_rate3": 0.0, + "const_per_interest_rate4": 0.0, + "const_per_interest_rate5": 0.0, + "const_per_interest_total": 19281200.0, + "const_per_months1": 24.0, + "const_per_months2": 0.0, + "const_per_months3": 0.0, + "const_per_months4": 0.0, + "const_per_months5": 0.0, + "const_per_name1": "Loan 1", + "const_per_name2": "Loan 2", + "const_per_name3": "Loan 3", + "const_per_name4": "Loan 4", + "const_per_name5": "Loan 5", + "const_per_percent1": 100.0, + "const_per_percent2": 0.0, + "const_per_percent3": 0.0, + "const_per_percent4": 0.0, + "const_per_percent5": 0.0, + "const_per_percent_total": 100.0, + "const_per_principal1": 550891000.0, + "const_per_principal2": 0.0, + "const_per_principal3": 0.0, + "const_per_principal4": 0.0, + "const_per_principal5": 0.0, + "const_per_principal_total": 550891000.0, + "const_per_total1": 24790100.0, + "const_per_total2": 0.0, + "const_per_total3": 0.0, + "const_per_total4": 0.0, + "const_per_total5": 0.0, + "const_per_upfront_rate1": 1.0, + "const_per_upfront_rate2": 0.0, + "const_per_upfront_rate3": 0.0, + "const_per_upfront_rate4": 0.0, + "const_per_upfront_rate5": 0.0, + "construction_financing_cost": 24790100.0, + "contingency_percent": 7.0, + "cost_dev_fee_percent": 3.0, + "cost_dev_fee_tax_liability": 4384540.0, + "cost_dev_fee_value": 16526700.0, + "cost_equity_closing": 300000.0, + "cost_other_financing": 0.0, + "country": "-", + "csp.pt.pwrb.condenser_type": 1.0, + "csp.pt.pwrb.pressure_mode": 0.0, + "csp_financial_model": 4.0, + "ctes_cost": 0.0007, + "ctes_field_fl": 4.0, + "ctes_tankpairs": 1.0, + "ctes_tshours": 15.0, + "ctes_type": 0.0, + "cycle_cutoff_frac": 0.2, + "cycle_max_frac": 1.0, + "dT_cw_ref": 10.0, + "defocus": 1.0, + "degradation": [ + 0.0 + ], + "depr_alloc_custom_percent": 0.0, + "depr_alloc_macrs_15_percent": 1.5, + "depr_alloc_macrs_5_percent": 90.0, + "depr_alloc_none": 4.0, + "depr_alloc_sl_15_percent": 1.5, + "depr_alloc_sl_20_percent": 3.0, + "depr_alloc_sl_39_percent": 0.0, + "depr_alloc_sl_5_percent": 0.0, + "depr_bonus_fed": 0.0, + "depr_bonus_fed_custom": 0.0, + "depr_bonus_fed_macrs_15": 1.0, + "depr_bonus_fed_macrs_5": 1.0, + "depr_bonus_fed_sl_15": 0.0, + "depr_bonus_fed_sl_20": 0.0, + "depr_bonus_fed_sl_39": 0.0, + "depr_bonus_fed_sl_5": 0.0, + "depr_bonus_sta": 0.0, + "depr_bonus_sta_custom": 0.0, + "depr_bonus_sta_macrs_15": 1.0, + "depr_bonus_sta_macrs_5": 1.0, + "depr_bonus_sta_sl_15": 0.0, + "depr_bonus_sta_sl_20": 0.0, + "depr_bonus_sta_sl_39": 0.0, + "depr_bonus_sta_sl_5": 0.0, + "depr_custom_schedule": [ + 0.0 + ], + "depr_fedbas_method": 1.0, + "depr_itc_fed_custom": 0.0, + "depr_itc_fed_macrs_15": 0.0, + "depr_itc_fed_macrs_5": 1.0, + "depr_itc_fed_sl_15": 0.0, + "depr_itc_fed_sl_20": 0.0, + "depr_itc_fed_sl_39": 0.0, + "depr_itc_fed_sl_5": 0.0, + "depr_itc_sta_custom": 0.0, + "depr_itc_sta_macrs_15": 0.0, + "depr_itc_sta_macrs_5": 1.0, + "depr_itc_sta_sl_15": 0.0, + "depr_itc_sta_sl_20": 0.0, + "depr_itc_sta_sl_39": 0.0, + "depr_itc_sta_sl_5": 0.0, + "depr_stabas_method": 1.0, + "dirt_env": [ + 0.98, + 0.98, + 1.0, + 0.98 + ], + "disp_csu_cost_rel": 87.0, + "disp_frequency": 24.0, + "disp_horizon": 48.0, + "disp_max_iter": 50000.0, + "disp_mip_gap": 0.001, + "disp_pen_ramping": 1.0, + "disp_rsu_cost_rel": 1.4, + "disp_time_weighting": 0.999, + "disp_timeout": 5.0, + "disp_wlim_maxspec": 1e38, + "dispatch_data_filename": "", + "dispatch_factors_ts": [ + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 1.1, + 0.8, + 0.8, + 0.8, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.7, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, + 0.8, 0.8, 0.8, 0.7, @@ -9797,319 +18565,322 @@ 1.0 ] ], - "dispatch_sched_weekend": [ - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ] + "dispatch_sched_weekend": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "dispatch_series": [ + 0.0 ], "dispatch_tod_factors": [ 1.0, @@ -10122,18 +18893,16 @@ 1.0, 1.0 ], - "diswos": [ - 0.0 - ], - "disws": [ - 0.0 - ], "dscr_reserve_months": 6.0, "dt_cold": 5.0, "dt_hot": 5.0, "elev": 773.0, "en_electricity_rates": 0.0, "enable_interconnection_limit": 0.0, + "epc_cost_fixed": 0.0, + "epc_cost_per_acre": 0.0, + "epc_cost_per_watt": 0.0, + "epc_cost_percent_direct": 11.0, "epsilon_abs_1": [ [ 100.0, @@ -10195,6 +18964,10 @@ 1.0, 0.0 ], + "epsilon_radHX": 0.8, + "epsilon_radbot": 0.07, + "epsilon_radgrnd": 0.9, + "epsilon_radtop": 0.95, "equip1_reserve_cost": 0.0, "equip1_reserve_freq": 12.0, "equip2_reserve_cost": 0.0, @@ -10203,30 +18976,23 @@ "equip3_reserve_freq": 3.0, "equip_reserve_depr_fed": 0.0, "equip_reserve_depr_sta": 0.0, - "eta_lhv": 0.9, "eta_pump": 0.85, "eta_ref": 0.397, - "eta_tes_htr": 0.98, - "f_tc_cold": 2.0, - "fc_on": 0.0, - "fdisp": [ - 0.0 + "f_ctes_warm_ini": 0.0, + "f_turb_tou_periods": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 ], "federal_tax_rate": [ 21.0 ], - "ffrac": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "field_area": 282.632, "field_fl_props": [ [ 0.0, @@ -10238,17 +19004,11 @@ 0.0 ] ], - "field_fluid": 18.0, - "field_htf_cp_avg": 1.51335, - "field_thermal_output": 646.624, "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "flip_target_percent": 7.0, "flip_target_year": 20.0, - "fossil_mode": 1.0, + "fossil_spec_cost": 0.0, "fp_mode": 2.0, - "fthr_ok": 1.0, - "fthrctrl": 2.0, - "fthrok": 1.0, "grid_curtailment": [ 1e38, 1e38, @@ -19012,15 +27772,14 @@ 1e38 ], "grid_interconnection_limit_kwac": 20000.0, + "gross_net_conversion_factor": 0.9, + "h_ctes_tank": 30.0, + "h_ctes_tank_min": 1.0, "h_tank": 20.0, "h_tank_min": 1.0, - "has_hot_tank_bypass": 0.0, - "hl_des": 166.25, "hot_tank_Thtr": 425.0, - "htf_max_opt_temp": 593.0, - "htf_min_opt_temp": 238.0, - "hx_config": 2.0, - "hx_derate": 1.0, + "hot_tank_max_heat": 25.0, + "htf_system_spec_cost": 47.0, "hybrid_tou1": 0.0, "hybrid_tou2": 0.0, "hybrid_tou3": 0.0, @@ -19080,10 +27839,14 @@ "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, + "init_hot_htf_percent": 30.0, "insurance_rate": 0.5, "is_advanced": 0.0, "is_btm": 0.0, - "is_hx": 0.0, + "is_dispatch": 0.0, + "is_dispatch_series": 0.0, + "is_tod_pc_target_also_pc_max": 0.0, + "is_wlim_design": 0.0, "itc_fed_amount": [ 0.0 ], @@ -19110,23 +27873,10 @@ "itc_sta_percent_maxvalue": [ 1e38 ], - "k_tes_loss_coeffs": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], + "k_panel": 235.0, "land_area": 452.211, "land_mult": 1.6, "lat": 32.13, - "lhv_eff": 0.9, "lib_dispatch_factor1": 1.0, "lib_dispatch_factor2": 1.0, "lib_dispatch_factor3": 1.0, @@ -19767,12 +28517,9 @@ "library_folder_list": "x", "library_paths": "", "lon": -110.94, - "loop_eff": 0.595099, - "loop_opt_eff": 0.61177, - "loop_therm_eff": 0.972751, "m_dot_htfmax": 14.4763, "m_dot_htfmin": 3.01589, - "m_dot_in": 0.0, + "m_dot_radpanel": 8.0, "mc_bal_cold": 0.2, "mc_bal_hot": 0.2, "mc_bal_sca": 4.5, @@ -19784,16 +28531,12 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "mslf_is_hx": 0.0, - "nLoops": 152.0, "nMod": 16.0, - "nSCA": 16.0, + "nRecVar": 4.0, "n_pl_inc": 8.0, + "n_rad_tubes": 100.0, "nameplate": 99.9999, - "nodes": 2000.0, "nominal_discount_rate": 9.06, - "northsouth_field_sep": 20.0, - "offset_xpan_hdr": 1.0, "om_capacity": [ 66.0 ], @@ -19814,14 +28557,11 @@ 4.0 ], "om_production_escal": 0.0, - "opt_derate": 0.940896, "opt_model": 2.0, - "opt_normal": 0.650199, + "p_start": 0.021, "pb_bd_frac": 0.02, "pb_fixed_par": 0.0055, "pb_pump_coef": 0.55, - "pb_rated_cap": 111.111, - "pb_tech_type": 2.0, "pbi_fed_amount": [ 0.0 ], @@ -19855,13 +28595,17 @@ "pbi_uti_tax_sta": 1.0, "pbi_uti_term": 0.0, "pc_config": 0.0, + "plm_cost_fixed": 0.0, + "plm_cost_per_acre": 10000.0, + "plm_cost_per_watt": 0.0, + "plm_cost_percent_direct": 0.0, + "power_plant_spec_cost": 1100.0, "ppa_escalation": 1.0, "ppa_multiplier_model": 0.0, "ppa_price_input": [ 0.109 ], "ppa_soln_mode": 1.0, - "pressure_mode": 0.0, "prop_tax_assessed_decline": 0.0, "prop_tax_cost_assessed_percent": 100.0, "property_assessed_value": 550891000.0, @@ -19876,75 +28620,41 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_design": 99.9999, "q_max_aux": 643.716, - "q_pb_design": 279.877, "q_sby_frac": 0.2, - "qdisp": [ - 0.0 - ], + "rad_multiplier": 1.5, + "rad_pressuredrop": 75.0, + "radfluid_vol_ratio": 3.0, + "radiator_fluidcost": 0.34, + "radiator_installcost": 22.0, + "radiator_unitcost": 13.0, "rate_escalation": [ 0.0 ], "real_discount_rate": 6.4, "rec_htf_vol": 1.0, "rec_model": 2.0, + "rec_qf_delay": 0.25, + "rec_su_delay": 0.2, "reflectivity": 0.935, "reserves_interest": 1.25, "sale_leaseback_message": "", + "sales_tax_percent": 80.0, "sales_tax_rate": 5.0, "salvage_percentage": 0.0, "salvage_value": 0.0, - "sf_hdr_diams": [ - -1.0 - ], - "sf_hdr_lengths": [ - -1.0 - ], - "sf_hdr_wallthicks": [ - -1.0 - ], - "sf_q_design": 279.877, - "sf_rnr_diams": [ - -1.0 - ], - "sf_rnr_lengths": [ - -1.0 - ], - "sf_rnr_wallthicks": [ - -1.0 - ], - "sgs_diams": [ - -1.0 - ], - "sgs_lengths": [ - 0.0, - 90.0, - 100.0, - 120.0, - 0.0, - 0.0, - 0.0, - 0.0, - 80.0, - 120.0, - 80.0 - ], - "sgs_wallthicks": [ - -1.0 - ], "show_CapitalCostSO": 1.0, "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, - "sm1_aperture": 495055.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_mult": 2.3, - "solar_mult_spec": 2.3, + "solar_field_spec_cost": 150.0, + "solar_mult_in": 2.3, + "solar_mult_or_Ap": 0.0, "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": 2.3, "solution_mode_message": "", "sponsor_operating_margin": 20.0, "sponsor_operating_margin_amount": 2000000.0, @@ -19957,6 +28667,7 @@ ], "station_id": "67345", "step": 3600.0, + "storage_spec_cost": 32.0, "store_fl_props": [ [ 1.0, @@ -19973,62 +28684,23 @@ "store_fluid": 18.0, "system_capacity": 99999.9, "system_use_lifetime_output": 0.0, - "t_ch_out_max": 500.0, - "t_dis_out_min": 500.0, - "t_standby_reset": 2.0, - "tank_max_heat": 9.6806, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, "tax_investor_required_lease_reserve": 6.0, - "tc_fill": 7.0, - "tc_void": 0.25, - "tech_type": 2.0, + "tech_type": 1.0, "tes_pump_coef": 0.15, - "tes_temp": 409.0, - "tes_type": 1.0, + "th_rad_panel": 0.002, "theta_dep": 10.0, "theta_stow": 170.0, "tilt": 0.0, "tod_library": "Uniform Dispatch", - "total_direct_cost": 56783500.0, + "total_Ap_in": 877000.0, + "total_direct_cost": 475104000.0, "total_installed_cost": 550891000.0, - "total_land_area": 452.211, "track_mode": 1.0, "tshours": 4.0, - "tslogic_a": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_b": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_c": [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], "tz": -7.0, + "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 525.0, "ud_Q_dot_HTF_ND_des": 1.0, @@ -21684,41 +30356,14 @@ "ud_n_T_amb_calc": 20.0, "ud_n_T_htf_calc": 20.0, "ud_n_m_dot_calc": 20.0, - "ui_disp_1_fossil": 0.0, - "ui_disp_1_nosolar": 0.0, - "ui_disp_1_solar": 0.0, "ui_disp_1_turbout": 1.0, - "ui_disp_2_fossil": 0.0, - "ui_disp_2_nosolar": 0.0, - "ui_disp_2_solar": 0.0, "ui_disp_2_turbout": 1.0, - "ui_disp_3_fossil": 0.0, - "ui_disp_3_nosolar": 0.0, - "ui_disp_3_solar": 0.0, "ui_disp_3_turbout": 1.0, - "ui_disp_4_fossil": 0.0, - "ui_disp_4_nosolar": 0.0, - "ui_disp_4_solar": 0.0, "ui_disp_4_turbout": 1.0, - "ui_disp_5_fossil": 0.0, - "ui_disp_5_nosolar": 0.0, - "ui_disp_5_solar": 0.0, "ui_disp_5_turbout": 1.0, - "ui_disp_6_fossil": 0.0, - "ui_disp_6_nosolar": 0.0, - "ui_disp_6_solar": 0.0, "ui_disp_6_turbout": 1.0, - "ui_disp_7_fossil": 0.0, - "ui_disp_7_nosolar": 0.0, - "ui_disp_7_solar": 0.0, "ui_disp_7_turbout": 1.0, - "ui_disp_8_fossil": 0.0, - "ui_disp_8_nosolar": 0.0, - "ui_disp_8_solar": 0.0, "ui_disp_8_turbout": 1.0, - "ui_disp_9_fossil": 0.0, - "ui_disp_9_nosolar": 0.0, - "ui_disp_9_solar": 0.0, "ui_disp_9_turbout": 1.0, "ui_electricity_rate_option": 0.0, "ui_land_area_ha": 183.003, @@ -23186,9 +31831,17527 @@ "ur_source": "empty", "ur_start_date": "empty", "ur_ts_buy_rate": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, 0.0 ], "ur_ts_sell_rate": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, 0.0 ], "ur_unused_is_shown": 0.0, @@ -23213,8 +49376,6 @@ ], "use_specific_weather_file": 0.0, "user_specified_weather_file": "", - "vol_min": 313.654, - "vol_tank": 6273.08, "washes_per_year": 120.0, "water_per_wash": 0.02, "weekday_schedule": [ diff --git a/deploy/runtime/defaults/MSLF_Single Owner.json b/deploy/runtime/defaults/MSLF_Single Owner.json index 8e22eef5be..763be0e6dd 100644 --- a/deploy/runtime/defaults/MSLF_Single Owner.json +++ b/deploy/runtime/defaults/MSLF_Single Owner.json @@ -9,11 +9,124 @@ "AnnulusGas": [ 27.0, 1.0, - 1.0, + 27.0, 27.0 ], + "CC_CALC_bop_cost": 37777700.0, + "CC_CALC_contingency_cost": 31081500.0, + "CC_CALC_epc_total_cost": 52261400.0, + "CC_CALC_fossil_backup_cost": 0.0, + "CC_CALC_htf_system_cost": 53757200.0, + "CC_CALC_installed_per_capacity": 5508.92, + "CC_CALC_plm_total_cost": 4522110.0, + "CC_CALC_power_plant_cost": 122222000.0, + "CC_CALC_sales_tax_total": 19004100.0, + "CC_CALC_site_improvements_cost": 22875400.0, + "CC_CALC_solar_field_cost": 171565000.0, + "CC_CALC_total_direct_cost": 475104000.0, + "CC_CALC_total_indirect_cost": 56783500.0, + "CC_CALC_total_installed_cost": 550891000.0, + "CC_CALC_ts_cost": 35824200.0, + "CC_COPY_Q_tes": 1119.51, + "CC_COPY_nameplate": 99.9999, + "CC_COPY_sales_tax_rate": 5.0, + "CC_COPY_total_land_area": 452.211, + "CC_DISP_bop_mwe": 111.111, + "CC_DISP_fossil_mwe": 111.111, + "CC_DISP_htf_system_area": 1143770.0, + "CC_DISP_power_plant_mwe": 111.111, + "CC_DISP_site_improvements_area": 1143770.0, + "CC_DISP_solar_field_area": 1143770.0, + "CR_CALC_DP_pressure_loss": 40.0, + "CR_CALC_avg_dt_des": 367.0, + "CR_CALC_hl_des": 166.25, + "CR_CALC_opt_derate": 0.940896, + "CR_CALC_opt_normal": 0.650199, + "CR_COPY_loop_therm_eff": 0.972751, "CT": 2.0, "ColAz": 0.0, + "DISP_AbsorberMaterial": 0.0, + "DISP_AnnulusGas1": 2.0, + "DISP_AnnulusGas2": 0.0, + "DISP_AnnulusGas3": 2.0, + "DISP_AnnulusGas4": 2.0, + "DISP_DP_coefs0": 0.0, + "DISP_DP_coefs1": 1.0, + "DISP_DP_coefs2": 0.0, + "DISP_DP_coefs3": 0.0, + "DISP_D_abs_in": 0.066, + "DISP_D_abs_out": 0.07, + "DISP_D_glass_in": 0.115, + "DISP_D_glass_out": 0.12, + "DISP_D_plug": 0.0, + "DISP_Design_loss1": 150.0, + "DISP_Design_loss2": 1100.0, + "DISP_Design_loss3": 1500.0, + "DISP_Design_loss4": 0.0, + "DISP_Flow_type": 0.0, + "DISP_GlazingIntactIn1": 0.0, + "DISP_GlazingIntactIn2": 0.0, + "DISP_GlazingIntactIn3": 1.0, + "DISP_GlazingIntactIn4": 0.0, + "DISP_HCE_FieldFrac1": 0.985, + "DISP_HCE_FieldFrac2": 0.01, + "DISP_HCE_FieldFrac3": 0.005, + "DISP_HCE_FieldFrac4": 0.0, + "DISP_HL_T_coefs0": 0.0, + "DISP_HL_T_coefs1": 0.672, + "DISP_HL_T_coefs2": 0.002556, + "DISP_HL_T_coefs3": 0.0, + "DISP_HL_T_coefs4": 0.0, + "DISP_HL_w_coefs0": 1.0, + "DISP_HL_w_coefs1": 0.0, + "DISP_HL_w_coefs2": 0.0, + "DISP_HL_w_coefs3": 0.0, + "DISP_HL_w_coefs4": 0.0, + "DISP_IAM_L_coefs0": 1.0031, + "DISP_IAM_L_coefs1": -0.2259, + "DISP_IAM_L_coefs2": 0.5368, + "DISP_IAM_L_coefs3": -1.6434, + "DISP_IAM_L_coefs4": 0.7222, + "DISP_IAM_T_coefs0": 0.9896, + "DISP_IAM_T_coefs1": 0.044, + "DISP_IAM_T_coefs2": -0.0721, + "DISP_IAM_T_coefs3": -0.2327, + "DISP_IAM_T_coefs4": 0.0, + "DISP_P_a1": 0.0001, + "DISP_P_a2": 750.0, + "DISP_P_a3": 750.0, + "DISP_P_a4": 0.0, + "DISP_Rough": 0.000045, + "DISP_Shadowing1": 0.96, + "DISP_Shadowing2": 0.96, + "DISP_Shadowing3": 0.96, + "DISP_Shadowing4": 0.963, + "DISP_Tau_envelope1": 0.963, + "DISP_Tau_envelope2": 0.963, + "DISP_Tau_envelope3": 1.0, + "DISP_Tau_envelope4": 0.0, + "DISP_alpha_abs1": 0.96, + "DISP_alpha_abs2": 0.96, + "DISP_alpha_abs3": 0.8, + "DISP_alpha_abs4": 0.0, + "DISP_alpha_env1": 0.02, + "DISP_alpha_env2": 0.02, + "DISP_alpha_env3": 0.0, + "DISP_alpha_env4": 0.0, + "DISP_combo_FieldConfig": 0.0, + "DISP_combo_htf_type": 0.0, + "DISP_dirt_env1": 0.98, + "DISP_dirt_env2": 0.98, + "DISP_dirt_env3": 1.0, + "DISP_dirt_env4": 0.98, + "DISP_epsilon_glass1": 0.86, + "DISP_epsilon_glass2": 0.86, + "DISP_epsilon_glass3": 1.0, + "DISP_epsilon_glass4": 0.0, + "DISP_is_hx": 0.0, + "DISP_opt_model": 1.0, + "DISP_rec_model": 1.0, + "DISP_store_fluid": 0.0, "DP_SGS": 0.0, "DP_coefs": [ 0.0, @@ -22,7 +135,6 @@ 0.0 ], "DP_nominal": 2.5, - "DP_pressure_loss": 40.0, "D_abs_in": [ 0.066, 0.066, @@ -53,6 +165,7 @@ 0.0, 0.0 ], + "D_rad_tubes": 0.02, "Design_loss": [ 150.0, 1100.0, @@ -80,9 +193,6 @@ 1.0 ], "Fluid": 18.0, - "FossilFill": [ - 0.0 - ], "GeomEffects": 1.0, "GlazingIntactIn": [ 1.0, @@ -111,17 +221,6 @@ 0.0, 0.0 ], - "HTF_data": [ - [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], "IAM_L_coefs": [ 1.0031, -0.2259, @@ -141,14 +240,9 @@ "L_crossover": 15.0, "L_mod": 44.8, "L_mod_spacing": 1.0, - "L_rnr_pb": 25.0, - "L_rnr_per_xpan": 70.0, - "L_xpan_hdr": 20.0, - "L_xpan_rnr": 20.0, - "Min_rnr_xpans": 1.0, - "NUMTOU": 0.0, - "N_hdr_per_xpan": 2.0, - "N_max_hdr_diams": 10.0, + "L_rad": 100.0, + "L_rad_sections": 10.0, + "L_rnr_pb": 50.0, "OpticalTable": [ [ 0.0, @@ -294,11 +388,14 @@ 0.0 ] ], + "PB_CALC_mdot_cycle_des": 797.149, + "PB_COPY_P_ref": 111.111, "PB_COPY_T_htf_cold_des": 293.0, "PB_COPY_T_htf_hot_des": 525.0, - "PB_COPY_htf_cp_avg": 1.51335, + "PB_COPY_eta_ref": 0.397, + "PB_COPY_gross_net_conversion_factor": 0.9, + "PB_COPY_nameplate": 99.9999, "PB_COPY_q_pb_design": 279.877, - "PB_m_dot_htf_cycle_des": 797.149, "P_a": [ 0.0001, 750.0, @@ -317,39 +414,94 @@ 0.000045 ], "SCA_drives_elec": 125.0, + "SC_CALC_aux": 2.52555, + "SC_CALC_bop": 0.0, + "SC_DISP_aux_par": 0.02273, + "SC_DISP_aux_par_0": 0.483, + "SC_DISP_aux_par_1": 0.517, + "SC_DISP_aux_par_2": 0.0, + "SC_DISP_aux_par_f": 1.0, + "SC_DISP_bop_par": 0.0, + "SC_DISP_bop_par_0": 0.483, + "SC_DISP_bop_par_1": 0.517, + "SC_DISP_bop_par_2": 0.0, + "SC_DISP_bop_par_f": 1.0, + "SD_CALC_Q_rec_des": 646.624, + "SD_CALC_m_dot_field_des": 0.0, + "SD_CALC_nLoops": 152.0, + "SD_CALC_nameplate": 99.9999, + "SD_CALC_q_pb_design": 279.877, + "SD_CALC_solar_mult": 2.3, + "SD_CALC_total_Ap": 1143770.0, + "SF_CALC_Ap_loop": 7524.8, + "SF_CALC_Ap_sm1": 495055.0, + "SF_CALC_Ap_total": 1143770.0, + "SF_CALC_Q_field_des_SS": 575.954, + "SF_CALC_Q_loop_des_SS": 3.79969, + "SF_CALC_Q_loss_hdr_rnr_des_SS": 0.0303498, + "SF_CALC_Q_loss_receiver_des_SS": 49.6937, + "SF_CALC_T_field_out_des_SS": 524.241, + "SF_CALC_T_loop_out_des_SS": 524.69, + "SF_CALC_W_dot_pump_des_SS": 1.91211, + "SF_CALC_dP_field_des_SS": 18.0589, + "SF_CALC_eff_des_SS": 0.530061, + "SF_CALC_eff_loop_des_SS": 0.531532, + "SF_CALC_eta_optical_des_SS": 0.61177, + "SF_CALC_field_area": 282.632, + "SF_CALC_field_htf_max_temp": 593.0, + "SF_CALC_field_htf_min_temp": 238.0, + "SF_CALC_loop_eff": 0.595099, + "SF_CALC_loop_opt_eff": 0.61177, + "SF_CALC_loop_therm_eff": 0.972751, + "SF_CALC_m_dot_des_SS": 1646.98, + "SF_CALC_m_dot_loop_des_SS": 10.8354, + "SF_CALC_mdot_field_des": 1771.79, + "SF_CALC_nLoops_sm1": 66.0, + "SF_CALC_q_field_des": 646.624, + "SF_CALC_therm_eff_des_SS": 0.866439, + "SF_CALC_therm_eff_loop_des_SS": 0.868844, + "SF_CALC_total_land_area": 452.211, + "SF_CALC_total_tracking_power": 0.304, + "SF_COPY_T_loop_in_des": 293.0, + "SF_COPY_T_loop_out": 525.0, + "SF_COPY_nLoops": 152.0, + "SF_COPY_q_pb_design": 279.877, + "SF_COPY_solar_mult": 2.3, "Shadowing": [ 0.96, 0.96, 0.96, 0.963 ], - "TES_cap": 1119.51, - "TSLogic": [ - [ - 0.0 - ] - ], + "TS_CALC_Q_tes": 1119.51, + "TS_CALC_d_tank": 20.5031, + "TS_CALC_q_dot_loss_tes_des": 0.510122, + "TS_CALC_tes_htf_cp": 1.51335, + "TS_CALC_tes_htf_dens": 1829.88, + "TS_CALC_tes_htf_max_temp": 593.0, + "TS_CALC_tes_htf_min_temp": 238.0, + "TS_CALC_vol_min": 330.162, + "TS_CALC_vol_tank": 6603.24, + "TS_COPY_T_loop_in_des": 293.0, + "TS_COPY_T_loop_out": 525.0, + "TS_COPY_q_pb_design": 279.877, + "TS_COPY_tshours": 4.0, "T_ITD_des": 16.0, "T_amb_des": 42.0, "T_amb_sf_des": 42.0, "T_approach": 5.0, "T_cold_in": 274.7, + "T_ctes_cold_design": 5.0, + "T_ctes_cold_ini": 10.0, + "T_ctes_warm_design": 10.0, + "T_ctes_warm_ini": 20.0, "T_db": 15.0, "T_dp": 10.0, - "T_field_in_des": 293.0, - "T_field_ini": 300.0, - "T_field_out_des": 525.0, "T_fp": 263.0, - "T_htf_cold_ref": 293.0, "T_htf_hot_des": 525.0, - "T_htf_hot_ref": 525.0, "T_loop_in_des": 293.0, "T_loop_out": 525.0, - "T_set_aux": 525.0, "T_startup": 400.0, - "T_tank_cold_ini": 293.0, - "T_tank_hot_ini": 525.0, - "T_tank_hot_inlet_min": 400.0, "Tau_envelope": [ 0.963, 0.963, @@ -357,27 +509,8788 @@ 0.0 ], "TrackingError": 1.0, - "V_hdr_cold_max": 3.0, - "V_hdr_cold_min": 2.0, - "V_hdr_hot_max": 3.0, - "V_hdr_hot_min": 2.0, "V_hdr_max": 3.0, "V_hdr_min": 2.0, - "V_tank_hot_ini": 1254.62, - "V_tes_des": 1.85, "V_wind": 1.5, "V_wind_des": 4.0, "W_pb_design": 111.111, - "a_field": 850000.0, - "a_loop": 7524.8, - "a_sf_act": 1143770.0, - "adjust": 0.0, - "adjust_constant": 4.0, - "adjust_en_periods": 0.0, - "adjust_en_timeindex": 0.0, - "adjust_periods": [ - [ - 0.0 + "W_rad_tubes": 0.05, + "adjust": { + "constant": 4.0, + "en_hourly": 0.0, + "en_periods": 0.0, + "hourly": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "periods": [ + 1.0 + ] + }, + "adjust_constant": 4.0, + "adjust_en_periods": 0.0, + "adjust_en_timeindex": 0.0, + "adjust_periods": [ + [ + -6.277438562204193e66 ] ], "adjust_timeindex": [ @@ -421,7 +9334,7 @@ 0.517, 0.0 ], - "calc_design_pipe_vals": 0.0, + "bop_spec_cost": 340.0, "cbi_fed_amount": 0.0, "cbi_fed_deprbas_fed": 0.0, "cbi_fed_deprbas_sta": 0.0, @@ -449,7 +9362,7 @@ "chk_update_peaks": 0.0, "city": "-", "cold_tank_Thtr": 263.0, - "combo_condenser_type": 1.0, + "cold_tank_max_heat": 0.5, "const_per_interest1": 19281200.0, "const_per_interest2": 0.0, "const_per_interest3": 0.0, @@ -494,6 +9407,7 @@ "const_per_upfront_rate4": 0.0, "const_per_upfront_rate5": 0.0, "construction_financing_cost": 24790100.0, + "contingency_percent": 7.0, "cost_debt_closing": 450000.0, "cost_debt_fee": 2.75, "cost_other_financing": 0.0, @@ -508,172 +9422,17 @@ "cp_capacity_payment_esc": 0.0, "cp_capacity_payment_type": 0.0, "cp_system_nameplate": 99.9999, - "csp.mslf.control.aux_array_c0": 0.483, - "csp.mslf.control.aux_array_c1": 0.517, - "csp.mslf.control.aux_array_c2": 0.0, - "csp.mslf.control.aux_array_mult": 0.02273, - "csp.mslf.control.aux_array_pf": 1.0, - "csp.mslf.control.bop_array_c0": 0.483, - "csp.mslf.control.bop_array_c1": 0.517, - "csp.mslf.control.bop_array_c2": 0.0, - "csp.mslf.control.bop_array_mult": 0.0, - "csp.mslf.control.bop_array_pf": 1.0, - "csp.mslf.control.ffrac1": 0.0, - "csp.mslf.control.ffrac2": 0.0, - "csp.mslf.control.ffrac3": 0.0, - "csp.mslf.control.ffrac4": 0.0, - "csp.mslf.control.ffrac5": 0.0, - "csp.mslf.control.ffrac6": 0.0, - "csp.mslf.control.ffrac7": 0.0, - "csp.mslf.control.ffrac8": 0.0, - "csp.mslf.control.ffrac9": 0.0, - "csp.mslf.control.fossil_mode": 0.0, - "csp.mslf.control.store_fluid": 0.0, - "csp.mslf.control.tes_cp": 1.51335, - "csp.mslf.control.tes_dens": 1829.88, - "csp.mslf.cost.bop": 37777700.0, - "csp.mslf.cost.bop_mwe": 111.111, - "csp.mslf.cost.bop_per_kwe": 340.0, - "csp.mslf.cost.contingency": 31081500.0, - "csp.mslf.cost.contingency_percent": 7.0, - "csp.mslf.cost.epc.fixed": 0.0, - "csp.mslf.cost.epc.per_acre": 0.0, - "csp.mslf.cost.epc.per_watt": 0.0, - "csp.mslf.cost.epc.percent": 11.0, - "csp.mslf.cost.epc.total": 52261400.0, - "csp.mslf.cost.fossil_backup": 0.0, - "csp.mslf.cost.fossil_backup.cost_per_kwe": 0.0, - "csp.mslf.cost.fossil_backup.mwe": 111.111, - "csp.mslf.cost.htf_system": 53757200.0, - "csp.mslf.cost.htf_system.area": 1143770.0, - "csp.mslf.cost.htf_system.cost_per_m2": 47.0, - "csp.mslf.cost.installed_per_capacity": 5508.92, - "csp.mslf.cost.nameplate": 99.9999, - "csp.mslf.cost.plm.fixed": 0.0, - "csp.mslf.cost.plm.per_acre": 10000.0, - "csp.mslf.cost.plm.per_watt": 0.0, - "csp.mslf.cost.plm.percent": 0.0, - "csp.mslf.cost.plm.total": 4522110.0, - "csp.mslf.cost.power_plant": 122222000.0, - "csp.mslf.cost.power_plant.cost_per_kwe": 1100.0, - "csp.mslf.cost.power_plant.mwe": 111.111, - "csp.mslf.cost.sales_tax.percent": 80.0, - "csp.mslf.cost.sales_tax.total": 19004100.0, - "csp.mslf.cost.sales_tax.value": 5.0, - "csp.mslf.cost.site_improvements": 22875400.0, - "csp.mslf.cost.site_improvements.area": 1143770.0, - "csp.mslf.cost.site_improvements.cost_per_m2": 20.0, - "csp.mslf.cost.solar_field": 171565000.0, - "csp.mslf.cost.solar_field.area": 1143770.0, - "csp.mslf.cost.solar_field.cost_per_m2": 150.0, - "csp.mslf.cost.total_direct": 475104000.0, - "csp.mslf.cost.total_indirect": 56783500.0, - "csp.mslf.cost.total_installed": 550891000.0, - "csp.mslf.cost.total_land_area": 452.211, - "csp.mslf.cost.ts": 35824200.0, - "csp.mslf.cost.ts_mwht": 1119.51, - "csp.mslf.cost.ts_per_kwht": 32.0, - "csp.mslf.cycle.gr_to_net": 0.9, - "csp.mslf.enet.tes_fp_mode": 1.0, - "csp.mslf.par.calc.aux": 2.52555, - "csp.mslf.par.calc.bop": 0.0, - "csp.mslf.par.calc.frac_gross": 0.611111, - "csp.mslf.par.calc.tracking": 304000.0, - "csp.mslf.sf.AbsorberMaterial": 0.0, - "csp.mslf.sf.AnnulusGas1": 2.0, - "csp.mslf.sf.AnnulusGas2": 0.0, - "csp.mslf.sf.AnnulusGas3": 0.0, - "csp.mslf.sf.AnnulusGas4": 2.0, - "csp.mslf.sf.DP_coefs0": 0.0, - "csp.mslf.sf.DP_coefs1": 1.0, - "csp.mslf.sf.DP_coefs2": 0.0, - "csp.mslf.sf.DP_coefs3": 0.0, - "csp.mslf.sf.D_abs_in": 0.066, - "csp.mslf.sf.D_abs_out": 0.07, - "csp.mslf.sf.D_glass_in": 0.115, - "csp.mslf.sf.D_glass_out": 0.12, - "csp.mslf.sf.D_plug": 0.0, - "csp.mslf.sf.Design_loss1": 150.0, - "csp.mslf.sf.Design_loss2": 1100.0, - "csp.mslf.sf.Design_loss3": 1500.0, - "csp.mslf.sf.Design_loss4": 0.0, - "csp.mslf.sf.FieldConfig": 0.0, - "csp.mslf.sf.Flow_type": 0.0, - "csp.mslf.sf.Fluid": 0.0, - "csp.mslf.sf.GlazingIntactIn1": 0.0, - "csp.mslf.sf.GlazingIntactIn2": 0.0, - "csp.mslf.sf.GlazingIntactIn3": 1.0, - "csp.mslf.sf.GlazingIntactIn4": 0.0, - "csp.mslf.sf.HCE_FieldFrac1": 0.985, - "csp.mslf.sf.HCE_FieldFrac2": 0.01, - "csp.mslf.sf.HCE_FieldFrac3": 0.005, - "csp.mslf.sf.HCE_FieldFrac4": 0.0, - "csp.mslf.sf.HL_T_coefs0": 0.0, - "csp.mslf.sf.HL_T_coefs1": 0.672, - "csp.mslf.sf.HL_T_coefs2": 0.002556, - "csp.mslf.sf.HL_T_coefs3": 0.0, - "csp.mslf.sf.HL_T_coefs4": 0.0, - "csp.mslf.sf.HL_w_coefs0": 1.0, - "csp.mslf.sf.HL_w_coefs1": 0.0, - "csp.mslf.sf.HL_w_coefs2": 0.0, - "csp.mslf.sf.HL_w_coefs3": 0.0, - "csp.mslf.sf.HL_w_coefs4": 0.0, - "csp.mslf.sf.IAM_L_coefs0": 1.0031, - "csp.mslf.sf.IAM_L_coefs1": -0.2259, - "csp.mslf.sf.IAM_L_coefs2": 0.5368, - "csp.mslf.sf.IAM_L_coefs3": -1.6434, - "csp.mslf.sf.IAM_L_coefs4": 0.7222, - "csp.mslf.sf.IAM_T_coefs0": 0.9896, - "csp.mslf.sf.IAM_T_coefs1": 0.044, - "csp.mslf.sf.IAM_T_coefs2": -0.0721, - "csp.mslf.sf.IAM_T_coefs3": -0.2327, - "csp.mslf.sf.IAM_T_coefs4": 0.0, - "csp.mslf.sf.P_a1": 0.0001, - "csp.mslf.sf.P_a2": 750.0, - "csp.mslf.sf.P_a3": 750.0, - "csp.mslf.sf.P_a4": 0.0, - "csp.mslf.sf.Rough": 0.000045, - "csp.mslf.sf.Shadowing1": 0.96, - "csp.mslf.sf.Shadowing2": 0.96, - "csp.mslf.sf.Shadowing3": 0.96, - "csp.mslf.sf.Shadowing4": 0.963, - "csp.mslf.sf.Tau_envelope1": 0.963, - "csp.mslf.sf.Tau_envelope2": 0.963, - "csp.mslf.sf.Tau_envelope3": 1.0, - "csp.mslf.sf.Tau_envelope4": 0.0, - "csp.mslf.sf.alpha_abs1": 0.96, - "csp.mslf.sf.alpha_abs2": 0.96, - "csp.mslf.sf.alpha_abs3": 0.8, - "csp.mslf.sf.alpha_abs4": 0.0, - "csp.mslf.sf.alpha_env1": 0.02, - "csp.mslf.sf.alpha_env2": 0.02, - "csp.mslf.sf.alpha_env3": 0.0, - "csp.mslf.sf.alpha_env4": 0.0, - "csp.mslf.sf.avg_dt_des": 367.0, - "csp.mslf.sf.dirt_env1": 0.98, - "csp.mslf.sf.dirt_env2": 0.98, - "csp.mslf.sf.dirt_env3": 1.0, - "csp.mslf.sf.dirt_env4": 0.98, - "csp.mslf.sf.epsilon_glass1": 0.86, - "csp.mslf.sf.epsilon_glass2": 0.86, - "csp.mslf.sf.epsilon_glass3": 1.0, - "csp.mslf.sf.epsilon_glass4": 0.0, - "csp.mslf.sf.fthrctrl": 1.0, - "csp.mslf.sf.opt_model": 1.0, - "csp.mslf.sf.rec_model": 1.0, - "csp.mslf.sf.sm1_nLoops": 66.0, - "csp.mslf.sf.sm_or_area": 0.0, - "csp.mslf.tes.estimated_heat_loss": 0.24418, - "csp.mslf.tes.htf_max_opt_temp": 593.0, - "csp.mslf.tes.htf_min_opt_temp": 238.0, - "csp.mslf.tes.notify_text": "empty", - "custom_sf_pipe_sizes": 0.0, - "custom_sgs_pipe_sizes": 0.0, - "custom_tes_p_loss": 0.0, + "csp.pt.pwrb.condenser_type": 1.0, + "csp.pt.pwrb.pressure_mode": 0.0, + "csp_financial_model": 1.0, + "ctes_cost": 0.0007, + "ctes_field_fl": 4.0, + "ctes_tankpairs": 1.0, + "ctes_tshours": 15.0, + "ctes_type": 0.0, "cycle_cutoff_frac": 0.2, "cycle_max_frac": 1.0, "dT_cw_ref": 10.0, - "d_tank": 19.9839, "debt_message": "", "debt_option": 1.0, "debt_percent": 50.0, @@ -681,7 +9440,6 @@ "degradation": [ 0.0 ], - "demand_var": 111.111, "depr_alloc_custom_percent": 0.0, "depr_alloc_macrs_15_percent": 1.5, "depr_alloc_macrs_5_percent": 90.0, @@ -731,6 +9489,16 @@ 1.0, 0.98 ], + "disp_csu_cost_rel": 87.0, + "disp_frequency": 24.0, + "disp_horizon": 48.0, + "disp_max_iter": 50000.0, + "disp_mip_gap": 0.001, + "disp_pen_ramping": 1.0, + "disp_rsu_cost_rel": 1.4, + "disp_time_weighting": 0.999, + "disp_timeout": 5.0, + "disp_wlim_maxspec": 1e38, "dispatch_data_filename": "", "dispatch_factors_ts": [ 0.7, @@ -9808,319 +18576,322 @@ 1.0 ] ], - "dispatch_sched_weekend": [ - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ] + "dispatch_sched_weekend": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "dispatch_series": [ + 0.0 ], "dispatch_tod_factors": [ 1.0, @@ -10133,12 +18904,6 @@ 1.0, 1.0 ], - "diswos": [ - 0.0 - ], - "disws": [ - 0.0 - ], "dscr": 1.3, "dscr_limit_debt_fraction": 1.0, "dscr_maximum_debt_fraction": 60.0, @@ -10148,6 +18913,10 @@ "elev": 773.0, "en_electricity_rates": 0.0, "enable_interconnection_limit": 0.0, + "epc_cost_fixed": 0.0, + "epc_cost_per_acre": 0.0, + "epc_cost_per_watt": 0.0, + "epc_cost_percent_direct": 11.0, "epsilon_abs_1": [ [ 100.0, @@ -10209,6 +18978,10 @@ 1.0, 0.0 ], + "epsilon_radHX": 0.8, + "epsilon_radbot": 0.07, + "epsilon_radgrnd": 0.9, + "epsilon_radtop": 0.95, "equip1_reserve_cost": 0.0, "equip1_reserve_freq": 12.0, "equip2_reserve_cost": 0.0, @@ -10217,30 +18990,23 @@ "equip3_reserve_freq": 3.0, "equip_reserve_depr_fed": 0.0, "equip_reserve_depr_sta": 0.0, - "eta_lhv": 0.9, "eta_pump": 0.85, "eta_ref": 0.397, - "eta_tes_htr": 0.98, - "f_tc_cold": 2.0, - "fc_on": 0.0, - "fdisp": [ - 0.0 + "f_ctes_warm_ini": 0.0, + "f_turb_tou_periods": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 ], "federal_tax_rate": [ 21.0 ], - "ffrac": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "field_area": 282.632, "field_fl_props": [ [ 0.0, @@ -10252,17 +19018,11 @@ 0.0 ] ], - "field_fluid": 18.0, - "field_htf_cp_avg": 1.51335, - "field_thermal_output": 646.624, "file_name": "tucson_az_32.116521_-110.933042_psmv3_60_tmy.csv", "flip_target_percent": 7.0, "flip_target_year": 20.0, - "fossil_mode": 1.0, + "fossil_spec_cost": 0.0, "fp_mode": 2.0, - "fthr_ok": 1.0, - "fthrctrl": 2.0, - "fthrok": 1.0, "grid_curtailment": [ 1e38, 1e38, @@ -19030,15 +27790,14 @@ ], "grid_curtailment_price_esc": 0.0, "grid_interconnection_limit_kwac": 20000.0, + "gross_net_conversion_factor": 0.9, + "h_ctes_tank": 30.0, + "h_ctes_tank_min": 1.0, "h_tank": 20.0, "h_tank_min": 1.0, - "has_hot_tank_bypass": 0.0, - "hl_des": 166.25, "hot_tank_Thtr": 425.0, - "htf_max_opt_temp": 593.0, - "htf_min_opt_temp": 238.0, - "hx_config": 2.0, - "hx_derate": 1.0, + "hot_tank_max_heat": 25.0, + "htf_system_spec_cost": 47.0, "hybrid_tou1": 0.0, "hybrid_tou2": 0.0, "hybrid_tou3": 0.0, @@ -19098,10 +27857,14 @@ "in_nsrdb_options": 0.0, "in_time_step": 0.0, "inflation_rate": 2.5, + "init_hot_htf_percent": 30.0, "insurance_rate": 0.5, "is_advanced": 0.0, "is_btm": 0.0, - "is_hx": 0.0, + "is_dispatch": 0.0, + "is_dispatch_series": 0.0, + "is_tod_pc_target_also_pc_max": 0.0, + "is_wlim_design": 0.0, "itc_fed_amount": [ 0.0 ], @@ -19128,23 +27891,10 @@ "itc_sta_percent_maxvalue": [ 1e38 ], - "k_tes_loss_coeffs": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], + "k_panel": 235.0, "land_area": 452.211, "land_mult": 1.6, "lat": 32.13, - "lhv_eff": 0.9, "lib_dispatch_factor1": 1.0, "lib_dispatch_factor2": 1.0, "lib_dispatch_factor3": 1.0, @@ -19786,12 +28536,9 @@ "library_paths": "", "loan_moratorium": 0.0, "lon": -110.94, - "loop_eff": 0.595099, - "loop_opt_eff": 0.61177, - "loop_therm_eff": 0.972751, "m_dot_htfmax": 14.4763, "m_dot_htfmin": 3.01589, - "m_dot_in": 0.0, + "m_dot_radpanel": 8.0, "mc_bal_cold": 0.2, "mc_bal_hot": 0.2, "mc_bal_sca": 4.5, @@ -19803,16 +28550,12 @@ "mera_name3": "Replacement Reserve 3", "months_receivables_reserve": 0.0, "months_working_reserve": 6.0, - "mslf_is_hx": 0.0, - "nLoops": 152.0, "nMod": 16.0, - "nSCA": 16.0, + "nRecVar": 4.0, "n_pl_inc": 8.0, + "n_rad_tubes": 100.0, "nameplate": 99.9999, - "nodes": 2000.0, "nominal_discount_rate": 9.06, - "northsouth_field_sep": 20.0, - "offset_xpan_hdr": 1.0, "om_capacity": [ 66.0 ], @@ -19833,15 +28576,12 @@ 4.0 ], "om_production_escal": 0.0, - "opt_derate": 0.940896, "opt_model": 2.0, - "opt_normal": 0.650199, + "p_start": 0.021, "payment_option": 0.0, "pb_bd_frac": 0.02, "pb_fixed_par": 0.0055, "pb_pump_coef": 0.55, - "pb_rated_cap": 111.111, - "pb_tech_type": 2.0, "pbi_fed_amount": [ 0.0 ], @@ -19875,13 +28615,17 @@ "pbi_uti_tax_sta": 1.0, "pbi_uti_term": 0.0, "pc_config": 0.0, + "plm_cost_fixed": 0.0, + "plm_cost_per_acre": 10000.0, + "plm_cost_per_watt": 0.0, + "plm_cost_percent_direct": 0.0, + "power_plant_spec_cost": 1100.0, "ppa_escalation": 1.0, "ppa_multiplier_model": 0.0, "ppa_price_input": [ 0.123 ], "ppa_soln_mode": 1.0, - "pressure_mode": 0.0, "prop_tax_assessed_decline": 0.0, "prop_tax_cost_assessed_percent": 100.0, "property_assessed_value": 550891000.0, @@ -19896,78 +28640,44 @@ ], "ptc_sta_escal": 0.0, "ptc_sta_term": 10.0, - "q_design": 99.9999, "q_max_aux": 643.716, - "q_pb_design": 279.877, "q_sby_frac": 0.2, - "qdisp": [ - 0.0 - ], + "rad_multiplier": 1.5, + "rad_pressuredrop": 75.0, + "radfluid_vol_ratio": 3.0, + "radiator_fluidcost": 0.34, + "radiator_installcost": 22.0, + "radiator_unitcost": 13.0, "rate_escalation": [ 0.0 ], "real_discount_rate": 6.4, "rec_htf_vol": 1.0, "rec_model": 2.0, + "rec_qf_delay": 0.25, + "rec_su_delay": 0.2, "reflectivity": 0.935, "reserves_interest": 1.25, "revenue_TOD_is_shown": 1.0, "revenue_capacity_payments_is_shown": 0.0, "revenue_curtailment_is_shown": 0.0, + "sales_tax_percent": 80.0, "sales_tax_rate": 5.0, "salvage_percentage": 0.0, "salvage_value": 0.0, - "sf_hdr_diams": [ - -1.0 - ], - "sf_hdr_lengths": [ - -1.0 - ], - "sf_hdr_wallthicks": [ - -1.0 - ], - "sf_q_design": 279.877, - "sf_rnr_diams": [ - -1.0 - ], - "sf_rnr_lengths": [ - -1.0 - ], - "sf_rnr_wallthicks": [ - -1.0 - ], - "sgs_diams": [ - -1.0 - ], - "sgs_lengths": [ - 0.0, - 90.0, - 100.0, - 120.0, - 0.0, - 0.0, - 0.0, - 0.0, - 80.0, - 120.0, - 80.0 - ], - "sgs_wallthicks": [ - -1.0 - ], - "show_CapitalCostSO": 0.0, + "show_CapitalCostSO": 1.0, "show_DebtConstDSCR": 1.0, - "show_ReserveAccounts": 0.0, + "show_ReserveAccounts": 1.0, "show_construction_period": 1.0, - "sm1_aperture": 495055.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_mult": 2.3, - "solar_mult_spec": 2.3, + "solar_field_spec_cost": 150.0, + "solar_mult_in": 2.3, + "solar_mult_or_Ap": 0.0, "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": 2.3, "solution_mode_message": "", "startup_frac": 0.2, "startup_time": 0.5, @@ -19977,6 +28687,7 @@ ], "station_id": "67345", "step": 3600.0, + "storage_spec_cost": 32.0, "store_fl_props": [ [ 1.0, @@ -19993,63 +28704,24 @@ "store_fluid": 18.0, "system_capacity": 99999.9, "system_use_lifetime_output": 0.0, - "t_ch_out_max": 500.0, - "t_dis_out_min": 500.0, - "t_standby_reset": 2.0, - "tank_max_heat": 9.6806, "tank_pairs": 1.0, "tanks_in_parallel": 1.0, - "tc_fill": 7.0, - "tc_void": 0.25, - "tech_type": 2.0, + "tech_type": 1.0, "term_int_rate": 4.0, "term_tenor": 18.0, "tes_pump_coef": 0.15, - "tes_temp": 409.0, - "tes_type": 1.0, + "th_rad_panel": 0.002, "theta_dep": 10.0, "theta_stow": 170.0, "tilt": 0.0, "tod_library": "Uniform Dispatch", - "total_direct_cost": 56783500.0, + "total_Ap_in": 877000.0, + "total_direct_cost": 475104000.0, "total_installed_cost": 550891000.0, - "total_land_area": 452.211, "track_mode": 1.0, "tshours": 4.0, - "tslogic_a": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_b": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ], - "tslogic_c": [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], "tz": -7.0, + "u_ctes_tank": 0.4, "u_tank": 0.4, "ud_COPY_T_HTF_des": 525.0, "ud_Q_dot_HTF_ND_des": 1.0, @@ -21705,41 +30377,14 @@ "ud_n_T_amb_calc": 20.0, "ud_n_T_htf_calc": 20.0, "ud_n_m_dot_calc": 20.0, - "ui_disp_1_fossil": 0.0, - "ui_disp_1_nosolar": 0.0, - "ui_disp_1_solar": 0.0, "ui_disp_1_turbout": 1.0, - "ui_disp_2_fossil": 0.0, - "ui_disp_2_nosolar": 0.0, - "ui_disp_2_solar": 0.0, "ui_disp_2_turbout": 1.0, - "ui_disp_3_fossil": 0.0, - "ui_disp_3_nosolar": 0.0, - "ui_disp_3_solar": 0.0, "ui_disp_3_turbout": 1.0, - "ui_disp_4_fossil": 0.0, - "ui_disp_4_nosolar": 0.0, - "ui_disp_4_solar": 0.0, "ui_disp_4_turbout": 1.0, - "ui_disp_5_fossil": 0.0, - "ui_disp_5_nosolar": 0.0, - "ui_disp_5_solar": 0.0, "ui_disp_5_turbout": 1.0, - "ui_disp_6_fossil": 0.0, - "ui_disp_6_nosolar": 0.0, - "ui_disp_6_solar": 0.0, "ui_disp_6_turbout": 1.0, - "ui_disp_7_fossil": 0.0, - "ui_disp_7_nosolar": 0.0, - "ui_disp_7_solar": 0.0, "ui_disp_7_turbout": 1.0, - "ui_disp_8_fossil": 0.0, - "ui_disp_8_nosolar": 0.0, - "ui_disp_8_solar": 0.0, "ui_disp_8_turbout": 1.0, - "ui_disp_9_fossil": 0.0, - "ui_disp_9_nosolar": 0.0, - "ui_disp_9_solar": 0.0, "ui_disp_9_turbout": 1.0, "ui_electricity_rate_option": 0.0, "ui_land_area_ha": 183.003, @@ -21807,341 +30452,11 @@ "ur_billing_demand_minimum": 100.0, "ur_cr_sched": [ [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 - ], - [ - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0, - 1.0 + 0.0 ] ], "ur_cr_tou_mat": [ [ - 1.0, - 1.0, - 1e38, - 0.0 - ], - [ - 2.0, - 1.0, - 1e38, - 0.0 - ], - [ - 3.0, - 1.0, - 1e38, - 0.0 - ], - [ - 4.0, - 1.0, - 1e38, 0.0 ] ], @@ -23520,18 +31835,7 @@ "ur_energy_min": 0.0, "ur_fixed_attrs": "", "ur_fuel_adjustments_monthly": [ - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0, - 5.0 + 0.0 ], "ur_has_unused_items": 0.0, "ur_is_default": 0.0, @@ -23544,7 +31848,7 @@ "ur_nm_yearend_sell_rate": 0.0, "ur_phase_wiring": "", "ur_rate_notes": "", - "ur_ratedata_filename": "CSP_com_UR_2015.6.30.csv", + "ur_ratedata_filename": "", "ur_schedule_name": "E-32 TOU (TIME-OF-USE LARGE SECONDARY)", "ur_service_type": "", "ur_source": "http://www.aps.com/library/rates/E-32TOUL.pdf", @@ -41075,7 +49379,7 @@ ], "ur_unused_is_shown": 0.0, "ur_uri": "empty", - "ur_utility": "", + "ur_utility": "empty", "ur_voltage_category": "Secondary", "ur_voltage_max": 0.0, "ur_voltage_min": 0.0, @@ -41095,8 +49399,6 @@ ], "use_specific_weather_file": 0.0, "user_specified_weather_file": "", - "vol_min": 313.654, - "vol_tank": 6273.08, "washes_per_year": 120.0, "water_per_wash": 0.02, "weekday_schedule": [ diff --git a/deploy/runtime/defaults/MSPT IPH_LCOH Calculator.json b/deploy/runtime/defaults/MSPT IPH_LCOH Calculator.json new file mode 100644 index 0000000000..1301519454 --- /dev/null +++ b/deploy/runtime/defaults/MSPT IPH_LCOH Calculator.json @@ -0,0 +1,47199 @@ +{ + "A_rec_calc": 1087.68, + "A_sf_calc": 1348320.0, + "D_rec": 16.922, + "D_rec_calc": 16.922, + "E_heater_su_des_calc": 0.0, + "Flow_type": 1.0, + "I_bn_des": 950.0, + "L_tower_piping_calc": 504.99, + "N_hel_calc": 9339.0, + "N_panels": 20.0, + "Q_rec_des": 669.902, + "Q_tes": 2791.26, + "REC_COPY_Q_rec_des": 669.902, + "REC_COPY_T_htf_cold_des": 290.0, + "REC_COPY_T_htf_hot_des": 574.0, + "REC_COPY_W_dot_rec_pump_des": 8.48862, + "REC_COPY_W_dot_rec_pump_rec_share_des": 4.96244, + "REC_COPY_W_dot_rec_pump_tower_share_des": 3.52618, + "REC_COPY_eta_rec_therm_des_calc": 95.0111, + "REC_COPY_m_dot_htf_rec_des_calc": 1565.64, + "REC_COPY_solarm": 2.4, + "REC_COPY_vel_rec_tube_des": 5.94029, + "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.881442, + "TES_COPY_q_pb_design": 279.126, + "TES_COPY_tes_avail_vol": 12986.5, + "TES_COPY_tes_htf_density": 1808.48, + "TES_COPY_tes_tank_diameter": 38.7708, + "TES_COPY_tes_vol_total": 14167.1, + "TES_COPY_tshours": 10.0, + "T_htf_cold_des": 290.0, + "T_htf_hot_des": 574.0, + "W_dot_bop_design_calc": 0.0, + "W_dot_col_tracking_des_calc": 0.513645, + "W_dot_fixed_calc": 0.0, + "W_dot_heater_des_calc": 0.0, + "W_dot_rec_pump_des_calc": 8.48862, + "W_dot_rec_pump_rec_share_des_calc": 4.96244, + "W_dot_rec_pump_tower_share_des_calc": 3.52618, + "adjust": 0.0, + "adjust_constant": 0.0, + "adjust_en_periods": 0.0, + "adjust_en_timeindex": 0.0, + "adjust_periods": [ + [ + 0.0 + ] + ], + "adjust_timeindex": [ + 0.0 + ], + "annual_albedo": 0.225395, + "annual_beam": 7.66733, + "annual_diffuse": 1.24816, + "annual_global": 5.83339, + "annual_snow": "nan", + "annual_tdry": 16.9747, + "annual_wspd": 2.26213, + "aux_par": 0.023, + "aux_par_0": 0.483, + "aux_par_1": 0.571, + "aux_par_2": 0.0, + "aux_par_f": 1.0, + "average_attenuation_calc": 9.26105, + "bop_cost_calc": 33495100.0, + "bop_par": 0.0, + "bop_par_0": 0.0, + "bop_par_1": 0.483, + "bop_par_2": 0.0, + "bop_par_f": 1.0, + "bop_spec_cost": 120.0, + "c_atm_0": 0.006789, + "c_atm_1": 0.1046, + "c_atm_2": -0.017, + "c_atm_3": 0.002845, + "c_atm_info": 9.26105, + "c_construction_cost": [ + 100.0 + ], + "c_construction_duration": 0.0, + "c_construction_interest": 3.5, + "c_debt_percent": 100.0, + "c_depreciation_schedule": [ + 20.0, + 32.0, + 19.2, + 11.52, + 11.52, + 5.76 + ], + "c_equity_return": 0.0, + "c_inflation": 2.5, + "c_lifetime": 10.0, + "c_nominal_interest_rate": 4.0, + "c_tax_rate": 28.0, + "cant_type": 1.0, + "cav_panel_width_calc": "nan", + "cav_panel_width_ui": "nan", + "cav_radius_calc": "nan", + "cav_radius_ui": "nan", + "cav_rec_area_calc": "nan", + "cav_rec_area_ui": "nan", + "cav_rec_height": 10.0, + "cav_rec_height_calc": "nan", + "cav_rec_passive_abs": 0.3, + "cav_rec_passive_eps": 0.5, + "cav_rec_span": 180.0, + "cav_rec_width": 10.0, + "cav_rec_width_calc": "nan", + "check_max_flux": 0.0, + "city": "-", + "cold_tank_Thtr": 280.0, + "cold_tank_max_heat": 15.0, + "const_per_interest1": 17949600.0, + "const_per_interest2": 0.0, + "const_per_interest3": 0.0, + "const_per_interest4": 0.0, + "const_per_interest5": 0.0, + "const_per_interest_rate1": 3.5, + "const_per_interest_rate2": 0.0, + "const_per_interest_rate3": 0.0, + "const_per_interest_rate4": 0.0, + "const_per_interest_rate5": 0.0, + "const_per_interest_total": 17949600.0, + "const_per_months1": 24.0, + "const_per_months2": 0.0, + "const_per_months3": 0.0, + "const_per_months4": 0.0, + "const_per_months5": 0.0, + "const_per_name1": "Loan 1", + "const_per_name2": "Loan 2", + "const_per_name3": "Loan 3", + "const_per_name4": "Loan 4", + "const_per_name5": "Loan 5", + "const_per_percent1": 100.0, + "const_per_percent2": 0.0, + "const_per_percent3": 0.0, + "const_per_percent4": 0.0, + "const_per_percent5": 0.0, + "const_per_percent_total": 100.0, + "const_per_principal1": 512847000.0, + "const_per_principal2": 0.0, + "const_per_principal3": 0.0, + "const_per_principal4": 0.0, + "const_per_principal5": 0.0, + "const_per_principal_total": 512847000.0, + "const_per_total1": 23078100.0, + "const_per_total2": 0.0, + "const_per_total3": 0.0, + "const_per_total4": 0.0, + "const_per_total5": 0.0, + "const_per_upfront_rate1": 1.0, + "const_per_upfront_rate2": 0.0, + "const_per_upfront_rate3": 0.0, + "const_per_upfront_rate4": 0.0, + "const_per_upfront_rate5": 0.0, + "construction_financing_cost": 23078100.0, + "contingency_cost_calc": 27513200.0, + "contingency_rate": 7.0, + "cost_sf_fixed": 0.0, + "country": "-", + "csp.pt.cost.bop": 33495100.0, + "csp.pt.cost.contingency": 27513200.0, + "csp.pt.cost.epc.fixed": 0.0, + "csp.pt.cost.epc.per_acre": 0.0, + "csp.pt.cost.epc.per_watt": 0.0, + "csp.pt.cost.epc.percent": 13.0, + "csp.pt.cost.epc.total": 54672700.0, + "csp.pt.cost.heliostats": 171236000.0, + "csp.pt.cost.heliostats_m2": 1348320.0, + "csp.pt.cost.installed_per_capacity": 1837.33, + "csp.pt.cost.nameplate": 279.126, + "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": 20792900.0, + "csp.pt.cost.power_block_mwe": 279.126, + "csp.pt.cost.receiver": 79628000.0, + "csp.pt.cost.receiver.area": 1087.68, + "csp.pt.cost.sales_tax.total": 16822400.0, + "csp.pt.cost.sales_tax.value": 5.0, + "csp.pt.cost.site_improvements": 21573100.0, + "csp.pt.cost.site_improvements_m2": 1348320.0, + "csp.pt.cost.storage": 61407700.0, + "csp.pt.cost.storage_mwht": 2791.26, + "csp.pt.cost.total_land_area": 2079.29, + "csp.pt.cost.tower": 25705600.0, + "csp.pt.par.calc.aux": 0.0, + "csp.pt.par.calc.bop": 0.0, + "csp.pt.rec.flow_pattern": 0.0, + "csp.pt.rec.htf_type": 0.0, + "csp.pt.rec.material_type": 0.0, + "csp.pt.rec.max_flow_to_rec": 1878.77, + "csp.pt.rec.max_oper_frac": 1.2, + "csp.pt.sf.fixed_land_area": 45.0, + "csp.pt.sf.heliostat_area": 144.375, + "csp.pt.sf.land_overhead_factor": 1.0, + "csp.pt.sf.total_land_area": 2079.29, + "csp.pt.sf.tower_height": 194.227, + "csp_financial_model": 7.0, + "d_tube_out": 40.0, + "delta_flux_hrs": 2.0, + "dens_mirror": 0.97, + "disp_csu_cost_rel": 87.0, + "disp_frequency": 24.0, + "disp_horizon": 48.0, + "disp_hsu_cost_rel": 0.015, + "disp_max_iter": 50000.0, + "disp_mip_gap": 0.001, + "disp_pen_ramping": 1.0, + "disp_rsu_cost_rel": 1.4, + "disp_time_weighting": 0.999, + "disp_timeout": 5.0, + "disp_wlim_maxspec": 1e38, + "dispatch_series": [ + 0.0 + ], + "dni_des": 950.0, + "dni_des_calc": 950.0, + "downc_tm_mult": 1.0, + "electricity_rate": 0.06, + "elev": 561.0, + "epc_total_cost_calc": 54672700.0, + "epsilon": 0.88, + "error_equiv": 4.32749, + "eta_pump": 0.85, + "eta_rec_thermal_des_calc": 0.950112, + "ext_rec_area_calc": 1087.68, + "f_rec_min": 0.25, + "f_turb_tou_periods": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "field_fl_props": [ + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "field_model_type": 2.0, + "file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", + "fixed_charge_rate": 0.106362, + "fixed_operating_cost": 0.0, + "flux_max": 1000.0, + "focus_type": 1.0, + "fossil_cost_calc": 0.0, + "h_rec_input_to_cost_model_calc": 20.4598, + "h_tank": 12.0, + "h_tank_min": 1.0, + "h_tower": 194.227, + "h_tower_calc": 194.227, + "heat_trace_power": 500.0, + "heater_cost": 0.0, + "heater_cost_calc": 0.0, + "heater_mult": 1.0, + "heater_spec_cost": 104.0, + "hel_stow_deploy": 8.0, + "helio_active_fraction": 0.95, + "helio_area_tot": 1348320.0, + "helio_height": 12.2, + "helio_optical_error_mrad": 1.53, + "helio_positions": [ + [ + -1606.0, + -157.838 + ], + [ + 988.816, + -1021.51 + ], + [ + -1168.05, + -889.559 + ], + [ + -903.557, + -1097.65 + ], + [ + -1615.95, + 586.579 + ], + [ + 1009.15, + -1001.42 + ], + [ + -558.48, + -1259.75 + ], + [ + -1059.05, + -592.566 + ], + [ + 682.088, + -1197.35 + ], + [ + 608.671, + -1236.28 + ], + [ + 1568.72, + 703.204 + ], + [ + 1445.75, + 1030.12 + ], + [ + -881.307, + -1115.59 + ], + [ + -1508.04, + -415.515 + ], + [ + -1357.37, + -672.279 + ], + [ + 1417.98, + -532.661 + ], + [ + -925.441, + -1079.26 + ], + [ + -1273.11, + 1316.36 + ], + [ + 1251.43, + -767.844 + ], + [ + -1516.08, + -385.113 + ], + [ + -1185.7, + -865.897 + ], + [ + 706.021, + -1183.39 + ], + [ + 1235.74, + -792.848 + ], + [ + -583.694, + -1248.27 + ], + [ + -1311.11, + 1278.52 + ], + [ + -1607.19, + 610.175 + ], + [ + 1029.08, + -980.934 + ], + [ + 1234.02, + 1353.07 + ], + [ + 839.066, + 270.033 + ], + [ + 1613.49, + -28.3084 + ], + [ + -1292.25, + 1297.58 + ], + [ + -1608.85, + -125.518 + ], + [ + 858.573, + 199.507 + ], + [ + -777.165, + -415.89 + ], + [ + -1651.06, + 225.765 + ], + [ + 1193.88, + 1388.63 + ], + [ + 729.67, + -1168.96 + ], + [ + -1253.7, + 1334.86 + ], + [ + 1558.25, + 726.097 + ], + [ + -946.952, + -1060.44 + ], + [ + -1503.57, + 943.73 + ], + [ + -1475.29, + 987.349 + ], + [ + -1370.61, + -644.854 + ], + [ + 1266.61, + -742.53 + ], + [ + 1214.08, + 1371.0 + ], + [ + -1383.3, + -617.169 + ], + [ + -1598.08, + 633.641 + ], + [ + 1613.73, + 4.13519 + ], + [ + -633.403, + -1223.8 + ], + [ + 193.936, + -1320.12 + ], + [ + 167.357, + -1323.76 + ], + [ + 220.437, + -1315.96 + ], + [ + 753.023, + -1154.05 + ], + [ + -1202.87, + -841.884 + ], + [ + 140.71, + -1326.85 + ], + [ + 60.4709, + -1332.92 + ], + [ + 33.6614, + -1333.87 + ], + [ + 87.2561, + -1331.44 + ], + [ + 114.006, + -1329.41 + ], + [ + -1523.52, + -354.556 + ], + [ + -657.878, + -1210.82 + ], + [ + -33.6614, + -1333.87 + ], + [ + 776.072, + -1138.68 + ], + [ + -1578.84, + 680.161 + ], + [ + -60.4709, + -1332.92 + ], + [ + 1536.32, + 771.41 + ], + [ + 504.14, + -723.044 + ], + [ + 1542.12, + -262.073 + ], + [ + -968.08, + -1041.18 + ], + [ + -87.2561, + -1331.44 + ], + [ + 325.442, + -1294.0 + ], + [ + -858.573, + 199.507 + ], + [ + -114.006, + -1329.41 + ], + [ + 1414.97, + 1072.01 + ], + [ + 1547.45, + 748.834 + ], + [ + -140.71, + -1326.85 + ], + [ + -1489.59, + 965.643 + ], + [ + -167.357, + -1323.76 + ], + [ + -608.671, + -1236.28 + ], + [ + 351.391, + -1287.19 + ], + [ + -1611.05, + -93.1483 + ], + [ + 1067.68, + -938.772 + ], + [ + -193.936, + -1320.12 + ], + [ + 1635.02, + 322.021 + ], + [ + -1460.68, + 1008.84 + ], + [ + -682.088, + -1197.35 + ], + [ + 1048.59, + -960.047 + ], + [ + -220.437, + -1315.96 + ], + [ + 1430.51, + 1051.18 + ], + [ + -1588.63, + 656.971 + ], + [ + 798.808, + -1122.85 + ], + [ + 377.198, + -1279.87 + ], + [ + 1281.29, + -716.916 + ], + [ + 402.853, + -1272.02 + ], + [ + 550.643, + 1572.82 + ], + [ + 1282.8, + 1063.68 + ], + [ + -1219.55, + -817.531 + ], + [ + -1395.42, + -589.234 + ], + [ + 1428.41, + -504.046 + ], + [ + -988.816, + -1021.51 + ], + [ + -6.83821, + -1334.28 + ], + [ + 428.344, + -1263.67 + ], + [ + 1613.32, + 36.5772 + ], + [ + 1173.42, + 1405.96 + ], + [ + -706.021, + -1183.39 + ], + [ + 246.848, + -1311.26 + ], + [ + 273.16, + -1306.03 + ], + [ + -1234.02, + 1353.07 + ], + [ + -1530.34, + -323.855 + ], + [ + -1009.15, + -1001.42 + ], + [ + 821.22, + -1106.56 + ], + [ + 299.362, + -1300.28 + ], + [ + 1399.12, + 1092.61 + ], + [ + -839.066, + 270.033 + ], + [ + 453.663, + -1254.8 + ], + [ + -1406.99, + -561.061 + ], + [ + -325.442, + -1294.0 + ], + [ + 1086.34, + -917.117 + ], + [ + 1152.71, + 1422.99 + ], + [ + -1193.88, + 1388.63 + ], + [ + -1445.75, + 1030.12 + ], + [ + 1547.08, + -231.017 + ], + [ + 1104.56, + -895.092 + ], + [ + -351.391, + -1287.19 + ], + [ + -729.67, + -1168.96 + ], + [ + -1612.59, + -60.7406 + ], + [ + -1536.54, + -293.023 + ], + [ + 658.852, + 585.546 + ], + [ + -1568.72, + 703.204 + ], + [ + 843.301, + -1089.83 + ], + [ + -1214.08, + 1371.0 + ], + [ + 1586.18, + 510.894 + ], + [ + 557.815, + -1077.75 + ], + [ + -377.198, + -1279.87 + ], + [ + 1524.87, + 793.821 + ], + [ + -246.848, + -1311.26 + ], + [ + -1029.08, + -980.934 + ], + [ + 1131.75, + 1439.71 + ], + [ + -273.16, + -1306.03 + ], + [ + 1438.25, + -475.227 + ], + [ + -658.852, + 585.546 + ], + [ + -402.853, + -1272.02 + ], + [ + 1447.51, + -446.216 + ], + [ + 528.477, + -1225.17 + ], + [ + -550.643, + 1572.82 + ], + [ + -1251.43, + -767.844 + ], + [ + 1089.11, + 1472.23 + ], + [ + -1235.74, + -792.848 + ], + [ + 1295.44, + -691.011 + ], + [ + -299.362, + -1300.28 + ], + [ + -753.023, + -1154.05 + ], + [ + 1612.26, + 69.0043 + ], + [ + -428.344, + -1263.67 + ], + [ + -1417.98, + -532.661 + ], + [ + 1122.33, + -872.705 + ], + [ + 865.041, + -1072.65 + ], + [ + 1161.45, + 351.775 + ], + [ + 553.002, + -1214.3 + ], + [ + -776.072, + -1138.68 + ], + [ + -504.14, + -723.044 + ], + [ + 1513.08, + 816.062 + ], + [ + 1110.55, + 1456.13 + ], + [ + 1456.19, + -417.025 + ], + [ + 1551.41, + -199.867 + ], + [ + -1558.25, + 726.097 + ], + [ + 886.43, + -1055.05 + ], + [ + 433.348, + -466.964 + ], + [ + 478.798, + -1245.43 + ], + [ + -453.663, + -1254.8 + ], + [ + -1613.49, + -28.3084 + ], + [ + 577.303, + -1202.94 + ], + [ + 388.724, + 791.103 + ], + [ + 503.74, + -1235.55 + ], + [ + -1414.97, + 1072.01 + ], + [ + -1173.42, + 1405.96 + ], + [ + -1266.61, + -742.53 + ], + [ + -798.808, + -1122.85 + ], + [ + 1139.65, + -849.965 + ], + [ + 1322.17, + -638.376 + ], + [ + 1309.07, + -664.828 + ], + [ + 1382.98, + 1112.98 + ], + [ + 1593.49, + 487.615 + ], + [ + 1349.8, + 1153.0 + ], + [ + -1152.71, + 1422.99 + ], + [ + -1536.32, + 771.41 + ], + [ + 907.462, + -1037.01 + ], + [ + -1430.51, + 1051.18 + ], + [ + -1282.8, + 1063.68 + ], + [ + 1500.97, + 838.128 + ], + [ + 601.37, + -1191.09 + ], + [ + -1613.73, + 4.13519 + ], + [ + 1610.55, + 101.404 + ], + [ + -1547.45, + 748.834 + ], + [ + -1067.68, + -938.772 + ], + [ + 1366.53, + 1133.11 + ], + [ + -1048.59, + -960.047 + ], + [ + 1613.37, + 417.173 + ], + [ + 1464.28, + -387.665 + ], + [ + -821.22, + -1106.56 + ], + [ + 1067.44, + 1488.02 + ], + [ + -528.477, + -1225.17 + ], + [ + 1555.12, + -168.637 + ], + [ + -1131.75, + 1439.71 + ], + [ + -1399.12, + 1092.61 + ], + [ + 1023.41, + 1518.63 + ], + [ + -1089.11, + 1472.23 + ], + [ + -1542.12, + -262.073 + ], + [ + 928.127, + -1018.56 + ], + [ + -557.815, + -1077.75 + ], + [ + -1281.29, + -716.916 + ], + [ + -1161.45, + 351.775 + ], + [ + 1156.51, + -826.881 + ], + [ + -1635.02, + 322.021 + ], + [ + 1334.74, + -611.666 + ], + [ + 1001.07, + 1533.46 + ], + [ + 648.766, + -1165.95 + ], + [ + -433.348, + -466.964 + ], + [ + -553.002, + -1214.3 + ], + [ + -478.798, + -1245.43 + ], + [ + 1488.54, + 860.015 + ], + [ + 1045.53, + 1503.49 + ], + [ + -843.301, + -1089.83 + ], + [ + -1086.34, + -917.117 + ], + [ + -1110.55, + 1456.13 + ], + [ + 1558.19, + -137.339 + ], + [ + -1428.41, + -504.046 + ], + [ + -1104.56, + -895.092 + ], + [ + -388.724, + 791.103 + ], + [ + 672.075, + -1152.67 + ], + [ + -503.74, + -1235.55 + ], + [ + 948.417, + -999.692 + ], + [ + -1613.32, + 36.5772 + ], + [ + 1608.18, + 133.762 + ], + [ + 1315.46, + 1192.02 + ], + [ + -577.303, + -1202.94 + ], + [ + 1471.78, + -358.148 + ], + [ + -1524.87, + 793.821 + ], + [ + 625.194, + -1178.76 + ], + [ + -865.041, + -1072.65 + ], + [ + 1475.79, + 881.717 + ], + [ + 1332.77, + 1172.64 + ], + [ + 695.113, + -1138.93 + ], + [ + -1547.08, + -231.017 + ], + [ + 1346.77, + -584.708 + ], + [ + 277.464, + -1263.11 + ], + [ + 226.462, + -1273.24 + ], + [ + 252.014, + -1268.43 + ], + [ + 200.819, + -1277.53 + ], + [ + -1586.18, + 510.894 + ], + [ + 45.6197, + -1292.42 + ], + [ + 71.5935, + -1291.24 + ], + [ + 302.801, + -1257.27 + ], + [ + 97.5384, + -1289.54 + ], + [ + 175.095, + -1281.31 + ], + [ + -601.37, + -1191.09 + ], + [ + 968.323, + -980.423 + ], + [ + -886.43, + -1055.05 + ], + [ + 123.444, + -1287.32 + ], + [ + 149.299, + -1284.58 + ], + [ + -19.6275, + -1293.07 + ], + [ + 1605.17, + 166.066 + ], + [ + 328.017, + -1250.93 + ], + [ + 1188.81, + -779.721 + ], + [ + -45.6197, + -1292.42 + ], + [ + -1067.44, + 1488.02 + ], + [ + -71.5935, + -1291.24 + ], + [ + -1023.41, + 1518.63 + ], + [ + -1122.33, + -872.705 + ], + [ + -1513.08, + 816.062 + ], + [ + 1601.51, + 198.303 + ], + [ + 987.838, + -960.758 + ], + [ + -1295.44, + -691.011 + ], + [ + -97.5384, + -1289.54 + ], + [ + -1438.25, + -475.227 + ], + [ + 1560.64, + -105.985 + ], + [ + 717.87, + -1124.72 + ], + [ + -1349.8, + 1153.0 + ], + [ + 978.506, + 1547.95 + ], + [ + -1001.07, + 1533.46 + ], + [ + -1382.98, + 1112.98 + ], + [ + -1447.51, + -446.216 + ], + [ + -123.444, + -1287.32 + ], + [ + 402.826, + -1228.88 + ], + [ + -149.299, + -1284.58 + ], + [ + -200.819, + -1277.53 + ], + [ + -175.095, + -1281.31 + ], + [ + -1612.26, + 69.0043 + ], + [ + -226.462, + -1273.24 + ], + [ + 1462.72, + 903.23 + ], + [ + -252.014, + -1268.43 + ], + [ + 1172.9, + -803.463 + ], + [ + -1366.53, + 1133.11 + ], + [ + 1478.68, + -328.487 + ], + [ + -1045.53, + 1503.49 + ], + [ + -907.462, + -1037.01 + ], + [ + -277.464, + -1263.11 + ], + [ + 909.59, + 1589.42 + ], + [ + 427.451, + -1220.54 + ], + [ + 1449.34, + 924.549 + ], + [ + -648.766, + -1165.95 + ], + [ + 955.737, + 1562.11 + ], + [ + -302.801, + -1257.27 + ], + [ + 1279.99, + 1230.03 + ], + [ + 1006.95, + -940.704 + ], + [ + -1456.19, + -417.025 + ], + [ + 451.902, + -1211.7 + ], + [ + 1204.25, + -755.663 + ], + [ + -1551.41, + -199.867 + ], + [ + -1500.97, + 838.128 + ], + [ + -328.017, + -1250.93 + ], + [ + -1593.49, + 487.615 + ], + [ + -1139.65, + -849.965 + ], + [ + 762.504, + -1094.95 + ], + [ + 886.221, + 1602.57 + ], + [ + 19.6275, + -1293.07 + ], + [ + 1297.86, + 1211.16 + ], + [ + -1309.07, + -664.828 + ], + [ + 476.171, + -1202.37 + ], + [ + -1322.17, + -638.376 + ], + [ + 1358.25, + -557.514 + ], + [ + 353.099, + -1244.08 + ], + [ + 932.763, + 1575.93 + ], + [ + -672.075, + -1152.67 + ], + [ + -928.127, + -1018.56 + ], + [ + 378.039, + -1236.73 + ], + [ + 500.248, + -1192.55 + ], + [ + 1597.2, + 230.46 + ], + [ + 1562.45, + -74.5878 + ], + [ + -625.194, + -1178.76 + ], + [ + 1261.84, + 1248.64 + ], + [ + 1025.66, + -920.27 + ], + [ + -1613.37, + 417.173 + ], + [ + 784.363, + -1079.4 + ], + [ + -1610.55, + 101.404 + ], + [ + -1315.46, + 1192.02 + ], + [ + -402.826, + -1228.88 + ], + [ + 740.336, + -1110.06 + ], + [ + 935.114, + -773.482 + ], + [ + -978.506, + 1547.95 + ], + [ + -1488.54, + 860.015 + ], + [ + 1219.2, + -731.3 + ], + [ + -1156.51, + -826.881 + ], + [ + -695.113, + -1138.93 + ], + [ + -1464.28, + -387.665 + ], + [ + -427.451, + -1220.54 + ], + [ + -948.417, + -999.692 + ], + [ + -1332.77, + 1172.64 + ], + [ + -909.59, + 1589.42 + ], + [ + -1555.12, + -168.637 + ], + [ + 514.038, + -1099.31 + ], + [ + -1334.74, + -611.666 + ], + [ + 805.905, + -1063.42 + ], + [ + 1043.96, + -899.463 + ], + [ + -955.737, + 1562.11 + ], + [ + 1369.18, + -530.095 + ], + [ + 1435.64, + 945.67 + ], + [ + 742.665, + -959.772 + ], + [ + 1379.56, + -502.462 + ], + [ + -451.902, + -1211.7 + ], + [ + -353.099, + -1244.08 + ], + [ + -717.87, + -1124.72 + ], + [ + 790.897, + 1651.7 + ], + [ + 862.662, + 1615.37 + ], + [ + -886.221, + 1602.57 + ], + [ + -378.039, + -1236.73 + ], + [ + -1475.79, + 881.717 + ], + [ + 1224.74, + 1285.05 + ], + [ + 1592.24, + 262.524 + ], + [ + 1563.64, + -43.1609 + ], + [ + 571.225, + -1160.23 + ], + [ + -1558.19, + -137.339 + ], + [ + 1421.64, + 966.588 + ], + [ + -476.171, + -1202.37 + ], + [ + -932.763, + 1575.93 + ], + [ + -968.323, + -980.423 + ], + [ + 1061.83, + -878.294 + ], + [ + 1484.99, + -298.693 + ], + [ + 524.122, + -1182.25 + ], + [ + 827.121, + -1047.0 + ], + [ + 766.629, + 1663.1 + ], + [ + -1608.18, + 133.762 + ], + [ + 1243.43, + 1266.98 + ], + [ + 838.919, + 1627.83 + ], + [ + -500.248, + -1192.55 + ], + [ + 1163.24, + -345.818 + ], + [ + -987.838, + -960.758 + ], + [ + -1279.99, + 1230.03 + ], + [ + 594.435, + -1148.51 + ], + [ + -1471.78, + -358.148 + ], + [ + 848.003, + -1030.16 + ], + [ + -514.038, + -1099.31 + ], + [ + 1079.27, + -856.769 + ], + [ + -1346.77, + -584.708 + ], + [ + 547.784, + -1171.48 + ], + [ + -1188.81, + -779.721 + ], + [ + 1392.73, + 1007.8 + ], + [ + 814.995, + 1639.94 + ], + [ + 617.405, + -1136.33 + ], + [ + -762.504, + -1094.95 + ], + [ + 1389.38, + -474.625 + ], + [ + -1462.72, + 903.23 + ], + [ + -1297.86, + 1211.16 + ], + [ + -1605.17, + 166.066 + ], + [ + -1449.34, + 924.549 + ], + [ + 1490.69, + -268.778 + ], + [ + 1407.34, + 987.299 + ], + [ + -1601.51, + 198.303 + ], + [ + -790.897, + 1651.7 + ], + [ + 1233.65, + -706.641 + ], + [ + -1006.95, + -940.704 + ], + [ + -1261.84, + 1248.64 + ], + [ + 868.542, + -1012.9 + ], + [ + -1172.9, + -803.463 + ], + [ + -862.662, + 1615.37 + ], + [ + 1564.19, + -11.7164 + ], + [ + 1586.64, + 294.482 + ], + [ + -1560.64, + -105.985 + ], + [ + 640.125, + -1123.68 + ], + [ + 1186.59, + 1320.36 + ], + [ + -742.665, + -959.772 + ], + [ + 1096.28, + -834.898 + ], + [ + -740.336, + -1110.06 + ], + [ + -935.114, + -773.482 + ], + [ + -784.363, + -1079.4 + ], + [ + -766.629, + 1663.1 + ], + [ + 1082.01, + -549.513 + ], + [ + 1562.22, + 580.052 + ], + [ + 260.371, + -1185.29 + ], + [ + -1204.25, + -755.663 + ], + [ + 1261.06, + -656.477 + ], + [ + -838.919, + 1627.83 + ], + [ + -1478.68, + -328.487 + ], + [ + 1205.8, + 1302.84 + ], + [ + 256.344, + -1225.63 + ], + [ + -571.225, + -1160.23 + ], + [ + -260.371, + -1185.29 + ], + [ + 888.73, + -995.237 + ], + [ + 1564.11, + 19.7327 + ], + [ + -524.122, + -1182.25 + ], + [ + 291.291, + 1640.77 + ], + [ + 1398.65, + -446.597 + ], + [ + -1025.66, + -920.27 + ], + [ + 1580.4, + 326.32 + ], + [ + 642.93, + 1714.72 + ], + [ + 1167.14, + 1337.59 + ], + [ + 742.197, + 1674.15 + ], + [ + -814.995, + 1639.94 + ], + [ + -805.905, + -1063.42 + ], + [ + -1224.74, + 1285.05 + ], + [ + 1495.79, + -238.755 + ], + [ + 1247.61, + -681.697 + ], + [ + -1358.25, + -557.514 + ], + [ + 617.755, + 1723.95 + ], + [ + -1597.2, + 230.46 + ], + [ + 684.78, + -1097.04 + ], + [ + -594.435, + -1148.51 + ], + [ + 717.606, + 1684.83 + ], + [ + -547.784, + -1171.48 + ], + [ + 1407.34, + -418.388 + ], + [ + -1562.45, + -74.5878 + ], + [ + 908.559, + -977.168 + ], + [ + -1435.64, + 945.67 + ], + [ + -1243.43, + 1266.98 + ], + [ + -1219.2, + -731.3 + ], + [ + -256.344, + -1225.63 + ], + [ + 353.977, + -1201.08 + ], + [ + 692.861, + 1695.16 + ], + [ + 1147.43, + 1354.53 + ], + [ + 1377.83, + 1028.08 + ], + [ + 1274.01, + -630.991 + ], + [ + -1043.96, + -899.463 + ], + [ + 329.759, + -1207.95 + ], + [ + -617.405, + -1136.33 + ], + [ + -827.121, + -1047.0 + ], + [ + 81.8844, + -1249.47 + ], + [ + 1494.67, + 736.844 + ], + [ + -1163.24, + -345.818 + ], + [ + 231.652, + -1230.54 + ], + [ + -1421.64, + 966.588 + ], + [ + 206.866, + -1234.95 + ], + [ + 662.586, + -1110.59 + ], + [ + 280.933, + -1220.23 + ], + [ + 181.997, + -1238.85 + ], + [ + 780.648, + -929.14 + ], + [ + -291.291, + 1640.77 + ], + [ + 56.7482, + -1250.86 + ], + [ + -642.93, + 1714.72 + ], + [ + 305.408, + -1214.34 + ], + [ + 706.696, + -1083.05 + ], + [ + 667.967, + 1705.12 + ], + [ + 157.054, + -1242.26 + ], + [ + -81.8844, + -1249.47 + ], + [ + 1128.95, + -790.152 + ], + [ + 928.021, + -958.705 + ], + [ + 1563.4, + 51.1739 + ], + [ + 132.047, + -1245.17 + ], + [ + -56.7482, + -1250.86 + ], + [ + -848.003, + -1030.16 + ], + [ + -742.197, + 1674.15 + ], + [ + 1112.84, + -812.689 + ], + [ + -617.755, + 1723.95 + ], + [ + -1369.18, + -530.095 + ], + [ + -1061.83, + -878.294 + ], + [ + 1500.29, + -208.635 + ], + [ + 378.053, + -1193.72 + ], + [ + -640.125, + -1123.68 + ], + [ + -1379.56, + -502.462 + ], + [ + 728.328, + -1068.63 + ], + [ + 106.988, + -1247.57 + ], + [ + -1392.73, + 1007.8 + ], + [ + 947.107, + -939.854 + ], + [ + -1186.59, + 1320.36 + ], + [ + 31.5891, + -1251.75 + ], + [ + 401.975, + -1185.88 + ], + [ + 1362.63, + 1048.15 + ], + [ + -181.997, + -1238.85 + ], + [ + -157.054, + -1242.26 + ], + [ + -206.866, + -1234.95 + ], + [ + -1592.24, + 262.524 + ], + [ + -717.606, + 1684.83 + ], + [ + 1525.59, + 670.5 + ], + [ + -132.047, + -1245.17 + ], + [ + -231.652, + -1230.54 + ], + [ + -31.5891, + -1251.75 + ], + [ + 1107.27, + 1387.55 + ], + [ + 1415.47, + -390.01 + ], + [ + 1286.43, + -605.251 + ], + [ + -1407.34, + 987.299 + ], + [ + -692.861, + 1695.16 + ], + [ + 449.322, + -1168.76 + ], + [ + -1079.27, + -856.769 + ], + [ + -1563.64, + -43.1609 + ], + [ + 425.735, + -1177.55 + ], + [ + -106.988, + -1247.57 + ], + [ + -353.977, + -1201.08 + ], + [ + -280.933, + -1220.23 + ], + [ + -329.759, + -1207.95 + ], + [ + 1347.14, + 1067.98 + ], + [ + -1205.8, + 1302.84 + ], + [ + 518.958, + -1139.55 + ], + [ + -868.542, + -1012.9 + ], + [ + -1484.99, + -298.693 + ], + [ + -305.408, + -1214.34 + ], + [ + 749.664, + -1053.77 + ], + [ + 592.448, + 1732.81 + ], + [ + 1144.61, + -767.296 + ], + [ + -667.967, + 1705.12 + ], + [ + -1167.14, + 1337.59 + ], + [ + 965.811, + -920.623 + ], + [ + 438.13, + 1778.11 + ], + [ + -1082.01, + -549.513 + ], + [ + 1086.84, + 1403.61 + ], + [ + 1331.36, + 1087.59 + ], + [ + 472.729, + -1159.49 + ], + [ + 1573.52, + 358.027 + ], + [ + 788.378, + -394.222 + ], + [ + 567.014, + 1741.3 + ], + [ + 1127.47, + 1371.19 + ], + [ + 1562.05, + 82.5944 + ], + [ + 412.05, + 1784.33 + ], + [ + -1389.38, + -474.625 + ], + [ + 495.944, + -1149.75 + ], + [ + 1504.18, + -178.43 + ], + [ + -1490.69, + -268.778 + ], + [ + -1233.65, + -706.641 + ], + [ + -1096.28, + -834.898 + ], + [ + -684.78, + -1097.04 + ], + [ + -378.053, + -1193.72 + ], + [ + 770.698, + -1038.48 + ], + [ + 541.459, + 1749.41 + ], + [ + 1159.81, + -744.129 + ], + [ + -888.73, + -995.237 + ], + [ + -1147.43, + 1354.53 + ], + [ + 984.124, + -901.02 + ], + [ + -1586.64, + 294.482 + ], + [ + -1562.22, + 580.052 + ], + [ + 515.787, + 1757.15 + ], + [ + -401.975, + -1185.88 + ], + [ + -438.13, + 1778.11 + ], + [ + 140.102, + -1205.44 + ], + [ + -1564.19, + -11.7164 + ], + [ + -592.448, + 1732.81 + ], + [ + -662.586, + -1110.59 + ], + [ + 541.557, + -335.503 + ], + [ + -412.05, + 1784.33 + ], + [ + -240.81, + -847.915 + ], + [ + 490.005, + 1764.52 + ], + [ + -1261.06, + -656.477 + ], + [ + -425.735, + -1177.55 + ], + [ + 1507.47, + -148.154 + ], + [ + -449.322, + -1168.76 + ], + [ + -567.014, + 1741.3 + ], + [ + -706.696, + -1083.05 + ], + [ + 791.42, + -1022.78 + ], + [ + -1377.83, + 1028.08 + ], + [ + -908.559, + -977.168 + ], + [ + 464.117, + 1771.5 + ], + [ + 541.763, + -1128.88 + ], + [ + -6.41724, + -1252.14 + ], + [ + -1580.4, + 326.32 + ], + [ + 1002.04, + -881.053 + ], + [ + -541.459, + 1749.41 + ], + [ + -1107.27, + 1387.55 + ], + [ + 1483.72, + 758.649 + ], + [ + -780.648, + -929.14 + ], + [ + -1564.11, + 19.7327 + ], + [ + 1566.0, + 389.589 + ], + [ + -515.787, + 1757.15 + ], + [ + -1247.61, + -681.697 + ], + [ + -1398.65, + -446.597 + ], + [ + 1560.07, + 113.981 + ], + [ + -518.958, + -1139.55 + ], + [ + 240.81, + -847.915 + ], + [ + -1494.67, + 736.844 + ], + [ + 1315.29, + 1106.97 + ], + [ + -728.328, + -1068.63 + ], + [ + -1495.79, + -238.755 + ], + [ + 1298.34, + -579.266 + ], + [ + -140.102, + -1205.44 + ], + [ + -490.005, + 1764.52 + ], + [ + -472.729, + -1159.49 + ], + [ + 1423.02, + -361.474 + ], + [ + 564.349, + -1117.76 + ], + [ + 1066.17, + 1419.37 + ], + [ + 811.822, + -1006.66 + ], + [ + -928.021, + -958.705 + ], + [ + 608.827, + -1094.17 + ], + [ + 1024.16, + 1449.98 + ], + [ + -464.117, + 1771.5 + ], + [ + 385.881, + 1790.17 + ], + [ + 1095.62, + 1255.63 + ], + [ + 586.706, + -1106.19 + ], + [ + 1176.2, + -298.776 + ], + [ + -1086.84, + 1403.61 + ], + [ + -495.944, + -1149.75 + ], + [ + -1362.63, + 1048.15 + ], + [ + -788.378, + -394.222 + ], + [ + -1274.01, + -630.991 + ], + [ + -1407.34, + -418.388 + ], + [ + 1019.55, + -860.73 + ], + [ + 359.629, + 1795.63 + ], + [ + 831.896, + -990.138 + ], + [ + 1320.58, + -526.604 + ], + [ + -947.107, + -939.854 + ], + [ + -1127.47, + 1371.19 + ], + [ + -749.664, + -1053.77 + ], + [ + -1128.95, + -790.152 + ], + [ + 1510.14, + -117.817 + ], + [ + 333.3, + 1800.7 + ], + [ + -1347.14, + 1067.98 + ], + [ + -541.557, + -335.503 + ], + [ + -1112.84, + -812.689 + ], + [ + 1282.31, + 1145.01 + ], + [ + 1036.65, + -840.059 + ], + [ + 1298.94, + 1126.11 + ], + [ + 1045.28, + 1434.83 + ], + [ + 1512.2, + -87.4333 + ], + [ + 1055.99, + 597.986 + ], + [ + 306.899, + 1805.39 + ], + [ + 1002.82, + 1464.82 + ], + [ + -385.881, + 1790.17 + ], + [ + 1188.78, + -696.903 + ], + [ + 1174.53, + -720.662 + ], + [ + -1525.59, + 670.5 + ], + [ + 280.433, + 1809.69 + ], + [ + 1309.73, + -553.047 + ], + [ + -1563.4, + 51.1739 + ], + [ + -1331.36, + 1087.59 + ], + [ + -359.629, + 1795.63 + ], + [ + 1557.85, + 420.993 + ], + [ + 1557.47, + 145.323 + ], + [ + 981.263, + 1479.35 + ], + [ + -333.3, + 1800.7 + ], + [ + 851.634, + -973.213 + ], + [ + 253.907, + 1813.6 + ], + [ + -1500.29, + -208.635 + ], + [ + 881.427, + 6.06294 + ], + [ + 1430.0, + -332.792 + ], + [ + -306.899, + 1805.39 + ], + [ + 227.326, + 1817.12 + ], + [ + -770.698, + -1038.48 + ], + [ + -965.811, + -920.623 + ], + [ + -541.763, + -1128.88 + ], + [ + -280.433, + 1809.69 + ], + [ + 200.697, + 1820.26 + ], + [ + 630.701, + -1081.71 + ], + [ + -1286.43, + -605.251 + ], + [ + 174.024, + 1823.0 + ], + [ + 616.735, + -629.752 + ], + [ + -253.907, + 1813.6 + ], + [ + 1053.33, + -819.048 + ], + [ + 673.677, + -1055.48 + ], + [ + -1144.61, + -767.296 + ], + [ + 147.315, + 1825.35 + ], + [ + -1415.47, + -390.01 + ], + [ + 1330.9, + -499.948 + ], + [ + -227.326, + 1817.12 + ], + [ + 120.573, + 1827.31 + ], + [ + -200.697, + 1820.26 + ], + [ + 93.8059, + 1828.88 + ], + [ + -174.024, + 1823.0 + ], + [ + 871.028, + -955.895 + ], + [ + 67.0186, + 1830.06 + ], + [ + -147.315, + 1825.35 + ], + [ + 1554.23, + 176.605 + ], + [ + 40.2169, + 1830.85 + ], + [ + -120.573, + 1827.31 + ], + [ + 13.4066, + 1831.24 + ], + [ + 1265.41, + 1163.66 + ], + [ + -93.8059, + 1828.88 + ], + [ + -67.0186, + 1830.06 + ], + [ + -13.4066, + 1831.24 + ], + [ + -40.2169, + 1830.85 + ], + [ + -1066.17, + 1419.37 + ], + [ + -564.349, + -1117.76 + ], + [ + 652.321, + -1068.81 + ], + [ + 1513.66, + -57.014 + ], + [ + 1202.55, + -672.863 + ], + [ + -1024.16, + 1449.98 + ], + [ + 1539.67, + 483.279 + ], + [ + -1573.52, + 358.027 + ], + [ + -791.42, + -1022.78 + ], + [ + -984.124, + -901.02 + ], + [ + -1055.99, + 597.986 + ], + [ + -1159.81, + -744.129 + ], + [ + 1069.58, + -797.706 + ], + [ + -608.827, + -1094.17 + ], + [ + -586.706, + -1106.19 + ], + [ + -1562.05, + 82.5944 + ], + [ + -1315.29, + 1106.97 + ], + [ + 243.152, + -383.851 + ], + [ + 1549.08, + 452.228 + ], + [ + -1504.18, + -178.43 + ], + [ + 890.069, + -938.19 + ], + [ + 1436.4, + -303.976 + ], + [ + -1045.28, + 1434.83 + ], + [ + -1002.82, + 1464.82 + ], + [ + -1095.62, + 1255.63 + ], + [ + 1215.84, + -648.551 + ], + [ + 915.356, + 1521.01 + ], + [ + -616.735, + -629.752 + ], + [ + 1340.68, + -473.09 + ], + [ + 959.498, + 1493.56 + ], + [ + -811.822, + -1006.66 + ], + [ + -243.152, + -383.851 + ], + [ + 694.76, + -1041.73 + ], + [ + -981.263, + 1479.35 + ], + [ + -1002.04, + -881.053 + ], + [ + -301.561, + -339.891 + ], + [ + 301.561, + -339.891 + ], + [ + -1483.72, + 758.649 + ], + [ + 908.751, + -920.106 + ], + [ + 1248.24, + 1182.06 + ], + [ + 1213.09, + 1218.1 + ], + [ + -1282.31, + 1145.01 + ], + [ + 401.118, + -1145.35 + ], + [ + 1442.23, + -275.037 + ], + [ + 1550.37, + 207.816 + ], + [ + -1298.94, + 1126.11 + ], + [ + 892.988, + 1534.25 + ], + [ + -1507.47, + -148.154 + ], + [ + -831.896, + -990.138 + ], + [ + 1447.46, + -245.986 + ], + [ + 1514.5, + -26.5716 + ], + [ + 937.528, + 1507.44 + ], + [ + 927.065, + -901.651 + ], + [ + -1566.0, + 389.589 + ], + [ + -1176.2, + -298.776 + ], + [ + 1085.4, + -776.042 + ], + [ + 1529.64, + 514.136 + ], + [ + 1357.16, + 967.0 + ], + [ + 24.3987, + 1666.25 + ], + [ + 715.563, + -1027.55 + ], + [ + -630.701, + -1081.71 + ], + [ + -881.427, + 6.06294 + ], + [ + -1560.07, + 113.981 + ], + [ + -1298.34, + -579.266 + ], + [ + -1019.55, + -860.73 + ], + [ + 1230.8, + 1200.21 + ], + [ + 1228.63, + -623.976 + ], + [ + -673.677, + -1055.48 + ], + [ + 756.292, + -997.951 + ], + [ + 1448.98, + 823.07 + ], + [ + 1349.92, + -446.041 + ], + [ + -1423.02, + -361.474 + ], + [ + -851.634, + -973.213 + ], + [ + -1036.65, + -840.059 + ], + [ + 945.005, + -882.831 + ], + [ + 1514.72, + 3.88149 + ], + [ + -24.3987, + 1666.25 + ], + [ + 736.076, + -1012.95 + ], + [ + -652.321, + -1068.81 + ], + [ + -1320.58, + -526.604 + ], + [ + -915.356, + 1521.01 + ], + [ + -1265.41, + 1163.66 + ], + [ + 1100.78, + -754.064 + ], + [ + -1174.53, + -720.662 + ], + [ + -1188.78, + -696.903 + ], + [ + -959.498, + 1493.56 + ], + [ + -1510.14, + -117.817 + ], + [ + 1545.88, + 238.943 + ], + [ + 1452.12, + -216.836 + ], + [ + -1512.2, + -87.4333 + ], + [ + -1557.85, + 420.993 + ], + [ + 962.562, + -863.654 + ], + [ + -871.028, + -955.895 + ], + [ + 1540.76, + 269.973 + ], + [ + 1519.0, + 544.784 + ], + [ + 801.652, + 1583.89 + ], + [ + -1309.73, + -553.047 + ], + [ + -892.988, + 1534.25 + ], + [ + -1053.33, + -819.048 + ], + [ + -1557.47, + 145.323 + ], + [ + -401.118, + -1145.35 + ], + [ + 870.429, + 1547.16 + ], + [ + 1195.13, + 1235.73 + ], + [ + -937.528, + 1507.44 + ], + [ + -694.76, + -1041.73 + ], + [ + -1430.0, + -332.792 + ], + [ + 778.376, + 1595.46 + ], + [ + 1514.34, + 34.333 + ], + [ + 776.202, + -982.545 + ], + [ + 979.731, + -844.127 + ], + [ + 847.684, + 1559.74 + ], + [ + -890.069, + -938.19 + ], + [ + -1330.9, + -499.948 + ], + [ + -1213.09, + 1218.1 + ], + [ + -1248.24, + 1182.06 + ], + [ + -1202.55, + -672.863 + ], + [ + -1539.67, + 483.279 + ], + [ + -1554.23, + 176.605 + ], + [ + -1069.58, + -797.706 + ], + [ + 1176.91, + 1253.1 + ], + [ + 67.183, + -1211.69 + ], + [ + 824.756, + 1571.98 + ], + [ + 795.799, + -966.741 + ], + [ + 164.308, + -1202.38 + ], + [ + 1456.18, + -187.599 + ], + [ + 1158.43, + 1270.2 + ], + [ + 236.489, + -1190.29 + ], + [ + 1252.72, + -574.08 + ], + [ + 1240.93, + -599.149 + ], + [ + -1513.66, + -57.014 + ], + [ + -1357.16, + 967.0 + ], + [ + -67.183, + -1211.69 + ], + [ + -715.563, + -1027.55 + ], + [ + -1549.08, + 452.228 + ], + [ + 1130.21, + -709.202 + ], + [ + 996.503, + -824.26 + ], + [ + 1535.02, + 300.894 + ], + [ + 1115.72, + -731.781 + ], + [ + -1230.8, + 1200.21 + ], + [ + -908.751, + -920.106 + ], + [ + 1139.71, + 1287.02 + ], + [ + -801.652, + 1583.89 + ], + [ + 815.073, + -950.547 + ], + [ + 1358.62, + -418.812 + ], + [ + -164.308, + -1202.38 + ], + [ + -1215.84, + -648.551 + ], + [ + 834.019, + -933.968 + ], + [ + -756.292, + -997.951 + ], + [ + -927.065, + -901.651 + ], + [ + -1436.4, + -303.976 + ], + [ + -870.429, + 1547.16 + ], + [ + 1012.87, + -804.06 + ], + [ + -778.376, + 1595.46 + ], + [ + -736.076, + -1012.95 + ], + [ + -1340.68, + -473.09 + ], + [ + 1513.34, + 64.7707 + ], + [ + 1210.76, + -82.2243 + ], + [ + 965.452, + -735.265 + ], + [ + -236.489, + -1190.29 + ], + [ + -1085.4, + -776.042 + ], + [ + 1528.66, + 331.694 + ], + [ + 1213.09, + -33.4848 + ], + [ + 424.063, + -1137.05 + ], + [ + -1529.64, + 514.136 + ], + [ + 331.347, + -1167.44 + ], + [ + -1448.98, + 823.07 + ], + [ + 1366.76, + -391.414 + ], + [ + -1550.37, + 207.816 + ], + [ + -847.684, + 1559.74 + ], + [ + 18.4183, + -1213.41 + ], + [ + 1264.01, + -548.779 + ], + [ + 1459.66, + -158.286 + ], + [ + -1442.23, + -275.037 + ], + [ + 1144.24, + -686.337 + ], + [ + 754.933, + 1606.68 + ], + [ + 659.593, + 1648.12 + ], + [ + -945.005, + -882.831 + ], + [ + -824.756, + 1571.98 + ], + [ + 1028.83, + -783.534 + ], + [ + -1447.46, + -245.986 + ], + [ + -1514.5, + -26.5716 + ], + [ + 1507.74, + 575.212 + ], + [ + -1195.13, + 1235.73 + ], + [ + 1398.32, + 906.473 + ], + [ + -1228.63, + -623.976 + ], + [ + 635.392, + 1657.6 + ], + [ + 888.802, + -881.995 + ], + [ + 852.627, + -917.012 + ], + [ + 731.328, + 1617.56 + ], + [ + 1274.79, + -523.256 + ], + [ + 355.485, + -806.586 + ], + [ + 1120.75, + 1303.57 + ], + [ + 1462.55, + -128.908 + ], + [ + -1349.92, + -446.041 + ], + [ + -1100.78, + -754.064 + ], + [ + 1082.1, + 1335.82 + ], + [ + -962.562, + -863.654 + ], + [ + -1176.91, + 1253.1 + ], + [ + -1514.72, + 3.88149 + ], + [ + 1511.74, + 95.1822 + ], + [ + -776.202, + -982.545 + ], + [ + 1184.53, + 1172.13 + ], + [ + 707.566, + 1628.1 + ], + [ + -1158.43, + 1270.2 + ], + [ + -331.347, + -1167.44 + ], + [ + 870.89, + -899.685 + ], + [ + 1374.35, + -363.857 + ], + [ + -1519.0, + 544.784 + ], + [ + 1381.39, + -336.153 + ], + [ + 1521.68, + 362.359 + ], + [ + 1157.8, + -663.194 + ], + [ + 1044.38, + -762.692 + ], + [ + -659.593, + 1648.12 + ], + [ + -1545.88, + 238.943 + ], + [ + -1139.71, + 1287.02 + ], + [ + -424.063, + -1137.05 + ], + [ + 683.653, + 1638.28 + ], + [ + 1101.54, + 1319.84 + ], + [ + -754.933, + 1606.68 + ], + [ + -1540.76, + 269.973 + ], + [ + -795.799, + -966.741 + ], + [ + -1452.12, + -216.836 + ], + [ + -635.392, + 1657.6 + ], + [ + 1495.87, + 605.408 + ], + [ + 491.833, + -1109.42 + ], + [ + -979.731, + -844.127 + ], + [ + -243.125, + 1648.6 + ], + [ + 906.354, + -863.948 + ], + [ + 1285.05, + -497.522 + ], + [ + 243.125, + 1648.6 + ], + [ + -731.328, + 1617.56 + ], + [ + 1062.43, + 1351.53 + ], + [ + -815.073, + -950.547 + ], + [ + 1464.84, + -99.479 + ], + [ + -834.019, + -933.968 + ], + [ + -707.566, + 1628.1 + ], + [ + -1514.34, + 34.333 + ], + [ + 1059.5, + -741.541 + ], + [ + -1210.76, + -82.2243 + ], + [ + -996.503, + -824.26 + ], + [ + 611.054, + 1666.72 + ], + [ + 1342.86, + 986.768 + ], + [ + 1170.9, + -639.784 + ], + [ + 1387.87, + -308.313 + ], + [ + 1483.4, + 635.359 + ], + [ + 1514.09, + 392.878 + ], + [ + 1470.32, + 665.053 + ], + [ + 462.463, + 1713.91 + ], + [ + -683.653, + 1638.28 + ], + [ + -1130.21, + -709.202 + ], + [ + -1115.72, + -731.781 + ], + [ + -1240.93, + -599.149 + ], + [ + -1252.72, + -574.08 + ], + [ + -355.485, + -806.586 + ], + [ + 586.586, + 1675.49 + ], + [ + -1456.18, + -187.599 + ], + [ + -1535.02, + 300.894 + ], + [ + 642.594, + -1029.46 + ], + [ + 923.54, + -845.552 + ], + [ + -965.452, + -735.265 + ], + [ + 437.319, + 1720.49 + ], + [ + -1012.87, + -804.06 + ], + [ + -1120.75, + 1303.57 + ], + [ + -1082.1, + 1335.82 + ], + [ + -1184.53, + 1172.13 + ], + [ + -1213.09, + -33.4848 + ], + [ + 561.992, + 1683.9 + ], + [ + 1042.52, + 1366.94 + ], + [ + 1183.53, + -616.114 + ], + [ + -1358.62, + -418.812 + ], + [ + 579.37, + -1066.32 + ], + [ + -36.5872, + 880.688 + ], + [ + 1002.05, + 1396.87 + ], + [ + -1398.32, + 906.473 + ], + [ + 1074.19, + -720.091 + ], + [ + 537.277, + 1691.95 + ], + [ + -462.463, + 1713.91 + ], + [ + 1466.55, + -70.0094 + ], + [ + -611.054, + 1666.72 + ], + [ + 1509.52, + 125.555 + ], + [ + -491.833, + -1109.42 + ], + [ + 940.352, + -826.814 + ], + [ + -852.627, + -917.012 + ], + [ + 608.014, + 638.177 + ], + [ + 956.784, + -807.742 + ], + [ + -1528.66, + 331.694 + ], + [ + 512.447, + 1699.63 + ], + [ + -1101.54, + 1319.84 + ], + [ + 663.161, + -1016.33 + ], + [ + -1513.34, + 64.7707 + ], + [ + -888.802, + -881.995 + ], + [ + -1028.83, + -783.534 + ], + [ + -437.319, + 1720.49 + ], + [ + 1393.79, + -280.349 + ], + [ + 981.227, + 1346.91 + ], + [ + -1507.74, + 575.212 + ], + [ + -586.586, + 1675.49 + ], + [ + 611.08, + -180.075 + ], + [ + 1022.4, + 1382.05 + ], + [ + -1144.24, + -686.337 + ], + [ + -1264.01, + -548.779 + ], + [ + 487.507, + 1706.95 + ], + [ + -1366.76, + -391.414 + ], + [ + 1456.66, + 694.478 + ], + [ + -561.992, + 1683.9 + ], + [ + -1062.43, + 1351.53 + ], + [ + 1088.45, + -698.35 + ], + [ + -1459.66, + -158.286 + ], + [ + 1294.79, + -471.587 + ], + [ + -870.89, + -899.685 + ], + [ + 36.5872, + 880.688 + ], + [ + 1506.69, + 155.877 + ], + [ + 113.554, + -1169.46 + ], + [ + -537.277, + 1691.95 + ], + [ + 145.877, + -1165.86 + ], + [ + 1195.68, + -592.196 + ], + [ + -512.447, + 1699.63 + ], + [ + 178.088, + -1161.38 + ], + [ + -1274.79, + -523.256 + ], + [ + 1399.14, + -252.271 + ], + [ + 210.163, + -1156.01 + ], + [ + 412.082, + 1726.71 + ], + [ + -1044.38, + -762.692 + ], + [ + -487.507, + 1706.95 + ], + [ + 1467.66, + -40.5115 + ], + [ + -113.554, + -1169.46 + ], + [ + 242.077, + -1149.75 + ], + [ + -1462.55, + -128.908 + ], + [ + 972.83, + -788.343 + ], + [ + 880.081, + 1415.08 + ], + [ + -906.354, + -863.948 + ], + [ + -1521.68, + 362.359 + ], + [ + 981.493, + 1411.4 + ], + [ + -1511.74, + 95.1822 + ], + [ + 386.757, + 1732.56 + ], + [ + -145.877, + -1165.86 + ], + [ + -1157.8, + -663.194 + ], + [ + 77.9517, + 1773.49 + ], + [ + -1495.87, + 605.408 + ], + [ + 273.805, + -1142.61 + ], + [ + 51.9771, + 1774.44 + ], + [ + 504.355, + 1588.27 + ], + [ + -981.227, + 1346.91 + ], + [ + 25.9913, + 1775.01 + ], + [ + -1042.52, + 1366.94 + ], + [ + -1374.35, + -363.857 + ], + [ + 1505.89, + 423.238 + ], + [ + 3.23346e-14, + 1775.2 + ], + [ + -77.9517, + 1773.49 + ], + [ + 361.348, + 1738.04 + ], + [ + -51.9771, + 1774.44 + ], + [ + -25.9913, + 1775.01 + ], + [ + -178.088, + -1161.38 + ], + [ + 1102.27, + -676.326 + ], + [ + -1002.05, + 1396.87 + ], + [ + -1381.39, + -336.153 + ], + [ + 880.922, + 30.4554 + ], + [ + 335.862, + 1743.14 + ], + [ + -1342.86, + 986.768 + ], + [ + -611.08, + -180.075 + ], + [ + -579.37, + -1066.32 + ], + [ + 1304.01, + -445.461 + ], + [ + 305.323, + -1134.59 + ], + [ + -642.594, + -1029.46 + ], + [ + 918.57, + 1453.13 + ], + [ + -412.082, + 1726.71 + ], + [ + -210.163, + -1156.01 + ], + [ + 310.305, + 1747.87 + ], + [ + -504.355, + 1588.27 + ], + [ + 48.6725, + -1173.95 + ], + [ + 81.1445, + -1172.15 + ], + [ + -386.757, + 1732.56 + ], + [ + 752.531, + 1486.84 + ], + [ + 1207.34, + -568.038 + ], + [ + 960.724, + 1425.61 + ], + [ + 336.608, + -1125.71 + ], + [ + 284.68, + 1752.23 + ], + [ + -16.1632, + -1174.84 + ], + [ + 1503.25, + 186.137 + ], + [ + -1285.05, + -497.522 + ], + [ + -1022.4, + 1382.05 + ], + [ + -242.077, + -1149.75 + ], + [ + 988.483, + -768.626 + ], + [ + -48.6725, + -1173.95 + ], + [ + -361.348, + 1738.04 + ], + [ + 1403.93, + -224.092 + ], + [ + -1059.5, + -741.541 + ], + [ + -1483.4, + 635.359 + ], + [ + 258.995, + 1756.21 + ], + [ + -335.862, + 1743.14 + ], + [ + -81.1445, + -1172.15 + ], + [ + -1470.32, + 665.053 + ], + [ + -608.014, + 638.177 + ], + [ + -663.161, + -1016.33 + ], + [ + 449.473, + -66.6268 + ], + [ + 233.254, + 1759.81 + ], + [ + 939.748, + 1439.53 + ], + [ + -310.305, + 1747.87 + ], + [ + -923.54, + -845.552 + ], + [ + 1468.18, + -10.9973 + ], + [ + 1320.86, + -392.679 + ], + [ + -273.805, + -1142.61 + ], + [ + 207.463, + 1763.04 + ], + [ + -1464.84, + -99.479 + ], + [ + -1170.9, + -639.784 + ], + [ + -284.68, + 1752.23 + ], + [ + -1514.09, + 392.878 + ], + [ + 181.627, + 1765.89 + ], + [ + -258.995, + 1756.21 + ], + [ + 398.379, + -1105.36 + ], + [ + 155.753, + 1768.36 + ], + [ + 899.099, + 815.067 + ], + [ + 1003.74, + -748.598 + ], + [ + -233.254, + 1759.81 + ], + [ + 129.845, + 1770.45 + ], + [ + -449.473, + -66.6268 + ], + [ + -1387.87, + -308.313 + ], + [ + 1442.4, + 723.623 + ], + [ + -305.323, + -1134.59 + ], + [ + -207.463, + 1763.04 + ], + [ + -752.531, + 1486.84 + ], + [ + 1497.07, + 453.427 + ], + [ + 103.91, + 1772.16 + ], + [ + 1312.7, + -419.155 + ], + [ + -181.627, + 1765.89 + ], + [ + -155.753, + 1768.36 + ], + [ + -129.845, + 1770.45 + ], + [ + -103.91, + 1772.16 + ], + [ + -940.352, + -826.814 + ], + [ + 428.819, + -1093.91 + ], + [ + 1218.52, + -543.651 + ], + [ + -981.493, + 1411.4 + ], + [ + -880.081, + 1415.08 + ], + [ + -1074.19, + -720.091 + ], + [ + 1468.1, + 18.5215 + ], + [ + -956.784, + -807.742 + ], + [ + -336.608, + -1125.71 + ], + [ + 723.219, + -974.508 + ], + [ + -1183.53, + -616.114 + ], + [ + 454.34, + 6.31437 + ], + [ + 1018.58, + -728.267 + ], + [ + -880.922, + 30.4554 + ], + [ + 1499.2, + 216.321 + ], + [ + 1408.15, + -195.821 + ], + [ + 458.93, + -1081.62 + ], + [ + -918.57, + 1453.13 + ], + [ + 897.196, + 1466.43 + ], + [ + 367.634, + -1115.96 + ], + [ + 1298.23, + 1044.78 + ], + [ + -1456.66, + 694.478 + ], + [ + 1328.49, + -366.045 + ], + [ + -899.099, + 815.067 + ], + [ + 1412.14, + 781.023 + ], + [ + -1509.52, + 125.555 + ], + [ + -1466.55, + -70.0094 + ], + [ + 1487.66, + 483.433 + ], + [ + -960.724, + 1425.61 + ], + [ + 1115.65, + -654.029 + ], + [ + 1128.57, + -631.468 + ], + [ + 488.69, + -1068.51 + ], + [ + -1088.45, + -698.35 + ], + [ + 1477.64, + 513.244 + ], + [ + 875.63, + 1479.41 + ], + [ + -939.748, + 1439.53 + ], + [ + -1393.79, + -280.349 + ], + [ + 1427.56, + 752.475 + ], + [ + -398.379, + -1105.36 + ], + [ + 1229.2, + -519.043 + ], + [ + -454.34, + 6.31437 + ], + [ + -1294.79, + -471.587 + ], + [ + 178.45, + -417.876 + ], + [ + 518.075, + -1054.57 + ], + [ + 1467.43, + 48.0327 + ], + [ + 1190.89, + 233.438 + ], + [ + -1506.69, + 155.877 + ], + [ + -972.83, + -788.343 + ], + [ + -1195.68, + -592.196 + ], + [ + 853.875, + 1492.07 + ], + [ + 1411.81, + -167.472 + ], + [ + -428.819, + -1093.91 + ], + [ + 1494.55, + 246.417 + ], + [ + 1141.04, + -608.651 + ], + [ + -1399.14, + -252.271 + ], + [ + 842.702, + -258.465 + ], + [ + 1335.58, + -339.262 + ], + [ + -367.634, + -1115.96 + ], + [ + 1033.02, + -707.642 + ], + [ + 1396.16, + 809.255 + ], + [ + -1467.66, + -40.5115 + ], + [ + -1102.27, + -676.326 + ], + [ + 547.063, + -1039.83 + ], + [ + 831.938, + 1504.41 + ], + [ + -1505.89, + 423.238 + ], + [ + -897.196, + 1466.43 + ], + [ + -458.93, + -1081.62 + ], + [ + 765.075, + 1539.49 + ], + [ + 1467.02, + 542.847 + ], + [ + 809.822, + 1516.43 + ], + [ + -988.483, + -768.626 + ], + [ + 869.954, + -846.105 + ], + [ + -178.45, + -417.876 + ], + [ + 1414.89, + -139.055 + ], + [ + 799.169, + -913.258 + ], + [ + -1304.01, + -445.461 + ], + [ + 1060.63, + -665.543 + ], + [ + 1047.04, + -686.731 + ], + [ + -875.63, + 1479.41 + ], + [ + 575.632, + -1024.29 + ], + [ + 62.9104, + -1136.94 + ], + [ + 31.4199, + -1138.24 + ], + [ + 94.3527, + -1134.76 + ], + [ + 125.723, + -1131.72 + ], + [ + -1207.34, + -568.038 + ], + [ + -488.69, + -1068.51 + ], + [ + -31.4199, + -1138.24 + ], + [ + 156.996, + -1127.8 + ], + [ + 1466.17, + 77.5245 + ], + [ + 787.533, + 1528.12 + ], + [ + -1503.25, + 186.137 + ], + [ + -723.219, + -974.508 + ], + [ + -62.9104, + -1136.94 + ], + [ + 1153.04, + -585.588 + ], + [ + 188.15, + -1123.03 + ], + [ + -1442.4, + 723.623 + ], + [ + -1403.93, + -224.092 + ], + [ + -94.3527, + -1134.76 + ], + [ + 1249.07, + -469.21 + ], + [ + 1489.3, + 276.414 + ], + [ + -1003.74, + -748.598 + ], + [ + 1239.39, + -494.226 + ], + [ + 1342.13, + -312.343 + ], + [ + -853.875, + 1492.07 + ], + [ + 219.159, + -1117.39 + ], + [ + -125.723, + -1131.72 + ], + [ + -1298.23, + 1044.78 + ], + [ + 697.718, + -538.647 + ], + [ + 1379.61, + 837.16 + ], + [ + 603.761, + -1007.97 + ], + [ + -1320.86, + -392.679 + ], + [ + -1468.18, + -10.9973 + ], + [ + 1234.85, + 1118.98 + ], + [ + -1497.07, + 453.427 + ], + [ + -156.996, + -1127.8 + ], + [ + -518.075, + -1054.57 + ], + [ + 852.767, + -863.423 + ], + [ + 280.65, + -1103.55 + ], + [ + -831.938, + 1504.41 + ], + [ + -765.075, + 1539.49 + ], + [ + 1455.81, + 572.23 + ], + [ + -188.15, + -1123.03 + ], + [ + 673.651, + 1581.63 + ], + [ + -1018.58, + -728.267 + ], + [ + 1417.4, + -110.582 + ], + [ + -1312.7, + -419.155 + ], + [ + -1412.14, + 781.023 + ], + [ + 742.453, + 1550.53 + ], + [ + -809.822, + 1516.43 + ], + [ + 311.085, + -1095.36 + ], + [ + -1218.52, + -543.651 + ], + [ + 1483.44, + 306.299 + ], + [ + -219.159, + -1117.39 + ], + [ + 631.426, + -990.869 + ], + [ + 1164.58, + -562.289 + ], + [ + 341.282, + -1086.33 + ], + [ + 1464.31, + 106.985 + ], + [ + -547.063, + -1039.83 + ], + [ + -1468.1, + 18.5215 + ], + [ + -1499.2, + 216.321 + ], + [ + 1476.98, + 336.061 + ], + [ + 1258.25, + -444.003 + ], + [ + -1487.66, + 483.433 + ], + [ + -787.533, + 1528.12 + ], + [ + -1427.56, + 752.475 + ], + [ + -1408.15, + -195.821 + ], + [ + 719.671, + 1561.23 + ], + [ + -1477.64, + 513.244 + ], + [ + 1348.14, + -285.297 + ], + [ + -1115.65, + -654.029 + ], + [ + -842.702, + -258.465 + ], + [ + -1128.57, + -631.468 + ], + [ + 371.217, + -1076.47 + ], + [ + 1073.8, + -644.085 + ], + [ + -1190.89, + 233.438 + ], + [ + -1328.49, + -366.045 + ], + [ + 658.608, + -973.014 + ], + [ + 250.001, + -1110.89 + ], + [ + -280.65, + -1103.55 + ], + [ + -575.632, + -1024.29 + ], + [ + 696.736, + 1571.6 + ], + [ + 1167.24, + 1189.34 + ], + [ + 400.867, + -1065.78 + ], + [ + -673.651, + 1581.63 + ], + [ + 1103.23, + -505.572 + ], + [ + -311.085, + -1095.36 + ], + [ + -1396.16, + 809.255 + ], + [ + -1229.2, + -519.043 + ], + [ + 1353.6, + -258.136 + ], + [ + -742.453, + 1550.53 + ], + [ + 1266.92, + -418.617 + ], + [ + -1033.02, + -707.642 + ], + [ + -799.169, + -913.258 + ], + [ + 430.211, + -1054.28 + ], + [ + 685.285, + -954.413 + ], + [ + -1141.04, + -608.651 + ], + [ + -1467.43, + 48.0327 + ], + [ + -869.954, + -846.105 + ], + [ + 1461.87, + 136.402 + ], + [ + -341.282, + -1086.33 + ], + [ + -603.761, + -1007.97 + ], + [ + -1494.55, + 246.417 + ], + [ + 650.421, + 1591.33 + ], + [ + 1469.92, + 365.686 + ], + [ + -250.001, + -1110.89 + ], + [ + -1411.81, + -167.472 + ], + [ + -719.671, + 1561.23 + ], + [ + -1467.02, + 542.847 + ], + [ + 1362.5, + 864.727 + ], + [ + 1444.01, + 601.382 + ], + [ + 459.225, + -1041.97 + ], + [ + 1344.84, + 891.944 + ], + [ + -1335.58, + -339.262 + ], + [ + -1234.85, + 1118.98 + ], + [ + -697.718, + -538.647 + ], + [ + 627.052, + 1600.68 + ], + [ + -371.217, + -1076.47 + ], + [ + 1086.53, + -622.367 + ], + [ + -696.736, + 1571.6 + ], + [ + -1047.04, + -686.731 + ], + [ + -1060.63, + -665.543 + ], + [ + 711.438, + -935.081 + ], + [ + 1419.33, + -82.0637 + ], + [ + -1379.61, + 837.16 + ], + [ + 487.887, + -1028.86 + ], + [ + -631.426, + -990.869 + ], + [ + 603.549, + 1609.69 + ], + [ + 1458.83, + 165.764 + ], + [ + 399.57, + -785.681 + ], + [ + 1186.25, + -515.018 + ], + [ + 1175.65, + -538.762 + ], + [ + -1414.89, + -139.055 + ], + [ + -400.867, + -1065.78 + ], + [ + 1275.08, + -393.062 + ], + [ + 1326.63, + 918.8 + ], + [ + -852.767, + -863.423 + ], + [ + -1153.04, + -585.588 + ], + [ + -650.421, + 1591.33 + ], + [ + -1466.17, + 77.5245 + ], + [ + 579.917, + 1618.35 + ], + [ + -1489.3, + 276.414 + ], + [ + 516.175, + -1014.96 + ], + [ + 1462.28, + 395.164 + ], + [ + -399.57, + -785.681 + ], + [ + -1239.39, + -494.226 + ], + [ + -1249.07, + -469.21 + ], + [ + -1455.81, + 572.23 + ], + [ + -430.211, + -1054.28 + ], + [ + -658.608, + -973.014 + ], + [ + 1098.82, + -600.398 + ], + [ + -627.052, + 1600.68 + ], + [ + 1431.63, + 630.292 + ], + [ + -1342.13, + -312.343 + ], + [ + 737.045, + -915.033 + ], + [ + 556.16, + 1626.67 + ], + [ + -1167.24, + 1189.34 + ], + [ + 1196.36, + -491.065 + ], + [ + 1282.73, + -367.348 + ], + [ + 544.068, + -1000.29 + ], + [ + -603.549, + 1609.69 + ], + [ + 45.6669, + -1101.45 + ], + [ + 76.1337, + -1099.77 + ], + [ + 532.283, + 1634.64 + ], + [ + -459.225, + -1041.97 + ], + [ + 106.542, + -1097.24 + ], + [ + 1420.7, + -53.5125 + ], + [ + -15.1651, + -1102.3 + ], + [ + 136.869, + -1093.87 + ], + [ + 484.194, + 1649.52 + ], + [ + 1358.52, + -230.871 + ], + [ + -45.6669, + -1101.45 + ], + [ + 1455.2, + 195.059 + ], + [ + -1483.44, + 306.299 + ], + [ + 167.091, + -1089.66 + ], + [ + 1110.68, + 488.989 + ], + [ + -1417.4, + -110.582 + ], + [ + -76.1337, + -1099.77 + ], + [ + -1164.58, + -562.289 + ], + [ + -579.917, + 1618.35 + ], + [ + 508.293, + 1642.26 + ], + [ + 762.087, + -894.284 + ], + [ + 197.185, + -1084.62 + ], + [ + -1476.98, + 336.061 + ], + [ + -685.285, + -954.413 + ], + [ + 641.762, + 1537.9 + ], + [ + -106.542, + -1097.24 + ], + [ + 571.544, + -984.848 + ], + [ + -1464.31, + 106.985 + ], + [ + 227.128, + -1078.75 + ], + [ + -1258.25, + -444.003 + ], + [ + 919.375, + -792.125 + ], + [ + -1073.8, + -644.085 + ], + [ + -136.869, + -1093.87 + ], + [ + -556.16, + 1626.67 + ], + [ + -487.887, + -1028.86 + ], + [ + 1110.67, + -578.185 + ], + [ + 435.689, + 1662.99 + ], + [ + 1113.89, + 1239.45 + ], + [ + -1103.23, + -505.572 + ], + [ + 256.897, + -1072.05 + ], + [ + 1454.04, + 424.482 + ], + [ + 344.049, + 296.809 + ], + [ + 459.991, + 1656.43 + ], + [ + 1205.99, + -466.914 + ], + [ + -1348.14, + -285.297 + ], + [ + -167.091, + -1089.66 + ], + [ + 1418.67, + 658.946 + ], + [ + -532.283, + 1634.64 + ], + [ + -484.194, + 1649.52 + ], + [ + 1034.37, + -634.661 + ], + [ + 1289.85, + -341.486 + ], + [ + 1405.13, + 687.334 + ], + [ + 286.469, + -1064.53 + ], + [ + -197.185, + -1084.62 + ], + [ + -1344.84, + 891.944 + ], + [ + -1362.5, + 864.727 + ], + [ + 598.582, + -968.652 + ], + [ + -344.049, + 296.809 + ], + [ + -508.293, + 1642.26 + ], + [ + 786.546, + -872.85 + ], + [ + 759.27, + 447.727 + ], + [ + 1421.48, + -24.9398 + ], + [ + -516.175, + -1014.96 + ], + [ + 411.294, + 1669.19 + ], + [ + -711.438, + -935.081 + ], + [ + 315.822, + -1056.19 + ], + [ + 1362.89, + -203.512 + ], + [ + -227.128, + -1078.75 + ], + [ + 1288.62, + 971.389 + ], + [ + 1307.89, + 945.285 + ], + [ + -435.689, + 1662.99 + ], + [ + 1450.99, + 224.276 + ], + [ + 386.811, + 1675.04 + ], + [ + -1444.01, + 601.382 + ], + [ + -459.991, + 1656.43 + ], + [ + 138.291, + 1713.55 + ], + [ + -1353.6, + -258.136 + ], + [ + 344.932, + -1047.05 + ], + [ + 1445.21, + 453.629 + ], + [ + -1469.92, + 365.686 + ], + [ + -1266.92, + -418.617 + ], + [ + -256.897, + -1072.05 + ], + [ + 362.245, + 1680.52 + ], + [ + -641.762, + 1537.9 + ], + [ + 1199.31, + 185.375 + ], + [ + -1461.87, + 136.402 + ], + [ + -138.291, + 1713.55 + ], + [ + -1326.63, + 918.8 + ], + [ + -544.068, + -1000.29 + ], + [ + 1122.07, + -555.739 + ], + [ + 625.161, + -951.714 + ], + [ + 373.779, + -1037.1 + ], + [ + 337.601, + 1685.64 + ], + [ + 1215.13, + -442.574 + ], + [ + -1086.53, + -622.367 + ], + [ + -411.294, + 1669.19 + ], + [ + -286.469, + -1064.53 + ], + [ + 1421.7, + 3.64311 + ], + [ + 312.884, + 1690.41 + ], + [ + 810.402, + -850.746 + ], + [ + -386.811, + 1675.04 + ], + [ + -737.045, + -915.033 + ], + [ + -759.27, + 447.727 + ], + [ + 1391.03, + 715.444 + ], + [ + 288.101, + 1694.81 + ], + [ + 402.339, + -1026.36 + ], + [ + -362.245, + 1680.52 + ], + [ + 263.256, + 1698.84 + ], + [ + 37.7535, + 1718.7 + ], + [ + -315.822, + -1056.19 + ], + [ + 1268.83, + 997.099 + ], + [ + -37.7535, + 1718.7 + ], + [ + -1175.65, + -538.762 + ], + [ + 651.262, + -934.048 + ], + [ + -337.601, + 1685.64 + ], + [ + -1186.25, + -515.018 + ], + [ + 1366.7, + -176.072 + ], + [ + -1458.83, + 165.764 + ], + [ + -1419.33, + -82.0637 + ], + [ + -571.544, + -984.848 + ], + [ + 238.355, + 1702.51 + ], + [ + -312.884, + 1690.41 + ], + [ + 430.59, + -1014.83 + ], + [ + 163.365, + 1711.34 + ], + [ + -288.101, + 1694.81 + ], + [ + 213.402, + 1705.82 + ], + [ + 1446.18, + 253.401 + ], + [ + 62.9136, + 1717.97 + ], + [ + -1431.63, + 630.292 + ], + [ + -1113.89, + 1239.45 + ], + [ + -1275.08, + -393.062 + ], + [ + 980.039, + -715.706 + ], + [ + -263.256, + 1698.84 + ], + [ + 188.404, + 1708.76 + ], + [ + -344.932, + -1047.05 + ], + [ + -62.9136, + 1717.97 + ], + [ + -1462.28, + 395.164 + ], + [ + -762.087, + -894.284 + ], + [ + 833.637, + -827.991 + ], + [ + -238.355, + 1702.51 + ], + [ + -163.365, + 1711.34 + ], + [ + -1098.82, + -600.398 + ], + [ + 1133.01, + -533.069 + ], + [ + 1039.43, + 1302.53 + ], + [ + 113.188, + 1715.39 + ], + [ + 1223.79, + -418.055 + ], + [ + -213.402, + 1705.82 + ], + [ + 458.512, + -1002.52 + ], + [ + -1110.68, + 488.989 + ], + [ + -453.002, + 756.135 + ], + [ + 453.002, + 756.135 + ], + [ + -188.404, + 1708.76 + ], + [ + -113.188, + 1715.39 + ], + [ + 1296.46, + -315.485 + ], + [ + 88.0601, + 1716.86 + ], + [ + -1196.36, + -491.065 + ], + [ + 1421.34, + 32.2245 + ], + [ + 676.864, + -915.665 + ], + [ + -373.779, + -1037.1 + ], + [ + -598.582, + -968.652 + ], + [ + 636.951, + -11.7838 + ], + [ + -88.0601, + 1716.86 + ], + [ + 12.5854, + 1719.07 + ], + [ + -12.5854, + 1719.07 + ], + [ + 698.404, + 992.443 + ], + [ + -1282.73, + -367.348 + ], + [ + 1248.53, + 1022.41 + ], + [ + -919.375, + -792.125 + ], + [ + 486.083, + -989.449 + ], + [ + 528.314, + -355.991 + ], + [ + 1143.5, + -510.183 + ], + [ + 1369.97, + -148.559 + ], + [ + -1420.7, + -53.5125 + ], + [ + -1455.2, + 195.059 + ], + [ + -402.339, + -1026.36 + ], + [ + -1358.52, + -230.871 + ], + [ + -698.404, + 992.443 + ], + [ + -786.546, + -872.85 + ], + [ + -1288.62, + 971.389 + ], + [ + -1199.31, + 185.375 + ], + [ + 856.234, + -804.602 + ], + [ + -1418.67, + 658.946 + ], + [ + 1435.8, + 482.592 + ], + [ + 117.952, + -1061.77 + ], + [ + 88.521, + -1064.63 + ], + [ + -1405.13, + 687.334 + ], + [ + -1307.89, + 945.285 + ], + [ + 59.0221, + -1066.67 + ], + [ + -1110.67, + -578.185 + ], + [ + 29.478, + -1067.89 + ], + [ + 701.947, + -896.581 + ], + [ + 147.293, + -1058.1 + ], + [ + 1153.53, + -487.09 + ], + [ + -625.161, + -951.714 + ], + [ + -1034.37, + -634.661 + ], + [ + -1454.04, + 424.482 + ], + [ + 513.281, + -975.617 + ], + [ + 176.521, + -1053.61 + ], + [ + -29.478, + -1067.89 + ], + [ + 1376.37, + 743.265 + ], + [ + 1231.94, + -393.368 + ], + [ + -430.59, + -1014.83 + ], + [ + -59.0221, + -1066.67 + ], + [ + 1227.73, + 1047.3 + ], + [ + -88.521, + -1064.63 + ], + [ + 1302.54, + -289.357 + ], + [ + -1205.99, + -466.914 + ], + [ + -117.952, + -1061.77 + ], + [ + 1420.4, + 60.7929 + ], + [ + 234.549, + -1042.23 + ], + [ + 1372.68, + -120.987 + ], + [ + -147.293, + -1058.1 + ], + [ + -636.951, + -11.7838 + ], + [ + -1289.85, + -341.486 + ], + [ + 263.304, + -1035.34 + ], + [ + 540.086, + -961.037 + ], + [ + 726.492, + -876.81 + ], + [ + -651.262, + -934.048 + ], + [ + -458.512, + -1002.52 + ], + [ + -1039.43, + 1302.53 + ], + [ + -176.521, + -1053.61 + ], + [ + -810.402, + -850.746 + ], + [ + 291.858, + -1027.66 + ], + [ + -1445.21, + 453.629 + ], + [ + -1421.48, + -24.9398 + ], + [ + -1268.83, + 997.099 + ], + [ + 878.174, + -780.596 + ], + [ + -1450.99, + 224.276 + ], + [ + -1362.89, + -203.512 + ], + [ + 1440.8, + 282.424 + ], + [ + 320.188, + -1019.19 + ], + [ + 1021.4, + -655.328 + ], + [ + -1391.03, + 715.444 + ], + [ + -528.314, + -355.991 + ], + [ + -2.99528e-14, + 454.384 + ], + [ + -1122.07, + -555.739 + ], + [ + 1425.8, + 511.36 + ], + [ + 566.477, + -945.722 + ], + [ + 961.401, + 1361.13 + ], + [ + 1206.42, + 1071.77 + ], + [ + -234.549, + -1042.23 + ], + [ + 1415.23, + 539.921 + ], + [ + 1361.14, + 770.786 + ], + [ + -486.083, + -989.449 + ], + [ + 1345.37, + 797.995 + ], + [ + 348.273, + -1009.94 + ], + [ + 1308.09, + -263.112 + ], + [ + 205.613, + -1048.33 + ], + [ + -1215.13, + -442.574 + ], + [ + 750.481, + -856.368 + ], + [ + -676.864, + -915.665 + ], + [ + -263.304, + -1035.34 + ], + [ + 1418.89, + 89.3367 + ], + [ + -1421.7, + 3.64311 + ], + [ + -833.637, + -827.991 + ], + [ + 1374.83, + -93.3663 + ], + [ + 900.705, + 1402.04 + ], + [ + 415.151, + -483.213 + ], + [ + 1416.81, + 117.844 + ], + [ + 376.091, + -999.909 + ], + [ + 1163.09, + -463.801 + ], + [ + 899.442, + -755.993 + ], + [ + 1434.83, + 311.333 + ], + [ + -980.039, + -715.706 + ], + [ + -291.858, + -1027.66 + ], + [ + -1248.53, + 1022.41 + ], + [ + 592.435, + -929.681 + ], + [ + -513.281, + -975.617 + ], + [ + 1239.6, + -368.521 + ], + [ + 603.737, + -203.339 + ], + [ + -1446.18, + 253.401 + ], + [ + -1366.7, + -176.072 + ], + [ + 976.358, + 720.72 + ], + [ + 726.453, + -499.216 + ], + [ + 403.621, + -989.117 + ], + [ + -205.613, + -1048.33 + ], + [ + 1184.63, + 1095.81 + ], + [ + -320.188, + -1019.19 + ], + [ + 1313.12, + -236.761 + ], + [ + -1133.01, + -533.069 + ], + [ + 1317.61, + -210.314 + ], + [ + 773.894, + -835.269 + ], + [ + -701.947, + -896.581 + ], + [ + 193.525, + -859.941 + ], + [ + 1329.06, + 824.881 + ], + [ + 920.021, + -730.81 + ], + [ + 617.938, + -912.929 + ], + [ + -415.151, + -483.213 + ], + [ + -540.086, + -961.037 + ], + [ + -1227.73, + 1047.3 + ], + [ + 1404.09, + 568.264 + ], + [ + -1223.79, + -418.055 + ], + [ + 1414.16, + 146.304 + ], + [ + 430.841, + -977.568 + ], + [ + -856.234, + -804.602 + ], + [ + -348.273, + -1009.94 + ], + [ + 1172.18, + -440.324 + ], + [ + -1296.46, + -315.485 + ], + [ + -1421.34, + 32.2245 + ], + [ + 1376.43, + -65.7075 + ], + [ + -961.401, + 1361.13 + ], + [ + -1376.37, + 743.265 + ], + [ + -1143.5, + -510.183 + ], + [ + 1428.28, + 340.117 + ], + [ + 457.732, + -965.269 + ], + [ + -12.6275, + -454.208 + ], + [ + -1435.8, + 482.592 + ], + [ + 1246.76, + -343.525 + ], + [ + -726.492, + -876.81 + ], + [ + -376.091, + -999.909 + ], + [ + 642.968, + -895.477 + ], + [ + 1162.36, + 1119.4 + ], + [ + -566.477, + -945.722 + ], + [ + 1253.42, + -318.391 + ], + [ + -900.705, + 1402.04 + ], + [ + 42.8416, + -1033.31 + ], + [ + 796.715, + -813.531 + ], + [ + -1369.97, + -148.559 + ], + [ + 71.4236, + -1031.73 + ], + [ + 1392.39, + 596.378 + ], + [ + 99.9508, + -1029.36 + ], + [ + -1153.53, + -487.09 + ], + [ + 128.401, + -1026.2 + ], + [ + 817.094, + 1452.36 + ], + [ + -1206.42, + 1071.77 + ], + [ + -42.8416, + -1033.31 + ], + [ + 1321.58, + -183.782 + ], + [ + 156.754, + -1022.25 + ], + [ + -71.4236, + -1031.73 + ], + [ + -14.2269, + -1034.1 + ], + [ + 484.272, + -952.231 + ], + [ + 386.832, + 1620.91 + ], + [ + -1231.94, + -393.368 + ], + [ + 184.986, + -1017.52 + ], + [ + 939.894, + -705.067 + ], + [ + -403.621, + -989.117 + ], + [ + -99.9508, + -1029.36 + ], + [ + -878.174, + -780.596 + ], + [ + 1410.93, + 174.705 + ], + [ + 213.076, + -1012.01 + ], + [ + 1180.79, + -416.67 + ], + [ + 1139.62, + 1142.55 + ], + [ + 352.164, + -287.133 + ], + [ + -1302.54, + -289.357 + ], + [ + -603.737, + -203.339 + ], + [ + 241.003, + -1005.73 + ], + [ + -128.401, + -1026.2 + ], + [ + -592.435, + -929.681 + ], + [ + 667.505, + -877.339 + ], + [ + -1420.4, + 60.7929 + ], + [ + -193.525, + -859.941 + ], + [ + 1377.47, + -38.0222 + ], + [ + -750.481, + -856.368 + ], + [ + -1372.68, + -120.987 + ], + [ + -1361.14, + 770.786 + ], + [ + -1345.37, + 797.995 + ], + [ + 268.746, + -998.67 + ], + [ + 818.926, + -791.169 + ], + [ + 510.44, + -938.463 + ], + [ + -156.754, + -1022.25 + ], + [ + -430.841, + -977.568 + ], + [ + -726.453, + -499.216 + ], + [ + -1021.4, + -655.328 + ], + [ + 1421.15, + 368.762 + ], + [ + -1425.8, + 511.36 + ], + [ + -1440.8, + 282.424 + ], + [ + 296.283, + -990.849 + ], + [ + 1259.56, + -293.127 + ], + [ + -1184.63, + 1095.81 + ], + [ + -352.164, + -287.133 + ], + [ + -1415.23, + 539.921 + ], + [ + -386.832, + 1620.91 + ], + [ + -184.986, + -1017.52 + ], + [ + 1413.45, + 397.259 + ], + [ + 1380.11, + 624.25 + ], + [ + -213.076, + -1012.01 + ], + [ + 1325.0, + -157.175 + ], + [ + -899.442, + -755.993 + ], + [ + 323.592, + -982.27 + ], + [ + -617.938, + -912.929 + ], + [ + 1188.93, + -392.847 + ], + [ + -976.358, + 720.72 + ], + [ + 1312.21, + 851.434 + ], + [ + 691.531, + -858.528 + ], + [ + 536.218, + -923.977 + ], + [ + -457.732, + -965.269 + ], + [ + -241.003, + -1005.73 + ], + [ + -817.094, + 1452.36 + ], + [ + 1148.4, + -392.301 + ], + [ + 959.048, + -678.784 + ], + [ + 771.37, + 426.542 + ], + [ + 1407.13, + 203.036 + ], + [ + -773.894, + -835.269 + ], + [ + 350.654, + -972.938 + ], + [ + -1308.09, + -263.112 + ], + [ + -268.746, + -998.67 + ], + [ + 840.509, + -768.201 + ], + [ + -1418.89, + 89.3367 + ], + [ + -1163.09, + -463.801 + ], + [ + -1329.06, + 824.881 + ], + [ + -1434.83, + 311.333 + ], + [ + 1377.96, + -10.3215 + ], + [ + -1374.83, + -93.3663 + ], + [ + -1416.81, + 117.844 + ], + [ + 1070.74, + -571.155 + ], + [ + -1162.36, + 1119.4 + ], + [ + -484.272, + -952.231 + ], + [ + 561.585, + -908.782 + ], + [ + 377.447, + -962.86 + ], + [ + 1276.92, + 903.497 + ], + [ + -642.968, + -895.477 + ], + [ + 715.027, + -839.06 + ], + [ + 1294.82, + 877.643 + ], + [ + 1327.9, + -130.505 + ], + [ + -296.283, + -990.849 + ], + [ + -1239.6, + -368.521 + ], + [ + 1265.2, + -267.746 + ], + [ + -272.332, + -575.917 + ], + [ + -920.021, + -730.81 + ], + [ + -1404.09, + 568.264 + ], + [ + 272.332, + -575.917 + ], + [ + 1405.18, + 425.595 + ], + [ + 1092.77, + 1187.44 + ], + [ + 109.128, + -441.085 + ], + [ + -1313.12, + -236.761 + ], + [ + 403.951, + -952.045 + ], + [ + 1116.42, + 1165.23 + ], + [ + 636.033, + -36.1621 + ], + [ + 55.3669, + -1000.61 + ], + [ + -1317.61, + -210.314 + ], + [ + 977.467, + -651.981 + ], + [ + -323.592, + -982.27 + ], + [ + 83.0389, + -998.693 + ], + [ + -1139.62, + 1142.55 + ], + [ + 861.448, + -744.644 + ], + [ + 110.647, + -996.012 + ], + [ + -796.715, + -813.531 + ], + [ + -27.6524, + -1001.76 + ], + [ + 1377.89, + 17.3834 + ], + [ + -510.44, + -938.463 + ], + [ + 1196.59, + -368.865 + ], + [ + -1414.16, + 146.304 + ], + [ + 138.171, + -992.568 + ], + [ + 586.522, + -892.891 + ], + [ + -55.3669, + -1000.61 + ], + [ + 1187.26, + -251.251 + ], + [ + 730.681, + 1497.69 + ], + [ + 432.971, + -137.843 + ], + [ + -1172.18, + -440.324 + ], + [ + 1402.76, + 231.284 + ], + [ + 165.589, + -988.364 + ], + [ + 664.21, + 1528.33 + ], + [ + -83.0389, + -998.693 + ], + [ + -667.505, + -877.339 + ], + [ + -1392.39, + 596.378 + ], + [ + 737.975, + -818.949 + ], + [ + -350.654, + -972.938 + ], + [ + -1428.28, + 340.117 + ], + [ + 1270.33, + -242.256 + ], + [ + 430.146, + -940.5 + ], + [ + -1376.43, + -65.7075 + ], + [ + -110.647, + -996.012 + ], + [ + 192.88, + -983.403 + ], + [ + 27.6524, + -1001.76 + ], + [ + 1258.5, + 928.985 + ], + [ + 1068.68, + 1209.16 + ], + [ + 1396.34, + 453.759 + ], + [ + -939.894, + -705.067 + ], + [ + 220.023, + -977.688 + ], + [ + 1203.76, + -344.734 + ], + [ + 1330.25, + -103.783 + ], + [ + -138.171, + -992.568 + ], + [ + -1246.76, + -343.525 + ], + [ + -536.218, + -923.977 + ], + [ + 870.301, + -139.736 + ], + [ + 611.009, + -876.316 + ], + [ + 1210.45, + -320.463 + ], + [ + -1253.42, + -318.391 + ], + [ + 246.998, + -971.224 + ], + [ + -818.926, + -791.169 + ], + [ + 1367.29, + 651.87 + ], + [ + 881.727, + -720.517 + ], + [ + -377.447, + -962.86 + ], + [ + -165.589, + -988.364 + ], + [ + 291.999, + 348.14 + ], + [ + 1353.9, + 679.226 + ], + [ + 456.011, + -928.235 + ], + [ + -1321.58, + -183.782 + ], + [ + 273.783, + -964.016 + ], + [ + 995.137, + -624.678 + ], + [ + -432.971, + -137.843 + ], + [ + -691.531, + -858.528 + ], + [ + 1377.26, + 45.0812 + ], + [ + -463.689, + 1121.47 + ], + [ + -192.88, + -983.403 + ], + [ + -1180.79, + -416.67 + ], + [ + -1410.93, + 174.705 + ], + [ + 463.689, + 1121.47 + ], + [ + 760.358, + -798.211 + ], + [ + 300.359, + -956.069 + ], + [ + -1312.21, + 851.434 + ], + [ + -730.681, + 1497.69 + ], + [ + -664.21, + 1528.33 + ], + [ + -771.37, + 426.542 + ], + [ + 121.889, + 1661.96 + ], + [ + 145.646, + -869.332 + ], + [ + -145.646, + -869.332 + ], + [ + -403.951, + -952.045 + ], + [ + 1397.83, + 259.439 + ], + [ + 1044.15, + 1230.4 + ], + [ + -561.585, + -908.782 + ], + [ + -220.023, + -977.688 + ], + [ + 481.526, + -915.259 + ], + [ + -1380.11, + 624.25 + ], + [ + 635.029, + -859.07 + ], + [ + 1274.94, + -216.668 + ], + [ + -1377.47, + -38.0222 + ], + [ + -1421.15, + 368.762 + ], + [ + 326.704, + -947.39 + ], + [ + -121.889, + 1661.96 + ], + [ + -1092.77, + 1187.44 + ], + [ + -1413.45, + 397.259 + ], + [ + 901.33, + -695.838 + ], + [ + -246.998, + -971.224 + ], + [ + 1332.07, + -77.0182 + ], + [ + 1386.93, + 481.739 + ], + [ + -840.509, + -768.201 + ], + [ + -1116.42, + 1165.23 + ], + [ + -959.048, + -678.784 + ], + [ + -715.027, + -839.06 + ], + [ + -1259.56, + -293.127 + ], + [ + -1276.92, + 903.497 + ], + [ + 1019.2, + 1251.15 + ], + [ + -430.146, + -940.5 + ], + [ + -1294.82, + 877.643 + ], + [ + 352.799, + -937.985 + ], + [ + 506.673, + -901.581 + ], + [ + -273.783, + -964.016 + ], + [ + 782.159, + -776.862 + ], + [ + 1339.98, + 706.308 + ], + [ + -1188.93, + -392.847 + ], + [ + -291.999, + 348.14 + ], + [ + -1148.4, + -392.301 + ], + [ + -1325.0, + -157.175 + ], + [ + -586.522, + -892.891 + ], + [ + 1392.33, + 287.488 + ], + [ + 658.561, + -841.166 + ], + [ + 1012.04, + -596.897 + ], + [ + 1376.08, + 72.7608 + ], + [ + -1407.13, + 203.036 + ], + [ + 40.1856, + -969.248 + ], + [ + 66.9955, + -967.764 + ], + [ + -300.359, + -956.069 + ], + [ + -1068.68, + 1209.16 + ], + [ + 794.479, + 917.342 + ], + [ + 93.7541, + -965.54 + ], + [ + 481.047, + 1595.49 + ], + [ + 378.624, + -927.862 + ], + [ + -1070.74, + -571.155 + ], + [ + 573.612, + 1564.59 + ], + [ + 120.441, + -962.575 + ], + [ + 1220.13, + 978.826 + ], + [ + -40.1856, + -969.248 + ], + [ + 1279.04, + -190.992 + ], + [ + 1239.56, + 954.099 + ], + [ + -456.011, + -928.235 + ], + [ + -870.301, + -139.736 + ], + [ + 531.431, + -887.213 + ], + [ + 147.035, + -958.873 + ], + [ + -1377.96, + -10.3215 + ], + [ + -861.448, + -744.644 + ], + [ + -66.9955, + -967.764 + ], + [ + 993.844, + 1271.39 + ], + [ + 173.517, + -954.436 + ], + [ + 199.866, + -949.268 + ], + [ + -737.975, + -818.949 + ], + [ + -1405.18, + 425.595 + ], + [ + -93.7541, + -965.54 + ], + [ + -326.704, + -947.39 + ], + [ + 1325.5, + 733.104 + ], + [ + -611.009, + -876.316 + ], + [ + 61.7236, + -634.063 + ], + [ + 1333.35, + -50.2224 + ], + [ + 681.589, + -822.617 + ], + [ + -977.467, + -651.981 + ], + [ + 404.159, + -917.027 + ], + [ + -1258.5, + 928.985 + ], + [ + 580.945, + -662.912 + ], + [ + 920.244, + -670.626 + ], + [ + 226.062, + -943.373 + ], + [ + -1327.9, + -130.505 + ], + [ + 803.36, + -754.917 + ], + [ + -120.441, + -962.575 + ], + [ + -1265.2, + -267.746 + ], + [ + -1187.26, + -251.251 + ], + [ + -110.06, + -627.481 + ], + [ + 1216.65, + -296.064 + ], + [ + 252.085, + -936.755 + ], + [ + -481.047, + 1595.49 + ], + [ + -1044.15, + 1230.4 + ], + [ + -481.526, + -915.259 + ], + [ + -147.035, + -958.873 + ], + [ + 1200.21, + 1003.16 + ], + [ + 555.782, + -872.165 + ], + [ + 146.209, + 1660.0 + ], + [ + -352.799, + -937.985 + ], + [ + -1196.59, + -368.865 + ], + [ + 277.914, + -929.419 + ], + [ + 1386.27, + 315.422 + ], + [ + -573.612, + 1564.59 + ], + [ + -1377.89, + 17.3834 + ], + [ + -173.517, + -954.436 + ], + [ + 429.384, + -905.49 + ], + [ + 1374.33, + 100.411 + ], + [ + -13.3449, + -969.989 + ], + [ + 1028.18, + -568.659 + ], + [ + -146.209, + 1660.0 + ], + [ + -1402.76, + 231.284 + ], + [ + 968.083, + 1291.11 + ], + [ + -199.866, + -949.268 + ], + [ + -881.727, + -720.517 + ], + [ + -1396.34, + 453.759 + ], + [ + 303.531, + -921.372 + ], + [ + -635.029, + -859.07 + ], + [ + 1113.17, + -483.29 + ], + [ + -1367.29, + 651.87 + ], + [ + 410.523, + 1615.07 + ], + [ + -1353.9, + 679.226 + ], + [ + -1019.2, + 1251.15 + ], + [ + 110.06, + -627.481 + ], + [ + 1282.62, + -165.239 + ], + [ + 704.095, + -803.438 + ], + [ + -760.358, + -798.211 + ], + [ + -1270.33, + -242.256 + ], + [ + -226.062, + -943.373 + ], + [ + 617.322, + 157.349 + ], + [ + -506.673, + -901.581 + ], + [ + -378.624, + -927.862 + ], + [ + 579.708, + -856.449 + ], + [ + -61.7236, + -634.063 + ], + [ + -1203.76, + -344.734 + ], + [ + 328.915, + -912.618 + ], + [ + 823.945, + -732.393 + ], + [ + 1334.09, + -23.4064 + ], + [ + 454.281, + -893.259 + ], + [ + 938.452, + -644.9 + ], + [ + 1376.97, + 509.525 + ], + [ + -1330.25, + -103.783 + ], + [ + -995.137, + -624.678 + ], + [ + -252.085, + -936.755 + ], + [ + -1210.45, + -320.463 + ], + [ + -410.523, + 1615.07 + ], + [ + 1222.35, + -271.544 + ], + [ + 354.047, + -903.165 + ], + [ + -404.159, + -917.027 + ], + [ + -794.479, + 917.342 + ], + [ + 218.961, + 1651.98 + ], + [ + -993.844, + 1271.39 + ], + [ + -277.914, + -929.419 + ], + [ + -658.561, + -841.166 + ], + [ + 1043.52, + -539.985 + ], + [ + -901.33, + -695.838 + ], + [ + -531.431, + -887.213 + ], + [ + -1377.26, + 45.0812 + ], + [ + 1379.65, + 343.228 + ], + [ + 51.9303, + -938.502 + ], + [ + 1372.04, + 128.021 + ], + [ + 726.062, + -783.643 + ], + [ + 77.8848, + -936.705 + ], + [ + 478.829, + -880.344 + ], + [ + 603.189, + -840.076 + ], + [ + -782.159, + -776.862 + ], + [ + -1397.83, + 259.439 + ], + [ + 103.78, + -934.191 + ], + [ + -25.936, + -939.58 + ], + [ + 378.907, + -893.021 + ], + [ + 843.9, + -709.309 + ], + [ + -218.961, + 1651.98 + ], + [ + -1386.93, + 481.739 + ], + [ + 129.595, + -930.961 + ], + [ + -303.531, + -921.372 + ], + [ + -1339.98, + 706.308 + ], + [ + -51.9303, + -938.502 + ], + [ + 1334.29, + 3.41912 + ], + [ + -1220.13, + 978.826 + ], + [ + 1285.68, + -139.42 + ], + [ + 155.311, + -927.017 + ], + [ + -1274.94, + -216.668 + ], + [ + -77.8848, + -936.705 + ], + [ + -1239.56, + 954.099 + ], + [ + 206.366, + -917.003 + ], + [ + 915.398, + 1328.98 + ], + [ + 180.908, + -922.364 + ], + [ + -617.322, + 157.349 + ], + [ + 231.667, + -910.941 + ], + [ + 1129.44, + 443.944 + ], + [ + 955.941, + -618.68 + ], + [ + 1355.37, + 564.468 + ], + [ + 1310.5, + 759.604 + ], + [ + 315.282, + 1636.33 + ], + [ + -429.384, + -905.49 + ], + [ + 24.3221, + -881.112 + ], + [ + 1227.57, + -246.915 + ], + [ + -103.78, + -934.191 + ], + [ + 256.79, + -904.18 + ], + [ + -968.083, + 1291.11 + ], + [ + -1332.07, + -77.0182 + ], + [ + 403.478, + -882.192 + ], + [ + -328.915, + -912.618 + ], + [ + 1366.45, + 537.105 + ], + [ + 941.931, + 1310.31 + ], + [ + -555.782, + -872.165 + ], + [ + -681.589, + -822.617 + ], + [ + 1179.8, + 1027.08 + ], + [ + 503.01, + -866.755 + ], + [ + -580.945, + -662.912 + ], + [ + -1012.04, + -596.897 + ], + [ + -129.595, + -930.961 + ], + [ + -636.033, + -36.1621 + ], + [ + 626.209, + -823.06 + ], + [ + 888.495, + 1347.12 + ], + [ + 281.716, + -896.727 + ], + [ + 1369.19, + 155.579 + ], + [ + 863.208, + -685.681 + ], + [ + -1392.33, + 287.488 + ], + [ + -1200.21, + 1003.16 + ], + [ + 747.472, + -763.248 + ], + [ + -155.311, + -927.017 + ], + [ + -315.282, + 1636.33 + ], + [ + -1325.5, + 733.104 + ], + [ + 1232.28, + -222.185 + ], + [ + -24.3221, + -881.112 + ], + [ + -803.36, + -754.917 + ], + [ + 306.426, + -888.586 + ], + [ + -1376.08, + 72.7608 + ], + [ + -354.047, + -903.165 + ], + [ + -180.908, + -922.364 + ], + [ + 1288.23, + -113.544 + ], + [ + -454.281, + -893.259 + ], + [ + 427.739, + -870.687 + ], + [ + 1058.07, + -510.897 + ], + [ + -206.366, + -917.003 + ], + [ + -920.244, + -670.626 + ], + [ + 25.936, + -939.58 + ], + [ + 543.375, + -694.041 + ], + [ + -231.667, + -910.941 + ], + [ + 1333.95, + 30.2432 + ], + [ + 526.806, + -852.501 + ], + [ + -579.708, + -856.449 + ], + [ + 1140.28, + -415.31 + ], + [ + -206.385, + 1195.88 + ], + [ + 330.901, + -879.765 + ], + [ + -1279.04, + -190.992 + ], + [ + 1137.55, + 1073.68 + ], + [ + 1294.96, + 785.797 + ], + [ + 1278.9, + 811.673 + ], + [ + 648.748, + -805.414 + ], + [ + -256.79, + -904.18 + ], + [ + 229.123, + 851.148 + ], + [ + -704.095, + -803.438 + ], + [ + -378.907, + -893.021 + ], + [ + 972.697, + -591.986 + ], + [ + 1343.75, + 591.603 + ], + [ + 1158.91, + 1050.6 + ], + [ + 48.7922, + 1665.71 + ], + [ + -48.7922, + 1665.71 + ], + [ + -1333.35, + -50.2224 + ], + [ + 451.673, + -858.515 + ], + [ + -478.829, + -880.344 + ], + [ + 768.31, + -742.269 + ], + [ + 355.123, + -870.27 + ], + [ + 206.385, + 1195.88 + ], + [ + -281.716, + -896.727 + ], + [ + -1216.65, + -296.064 + ], + [ + -915.398, + 1328.98 + ], + [ + 573.897, + 1069.28 + ], + [ + -1028.18, + -568.659 + ], + [ + 1365.78, + 183.074 + ], + [ + -1386.27, + 315.422 + ], + [ + -823.945, + -732.393 + ], + [ + 550.199, + -837.595 + ], + [ + 833.622, + 1381.75 + ], + [ + -109.128, + -441.085 + ], + [ + 137.898, + -899.283 + ], + [ + 37.6882, + -909.013 + ], + [ + 881.854, + -661.528 + ], + [ + 227.466, + -595.067 + ], + [ + -403.478, + -882.192 + ], + [ + -603.189, + -840.076 + ], + [ + 1372.47, + 370.896 + ], + [ + 379.073, + -860.108 + ], + [ + -1129.44, + 443.944 + ], + [ + 1290.25, + -87.6223 + ], + [ + -1374.33, + 100.411 + ], + [ + -941.931, + 1310.31 + ], + [ + -306.426, + -888.586 + ], + [ + 670.791, + -787.15 + ], + [ + -1113.17, + -483.29 + ], + [ + -37.6882, + -909.013 + ], + [ + -888.495, + 1347.12 + ], + [ + -938.452, + -644.9 + ], + [ + 475.26, + -845.686 + ], + [ + -1376.97, + 509.525 + ], + [ + 212.013, + -884.746 + ], + [ + 236.419, + -878.54 + ], + [ + 1071.8, + -481.418 + ], + [ + 1333.07, + 57.0551 + ], + [ + 308.474, + -855.903 + ], + [ + -726.062, + -783.643 + ], + [ + -503.01, + -866.755 + ], + [ + 861.232, + 1364.71 + ], + [ + -1282.62, + -165.239 + ], + [ + 1262.33, + 837.22 + ], + [ + -137.898, + -899.283 + ], + [ + -330.901, + -879.765 + ], + [ + 402.733, + -849.287 + ], + [ + 1206.48, + -130.831 + ], + [ + 805.674, + 1398.23 + ], + [ + 573.169, + -822.046 + ], + [ + 1331.59, + 618.498 + ], + [ + 788.559, + -720.72 + ], + [ + -229.123, + 851.148 + ], + [ + -427.739, + -870.687 + ], + [ + 988.709, + -564.838 + ], + [ + -1334.09, + -23.4064 + ], + [ + -1179.8, + 1027.08 + ], + [ + -543.375, + -694.041 + ], + [ + -843.9, + -709.309 + ], + [ + 187.445, + -890.275 + ], + [ + 62.832, + -907.622 + ], + [ + 1236.5, + -197.367 + ], + [ + 162.734, + -895.122 + ], + [ + -626.209, + -823.06 + ], + [ + -1043.52, + -539.985 + ], + [ + 112.956, + -902.755 + ], + [ + 498.484, + -832.208 + ], + [ + -1222.35, + -271.544 + ], + [ + 1093.47, + 1118.54 + ], + [ + -1310.5, + 759.604 + ], + [ + 87.9277, + -905.536 + ], + [ + 692.319, + -768.284 + ], + [ + 1361.83, + 210.495 + ], + [ + -1379.65, + 343.228 + ], + [ + -355.123, + -870.27 + ], + [ + 260.643, + -871.66 + ], + [ + 777.401, + 1414.14 + ], + [ + -62.832, + -907.622 + ], + [ + 622.894, + 133.598 + ], + [ + 899.825, + -636.868 + ], + [ + 426.084, + -837.816 + ], + [ + -212.013, + -884.746 + ], + [ + -526.806, + -852.501 + ], + [ + -236.419, + -878.54 + ], + [ + -1355.37, + 564.468 + ], + [ + 1291.75, + -61.6651 + ], + [ + -1372.04, + 128.021 + ], + [ + 1364.74, + 398.413 + ], + [ + 284.667, + -864.112 + ], + [ + -955.941, + -618.68 + ], + [ + 1115.74, + 1096.34 + ], + [ + -87.9277, + -905.536 + ], + [ + 595.701, + -805.868 + ], + [ + -451.673, + -858.515 + ], + [ + -747.472, + -763.248 + ], + [ + -833.622, + 1381.75 + ], + [ + -573.897, + 1069.28 + ], + [ + -112.956, + -902.755 + ], + [ + -1366.45, + 537.105 + ], + [ + 808.204, + -698.62 + ], + [ + -1137.55, + 1073.68 + ], + [ + -863.208, + -685.681 + ], + [ + 1331.66, + 83.844 + ], + [ + 60.9723, + 1212.02 + ], + [ + -1334.29, + 3.41912 + ], + [ + -162.734, + -895.122 + ], + [ + -187.445, + -890.275 + ], + [ + -379.073, + -860.108 + ], + [ + -308.474, + -855.903 + ], + [ + -1285.68, + -139.42 + ], + [ + -227.466, + -595.067 + ], + [ + -1158.91, + 1050.6 + ], + [ + 521.326, + -818.093 + ], + [ + 1084.71, + -451.57 + ], + [ + 325.359, + 1169.13 + ], + [ + 449.108, + -825.702 + ], + [ + -648.748, + -805.414 + ], + [ + -1227.57, + -246.915 + ], + [ + 332.044, + -847.037 + ], + [ + 1318.88, + 645.144 + ], + [ + 1070.76, + 1140.3 + ], + [ + -861.232, + 1364.71 + ], + [ + 1003.96, + -537.258 + ], + [ + 713.317, + -748.829 + ], + [ + -805.674, + 1398.23 + ], + [ + -1278.9, + 811.673 + ], + [ + -550.199, + -837.595 + ], + [ + 1240.22, + -172.468 + ], + [ + -1294.96, + 785.797 + ], + [ + -1369.19, + 155.579 + ], + [ + -260.643, + -871.66 + ], + [ + -475.26, + -845.686 + ], + [ + 827.23, + -675.984 + ], + [ + 617.777, + -789.073 + ], + [ + 917.107, + -611.72 + ], + [ + -402.733, + -849.287 + ], + [ + 1356.45, + 425.77 + ], + [ + -1232.28, + -222.185 + ], + [ + 1357.32, + 237.83 + ], + [ + -768.31, + -742.269 + ], + [ + 355.36, + -837.523 + ], + [ + -1058.07, + -510.897 + ], + [ + 401.157, + -816.578 + ], + [ + 1347.62, + 452.954 + ], + [ + 543.768, + -803.351 + ], + [ + -60.9723, + 1212.02 + ], + [ + 1352.26, + 265.07 + ], + [ + 1227.65, + 887.289 + ], + [ + 471.789, + -812.956 + ], + [ + 1245.24, + 862.429 + ], + [ + -284.667, + -864.112 + ], + [ + 1292.73, + -35.683 + ], + [ + -1343.75, + 591.603 + ], + [ + -777.401, + 1414.14 + ], + [ + -1288.23, + -113.544 + ], + [ + -972.697, + -591.986 + ], + [ + 690.743, + 1458.43 + ], + [ + -670.791, + -787.15 + ], + [ + -1140.28, + -415.31 + ], + [ + 378.403, + -827.367 + ], + [ + 1329.7, + 110.599 + ], + [ + -1333.95, + 30.2432 + ], + [ + 1047.62, + 1161.6 + ], + [ + -573.169, + -822.046 + ], + [ + 748.814, + 1429.48 + ], + [ + -426.084, + -837.816 + ], + [ + 733.769, + -728.8 + ], + [ + 639.379, + -771.672 + ], + [ + -881.854, + -661.528 + ], + [ + 1169.96, + -322.362 + ], + [ + -498.484, + -832.208 + ], + [ + -325.359, + 1169.13 + ], + [ + 1096.8, + -421.376 + ], + [ + -1093.47, + 1118.54 + ], + [ + -12.5155, + -909.708 + ], + [ + 494.108, + -799.587 + ], + [ + -1262.33, + 837.22 + ], + [ + 1018.45, + -509.266 + ], + [ + 661.283, + 1472.02 + ], + [ + 565.793, + -787.994 + ], + [ + -332.044, + -847.037 + ], + [ + 1243.43, + -147.499 + ], + [ + -622.894, + 133.598 + ], + [ + -1365.78, + 183.074 + ], + [ + 1346.66, + 292.203 + ], + [ + 845.622, + -652.83 + ], + [ + -1372.47, + 370.896 + ], + [ + -788.559, + -720.72 + ], + [ + 933.685, + -586.103 + ], + [ + 719.924, + 1444.25 + ], + [ + 1209.56, + 911.791 + ], + [ + -1115.74, + 1096.34 + ], + [ + 1338.24, + 479.955 + ], + [ + -449.108, + -825.702 + ], + [ + -692.319, + -768.284 + ], + [ + -1331.59, + 618.498 + ], + [ + 1024.06, + 1182.43 + ], + [ + 1293.19, + -9.68651 + ], + [ + -595.701, + -805.868 + ], + [ + 423.603, + -805.162 + ], + [ + 1327.21, + 137.309 + ], + [ + -1290.25, + -87.6223 + ], + [ + -1071.8, + -481.418 + ], + [ + 516.048, + -785.606 + ], + [ + 660.491, + -753.681 + ], + [ + -355.36, + -837.523 + ], + [ + -521.326, + -818.093 + ], + [ + -690.743, + 1458.43 + ], + [ + 310.31, + -825.02 + ], + [ + -1070.76, + 1140.3 + ], + [ + -988.709, + -564.838 + ], + [ + 753.658, + -708.212 + ], + [ + -1333.07, + 57.0551 + ], + [ + -401.157, + -816.578 + ], + [ + 1291.88, + 697.641 + ], + [ + -1206.48, + -130.831 + ], + [ + 587.385, + -772.033 + ], + [ + -899.825, + -636.868 + ], + [ + 467.505, + -780.49 + ], + [ + -748.814, + 1429.48 + ], + [ + 1305.65, + 671.528 + ], + [ + 445.725, + -793.13 + ], + [ + 1246.15, + -122.471 + ], + [ + -808.204, + -698.62 + ], + [ + -378.403, + -827.367 + ], + [ + -661.283, + 1472.02 + ], + [ + -471.789, + -812.956 + ], + [ + -1236.5, + -197.367 + ], + [ + 537.593, + -771.023 + ], + [ + 1108.04, + -390.859 + ], + [ + -1361.83, + 210.495 + ], + [ + 1032.15, + -480.884 + ], + [ + 1000.08, + 1202.77 + ], + [ + 1190.99, + 935.924 + ], + [ + 1340.51, + 319.217 + ], + [ + -617.777, + -789.073 + ], + [ + 863.366, + -629.176 + ], + [ + -1364.74, + 398.413 + ], + [ + 1293.12, + 16.3139 + ], + [ + -543.768, + -803.351 + ], + [ + -713.317, + -748.829 + ], + [ + 772.971, + -687.082 + ], + [ + 949.549, + -560.038 + ], + [ + 681.097, + -735.112 + ], + [ + -719.924, + 1444.25 + ], + [ + -1047.62, + 1161.6 + ], + [ + -1318.88, + 645.144 + ], + [ + 1328.32, + 506.762 + ], + [ + -1291.75, + -61.6651 + ], + [ + 1324.18, + 163.964 + ], + [ + 608.528, + -755.48 + ], + [ + -1227.65, + 887.289 + ], + [ + -310.31, + -825.02 + ], + [ + 540.89, + 1520.39 + ], + [ + 488.927, + -767.252 + ], + [ + -1245.24, + 862.429 + ], + [ + -494.108, + -799.587 + ], + [ + 631.555, + 1485.02 + ], + [ + -1331.66, + 83.844 + ], + [ + 975.697, + 1222.64 + ], + [ + -1084.71, + -451.57 + ], + [ + 558.727, + -755.849 + ], + [ + 1277.59, + 723.473 + ], + [ + -1003.96, + -537.258 + ], + [ + 863.766, + 175.668 + ], + [ + -917.107, + -611.72 + ], + [ + -827.23, + -675.984 + ], + [ + 1213.46, + 15.3089 + ], + [ + 510.214, + 1530.96 + ], + [ + -639.379, + -771.672 + ], + [ + -423.603, + -805.162 + ], + [ + 1248.36, + -97.3937 + ], + [ + -1356.45, + 425.77 + ], + [ + 601.573, + 1497.42 + ], + [ + -565.793, + -787.994 + ], + [ + -1347.62, + 452.954 + ], + [ + -733.769, + -728.8 + ], + [ + 701.181, + -715.98 + ], + [ + -1240.22, + -172.468 + ], + [ + -1024.06, + 1182.43 + ], + [ + 791.69, + -665.426 + ], + [ + -1357.32, + 237.83 + ], + [ + 629.203, + -738.349 + ], + [ + 880.448, + -605.04 + ], + [ + 1333.83, + 346.103 + ], + [ + 479.332, + 1540.9 + ], + [ + 1292.53, + 42.3078 + ], + [ + -1352.26, + 265.07 + ], + [ + -516.048, + -785.606 + ], + [ + -540.89, + 1520.39 + ], + [ + 48.6988, + -880.102 + ], + [ + 1045.07, + -452.134 + ], + [ + 447.447, + 79.092 + ], + [ + 964.685, + -533.543 + ], + [ + 1118.43, + -360.043 + ], + [ + 571.347, + 1509.21 + ], + [ + -1209.56, + 911.791 + ], + [ + 579.432, + -740.096 + ], + [ + -445.725, + -793.13 + ], + [ + 509.975, + -753.426 + ], + [ + 1317.86, + 533.365 + ], + [ + -467.505, + -780.49 + ], + [ + -1292.73, + -35.683 + ], + [ + -48.6988, + -880.102 + ], + [ + 1320.62, + 190.552 + ], + [ + -631.555, + 1485.02 + ], + [ + -510.214, + 1530.96 + ], + [ + -845.622, + -652.83 + ], + [ + 121.531, + -873.03 + ], + [ + -1329.7, + 110.599 + ], + [ + 1250.06, + -72.2768 + ], + [ + -660.491, + -753.681 + ], + [ + 809.804, + -643.26 + ], + [ + -1096.8, + -421.376 + ], + [ + 1262.79, + 749.011 + ], + [ + -1000.08, + 1202.77 + ], + [ + 1152.4, + 983.045 + ], + [ + 442.431, + -762.368 + ], + [ + -1018.45, + -509.266 + ], + [ + -587.385, + -772.033 + ], + [ + -1169.96, + -322.362 + ], + [ + 720.729, + -696.3 + ], + [ + -601.573, + 1497.42 + ], + [ + -933.685, + -586.103 + ], + [ + 550.882, + -724.054 + ], + [ + 287.358, + -833.292 + ], + [ + -479.332, + 1540.9 + ], + [ + 649.397, + -720.652 + ], + [ + -537.593, + -771.023 + ], + [ + -753.658, + -708.212 + ], + [ + 1171.93, + 959.679 + ], + [ + -1346.66, + 292.203 + ], + [ + 1251.26, + -47.1307 + ], + [ + 925.758, + 1260.87 + ], + [ + -1338.24, + 479.955 + ], + [ + 530.632, + -739.024 + ], + [ + -1243.43, + -147.499 + ], + [ + 1192.07, + -227.331 + ], + [ + -1291.88, + 697.641 + ], + [ + 599.693, + -723.775 + ], + [ + 896.856, + -580.441 + ], + [ + -121.531, + -873.03 + ], + [ + -571.347, + 1509.21 + ], + [ + -488.927, + -767.252 + ], + [ + -975.697, + 1222.64 + ], + [ + -1190.99, + 935.924 + ], + [ + 1326.6, + 372.848 + ], + [ + 1291.42, + 68.2845 + ], + [ + 950.919, + 1242.01 + ], + [ + 979.082, + -506.64 + ], + [ + 217.251, + -854.255 + ], + [ + 1057.18, + -423.037 + ], + [ + -1305.65, + 671.528 + ], + [ + 1127.97, + -328.95 + ], + [ + -1327.21, + 137.309 + ], + [ + 553.596, + 315.242 + ], + [ + -72.8664, + 448.503 + ], + [ + -1293.19, + -9.68651 + ], + [ + -681.097, + -735.112 + ], + [ + 322.269, + 1581.23 + ], + [ + 1316.52, + 217.064 + ], + [ + -608.528, + -755.48 + ], + [ + 1132.4, + 1006.01 + ], + [ + -772.971, + -687.082 + ], + [ + 739.724, + -676.086 + ], + [ + -558.727, + -755.849 + ], + [ + 669.094, + -702.403 + ], + [ + 900.222, + 1279.23 + ], + [ + 290.415, + 1587.39 + ], + [ + 448.257, + 1550.23 + ], + [ + -863.366, + -629.176 + ], + [ + -447.447, + 79.092 + ], + [ + 565.259, + 293.815 + ], + [ + 827.297, + -620.601 + ], + [ + 258.443, + 1592.91 + ], + [ + 619.495, + -706.901 + ], + [ + -1246.15, + -122.471 + ], + [ + -1032.15, + -480.884 + ], + [ + -863.766, + 175.668 + ], + [ + 72.8664, + 448.503 + ], + [ + -949.549, + -560.038 + ], + [ + -322.269, + 1581.23 + ], + [ + 417.0, + 1558.93 + ], + [ + -1108.04, + -390.859 + ], + [ + -1340.51, + 319.217 + ], + [ + 226.367, + 1597.78 + ], + [ + -287.358, + -833.292 + ], + [ + -1328.32, + 506.762 + ], + [ + -290.415, + 1587.39 + ], + [ + -1277.59, + 723.473 + ], + [ + -217.251, + -854.255 + ], + [ + 1306.87, + 559.752 + ], + [ + 912.577, + -555.397 + ], + [ + 194.199, + 1602.01 + ], + [ + -553.596, + 315.242 + ], + [ + -258.443, + 1592.91 + ], + [ + -1293.12, + 16.3139 + ], + [ + -509.975, + -753.426 + ], + [ + 385.575, + 1567.0 + ], + [ + 1318.83, + 399.443 + ], + [ + 1289.78, + 94.2337 + ], + [ + 758.152, + -655.354 + ], + [ + -701.181, + -715.98 + ], + [ + -448.257, + 1550.23 + ], + [ + -629.203, + -738.349 + ], + [ + -226.367, + 1597.78 + ], + [ + 570.71, + -708.531 + ], + [ + -1213.46, + 15.3089 + ], + [ + 688.277, + -683.616 + ], + [ + -579.432, + -740.096 + ], + [ + -1324.18, + 163.964 + ], + [ + 992.729, + -479.348 + ], + [ + -925.758, + 1260.87 + ], + [ + -194.199, + 1602.01 + ], + [ + -791.69, + -665.426 + ], + [ + 353.994, + 1574.43 + ], + [ + 1068.48, + -393.616 + ], + [ + -417.0, + 1558.93 + ], + [ + -442.431, + -762.368 + ], + [ + 1231.66, + 799.171 + ], + [ + -1152.4, + 983.045 + ], + [ + 1247.48, + 774.248 + ], + [ + 848.068, + 1314.38 + ], + [ + 638.822, + -689.485 + ], + [ + 1136.64, + -297.606 + ], + [ + 33.7706, + -852.433 + ], + [ + 66.3828, + -850.515 + ], + [ + -880.448, + -605.04 + ], + [ + -950.919, + 1242.01 + ], + [ + -1.10884, + -853.101 + ], + [ + -550.882, + -724.054 + ], + [ + -385.575, + 1567.0 + ], + [ + 775.999, + -634.12 + ], + [ + 98.8977, + -847.349 + ], + [ + 844.156, + -597.467 + ], + [ + -33.7706, + -852.433 + ], + [ + -530.632, + -739.024 + ], + [ + -1248.36, + -97.3937 + ], + [ + 131.268, + -842.942 + ], + [ + 1251.96, + -21.9655 + ], + [ + -1171.93, + 959.679 + ], + [ + -66.3828, + -850.515 + ], + [ + -1333.83, + 346.103 + ], + [ + -353.994, + 1574.43 + ], + [ + -1262.79, + 749.011 + ], + [ + -964.685, + -533.543 + ], + [ + -900.222, + 1279.23 + ], + [ + -1317.86, + 533.365 + ], + [ + -720.729, + -696.3 + ], + [ + 590.101, + -692.464 + ], + [ + -649.397, + -720.652 + ], + [ + -1045.07, + -452.134 + ], + [ + 163.445, + -837.298 + ], + [ + -809.804, + -643.26 + ], + [ + 1295.36, + 585.912 + ], + [ + 874.322, + 1297.07 + ], + [ + 706.934, + -664.305 + ], + [ + -98.8977, + -847.349 + ], + [ + -599.693, + -723.775 + ], + [ + 1283.32, + 611.836 + ], + [ + 831.271, + 293.152 + ], + [ + -1292.53, + 42.3078 + ], + [ + 821.472, + 1331.17 + ], + [ + -1118.43, + -360.043 + ], + [ + 927.599, + -529.927 + ], + [ + 1287.63, + 120.145 + ], + [ + 1111.95, + 1028.58 + ], + [ + 1215.34, + 823.771 + ], + [ + 387.193, + 237.795 + ], + [ + 376.96, + -513.563 + ], + [ + 195.383, + -830.426 + ], + [ + -1320.62, + 190.552 + ], + [ + -1132.4, + 1006.01 + ], + [ + -131.268, + -842.942 + ], + [ + 1311.89, + 243.487 + ], + [ + 657.66, + -671.54 + ], + [ + 1005.62, + -451.689 + ], + [ + 161.952, + 1605.59 + ], + [ + -1250.06, + -72.2768 + ], + [ + 129.641, + 1608.52 + ], + [ + 227.034, + -822.336 + ], + [ + 377.672, + -796.438 + ], + [ + -565.259, + 293.815 + ], + [ + -896.856, + -580.441 + ], + [ + 1205.79, + 137.012 + ], + [ + 725.048, + -644.485 + ], + [ + -163.445, + -837.298 + ], + [ + -387.193, + 237.795 + ], + [ + 1252.15, + 3.20863 + ], + [ + 97.2763, + 1610.8 + ], + [ + 1078.97, + -363.893 + ], + [ + 860.368, + -573.875 + ], + [ + 609.04, + -675.867 + ], + [ + 794.544, + 1347.41 + ], + [ + -161.952, + 1605.59 + ], + [ + 1069.7, + 1072.45 + ], + [ + 64.8727, + 1612.43 + ], + [ + -129.641, + 1608.52 + ], + [ + 793.252, + -612.4 + ], + [ + 32.4429, + 1613.41 + ], + [ + -97.2763, + 1610.8 + ], + [ + -669.094, + -702.403 + ], + [ + 0.0, + 1613.74 + ], + [ + -64.8727, + 1612.43 + ], + [ + -32.4429, + 1613.41 + ], + [ + -848.068, + 1314.38 + ], + [ + -739.724, + -676.086 + ], + [ + 627.512, + -658.752 + ], + [ + -1326.6, + 372.848 + ], + [ + 1144.44, + -266.034 + ], + [ + -1251.26, + -47.1307 + ], + [ + -619.495, + -706.901 + ], + [ + 827.109, + -304.697 + ], + [ + 258.352, + -813.041 + ], + [ + -1192.07, + -227.331 + ], + [ + 1310.54, + 425.877 + ], + [ + -979.082, + -506.64 + ], + [ + 1284.95, + 146.007 + ], + [ + -195.383, + -830.426 + ], + [ + 1091.05, + 1050.72 + ], + [ + -1057.18, + -423.037 + ], + [ + 1270.76, + 637.512 + ], + [ + -1291.42, + 68.2845 + ], + [ + 1251.83, + 28.3814 + ], + [ + 1198.54, + 848.038 + ], + [ + -827.297, + -620.601 + ], + [ + 1306.73, + 269.813 + ], + [ + 742.608, + -624.172 + ], + [ + 941.91, + -504.051 + ], + [ + -570.71, + -708.531 + ], + [ + 675.994, + -653.081 + ], + [ + -1127.97, + -328.95 + ], + [ + -1316.52, + 217.064 + ], + [ + 876.7, + -91.3664 + ], + [ + 289.291, + -802.554 + ], + [ + -821.472, + 1331.17 + ], + [ + -227.034, + -822.336 + ], + [ + -874.322, + 1297.07 + ], + [ + -831.271, + 293.152 + ], + [ + 1047.93, + 1093.74 + ], + [ + -758.152, + -655.354 + ], + [ + -688.277, + -683.616 + ], + [ + -1306.87, + 559.752 + ], + [ + 1017.73, + -423.684 + ], + [ + 48.5206, + -825.014 + ], + [ + 16.8978, + -826.266 + ], + [ + 1203.61, + -155.06 + ], + [ + 80.0722, + -822.551 + ], + [ + -912.577, + -555.397 + ], + [ + 809.897, + -590.211 + ], + [ + -16.8978, + -826.266 + ], + [ + 875.921, + -549.843 + ], + [ + -638.822, + -689.485 + ], + [ + -1231.66, + 799.171 + ], + [ + -1247.48, + 774.248 + ], + [ + 111.506, + -818.882 + ], + [ + 319.807, + -790.889 + ], + [ + -48.5206, + -825.014 + ], + [ + 693.81, + -634.122 + ], + [ + -258.352, + -813.041 + ], + [ + 405.263, + -205.492 + ], + [ + -1318.83, + 399.443 + ], + [ + -794.544, + 1347.41 + ], + [ + 1088.62, + -333.892 + ], + [ + -377.672, + -796.438 + ], + [ + 142.777, + -814.013 + ], + [ + 1301.71, + 452.138 + ], + [ + 1281.76, + 171.811 + ], + [ + 1004.54, + 680.887 + ], + [ + -590.101, + -692.464 + ], + [ + -80.0722, + -822.551 + ], + [ + -376.96, + -513.563 + ], + [ + 711.877, + 1392.86 + ], + [ + -1111.95, + 1028.58 + ], + [ + 1292.36, + 478.216 + ], + [ + 1251.01, + 53.5427 + ], + [ + -992.729, + -479.348 + ], + [ + -775.999, + -634.12 + ], + [ + -1289.78, + 94.2337 + ], + [ + 1257.68, + 662.931 + ], + [ + 173.838, + -807.949 + ], + [ + -844.156, + -597.467 + ], + [ + 759.598, + -603.38 + ], + [ + 645.504, + -641.132 + ], + [ + 1151.37, + -234.258 + ], + [ + 1301.04, + 296.029 + ], + [ + 767.295, + 1363.12 + ], + [ + 955.5, + -477.79 + ], + [ + -111.506, + -818.882 + ], + [ + 467.246, + 433.044 + ], + [ + -1068.48, + -393.616 + ], + [ + 349.853, + -778.065 + ], + [ + -706.934, + -664.305 + ], + [ + -289.291, + -802.554 + ], + [ + -1215.34, + 823.771 + ], + [ + 683.731, + 1406.89 + ], + [ + 204.645, + -800.701 + ], + [ + -1069.7, + 1072.45 + ], + [ + 463.361, + -749.831 + ], + [ + -142.777, + -814.013 + ], + [ + -1136.64, + -297.606 + ], + [ + -1295.36, + 585.912 + ], + [ + -1283.32, + 611.836 + ], + [ + -657.66, + -671.54 + ], + [ + 711.094, + -614.677 + ], + [ + 1029.07, + -395.355 + ], + [ + 679.99, + -604.433 + ], + [ + 825.922, + -567.57 + ], + [ + 739.736, + 1378.27 + ], + [ + -609.04, + -675.867 + ], + [ + 235.151, + -792.279 + ], + [ + -927.599, + -529.927 + ], + [ + -1091.05, + 1050.72 + ], + [ + 890.804, + -525.39 + ], + [ + -173.838, + -807.949 + ], + [ + -1251.96, + -21.9655 + ], + [ + 663.001, + -623.021 + ], + [ + 379.386, + -764.099 + ], + [ + 1163.48, + 895.534 + ], + [ + -725.048, + -644.485 + ], + [ + -319.807, + -790.889 + ], + [ + 1003.11, + 1134.98 + ], + [ + 1278.05, + 197.545 + ], + [ + 1181.25, + 871.962 + ], + [ + -627.512, + -658.752 + ], + [ + 1097.45, + -303.635 + ], + [ + -711.877, + 1392.86 + ], + [ + 1282.48, + 504.101 + ], + [ + -405.263, + -205.492 + ], + [ + -827.109, + -304.697 + ], + [ + -1287.63, + 120.145 + ], + [ + 1025.72, + 1114.58 + ], + [ + 265.313, + -782.695 + ], + [ + -1047.93, + 1093.74 + ], + [ + -793.252, + -612.4 + ], + [ + 776.007, + -582.126 + ], + [ + -204.645, + -800.701 + ], + [ + -860.368, + -573.875 + ], + [ + -1311.89, + 243.487 + ], + [ + 1294.83, + 322.125 + ], + [ + -1005.62, + -451.689 + ], + [ + 727.834, + -594.761 + ], + [ + -1004.54, + 680.887 + ], + [ + -1198.54, + 848.038 + ], + [ + 1288.09, + 348.092 + ], + [ + 968.357, + -451.162 + ], + [ + -1205.79, + 137.012 + ], + [ + -767.295, + 1363.12 + ], + [ + 1157.41, + -202.303 + ], + [ + -683.731, + 1406.89 + ], + [ + -675.994, + -653.081 + ], + [ + -1078.97, + -363.893 + ], + [ + -1270.76, + 637.512 + ], + [ + 408.363, + -749.014 + ], + [ + -1310.54, + 425.877 + ], + [ + 295.085, + -771.963 + ], + [ + -349.853, + -778.065 + ], + [ + -1252.15, + 3.20863 + ], + [ + 31.6597, + -799.15 + ], + [ + -235.151, + -792.279 + ], + [ + 597.68, + 1445.55 + ], + [ + -876.7, + -91.3664 + ], + [ + 62.2335, + -797.352 + ], + [ + 1249.68, + 78.6824 + ], + [ + 980.089, + 1154.92 + ], + [ + -1.03953, + -799.777 + ], + [ + 841.314, + -544.494 + ], + [ + 92.716, + -794.385 + ], + [ + -31.6597, + -799.15 + ], + [ + 1145.24, + 918.743 + ], + [ + -742.608, + -624.172 + ], + [ + -739.736, + 1378.27 + ], + [ + -1144.44, + -266.034 + ], + [ + 1272.09, + 529.783 + ], + [ + 123.063, + -790.253 + ], + [ + 1244.1, + 688.082 + ], + [ + -1284.95, + 146.007 + ], + [ + -941.91, + -504.051 + ], + [ + 1039.62, + -366.723 + ], + [ + 905.003, + -500.535 + ], + [ + -62.2335, + -797.352 + ], + [ + 1230.02, + 712.954 + ], + [ + 1273.82, + 223.199 + ], + [ + -1306.73, + 269.813 + ], + [ + 153.229, + -784.962 + ], + [ + 568.498, + 1457.27 + ], + [ + 324.425, + -760.099 + ], + [ + 655.308, + 1420.35 + ], + [ + -467.246, + 433.044 + ], + [ + -1251.83, + 28.3814 + ], + [ + -92.716, + -794.385 + ], + [ + -693.81, + -634.122 + ], + [ + -463.361, + -749.831 + ], + [ + -265.313, + -782.695 + ], + [ + 696.458, + -585.382 + ], + [ + -809.897, + -590.211 + ], + [ + 791.82, + -560.426 + ], + [ + 183.17, + -778.519 + ], + [ + 436.741, + -732.83 + ], + [ + 523.959, + -708.814 + ], + [ + -379.386, + -764.099 + ], + [ + 1105.43, + -273.145 + ], + [ + -875.921, + -549.843 + ], + [ + -645.504, + -641.132 + ], + [ + 744.016, + -574.389 + ], + [ + -123.063, + -790.253 + ], + [ + 1280.83, + 373.917 + ], + [ + 539.086, + 1468.4 + ], + [ + 1247.84, + 103.79 + ], + [ + -1017.73, + -423.684 + ], + [ + 1126.54, + 941.582 + ], + [ + 980.473, + -424.188 + ], + [ + 212.843, + -770.936 + ], + [ + -597.68, + 1445.55 + ], + [ + 626.621, + 1433.24 + ], + [ + -1257.68, + 662.931 + ], + [ + -1301.71, + 452.138 + ], + [ + 808.983, + -349.996 + ], + [ + -1203.61, + -155.06 + ], + [ + -1003.11, + 1134.98 + ], + [ + 353.289, + -747.12 + ], + [ + -759.598, + -603.38 + ], + [ + -1292.36, + 478.216 + ], + [ + -153.229, + -784.962 + ], + [ + -295.085, + -771.963 + ], + [ + 1162.56, + -170.192 + ], + [ + 856.061, + -521.001 + ], + [ + 509.456, + 1478.95 + ], + [ + -1025.72, + 1114.58 + ], + [ + -1088.62, + -333.892 + ], + [ + 1261.18, + 555.25 + ], + [ + 242.204, + -762.221 + ], + [ + -1281.76, + 171.811 + ], + [ + -568.498, + 1457.27 + ], + [ + -955.5, + -477.79 + ], + [ + 932.869, + 1193.38 + ], + [ + 918.51, + -475.296 + ], + [ + 1212.17, + -57.8663 + ], + [ + 1215.43, + 737.539 + ], + [ + -679.99, + -604.433 + ], + [ + -183.17, + -778.519 + ], + [ + -711.094, + -614.677 + ], + [ + -1163.48, + 895.534 + ], + [ + 464.478, + -715.571 + ], + [ + 1269.07, + 248.763 + ], + [ + -1251.01, + 53.5427 + ], + [ + -1301.04, + 296.029 + ], + [ + -655.308, + 1420.35 + ], + [ + -408.363, + -749.014 + ], + [ + -663.001, + -623.021 + ], + [ + -1181.25, + 871.962 + ], + [ + 956.672, + 1174.39 + ], + [ + -1151.37, + -234.258 + ], + [ + 807.028, + -538.296 + ], + [ + 1273.05, + 399.592 + ], + [ + -539.086, + 1468.4 + ], + [ + -825.922, + -567.57 + ], + [ + 381.635, + -733.046 + ], + [ + 271.209, + -752.389 + ], + [ + -980.089, + 1154.92 + ], + [ + -324.425, + -760.099 + ], + [ + 712.392, + -565.882 + ], + [ + 759.628, + -553.578 + ], + [ + 1107.38, + 964.04 + ], + [ + -212.843, + -770.936 + ], + [ + -890.804, + -525.39 + ], + [ + -626.621, + 1433.24 + ], + [ + 1245.5, + 128.856 + ], + [ + -1029.07, + -395.355 + ], + [ + -509.456, + 1478.95 + ], + [ + 991.837, + -396.89 + ], + [ + 45.4826, + -773.358 + ], + [ + 908.688, + 1211.9 + ], + [ + -1282.48, + 504.101 + ], + [ + 75.0588, + -771.05 + ], + [ + -727.834, + -594.761 + ], + [ + -15.8398, + -774.533 + ], + [ + 15.8398, + -774.533 + ], + [ + 36.9823, + -452.876 + ], + [ + -776.007, + -582.126 + ], + [ + 299.817, + -741.454 + ], + [ + 104.525, + -767.611 + ], + [ + 491.535, + -697.263 + ], + [ + -45.4826, + -773.358 + ], + [ + -242.204, + -762.221 + ], + [ + 1249.76, + 580.493 + ], + [ + -1145.24, + 918.743 + ], + [ + 870.153, + -497.109 + ], + [ + 1263.81, + 274.226 + ], + [ + -436.741, + -732.83 + ], + [ + 742.612, + -525.598 + ], + [ + -1278.05, + 197.545 + ], + [ + 133.838, + -763.046 + ], + [ + 409.421, + -717.897 + ], + [ + -1097.45, + -303.635 + ], + [ + 1200.36, + 761.825 + ], + [ + -353.289, + -747.12 + ], + [ + -75.0588, + -771.05 + ], + [ + 388.997, + 1515.09 + ], + [ + -1294.83, + 322.125 + ], + [ + 931.312, + -449.692 + ], + [ + 1166.83, + -137.951 + ], + [ + -968.357, + -451.162 + ], + [ + 162.954, + -757.362 + ], + [ + 1049.37, + -337.809 + ], + [ + -1288.09, + 348.092 + ], + [ + -205.479, + 857.163 + ], + [ + 1087.77, + 986.108 + ], + [ + -104.525, + -767.611 + ], + [ + -523.959, + -708.814 + ], + [ + 727.781, + -545.949 + ], + [ + 358.459, + 1522.61 + ], + [ + 1264.76, + 425.105 + ], + [ + 1058.31, + -308.637 + ], + [ + 884.141, + 1229.92 + ], + [ + -1244.1, + 688.082 + ], + [ + 327.985, + -729.431 + ], + [ + -1230.02, + 712.954 + ], + [ + -1157.41, + -202.303 + ], + [ + -841.314, + -544.494 + ], + [ + -271.209, + -752.389 + ], + [ + 666.845, + -576.427 + ], + [ + 191.832, + -750.568 + ], + [ + 774.658, + -532.342 + ], + [ + 821.617, + -515.754 + ], + [ + 479.62, + 1488.89 + ], + [ + 1242.66, + 153.87 + ], + [ + -932.869, + 1193.38 + ], + [ + -1272.09, + 529.783 + ], + [ + -1126.54, + 941.582 + ], + [ + -133.838, + -763.046 + ], + [ + 205.479, + 857.163 + ], + [ + 327.775, + 1529.51 + ], + [ + -36.9823, + -452.876 + ], + [ + -696.458, + -585.382 + ], + [ + -388.997, + 1515.09 + ], + [ + 1112.57, + -242.446 + ], + [ + -905.003, + -500.535 + ], + [ + 517.87, + -677.932 + ], + [ + -1249.68, + 78.6824 + ], + [ + 436.607, + -701.695 + ], + [ + 449.59, + 1498.23 + ], + [ + 296.96, + 1535.79 + ], + [ + 499.526, + -395.373 + ], + [ + 450.323, + 450.616 + ], + [ + 220.428, + -742.673 + ], + [ + -464.478, + -715.571 + ], + [ + -956.672, + 1174.39 + ], + [ + -381.635, + -733.046 + ], + [ + 29.6739, + -749.024 + ], + [ + 58.33, + -747.339 + ], + [ + 1002.44, + -369.287 + ], + [ + -162.954, + -757.362 + ], + [ + -1039.62, + -366.723 + ], + [ + -358.459, + 1522.61 + ], + [ + 599.07, + -646.58 + ], + [ + -791.82, + -560.426 + ], + [ + -744.016, + -574.389 + ], + [ + 1118.85, + -211.561 + ], + [ + -85.3024, + -446.305 + ], + [ + 86.9005, + -744.558 + ], + [ + 355.672, + -716.339 + ], + [ + -29.6739, + -749.024 + ], + [ + 1258.04, + 299.579 + ], + [ + -1273.82, + 223.199 + ], + [ + -299.817, + -741.454 + ], + [ + 1184.8, + 785.803 + ], + [ + 883.578, + -472.836 + ], + [ + 419.378, + 1506.97 + ], + [ + -327.775, + 1529.51 + ], + [ + 1067.73, + 1007.78 + ], + [ + 115.344, + -740.685 + ], + [ + -808.983, + -349.996 + ], + [ + -58.33, + -747.339 + ], + [ + -450.323, + 450.616 + ], + [ + -908.688, + 1211.9 + ], + [ + 248.701, + -733.689 + ], + [ + -479.62, + 1488.89 + ], + [ + -296.96, + 1535.79 + ], + [ + -0.974328, + -749.611 + ], + [ + -191.832, + -750.568 + ], + [ + -1280.83, + 373.917 + ], + [ + 943.401, + -423.745 + ], + [ + 143.618, + -735.726 + ], + [ + -86.9005, + -744.558 + ], + [ + -1105.43, + -273.145 + ], + [ + -1107.38, + 964.04 + ], + [ + -1215.43, + 737.539 + ], + [ + 833.983, + 1264.47 + ], + [ + -980.473, + -424.188 + ], + [ + 1255.96, + 450.446 + ], + [ + -449.59, + 1498.23 + ], + [ + 1170.2, + -105.605 + ], + [ + 85.3024, + -446.305 + ], + [ + 789.094, + -510.698 + ], + [ + 463.152, + -684.465 + ], + [ + 1239.32, + 178.822 + ], + [ + -856.061, + -521.001 + ], + [ + -1247.84, + 103.79 + ], + [ + -1261.18, + 555.25 + ], + [ + -409.421, + -717.897 + ], + [ + -115.344, + -740.685 + ], + [ + 171.681, + -729.687 + ], + [ + 382.838, + -702.196 + ], + [ + 276.609, + -723.629 + ], + [ + -327.985, + -729.431 + ], + [ + 1066.45, + -279.229 + ], + [ + 835.576, + -492.817 + ], + [ + 543.447, + -657.607 + ], + [ + -419.378, + 1506.97 + ], + [ + -220.428, + -742.673 + ], + [ + -491.535, + -697.263 + ], + [ + 393.652, + -226.942 + ], + [ + -884.141, + 1229.92 + ], + [ + -918.51, + -475.296 + ], + [ + -1162.56, + -170.192 + ], + [ + -712.392, + -565.882 + ], + [ + 1168.76, + 809.464 + ], + [ + 1237.84, + 605.501 + ], + [ + 1225.42, + 630.265 + ], + [ + 1047.25, + 1029.04 + ], + [ + 859.235, + 1247.45 + ], + [ + -759.628, + -553.578 + ], + [ + -143.618, + -735.726 + ], + [ + -807.028, + -538.296 + ], + [ + 199.492, + -722.579 + ], + [ + 808.393, + 1280.98 + ], + [ + -1269.07, + 248.763 + ], + [ + 1251.77, + 324.81 + ], + [ + -1212.17, + -57.8663 + ], + [ + -1273.05, + 399.592 + ], + [ + 42.6243, + -724.757 + ], + [ + 1012.28, + -341.402 + ], + [ + 70.3417, + -722.594 + ], + [ + 896.326, + -448.2 + ], + [ + 304.112, + -712.508 + ], + [ + -14.8443, + -725.858 + ], + [ + -1087.77, + 986.108 + ], + [ + -248.701, + -733.689 + ], + [ + 266.024, + 1541.45 + ], + [ + 1124.28, + -180.514 + ], + [ + 97.956, + -719.371 + ], + [ + -42.6243, + -724.757 + ], + [ + 409.442, + -687.023 + ], + [ + -1200.36, + 761.825 + ], + [ + 489.019, + -666.23 + ], + [ + -171.681, + -729.687 + ], + [ + -355.672, + -716.339 + ], + [ + 227.011, + -714.411 + ], + [ + 756.874, + -504.843 + ], + [ + -436.607, + -701.695 + ], + [ + 234.981, + 1546.48 + ], + [ + -742.612, + -525.598 + ], + [ + 125.427, + -715.093 + ], + [ + -70.3417, + -722.594 + ], + [ + -1249.76, + 580.493 + ], + [ + -1245.5, + 128.856 + ], + [ + 590.119, + 654.76 + ], + [ + 1235.47, + 203.701 + ], + [ + 954.768, + -397.472 + ], + [ + -991.837, + -396.89 + ], + [ + 1212.9, + 39.7014 + ], + [ + 335.855, + 541.338 + ], + [ + 203.842, + 1550.89 + ], + [ + -870.153, + -497.109 + ], + [ + -666.845, + -576.427 + ], + [ + -266.024, + 1541.45 + ], + [ + 802.927, + -488.663 + ], + [ + 568.226, + -636.318 + ], + [ + -517.87, + -677.932 + ], + [ + 1231.13, + 228.498 + ], + [ + 14.8443, + -725.858 + ], + [ + 752.963, + -458.255 + ], + [ + 1212.5, + 654.773 + ], + [ + -97.956, + -719.371 + ], + [ + -833.983, + 1264.47 + ], + [ + 331.169, + -700.342 + ], + [ + 152.713, + -709.766 + ], + [ + 1152.25, + 832.797 + ], + [ + 172.622, + 1554.68 + ], + [ + -276.609, + -723.629 + ], + [ + -727.781, + -545.949 + ], + [ + 650.636, + -594.662 + ], + [ + -499.526, + -395.373 + ], + [ + -234.981, + 1546.48 + ], + [ + 848.896, + -469.503 + ], + [ + 254.198, + -705.196 + ], + [ + -199.492, + -722.579 + ], + [ + -1263.81, + 274.226 + ], + [ + 141.331, + 1557.84 + ], + [ + 1180.54, + 281.123 + ], + [ + -203.842, + 1550.89 + ], + [ + -931.312, + -449.692 + ], + [ + -1067.73, + 1007.78 + ], + [ + 1073.77, + -249.606 + ], + [ + 109.983, + 1560.36 + ], + [ + -590.119, + 654.76 + ], + [ + -774.658, + -532.342 + ], + [ + -172.622, + 1554.68 + ], + [ + -125.427, + -715.093 + ], + [ + -393.652, + -226.942 + ], + [ + -599.07, + -646.58 + ], + [ + 179.776, + -703.399 + ], + [ + 78.5914, + 1562.26 + ], + [ + -141.331, + 1557.84 + ], + [ + 435.446, + -670.843 + ], + [ + -1264.76, + 425.105 + ], + [ + -1049.37, + -337.809 + ], + [ + 473.756, + 743.307 + ], + [ + 47.1675, + 1563.52 + ], + [ + -382.838, + -702.196 + ], + [ + -109.983, + 1560.36 + ], + [ + -821.617, + -515.754 + ], + [ + -1166.83, + -137.951 + ], + [ + 15.7246, + 1564.15 + ], + [ + -78.5914, + 1562.26 + ], + [ + -15.7246, + 1564.15 + ], + [ + -47.1675, + 1563.52 + ], + [ + 1146.37, + 398.182 + ], + [ + 281.011, + -694.947 + ], + [ + 514.168, + -647.019 + ], + [ + -1184.8, + 785.803 + ], + [ + -808.393, + 1280.98 + ], + [ + -463.152, + -684.465 + ], + [ + -859.235, + 1247.45 + ], + [ + 1005.04, + 1070.31 + ], + [ + -1058.31, + -308.637 + ], + [ + 908.387, + -423.221 + ], + [ + -227.011, + -714.411 + ], + [ + 1021.34, + -313.255 + ], + [ + -304.112, + -712.508 + ], + [ + 357.74, + -687.149 + ], + [ + -152.713, + -709.766 + ], + [ + 1246.65, + 475.605 + ], + [ + 206.575, + -696.0 + ], + [ + -1242.66, + 153.87 + ], + [ + 27.8053, + -701.857 + ], + [ + 54.6568, + -700.277 + ], + [ + 1026.35, + 1049.89 + ], + [ + 770.557, + -483.702 + ], + [ + 729.705, + 1327.38 + ], + [ + 782.477, + 1296.97 + ], + [ + 81.4282, + -697.671 + ], + [ + -27.8053, + -701.857 + ], + [ + 965.403, + -370.896 + ], + [ + 1128.84, + -149.329 + ], + [ + -1112.57, + -242.446 + ], + [ + 1135.28, + 855.794 + ], + [ + -543.447, + -657.607 + ], + [ + 1199.09, + 679.017 + ], + [ + 592.172, + -614.096 + ], + [ + -1047.25, + 1029.04 + ], + [ + -54.6568, + -700.277 + ], + [ + 108.08, + -694.042 + ], + [ + 1172.67, + -73.1776 + ], + [ + -1002.44, + -369.287 + ], + [ + -883.578, + -472.836 + ], + [ + 816.143, + -466.254 + ], + [ + 307.412, + -683.678 + ], + [ + -179.776, + -703.399 + ], + [ + -1258.04, + 299.579 + ], + [ + 460.811, + -653.68 + ], + [ + 233.072, + -687.581 + ], + [ + -254.198, + -705.196 + ], + [ + -1118.85, + -211.561 + ], + [ + -409.442, + -687.023 + ], + [ + 702.872, + 1341.78 + ], + [ + 861.565, + -445.829 + ], + [ + -81.4282, + -697.671 + ], + [ + 134.574, + -689.395 + ], + [ + -1168.76, + 809.464 + ], + [ + 1244.98, + 349.91 + ], + [ + -331.169, + -700.342 + ], + [ + 983.317, + 1090.3 + ], + [ + 383.786, + -672.949 + ], + [ + -335.855, + 541.338 + ], + [ + -1255.96, + 450.446 + ], + [ + -789.094, + -510.698 + ], + [ + -943.401, + -423.745 + ], + [ + 756.244, + 1312.44 + ], + [ + -489.019, + -666.23 + ], + [ + -108.08, + -694.042 + ], + [ + 1226.52, + 525.336 + ], + [ + 538.563, + -626.858 + ], + [ + 160.87, + -683.737 + ], + [ + 1080.27, + -219.792 + ], + [ + -206.575, + -696.0 + ], + [ + 259.226, + -678.153 + ], + [ + 1226.28, + 253.203 + ], + [ + -835.576, + -492.817 + ], + [ + -1225.42, + 630.265 + ], + [ + -1237.84, + 605.501 + ], + [ + -1239.32, + 178.822 + ], + [ + -1170.2, + -105.605 + ], + [ + 1236.84, + 500.572 + ], + [ + 333.363, + -671.407 + ], + [ + 675.755, + 1355.64 + ], + [ + -281.011, + -694.947 + ], + [ + -0.912972, + -702.406 + ], + [ + 783.649, + -462.191 + ], + [ + 39.9343, + -679.018 + ], + [ + 1029.62, + -284.868 + ], + [ + 919.752, + -397.918 + ], + [ + -134.574, + -689.395 + ], + [ + 1117.84, + 878.445 + ], + [ + 65.9025, + -676.992 + ], + [ + 186.93, + -677.077 + ], + [ + -473.756, + 743.307 + ], + [ + -1066.45, + -279.229 + ], + [ + -13.9075, + -680.049 + ], + [ + 1185.2, + 702.987 + ], + [ + -729.705, + 1327.38 + ], + [ + 91.7741, + -673.972 + ], + [ + -39.9343, + -679.018 + ], + [ + 485.5, + -635.557 + ], + [ + -568.226, + -636.318 + ], + [ + -435.446, + -670.843 + ], + [ + -782.477, + 1296.97 + ], + [ + -357.74, + -687.149 + ], + [ + 409.27, + -657.761 + ], + [ + 117.511, + -669.964 + ], + [ + -1251.77, + 324.81 + ], + [ + 615.25, + -590.974 + ], + [ + 975.298, + -344.035 + ], + [ + 285.0, + -667.731 + ], + [ + -233.072, + -687.581 + ], + [ + -1152.25, + 832.797 + ], + [ + -896.326, + -448.2 + ], + [ + 212.716, + -669.423 + ], + [ + -65.9025, + -676.992 + ], + [ + 828.735, + -443.487 + ], + [ + -756.874, + -504.843 + ], + [ + -160.87, + -683.737 + ], + [ + 1229.91, + 399.676 + ], + [ + 143.076, + -664.974 + ], + [ + 1132.54, + -118.03 + ], + [ + -702.872, + 1341.78 + ], + [ + -1005.04, + 1070.31 + ], + [ + -1012.28, + -341.402 + ], + [ + 1237.7, + 374.869 + ], + [ + -307.412, + -683.678 + ], + [ + 358.825, + -658.151 + ], + [ + 873.573, + -421.813 + ], + [ + -650.636, + -594.662 + ], + [ + 1174.25, + -40.6941 + ], + [ + -1212.5, + 654.773 + ], + [ + -91.7741, + -673.972 + ], + [ + -752.963, + -458.255 + ], + [ + 238.19, + -660.788 + ], + [ + 168.431, + -659.008 + ], + [ + 1215.71, + 549.888 + ], + [ + -514.168, + -647.019 + ], + [ + -1026.35, + 1049.89 + ], + [ + -1124.28, + -180.514 + ], + [ + 562.169, + -605.779 + ], + [ + -1180.54, + 281.123 + ], + [ + 620.711, + 1381.71 + ], + [ + -802.927, + -488.663 + ], + [ + 1220.95, + 277.805 + ], + [ + -756.244, + 1312.44 + ], + [ + -954.768, + -397.472 + ], + [ + -117.511, + -669.964 + ], + [ + -1235.47, + 203.701 + ], + [ + -186.93, + -677.077 + ], + [ + 175.106, + -634.248 + ], + [ + 310.357, + -656.33 + ], + [ + -259.226, + -678.153 + ], + [ + -675.755, + 1355.64 + ], + [ + 1099.96, + 900.741 + ], + [ + 193.539, + -652.076 + ], + [ + 938.692, + 1128.94 + ], + [ + 13.9075, + -680.049 + ], + [ + -848.896, + -469.503 + ], + [ + -1212.9, + 39.7014 + ], + [ + 101.243, + -650.14 + ], + [ + 1085.94, + -189.81 + ], + [ + -1231.13, + 228.498 + ], + [ + 434.154, + -641.609 + ], + [ + 263.315, + -651.184 + ], + [ + -383.786, + -672.949 + ], + [ + 1215.11, + 302.295 + ], + [ + 796.14, + -440.325 + ], + [ + -143.076, + -664.974 + ], + [ + 76.2774, + -653.54 + ], + [ + 930.413, + -372.311 + ], + [ + -460.811, + -653.68 + ], + [ + 1170.82, + 726.672 + ], + [ + 509.478, + -616.503 + ], + [ + 592.808, + 1393.91 + ], + [ + -983.317, + 1090.3 + ], + [ + 961.199, + 1109.85 + ], + [ + 637.425, + -566.984 + ], + [ + 218.363, + -644.188 + ], + [ + -1135.28, + 855.794 + ], + [ + -333.363, + -671.407 + ], + [ + -1146.37, + 398.182 + ], + [ + -212.716, + -669.423 + ], + [ + 383.76, + -643.93 + ], + [ + 1037.11, + -256.263 + ], + [ + -592.172, + -614.096 + ], + [ + -168.431, + -659.008 + ], + [ + -1073.77, + -249.606 + ], + [ + 1221.63, + 424.322 + ], + [ + -101.243, + -650.14 + ], + [ + 840.692, + -420.381 + ], + [ + -76.2774, + -653.54 + ], + [ + 564.664, + 1405.55 + ], + [ + 335.258, + -643.966 + ], + [ + 242.866, + -635.355 + ], + [ + -285.0, + -667.731 + ], + [ + 648.364, + 1368.95 + ], + [ + -1246.65, + 475.605 + ], + [ + -908.387, + -423.221 + ], + [ + 288.054, + -640.625 + ], + [ + -1199.09, + 679.017 + ], + [ + 984.446, + -316.91 + ], + [ + -770.557, + -483.702 + ], + [ + 915.806, + 1147.59 + ], + [ + 51.1995, + -655.981 + ], + [ + -175.106, + -634.248 + ], + [ + 1204.41, + 574.218 + ], + [ + 1081.63, + 922.673 + ], + [ + 26.0464, + -657.461 + ], + [ + -238.19, + -660.788 + ], + [ + -620.711, + 1381.71 + ], + [ + -538.563, + -626.858 + ], + [ + 1135.38, + -86.6395 + ], + [ + 884.913, + -397.474 + ], + [ + -1021.34, + -313.255 + ], + [ + 126.061, + -645.787 + ], + [ + 584.95, + -583.811 + ], + [ + -193.539, + -652.076 + ], + [ + -26.0464, + -657.461 + ], + [ + 314.882, + 553.8 + ], + [ + -314.882, + 553.8 + ], + [ + -51.1995, + -655.981 + ], + [ + 1208.31, + 112.743 + ], + [ + 458.401, + -624.516 + ], + [ + -409.27, + -657.761 + ], + [ + 536.293, + 1416.61 + ], + [ + -965.403, + -370.896 + ], + [ + -816.143, + -466.254 + ], + [ + 267.014, + -625.591 + ], + [ + -0.855222, + -657.976 + ], + [ + 150.694, + -640.487 + ], + [ + 1174.93, + -8.17944 + ], + [ + 830.714, + 884.662 + ], + [ + -358.825, + -658.151 + ], + [ + -1128.84, + -149.329 + ], + [ + -592.808, + 1393.91 + ], + [ + -1117.84, + 878.445 + ], + [ + 408.133, + -628.765 + ], + [ + 312.37, + -629.127 + ], + [ + -485.5, + -635.557 + ], + [ + 1155.98, + 750.064 + ], + [ + 532.708, + -596.545 + ], + [ + -861.565, + -445.829 + ], + [ + -1172.67, + -73.1776 + ], + [ + -218.363, + -644.188 + ], + [ + -263.315, + -651.184 + ], + [ + 359.668, + -630.658 + ], + [ + 199.261, + -627.079 + ], + [ + -310.357, + -656.33 + ], + [ + -1244.98, + 349.91 + ], + [ + 892.549, + 1165.77 + ], + [ + 658.666, + -542.163 + ], + [ + -1226.52, + 525.336 + ], + [ + 1090.77, + -159.683 + ], + [ + -126.061, + -645.787 + ], + [ + 1208.79, + 326.663 + ], + [ + -564.664, + 1405.55 + ], + [ + 269.833, + -600.102 + ], + [ + 940.361, + -346.417 + ], + [ + 223.123, + -618.99 + ], + [ + 290.77, + -614.909 + ], + [ + 1212.85, + 448.796 + ], + [ + -615.25, + -590.974 + ], + [ + -1236.84, + 500.572 + ], + [ + -1185.2, + 702.987 + ], + [ + 1062.86, + 944.231 + ], + [ + -648.364, + 1368.95 + ], + [ + 246.659, + -609.993 + ], + [ + -783.649, + -462.191 + ], + [ + 712.358, + -519.13 + ], + [ + -938.692, + 1128.94 + ], + [ + 180.472, + 610.963 + ], + [ + -242.866, + -635.355 + ], + [ + 1043.8, + -227.461 + ], + [ + -150.694, + -640.487 + ], + [ + -1226.28, + 253.203 + ], + [ + 1192.63, + 598.316 + ], + [ + 852.004, + -396.952 + ], + [ + 606.874, + -560.987 + ], + [ + 992.84, + -289.543 + ], + [ + 336.228, + -616.706 + ], + [ + 808.022, + -418.122 + ], + [ + -536.293, + 1416.61 + ], + [ + -1080.27, + -219.792 + ], + [ + -919.752, + -397.918 + ], + [ + -288.054, + -640.625 + ], + [ + -434.154, + -641.609 + ], + [ + -562.169, + -605.779 + ], + [ + 481.975, + -606.508 + ], + [ + -961.199, + 1109.85 + ], + [ + -383.76, + -643.93 + ], + [ + 868.932, + 1183.48 + ], + [ + -1029.62, + -284.868 + ], + [ + -335.258, + -643.966 + ], + [ + 431.907, + -612.678 + ], + [ + 383.55, + -616.425 + ], + [ + -1099.96, + 900.741 + ], + [ + -830.714, + 884.662 + ], + [ + 1140.66, + 773.152 + ], + [ + 314.1, + -603.326 + ], + [ + 449.924, + 1446.37 + ], + [ + 895.575, + -372.83 + ], + [ + -828.735, + -443.487 + ], + [ + -199.261, + -627.079 + ], + [ + -915.806, + 1147.59 + ], + [ + -267.014, + -625.591 + ], + [ + 1137.34, + -55.1832 + ], + [ + -1229.91, + 399.676 + ], + [ + -509.478, + -616.503 + ], + [ + -975.298, + -344.035 + ], + [ + 555.158, + -575.711 + ], + [ + 420.755, + 1455.12 + ], + [ + -1215.71, + 549.888 + ], + [ + -1237.7, + 374.869 + ], + [ + 1174.7, + 24.3415 + ], + [ + 1043.66, + 965.408 + ], + [ + 359.594, + -603.38 + ], + [ + -873.573, + -421.813 + ], + [ + -223.123, + -618.99 + ], + [ + -1132.54, + -118.03 + ], + [ + -637.425, + -566.984 + ], + [ + -312.37, + -629.127 + ], + [ + -1170.82, + 726.672 + ], + [ + 1203.58, + 473.089 + ], + [ + 391.416, + 1463.28 + ], + [ + 627.907, + -537.34 + ], + [ + 507.704, + 1427.11 + ], + [ + 844.964, + 1200.71 + ], + [ + -269.833, + -600.102 + ], + [ + -1174.25, + -40.6941 + ], + [ + 336.969, + -590.857 + ], + [ + -1220.95, + 277.805 + ], + [ + -1081.63, + 922.673 + ], + [ + 678.94, + -516.548 + ], + [ + 292.611, + -589.331 + ], + [ + 949.588, + -320.259 + ], + [ + -180.472, + 610.963 + ], + [ + -246.659, + -609.993 + ], + [ + -449.924, + 1446.37 + ], + [ + 1094.78, + -129.433 + ], + [ + -796.14, + -440.325 + ], + [ + -359.668, + -630.658 + ], + [ + -290.77, + -614.909 + ], + [ + 406.87, + -601.288 + ], + [ + 829.92, + -372.772 + ], + [ + -892.549, + 1165.77 + ], + [ + -458.401, + -624.516 + ], + [ + -408.133, + -628.765 + ], + [ + 504.843, + -587.61 + ], + [ + 336.848, + -565.214 + ], + [ + 361.919, + 1470.86 + ], + [ + 819.285, + -395.599 + ], + [ + 455.048, + -595.693 + ], + [ + 862.664, + -373.22 + ], + [ + 181.266, + -610.728 + ], + [ + -1215.11, + 302.295 + ], + [ + -420.755, + 1455.12 + ], + [ + 1201.98, + 350.898 + ], + [ + 478.911, + 1437.03 + ], + [ + 1000.47, + -261.954 + ], + [ + -584.95, + -583.811 + ], + [ + -1085.94, + -189.81 + ], + [ + 1124.89, + 795.928 + ], + [ + -930.413, + -372.311 + ], + [ + 905.55, + -347.901 + ], + [ + 332.275, + 1477.84 + ], + [ + 820.654, + 1217.45 + ], + [ + 382.432, + -589.17 + ], + [ + -391.416, + 1463.28 + ], + [ + -336.228, + -616.706 + ], + [ + -1221.63, + 424.322 + ], + [ + 314.96, + -577.696 + ], + [ + 1024.04, + 986.195 + ], + [ + -1204.41, + 574.218 + ], + [ + -1037.11, + -256.263 + ], + [ + -532.708, + -596.545 + ], + [ + -840.692, + -420.381 + ], + [ + 359.344, + -577.523 + ], + [ + -13.0256, + -636.927 + ], + [ + -507.704, + 1427.11 + ], + [ + -868.932, + 1183.48 + ], + [ + -314.1, + -603.326 + ], + [ + -361.919, + 1470.86 + ], + [ + 1193.83, + 497.19 + ], + [ + 576.793, + -554.034 + ], + [ + -1062.86, + 944.231 + ], + [ + -1155.98, + 750.064 + ], + [ + -984.446, + -316.91 + ], + [ + 1138.43, + -23.6845 + ], + [ + -181.266, + -610.728 + ], + [ + 1167.61, + 645.776 + ], + [ + 1194.68, + 374.992 + ], + [ + -383.55, + -616.425 + ], + [ + -332.275, + 1477.84 + ], + [ + -658.666, + -542.163 + ], + [ + 429.593, + -585.269 + ], + [ + -884.913, + -397.474 + ], + [ + -478.911, + 1437.03 + ], + [ + 1173.58, + 56.8438 + ], + [ + 1180.36, + 622.172 + ], + [ + -1135.38, + -86.6395 + ], + [ + 12.1978, + 636.943 + ], + [ + -431.907, + -612.678 + ], + [ + -481.975, + -606.508 + ], + [ + 477.521, + -577.833 + ], + [ + 1049.7, + -198.485 + ], + [ + -1208.31, + 112.743 + ], + [ + 958.088, + -293.855 + ], + [ + 526.971, + -567.85 + ], + [ + 1004.01, + 1006.58 + ], + [ + -156.948, + 617.424 + ], + [ + -606.874, + -560.987 + ], + [ + 872.663, + -349.202 + ], + [ + -292.611, + -589.331 + ], + [ + 1108.66, + 818.382 + ], + [ + -359.594, + -603.38 + ], + [ + 698.22, + -490.174 + ], + [ + 1186.9, + 398.935 + ], + [ + 404.709, + -574.096 + ], + [ + 597.582, + -531.544 + ], + [ + 1097.94, + -99.0837 + ], + [ + -1174.93, + -8.17944 + ], + [ + -844.964, + 1200.71 + ], + [ + -712.358, + -519.13 + ], + [ + 648.02, + -512.906 + ], + [ + 381.192, + -563.341 + ], + [ + -336.969, + -590.857 + ], + [ + 872.162, + 127.605 + ], + [ + 1054.79, + -169.357 + ], + [ + 156.948, + 617.424 + ], + [ + -1212.85, + 448.796 + ], + [ + 771.048, + 1249.46 + ], + [ + -1208.79, + 326.663 + ], + [ + -1140.66, + 773.152 + ], + [ + -1192.63, + 598.316 + ], + [ + 1007.34, + -234.164 + ], + [ + -1043.66, + 965.408 + ], + [ + 914.832, + -322.705 + ], + [ + 336.558, + -540.901 + ], + [ + -940.361, + -346.417 + ], + [ + -1090.77, + -159.683 + ], + [ + -336.848, + -565.214 + ], + [ + 1183.59, + 521.091 + ], + [ + 91.3081, + 1511.97 + ], + [ + -808.022, + -418.122 + ], + [ + -555.158, + -575.711 + ], + [ + 1195.34, + 209.449 + ], + [ + -12.1978, + 636.943 + ], + [ + 157.75, + -617.22 + ], + [ + 60.8926, + 1513.5 + ], + [ + -852.004, + -396.952 + ], + [ + -406.87, + -601.288 + ], + [ + 30.4524, + 1514.42 + ], + [ + -91.3081, + 1511.97 + ], + [ + 0.0, + 1514.73 + ], + [ + -60.8926, + 1513.5 + ], + [ + -30.4524, + 1514.42 + ], + [ + 358.241, + -551.902 + ], + [ + -1043.8, + -227.461 + ], + [ + -314.96, + -577.696 + ], + [ + 451.686, + -568.392 + ], + [ + 1154.39, + 669.119 + ], + [ + -820.654, + 1217.45 + ], + [ + -992.84, + -289.543 + ], + [ + 302.497, + 1484.22 + ], + [ + 796.012, + 1233.7 + ], + [ + 983.568, + 1026.56 + ], + [ + 765.357, + -437.24 + ], + [ + -455.048, + -595.693 + ], + [ + 745.773, + 1264.71 + ], + [ + -382.432, + -589.17 + ], + [ + 1138.65, + 7.83226 + ], + [ + 499.295, + -559.127 + ], + [ + 272.597, + 1490.0 + ], + [ + -504.843, + -587.61 + ], + [ + 1091.98, + 840.505 + ], + [ + -627.907, + -537.34 + ], + [ + 426.392, + -558.18 + ], + [ + -895.575, + -372.83 + ], + [ + 13.0256, + -636.927 + ], + [ + -359.344, + -577.523 + ], + [ + 402.481, + -548.333 + ], + [ + 548.326, + -547.258 + ], + [ + -1024.04, + 986.195 + ], + [ + 242.587, + 1495.18 + ], + [ + -678.94, + -516.548 + ], + [ + 965.854, + -267.226 + ], + [ + 839.919, + -349.66 + ], + [ + -1137.34, + -55.1832 + ], + [ + -302.497, + 1484.22 + ], + [ + 881.993, + -324.916 + ], + [ + 1171.56, + 89.3025 + ], + [ + 85.9546, + -631.235 + ], + [ + 1031.1, + 639.954 + ], + [ + -1124.89, + 795.928 + ], + [ + 212.478, + 1499.75 + ], + [ + -1203.58, + 473.089 + ], + [ + 720.196, + 1279.44 + ], + [ + -1174.7, + 24.3415 + ], + [ + -272.597, + 1490.0 + ], + [ + -576.793, + -554.034 + ], + [ + 716.475, + -463.082 + ], + [ + 379.109, + -537.782 + ], + [ + -157.75, + -617.22 + ], + [ + 667.182, + -487.719 + ], + [ + 1100.26, + -68.6587 + ], + [ + 182.284, + 1503.72 + ], + [ + -242.587, + 1495.18 + ], + [ + 962.731, + 1046.13 + ], + [ + 617.495, + -508.275 + ], + [ + -429.593, + -585.269 + ], + [ + -771.048, + 1249.46 + ], + [ + 1168.64, + 121.693 + ], + [ + -829.92, + -372.772 + ], + [ + 152.016, + 1507.08 + ], + [ + 1059.07, + -140.099 + ], + [ + -212.478, + 1499.75 + ], + [ + -949.588, + -320.259 + ], + [ + -819.285, + -395.599 + ], + [ + 1013.43, + -206.194 + ], + [ + 923.413, + -297.263 + ], + [ + -85.9546, + -631.235 + ], + [ + -336.558, + -540.901 + ], + [ + 121.687, + 1509.83 + ], + [ + 1140.7, + 692.192 + ], + [ + 473.117, + -550.682 + ], + [ + -182.284, + 1503.72 + ], + [ + -1004.01, + 1006.58 + ], + [ + -1094.78, + -129.433 + ], + [ + -862.664, + -373.22 + ], + [ + -1201.98, + 350.898 + ], + [ + -404.709, + -574.096 + ], + [ + -152.016, + 1507.08 + ], + [ + 694.329, + 1293.66 + ], + [ + 1074.87, + 862.289 + ], + [ + -121.687, + 1509.83 + ], + [ + -381.192, + -563.341 + ], + [ + -477.521, + -577.833 + ], + [ + 447.451, + -541.446 + ], + [ + 568.876, + -525.863 + ], + [ + 520.336, + -539.6 + ], + [ + 423.18, + -532.521 + ], + [ + -1000.47, + -261.954 + ], + [ + 1178.64, + 422.716 + ], + [ + -872.162, + 127.605 + ], + [ + -796.012, + 1233.7 + ], + [ + -526.971, + -567.85 + ], + [ + 232.391, + 390.46 + ], + [ + -905.55, + -347.901 + ], + [ + -745.773, + 1264.71 + ], + [ + -1167.61, + 645.776 + ], + [ + -1193.83, + 497.19 + ], + [ + 586.408, + -248.94 + ], + [ + -1108.66, + 818.382 + ], + [ + -358.241, + -551.902 + ], + [ + 399.421, + -522.873 + ], + [ + 941.505, + 1065.27 + ], + [ + -1180.36, + 622.172 + ], + [ + 1138.0, + 39.3431 + ], + [ + -597.582, + -531.544 + ], + [ + 849.274, + -326.281 + ], + [ + 1161.69, + 568.25 + ], + [ + 1172.88, + 544.78 + ], + [ + -1194.68, + 374.992 + ], + [ + 972.88, + -240.392 + ], + [ + 890.648, + -300.381 + ], + [ + -648.02, + -512.906 + ], + [ + -720.196, + 1279.44 + ], + [ + 419.147, + -507.197 + ], + [ + -983.568, + 1026.56 + ], + [ + -698.22, + -490.174 + ], + [ + -1138.43, + -23.6845 + ], + [ + -451.686, + -568.392 + ], + [ + 1057.31, + 883.724 + ], + [ + 1126.56, + 714.985 + ], + [ + -1173.58, + 56.8438 + ], + [ + 641.762, + 1320.53 + ], + [ + 685.366, + -461.817 + ], + [ + 636.503, + -484.26 + ], + [ + -1186.9, + 398.935 + ], + [ + 540.614, + -519.283 + ], + [ + 493.854, + -532.164 + ], + [ + -426.392, + -558.18 + ], + [ + 1101.74, + -38.1812 + ], + [ + 733.68, + -435.311 + ], + [ + -402.481, + -548.333 + ], + [ + 33.6476, + -615.225 + ], + [ + -0.585888, + -616.144 + ], + [ + -1049.7, + -198.485 + ], + [ + -872.663, + -349.202 + ], + [ + -958.088, + -293.855 + ], + [ + 1018.75, + -178.067 + ], + [ + 931.286, + -271.592 + ], + [ + 66.6123, + -612.533 + ], + [ + 1062.54, + -110.734 + ], + [ + 588.593, + -503.697 + ], + [ + -499.295, + -559.127 + ], + [ + -694.329, + 1293.66 + ], + [ + 443.259, + -515.929 + ], + [ + -33.6476, + -615.225 + ], + [ + 1164.82, + 153.99 + ], + [ + 467.853, + -523.917 + ], + [ + 919.898, + 1083.99 + ], + [ + 1169.9, + 446.326 + ], + [ + -1097.94, + -99.0837 + ], + [ + -1091.98, + 840.505 + ], + [ + -1183.59, + 521.091 + ], + [ + -379.109, + -537.782 + ], + [ + -1154.39, + 669.119 + ], + [ + 99.3851, + -608.076 + ], + [ + 615.084, + 1333.17 + ], + [ + -548.326, + -547.258 + ], + [ + -962.731, + 1046.13 + ], + [ + -1054.79, + -169.357 + ], + [ + -66.6123, + -612.533 + ], + [ + -1007.34, + -234.164 + ], + [ + -914.832, + -322.705 + ], + [ + 1150.03, + 591.49 + ], + [ + 857.979, + -302.651 + ], + [ + -1195.34, + 209.449 + ], + [ + -232.391, + 390.46 + ], + [ + 131.871, + -601.867 + ], + [ + 668.18, + 1307.36 + ], + [ + 1160.7, + 469.756 + ], + [ + -765.357, + -437.24 + ], + [ + 1039.33, + 904.802 + ], + [ + 588.157, + 1345.26 + ], + [ + 250.083, + -585.922 + ], + [ + -99.3851, + -608.076 + ], + [ + 897.919, + 1102.26 + ], + [ + -1031.1, + 639.954 + ], + [ + 866.027, + -278.789 + ], + [ + 367.064, + -267.822 + ], + [ + 560.099, + -498.204 + ], + [ + -641.762, + 1320.53 + ], + [ + -473.117, + -550.682 + ], + [ + 1136.47, + 70.8237 + ], + [ + 898.62, + -275.616 + ], + [ + 979.16, + -213.374 + ], + [ + -667.182, + -487.719 + ], + [ + 163.978, + -593.923 + ], + [ + -617.495, + -508.275 + ], + [ + -423.18, + -532.521 + ], + [ + -1138.65, + 7.83226 + ], + [ + -447.451, + -541.446 + ], + [ + -839.919, + -349.66 + ], + [ + -1074.87, + 862.289 + ], + [ + -941.505, + 1065.27 + ], + [ + -716.475, + -463.082 + ], + [ + 513.866, + -512.866 + ], + [ + -399.421, + -522.873 + ], + [ + -131.871, + -601.867 + ], + [ + -965.854, + -267.226 + ], + [ + -1140.7, + 692.192 + ], + [ + 462.687, + -498.579 + ], + [ + 654.577, + -459.536 + ], + [ + -520.336, + -539.6 + ], + [ + -615.084, + 1333.17 + ], + [ + -881.993, + -324.916 + ], + [ + -1171.56, + 89.3025 + ], + [ + -568.876, + -525.863 + ], + [ + 702.545, + -435.238 + ], + [ + 487.569, + -505.621 + ], + [ + 1151.02, + 492.996 + ], + [ + 938.446, + -245.713 + ], + [ + 438.259, + -490.777 + ], + [ + 1137.9, + 614.491 + ], + [ + 1102.37, + -7.67434 + ], + [ + 1023.29, + -149.804 + ], + [ + -586.408, + -248.94 + ], + [ + 749.808, + -406.902 + ], + [ + 1065.2, + -81.2846 + ], + [ + 875.578, + 1120.09 + ], + [ + 607.446, + -480.792 + ], + [ + -419.147, + -507.197 + ], + [ + 1020.93, + 925.514 + ], + [ + 195.612, + -584.268 + ], + [ + -1100.26, + -68.6587 + ], + [ + 1160.11, + 186.169 + ], + [ + 533.126, + -492.815 + ], + [ + -1168.64, + 121.693 + ], + [ + -668.18, + 1307.36 + ], + [ + -588.157, + 1345.26 + ], + [ + 1096.9, + 759.695 + ], + [ + -1059.07, + -140.099 + ], + [ + 16.5754, + -596.214 + ], + [ + -923.413, + -297.263 + ], + [ + -1057.31, + 883.724 + ], + [ + -1013.43, + -206.194 + ], + [ + -163.978, + -593.923 + ], + [ + 48.5447, + -594.466 + ], + [ + -919.898, + 1083.99 + ], + [ + 1090.12, + 533.243 + ], + [ + -16.5754, + -596.214 + ], + [ + 1111.96, + 737.489 + ], + [ + -1178.64, + 422.716 + ], + [ + -250.083, + -585.922 + ], + [ + 80.374, + -591.004 + ], + [ + -48.5447, + -594.466 + ], + [ + 467.808, + -432.436 + ], + [ + -493.854, + -532.164 + ], + [ + 315.602, + -553.391 + ], + [ + 481.437, + -480.499 + ], + [ + -443.259, + -515.929 + ], + [ + -1161.69, + 568.25 + ], + [ + -540.614, + -519.283 + ], + [ + 852.882, + 1137.47 + ], + [ + -1172.88, + 544.78 + ], + [ + 984.691, + -186.193 + ], + [ + 111.972, + -585.84 + ], + [ + -467.853, + -523.917 + ], + [ + 226.682, + -572.93 + ], + [ + 905.904, + -250.639 + ], + [ + -1126.56, + 714.985 + ], + [ + 506.57, + -486.582 + ], + [ + 1174.65, + 304.8 + ], + [ + 478.184, + 1388.16 + ], + [ + 1134.08, + 102.25 + ], + [ + -636.503, + -484.26 + ], + [ + -849.274, + -326.281 + ], + [ + -80.374, + -591.004 + ], + [ + -897.919, + 1102.26 + ], + [ + 474.527, + -455.804 + ], + [ + 578.763, + -476.394 + ], + [ + 1125.32, + 637.243 + ], + [ + 674.805, + 567.087 + ], + [ + 1002.12, + 945.852 + ], + [ + -588.593, + -503.697 + ], + [ + 560.993, + 1356.81 + ], + [ + -685.366, + -461.817 + ], + [ + 456.728, + -473.637 + ], + [ + -1138.0, + 39.3431 + ], + [ + -367.064, + -267.822 + ], + [ + -195.612, + -584.268 + ], + [ + 143.247, + -578.988 + ], + [ + -972.88, + -240.392 + ], + [ + 798.986, + -372.251 + ], + [ + -890.648, + -300.381 + ], + [ + -733.68, + -435.311 + ], + [ + 450.179, + 1397.5 + ], + [ + 944.887, + -219.646 + ], + [ + 671.691, + -434.137 + ], + [ + -1039.33, + 904.802 + ], + [ + 616.418, + 1045.34 + ], + [ + 718.694, + -408.02 + ], + [ + 1102.16, + 22.8384 + ], + [ + 1027.05, + -121.425 + ], + [ + 1081.41, + 781.594 + ], + [ + -111.972, + -585.84 + ], + [ + 625.409, + -457.182 + ], + [ + 533.602, + 1367.82 + ], + [ + 1067.04, + -51.7724 + ], + [ + 829.842, + 1154.38 + ], + [ + -1169.9, + 446.326 + ], + [ + 421.993, + 1406.27 + ], + [ + 499.481, + -461.714 + ], + [ + 1140.87, + 516.036 + ], + [ + 764.838, + -377.896 + ], + [ + 257.099, + -559.941 + ], + [ + 155.769, + -426.85 + ], + [ + -1101.74, + -38.1812 + ], + [ + -1018.75, + -178.067 + ], + [ + 174.109, + -570.467 + ], + [ + -875.578, + 1120.09 + ], + [ + -478.184, + 1388.16 + ], + [ + 1154.52, + 218.205 + ], + [ + -1150.03, + 591.49 + ], + [ + -1164.82, + 153.99 + ], + [ + -560.099, + -498.204 + ], + [ + -931.286, + -271.592 + ], + [ + -1062.54, + -110.734 + ], + [ + 524.828, + -466.831 + ], + [ + 551.603, + -472.042 + ], + [ + -155.769, + -426.85 + ], + [ + 505.995, + 1378.27 + ], + [ + 982.901, + 965.808 + ], + [ + 393.636, + 1414.46 + ], + [ + -616.418, + 1045.34 + ], + [ + -143.247, + -578.988 + ], + [ + -1160.7, + 469.756 + ], + [ + -462.687, + -498.579 + ], + [ + -438.259, + -490.777 + ], + [ + -513.866, + -512.866 + ], + [ + -560.993, + 1356.81 + ], + [ + -226.682, + -572.93 + ], + [ + 873.411, + -254.714 + ], + [ + -450.179, + 1397.5 + ], + [ + -857.979, + -302.651 + ], + [ + -487.569, + -505.621 + ], + [ + -1020.93, + 925.514 + ], + [ + 806.466, + 1170.83 + ], + [ + 31.496, + -575.885 + ], + [ + 989.467, + -158.869 + ], + [ + 62.3528, + -573.365 + ], + [ + 912.494, + -225.471 + ], + [ + -0.548424, + -576.745 + ], + [ + -421.993, + 1406.27 + ], + [ + 204.47, + -560.302 + ], + [ + -315.602, + -553.391 + ], + [ + -852.882, + 1137.47 + ], + [ + 596.579, + -453.886 + ], + [ + -533.602, + 1367.82 + ], + [ + -31.496, + -575.885 + ], + [ + 1130.81, + 133.598 + ], + [ + -654.577, + -459.536 + ], + [ + 93.03, + -569.193 + ], + [ + -866.027, + -278.789 + ], + [ + 1065.48, + 803.177 + ], + [ + 286.775, + -545.338 + ], + [ + -607.446, + -480.792 + ], + [ + -393.636, + 1414.46 + ], + [ + -467.808, + -432.436 + ], + [ + -1136.47, + 70.8237 + ], + [ + -898.62, + -275.616 + ], + [ + -1137.9, + 614.491 + ], + [ + -62.3528, + -573.365 + ], + [ + -174.109, + -570.467 + ], + [ + -979.16, + -213.374 + ], + [ + 1130.27, + 538.868 + ], + [ + 782.764, + 1186.81 + ], + [ + -702.545, + -435.238 + ], + [ + 963.286, + 985.373 + ], + [ + 950.604, + -193.411 + ], + [ + 687.82, + -408.102 + ], + [ + -1090.12, + 533.243 + ], + [ + -1151.02, + 492.996 + ], + [ + -1096.9, + 759.695 + ], + [ + 123.439, + -563.381 + ], + [ + 1119.21, + 561.483 + ], + [ + -505.995, + 1378.27 + ], + [ + 1030.01, + -92.9537 + ], + [ + -749.808, + -406.902 + ], + [ + 1101.11, + 53.3335 + ], + [ + -481.437, + -480.499 + ], + [ + 642.454, + -432.902 + ], + [ + -1111.96, + 737.489 + ], + [ + -533.126, + -492.815 + ], + [ + 733.789, + -380.205 + ], + [ + -93.03, + -569.193 + ], + [ + 1068.07, + -22.2206 + ], + [ + -257.099, + -559.941 + ], + [ + -1002.12, + 945.852 + ], + [ + -829.842, + 1154.38 + ], + [ + -506.57, + -486.582 + ], + [ + 234.241, + -548.523 + ], + [ + 1098.79, + 681.966 + ], + [ + -474.527, + -455.804 + ], + [ + -1023.29, + -149.804 + ], + [ + 1112.28, + 659.738 + ], + [ + -938.446, + -245.713 + ], + [ + -1102.37, + -7.67434 + ], + [ + -674.805, + 567.087 + ], + [ + 569.272, + -450.577 + ], + [ + 153.492, + -555.945 + ], + [ + -1065.2, + -81.2846 + ], + [ + -456.728, + -473.637 + ], + [ + 249.695, + 1446.83 + ], + [ + 1148.03, + 250.075 + ], + [ + 778.745, + -348.335 + ], + [ + -1160.11, + 186.169 + ], + [ + 758.746, + 1202.31 + ], + [ + 516.792, + -442.252 + ], + [ + 880.126, + -230.443 + ], + [ + 220.557, + 1451.56 + ], + [ + -204.47, + -560.302 + ], + [ + -123.439, + -563.381 + ], + [ + -578.763, + -476.394 + ], + [ + 943.281, + 1004.54 + ], + [ + 315.625, + -529.164 + ], + [ + 542.317, + -446.394 + ], + [ + 191.33, + 1455.7 + ], + [ + 491.63, + -437.301 + ], + [ + -249.695, + 1446.83 + ], + [ + -1125.32, + 637.243 + ], + [ + 365.119, + 1422.09 + ], + [ + 993.484, + -131.423 + ], + [ + -806.466, + 1170.83 + ], + [ + 918.385, + -200.13 + ], + [ + 613.519, + -430.712 + ], + [ + 45.4307, + -556.333 + ], + [ + 162.026, + 1459.25 + ], + [ + -15.5122, + -557.969 + ], + [ + -1081.41, + 781.594 + ], + [ + 183.104, + -546.908 + ], + [ + -220.557, + 1451.56 + ], + [ + 886.167, + -205.996 + ], + [ + 132.656, + 1462.21 + ], + [ + -499.481, + -461.714 + ], + [ + 15.5122, + -557.969 + ], + [ + -1174.65, + 304.8 + ], + [ + -982.901, + 965.808 + ], + [ + 75.2183, + -553.093 + ], + [ + -191.33, + 1455.7 + ], + [ + 734.422, + 1217.32 + ], + [ + 336.456, + 1429.15 + ], + [ + 1154.14, + 375.054 + ], + [ + 263.338, + -535.163 + ], + [ + -984.691, + -186.193 + ], + [ + 1126.68, + 164.844 + ], + [ + 103.232, + 1464.58 + ], + [ + -45.4307, + -556.333 + ], + [ + -671.691, + -434.137 + ], + [ + -625.409, + -457.182 + ], + [ + -286.775, + -545.338 + ], + [ + -162.026, + 1459.25 + ], + [ + -905.904, + -250.639 + ], + [ + -153.492, + -555.945 + ], + [ + 955.593, + -167.028 + ], + [ + 73.7672, + 1466.36 + ], + [ + -782.764, + 1186.81 + ], + [ + -132.656, + 1462.21 + ], + [ + -1134.08, + 102.25 + ], + [ + 44.2723, + 1467.55 + ], + [ + -798.986, + -372.251 + ], + [ + -103.232, + 1464.58 + ], + [ + -718.694, + -408.02 + ], + [ + 1084.86, + 703.919 + ], + [ + 14.7594, + 1468.14 + ], + [ + -73.7672, + 1466.36 + ], + [ + -524.828, + -466.831 + ], + [ + 307.656, + 1435.62 + ], + [ + -14.7594, + 1468.14 + ], + [ + -44.2723, + 1467.55 + ], + [ + 702.941, + -381.468 + ], + [ + 104.789, + -548.26 + ], + [ + -551.603, + -472.042 + ], + [ + 1032.19, + -64.411 + ], + [ + 658.558, + -407.987 + ], + [ + -365.119, + 1422.09 + ], + [ + -75.2183, + -553.093 + ], + [ + 922.895, + 1023.3 + ], + [ + -234.241, + -548.523 + ], + [ + 1068.27, + 7.34817 + ], + [ + 1099.21, + 83.7879 + ], + [ + 1107.69, + 583.87 + ], + [ + 709.8, + 1231.84 + ], + [ + -1140.87, + 516.036 + ], + [ + 278.731, + 1441.52 + ], + [ + 586.106, + -428.451 + ], + [ + 1032.33, + 845.36 + ], + [ + 212.187, + -536.294 + ], + [ + -336.456, + 1429.15 + ], + [ + -764.838, + -377.896 + ], + [ + -1102.16, + 22.8384 + ], + [ + 1049.12, + 824.435 + ], + [ + -944.887, + -219.646 + ], + [ + 747.808, + -351.831 + ], + [ + -963.286, + 985.373 + ], + [ + -1027.05, + -121.425 + ], + [ + 533.346, + -422.141 + ], + [ + 865.606, + 850.552 + ], + [ + 396.346, + -498.754 + ], + [ + 343.566, + -511.465 + ], + [ + -1067.04, + -51.7724 + ], + [ + -758.746, + 1202.31 + ], + [ + 134.058, + -541.847 + ], + [ + -307.656, + 1435.62 + ], + [ + 1140.67, + 281.752 + ], + [ + -1065.48, + 803.177 + ], + [ + -183.104, + -546.908 + ], + [ + -1154.52, + 218.205 + ], + [ + -104.789, + -548.26 + ], + [ + -278.731, + 1441.52 + ], + [ + 291.675, + -520.261 + ], + [ + 791.511, + -318.264 + ], + [ + -596.579, + -453.886 + ], + [ + 559.011, + -425.303 + ], + [ + 508.013, + -418.158 + ], + [ + 629.56, + -406.906 + ], + [ + 420.316, + 172.626 + ], + [ + 1070.49, + 725.587 + ], + [ + 923.572, + -174.636 + ], + [ + -873.411, + -254.714 + ], + [ + 835.225, + -281.689 + ], + [ + 996.741, + -103.877 + ], + [ + -315.625, + -529.164 + ], + [ + 29.4688, + -538.819 + ], + [ + 902.136, + 1041.65 + ], + [ + 162.941, + -533.873 + ], + [ + -734.422, + 1217.32 + ], + [ + 58.3396, + -536.461 + ], + [ + 240.659, + -524.136 + ], + [ + 1015.12, + 865.944 + ], + [ + -263.338, + -535.163 + ], + [ + -29.4688, + -538.819 + ], + [ + -943.281, + 1004.54 + ], + [ + -1130.27, + 538.868 + ], + [ + -989.467, + -158.869 + ], + [ + 659.706, + 1259.38 + ], + [ + -134.058, + -541.847 + ], + [ + -687.82, + -408.102 + ], + [ + 959.85, + -140.516 + ], + [ + -642.454, + -432.902 + ], + [ + -1130.81, + 133.598 + ], + [ + -912.494, + -225.471 + ], + [ + -1119.21, + 561.483 + ], + [ + 1121.69, + 195.963 + ], + [ + 87.0423, + -532.558 + ], + [ + -516.792, + -442.252 + ], + [ + 880.412, + -42.7172 + ], + [ + -569.272, + -450.577 + ], + [ + -58.3396, + -536.461 + ], + [ + -0.513126, + -539.624 + ], + [ + -212.187, + -536.294 + ], + [ + 1095.73, + 606.021 + ], + [ + -1098.79, + 681.966 + ], + [ + -709.8, + 1231.84 + ], + [ + 673.695, + -382.474 + ], + [ + 1033.58, + -35.819 + ], + [ + -1112.28, + 659.738 + ], + [ + -733.789, + -380.205 + ], + [ + -491.63, + -437.301 + ], + [ + 602.08, + -405.697 + ], + [ + 1096.47, + 114.178 + ], + [ + 717.031, + -354.275 + ], + [ + 1067.66, + 36.9114 + ], + [ + 549.117, + -401.412 + ], + [ + 370.516, + -492.292 + ], + [ + 115.494, + -527.12 + ], + [ + 191.354, + -524.36 + ], + [ + 634.254, + 1272.38 + ], + [ + -950.604, + -193.411 + ], + [ + 319.172, + -503.86 + ], + [ + -1030.01, + -92.9537 + ], + [ + 881.012, + 1059.57 + ], + [ + -542.317, + -446.394 + ], + [ + 891.528, + -181.391 + ], + [ + -1101.11, + 53.3335 + ], + [ + -420.316, + 172.626 + ], + [ + -87.0423, + -532.558 + ], + [ + 1055.69, + 746.961 + ], + [ + -1068.07, + -22.2206 + ], + [ + -922.895, + 1023.3 + ], + [ + -778.745, + -348.335 + ], + [ + -162.941, + -533.873 + ], + [ + 268.438, + -510.467 + ], + [ + -1148.03, + 250.075 + ], + [ + 684.891, + 1245.86 + ], + [ + 574.884, + -403.589 + ], + [ + 997.511, + 886.177 + ], + [ + 760.73, + -322.942 + ], + [ + -613.519, + -430.712 + ], + [ + 523.65, + -398.401 + ], + [ + 1132.44, + 313.214 + ], + [ + 1083.32, + 627.927 + ], + [ + 608.545, + 1284.88 + ], + [ + -343.566, + -511.465 + ], + [ + -291.675, + -520.261 + ], + [ + -880.126, + -230.443 + ], + [ + 143.613, + -520.163 + ], + [ + 644.677, + -382.504 + ], + [ + 999.234, + -76.2506 + ], + [ + -396.346, + -498.754 + ], + [ + -115.494, + -527.12 + ], + [ + -240.659, + -524.136 + ], + [ + 928.051, + -149.008 + ], + [ + -659.706, + 1259.38 + ], + [ + 859.532, + 1077.07 + ], + [ + 42.4961, + -520.397 + ], + [ + -1032.33, + 845.36 + ], + [ + -1084.86, + 703.919 + ], + [ + -14.5102, + -521.928 + ], + [ + 803.116, + -287.726 + ], + [ + 219.215, + -513.337 + ], + [ + -865.606, + 850.552 + ], + [ + 1070.48, + 649.58 + ], + [ + -1049.12, + 824.435 + ], + [ + -1154.14, + 375.054 + ], + [ + 565.641, + -293.081 + ], + [ + 70.3596, + -517.367 + ], + [ + -993.484, + -131.423 + ], + [ + -42.4961, + -520.397 + ], + [ + 963.371, + -113.897 + ], + [ + -918.385, + -200.13 + ], + [ + -902.136, + 1041.65 + ], + [ + -658.558, + -407.987 + ], + [ + -533.346, + -422.141 + ], + [ + -586.106, + -428.451 + ], + [ + -886.167, + -205.996 + ], + [ + -702.941, + -381.468 + ], + [ + -1126.68, + 164.844 + ], + [ + -191.354, + -524.36 + ], + [ + 14.5102, + -521.928 + ], + [ + 538.52, + -378.06 + ], + [ + -634.254, + 1272.38 + ], + [ + -1107.69, + 583.87 + ], + [ + 171.318, + -511.707 + ], + [ + 345.75, + -486.007 + ], + [ + 979.493, + 906.052 + ], + [ + 98.0203, + -512.846 + ], + [ + 1034.17, + -7.19956 + ], + [ + 1040.46, + 768.034 + ], + [ + 295.443, + -495.327 + ], + [ + -955.593, + -167.028 + ], + [ + 617.171, + -382.347 + ], + [ + -508.013, + -418.158 + ], + [ + -70.3596, + -517.367 + ], + [ + 687.845, + -356.399 + ], + [ + 564.083, + -380.093 + ], + [ + 396.399, + -471.701 + ], + [ + -143.613, + -520.163 + ], + [ + 1066.23, + 66.4463 + ], + [ + 1092.89, + 144.481 + ], + [ + -559.011, + -425.303 + ], + [ + 837.704, + 1094.13 + ], + [ + -1032.19, + -64.411 + ], + [ + -1015.12, + 865.944 + ], + [ + -747.808, + -351.831 + ], + [ + -684.891, + 1245.86 + ], + [ + -608.545, + 1284.88 + ], + [ + -1099.21, + 83.7879 + ], + [ + 730.069, + -326.562 + ], + [ + -1068.27, + 7.34817 + ], + [ + -1070.49, + 725.587 + ], + [ + 246.445, + -500.834 + ], + [ + -319.172, + -503.86 + ], + [ + 125.399, + -506.847 + ], + [ + 896.207, + -156.648 + ], + [ + -268.438, + -510.467 + ], + [ + -881.012, + 1059.57 + ], + [ + 1123.34, + 344.436 + ], + [ + 589.915, + -381.282 + ], + [ + -1140.67, + 281.752 + ], + [ + 529.986, + 1319.23 + ], + [ + -98.0203, + -512.846 + ], + [ + -629.56, + -406.906 + ], + [ + -370.516, + -492.292 + ], + [ + 1120.28, + 466.561 + ], + [ + 27.558, + -503.881 + ], + [ + 450.908, + -450.03 + ], + [ + 198.53, + -501.777 + ], + [ + -791.511, + -318.264 + ], + [ + 772.537, + -293.579 + ], + [ + -219.215, + -513.337 + ], + [ + 861.236, + -187.677 + ], + [ + 1115.84, + 226.933 + ], + [ + 54.5568, + -501.676 + ], + [ + 658.85, + -357.541 + ], + [ + 1000.96, + -48.5662 + ], + [ + 961.08, + 925.561 + ], + [ + -27.558, + -503.881 + ], + [ + -171.318, + -511.707 + ], + [ + 931.82, + -123.266 + ], + [ + 503.357, + 1329.61 + ], + [ + -880.412, + -42.7172 + ], + [ + 372.096, + 1155.1 + ], + [ + 152.416, + -499.388 + ], + [ + 1024.8, + 788.797 + ], + [ + -835.225, + -281.689 + ], + [ + 81.3983, + -498.026 + ], + [ + -923.572, + -174.636 + ], + [ + 582.591, + 1296.85 + ], + [ + -1095.73, + 606.021 + ], + [ + -549.117, + -401.412 + ], + [ + -859.532, + 1077.07 + ], + [ + -997.511, + 886.177 + ], + [ + -996.741, + -103.877 + ], + [ + 321.597, + -478.76 + ], + [ + -54.5568, + -501.676 + ], + [ + -372.096, + 1155.1 + ], + [ + 966.154, + -87.1908 + ], + [ + -125.399, + -506.847 + ], + [ + -602.08, + -405.697 + ], + [ + -673.695, + -382.474 + ], + [ + 371.331, + -466.754 + ], + [ + -0.479854, + -504.634 + ], + [ + 1109.13, + 257.728 + ], + [ + -1121.69, + 195.963 + ], + [ + 813.543, + -256.766 + ], + [ + 272.965, + -486.888 + ], + [ + -1055.69, + 746.961 + ], + [ + 476.524, + 1339.46 + ], + [ + 108.005, + -492.941 + ], + [ + 1033.98, + 21.4254 + ], + [ + 855.712, + -211.441 + ], + [ + -523.65, + -398.401 + ], + [ + 1057.21, + 670.97 + ], + [ + -959.85, + -140.516 + ], + [ + 813.777, + 338.698 + ], + [ + -529.986, + 1319.23 + ], + [ + -717.031, + -354.275 + ], + [ + 631.358, + -358.437 + ], + [ + -81.3983, + -498.026 + ], + [ + -574.884, + -403.589 + ], + [ + 556.401, + 1308.3 + ], + [ + 578.222, + -358.218 + ], + [ + 225.17, + -490.401 + ], + [ + 421.139, + -449.75 + ], + [ + -295.443, + -495.327 + ], + [ + 942.278, + 944.696 + ], + [ + 1063.98, + 95.9303 + ], + [ + 793.043, + 1126.93 + ], + [ + -1033.58, + -35.819 + ], + [ + -1083.32, + 627.927 + ], + [ + 1088.47, + 174.673 + ], + [ + 178.993, + -490.49 + ], + [ + 900.199, + -131.784 + ], + [ + 700.986, + -329.803 + ], + [ + -246.445, + -500.834 + ], + [ + 449.499, + 1348.77 + ], + [ + -1096.47, + 114.178 + ], + [ + -345.75, + -486.007 + ], + [ + -837.704, + 1094.13 + ], + [ + -1067.66, + 36.9114 + ], + [ + -503.357, + 1329.61 + ], + [ + -891.528, + -181.391 + ], + [ + 60.9474, + 879.338 + ], + [ + -198.53, + -501.777 + ], + [ + 552.6, + -357.164 + ], + [ + 134.301, + -486.435 + ], + [ + -152.416, + -499.388 + ], + [ + 815.538, + 1110.75 + ], + [ + 742.037, + -298.371 + ], + [ + -644.677, + -382.504 + ], + [ + -979.493, + 906.052 + ], + [ + -760.73, + -322.942 + ], + [ + -1132.44, + 313.214 + ], + [ + 1008.74, + 809.24 + ], + [ + -565.641, + -293.081 + ], + [ + 604.08, + -358.417 + ], + [ + -108.005, + -492.941 + ], + [ + 903.502, + -106.819 + ], + [ + -396.399, + -471.701 + ], + [ + -582.591, + 1296.85 + ], + [ + -1070.48, + 649.58 + ], + [ + -476.524, + 1339.46 + ], + [ + 770.227, + 1142.64 + ], + [ + -538.52, + -378.06 + ], + [ + 444.666, + -426.504 + ], + [ + 1001.92, + -20.8445 + ], + [ + -1040.46, + 768.034 + ], + [ + 346.824, + -460.813 + ], + [ + 298.699, + -471.539 + ], + [ + 934.874, + -97.4291 + ], + [ + 672.056, + -332.053 + ], + [ + 631.401, + -84.7238 + ], + [ + 923.095, + 963.448 + ], + [ + 160.21, + -478.527 + ], + [ + 205.055, + -480.178 + ], + [ + 428.973, + 149.823 + ], + [ + -556.401, + 1308.3 + ], + [ + -449.499, + 1348.77 + ], + [ + -999.234, + -76.2506 + ], + [ + -803.116, + -287.726 + ], + [ + 783.211, + -263.786 + ], + [ + 251.16, + -477.612 + ], + [ + -928.051, + -149.008 + ], + [ + -564.083, + -380.093 + ], + [ + 1043.5, + 692.088 + ], + [ + 968.197, + -60.4177 + ], + [ + -60.9474, + 879.338 + ], + [ + 395.842, + -446.156 + ], + [ + -617.171, + -382.347 + ], + [ + -134.301, + -486.435 + ], + [ + 1029.38, + 712.927 + ], + [ + -178.993, + -490.49 + ], + [ + 747.099, + 1157.9 + ], + [ + -961.08, + 925.561 + ], + [ + -272.965, + -486.888 + ], + [ + 1101.57, + 288.326 + ], + [ + -687.845, + -356.399 + ], + [ + -321.597, + -478.76 + ], + [ + 1032.99, + 50.034 + ], + [ + -225.17, + -490.401 + ], + [ + 992.266, + 829.356 + ], + [ + -963.371, + -113.897 + ], + [ + -450.908, + -450.03 + ], + [ + 135.085, + -281.556 + ], + [ + 339.692, + 1380.53 + ], + [ + 644.618, + -334.002 + ], + [ + 1113.37, + 375.394 + ], + [ + -589.915, + -381.282 + ], + [ + 1060.92, + 125.341 + ], + [ + 591.513, + -335.817 + ], + [ + 185.657, + -469.241 + ], + [ + -1034.17, + -7.19956 + ], + [ + -371.331, + -466.754 + ], + [ + -793.043, + 1126.93 + ], + [ + -730.069, + -326.562 + ], + [ + 822.778, + -225.43 + ], + [ + 578.309, + -313.833 + ], + [ + 1083.22, + 204.731 + ], + [ + 39.7294, + -486.516 + ], + [ + -1092.89, + 144.481 + ], + [ + -13.5655, + -487.947 + ], + [ + 311.869, + 1387.08 + ], + [ + -1024.8, + 788.797 + ], + [ + -1066.23, + 66.4463 + ], + [ + 903.539, + 981.812 + ], + [ + 565.869, + -335.745 + ], + [ + 230.526, + -468.483 + ], + [ + 65.7788, + -483.683 + ], + [ + -1123.34, + 344.436 + ], + [ + -1120.28, + 466.561 + ], + [ + 877.887, + 79.1516 + ], + [ + 713.1, + -302.722 + ], + [ + 657.943, + 1019.72 + ], + [ + -160.21, + -478.527 + ], + [ + -39.7294, + -486.516 + ], + [ + -896.207, + -156.648 + ], + [ + -815.538, + 1110.75 + ], + [ + 422.292, + 1357.54 + ], + [ + 1102.56, + 406.065 + ], + [ + 283.92, + 1393.07 + ], + [ + 617.36, + -335.025 + ], + [ + -658.85, + -357.541 + ], + [ + -942.278, + 944.696 + ], + [ + 323.571, + -454.832 + ], + [ + 276.427, + -463.446 + ], + [ + -339.692, + 1380.53 + ], + [ + 705.15, + 528.88 + ], + [ + -135.085, + -281.556 + ], + [ + 91.6387, + -479.457 + ], + [ + -421.139, + -449.75 + ], + [ + -205.055, + -480.178 + ], + [ + -770.227, + 1142.64 + ], + [ + 1002.12, + 6.8931 + ], + [ + -772.537, + -293.579 + ], + [ + 752.916, + -269.742 + ], + [ + 255.856, + 1398.49 + ], + [ + 371.051, + -441.538 + ], + [ + -1115.84, + 226.933 + ], + [ + -65.7788, + -483.683 + ], + [ + 419.213, + -424.272 + ], + [ + 394.915, + 1365.75 + ], + [ + -311.869, + 1387.08 + ], + [ + 975.392, + 849.137 + ], + [ + 210.569, + -458.603 + ], + [ + 117.235, + -473.849 + ], + [ + -1057.21, + 670.97 + ], + [ + 937.213, + -71.5178 + ], + [ + -861.236, + -187.677 + ], + [ + 466.912, + -402.028 + ], + [ + 227.688, + 1403.35 + ], + [ + -251.16, + -477.612 + ], + [ + -813.777, + 338.698 + ], + [ + -1000.96, + -48.5662 + ], + [ + 13.5655, + -487.947 + ], + [ + 1014.84, + 733.478 + ], + [ + -298.699, + -471.539 + ], + [ + -283.92, + 1393.07 + ], + [ + -931.82, + -123.266 + ], + [ + 969.499, + -33.5983 + ], + [ + 699.947, + 1186.99 + ], + [ + 684.276, + -306.079 + ], + [ + -578.222, + -358.218 + ], + [ + 883.618, + 999.778 + ], + [ + 199.429, + 1407.65 + ], + [ + 367.377, + 1373.42 + ], + [ + 424.951, + -160.878 + ], + [ + -91.6387, + -479.457 + ], + [ + -631.358, + -358.437 + ], + [ + -255.856, + 1398.49 + ], + [ + -346.824, + -460.813 + ], + [ + -747.099, + 1157.9 + ], + [ + -185.657, + -469.241 + ], + [ + -1008.74, + 809.24 + ], + [ + -422.292, + 1357.54 + ], + [ + 142.493, + -466.875 + ], + [ + -1109.13, + 257.728 + ], + [ + 171.089, + 1411.37 + ], + [ + -966.154, + -87.1908 + ], + [ + -552.6, + -357.164 + ], + [ + 1031.21, + 78.6042 + ], + [ + 1093.17, + 318.703 + ], + [ + -227.688, + 1403.35 + ], + [ + -428.973, + 149.823 + ], + [ + 255.333, + -455.438 + ], + [ + 792.736, + -233.606 + ], + [ + -923.095, + 963.448 + ], + [ + -813.543, + -256.766 + ], + [ + -855.712, + -211.441 + ], + [ + 142.68, + 1414.53 + ], + [ + -444.666, + -426.504 + ], + [ + -199.429, + 1407.65 + ], + [ + -394.915, + 1365.75 + ], + [ + -1033.98, + 21.4254 + ], + [ + 514.297, + -375.958 + ], + [ + -700.986, + -329.803 + ], + [ + -117.235, + -473.849 + ], + [ + 114.213, + 1417.11 + ], + [ + 675.942, + 1200.83 + ], + [ + -631.401, + -84.7238 + ], + [ + 723.669, + 1172.68 + ], + [ + -171.089, + 1411.37 + ], + [ + 656.933, + -309.077 + ], + [ + 1057.05, + 154.655 + ], + [ + 1079.18, + 555.051 + ], + [ + -604.08, + -358.417 + ], + [ + 603.937, + -312.923 + ], + [ + -142.68, + 1414.53 + ], + [ + -395.842, + -446.156 + ], + [ + -230.526, + -468.483 + ], + [ + 300.898, + -447.945 + ], + [ + 1077.14, + 234.632 + ], + [ + -1088.47, + 174.673 + ], + [ + 441.376, + -401.166 + ], + [ + 234.875, + -446.643 + ], + [ + -114.213, + 1417.11 + ], + [ + -900.199, + -131.784 + ], + [ + 50.9894, + -468.873 + ], + [ + -705.15, + 528.88 + ], + [ + -1063.98, + 95.9303 + ], + [ + -367.377, + 1373.42 + ], + [ + 167.34, + -458.556 + ], + [ + 25.7561, + -470.934 + ], + [ + 958.124, + 868.575 + ], + [ + 76.0759, + -465.461 + ], + [ + 347.512, + -436.813 + ], + [ + -742.037, + -298.371 + ], + [ + 863.34, + 1017.34 + ], + [ + 906.112, + -81.7723 + ], + [ + -25.7561, + -470.934 + ], + [ + -1043.5, + 692.088 + ], + [ + 1090.9, + 436.424 + ], + [ + -50.9894, + -468.873 + ], + [ + 830.805, + -193.763 + ], + [ + -992.266, + 829.356 + ], + [ + 724.167, + -275.198 + ], + [ + -142.493, + -466.875 + ], + [ + 100.943, + -460.708 + ], + [ + -1029.38, + 712.927 + ], + [ + -210.569, + -458.603 + ], + [ + -903.502, + -106.819 + ], + [ + 651.664, + 1214.17 + ], + [ + -276.427, + -463.446 + ], + [ + 629.735, + -311.143 + ], + [ + -657.943, + 1019.72 + ], + [ + -903.539, + 981.812 + ], + [ + 1001.54, + 34.6254 + ], + [ + -672.056, + -332.053 + ], + [ + 946.596, + 759.387 + ], + [ + 394.21, + -420.991 + ], + [ + -699.947, + 1186.99 + ], + [ + -76.0759, + -465.461 + ], + [ + -109.647, + 1208.59 + ], + [ + -323.571, + -454.832 + ], + [ + 938.833, + -45.5517 + ], + [ + -1001.92, + -20.8445 + ], + [ + 999.886, + 753.732 + ], + [ + 279.404, + -441.081 + ], + [ + 125.519, + -454.628 + ], + [ + 416.232, + -399.231 + ], + [ + 970.057, + -6.7532 + ], + [ + 191.705, + -448.916 + ], + [ + 762.692, + -240.717 + ], + [ + -783.211, + -263.786 + ], + [ + -934.874, + -97.4291 + ], + [ + 627.122, + 1227.03 + ], + [ + 109.647, + 1208.59 + ], + [ + 842.712, + 1034.49 + ], + [ + -100.943, + -460.708 + ], + [ + -371.051, + -441.538 + ], + [ + 487.812, + -376.394 + ], + [ + -0.448478, + -471.637 + ], + [ + -591.513, + -335.817 + ], + [ + 258.503, + -433.396 + ], + [ + -578.309, + -313.833 + ], + [ + -644.618, + -334.002 + ], + [ + -968.197, + -60.4177 + ], + [ + -1101.57, + 288.326 + ], + [ + 940.468, + 887.662 + ], + [ + 695.493, + -279.656 + ], + [ + -167.34, + -458.556 + ], + [ + 1083.93, + 348.836 + ], + [ + 1028.64, + 107.114 + ], + [ + -255.333, + -455.438 + ], + [ + -675.942, + 1200.83 + ], + [ + -565.869, + -335.745 + ], + [ + -419.213, + -424.272 + ], + [ + -1113.37, + 375.394 + ], + [ + -883.618, + 999.778 + ], + [ + 324.501, + -431.153 + ], + [ + -723.669, + 1172.68 + ], + [ + 149.734, + -447.238 + ], + [ + -1032.99, + 50.034 + ], + [ + -975.392, + 849.137 + ], + [ + -424.951, + -160.878 + ], + [ + 85.7005, + 1419.12 + ], + [ + 1052.36, + 183.851 + ], + [ + -234.875, + -446.643 + ], + [ + -125.519, + -454.628 + ], + [ + -466.912, + -402.028 + ], + [ + -1060.92, + 125.341 + ], + [ + 57.1529, + 1420.55 + ], + [ + 801.099, + -203.083 + ], + [ + -1083.22, + 204.731 + ], + [ + -617.36, + -335.025 + ], + [ + -822.778, + -225.43 + ], + [ + 28.5822, + 1421.42 + ], + [ + -877.887, + 79.1516 + ], + [ + 1070.23, + 264.354 + ], + [ + -85.7005, + 1419.12 + ], + [ + -713.1, + -302.722 + ], + [ + 668.285, + -283.698 + ], + [ + 0.0, + 1421.7 + ], + [ + 370.45, + -417.536 + ], + [ + 615.475, + -289.571 + ], + [ + -57.1529, + 1420.55 + ], + [ + -28.5822, + 1421.42 + ], + [ + 215.518, + -437.982 + ], + [ + 984.53, + 773.682 + ], + [ + -1102.56, + 406.065 + ], + [ + -651.664, + 1214.17 + ], + [ + -1014.84, + 733.478 + ], + [ + 821.744, + 1051.22 + ], + [ + 968.777, + 793.319 + ], + [ + -300.898, + -447.945 + ], + [ + 908.028, + -56.663 + ], + [ + 1078.4, + 466.449 + ], + [ + 577.289, + 1251.25 + ], + [ + 173.517, + -438.558 + ], + [ + 462.266, + -376.903 + ], + [ + -191.705, + -448.916 + ], + [ + 589.901, + -291.462 + ], + [ + 302.67, + -425.452 + ], + [ + 222.204, + -396.346 + ], + [ + -863.34, + 1017.34 + ], + [ + 1000.2, + 62.3313 + ], + [ + 922.432, + 906.39 + ], + [ + -752.916, + -269.742 + ], + [ + -627.122, + 1227.03 + ], + [ + -347.512, + -436.813 + ], + [ + -149.734, + -447.238 + ], + [ + 281.387, + -418.9 + ], + [ + 641.186, + -286.804 + ], + [ + 418.23, + 1139.21 + ], + [ + -1002.12, + 6.8931 + ], + [ + 734.172, + -247.27 + ], + [ + 939.734, + -19.5507 + ], + [ + -514.297, + -375.958 + ], + [ + -684.276, + -306.079 + ], + [ + -958.124, + 868.575 + ], + [ + 969.872, + 20.0971 + ], + [ + 392.322, + -397.056 + ], + [ + 837.615, + -161.812 + ], + [ + 552.017, + 1262.6 + ], + [ + -441.376, + -401.166 + ], + [ + -279.404, + -441.081 + ], + [ + -937.213, + -71.5178 + ], + [ + -946.596, + 759.387 + ], + [ + 800.444, + 1067.53 + ], + [ + -969.499, + -33.5983 + ], + [ + -1093.17, + 318.703 + ], + [ + -258.503, + -433.396 + ], + [ + 238.71, + -425.787 + ], + [ + 347.169, + -413.119 + ], + [ + 158.144, + 1203.21 + ], + [ + 1025.28, + 135.542 + ], + [ + 1073.86, + 378.701 + ], + [ + -394.21, + -420.991 + ], + [ + -1079.18, + 555.051 + ], + [ + -842.712, + 1034.49 + ], + [ + -603.937, + -312.923 + ], + [ + 196.801, + -428.616 + ], + [ + 771.349, + -211.339 + ], + [ + 623.067, + -132.789 + ], + [ + -792.736, + -233.606 + ], + [ + -656.933, + -309.077 + ], + [ + 526.521, + 1273.44 + ], + [ + 602.327, + 1239.39 + ], + [ + -1031.21, + 78.6042 + ], + [ + 437.056, + -376.321 + ], + [ + 909.249, + -31.5103 + ], + [ + 904.023, + 924.752 + ], + [ + -173.517, + -438.558 + ], + [ + -215.518, + -437.982 + ], + [ + 705.69, + -252.822 + ], + [ + -577.289, + 1251.25 + ], + [ + -416.232, + -399.231 + ], + [ + 507.307, + -349.676 + ], + [ + 1046.87, + 212.906 + ], + [ + -1057.05, + 154.655 + ], + [ + -222.204, + -396.346 + ], + [ + -1077.14, + 234.632 + ], + [ + -143.847, + 431.014 + ], + [ + 319.365, + -323.219 + ], + [ + -324.501, + -431.153 + ], + [ + -999.886, + 753.732 + ], + [ + 368.837, + -393.895 + ], + [ + -1090.9, + 436.424 + ], + [ + 1062.51, + 293.873 + ], + [ + -940.468, + 887.662 + ], + [ + 778.821, + 1083.41 + ], + [ + 500.813, + 1283.77 + ], + [ + 325.064, + -408.598 + ], + [ + -629.735, + -311.143 + ], + [ + 143.847, + 431.014 + ], + [ + 626.11, + -265.794 + ], + [ + 1065.08, + 496.116 + ], + [ + 678.657, + -257.903 + ], + [ + -552.017, + 1262.6 + ], + [ + -906.112, + -81.7723 + ], + [ + -724.167, + -275.198 + ], + [ + -821.744, + 1051.22 + ], + [ + 303.46, + -403.197 + ], + [ + -487.812, + -376.394 + ], + [ + -158.144, + 1203.21 + ], + [ + -418.23, + 1139.21 + ], + [ + 952.632, + 812.635 + ], + [ + 808.287, + -172.263 + ], + [ + 600.627, + -268.662 + ], + [ + -830.805, + -193.763 + ], + [ + 998.091, + 89.9893 + ], + [ + 873.835, + -115.595 + ], + [ + 219.517, + -417.438 + ], + [ + 474.903, + 1293.58 + ], + [ + 261.214, + -412.364 + ], + [ + 1043.76, + 619.095 + ], + [ + -370.45, + -417.536 + ], + [ + -1001.54, + 34.6254 + ], + [ + -302.67, + -425.452 + ], + [ + 885.249, + 942.739 + ], + [ + -526.521, + 1273.44 + ], + [ + 939.915, + 6.46525 + ], + [ + 413.063, + -375.432 + ], + [ + 756.882, + 1098.85 + ], + [ + 968.945, + 46.932 + ], + [ + 481.825, + -351.555 + ], + [ + -196.801, + -428.616 + ], + [ + -281.387, + -418.9 + ], + [ + 651.696, + -262.045 + ], + [ + -602.327, + 1239.39 + ], + [ + -762.692, + -240.717 + ], + [ + -938.833, + -45.5517 + ], + [ + 909.772, + -6.33352 + ], + [ + -984.53, + 773.682 + ], + [ + -968.777, + 793.319 + ], + [ + -1083.93, + 348.836 + ], + [ + -238.71, + -425.787 + ], + [ + -970.057, + -6.7532 + ], + [ + -695.493, + -279.656 + ], + [ + 743.101, + -218.98 + ], + [ + -922.432, + 906.39 + ], + [ + -800.444, + 1067.53 + ], + [ + -500.813, + 1283.77 + ], + [ + 1021.13, + 163.866 + ], + [ + 1062.97, + 408.277 + ], + [ + -462.266, + -376.903 + ], + [ + -1028.64, + 107.114 + ], + [ + 389.442, + -373.536 + ], + [ + 843.196, + -129.624 + ], + [ + -392.322, + -397.056 + ], + [ + 346.521, + -390.566 + ], + [ + -615.475, + -289.571 + ], + [ + 324.658, + -386.332 + ], + [ + -668.285, + -283.698 + ], + [ + -474.903, + 1293.58 + ], + [ + 1040.58, + 241.798 + ], + [ + -1052.36, + 183.851 + ], + [ + -1078.4, + 466.449 + ], + [ + 366.98, + -371.409 + ], + [ + -1070.23, + 264.354 + ], + [ + 866.117, + 960.346 + ], + [ + -347.169, + -413.119 + ], + [ + -589.901, + -291.462 + ], + [ + 778.875, + -181.652 + ], + [ + 456.62, + -352.326 + ], + [ + 936.102, + 831.623 + ], + [ + 241.6, + -405.057 + ], + [ + 1053.97, + 323.167 + ], + [ + -801.099, + -203.083 + ], + [ + 396.062, + 1319.85 + ], + [ + 282.965, + -397.753 + ], + [ + 714.853, + -225.618 + ], + [ + -778.821, + 1083.41 + ], + [ + -904.023, + 924.752 + ], + [ + -219.517, + -417.438 + ], + [ + -366.68, + 801.558 + ], + [ + 635.828, + -241.627 + ], + [ + 366.68, + 801.558 + ], + [ + 610.473, + -245.469 + ], + [ + -908.028, + -56.663 + ], + [ + -319.365, + -323.219 + ], + [ + -641.186, + -286.804 + ], + [ + 525.34, + -321.95 + ], + [ + 919.194, + 850.274 + ], + [ + 369.448, + 1327.55 + ], + [ + 995.218, + 117.578 + ], + [ + 712.096, + 1128.39 + ], + [ + -437.056, + -376.321 + ], + [ + -325.064, + -408.598 + ], + [ + 688.034, + -231.731 + ], + [ + -261.214, + -412.364 + ], + [ + -368.837, + -393.895 + ], + [ + 344.921, + -368.354 + ], + [ + -303.46, + -403.197 + ], + [ + -1000.2, + 62.3313 + ], + [ + -734.172, + -247.27 + ], + [ + 939.376, + 32.4763 + ], + [ + 967.275, + 73.731 + ], + [ + 619.424, + -221.916 + ], + [ + -756.882, + 1098.85 + ], + [ + 342.684, + 1334.71 + ], + [ + 846.635, + 977.565 + ], + [ + -837.615, + -161.812 + ], + [ + -507.307, + -349.676 + ], + [ + -939.734, + -19.5507 + ], + [ + -396.062, + 1319.85 + ], + [ + -623.067, + -132.789 + ], + [ + -969.872, + 20.0971 + ], + [ + 814.289, + -141.19 + ], + [ + 448.801, + 1302.86 + ], + [ + 432.614, + -352.726 + ], + [ + -1073.86, + 378.701 + ], + [ + 734.638, + 1113.84 + ], + [ + 661.251, + -236.901 + ], + [ + -952.632, + 812.635 + ], + [ + 901.914, + 868.582 + ], + [ + 315.781, + 1341.33 + ], + [ + -885.249, + 942.739 + ], + [ + 262.988, + -391.509 + ], + [ + 1016.21, + 192.065 + ], + [ + 689.267, + 1142.47 + ], + [ + -369.448, + 1327.55 + ], + [ + -1025.28, + 135.542 + ], + [ + 499.996, + -325.193 + ], + [ + 12.6275, + -454.208 + ], + [ + -771.349, + -211.339 + ], + [ + 422.517, + 1311.62 + ], + [ + -705.69, + -252.822 + ], + [ + 303.901, + -381.996 + ], + [ + 1050.94, + 525.404 + ], + [ + 288.751, + 1347.41 + ], + [ + 750.941, + -190.368 + ], + [ + 554.005, + -314.522 + ], + [ + -413.063, + -375.432 + ], + [ + 61.2306, + -450.239 + ], + [ + -909.249, + -31.5103 + ], + [ + -241.6, + -405.057 + ], + [ + -342.684, + 1334.71 + ], + [ + -1065.08, + 496.116 + ], + [ + -1046.87, + 212.906 + ], + [ + 1033.48, + 270.505 + ], + [ + -626.11, + -265.794 + ], + [ + -1062.51, + 293.873 + ], + [ + 261.604, + 1352.94 + ], + [ + -1043.76, + 619.095 + ], + [ + 364.191, + -349.315 + ], + [ + 826.811, + 994.388 + ], + [ + -481.825, + -351.555 + ], + [ + 666.159, + 1156.1 + ], + [ + -600.627, + -268.662 + ], + [ + 1035.99, + 554.289 + ], + [ + 1044.62, + 352.213 + ], + [ + -315.781, + 1341.33 + ], + [ + -678.657, + -257.903 + ], + [ + 408.925, + -352.1 + ], + [ + 847.541, + -97.2455 + ], + [ + -448.801, + 1302.86 + ], + [ + -324.658, + -386.332 + ], + [ + -346.521, + -390.566 + ], + [ + 909.599, + 18.8482 + ], + [ + -61.2306, + -450.239 + ], + [ + -282.965, + -397.753 + ], + [ + -389.442, + -373.536 + ], + [ + -288.751, + 1347.41 + ], + [ + -866.117, + 960.346 + ], + [ + -712.096, + 1128.39 + ], + [ + -7.7907, + -437.061 + ], + [ + 41.8642, + -435.121 + ], + [ + 474.868, + -327.316 + ], + [ + 785.259, + -151.698 + ], + [ + 722.967, + -198.083 + ], + [ + 386.381, + -351.181 + ], + [ + 991.583, + 145.077 + ], + [ + -808.287, + -172.263 + ], + [ + 644.613, + -217.106 + ], + [ + -366.98, + -371.409 + ], + [ + -261.604, + 1352.94 + ], + [ + -422.517, + 1311.62 + ], + [ + -873.835, + -115.595 + ], + [ + -998.091, + 89.9893 + ], + [ + 1051.26, + 437.54 + ], + [ + 283.617, + -376.833 + ], + [ + -936.102, + 831.623 + ], + [ + -651.696, + -262.045 + ], + [ + 964.863, + 100.473 + ], + [ + 938.118, + 58.4624 + ], + [ + 642.782, + 1169.26 + ], + [ + -41.8642, + -435.121 + ], + [ + 75.6826, + -430.529 + ], + [ + 806.652, + 1010.81 + ], + [ + -939.915, + 6.46525 + ], + [ + 696.402, + -205.218 + ], + [ + -968.945, + 46.932 + ], + [ + -456.62, + -352.326 + ], + [ + 132.64, + -434.593 + ], + [ + -1062.97, + 408.277 + ], + [ + -734.638, + 1113.84 + ], + [ + -344.921, + -368.354 + ], + [ + -919.194, + 850.274 + ], + [ + -743.101, + -218.98 + ], + [ + -689.267, + 1142.47 + ], + [ + -909.772, + -6.33352 + ], + [ + 541.859, + -293.296 + ], + [ + 1038.75, + 466.467 + ], + [ + -262.988, + -391.509 + ], + [ + 323.961, + -365.138 + ], + [ + -846.635, + 977.565 + ], + [ + 884.27, + 886.539 + ], + [ + 1010.5, + 220.116 + ], + [ + -1021.13, + 163.866 + ], + [ + 669.837, + -211.41 + ], + [ + 450.918, + -329.004 + ], + [ + -75.6826, + -430.529 + ], + [ + -843.196, + -129.624 + ], + [ + 990.65, + 700.945 + ], + [ + 819.098, + -109.91 + ], + [ + 109.04, + -423.312 + ], + [ + -666.159, + 1156.1 + ], + [ + -1040.58, + 241.798 + ], + [ + -525.34, + -321.95 + ], + [ + -1053.97, + 323.167 + ], + [ + 1025.6, + 299.005 + ], + [ + 908.729, + 44.0154 + ], + [ + -303.901, + -381.996 + ], + [ + 786.168, + 1026.82 + ], + [ + -901.914, + 868.582 + ], + [ + 1020.26, + 582.749 + ], + [ + -610.473, + -245.469 + ], + [ + -778.875, + -181.652 + ], + [ + -714.853, + -225.618 + ], + [ + 1034.47, + 380.989 + ], + [ + -635.828, + -241.627 + ], + [ + -432.614, + -352.726 + ], + [ + 303.43, + -361.071 + ], + [ + -132.64, + -434.593 + ], + [ + 757.679, + -161.477 + ], + [ + 595.258, + 1194.15 + ], + [ + 516.725, + -297.895 + ], + [ + 234.352, + 1357.92 + ], + [ + -826.811, + 994.388 + ], + [ + -642.782, + 1169.26 + ], + [ + 207.004, + 1362.36 + ], + [ + -688.034, + -231.731 + ], + [ + 907.163, + 69.1489 + ], + [ + 987.187, + 172.465 + ], + [ + 847.916, + 921.37 + ], + [ + -619.424, + -221.916 + ], + [ + -995.218, + 117.578 + ], + [ + 866.268, + 904.137 + ], + [ + 382.41, + -329.269 + ], + [ + -109.04, + -423.312 + ], + [ + 427.23, + -329.649 + ], + [ + -364.191, + -349.315 + ], + [ + 179.573, + 1366.25 + ], + [ + -499.996, + -325.193 + ], + [ + 141.732, + -413.516 + ], + [ + 961.713, + 127.139 + ], + [ + -234.352, + 1357.92 + ], + [ + -283.617, + -376.833 + ], + [ + 936.14, + 84.4038 + ], + [ + 850.642, + -64.7245 + ], + [ + 571.13, + 1205.88 + ], + [ + 765.366, + 1042.42 + ], + [ + 730.021, + -170.258 + ], + [ + 152.069, + 1369.58 + ], + [ + 627.466, + -198.038 + ], + [ + -967.275, + 73.731 + ], + [ + 652.452, + -192.267 + ], + [ + -939.376, + 32.4763 + ], + [ + -207.004, + 1362.36 + ], + [ + 24.0163, + -421.844 + ], + [ + -814.289, + -141.19 + ], + [ + 790.491, + -121.522 + ], + [ + -408.925, + -352.1 + ], + [ + -661.251, + -236.901 + ], + [ + 343.088, + -347.228 + ], + [ + 124.504, + 1372.36 + ], + [ + -1050.94, + 525.404 + ], + [ + 491.747, + -301.363 + ], + [ + 404.669, + -329.942 + ], + [ + -179.573, + 1366.25 + ], + [ + -554.005, + -314.522 + ], + [ + -806.652, + 1010.81 + ], + [ + 619.145, + 1181.95 + ], + [ + 261.761, + -170.301 + ], + [ + 1025.44, + 495.037 + ], + [ + -24.0163, + -421.844 + ], + [ + 96.889, + 1374.59 + ], + [ + 881.257, + -18.3341 + ], + [ + -152.069, + 1369.58 + ], + [ + 56.8532, + -418.684 + ], + [ + -386.381, + -351.181 + ], + [ + 69.2344, + 1376.26 + ], + [ + -124.504, + 1372.36 + ], + [ + -1016.21, + 192.065 + ], + [ + 703.748, + -178.404 + ], + [ + 1004.02, + 247.999 + ], + [ + 546.771, + 1217.12 + ], + [ + -1035.99, + 554.289 + ], + [ + 41.5518, + 1377.37 + ], + [ + -96.889, + 1374.59 + ], + [ + 13.8525, + 1377.93 + ], + [ + -69.2344, + 1376.26 + ], + [ + -13.8525, + 1377.93 + ], + [ + -41.5518, + 1377.37 + ], + [ + 744.254, + 1057.6 + ], + [ + 200.616, + -407.698 + ], + [ + -474.868, + -327.316 + ], + [ + 322.368, + -344.268 + ], + [ + -750.941, + -190.368 + ], + [ + -595.258, + 1194.15 + ], + [ + -323.961, + -365.138 + ], + [ + -1033.48, + 270.505 + ], + [ + -56.8532, + -418.684 + ], + [ + -1044.62, + 352.213 + ], + [ + 1016.93, + 327.275 + ], + [ + 1003.74, + 610.763 + ], + [ + 677.44, + -185.61 + ], + [ + 89.3436, + -412.973 + ], + [ + -884.27, + 886.539 + ], + [ + -141.732, + -413.516 + ], + [ + 173.56, + -401.198 + ], + [ + 522.192, + 1227.87 + ], + [ + 1023.53, + 409.474 + ], + [ + 467.922, + -304.333 + ], + [ + -786.168, + 1026.82 + ], + [ + 556.817, + -263.797 + ], + [ + -847.541, + -97.2455 + ], + [ + 822.706, + -78.4683 + ], + [ + 196.756, + -242.504 + ], + [ + -261.761, + -170.301 + ], + [ + -909.599, + 18.8482 + ], + [ + -303.43, + -361.071 + ], + [ + -571.13, + 1205.88 + ], + [ + -1051.26, + 437.54 + ], + [ + -644.613, + -217.106 + ], + [ + 829.221, + 938.23 + ], + [ + -785.259, + -151.698 + ], + [ + -722.967, + -198.083 + ], + [ + 982.036, + 199.721 + ], + [ + 722.841, + 1072.35 + ], + [ + -991.583, + 145.077 + ], + [ + -450.918, + -329.004 + ], + [ + -990.65, + 700.945 + ], + [ + 763.305, + -132.35 + ], + [ + -541.859, + -293.296 + ], + [ + -89.3436, + -412.973 + ], + [ + 957.826, + 153.707 + ], + [ + 933.446, + 110.28 + ], + [ + -619.145, + 1181.95 + ], + [ + -546.771, + 1217.12 + ], + [ + -1038.75, + 466.467 + ], + [ + -196.756, + -242.504 + ], + [ + 121.289, + -404.744 + ], + [ + -964.863, + 100.473 + ], + [ + -696.402, + -205.218 + ], + [ + -938.118, + 58.4624 + ], + [ + -847.916, + 921.37 + ], + [ + 531.966, + -269.738 + ], + [ + -765.366, + 1042.42 + ], + [ + 361.226, + -328.318 + ], + [ + 399.528, + -308.274 + ], + [ + -866.268, + 904.137 + ], + [ + 444.304, + -306.249 + ], + [ + 1011.35, + 523.228 + ], + [ + -200.616, + -407.698 + ], + [ + -1020.26, + 582.749 + ], + [ + 634.588, + -173.869 + ], + [ + -1010.5, + 220.116 + ], + [ + 701.137, + 1086.66 + ], + [ + 736.004, + -142.183 + ], + [ + 659.335, + -167.146 + ], + [ + -522.192, + 1227.87 + ], + [ + 340.377, + -326.474 + ], + [ + -669.837, + -211.41 + ], + [ + 996.775, + 275.692 + ], + [ + -382.41, + -329.269 + ], + [ + 852.497, + -32.1086 + ], + [ + -516.725, + -297.895 + ], + [ + 640.78, + -149.445 + ], + [ + -173.56, + -401.198 + ], + [ + 421.791, + -307.752 + ], + [ + 794.564, + -91.1671 + ], + [ + -343.088, + -347.228 + ], + [ + -427.23, + -329.649 + ], + [ + -819.098, + -109.91 + ], + [ + 204.331, + -386.435 + ], + [ + 986.45, + 638.309 + ], + [ + -1025.6, + 299.005 + ], + [ + 447.226, + 1257.11 + ], + [ + -7.27016, + -407.858 + ], + [ + -1034.47, + 380.989 + ], + [ + 39.067, + -406.048 + ], + [ + 507.21, + -274.541 + ], + [ + 1007.49, + 355.295 + ], + [ + 810.191, + 954.712 + ], + [ + -744.254, + 1057.6 + ], + [ + 595.509, + -226.306 + ], + [ + 631.291, + 85.5444 + ], + [ + 904.901, + 94.2294 + ], + [ + 710.063, + -151.329 + ], + [ + -908.729, + 44.0154 + ], + [ + -121.289, + -404.744 + ], + [ + -322.368, + -344.268 + ], + [ + 1011.81, + 437.645 + ], + [ + 152.496, + -394.048 + ], + [ + -404.669, + -329.942 + ], + [ + -39.067, + -406.048 + ], + [ + -757.679, + -161.477 + ], + [ + 679.148, + 1100.54 + ], + [ + 421.863, + 1265.85 + ], + [ + 263.4, + -370.251 + ], + [ + 684.05, + -159.536 + ], + [ + 70.6258, + -401.763 + ], + [ + 931.138, + 778.264 + ], + [ + -491.747, + -301.363 + ], + [ + 771.156, + 986.51 + ], + [ + 976.132, + 226.824 + ], + [ + -987.187, + 172.465 + ], + [ + 497.401, + 1238.12 + ], + [ + -722.841, + 1072.35 + ], + [ + -907.163, + 69.1489 + ], + [ + 790.834, + 970.807 + ], + [ + -627.466, + -198.038 + ], + [ + 756.959, + 948.539 + ], + [ + 930.036, + 136.073 + ], + [ + -1025.44, + 495.037 + ], + [ + 953.205, + 180.157 + ], + [ + 483.579, + -278.786 + ], + [ + 396.328, + 1274.07 + ], + [ + -652.452, + -192.267 + ], + [ + -829.221, + 938.23 + ], + [ + 282.888, + -355.583 + ], + [ + -961.713, + 127.139 + ], + [ + -850.642, + -64.7245 + ], + [ + -447.226, + 1257.11 + ], + [ + -936.14, + 84.4038 + ], + [ + -730.021, + -170.258 + ], + [ + 825.107, + -46.912 + ], + [ + 294.145, + -104.882 + ], + [ + -70.6258, + -401.763 + ], + [ + 996.477, + 551.018 + ], + [ + -790.491, + -121.522 + ], + [ + -1003.74, + 610.763 + ], + [ + 101.754, + -395.029 + ], + [ + 472.409, + 1247.86 + ], + [ + 570.17, + -233.538 + ], + [ + 370.634, + 1281.78 + ], + [ + 378.323, + -308.461 + ], + [ + 767.813, + -103.028 + ], + [ + -42.0195, + -309.444 + ], + [ + -701.137, + 1086.66 + ], + [ + -467.922, + -304.333 + ], + [ + 357.405, + -307.739 + ], + [ + -1004.02, + 247.999 + ], + [ + -881.257, + -18.3341 + ], + [ + -421.863, + 1265.85 + ], + [ + -703.748, + -178.404 + ], + [ + -152.496, + -394.048 + ], + [ + 988.763, + 303.173 + ], + [ + -204.331, + -386.435 + ], + [ + 968.406, + 665.366 + ], + [ + 182.773, + -380.95 + ], + [ + 42.0195, + -309.444 + ], + [ + 233.856, + -369.316 + ], + [ + -1016.93, + 327.275 + ], + [ + 344.79, + 1288.98 + ], + [ + 634.358, + 1126.95 + ], + [ + -556.817, + -263.797 + ], + [ + -1023.53, + 409.474 + ], + [ + 460.097, + -281.966 + ], + [ + -361.226, + -328.318 + ], + [ + -396.328, + 1274.07 + ], + [ + 415.494, + -286.391 + ], + [ + -677.44, + -185.61 + ], + [ + -497.401, + 1238.12 + ], + [ + -340.377, + -326.474 + ], + [ + 740.908, + -113.899 + ], + [ + 997.267, + 383.042 + ], + [ + 665.251, + -141.779 + ], + [ + 901.947, + 119.238 + ], + [ + 545.674, + -240.804 + ], + [ + 999.307, + 465.48 + ], + [ + -399.528, + -308.274 + ], + [ + -101.754, + -395.029 + ], + [ + -679.148, + 1100.54 + ], + [ + 437.697, + -284.675 + ], + [ + -370.634, + 1281.78 + ], + [ + 132.262, + -385.886 + ], + [ + 853.101, + 0.554421 + ], + [ + 793.79, + 383.207 + ], + [ + -810.191, + 954.712 + ], + [ + 797.472, + -60.6788 + ], + [ + -444.304, + -306.249 + ], + [ + -822.706, + -78.4683 + ], + [ + -472.409, + 1247.86 + ], + [ + -294.145, + -104.882 + ], + [ + 22.402, + -393.488 + ], + [ + 611.573, + 1139.47 + ], + [ + -22.402, + -393.488 + ], + [ + -531.966, + -269.738 + ], + [ + -982.036, + 199.721 + ], + [ + 969.481, + 253.753 + ], + [ + -263.4, + -370.251 + ], + [ + -344.79, + 1288.98 + ], + [ + 715.336, + -124.032 + ], + [ + -756.959, + 948.539 + ], + [ + -631.291, + 85.5444 + ], + [ + 53.0316, + -390.541 + ], + [ + 656.886, + 1113.97 + ], + [ + -421.791, + -307.752 + ], + [ + -763.305, + -132.35 + ], + [ + -1011.35, + 523.228 + ], + [ + -771.156, + 986.51 + ], + [ + 925.914, + 161.761 + ], + [ + 751.168, + 1001.81 + ], + [ + 521.211, + -246.929 + ], + [ + 947.854, + 206.47 + ], + [ + -957.826, + 153.707 + ], + [ + 689.656, + -133.229 + ], + [ + -933.446, + 110.28 + ], + [ + 261.955, + -349.947 + ], + [ + -790.834, + 970.807 + ], + [ + -986.45, + 638.309 + ], + [ + 980.845, + 578.386 + ], + [ + -282.888, + -355.583 + ], + [ + -53.0316, + -390.541 + ], + [ + 588.541, + 1151.54 + ], + [ + -182.773, + -380.95 + ], + [ + -634.588, + -173.869 + ], + [ + -931.138, + 778.264 + ], + [ + 211.935, + -365.53 + ], + [ + 949.62, + 691.913 + ], + [ + -507.21, + -274.541 + ], + [ + 83.338, + -385.213 + ], + [ + -659.335, + -167.146 + ], + [ + -736.004, + -142.183 + ], + [ + -996.775, + 275.692 + ], + [ + 898.301, + 144.155 + ], + [ + -634.358, + 1126.95 + ], + [ + -640.78, + -149.445 + ], + [ + 373.404, + -288.117 + ], + [ + 213.689, + 1317.07 + ], + [ + -132.262, + -385.886 + ], + [ + 979.993, + 330.423 + ], + [ + 161.964, + -374.392 + ], + [ + -852.497, + -32.1086 + ], + [ + 826.298, + -15.2868 + ], + [ + 497.842, + -252.435 + ], + [ + -1011.81, + 437.645 + ], + [ + -233.856, + -369.316 + ], + [ + -595.509, + -226.306 + ], + [ + -1007.49, + 355.295 + ], + [ + -794.564, + -91.1671 + ], + [ + 187.168, + 1321.1 + ], + [ + 730.875, + 1016.71 + ], + [ + 565.271, + 1163.14 + ], + [ + 635.985, + 36.9887 + ], + [ + 771.195, + -73.5553 + ], + [ + 394.33, + -287.716 + ], + [ + 986.284, + 410.496 + ], + [ + 710.287, + 1031.2 + ], + [ + 160.57, + 1324.6 + ], + [ + -357.405, + -307.739 + ], + [ + -710.063, + -151.329 + ], + [ + -213.689, + 1317.07 + ], + [ + 986.041, + 492.959 + ], + [ + -904.901, + 94.2294 + ], + [ + -378.323, + -308.461 + ], + [ + -83.338, + -385.213 + ], + [ + 318.806, + 1295.65 + ], + [ + -483.579, + -278.786 + ], + [ + -611.573, + 1139.47 + ], + [ + 133.908, + 1327.56 + ], + [ + -187.168, + 1321.1 + ], + [ + 646.032, + -124.802 + ], + [ + 113.136, + -377.538 + ], + [ + -684.05, + -159.536 + ], + [ + 107.191, + 1329.98 + ], + [ + -160.57, + 1324.6 + ], + [ + 581.88, + -202.606 + ], + [ + 882.531, + 832.978 + ], + [ + 689.412, + 1045.27 + ], + [ + -656.886, + 1113.97 + ], + [ + -996.477, + 551.018 + ], + [ + 744.726, + -85.4487 + ], + [ + 80.4313, + 1331.87 + ], + [ + 292.694, + 1301.79 + ], + [ + -133.908, + 1327.56 + ], + [ + -976.132, + 226.824 + ], + [ + 879.741, + 54.8245 + ], + [ + 66.0327, + -305.223 + ], + [ + 670.192, + -116.205 + ], + [ + 474.565, + -256.871 + ], + [ + 962.086, + 280.487 + ], + [ + 53.639, + 1333.21 + ], + [ + -107.191, + 1329.98 + ], + [ + -968.406, + 665.366 + ], + [ + 893.967, + 168.961 + ], + [ + 26.8249, + 1334.02 + ], + [ + -80.4313, + 1331.87 + ], + [ + -793.79, + 383.207 + ], + [ + -53.639, + 1333.21 + ], + [ + 0.0, + 1334.29 + ], + [ + 430.264, + -263.683 + ], + [ + -26.8249, + 1334.02 + ], + [ + 921.082, + 187.325 + ], + [ + -588.541, + 1151.54 + ], + [ + 36.4241, + -378.579 + ], + [ + 288.458, + -328.444 + ], + [ + -953.205, + 180.157 + ], + [ + 239.806, + -347.882 + ], + [ + 941.776, + 232.624 + ], + [ + 266.463, + 1307.42 + ], + [ + -930.036, + 136.073 + ], + [ + 964.462, + 605.311 + ], + [ + -570.17, + -233.538 + ], + [ + -415.494, + -286.391 + ], + [ + -318.806, + 1295.65 + ], + [ + 799.211, + -30.1016 + ], + [ + 452.343, + -260.778 + ], + [ + -751.168, + 1001.81 + ], + [ + 852.454, + 33.2166 + ], + [ + -825.107, + -46.912 + ], + [ + -161.964, + -374.392 + ], + [ + -460.097, + -281.966 + ], + [ + 930.106, + 717.93 + ], + [ + -261.955, + -349.947 + ], + [ + 557.809, + -211.176 + ], + [ + 518.056, + 1184.92 + ], + [ + -6.77833, + -380.267 + ], + [ + 190.678, + -360.615 + ], + [ + 442.559, + 102.988 + ], + [ + 240.125, + 1312.51 + ], + [ + -36.4241, + -378.579 + ], + [ + 719.56, + -96.5533 + ], + [ + -211.935, + -365.53 + ], + [ + -66.0327, + -305.223 + ], + [ + -292.694, + 1301.79 + ], + [ + -767.813, + -103.028 + ], + [ + -988.763, + 303.173 + ], + [ + -565.271, + 1163.14 + ], + [ + 65.8479, + -374.583 + ], + [ + -437.697, + -284.675 + ], + [ + -113.136, + -377.538 + ], + [ + 694.251, + -106.727 + ], + [ + 970.473, + 357.419 + ], + [ + -266.463, + 1307.42 + ], + [ + 142.245, + -367.561 + ], + [ + -999.307, + 465.48 + ], + [ + -545.674, + -240.804 + ], + [ + -997.267, + 383.042 + ], + [ + 388.326, + -267.665 + ], + [ + 494.129, + 1195.1 + ], + [ + -240.125, + 1312.51 + ], + [ + 533.711, + -218.605 + ], + [ + 972.02, + 520.06 + ], + [ + -740.908, + -113.899 + ], + [ + 974.545, + 437.636 + ], + [ + -665.251, + -141.779 + ], + [ + -730.875, + 1016.71 + ], + [ + -710.287, + 1031.2 + ], + [ + 321.767, + 820.62 + ], + [ + -65.8479, + -374.583 + ], + [ + -901.947, + 119.238 + ], + [ + -373.404, + -288.117 + ], + [ + 470.003, + 1204.79 + ], + [ + -853.101, + 0.554421 + ], + [ + -980.845, + 578.386 + ], + [ + 94.8703, + -368.305 + ], + [ + -797.472, + -60.6788 + ], + [ + -521.211, + -246.929 + ], + [ + -949.62, + 691.913 + ], + [ + 826.277, + 16.3608 + ], + [ + 541.773, + 1174.27 + ], + [ + -689.412, + 1045.27 + ], + [ + -518.056, + 1184.92 + ], + [ + 773.445, + -43.9747 + ], + [ + -969.481, + 253.753 + ], + [ + -715.336, + -124.032 + ], + [ + 668.258, + 1058.92 + ], + [ + 953.955, + 307.007 + ], + [ + 409.201, + -266.141 + ], + [ + 510.67, + -225.357 + ], + [ + 947.339, + 631.772 + ], + [ + 650.337, + -99.9758 + ], + [ + 915.545, + 212.745 + ], + [ + 445.686, + 1214.0 + ], + [ + 909.88, + 743.397 + ], + [ + -925.914, + 161.761 + ], + [ + -394.33, + -287.716 + ], + [ + -689.656, + -133.229 + ], + [ + -947.854, + 206.47 + ], + [ + 266.215, + -328.113 + ], + [ + -142.245, + -367.561 + ], + [ + -190.678, + -360.615 + ], + [ + 934.977, + 258.6 + ], + [ + -239.806, + -347.882 + ], + [ + 625.149, + 1084.93 + ], + [ + -442.559, + 102.988 + ], + [ + -494.129, + 1195.1 + ], + [ + 170.487, + -355.343 + ], + [ + 747.451, + -56.8728 + ], + [ + -497.842, + -252.435 + ], + [ + -882.531, + 832.978 + ], + [ + 218.23, + -344.64 + ], + [ + 313.202, + -304.939 + ], + [ + -288.458, + -328.444 + ], + [ + 674.15, + -90.4599 + ], + [ + -94.8703, + -368.305 + ], + [ + -979.993, + 330.423 + ], + [ + 421.19, + 1222.71 + ], + [ + -20.8761, + -366.686 + ], + [ + -898.301, + 144.155 + ], + [ + 646.835, + 1072.14 + ], + [ + 123.314, + -359.781 + ], + [ + -635.985, + 36.9887 + ], + [ + 487.665, + -231.036 + ], + [ + -986.041, + 492.959 + ], + [ + -470.003, + 1204.79 + ], + [ + 960.209, + 384.141 + ], + [ + -986.284, + 410.496 + ], + [ + 49.4195, + -363.94 + ], + [ + 443.793, + -240.215 + ], + [ + 799.777, + 0.519766 + ], + [ + 591.914, + -171.09 + ], + [ + -826.298, + -15.2868 + ], + [ + -321.767, + 820.62 + ], + [ + 850.557, + 65.8301 + ], + [ + 20.8761, + -366.686 + ], + [ + 722.73, + -68.9328 + ], + [ + 465.684, + -236.129 + ], + [ + 957.254, + 546.763 + ], + [ + 396.523, + 1230.93 + ], + [ + -541.773, + 1174.27 + ], + [ + -771.195, + -73.5553 + ], + [ + 888.949, + 193.638 + ], + [ + -430.264, + -263.683 + ], + [ + 291.002, + -306.345 + ], + [ + -474.565, + -256.871 + ], + [ + 962.059, + 464.44 + ], + [ + -445.686, + 1214.0 + ], + [ + -930.106, + 717.93 + ], + [ + 697.829, + -80.0678 + ], + [ + -646.032, + -124.802 + ], + [ + -49.4195, + -363.94 + ], + [ + 402.13, + -246.442 + ], + [ + -581.88, + -202.606 + ], + [ + -964.462, + 605.311 + ], + [ + -452.343, + -260.778 + ], + [ + 244.452, + -326.565 + ], + [ + 568.337, + -180.939 + ], + [ + 77.6616, + -358.975 + ], + [ + -421.19, + 1222.71 + ], + [ + 888.957, + 768.294 + ], + [ + -668.258, + 1058.92 + ], + [ + -744.726, + -85.4487 + ], + [ + -670.192, + -116.205 + ], + [ + -962.086, + 280.487 + ], + [ + 929.491, + 657.749 + ], + [ + -388.326, + -267.665 + ], + [ + 945.093, + 333.292 + ], + [ + -879.741, + 54.8245 + ], + [ + -123.314, + -359.781 + ], + [ + 603.211, + 1097.28 + ], + [ + -170.487, + -355.343 + ], + [ + 336.249, + -305.616 + ], + [ + -893.967, + 168.961 + ], + [ + 812.76, + 901.184 + ], + [ + -625.149, + 1084.93 + ], + [ + -557.809, + -211.176 + ], + [ + 909.306, + 238.003 + ], + [ + -921.082, + 187.325 + ], + [ + 151.007, + -349.064 + ], + [ + 197.689, + -340.96 + ], + [ + -941.776, + 232.624 + ], + [ + -396.523, + 1230.93 + ], + [ + 927.462, + 284.377 + ], + [ + 544.672, + -189.65 + ], + [ + -799.211, + -30.1016 + ], + [ + 617.526, + -156.547 + ], + [ + 653.687, + -75.0031 + ], + [ + -852.454, + 33.2166 + ], + [ + -218.23, + -344.64 + ], + [ + 825.045, + 47.9844 + ], + [ + -266.215, + -328.113 + ], + [ + 321.601, + 1252.6 + ], + [ + 774.562, + -14.3297 + ], + [ + -719.56, + -96.5533 + ], + [ + -77.6616, + -358.975 + ], + [ + 33.9251, + -352.605 + ], + [ + 422.893, + -243.8 + ], + [ + -970.473, + 357.419 + ], + [ + -646.835, + 1072.14 + ], + [ + -972.02, + 520.06 + ], + [ + 105.43, + -351.822 + ], + [ + -533.711, + -218.605 + ], + [ + -694.251, + -106.727 + ], + [ + 296.354, + 1258.81 + ], + [ + 949.21, + 410.569 + ], + [ + -33.9251, + -352.605 + ], + [ + -974.545, + 437.636 + ], + [ + 535.97, + 1131.64 + ], + [ + -409.201, + -266.141 + ], + [ + 522.027, + -197.63 + ], + [ + 749.081, + -28.2135 + ], + [ + -313.202, + -304.939 + ], + [ + -909.88, + 743.397 + ], + [ + 223.687, + -324.498 + ], + [ + 941.755, + 573.047 + ], + [ + 883.249, + 218.167 + ], + [ + 677.119, + -64.5825 + ], + [ + 61.3301, + -348.883 + ], + [ + 270.987, + 1264.51 + ], + [ + 581.03, + 1109.18 + ], + [ + 948.837, + 490.889 + ], + [ + -947.339, + 631.772 + ], + [ + -321.601, + 1252.6 + ], + [ + 867.353, + 792.603 + ], + [ + -510.67, + -225.357 + ], + [ + 269.184, + -306.498 + ], + [ + 245.51, + 1269.7 + ], + [ + -6.31327, + -354.177 + ], + [ + -151.007, + -349.064 + ], + [ + -296.354, + 1258.81 + ], + [ + 371.696, + 1238.65 + ], + [ + 910.931, + 683.222 + ], + [ + 799.171, + 31.1404 + ], + [ + -603.211, + 1097.28 + ], + [ + 656.08, + -49.9204 + ], + [ + -244.452, + -326.565 + ], + [ + -291.002, + -306.345 + ], + [ + -826.277, + 16.3608 + ], + [ + 724.839, + -41.2112 + ], + [ + 876.873, + 242.529 + ], + [ + -105.43, + -351.822 + ], + [ + 336.037, + -279.575 + ], + [ + -953.955, + 307.007 + ], + [ + -61.3301, + -348.883 + ], + [ + 499.359, + -204.535 + ], + [ + 219.934, + 1274.38 + ], + [ + 847.413, + 98.347 + ], + [ + -773.445, + -43.9747 + ], + [ + 177.779, + -336.219 + ], + [ + 132.556, + -342.525 + ], + [ + -270.987, + 1264.51 + ], + [ + 935.506, + 359.321 + ], + [ + 456.044, + -216.055 + ], + [ + -650.337, + -99.9758 + ], + [ + -197.689, + -340.96 + ], + [ + 558.613, + 1120.64 + ], + [ + 414.775, + -224.508 + ], + [ + 700.383, + -53.2914 + ], + [ + 194.269, + 1278.55 + ], + [ + 477.684, + -210.8 + ], + [ + 346.719, + 1245.88 + ], + [ + -915.545, + 212.745 + ], + [ + 902.371, + 263.078 + ], + [ + -245.51, + 1269.7 + ], + [ + 852.722, + 223.192 + ], + [ + -934.977, + 258.6 + ], + [ + -443.793, + -240.215 + ], + [ + 88.3612, + -343.035 + ], + [ + -487.665, + -231.036 + ], + [ + 919.236, + 309.937 + ], + [ + 168.526, + 1282.19 + ], + [ + 305.799, + 63.3101 + ], + [ + 600.242, + -139.081 + ], + [ + -219.934, + 1274.38 + ], + [ + -402.13, + -246.442 + ], + [ + -747.451, + -56.8728 + ], + [ + -812.76, + 901.184 + ], + [ + -535.97, + 1131.64 + ], + [ + -674.15, + -90.4599 + ], + [ + -465.684, + -236.129 + ], + [ + 142.714, + 1285.32 + ], + [ + -957.254, + 546.763 + ], + [ + -960.209, + 384.141 + ], + [ + -194.269, + 1278.55 + ], + [ + 203.467, + -321.325 + ], + [ + -888.957, + 768.294 + ], + [ + -371.696, + 1238.65 + ], + [ + 116.845, + 1287.93 + ], + [ + 314.014, + -282.708 + ], + [ + -336.249, + -305.616 + ], + [ + -168.526, + 1282.19 + ], + [ + -591.914, + -171.09 + ], + [ + -962.059, + 464.44 + ], + [ + 90.9283, + 1290.02 + ], + [ + 937.483, + 436.682 + ], + [ + -581.03, + 1109.18 + ], + [ + -142.714, + 1285.32 + ], + [ + -929.491, + 657.749 + ], + [ + 925.534, + 598.892 + ], + [ + 868.297, + 151.695 + ], + [ + 577.228, + -150.181 + ], + [ + 64.975, + 1291.59 + ], + [ + -799.777, + 0.519766 + ], + [ + -116.845, + 1287.93 + ], + [ + -346.719, + 1245.88 + ], + [ + -223.687, + -324.498 + ], + [ + 38.9955, + 1292.63 + ], + [ + 845.084, + 816.305 + ], + [ + -90.9283, + 1290.02 + ], + [ + -850.557, + 65.8301 + ], + [ + -88.3612, + -343.035 + ], + [ + -722.73, + -68.9328 + ], + [ + 13.0003, + 1293.16 + ], + [ + -64.975, + 1291.59 + ], + [ + -13.0003, + 1293.16 + ], + [ + -38.9955, + 1292.63 + ], + [ + 822.603, + 79.5376 + ], + [ + -132.556, + -342.525 + ], + [ + 774.543, + 15.3364 + ], + [ + 934.887, + 516.961 + ], + [ + -888.949, + 193.638 + ], + [ + 114.854, + -335.096 + ], + [ + 158.874, + -331.14 + ], + [ + -568.337, + -180.939 + ], + [ + 435.366, + -220.756 + ], + [ + -697.829, + -80.0678 + ], + [ + 891.673, + 708.171 + ], + [ + 513.111, + 1142.19 + ], + [ + 530.448, + 1091.48 + ], + [ + 554.064, + -160.15 + ], + [ + -177.779, + -336.219 + ], + [ + -558.613, + 1120.64 + ], + [ + 248.321, + -306.058 + ], + [ + 749.612, + 0.487164 + ], + [ + -269.184, + -306.498 + ], + [ + -945.093, + 333.292 + ], + [ + -422.893, + -243.8 + ], + [ + 292.275, + -284.564 + ], + [ + 679.095, + -38.6104 + ], + [ + 925.203, + 385.074 + ], + [ + 466.78, + 1161.9 + ], + [ + 737.736, + 963.565 + ], + [ + -544.672, + -189.65 + ], + [ + -305.799, + 63.3101 + ], + [ + 443.327, + 1171.04 + ], + [ + -909.306, + 238.003 + ], + [ + 894.744, + 287.951 + ], + [ + -927.462, + 284.377 + ], + [ + 531.88, + -169.333 + ], + [ + -867.353, + 792.603 + ], + [ + 490.045, + 1152.28 + ], + [ + -617.526, + -156.547 + ], + [ + -653.687, + -75.0031 + ], + [ + 910.306, + 335.26 + ], + [ + -941.755, + 573.047 + ], + [ + 797.393, + 61.7153 + ], + [ + 725.885, + -13.4291 + ], + [ + -203.467, + -321.325 + ], + [ + 184.224, + -317.736 + ], + [ + -825.045, + 47.9844 + ], + [ + -114.854, + -335.096 + ], + [ + -774.562, + -14.3297 + ], + [ + -949.21, + 410.569 + ], + [ + -336.037, + -279.575 + ], + [ + 869.824, + 266.705 + ], + [ + 843.027, + 130.72 + ], + [ + 822.168, + 839.381 + ], + [ + -522.027, + -197.63 + ], + [ + 271.441, + -285.753 + ], + [ + -910.931, + 683.222 + ], + [ + 140.646, + -325.115 + ], + [ + 701.909, + -26.4368 + ], + [ + -530.448, + 1091.48 + ], + [ + 908.605, + 624.278 + ], + [ + -948.837, + 490.889 + ], + [ + 426.224, + -201.928 + ], + [ + 925.038, + 462.461 + ], + [ + 509.615, + -177.444 + ], + [ + -158.874, + -331.14 + ], + [ + -513.111, + 1142.19 + ], + [ + 466.98, + -191.272 + ], + [ + -883.249, + 218.167 + ], + [ + -749.081, + -28.2135 + ], + [ + 871.732, + 732.578 + ], + [ + -414.775, + -224.508 + ], + [ + 227.915, + -304.472 + ], + [ + 488.308, + -184.864 + ], + [ + 920.221, + 542.637 + ], + [ + -677.119, + -64.5825 + ], + [ + 356.824, + -252.507 + ], + [ + -466.78, + 1161.9 + ], + [ + 215.076, + -226.415 + ], + [ + -456.044, + -216.055 + ], + [ + -443.327, + 1171.04 + ], + [ + -314.014, + -282.708 + ], + [ + -499.359, + -204.535 + ], + [ + -19.4327, + -341.333 + ], + [ + 46.0025, + -338.776 + ], + [ + -477.684, + -210.8 + ], + [ + -490.045, + 1152.28 + ], + [ + -876.873, + 242.529 + ], + [ + -656.08, + -49.9204 + ], + [ + -852.722, + 223.192 + ], + [ + -935.506, + 359.321 + ], + [ + -799.171, + 31.1404 + ], + [ + -845.084, + 816.305 + ], + [ + -724.839, + -41.2112 + ], + [ + -248.321, + -306.058 + ], + [ + -847.413, + 98.347 + ], + [ + 371.93, + 1195.64 + ], + [ + 606.84, + -106.672 + ], + [ + 657.51, + -24.7646 + ], + [ + 773.388, + 44.98 + ], + [ + 818.955, + 110.974 + ], + [ + 914.191, + 410.533 + ], + [ + -46.0025, + -338.776 + ], + [ + 335.113, + -257.349 + ], + [ + 250.974, + -285.764 + ], + [ + 208.451, + -302.395 + ], + [ + -140.646, + -325.115 + ], + [ + -700.383, + -53.2914 + ], + [ + -902.371, + 263.078 + ], + [ + 419.694, + 1179.72 + ], + [ + -737.736, + 963.565 + ], + [ + 798.622, + 861.814 + ], + [ + -919.236, + 309.937 + ], + [ + 886.432, + 312.604 + ], + [ + -184.224, + -317.736 + ], + [ + -925.534, + 598.892 + ], + [ + 72.2918, + -334.155 + ], + [ + -600.242, + -139.081 + ], + [ + 165.581, + -313.151 + ], + [ + -292.275, + -284.564 + ], + [ + 446.584, + -197.076 + ], + [ + -891.673, + 708.171 + ], + [ + 749.043, + 29.1871 + ], + [ + 584.455, + -118.991 + ], + [ + 900.679, + 360.325 + ], + [ + -937.483, + 436.682 + ], + [ + 680.075, + -12.5816 + ], + [ + 890.979, + 649.186 + ], + [ + -934.887, + 516.961 + ], + [ + -435.366, + -220.756 + ], + [ + 19.4327, + -341.333 + ], + [ + 395.892, + 1187.92 + ], + [ + -577.228, + -150.181 + ], + [ + 851.123, + 756.424 + ], + [ + 911.884, + 487.886 + ], + [ + 380.907, + -247.739 + ], + [ + 274.675, + 1221.65 + ], + [ + 98.1406, + -327.496 + ], + [ + -72.2918, + -334.155 + ], + [ + 347.817, + 1202.87 + ], + [ + 561.86, + -130.188 + ], + [ + 678.311, + 1006.28 + ], + [ + -371.93, + 1195.64 + ], + [ + -868.297, + 151.695 + ], + [ + 313.585, + -260.895 + ], + [ + -215.076, + -226.415 + ], + [ + 904.851, + 567.898 + ], + [ + -271.441, + -285.753 + ], + [ + 725.867, + 14.3726 + ], + [ + 794.445, + 92.1997 + ], + [ + -227.915, + -304.472 + ], + [ + 312.142, + -9.40941 + ], + [ + 189.507, + -299.279 + ], + [ + -822.603, + 79.5376 + ], + [ + -822.168, + 839.381 + ], + [ + -774.543, + 15.3364 + ], + [ + 862.11, + 290.676 + ], + [ + -554.064, + -160.15 + ], + [ + -419.694, + 1179.72 + ], + [ + 837.404, + 162.901 + ], + [ + 702.407, + 0.456486 + ], + [ + 540.2, + -140.548 + ], + [ + -274.675, + 1221.65 + ], + [ + -925.203, + 385.074 + ], + [ + 436.446, + -178.765 + ], + [ + 774.464, + 883.587 + ], + [ + 123.391, + -318.842 + ], + [ + -98.1406, + -327.496 + ], + [ + -749.612, + 0.487164 + ], + [ + -395.892, + 1187.92 + ], + [ + -165.581, + -313.151 + ], + [ + -679.095, + -38.6104 + ], + [ + -347.817, + 1202.87 + ], + [ + -531.88, + -169.333 + ], + [ + -908.605, + 624.278 + ], + [ + -208.451, + -302.395 + ], + [ + -426.224, + -201.928 + ], + [ + 902.479, + 435.678 + ], + [ + 476.571, + -165.938 + ], + [ + -871.732, + 732.578 + ], + [ + -894.744, + 287.951 + ], + [ + 518.403, + -149.842 + ], + [ + 292.906, + -263.705 + ], + [ + 323.564, + 1209.62 + ], + [ + 877.44, + 337.018 + ], + [ + -910.306, + 335.26 + ], + [ + -356.824, + -252.507 + ], + [ + 299.18, + 1215.88 + ], + [ + 497.524, + -158.395 + ], + [ + -250.974, + -285.764 + ], + [ + 872.67, + 673.596 + ], + [ + 890.361, + 385.115 + ], + [ + -797.393, + 61.7153 + ], + [ + -725.885, + -13.4291 + ], + [ + -925.038, + 462.461 + ], + [ + 829.861, + 779.69 + ], + [ + -466.98, + -191.272 + ], + [ + -869.824, + 266.705 + ], + [ + -920.221, + 542.637 + ], + [ + -509.615, + -177.444 + ], + [ + 634.182, + -60.4873 + ], + [ + 657.976, + 0.427611 + ], + [ + -843.027, + 130.72 + ], + [ + 771.099, + 74.5576 + ], + [ + -798.622, + 861.814 + ], + [ + -488.308, + -184.864 + ], + [ + -312.142, + -9.40941 + ], + [ + 898.032, + 512.937 + ], + [ + 814.105, + 142.248 + ], + [ + 231.407, + -285.211 + ], + [ + -701.909, + -26.4368 + ], + [ + 853.735, + 314.425 + ], + [ + -123.391, + -318.842 + ], + [ + -189.507, + -299.279 + ], + [ + -335.113, + -257.349 + ], + [ + 147.889, + -308.244 + ], + [ + 586.084, + 249.702 + ], + [ + -678.311, + 1006.28 + ], + [ + 445.25, + -90.6496 + ], + [ + 375.436, + -223.9 + ], + [ + 888.787, + 592.724 + ], + [ + -323.564, + 1209.62 + ], + [ + 747.377, + 57.8443 + ], + [ + -299.18, + 1215.88 + ], + [ + 749.713, + 904.683 + ], + [ + 0.0, + 1252.15 + ], + [ + 456.516, + -172.828 + ], + [ + 250.059, + 1226.93 + ], + [ + 680.058, + 13.4656 + ], + [ + 272.503, + -265.313 + ], + [ + 611.69, + -73.9548 + ], + [ + 846.219, + 246.707 + ], + [ + 657.477, + 25.6192 + ], + [ + 212.278, + -283.583 + ], + [ + -914.191, + 410.533 + ], + [ + -851.123, + 756.424 + ], + [ + 252.952, + -266.289 + ], + [ + 354.168, + -230.421 + ], + [ + 225.342, + 1231.71 + ], + [ + -890.979, + 649.186 + ], + [ + -446.584, + -197.076 + ], + [ + -606.84, + -106.672 + ], + [ + -313.585, + -260.895 + ], + [ + 595.278, + 1057.52 + ], + [ + 724.785, + 42.1533 + ], + [ + -657.51, + -24.7646 + ], + [ + 589.998, + -87.4573 + ], + [ + -380.907, + -247.739 + ], + [ + 790.332, + 122.549 + ], + [ + -773.388, + 44.98 + ], + [ + -250.059, + 1226.93 + ], + [ + 890.075, + 460.488 + ], + [ + -818.955, + 110.974 + ], + [ + 200.534, + 1235.99 + ], + [ + -886.432, + 312.604 + ], + [ + 233.754, + -266.157 + ], + [ + 807.965, + 802.359 + ], + [ + -774.464, + 883.587 + ], + [ + 853.693, + 697.491 + ], + [ + 701.874, + 27.3491 + ], + [ + -900.679, + 360.325 + ], + [ + 867.777, + 361.173 + ], + [ + -147.889, + -308.244 + ], + [ + 75.4799, + 1249.87 + ], + [ + 175.645, + 1239.77 + ], + [ + -584.455, + -118.991 + ], + [ + 844.705, + 337.933 + ], + [ + 830.553, + 194.843 + ], + [ + -911.884, + 487.886 + ], + [ + -225.342, + 1231.71 + ], + [ + 171.486, + -295.767 + ], + [ + 568.036, + -99.8507 + ], + [ + -904.851, + 567.898 + ], + [ + -749.043, + 29.1871 + ], + [ + -75.4799, + 1249.87 + ], + [ + 879.361, + 409.609 + ], + [ + 724.387, + 925.086 + ], + [ + 150.685, + 1243.05 + ], + [ + 332.983, + -235.635 + ], + [ + -200.534, + 1235.99 + ], + [ + -680.075, + -12.5816 + ], + [ + 883.492, + 537.595 + ], + [ + 445.409, + -155.088 + ], + [ + -292.906, + -263.705 + ], + [ + 125.664, + 1245.83 + ], + [ + -561.86, + -130.188 + ], + [ + -175.645, + 1239.77 + ], + [ + -231.407, + -285.211 + ], + [ + 546.964, + -111.358 + ], + [ + 166.768, + 422.674 + ], + [ + 872.042, + 617.095 + ], + [ + 100.592, + 1248.1 + ], + [ + -436.446, + -178.765 + ], + [ + -150.685, + 1243.05 + ], + [ + 484.789, + -140.126 + ], + [ + 25.1735, + 1251.9 + ], + [ + -125.664, + 1245.83 + ], + [ + -5.87314, + -329.485 + ], + [ + 31.56, + -328.023 + ], + [ + -25.1735, + 1251.9 + ], + [ + -862.11, + 290.676 + ], + [ + -725.867, + 14.3726 + ], + [ + -794.445, + 92.1997 + ], + [ + -829.861, + 779.69 + ], + [ + -100.592, + 1248.1 + ], + [ + -586.084, + 249.702 + ], + [ + 50.3369, + 1251.14 + ], + [ + -540.2, + -140.548 + ], + [ + 603.472, + 204.124 + ], + [ + 525.697, + -121.809 + ], + [ + -50.3369, + 1251.14 + ], + [ + 767.679, + 104.026 + ], + [ + -837.404, + 162.901 + ], + [ + 312.587, + -240.05 + ], + [ + -872.67, + 673.596 + ], + [ + -31.56, + -328.023 + ], + [ + 57.0545, + -324.561 + ], + [ + -749.713, + 904.683 + ], + [ + -212.278, + -283.583 + ], + [ + 505.307, + -131.469 + ], + [ + -702.407, + 0.456486 + ], + [ + -595.278, + 1057.52 + ], + [ + -476.571, + -165.938 + ], + [ + -902.479, + 435.678 + ], + [ + 785.449, + 824.414 + ], + [ + 808.062, + 173.313 + ], + [ + -272.503, + -265.313 + ], + [ + 744.614, + 86.4166 + ], + [ + -518.403, + -149.842 + ], + [ + 876.99, + 484.946 + ], + [ + 834.062, + 720.851 + ], + [ + 698.507, + 944.78 + ], + [ + -171.486, + -295.767 + ], + [ + -497.524, + -158.395 + ], + [ + -252.952, + -266.289 + ], + [ + 508.397, + 1101.93 + ], + [ + -877.44, + 337.018 + ], + [ + -57.0545, + -324.561 + ], + [ + 552.986, + 686.409 + ], + [ + 82.2012, + -319.121 + ], + [ + -445.25, + -90.6496 + ], + [ + 194.038, + -281.487 + ], + [ + -375.436, + -223.9 + ], + [ + 679.044, + 39.493 + ], + [ + -890.361, + 385.115 + ], + [ + -898.032, + 512.937 + ], + [ + -233.754, + -266.157 + ], + [ + 465.132, + -148.082 + ], + [ + 857.448, + 385.052 + ], + [ + -888.787, + 592.724 + ], + [ + 867.688, + 433.79 + ], + [ + 292.37, + -243.245 + ], + [ + -166.768, + 422.674 + ], + [ + -634.182, + -60.4873 + ], + [ + 722.639, + 69.8721 + ], + [ + -657.976, + 0.427611 + ], + [ + -853.735, + 314.425 + ], + [ + 868.275, + 561.841 + ], + [ + -771.099, + 74.5576 + ], + [ + -354.168, + -230.421 + ], + [ + -456.516, + -172.828 + ], + [ + 785.061, + 152.718 + ], + [ + -807.965, + 802.359 + ], + [ + -814.105, + 142.248 + ], + [ + -724.387, + 925.086 + ], + [ + 854.629, + 640.994 + ], + [ + 700.313, + 54.2017 + ], + [ + -82.2012, + -319.121 + ], + [ + 672.091, + 963.75 + ], + [ + 106.847, + -311.735 + ], + [ + 272.956, + -245.743 + ], + [ + 614.777, + -41.0247 + ], + [ + 391.759, + -193.928 + ], + [ + -853.693, + 697.491 + ], + [ + -747.377, + 57.8443 + ], + [ + 822.484, + 226.499 + ], + [ + 762.331, + 845.836 + ], + [ + 253.806, + -247.11 + ], + [ + 278.097, + 1181.26 + ], + [ + -611.69, + -73.9548 + ], + [ + 514.158, + 715.955 + ], + [ + -680.058, + 13.4656 + ], + [ + -332.983, + -235.635 + ], + [ + -846.219, + 246.707 + ], + [ + -508.397, + 1101.93 + ], + [ + 593.841, + -55.6717 + ], + [ + 835.029, + 361.182 + ], + [ + -657.477, + 25.6192 + ], + [ + -890.075, + 460.488 + ], + [ + 813.792, + 743.659 + ], + [ + 371.065, + -202.088 + ], + [ + 863.232, + 509.032 + ], + [ + 453.09, + -130.964 + ], + [ + -278.097, + 1181.26 + ], + [ + -589.998, + -87.4573 + ], + [ + -724.785, + 42.1533 + ], + [ + 572.576, + -69.2258 + ], + [ + -194.038, + -281.487 + ], + [ + -790.332, + 122.549 + ], + [ + 656.014, + 50.7731 + ], + [ + -698.507, + 944.78 + ], + [ + -867.777, + 361.173 + ], + [ + -844.705, + 337.933 + ], + [ + -106.847, + -311.735 + ], + [ + 228.323, + 213.049 + ], + [ + -445.409, + -155.088 + ], + [ + -872.042, + 617.095 + ], + [ + -883.492, + 537.595 + ], + [ + 130.841, + -302.449 + ], + [ + 215.407, + -265.491 + ], + [ + 763.133, + 133.342 + ], + [ + -879.361, + 409.609 + ], + [ + 645.161, + 981.982 + ], + [ + -312.587, + -240.05 + ], + [ + -785.449, + 824.414 + ], + [ + 491.61, + -113.91 + ], + [ + -701.874, + 27.3491 + ], + [ + -568.036, + -99.8507 + ], + [ + -830.553, + 194.843 + ], + [ + 350.351, + -208.94 + ], + [ + 846.463, + 408.635 + ], + [ + 855.35, + 457.638 + ], + [ + 552.151, + -81.8472 + ], + [ + -514.158, + 715.955 + ], + [ + 800.834, + 204.124 + ], + [ + 836.561, + 664.401 + ], + [ + 740.76, + 114.862 + ], + [ + 852.392, + 585.656 + ], + [ + 511.633, + -104.165 + ], + [ + -552.986, + 686.409 + ], + [ + 738.629, + 866.611 + ], + [ + -484.789, + -140.126 + ], + [ + 531.475, + -93.424 + ], + [ + -546.964, + -111.358 + ], + [ + -834.062, + 720.851 + ], + [ + -603.472, + 204.124 + ], + [ + 415.706, + -183.449 + ], + [ + -109.509, + 874.619 + ], + [ + 472.408, + -122.91 + ], + [ + 441.048, + 1130.57 + ], + [ + 677.034, + 65.4625 + ], + [ + 330.361, + -214.932 + ], + [ + -672.091, + 963.75 + ], + [ + -292.37, + -243.245 + ], + [ + -525.697, + -121.809 + ], + [ + -228.323, + 213.049 + ], + [ + 792.899, + 765.896 + ], + [ + -505.307, + -131.469 + ], + [ + 109.509, + 874.619 + ], + [ + 719.434, + 97.4885 + ], + [ + -876.99, + 484.946 + ], + [ + 617.736, + 999.462 + ], + [ + -767.679, + 104.026 + ], + [ + 824.713, + 384.154 + ], + [ + -130.841, + -302.449 + ], + [ + -272.956, + -245.743 + ], + [ + 154.038, + -291.32 + ], + [ + 17.7502, + -311.779 + ], + [ + -253.806, + -247.11 + ], + [ + -808.062, + 173.313 + ], + [ + 697.724, + 80.9747 + ], + [ + 778.638, + 182.664 + ], + [ + -762.331, + 845.836 + ], + [ + 848.813, + 532.728 + ], + [ + -17.7502, + -311.779 + ], + [ + -465.132, + -148.082 + ], + [ + -854.629, + 640.994 + ], + [ + 310.456, + -219.694 + ], + [ + -744.614, + 86.4166 + ], + [ + -868.275, + 561.841 + ], + [ + 813.209, + 257.824 + ], + [ + -857.448, + 385.052 + ], + [ + -867.688, + 433.79 + ], + [ + 714.362, + 886.721 + ], + [ + 813.765, + 406.832 + ], + [ + -679.044, + 39.493 + ], + [ + -215.407, + -265.491 + ], + [ + -645.161, + 981.982 + ], + [ + 834.829, + 431.906 + ], + [ + -441.048, + 1130.57 + ], + [ + 817.852, + 687.3 + ], + [ + 842.357, + 481.136 + ], + [ + 291.295, + -223.7 + ], + [ + 589.837, + 1016.18 + ], + [ + 272.311, + -226.556 + ], + [ + -813.792, + 743.659 + ], + [ + -391.759, + -193.928 + ], + [ + 835.857, + 609.023 + ], + [ + 235.462, + -247.877 + ], + [ + -722.639, + 69.8721 + ], + [ + 348.798, + 1162.35 + ], + [ + 254.293, + 1186.61 + ], + [ + 653.589, + 75.8527 + ], + [ + -785.061, + 152.718 + ], + [ + -371.065, + -202.088 + ], + [ + 616.092, + -7.97644 + ], + [ + -12.1994, + 1213.49 + ], + [ + 771.398, + 787.548 + ], + [ + 459.464, + -106.462 + ], + [ + 12.1994, + 1213.49 + ], + [ + -700.313, + 54.2017 + ], + [ + 112.708, + -291.236 + ], + [ + 89.6434, + -299.141 + ], + [ + -614.777, + -41.0247 + ], + [ + 757.468, + 162.462 + ], + [ + -822.484, + 226.499 + ], + [ + -617.736, + 999.462 + ], + [ + -738.629, + 866.611 + ], + [ + -154.038, + -291.32 + ], + [ + 176.296, + -278.415 + ], + [ + 595.973, + -23.7258 + ], + [ + 453.347, + 30.6853 + ], + [ + -863.232, + 509.032 + ], + [ + -453.09, + -130.964 + ], + [ + 733.333, + 489.053 + ], + [ + -835.029, + 361.182 + ], + [ + 822.84, + 316.046 + ], + [ + -350.351, + -208.94 + ], + [ + 735.819, + 143.139 + ], + [ + 792.431, + 234.636 + ], + [ + 405.694, + -162.774 + ], + [ + -593.841, + -55.6717 + ], + [ + 561.487, + 1032.11 + ], + [ + -254.293, + 1186.61 + ], + [ + 575.465, + -38.4014 + ], + [ + 689.547, + 906.153 + ], + [ + -836.561, + 664.401 + ], + [ + 833.744, + 556.016 + ], + [ + 497.014, + -87.3663 + ], + [ + -348.798, + 1162.35 + ], + [ + 674.031, + 91.3361 + ], + [ + 385.7, + -172.524 + ], + [ + -572.576, + -69.2258 + ], + [ + -852.392, + 585.656 + ], + [ + 636.935, + 12.6117 + ], + [ + 555.748, + -52.1006 + ], + [ + -792.899, + 765.896 + ], + [ + -330.361, + -214.932 + ], + [ + -491.61, + -113.91 + ], + [ + -89.6434, + -299.141 + ], + [ + -855.35, + 457.638 + ], + [ + -846.463, + 408.635 + ], + [ + 798.517, + 709.672 + ], + [ + -656.014, + 50.7731 + ], + [ + 516.486, + -76.5603 + ], + [ + -112.708, + -291.236 + ], + [ + 478.323, + -97.3831 + ], + [ + 715.174, + 124.962 + ], + [ + 822.556, + 454.846 + ], + [ + -589.837, + 1016.18 + ], + [ + -763.133, + 133.342 + ], + [ + -552.151, + -81.8472 + ], + [ + 535.723, + -64.7702 + ], + [ + 828.718, + 504.265 + ], + [ + -415.706, + -183.449 + ], + [ + 365.583, + -180.97 + ], + [ + 694.112, + 107.629 + ], + [ + 749.306, + 808.596 + ], + [ + -511.633, + -104.165 + ], + [ + -800.834, + 204.124 + ], + [ + 818.681, + 631.923 + ], + [ + -714.362, + 886.721 + ], + [ + 802.194, + 429.198 + ], + [ + 532.707, + 1047.26 + ], + [ + 771.074, + 212.342 + ], + [ + 650.206, + 100.821 + ], + [ + -531.475, + -93.424 + ], + [ + -472.408, + -122.91 + ], + [ + -740.76, + 114.862 + ], + [ + 664.203, + 924.89 + ], + [ + -310.456, + -219.694 + ], + [ + -235.462, + -247.877 + ], + [ + 802.741, + 288.77 + ], + [ + 346.123, + -188.504 + ], + [ + -272.311, + -226.556 + ], + [ + -176.296, + -278.415 + ], + [ + -677.034, + 65.4625 + ], + [ + 197.479, + -263.813 + ], + [ + -291.295, + -223.7 + ], + [ + -848.813, + 532.728 + ], + [ + -561.487, + 1032.11 + ], + [ + -824.713, + 384.154 + ], + [ + -817.852, + 687.3 + ], + [ + 254.083, + -228.752 + ], + [ + -719.434, + 97.4885 + ], + [ + 503.519, + 1061.6 + ], + [ + 182.301, + 1199.78 + ], + [ + -771.398, + 787.548 + ], + [ + 818.036, + 578.878 + ], + [ + 326.649, + -194.805 + ], + [ + -778.638, + 182.664 + ], + [ + 289.156, + -204.621 + ], + [ + -697.724, + 80.9747 + ], + [ + 399.395, + 216.675 + ], + [ + -835.857, + 609.023 + ], + [ + 778.57, + 731.5 + ], + [ + -689.547, + 906.153 + ], + [ + -813.765, + 406.832 + ], + [ + -813.209, + 257.824 + ], + [ + 750.693, + 191.344 + ], + [ + -834.829, + 431.906 + ], + [ + -842.357, + 481.136 + ], + [ + 307.859, + -200.293 + ], + [ + 638.351, + 942.918 + ], + [ + 726.64, + 829.024 + ], + [ + -453.347, + 30.6853 + ], + [ + -182.301, + 1199.78 + ], + [ + 809.652, + 477.437 + ], + [ + 464.515, + -81.6536 + ], + [ + 85.3267, + 1210.55 + ], + [ + -532.707, + 1047.26 + ], + [ + 814.444, + 527.008 + ], + [ + 473.945, + 1075.13 + ], + [ + 782.867, + 264.804 + ], + [ + 729.799, + 171.207 + ], + [ + 800.878, + 654.339 + ], + [ + -85.3267, + 1210.55 + ], + [ + 84.2977, + 300.691 + ], + [ + -459.464, + -106.462 + ], + [ + -2.92851, + -295.016 + ], + [ + 670.04, + 117.076 + ], + [ + 615.633, + 25.0948 + ], + [ + 35.2629, + -292.916 + ], + [ + -653.589, + 75.8527 + ], + [ + -733.333, + 489.053 + ], + [ + -616.092, + -7.97644 + ], + [ + -405.694, + -162.774 + ], + [ + -664.203, + 924.89 + ], + [ + -84.2977, + 300.691 + ], + [ + 645.869, + 125.641 + ], + [ + -798.517, + 709.672 + ], + [ + 596.387, + 8.28852 + ], + [ + -503.519, + 1061.6 + ], + [ + 156.639, + -270.159 + ], + [ + -833.744, + 556.016 + ], + [ + 790.008, + 451.236 + ], + [ + -749.306, + 808.596 + ], + [ + -35.2629, + -292.916 + ], + [ + 709.866, + 152.252 + ], + [ + -757.468, + 162.462 + ], + [ + -197.479, + -263.813 + ], + [ + -822.84, + 316.046 + ], + [ + -385.7, + -172.524 + ], + [ + 444.008, + 1087.83 + ], + [ + -595.973, + -23.7258 + ], + [ + 500.986, + -60.5704 + ], + [ + 689.482, + 134.126 + ], + [ + 217.458, + -247.602 + ], + [ + 612.01, + 960.224 + ], + [ + 576.697, + -7.46639 + ], + [ + -792.431, + 234.636 + ], + [ + 67.172, + -287.282 + ], + [ + -735.819, + 143.139 + ], + [ + 801.702, + 601.297 + ], + [ + 762.378, + 241.708 + ], + [ + 758.026, + 752.768 + ], + [ + 703.417, + 848.817 + ], + [ + -575.465, + -38.4014 + ], + [ + -497.014, + -87.3663 + ], + [ + -365.583, + -180.97 + ], + [ + -818.681, + 631.923 + ], + [ + 557.743, + -22.2039 + ], + [ + 482.86, + -71.5758 + ], + [ + 791.097, + 319.293 + ], + [ + -473.945, + 1075.13 + ], + [ + 519.85, + -48.7352 + ], + [ + -822.556, + 454.846 + ], + [ + -828.718, + 504.265 + ], + [ + -254.083, + -228.752 + ], + [ + -555.748, + -52.1006 + ], + [ + -674.031, + 91.3361 + ], + [ + 538.427, + -35.9298 + ], + [ + -478.323, + -97.3831 + ], + [ + -636.935, + 12.6117 + ], + [ + 413.73, + 1099.7 + ], + [ + 417.157, + -130.627 + ], + [ + -516.486, + -76.5603 + ], + [ + 796.128, + 499.662 + ], + [ + -346.123, + -188.504 + ], + [ + -67.172, + -287.282 + ], + [ + -638.351, + 942.918 + ], + [ + 782.462, + 676.254 + ], + [ + -802.194, + 429.198 + ], + [ + -535.723, + -64.7702 + ], + [ + 585.2, + 976.795 + ], + [ + 397.984, + -141.908 + ], + [ + -715.174, + 124.962 + ], + [ + 799.546, + 549.347 + ], + [ + 777.217, + 472.927 + ], + [ + -289.156, + -204.621 + ], + [ + 271.154, + -208.233 + ], + [ + -726.64, + 829.024 + ], + [ + -771.074, + 212.342 + ], + [ + -694.112, + 107.629 + ], + [ + -444.008, + 1087.83 + ], + [ + -399.395, + 216.675 + ], + [ + 98.2709, + -278.183 + ], + [ + -650.206, + 100.821 + ], + [ + 378.587, + -151.898 + ], + [ + -778.57, + 731.5 + ], + [ + -326.649, + -194.805 + ], + [ + -156.639, + -270.159 + ], + [ + -802.741, + 288.77 + ], + [ + 742.816, + 219.945 + ], + [ + -818.036, + 578.878 + ], + [ + -307.859, + -200.293 + ], + [ + 177.238, + -257.115 + ], + [ + 679.655, + 867.96 + ], + [ + 359.774, + -160.927 + ], + [ + 736.902, + 773.459 + ], + [ + 772.154, + 294.583 + ], + [ + 722.709, + 199.023 + ], + [ + 763.83, + 494.257 + ], + [ + -612.01, + 960.224 + ], + [ + -413.73, + 1099.7 + ], + [ + 784.753, + 623.255 + ], + [ + 557.942, + 992.617 + ], + [ + -800.878, + 654.339 + ], + [ + 304.238, + -181.439 + ], + [ + 665.067, + 142.644 + ], + [ + -217.458, + -247.602 + ], + [ + 352.248, + 1120.91 + ], + [ + 468.228, + -56.6099 + ], + [ + 340.851, + -168.727 + ], + [ + -98.2709, + -278.183 + ], + [ + 322.547, + -175.664 + ], + [ + 236.112, + -229.883 + ], + [ + -809.652, + 477.437 + ], + [ + -814.444, + 527.008 + ], + [ + -464.515, + -81.6536 + ], + [ + -750.693, + 191.344 + ], + [ + -703.417, + 848.817 + ], + [ + 703.516, + 179.319 + ], + [ + 763.446, + 697.651 + ], + [ + 781.994, + 521.505 + ], + [ + 211.104, + 402.368 + ], + [ + 439.744, + -114.411 + ], + [ + -585.2, + 976.795 + ], + [ + 683.842, + 160.425 + ], + [ + 321.09, + 1130.23 + ], + [ + -782.867, + 264.804 + ], + [ + 18.3337, + -282.236 + ], + [ + -758.026, + 752.768 + ], + [ + 784.036, + 571.265 + ], + [ + 128.184, + -265.729 + ], + [ + -729.799, + 171.207 + ], + [ + -211.104, + 402.368 + ], + [ + 752.565, + 270.72 + ], + [ + 655.373, + 886.438 + ], + [ + -18.3337, + -282.236 + ], + [ + 530.256, + 1007.68 + ], + [ + 613.399, + 58.0938 + ], + [ + -352.248, + 1120.91 + ], + [ + 49.1737, + -278.523 + ], + [ + 778.292, + 349.347 + ], + [ + -790.008, + 451.236 + ], + [ + -670.04, + 117.076 + ], + [ + -615.633, + 25.0948 + ], + [ + 715.213, + 793.557 + ], + [ + -801.702, + 601.297 + ], + [ + 289.686, + 1138.68 + ], + [ + -177.238, + -257.115 + ], + [ + 595.083, + 40.2789 + ], + [ + 503.514, + -33.6001 + ], + [ + -596.387, + 8.28852 + ], + [ + -645.869, + 125.641 + ], + [ + 383.136, + 1110.73 + ], + [ + 247.677, + -190.203 + ], + [ + 576.267, + 23.4902 + ], + [ + 640.585, + 150.278 + ], + [ + -709.866, + 152.252 + ], + [ + -321.09, + 1130.23 + ], + [ + -782.462, + 676.254 + ], + [ + -500.986, + -60.5704 + ], + [ + -271.154, + -208.233 + ], + [ + -49.1737, + -278.523 + ], + [ + -557.942, + 992.617 + ], + [ + 767.203, + 644.735 + ], + [ + -576.697, + -7.46639 + ], + [ + 486.005, + -45.5623 + ], + [ + -679.655, + 867.96 + ], + [ + 258.061, + 1146.27 + ], + [ + -689.482, + 134.126 + ], + [ + -762.378, + 241.708 + ], + [ + 558.131, + 7.75684 + ], + [ + 630.588, + 904.237 + ], + [ + 521.716, + -20.7696 + ], + [ + -791.097, + 319.293 + ], + [ + -482.86, + -71.5758 + ], + [ + 79.4206, + -271.451 + ], + [ + 502.164, + 1021.97 + ], + [ + -417.157, + -130.627 + ], + [ + -796.128, + 499.662 + ], + [ + -557.743, + -22.2039 + ], + [ + 539.579, + -6.98583 + ], + [ + -289.686, + 1138.68 + ], + [ + -799.546, + 549.347 + ], + [ + -519.85, + -48.7352 + ], + [ + 733.85, + 248.224 + ], + [ + 743.845, + 718.513 + ], + [ + -397.984, + -141.908 + ], + [ + -736.902, + 773.459 + ], + [ + -128.184, + -265.729 + ], + [ + 286.573, + -186.444 + ], + [ + 226.237, + 1152.97 + ], + [ + 767.261, + 542.948 + ], + [ + -538.427, + -35.9298 + ], + [ + 782.88, + 405.03 + ], + [ + -378.587, + -151.898 + ], + [ + -777.217, + 472.927 + ], + [ + 760.31, + 323.931 + ], + [ + 714.559, + 226.547 + ], + [ + -258.061, + 1146.27 + ], + [ + -236.112, + -229.883 + ], + [ + 767.925, + 592.746 + ], + [ + 499.011, + 396.022 + ], + [ + -530.256, + 1007.68 + ], + [ + -383.136, + 1110.73 + ], + [ + 692.976, + 813.048 + ], + [ + 194.241, + 1158.79 + ], + [ + 659.117, + 168.002 + ], + [ + 253.327, + -210.762 + ], + [ + -359.774, + -160.927 + ], + [ + -304.238, + -181.439 + ], + [ + 473.687, + 1035.47 + ], + [ + -79.4206, + -271.451 + ], + [ + -226.237, + 1152.97 + ], + [ + -784.753, + 623.255 + ], + [ + 749.858, + 515.208 + ], + [ + 162.095, + 1163.72 + ], + [ + -655.373, + 886.438 + ], + [ + 156.552, + -250.07 + ], + [ + 527.851, + 356.678 + ], + [ + -763.83, + 494.257 + ], + [ + -742.816, + 219.945 + ], + [ + -322.547, + -175.664 + ], + [ + 605.321, + 921.343 + ], + [ + 696.134, + 206.123 + ], + [ + 426.076, + -97.6847 + ], + [ + -340.851, + -168.727 + ], + [ + -194.241, + 1158.79 + ], + [ + -763.446, + 697.651 + ], + [ + 407.842, + -110.426 + ], + [ + 129.825, + 1167.76 + ], + [ + -772.154, + 294.583 + ], + [ + 677.198, + 186.49 + ], + [ + 108.709, + -261.104 + ], + [ + -162.095, + 1163.72 + ], + [ + 749.065, + 665.722 + ], + [ + 470.591, + -31.403 + ], + [ + 389.284, + -121.899 + ], + [ + -722.709, + 199.023 + ], + [ + -502.164, + 1021.97 + ], + [ + 97.4561, + 1170.91 + ], + [ + -247.677, + -190.203 + ], + [ + 741.648, + 299.335 + ], + [ + -715.213, + 793.557 + ], + [ + -468.228, + -56.6099 + ], + [ + -129.825, + 1167.76 + ], + [ + 317.466, + -157.151 + ], + [ + 723.674, + 738.825 + ], + [ + 764.346, + 378.889 + ], + [ + -781.994, + 521.505 + ], + [ + 371.232, + -132.369 + ], + [ + -97.4561, + 1170.91 + ], + [ + -665.067, + 142.644 + ], + [ + -784.036, + 571.265 + ], + [ + -630.588, + 904.237 + ], + [ + 670.209, + 831.915 + ], + [ + 335.268, + -149.966 + ], + [ + 579.589, + 937.743 + ], + [ + -439.744, + -114.411 + ], + [ + 751.941, + 563.975 + ], + [ + 352.976, + -141.622 + ], + [ + 627.552, + 109.652 + ], + [ + 634.362, + 174.693 + ], + [ + -703.516, + 179.319 + ], + [ + -473.687, + 1035.47 + ], + [ + -499.011, + 396.022 + ], + [ + -2.68631, + -270.617 + ], + [ + 751.226, + 613.772 + ], + [ + 415.667, + 1060.1 + ], + [ + 32.3466, + -268.691 + ], + [ + -683.842, + 160.425 + ], + [ + -752.565, + 270.72 + ], + [ + -108.709, + -261.104 + ], + [ + -767.203, + 644.735 + ], + [ + -778.292, + 349.347 + ], + [ + -156.552, + -250.07 + ], + [ + 609.398, + 90.9253 + ], + [ + -743.845, + 718.513 + ], + [ + 735.312, + 535.764 + ], + [ + -613.399, + 58.0938 + ], + [ + -32.3466, + -268.691 + ], + [ + 723.809, + 276.139 + ], + [ + 504.592, + -6.53286 + ], + [ + -286.573, + -186.444 + ], + [ + 592.064, + 72.1533 + ], + [ + -692.976, + 813.048 + ], + [ + 452.4, + -42.4119 + ], + [ + -503.514, + -33.6001 + ], + [ + 61.6167, + -263.523 + ], + [ + -595.083, + 40.2789 + ], + [ + 747.35, + 352.803 + ], + [ + -605.321, + 921.343 + ], + [ + 574.176, + 54.379 + ], + [ + -253.327, + -210.762 + ], + [ + 705.361, + 253.739 + ], + [ + 730.353, + 686.198 + ], + [ + 386.168, + 1071.2 + ], + [ + 487.749, + -19.4174 + ], + [ + 553.414, + 953.425 + ], + [ + 136.687, + -247.608 + ], + [ + -576.267, + 23.4902 + ], + [ + 702.949, + 758.57 + ], + [ + 301.431, + -81.6148 + ], + [ + -640.585, + 150.278 + ], + [ + 652.202, + 193.115 + ], + [ + -486.005, + -45.5623 + ], + [ + 646.927, + 850.146 + ], + [ + 556.91, + 37.6952 + ], + [ + 720.202, + 555.909 + ], + [ + 268.997, + -190.356 + ], + [ + 522.079, + 7.25579 + ], + [ + -767.261, + 542.948 + ], + [ + 627.208, + 198.853 + ], + [ + -558.131, + 7.75684 + ], + [ + 300.245, + -163.519 + ], + [ + 539.176, + 21.9783 + ], + [ + -767.925, + 592.746 + ], + [ + -415.667, + 1060.1 + ], + [ + -521.716, + -20.7696 + ], + [ + 183.031, + -231.394 + ], + [ + 444.847, + 1048.19 + ], + [ + -61.6167, + -263.523 + ], + [ + -539.579, + -6.98583 + ], + [ + -782.88, + 405.03 + ], + [ + -733.85, + 248.224 + ], + [ + 687.732, + 232.625 + ], + [ + 356.373, + 1081.47 + ], + [ + 642.394, + 603.557 + ], + [ + 736.044, + 584.57 + ], + [ + 65.0122, + 1173.16 + ], + [ + -579.589, + 937.743 + ], + [ + -760.31, + 323.931 + ], + [ + 669.561, + 212.281 + ], + [ + 32.5186, + 1174.51 + ], + [ + -65.0122, + 1173.16 + ], + [ + -527.851, + 356.678 + ], + [ + 0.0, + 1174.96 + ], + [ + 733.951, + 634.328 + ], + [ + -749.858, + 515.208 + ], + [ + -32.5186, + 1174.51 + ], + [ + -714.559, + 226.547 + ], + [ + 90.1435, + -255.177 + ], + [ + -749.065, + 665.722 + ], + [ + 526.815, + 968.376 + ], + [ + -670.209, + 831.915 + ], + [ + 729.644, + 327.511 + ], + [ + -723.674, + 738.825 + ], + [ + -386.168, + 1071.2 + ], + [ + 232.084, + -208.946 + ], + [ + 749.279, + 407.876 + ], + [ + -659.117, + 168.002 + ], + [ + 623.151, + 867.725 + ], + [ + 326.305, + 1090.92 + ], + [ + -426.076, + -97.6847 + ], + [ + -407.842, + -110.426 + ], + [ + -317.466, + -157.151 + ], + [ + 271.544, + 154.225 + ], + [ + -136.687, + -247.608 + ], + [ + 711.082, + 706.149 + ], + [ + -389.284, + -121.899 + ], + [ + 681.685, + 777.735 + ], + [ + -696.134, + 206.123 + ], + [ + 471.598, + -6.10569 + ], + [ + -356.373, + 1081.47 + ], + [ + -553.414, + 953.425 + ], + [ + -371.232, + -132.369 + ], + [ + -470.591, + -31.403 + ], + [ + -444.847, + 1048.19 + ], + [ + -335.268, + -149.966 + ], + [ + -677.198, + 186.49 + ], + [ + 295.987, + 1099.54 + ], + [ + -741.648, + 299.335 + ], + [ + -90.1435, + -255.177 + ], + [ + -764.346, + 378.889 + ], + [ + -751.941, + 563.975 + ], + [ + 499.812, + 982.585 + ], + [ + -352.976, + -141.622 + ], + [ + -751.226, + 613.772 + ], + [ + -326.305, + 1090.92 + ], + [ + 712.705, + 303.649 + ], + [ + -646.927, + 850.146 + ], + [ + -301.431, + -81.6148 + ], + [ + 163.016, + -231.126 + ], + [ + -183.031, + -231.394 + ], + [ + 719.583, + 604.717 + ], + [ + 265.443, + 1107.31 + ], + [ + 704.54, + 575.629 + ], + [ + 598.896, + 884.639 + ], + [ + 733.294, + 381.158 + ], + [ + 328.758, + -131.905 + ], + [ + -702.949, + 758.57 + ], + [ + 415.214, + -78.2721 + ], + [ + 695.129, + 280.559 + ], + [ + 117.583, + -243.752 + ], + [ + 432.398, + -64.1467 + ], + [ + 716.114, + 654.398 + ], + [ + -730.353, + 686.198 + ], + [ + 397.607, + -91.1578 + ], + [ + -735.312, + 535.764 + ], + [ + -526.815, + 968.376 + ], + [ + -634.362, + 174.693 + ], + [ + -627.552, + 109.652 + ], + [ + -268.997, + -190.356 + ], + [ + -295.987, + 1099.54 + ], + [ + 644.33, + 217.944 + ], + [ + -642.394, + 603.557 + ], + [ + 16.7521, + -257.887 + ], + [ + 380.427, + -103.004 + ], + [ + 746.587, + 468.57 + ], + [ + 345.946, + -123.353 + ], + [ + -271.544, + 154.225 + ], + [ + 472.426, + 996.042 + ], + [ + 659.899, + 796.304 + ], + [ + -16.7521, + -257.887 + ], + [ + -452.4, + -42.4119 + ], + [ + 691.266, + 725.558 + ], + [ + -300.245, + -163.519 + ], + [ + 504.216, + 20.5532 + ], + [ + 362.949, + -113.653 + ], + [ + -723.809, + 276.139 + ], + [ + 603.641, + 123.495 + ], + [ + -609.398, + 90.9253 + ], + [ + 44.9315, + -254.495 + ], + [ + -265.443, + 1107.31 + ], + [ + 283.028, + -168.79 + ], + [ + 678.321, + 258.785 + ], + [ + -720.202, + 555.909 + ], + [ + -623.151, + 867.725 + ], + [ + -504.592, + -6.53286 + ], + [ + -747.35, + 352.803 + ], + [ + 203.767, + 1120.3 + ], + [ + 587.339, + 103.82 + ], + [ + 488.089, + 6.7834 + ], + [ + -592.064, + 72.1533 + ], + [ + -232.084, + -208.946 + ], + [ + 570.431, + 85.1112 + ], + [ + 660.943, + 237.761 + ], + [ + -705.361, + 253.739 + ], + [ + -574.176, + 54.379 + ], + [ + -487.749, + -19.4174 + ], + [ + 207.302, + -209.927 + ], + [ + -499.812, + 982.585 + ], + [ + 574.183, + 900.875 + ], + [ + -736.044, + 584.57 + ], + [ + -44.9315, + -254.495 + ], + [ + 554.085, + 67.5249 + ], + [ + 716.57, + 355.206 + ], + [ + 172.683, + 1125.51 + ], + [ + -733.951, + 634.328 + ], + [ + -652.202, + 193.115 + ], + [ + 733.113, + 436.264 + ], + [ + 520.937, + 35.2603 + ], + [ + 444.678, + 1008.74 + ], + [ + -117.583, + -243.752 + ], + [ + -556.91, + 37.6952 + ], + [ + 537.22, + 50.879 + ], + [ + 312.087, + -139.597 + ], + [ + -681.685, + 777.735 + ], + [ + -522.079, + 7.25579 + ], + [ + -203.767, + 1120.3 + ], + [ + -627.208, + 198.853 + ], + [ + -539.176, + 21.9783 + ], + [ + 72.5689, + -248.033 + ], + [ + 141.467, + 1129.86 + ], + [ + -163.016, + -231.126 + ], + [ + 702.571, + 624.401 + ], + [ + -711.082, + 706.149 + ], + [ + -687.732, + 232.625 + ], + [ + -172.683, + 1125.51 + ], + [ + 697.728, + 673.967 + ], + [ + 110.142, + 1133.34 + ], + [ + 619.135, + 222.721 + ], + [ + 637.607, + 814.262 + ], + [ + -472.426, + 996.042 + ], + [ + -598.896, + 884.639 + ], + [ + -141.467, + 1129.86 + ], + [ + -669.561, + 212.281 + ], + [ + -749.279, + 407.876 + ], + [ + 78.7335, + 1135.95 + ], + [ + -729.644, + 327.511 + ], + [ + 416.589, + 1020.66 + ], + [ + 549.03, + 916.422 + ], + [ + 670.92, + 744.412 + ], + [ + 143.604, + -229.388 + ], + [ + -110.142, + 1133.34 + ], + [ + 47.2643, + 1137.7 + ], + [ + 688.339, + 594.907 + ], + [ + -78.7335, + 1135.95 + ], + [ + 15.7588, + 1138.57 + ], + [ + -47.2643, + 1137.7 + ], + [ + -15.7588, + 1138.57 + ], + [ + -72.5689, + -248.033 + ], + [ + 700.557, + 330.714 + ], + [ + 718.163, + 408.954 + ], + [ + -444.678, + 1008.74 + ], + [ + 471.246, + 19.2092 + ], + [ + 234.695, + 1114.23 + ], + [ + -471.598, + -6.10569 + ], + [ + 683.878, + 306.968 + ], + [ + 187.379, + -211.855 + ], + [ + -659.899, + 796.304 + ], + [ + -574.183, + 900.875 + ], + [ + 388.182, + 1031.79 + ], + [ + -719.583, + 604.717 + ], + [ + 99.331, + -238.579 + ], + [ + -716.114, + 654.398 + ], + [ + 635.513, + 242.454 + ], + [ + 614.827, + 831.597 + ], + [ + -704.54, + 575.629 + ], + [ + -328.758, + -131.905 + ], + [ + -691.266, + 725.558 + ], + [ + 523.457, + 931.266 + ], + [ + -207.302, + -209.927 + ], + [ + -712.705, + 303.649 + ], + [ + 685.021, + 643.606 + ], + [ + -234.695, + 1114.23 + ], + [ + 667.916, + 284.566 + ], + [ + -416.589, + 1020.66 + ], + [ + -733.294, + 381.158 + ], + [ + -283.028, + -168.79 + ], + [ + -415.214, + -78.2721 + ], + [ + 678.808, + 693.02 + ], + [ + -345.946, + -123.353 + ], + [ + -397.607, + -91.1578 + ], + [ + -432.398, + -64.1467 + ], + [ + -746.587, + 468.57 + ], + [ + 359.476, + 1042.14 + ], + [ + -695.129, + 280.559 + ], + [ + 650.06, + 762.696 + ], + [ + -380.427, + -103.004 + ], + [ + 651.355, + 262.892 + ], + [ + 454.024, + -18.0748 + ], + [ + -143.604, + -229.388 + ], + [ + -362.949, + -113.653 + ], + [ + 715.872, + 464.013 + ], + [ + 702.444, + 382.381 + ], + [ + 671.611, + 613.73 + ], + [ + -549.03, + 916.422 + ], + [ + -644.33, + 217.944 + ], + [ + 654.368, + 632.083 + ], + [ + -99.331, + -238.579 + ], + [ + 295.334, + -146.195 + ], + [ + -388.182, + 1031.79 + ], + [ + -637.607, + 814.262 + ], + [ + 310.457, + -33.7325 + ], + [ + 502.386, + 47.5799 + ], + [ + 591.576, + 848.295 + ], + [ + 497.482, + 945.396 + ], + [ + 338.047, + -105.855 + ], + [ + -2.44411, + -246.219 + ], + [ + 330.496, + 1051.69 + ], + [ + -504.216, + 20.5532 + ], + [ + -678.321, + 258.785 + ], + [ + -312.087, + -139.597 + ], + [ + 29.4302, + -244.466 + ], + [ + -603.641, + 123.495 + ], + [ + 596.145, + 155.709 + ], + [ + 487.021, + 32.9647 + ], + [ + -702.571, + 624.401 + ], + [ + -697.728, + 673.967 + ], + [ + 580.922, + 135.187 + ], + [ + 610.154, + 246.263 + ], + [ + -587.339, + 103.82 + ], + [ + -733.113, + 436.264 + ], + [ + -670.92, + 744.412 + ], + [ + -488.089, + 6.7834 + ], + [ + -660.943, + 237.761 + ], + [ + 167.893, + -212.257 + ], + [ + 565.042, + 115.598 + ], + [ + 354.515, + -95.9878 + ], + [ + -716.57, + 355.206 + ], + [ + -570.431, + 85.1112 + ], + [ + 124.895, + -226.247 + ], + [ + -29.4302, + -244.466 + ], + [ + -359.476, + 1042.14 + ], + [ + 420.055, + -45.6407 + ], + [ + -187.379, + -211.855 + ], + [ + 403.507, + -59.8607 + ], + [ + 229.073, + -185.927 + ], + [ + 549.664, + 97.1601 + ], + [ + 387.304, + -73.0108 + ], + [ + 436.085, + -30.2177 + ], + [ + -523.457, + 931.266 + ], + [ + 301.262, + 1060.44 + ], + [ + -554.085, + 67.5249 + ], + [ + 533.716, + 79.6332 + ], + [ + 518.295, + 63.1632 + ], + [ + 610.845, + 180.869 + ], + [ + 56.0613, + -239.764 + ], + [ + 666.946, + 662.319 + ], + [ + 370.709, + -84.9909 + ], + [ + -520.937, + 35.2603 + ], + [ + 687.381, + 357.293 + ], + [ + 659.368, + 711.541 + ], + [ + -537.22, + 50.879 + ], + [ + 628.703, + 780.395 + ], + [ + -614.827, + 831.597 + ], + [ + -688.339, + 594.907 + ], + [ + 322.026, + -114.824 + ], + [ + 471.126, + 958.803 + ], + [ + 701.979, + 436.151 + ], + [ + -330.496, + 1051.69 + ], + [ + 671.623, + 332.926 + ], + [ + 567.871, + 864.342 + ], + [ + -619.135, + 222.721 + ], + [ + 271.798, + 1068.37 + ], + [ + 625.764, + 266.608 + ], + [ + -56.0613, + -239.764 + ], + [ + 600.278, + 269.443 + ], + [ + -301.262, + 1060.44 + ], + [ + -497.482, + 945.396 + ], + [ + -700.557, + 330.714 + ], + [ + -718.163, + 408.954 + ], + [ + 656.531, + 309.93 + ], + [ + 469.536, + 44.4688 + ], + [ + 242.125, + 1075.48 + ], + [ + -650.06, + 762.696 + ], + [ + 82.0162, + -232.17 + ], + [ + 444.41, + 971.475 + ], + [ + -124.895, + -226.247 + ], + [ + -678.808, + 693.02 + ], + [ + -685.021, + 643.606 + ], + [ + 209.481, + -190.029 + ], + [ + -471.246, + 19.2092 + ], + [ + -683.878, + 306.968 + ], + [ + 640.812, + 287.637 + ], + [ + -591.576, + 848.295 + ], + [ + -271.798, + 1068.37 + ], + [ + 543.732, + 879.728 + ], + [ + 687.289, + 408.995 + ], + [ + -310.457, + -33.7325 + ], + [ + -167.893, + -212.257 + ], + [ + 697.582, + 491.082 + ], + [ + 606.863, + 797.496 + ], + [ + 212.267, + 1081.77 + ], + [ + -635.513, + 242.454 + ], + [ + 639.422, + 729.517 + ], + [ + 648.359, + 680.524 + ], + [ + -671.611, + 613.73 + ], + [ + -654.368, + 632.083 + ], + [ + -242.125, + 1075.48 + ], + [ + -471.126, + 958.803 + ], + [ + -295.334, + -146.195 + ], + [ + 417.353, + 983.402 + ], + [ + 148.952, + -211.186 + ], + [ + 157.736, + 867.22 + ], + [ + 182.246, + 1087.23 + ], + [ + -667.916, + 284.566 + ], + [ + 636.623, + 649.951 + ], + [ + -82.0162, + -232.17 + ], + [ + -715.872, + 464.013 + ], + [ + -212.267, + 1081.77 + ], + [ + -229.073, + -185.927 + ], + [ + 690.242, + 548.194 + ], + [ + -702.444, + 382.381 + ], + [ + -651.355, + 262.892 + ], + [ + -454.024, + -18.0748 + ], + [ + 152.085, + 1091.86 + ], + [ + 274.249, + -149.361 + ], + [ + -338.047, + -105.855 + ], + [ + -628.703, + 780.395 + ], + [ + -567.871, + 864.342 + ], + [ + -182.246, + 1087.23 + ], + [ + 519.176, + 894.44 + ], + [ + -444.41, + 971.475 + ], + [ + 584.559, + 813.987 + ], + [ + 121.808, + 1095.65 + ], + [ + -659.368, + 711.541 + ], + [ + 106.982, + -221.776 + ], + [ + 305.839, + -122.709 + ], + [ + 190.157, + -192.565 + ], + [ + 389.976, + 994.576 + ], + [ + 673.198, + 383.349 + ], + [ + 499.109, + 74.4696 + ], + [ + -666.946, + 662.319 + ], + [ + -152.085, + 1091.86 + ], + [ + 684.765, + 462.707 + ], + [ + 91.438, + 1098.6 + ], + [ + -502.386, + 47.5799 + ], + [ + -354.515, + -95.9878 + ], + [ + -121.808, + 1095.65 + ], + [ + 658.384, + 358.397 + ], + [ + 60.9976, + 1100.71 + ], + [ + -157.736, + 867.22 + ], + [ + -596.145, + 155.709 + ], + [ + 484.551, + 59.0509 + ], + [ + 618.987, + 746.935 + ], + [ + 586.93, + 187.474 + ], + [ + -91.438, + 1098.6 + ], + [ + -610.154, + 246.263 + ], + [ + 30.5105, + 1101.98 + ], + [ + 615.098, + 290.371 + ], + [ + -403.507, + -59.8607 + ], + [ + -387.304, + -73.0108 + ], + [ + -487.021, + 32.9647 + ], + [ + -420.055, + -45.6407 + ], + [ + -60.9976, + 1100.71 + ], + [ + -580.922, + 135.187 + ], + [ + -417.353, + 983.402 + ], + [ + 0.0, + 1102.4 + ], + [ + 572.831, + 166.165 + ], + [ + -30.5105, + 1101.98 + ], + [ + -322.026, + -114.824 + ], + [ + 629.277, + 698.207 + ], + [ + -543.732, + 879.728 + ], + [ + 558.025, + 145.752 + ], + [ + -370.709, + -84.9909 + ], + [ + -565.042, + 115.598 + ], + [ + 15.1704, + -233.539 + ], + [ + -436.085, + -30.2177 + ], + [ + -209.481, + -190.029 + ], + [ + 543.658, + 126.515 + ], + [ + 362.3, + 1004.99 + ], + [ + -687.381, + 357.293 + ], + [ + -701.979, + 436.151 + ], + [ + -549.664, + 97.1601 + ], + [ + 528.674, + 108.158 + ], + [ + -15.1704, + -233.539 + ], + [ + -148.952, + -211.186 + ], + [ + 644.183, + 334.839 + ], + [ + -610.845, + 180.869 + ], + [ + 345.275, + -79.1597 + ], + [ + 514.159, + 90.8841 + ], + [ + -533.716, + 79.6332 + ], + [ + 494.222, + 908.466 + ], + [ + -518.295, + 63.1632 + ], + [ + 618.391, + 667.322 + ], + [ + 376.292, + 514.053 + ], + [ + 40.6892, + -230.467 + ], + [ + -606.863, + 797.496 + ], + [ + -671.623, + 332.926 + ], + [ + -106.982, + -221.776 + ], + [ + 561.807, + 829.853 + ], + [ + 629.33, + 311.961 + ], + [ + 248.08, + -159.685 + ], + [ + 678.268, + 517.43 + ], + [ + -389.976, + 994.576 + ], + [ + 414.523, + 483.752 + ], + [ + 671.126, + 435.01 + ], + [ + -639.422, + 729.517 + ], + [ + 589.521, + 292.228 + ], + [ + -600.278, + 269.443 + ], + [ + -625.764, + 266.608 + ], + [ + 360.923, + -68.0378 + ], + [ + 334.347, + 1014.63 + ], + [ + 599.685, + 684.181 + ], + [ + -40.6892, + -230.467 + ], + [ + 466.474, + 69.6002 + ], + [ + 330.003, + -89.3509 + ], + [ + -519.176, + 894.44 + ], + [ + -648.359, + 680.524 + ], + [ + 171.213, + -193.578 + ], + [ + 391.819, + -42.5728 + ], + [ + -656.531, + 309.93 + ], + [ + 406.947, + -28.1987 + ], + [ + 598.077, + 763.78 + ], + [ + -697.582, + 491.082 + ], + [ + 130.657, + -208.706 + ], + [ + -469.536, + 44.4688 + ], + [ + 422.335, + -12.7311 + ], + [ + 65.7173, + -224.614 + ], + [ + 376.21, + -55.8111 + ], + [ + -636.623, + 649.951 + ], + [ + -362.3, + 1004.99 + ], + [ + 468.89, + 921.796 + ], + [ + -190.157, + -192.565 + ], + [ + -584.559, + 813.987 + ], + [ + 437.113, + 3.8955 + ], + [ + -687.289, + 408.995 + ], + [ + -376.292, + 514.053 + ], + [ + 609.712, + 715.356 + ], + [ + 306.137, + 1023.5 + ], + [ + -640.812, + 287.637 + ], + [ + 538.624, + 845.084 + ], + [ + 229.056, + -165.911 + ], + [ + -274.249, + -149.361 + ], + [ + -690.242, + 548.194 + ], + [ + 285.066, + -127.51 + ], + [ + -334.347, + 1014.63 + ], + [ + 658.027, + 408.843 + ], + [ + -494.222, + 908.466 + ], + [ + -65.7173, + -224.614 + ], + [ + 666.548, + 488.586 + ], + [ + -618.987, + 746.935 + ], + [ + 277.693, + 1031.58 + ], + [ + -305.839, + -122.709 + ], + [ + 644.18, + 383.341 + ], + [ + 576.709, + 780.04 + ], + [ + 443.198, + 934.42 + ], + [ + 603.53, + 313.708 + ], + [ + 580.519, + 700.516 + ], + [ + -629.277, + 698.207 + ], + [ + -306.137, + 1023.5 + ], + [ + 89.9526, + -216.053 + ], + [ + -561.807, + 829.853 + ], + [ + -684.765, + 462.707 + ], + [ + 249.036, + 1038.87 + ], + [ + -130.657, + -208.706 + ], + [ + -673.198, + 383.349 + ], + [ + 515.029, + 859.668 + ], + [ + 630.891, + 359.258 + ], + [ + 210.128, + -170.551 + ], + [ + -618.391, + 667.322 + ], + [ + 589.68, + 731.957 + ], + [ + -468.89, + 921.796 + ], + [ + -171.213, + -193.578 + ], + [ + 657.96, + 543.019 + ], + [ + -658.384, + 358.397 + ], + [ + 494.394, + 101.145 + ], + [ + -277.693, + 1031.58 + ], + [ + -499.109, + 74.4696 + ], + [ + 417.167, + 946.328 + ], + [ + 314.48, + -98.4754 + ], + [ + 220.189, + 1045.36 + ], + [ + 480.684, + 84.967 + ], + [ + 616.924, + 335.828 + ], + [ + -248.08, + -159.685 + ], + [ + -414.523, + 483.752 + ], + [ + 653.979, + 460.386 + ], + [ + -599.685, + 684.181 + ], + [ + -615.098, + 290.371 + ], + [ + -586.93, + 187.474 + ], + [ + -484.551, + 59.0509 + ], + [ + 152.756, + -193.12 + ], + [ + -598.077, + 763.78 + ], + [ + -345.275, + -79.1597 + ], + [ + 576.025, + 218.698 + ], + [ + -538.624, + 845.084 + ], + [ + -249.036, + 1038.87 + ], + [ + -572.831, + 166.165 + ], + [ + 554.9, + 795.703 + ], + [ + -558.025, + 145.752 + ], + [ + -89.9526, + -216.053 + ], + [ + 563.089, + 196.664 + ], + [ + -678.268, + 517.43 + ], + [ + 549.399, + 175.486 + ], + [ + -644.183, + 334.839 + ], + [ + 536.086, + 155.506 + ], + [ + -543.658, + 126.515 + ], + [ + 522.108, + 136.371 + ], + [ + -443.198, + 934.42 + ], + [ + -528.674, + 108.158 + ], + [ + -671.126, + 435.01 + ], + [ + 390.816, + 957.512 + ], + [ + 491.039, + 873.593 + ], + [ + 508.541, + 118.343 + ], + [ + -220.189, + 1045.36 + ], + [ + -514.159, + 90.8841 + ], + [ + -609.712, + 715.356 + ], + [ + 162.01, + 1055.94 + ], + [ + 569.196, + 747.996 + ], + [ + -629.33, + 311.961 + ], + [ + -330.003, + -89.3509 + ], + [ + 577.901, + 314.585 + ], + [ + -360.923, + -68.0378 + ], + [ + -229.056, + -165.911 + ], + [ + -589.521, + 292.228 + ], + [ + 191.409, + -173.635 + ], + [ + 113.103, + -204.886 + ], + [ + 275.868, + 837.166 + ], + [ + 462.067, + 94.5311 + ], + [ + -2.20192, + -221.82 + ], + [ + 132.723, + 1060.02 + ], + [ + 26.5139, + -220.241 + ], + [ + -576.709, + 780.04 + ], + [ + 647.353, + 513.747 + ], + [ + -466.474, + 69.6002 + ], + [ + -391.819, + -42.5728 + ], + [ + 641.891, + 433.737 + ], + [ + -162.01, + 1055.94 + ], + [ + -417.167, + 946.328 + ], + [ + -376.21, + -55.8111 + ], + [ + 532.665, + 810.755 + ], + [ + -515.029, + 859.668 + ], + [ + -406.947, + -28.1987 + ], + [ + 103.335, + 1063.29 + ], + [ + 364.166, + 967.961 + ], + [ + -422.335, + -12.7311 + ], + [ + 350.398, + -51.9819 + ], + [ + -26.5139, + -220.241 + ], + [ + -285.066, + -127.51 + ], + [ + 629.03, + 407.724 + ], + [ + -132.723, + 1060.02 + ], + [ + 560.909, + 716.315 + ], + [ + -275.868, + 837.166 + ], + [ + 73.8672, + 1065.74 + ], + [ + -580.519, + 700.516 + ], + [ + -437.113, + 3.8955 + ], + [ + -103.335, + 1063.29 + ], + [ + 591.076, + 336.585 + ], + [ + 50.506, + -216.005 + ], + [ + -666.548, + 488.586 + ], + [ + 466.673, + 886.848 + ], + [ + 44.343, + 1067.38 + ], + [ + -73.8672, + 1065.74 + ], + [ + 14.7848, + 1068.2 + ], + [ + -152.756, + -193.12 + ], + [ + -44.343, + 1067.38 + ], + [ + -14.7848, + 1068.2 + ], + [ + -210.128, + -170.551 + ], + [ + 264.095, + -131.517 + ], + [ + -658.027, + 408.843 + ], + [ + -390.816, + 957.512 + ], + [ + 625.443, + 621.104 + ], + [ + 335.968, + -63.3335 + ], + [ + -589.68, + 731.957 + ], + [ + 616.674, + 383.149 + ], + [ + 636.688, + 567.812 + ], + [ + 337.237, + 977.669 + ], + [ + 548.276, + 763.463 + ], + [ + 365.131, + -39.673 + ], + [ + -644.18, + 383.341 + ], + [ + -113.103, + -204.886 + ], + [ + -50.506, + -216.005 + ], + [ + -491.039, + 873.593 + ], + [ + -554.9, + 795.703 + ], + [ + 635.873, + 485.087 + ], + [ + 603.614, + 359.202 + ], + [ + 510.022, + 825.187 + ], + [ + -603.53, + 313.708 + ], + [ + 393.946, + -11.8753 + ], + [ + 379.417, + -26.291 + ], + [ + -657.96, + 543.019 + ], + [ + -364.166, + 967.961 + ], + [ + 173.013, + -175.203 + ], + [ + 407.907, + 3.63522 + ], + [ + 520.415, + 746.253 + ], + [ + 245.869, + -139.791 + ], + [ + 191.173, + 1051.05 + ], + [ + 73.8889, + -209.163 + ], + [ + 441.95, + 899.424 + ], + [ + 422.041, + 20.2561 + ], + [ + 310.049, + 986.628 + ], + [ + -630.891, + 359.258 + ], + [ + -314.48, + -98.4754 + ], + [ + 134.889, + -191.247 + ], + [ + 540.869, + 731.564 + ], + [ + -191.409, + -173.635 + ], + [ + 435.477, + 37.985 + ], + [ + -653.979, + 460.386 + ], + [ + 565.432, + 336.48 + ], + [ + -337.237, + 977.669 + ], + [ + -616.924, + 335.828 + ], + [ + -532.665, + 810.755 + ], + [ + 488.254, + 127.528 + ], + [ + -191.173, + 1051.05 + ], + [ + -494.394, + 101.145 + ], + [ + -569.196, + 747.996 + ], + [ + -466.673, + 886.848 + ], + [ + 475.432, + 110.638 + ], + [ + 526.936, + 778.345 + ], + [ + 282.624, + 994.831 + ], + [ + 627.208, + 538.156 + ], + [ + -480.684, + 84.967 + ], + [ + 227.563, + -146.479 + ], + [ + 416.887, + 911.311 + ], + [ + -73.8889, + -209.163 + ], + [ + -576.025, + 218.698 + ], + [ + 486.989, + 838.987 + ], + [ + -560.909, + 716.315 + ], + [ + 563.459, + 249.293 + ], + [ + 576.094, + 271.958 + ], + [ + -563.089, + 196.664 + ], + [ + 321.204, + -73.6411 + ], + [ + 624.814, + 457.995 + ], + [ + -310.049, + 986.628 + ], + [ + -549.399, + 175.486 + ], + [ + 551.725, + 226.596 + ], + [ + 539.191, + 204.714 + ], + [ + -536.086, + 155.506 + ], + [ + 612.959, + 431.509 + ], + [ + 526.969, + 184.048 + ], + [ + 514.038, + 164.191 + ], + [ + 254.982, + 1002.27 + ], + [ + -522.108, + 136.371 + ], + [ + -647.353, + 513.747 + ], + [ + 501.458, + 145.461 + ], + [ + -577.901, + 314.585 + ], + [ + -508.541, + 118.343 + ], + [ + 577.756, + 358.969 + ], + [ + 451.047, + 54.9679 + ], + [ + 96.3806, + -199.799 + ], + [ + 614.481, + 591.773 + ], + [ + -441.95, + 899.424 + ], + [ + -548.276, + 763.463 + ], + [ + -641.891, + 433.737 + ], + [ + 456.328, + 119.19 + ], + [ + 552.135, + 357.882 + ], + [ + -510.022, + 825.187 + ], + [ + -282.624, + 994.831 + ], + [ + -134.889, + -191.247 + ], + [ + 505.192, + 792.631 + ], + [ + -462.067, + 94.5311 + ], + [ + 601.552, + 406.479 + ], + [ + 391.506, + 922.5 + ], + [ + -173.013, + -175.203 + ], + [ + 227.145, + 1008.95 + ], + [ + -264.095, + -131.517 + ], + [ + -625.443, + 621.104 + ], + [ + -629.03, + 407.724 + ], + [ + -350.398, + -51.9819 + ], + [ + 209.296, + -151.598 + ], + [ + -636.688, + 567.812 + ], + [ + 463.582, + 852.143 + ], + [ + -520.415, + 746.253 + ], + [ + 616.834, + 509.077 + ], + [ + -254.982, + 1002.27 + ], + [ + 155.048, + -175.301 + ], + [ + 589.419, + 382.049 + ], + [ + -591.076, + 336.585 + ], + [ + 199.134, + 1014.85 + ], + [ + -416.887, + 911.311 + ], + [ + -540.869, + 731.564 + ], + [ + -335.968, + -63.3335 + ], + [ + -616.674, + 383.149 + ], + [ + 365.824, + 932.982 + ], + [ + -245.869, + -139.791 + ], + [ + -227.145, + 1008.95 + ], + [ + -635.873, + 485.087 + ], + [ + -96.3806, + -199.799 + ], + [ + 170.971, + 1019.97 + ], + [ + -486.989, + 838.987 + ], + [ + -365.131, + -39.673 + ], + [ + 499.562, + 760.371 + ], + [ + -526.936, + 778.345 + ], + [ + 483.062, + 806.309 + ], + [ + -199.134, + 1014.85 + ], + [ + -603.614, + 359.202 + ], + [ + 606.144, + 561.775 + ], + [ + -391.506, + 922.5 + ], + [ + 191.182, + -155.174 + ], + [ + 142.676, + 1024.31 + ], + [ + 439.82, + 864.647 + ], + [ + -379.417, + -26.291 + ], + [ + -393.946, + -11.8753 + ], + [ + -170.971, + 1019.97 + ], + [ + 353.385, + -24.4872 + ], + [ + -407.907, + 3.63522 + ], + [ + 339.863, + 942.75 + ], + [ + -227.563, + -146.479 + ], + [ + 114.272, + 1027.87 + ], + [ + 117.71, + -188.025 + ], + [ + -422.041, + 20.2561 + ], + [ + 606.821, + 481.581 + ], + [ + -142.676, + 1024.31 + ], + [ + -627.208, + 538.156 + ], + [ + 85.781, + 1030.63 + ], + [ + 339.885, + -36.9299 + ], + [ + -505.192, + 792.631 + ], + [ + 591.373, + 614.865 + ], + [ + -565.432, + 336.48 + ], + [ + -114.272, + 1027.87 + ], + [ + -463.582, + 852.143 + ], + [ + 595.988, + 454.661 + ], + [ + -435.477, + 37.985 + ], + [ + 57.2239, + 1032.61 + ], + [ + -365.824, + 932.982 + ], + [ + -85.781, + 1030.63 + ], + [ + 563.589, + 380.826 + ], + [ + 28.6229, + 1033.8 + ], + [ + -155.048, + -175.301 + ], + [ + -57.2239, + 1032.61 + ], + [ + 460.561, + 819.369 + ], + [ + 0.0, + 1034.2 + ], + [ + 571.771, + 670.841 + ], + [ + -28.6229, + 1033.8 + ], + [ + 276.925, + -101.763 + ], + [ + 313.641, + 951.795 + ], + [ + -488.254, + 127.528 + ], + [ + 480.708, + 153.545 + ], + [ + -624.814, + 457.995 + ], + [ + 468.81, + 135.991 + ], + [ + 415.721, + 876.489 + ], + [ + -321.204, + -73.6411 + ], + [ + 478.326, + 773.905 + ], + [ + -614.481, + 591.773 + ], + [ + 367.113, + -11.0665 + ], + [ + 585.548, + 429.212 + ], + [ + -209.296, + -151.598 + ], + [ + -475.432, + 110.638 + ], + [ + -612.959, + 431.509 + ], + [ + 434.772, + 799.186 + ], + [ + 596.891, + 532.321 + ], + [ + -563.459, + 249.293 + ], + [ + -576.094, + 271.958 + ], + [ + 380.312, + 3.3893 + ], + [ + -339.863, + 942.75 + ], + [ + 549.27, + 279.169 + ], + [ + 393.672, + 18.8945 + ], + [ + 259.716, + -111.986 + ], + [ + -551.725, + 226.596 + ], + [ + -539.191, + 204.714 + ], + [ + 574.359, + 404.336 + ], + [ + -577.756, + 358.969 + ], + [ + 410.47, + 780.042 + ], + [ + 271.584, + 576.271 + ], + [ + -439.82, + 864.647 + ], + [ + 406.38, + 35.447 + ], + [ + -483.062, + 806.309 + ], + [ + -526.969, + 184.048 + ], + [ + 287.178, + 960.11 + ], + [ + 538.771, + 255.875 + ], + [ + -514.038, + 164.191 + ], + [ + 173.337, + -157.241 + ], + [ + -499.562, + 760.371 + ], + [ + 504.487, + 191.538 + ], + [ + 527.429, + 233.352 + ], + [ + 516.334, + 212.061 + ], + [ + -552.135, + 357.882 + ], + [ + -117.71, + -188.025 + ], + [ + 456.724, + 786.847 + ], + [ + -601.552, + 406.479 + ], + [ + 492.93, + 172.16 + ], + [ + 419.174, + 53.1199 + ], + [ + -501.458, + 145.461 + ], + [ + 391.304, + 887.659 + ], + [ + 538.028, + 378.759 + ], + [ + -451.047, + 54.9679 + ], + [ + -616.834, + 509.077 + ], + [ + 449.275, + 143.505 + ], + [ + -456.328, + 119.19 + ], + [ + 437.707, + 831.802 + ], + [ + 325.97, + -48.358 + ], + [ + -191.182, + -155.174 + ], + [ + -313.641, + 951.795 + ], + [ + 431.186, + 71.8429 + ], + [ + 584.191, + 584.571 + ], + [ + 151.799, + 272.908 + ], + [ + 260.496, + 967.691 + ], + [ + 242.254, + -120.64 + ], + [ + -589.419, + 382.049 + ], + [ + -415.721, + 876.489 + ], + [ + 226.692, + 595.362 + ], + [ + 366.587, + 898.148 + ], + [ + -606.144, + 561.775 + ], + [ + -287.178, + 960.11 + ], + [ + 567.398, + 637.056 + ], + [ + -460.561, + 819.369 + ], + [ + -151.799, + 272.908 + ], + [ + 137.619, + -173.983 + ], + [ + 282.748, + 132.57 + ], + [ + 233.614, + 974.53 + ], + [ + 587.938, + 504.461 + ], + [ + 224.658, + -127.732 + ], + [ + -478.326, + 773.905 + ], + [ + -226.692, + 595.362 + ], + [ + -434.772, + 799.186 + ], + [ + 578.144, + 477.146 + ], + [ + 414.518, + 843.598 + ], + [ + 548.595, + 402.125 + ], + [ + -591.373, + 614.865 + ], + [ + -260.496, + 967.691 + ], + [ + -391.304, + 887.659 + ], + [ + -571.771, + 670.841 + ], + [ + 206.553, + 980.622 + ], + [ + -606.821, + 481.581 + ], + [ + 568.686, + 451.316 + ], + [ + 341.589, + 907.95 + ], + [ + -353.385, + -24.4872 + ], + [ + -410.47, + 780.042 + ], + [ + -271.584, + 576.271 + ], + [ + 576.072, + 554.783 + ], + [ + -456.724, + 786.847 + ], + [ + -173.337, + -157.241 + ], + [ + -233.614, + 974.53 + ], + [ + -595.988, + 454.661 + ], + [ + 207.046, + -133.272 + ], + [ + -437.707, + 831.802 + ], + [ + -339.885, + -36.9299 + ], + [ + 179.333, + 985.963 + ], + [ + -276.925, + -101.763 + ], + [ + 558.457, + 426.029 + ], + [ + -563.589, + 380.826 + ], + [ + -366.587, + 898.148 + ], + [ + 391.012, + 854.747 + ], + [ + -206.553, + 980.622 + ], + [ + -596.891, + 532.321 + ], + [ + 523.132, + 399.081 + ], + [ + -585.548, + 429.212 + ], + [ + 151.977, + 990.549 + ], + [ + 16.7418, + -196.72 + ], + [ + 316.329, + 917.056 + ], + [ + -259.716, + -111.986 + ], + [ + 561.381, + 606.509 + ], + [ + -367.113, + -11.0665 + ], + [ + -137.619, + -173.983 + ], + [ + -179.333, + 985.963 + ], + [ + -16.7418, + -196.72 + ], + [ + 460.837, + 160.951 + ], + [ + 33.8365, + -194.51 + ], + [ + -480.708, + 153.545 + ], + [ + 124.504, + 994.375 + ], + [ + -468.81, + 135.991 + ], + [ + 471.776, + 179.118 + ], + [ + -414.518, + 843.598 + ], + [ + 412.487, + 810.913 + ], + [ + -574.359, + 404.336 + ], + [ + -282.748, + 132.57 + ], + [ + 542.591, + 658.313 + ], + [ + -151.977, + 990.549 + ], + [ + -341.589, + 907.95 + ], + [ + -549.27, + 279.169 + ], + [ + -584.191, + 584.571 + ], + [ + -380.312, + 3.3893 + ], + [ + 96.9353, + 997.44 + ], + [ + 189.535, + -137.284 + ], + [ + 367.206, + 865.241 + ], + [ + 354.219, + 3.15676 + ], + [ + -393.672, + 18.8945 + ], + [ + 533.499, + 308.241 + ], + [ + -33.8365, + -194.51 + ], + [ + -124.504, + 994.375 + ], + [ + 290.827, + 925.46 + ], + [ + -242.254, + -120.64 + ], + [ + -538.028, + 378.759 + ], + [ + 507.469, + 418.817 + ], + [ + 69.2926, + 999.741 + ], + [ + -538.771, + 255.875 + ], + [ + 341.73, + -10.3013 + ], + [ + -406.38, + 35.447 + ], + [ + 50.6733, + -190.817 + ], + [ + -527.429, + 233.352 + ], + [ + -96.9353, + 997.44 + ], + [ + -567.398, + 637.056 + ], + [ + -516.334, + 212.061 + ], + [ + 524.264, + 284.417 + ], + [ + 306.879, + -57.8499 + ], + [ + -325.97, + -48.358 + ], + [ + -504.487, + 191.538 + ], + [ + 41.5968, + 1001.28 + ], + [ + 514.148, + 261.318 + ], + [ + 541.12, + 336.206 + ], + [ + 568.192, + 526.602 + ], + [ + 504.21, + 239.462 + ], + [ + 493.482, + 218.333 + ], + [ + -69.2926, + 999.741 + ], + [ + 13.8691, + 1002.04 + ], + [ + 482.982, + 198.363 + ], + [ + -419.174, + 53.1199 + ], + [ + -492.93, + 172.16 + ], + [ + -41.5968, + 1001.28 + ], + [ + -13.8691, + 1002.04 + ], + [ + 366.986, + 832.495 + ], + [ + -449.275, + 143.505 + ], + [ + -316.329, + 917.056 + ], + [ + 440.927, + 167.406 + ], + [ + -224.658, + -127.732 + ], + [ + 532.796, + 422.834 + ], + [ + 559.451, + 498.931 + ], + [ + -391.012, + 854.747 + ], + [ + 343.118, + 875.073 + ], + [ + 155.868, + -157.842 + ], + [ + -431.186, + 71.8429 + ], + [ + 265.102, + 933.154 + ], + [ + -50.6733, + -190.817 + ], + [ + -587.938, + 504.461 + ], + [ + 554.409, + 576.433 + ], + [ + 389.886, + 822.019 + ], + [ + 550.989, + 472.759 + ], + [ + 366.858, + 17.6075 + ], + [ + 67.1238, + -185.67 + ], + [ + -578.144, + 477.146 + ], + [ + -207.046, + -133.272 + ], + [ + -290.827, + 925.46 + ], + [ + 378.888, + 33.049 + ], + [ + 494.146, + 729.911 + ], + [ + -548.595, + 402.125 + ], + [ + -367.206, + 865.241 + ], + [ + -576.072, + 554.783 + ], + [ + 239.174, + 940.134 + ], + [ + 516.989, + 678.605 + ], + [ + 286.414, + -70.781 + ], + [ + 541.737, + 447.099 + ], + [ + 390.998, + 49.5492 + ], + [ + 318.768, + 884.234 + ], + [ + -412.487, + 810.913 + ], + [ + 537.748, + 627.558 + ], + [ + 328.749, + -22.7801 + ], + [ + 109.244, + 627.624 + ], + [ + -568.686, + 451.316 + ], + [ + 402.376, + 67.0426 + ], + [ + 270.43, + -82.8295 + ], + [ + 343.805, + 842.332 + ], + [ + -265.102, + 933.154 + ], + [ + -67.1238, + -185.67 + ], + [ + 413.753, + 85.6598 + ], + [ + -561.381, + 606.509 + ], + [ + 213.063, + 946.393 + ], + [ + -366.986, + 832.495 + ], + [ + -343.118, + 875.073 + ], + [ + -189.535, + -137.284 + ], + [ + -558.457, + 426.029 + ], + [ + -542.591, + 658.313 + ], + [ + 294.173, + 892.718 + ], + [ + 83.0627, + -179.108 + ], + [ + 254.022, + -93.3468 + ], + [ + -239.174, + 940.134 + ], + [ + -60.8994, + 634.143 + ], + [ + 424.267, + 105.263 + ], + [ + -523.132, + 399.081 + ], + [ + 186.789, + 951.928 + ], + [ + 272.897, + 363.307 + ], + [ + -389.886, + 822.019 + ], + [ + -155.868, + -157.842 + ], + [ + 547.614, + 547.97 + ], + [ + 60.8994, + 634.143 + ], + [ + 237.31, + -102.325 + ], + [ + -318.768, + 884.234 + ], + [ + -213.063, + 946.393 + ], + [ + -109.244, + 627.624 + ], + [ + 269.353, + 900.517 + ], + [ + 516.217, + 442.923 + ], + [ + -494.146, + 729.911 + ], + [ + 160.371, + 956.733 + ], + [ + 431.901, + 768.382 + ], + [ + 539.939, + 519.985 + ], + [ + 531.932, + 597.237 + ], + [ + 220.412, + -109.764 + ], + [ + -507.469, + 418.817 + ], + [ + 513.327, + 647.686 + ], + [ + -343.805, + 842.332 + ], + [ + -568.192, + 526.602 + ], + [ + 451.537, + 185.448 + ], + [ + -460.837, + 160.951 + ], + [ + -471.776, + 179.118 + ], + [ + -186.789, + 951.928 + ], + [ + 490.628, + 697.901 + ], + [ + -83.0627, + -179.108 + ], + [ + 133.831, + 960.805 + ], + [ + 461.484, + 204.176 + ], + [ + -533.499, + 308.241 + ], + [ + -294.173, + 892.718 + ], + [ + -354.219, + 3.15676 + ], + [ + 532.485, + 493.508 + ], + [ + 491.062, + 437.94 + ], + [ + -306.879, + -57.8499 + ], + [ + 244.327, + 907.627 + ], + [ + -559.451, + 498.931 + ], + [ + -341.73, + -10.3013 + ], + [ + 516.19, + 336.425 + ], + [ + -554.409, + 576.433 + ], + [ + -160.371, + 956.733 + ], + [ + -541.12, + 336.206 + ], + [ + -272.897, + 363.307 + ], + [ + 272.753, + 867.947 + ], + [ + -524.264, + 284.417 + ], + [ + 107.188, + 964.141 + ], + [ + 98.3684, + -171.18 + ], + [ + -532.796, + 422.834 + ], + [ + -516.989, + 678.605 + ], + [ + -514.148, + 261.318 + ], + [ + 203.447, + -115.672 + ], + [ + -504.21, + 239.462 + ], + [ + 508.247, + 312.14 + ], + [ + -493.482, + 218.333 + ], + [ + -133.831, + 960.805 + ], + [ + 299.928, + 86.974 + ], + [ + 490.634, + 266.173 + ], + [ + 499.385, + 288.531 + ], + [ + 481.056, + 244.499 + ], + [ + 80.4628, + 966.738 + ], + [ + 524.221, + 467.512 + ], + [ + -482.982, + 198.363 + ], + [ + 436.395, + 126.588 + ], + [ + -550.989, + 472.759 + ], + [ + -269.353, + 900.517 + ], + [ + -537.748, + 627.558 + ], + [ + 471.641, + 223.994 + ], + [ + -440.927, + 167.406 + ], + [ + -107.188, + 964.141 + ], + [ + 172.237, + -139.797 + ], + [ + 431.309, + 190.825 + ], + [ + 219.114, + 914.041 + ], + [ + 53.6762, + 968.594 + ], + [ + 320.36, + 851.525 + ], + [ + -80.4628, + 966.738 + ], + [ + 26.8484, + 969.709 + ], + [ + -53.6762, + 968.594 + ], + [ + 0.0, + 970.081 + ], + [ + -26.8484, + 969.709 + ], + [ + -366.858, + 17.6075 + ], + [ + -541.737, + 447.099 + ], + [ + -244.327, + 907.627 + ], + [ + -286.414, + -70.781 + ], + [ + 193.732, + 919.756 + ], + [ + -431.901, + 768.382 + ], + [ + -270.43, + -82.8295 + ], + [ + 463.548, + 716.174 + ], + [ + -272.753, + 867.947 + ], + [ + -328.749, + -22.7801 + ], + [ + -378.888, + 33.049 + ], + [ + 352.893, + 30.7815 + ], + [ + 526.232, + 568.534 + ], + [ + -219.114, + 914.041 + ], + [ + -390.998, + 49.5492 + ], + [ + -98.3684, + -171.18 + ], + [ + 341.492, + 16.3901 + ], + [ + 296.671, + 860.065 + ], + [ + 172.627, + 260.233 + ], + [ + 488.152, + 666.865 + ], + [ + 168.202, + 924.765 + ], + [ + 508.676, + 617.165 + ], + [ + -254.022, + -93.3468 + ], + [ + -402.376, + 67.0426 + ], + [ + 96.8283, + 443.947 + ], + [ + 519.634, + 540.276 + ], + [ + -193.732, + 919.756 + ], + [ + -547.614, + 547.97 + ], + [ + 112.924, + -161.948 + ], + [ + 498.88, + 462.363 + ], + [ + -320.36, + 851.525 + ], + [ + -237.31, + -102.325 + ], + [ + -490.628, + 697.901 + ], + [ + 142.544, + 929.066 + ], + [ + -413.753, + 85.6598 + ], + [ + -531.932, + 597.237 + ], + [ + -220.412, + -109.764 + ], + [ + -168.202, + 924.765 + ], + [ + 513.199, + 513.533 + ], + [ + -539.939, + 519.985 + ], + [ + 116.776, + 932.655 + ], + [ + -424.267, + 105.263 + ], + [ + -513.327, + 647.686 + ], + [ + -516.217, + 442.923 + ], + [ + 364.366, + 46.1742 + ], + [ + 473.934, + 456.42 + ], + [ + -142.544, + 929.066 + ], + [ + -203.447, + -115.672 + ], + [ + 90.9186, + 935.53 + ], + [ + -299.928, + 86.974 + ], + [ + -532.485, + 493.508 + ], + [ + 329.525, + 2.93669 + ], + [ + 505.937, + 487.24 + ], + [ + -172.237, + -139.797 + ], + [ + 375.155, + 62.5072 + ], + [ + 175.181, + 892.77 + ], + [ + -116.776, + 932.655 + ], + [ + -296.671, + 860.065 + ], + [ + 64.9917, + 937.688 + ], + [ + 248.627, + 875.163 + ], + [ + -5.73531, + -180.086 + ], + [ + -491.062, + 437.94 + ], + [ + 435.788, + 733.397 + ], + [ + 22.9143, + -178.714 + ], + [ + -172.627, + 260.233 + ], + [ + -90.9186, + 935.53 + ], + [ + 385.941, + 79.9018 + ], + [ + 462.262, + 685.066 + ], + [ + 39.0149, + 939.127 + ], + [ + -64.9917, + 937.688 + ], + [ + 13.0083, + 939.847 + ], + [ + -39.0149, + 939.127 + ], + [ + -13.0083, + 939.847 + ], + [ + 484.674, + 636.188 + ], + [ + -96.8283, + 443.947 + ], + [ + -451.537, + 185.448 + ], + [ + -516.19, + 336.425 + ], + [ + 440.935, + 209.411 + ], + [ + 395.92, + 98.2296 + ], + [ + -463.548, + 716.174 + ], + [ + -22.9143, + -178.714 + ], + [ + -461.484, + 204.176 + ], + [ + 199.822, + 887.579 + ], + [ + -112.924, + -161.948 + ], + [ + -524.221, + 467.512 + ], + [ + 449.863, + 228.645 + ], + [ + 39.8837, + -175.708 + ], + [ + 504.079, + 588.265 + ], + [ + -175.181, + 892.77 + ], + [ + 497.393, + 363.639 + ], + [ + -508.247, + 312.14 + ], + [ + 405.809, + 117.678 + ], + [ + -499.385, + 288.531 + ], + [ + 292.449, + -38.9453 + ], + [ + -490.634, + 266.173 + ], + [ + 224.311, + 881.709 + ], + [ + 277.883, + -52.674 + ], + [ + 490.765, + 338.963 + ], + [ + -481.056, + 244.499 + ], + [ + -488.152, + 666.865 + ], + [ + 12.1907, + 312.046 + ], + [ + 475.645, + 292.117 + ], + [ + 467.243, + 269.96 + ], + [ + 126.62, + -151.481 + ], + [ + -248.627, + 875.163 + ], + [ + -471.641, + 223.994 + ], + [ + 458.942, + 248.98 + ], + [ + 483.182, + 314.912 + ], + [ + 420.448, + 213.695 + ], + [ + -431.309, + 190.825 + ], + [ + -526.232, + 568.534 + ], + [ + 414.762, + 138.041 + ], + [ + -39.8837, + -175.708 + ], + [ + -436.395, + 126.588 + ], + [ + -508.676, + 617.165 + ], + [ + 498.568, + 559.775 + ], + [ + 262.727, + -64.9272 + ], + [ + -199.822, + 887.579 + ], + [ + 480.812, + 481.124 + ], + [ + 56.4881, + -171.094 + ], + [ + 0.0, + 909.794 + ], + [ + -12.1907, + 312.046 + ], + [ + 186.529, + -120.066 + ], + [ + 247.1, + -75.6837 + ], + [ + 100.527, + 904.224 + ], + [ + -519.634, + 540.276 + ], + [ + 407.389, + 749.544 + ], + [ + 493.162, + 532.805 + ], + [ + 231.12, + -84.9307 + ], + [ + 359.48, + 277.919 + ], + [ + 214.904, + -92.6637 + ], + [ + 456.112, + 474.231 + ], + [ + -224.311, + 881.709 + ], + [ + 459.961, + 654.278 + ], + [ + -352.893, + 30.7815 + ], + [ + 435.694, + 702.262 + ], + [ + -498.88, + 462.363 + ], + [ + -100.527, + 904.224 + ], + [ + -435.788, + 733.397 + ], + [ + -341.492, + 16.3901 + ], + [ + 344.355, + 811.4 + ], + [ + -56.4881, + -171.094 + ], + [ + -513.199, + 513.533 + ], + [ + 481.186, + 607.134 + ], + [ + -462.262, + 685.066 + ], + [ + 486.911, + 506.254 + ], + [ + 75.4624, + 906.659 + ], + [ + -473.934, + 456.42 + ], + [ + 150.405, + 897.276 + ], + [ + 72.5758, + -164.914 + ], + [ + -484.674, + 636.188 + ], + [ + -126.62, + -151.481 + ], + [ + -505.937, + 487.24 + ], + [ + -75.4624, + 906.659 + ], + [ + 437.621, + 491.346 + ], + [ + 125.514, + 901.095 + ], + [ + -364.366, + 46.1742 + ], + [ + -504.079, + 588.265 + ], + [ + -329.525, + 2.93669 + ], + [ + 378.393, + 764.592 + ], + [ + -150.405, + 897.276 + ], + [ + 339.173, + 42.9816 + ], + [ + 139.35, + -139.859 + ], + [ + 476.77, + 578.454 + ], + [ + -375.155, + 62.5072 + ], + [ + 349.416, + 58.2186 + ], + [ + -407.389, + 749.544 + ], + [ + -125.514, + 901.095 + ], + [ + -72.5758, + -164.914 + ], + [ + -344.355, + 811.4 + ], + [ + -385.941, + 79.9018 + ], + [ + 408.487, + 718.429 + ], + [ + 434.573, + 671.409 + ], + [ + 462.039, + 499.18 + ], + [ + -497.393, + 363.639 + ], + [ + -498.568, + 559.775 + ], + [ + 472.4, + 551.296 + ], + [ + -186.529, + -120.066 + ], + [ + -440.935, + 209.411 + ], + [ + -395.92, + 98.2296 + ], + [ + -435.694, + 702.262 + ], + [ + 50.3404, + 908.401 + ], + [ + -449.863, + 228.645 + ], + [ + -459.961, + 654.278 + ], + [ + -277.883, + -52.674 + ], + [ + 477.164, + 389.805 + ], + [ + 87.9995, + -157.226 + ], + [ + 429.063, + 232.77 + ], + [ + -292.449, + -38.9453 + ], + [ + -490.765, + 338.963 + ], + [ + 436.946, + 252.456 + ], + [ + 25.1799, + 909.446 + ], + [ + 457.588, + 625.112 + ], + [ + -50.3404, + 908.401 + ], + [ + -405.809, + 117.678 + ], + [ + -480.812, + 481.124 + ], + [ + -483.182, + 314.912 + ], + [ + -475.645, + 292.117 + ], + [ + -214.904, + -92.6637 + ], + [ + -25.1799, + 909.446 + ], + [ + -262.727, + -64.9272 + ], + [ + -467.243, + 269.96 + ], + [ + 471.869, + 364.809 + ], + [ + -493.162, + 532.805 + ], + [ + -231.12, + -84.9307 + ], + [ + -420.448, + 213.695 + ], + [ + -458.942, + 248.98 + ], + [ + -247.1, + -75.6837 + ], + [ + 452.083, + 294.644 + ], + [ + 408.375, + 235.948 + ], + [ + 444.921, + 273.248 + ], + [ + 459.284, + 317.219 + ], + [ + 483.483, + 414.837 + ], + [ + 328.291, + 28.6356 + ], + [ + 467.172, + 524.525 + ], + [ + 465.588, + 340.386 + ], + [ + -456.112, + 474.231 + ], + [ + 348.841, + 778.519 + ], + [ + -414.762, + 138.041 + ], + [ + 359.653, + 74.4595 + ], + [ + -359.48, + 277.919 + ], + [ + -12.1988, + 881.363 + ], + [ + -481.186, + 607.134 + ], + [ + 12.1988, + 881.363 + ], + [ + -378.393, + 764.592 + ], + [ + 369.135, + 91.5844 + ], + [ + 454.273, + 596.283 + ], + [ + -486.911, + 506.254 + ], + [ + 380.681, + 733.542 + ], + [ + -139.35, + -139.859 + ], + [ + 378.531, + 109.767 + ], + [ + -87.9995, + -157.226 + ], + [ + 408.549, + 687.555 + ], + [ + -408.487, + 718.429 + ], + [ + -437.621, + 491.346 + ], + [ + 387.05, + 128.818 + ], + [ + 450.947, + 568.979 + ], + [ + 433.319, + 642.173 + ], + [ + 198.571, + -98.8866 + ], + [ + -434.573, + 671.409 + ], + [ + 318.778, + 791.304 + ], + [ + -476.77, + 578.454 + ], + [ + 442.588, + 516.504 + ], + [ + 102.618, + -148.099 + ], + [ + 395.392, + 148.978 + ], + [ + 151.017, + -127.172 + ], + [ + 418.488, + 507.741 + ], + [ + -348.841, + 778.519 + ], + [ + 446.747, + 542.027 + ], + [ + 252.592, + 844.481 + ], + [ + 402.729, + 169.978 + ], + [ + 311.925, + 14.971 + ], + [ + -472.4, + 551.296 + ], + [ + 431.11, + 613.239 + ], + [ + -462.039, + 499.18 + ], + [ + -457.588, + 625.112 + ], + [ + 352.317, + 747.579 + ], + [ + -339.173, + 42.9816 + ], + [ + 223.77, + -68.5379 + ], + [ + 288.248, + 802.929 + ], + [ + 281.983, + -21.8831 + ], + [ + -349.416, + 58.2186 + ], + [ + -380.681, + 733.542 + ], + [ + 268.263, + -35.7244 + ], + [ + 294.956, + -6.63988 + ], + [ + -477.164, + 389.805 + ], + [ + 381.925, + 702.693 + ], + [ + 239.04, + -59.0734 + ], + [ + 253.909, + -48.1297 + ], + [ + -318.778, + 791.304 + ], + [ + -467.172, + 524.525 + ], + [ + -102.618, + -148.099 + ], + [ + -252.592, + 844.481 + ], + [ + 455.559, + 414.849 + ], + [ + -454.273, + 596.283 + ], + [ + -408.549, + 687.555 + ], + [ + 422.488, + 533.071 + ], + [ + -471.869, + 364.809 + ], + [ + -436.946, + 252.456 + ], + [ + 408.415, + 658.293 + ], + [ + -483.483, + 414.837 + ], + [ + -429.063, + 232.77 + ], + [ + 11.9482, + -162.485 + ], + [ + 428.832, + 585.827 + ], + [ + 422.77, + 275.539 + ], + [ + 415.954, + 255.458 + ], + [ + -459.284, + 317.219 + ], + [ + 451.614, + 389.604 + ], + [ + -465.588, + 340.386 + ], + [ + -452.083, + 294.644 + ], + [ + -11.9482, + -162.485 + ], + [ + 395.126, + 257.522 + ], + [ + -408.375, + 235.948 + ], + [ + 181.677, + 862.522 + ], + [ + -444.921, + 273.248 + ], + [ + -433.319, + 642.173 + ], + [ + 257.295, + 813.376 + ], + [ + 429.617, + 296.729 + ], + [ + 29.0402, + -160.315 + ], + [ + 323.437, + 760.52 + ], + [ + -328.291, + 28.6356 + ], + [ + 441.6, + 341.408 + ], + [ + 435.621, + 318.478 + ], + [ + -151.017, + -127.172 + ], + [ + 378.41, + 538.274 + ], + [ + 446.652, + 364.88 + ], + [ + 398.741, + 523.391 + ], + [ + 116.298, + -137.618 + ], + [ + -450.947, + 568.979 + ], + [ + -288.248, + 802.929 + ], + [ + 334.786, + 69.3111 + ], + [ + -359.653, + 74.4595 + ], + [ + -352.317, + 747.579 + ], + [ + 425.666, + 558.734 + ], + [ + -29.0402, + -160.315 + ], + [ + -198.571, + -98.8866 + ], + [ + 410.447, + 194.931 + ], + [ + 407.315, + 629.295 + ], + [ + -369.135, + 91.5844 + ], + [ + 343.809, + 85.3008 + ], + [ + -418.488, + 507.741 + ], + [ + -442.588, + 516.504 + ], + [ + -181.677, + 862.522 + ], + [ + 354.741, + 716.8 + ], + [ + 45.8075, + -156.352 + ], + [ + 85.261, + 877.315 + ], + [ + -378.531, + 109.767 + ], + [ + -431.11, + 613.239 + ], + [ + 161.534, + -113.515 + ], + [ + 225.965, + 822.631 + ], + [ + -446.747, + 542.027 + ], + [ + 401.768, + 548.856 + ], + [ + -381.925, + 702.693 + ], + [ + -257.295, + 813.376 + ], + [ + 294.081, + 772.346 + ], + [ + -85.261, + 877.315 + ], + [ + -387.05, + 128.818 + ], + [ + 406.088, + 601.816 + ], + [ + 325.057, + 54.1599 + ], + [ + 382.911, + 673.447 + ], + [ + -45.8075, + -156.352 + ], + [ + 309.807, + 39.2602 + ], + [ + -395.392, + 148.978 + ], + [ + -323.437, + 760.52 + ], + [ + -428.832, + 585.827 + ], + [ + -223.77, + -68.5379 + ], + [ + -408.415, + 658.293 + ], + [ + 194.303, + 830.679 + ], + [ + -116.298, + -137.618 + ], + [ + 352.748, + 102.291 + ], + [ + -311.925, + 14.971 + ], + [ + -225.965, + 822.631 + ], + [ + -402.729, + 169.978 + ], + [ + 62.0625, + -150.64 + ], + [ + 403.962, + 574.622 + ], + [ + -239.04, + -59.0734 + ], + [ + -422.488, + 533.071 + ], + [ + 327.037, + 729.857 + ], + [ + 360.865, + 120.103 + ], + [ + 264.295, + 783.039 + ], + [ + -281.983, + -21.8831 + ], + [ + -268.263, + -35.7244 + ], + [ + 382.923, + 644.429 + ], + [ + -455.559, + 414.849 + ], + [ + -253.909, + -48.1297 + ], + [ + -378.41, + 538.274 + ], + [ + -354.741, + 716.8 + ], + [ + 162.357, + 837.509 + ], + [ + -294.956, + -6.63988 + ], + [ + 368.814, + 138.964 + ], + [ + -294.081, + 772.346 + ], + [ + -398.741, + 523.391 + ], + [ + 208.217, + -76.5145 + ], + [ + -194.303, + 830.679 + ], + [ + 128.914, + -125.877 + ], + [ + -407.315, + 629.295 + ], + [ + 432.642, + 438.696 + ], + [ + -451.614, + 389.604 + ], + [ + -62.0625, + -150.64 + ], + [ + 375.82, + 158.621 + ], + [ + 432.74, + 467.527 + ], + [ + 380.46, + 563.836 + ], + [ + 356.846, + 687.614 + ], + [ + -425.666, + 558.734 + ], + [ + 407.375, + 297.828 + ], + [ + -422.77, + 275.539 + ], + [ + 382.748, + 616.923 + ], + [ + 430.057, + 413.277 + ], + [ + -395.126, + 257.522 + ], + [ + -161.534, + -113.515 + ], + [ + 130.172, + 843.112 + ], + [ + -446.652, + 364.88 + ], + [ + -441.6, + 341.408 + ], + [ + -415.954, + 255.458 + ], + [ + 380.738, + 278.353 + ], + [ + -435.621, + 318.478 + ], + [ + 382.564, + 179.37 + ], + [ + -162.357, + 837.509 + ], + [ + -382.911, + 673.447 + ], + [ + 234.121, + 792.584 + ], + [ + -429.617, + 296.729 + ], + [ + 401.647, + 277.41 + ], + [ + 298.853, + 741.843 + ], + [ + 426.429, + 388.321 + ], + [ + -406.088, + 601.816 + ], + [ + -401.768, + 548.856 + ], + [ + 413.076, + 319.355 + ], + [ + 422.644, + 364.612 + ], + [ + 417.904, + 341.395 + ], + [ + 77.6235, + -143.244 + ], + [ + -264.295, + 783.039 + ], + [ + 97.7963, + 847.477 + ], + [ + 388.241, + 200.879 + ], + [ + -130.172, + 843.112 + ], + [ + -334.786, + 69.3111 + ], + [ + -327.037, + 729.857 + ], + [ + 381.665, + 589.667 + ], + [ + 65.2773, + 850.6 + ], + [ + 357.969, + 658.617 + ], + [ + 357.523, + 552.368 + ], + [ + 170.82, + -98.9927 + ], + [ + -97.7963, + 847.477 + ], + [ + -410.447, + 194.931 + ], + [ + -343.809, + 85.3008 + ], + [ + 203.604, + 800.966 + ], + [ + 229.936, + -43.5855 + ], + [ + 32.6626, + 852.476 + ], + [ + -65.2773, + 850.6 + ], + [ + -403.962, + 574.622 + ], + [ + -382.923, + 644.429 + ], + [ + 0.0, + 853.101 + ], + [ + -234.121, + 792.584 + ], + [ + -32.6626, + 852.476 + ], + [ + 270.231, + 752.741 + ], + [ + 330.258, + 700.772 + ], + [ + -128.914, + -125.877 + ], + [ + -77.6235, + -143.244 + ], + [ + -325.057, + 54.1599 + ], + [ + -356.846, + 687.614 + ], + [ + -309.807, + 39.2602 + ], + [ + 244.076, + -32.5035 + ], + [ + 358.593, + 577.989 + ], + [ + -298.853, + 741.843 + ], + [ + 358.848, + 631.125 + ], + [ + 172.788, + 808.175 + ], + [ + 328.358, + 95.2182 + ], + [ + -203.604, + 800.966 + ], + [ + 270.562, + -6.09074 + ], + [ + -382.748, + 616.923 + ], + [ + -380.46, + 563.836 + ], + [ + 282.682, + 9.1717 + ], + [ + 257.656, + -19.9952 + ], + [ + -208.217, + -76.5145 + ], + [ + 92.3163, + -134.246 + ], + [ + -352.748, + 102.291 + ], + [ + -432.642, + 438.696 + ], + [ + 241.213, + 762.535 + ], + [ + 140.35, + -112.985 + ], + [ + 332.49, + 671.84 + ], + [ + 141.719, + 814.198 + ], + [ + -432.74, + 467.527 + ], + [ + 293.905, + 25.7456 + ], + [ + -360.865, + 120.103 + ], + [ + -270.231, + 752.741 + ], + [ + -172.788, + 808.175 + ], + [ + 336.106, + 111.863 + ], + [ + 358.809, + 603.847 + ], + [ + 303.186, + 712.903 + ], + [ + 336.113, + 565.651 + ], + [ + -357.969, + 658.617 + ], + [ + -430.057, + 413.277 + ], + [ + -368.814, + 138.964 + ], + [ + 408.478, + 461.28 + ], + [ + 319.841, + 79.354 + ], + [ + -330.258, + 700.772 + ], + [ + -407.375, + 297.828 + ], + [ + -381.665, + 589.667 + ], + [ + 110.442, + 819.026 + ], + [ + 407.26, + 435.758 + ], + [ + -357.523, + 552.368 + ], + [ + -426.429, + 388.321 + ], + [ + -375.82, + 158.621 + ], + [ + -380.738, + 278.353 + ], + [ + -141.719, + 814.198 + ], + [ + -170.82, + -98.9927 + ], + [ + -422.644, + 364.612 + ], + [ + 211.841, + 771.212 + ], + [ + 390.807, + 319.258 + ], + [ + 365.253, + 298.383 + ], + [ + 404.977, + 410.644 + ], + [ + -417.904, + 341.395 + ], + [ + 334.421, + 644.401 + ], + [ + -413.076, + 319.355 + ], + [ + 395.344, + 341.06 + ], + [ + 402.47, + 386.766 + ], + [ + 398.983, + 363.328 + ], + [ + 336.201, + 591.295 + ], + [ + -382.564, + 179.37 + ], + [ + 79.003, + 822.654 + ], + [ + -241.213, + 762.535 + ], + [ + -401.647, + 277.41 + ], + [ + 350.396, + 147.89 + ], + [ + -110.442, + 819.026 + ], + [ + -92.3163, + -134.246 + ], + [ + -358.848, + 631.125 + ], + [ + 386.182, + 298.563 + ], + [ + 47.4482, + 825.076 + ], + [ + 275.669, + 723.988 + ], + [ + 343.693, + 129.499 + ], + [ + 291.845, + 589.711 + ], + [ + -79.003, + 822.654 + ], + [ + -358.593, + 577.989 + ], + [ + 306.523, + 684.077 + ], + [ + -229.936, + -43.5855 + ], + [ + -388.241, + 200.879 + ], + [ + 356.849, + 167.313 + ], + [ + 15.8238, + 826.288 + ], + [ + -47.4482, + 825.076 + ], + [ + -15.8238, + 826.288 + ], + [ + 182.158, + 778.757 + ], + [ + -332.49, + 671.84 + ], + [ + -303.186, + 712.903 + ], + [ + 178.803, + -83.716 + ], + [ + -211.841, + 771.212 + ], + [ + -140.35, + -112.985 + ], + [ + 362.3, + 187.457 + ], + [ + 335.427, + 617.142 + ], + [ + 314.209, + 578.105 + ], + [ + 215.352, + -53.2196 + ], + [ + 105.977, + -123.746 + ], + [ + -244.076, + -32.5035 + ], + [ + -0.955853, + -145.667 + ], + [ + -358.809, + 603.847 + ], + [ + 247.747, + 734.012 + ], + [ + 327.626, + 314.843 + ], + [ + 367.404, + 208.669 + ], + [ + 18.1419, + -144.536 + ], + [ + -336.113, + 565.651 + ], + [ + 152.208, + 785.16 + ], + [ + 309.503, + 656.732 + ], + [ + -182.158, + 778.757 + ], + [ + -275.669, + 723.988 + ], + [ + 280.108, + 695.311 + ], + [ + -18.1419, + -144.536 + ], + [ + 313.316, + 603.733 + ], + [ + 371.386, + 230.555 + ], + [ + -334.421, + 644.401 + ], + [ + -270.562, + -6.09074 + ], + [ + -257.656, + -19.9952 + ], + [ + 383.137, + 482.535 + ], + [ + -328.358, + 95.2182 + ], + [ + 35.0744, + -141.385 + ], + [ + 150.503, + -99.0596 + ], + [ + -306.523, + 684.077 + ], + [ + -282.682, + 9.1717 + ], + [ + 122.035, + 790.412 + ], + [ + -336.201, + 591.295 + ], + [ + -408.478, + 461.28 + ], + [ + 383.291, + 456.984 + ], + [ + -152.208, + 785.16 + ], + [ + -291.845, + 589.711 + ], + [ + -407.26, + 435.758 + ], + [ + 219.462, + 742.959 + ], + [ + -293.905, + 25.7456 + ], + [ + -35.0744, + -141.385 + ], + [ + 91.6834, + 794.505 + ], + [ + 311.552, + 629.532 + ], + [ + -247.747, + 734.012 + ], + [ + -404.977, + 410.644 + ], + [ + -122.035, + 790.412 + ], + [ + 253.281, + 705.526 + ], + [ + -336.106, + 111.863 + ], + [ + -105.977, + -123.746 + ], + [ + -402.47, + 386.766 + ], + [ + -319.841, + 79.354 + ], + [ + -365.253, + 298.383 + ], + [ + -390.807, + 319.258 + ], + [ + -398.983, + 363.328 + ], + [ + -395.344, + 341.06 + ], + [ + -335.427, + 617.142 + ], + [ + 61.1971, + 797.432 + ], + [ + 284.132, + 668.101 + ], + [ + -314.209, + 578.105 + ], + [ + 382.358, + 431.784 + ], + [ + -91.6834, + 794.505 + ], + [ + 348.715, + 317.553 + ], + [ + 51.5165, + -136.257 + ], + [ + 373.112, + 339.769 + ], + [ + -280.108, + 695.311 + ], + [ + 376.473, + 361.783 + ], + [ + 30.621, + 799.191 + ], + [ + -309.503, + 656.732 + ], + [ + 381.136, + 407.806 + ], + [ + -61.1971, + 797.432 + ], + [ + 233.329, + -18.1074 + ], + [ + 378.911, + 384.214 + ], + [ + 190.856, + 750.817 + ], + [ + 0.0, + 799.777 + ], + [ + 289.971, + 615.287 + ], + [ + -178.803, + -83.716 + ], + [ + -30.621, + 799.191 + ], + [ + 319.929, + 120.545 + ], + [ + -386.182, + 298.563 + ], + [ + -219.462, + 742.959 + ], + [ + -350.396, + 147.89 + ], + [ + -327.626, + 314.843 + ], + [ + -313.316, + 603.733 + ], + [ + 326.355, + 137.743 + ], + [ + 369.605, + 318.856 + ], + [ + 226.083, + 714.706 + ], + [ + 118.452, + -111.863 + ], + [ + -343.693, + 129.499 + ], + [ + -51.5165, + -136.257 + ], + [ + 356.335, + 528.083 + ], + [ + -356.849, + 167.313 + ], + [ + -215.352, + -53.2196 + ], + [ + -253.281, + 705.526 + ], + [ + 161.97, + 757.573 + ], + [ + 287.221, + 640.999 + ], + [ + 356.692, + 502.399 + ], + [ + 258.344, + 678.49 + ], + [ + -150.503, + -99.0596 + ], + [ + -190.856, + 750.817 + ], + [ + -362.3, + 187.457 + ], + [ + 246.168, + -5.5416 + ], + [ + 312.675, + 104.065 + ], + [ + -311.552, + 629.532 + ], + [ + 269.053, + 600.453 + ], + [ + 185.424, + -67.8012 + ], + [ + -383.137, + 482.535 + ], + [ + -284.132, + 668.101 + ], + [ + 337.79, + 174.775 + ], + [ + 67.2384, + -129.224 + ], + [ + 373.875, + 258.229 + ], + [ + -367.404, + 208.669 + ], + [ + 358.216, + 476.893 + ], + [ + 198.553, + 722.838 + ], + [ + 332.542, + 155.917 + ], + [ + 132.846, + 763.219 + ], + [ + -383.291, + 456.984 + ], + [ + 266.201, + 625.938 + ], + [ + -161.97, + 757.573 + ], + [ + 258.295, + 8.38045 + ], + [ + 269.598, + 23.6164 + ], + [ + -226.083, + 714.706 + ], + [ + -371.386, + 230.555 + ], + [ + -289.971, + 615.287 + ], + [ + 222.319, + 619.28 + ], + [ + 232.178, + 687.883 + ], + [ + 342.708, + 194.643 + ], + [ + 279.971, + 40.1159 + ], + [ + 103.527, + 767.746 + ], + [ + 262.468, + 651.526 + ], + [ + 159.278, + -84.2276 + ], + [ + -132.846, + 763.219 + ], + [ + 358.637, + 451.679 + ], + [ + 346.571, + 215.15 + ], + [ + 170.732, + 729.91 + ], + [ + -382.358, + 431.784 + ], + [ + -258.344, + 678.49 + ], + [ + -118.452, + -111.863 + ], + [ + 358.704, + 427.67 + ], + [ + 357.748, + 403.993 + ], + [ + -67.2384, + -129.224 + ], + [ + -198.553, + 722.838 + ], + [ + 74.0565, + 771.147 + ], + [ + -287.221, + 640.999 + ], + [ + 289.309, + 57.8206 + ], + [ + -103.527, + 767.746 + ], + [ + -381.136, + 407.806 + ], + [ + -348.715, + 317.553 + ], + [ + 350.005, + 236.696 + ], + [ + 242.04, + 635.671 + ], + [ + 245.866, + 610.314 + ], + [ + 331.173, + 335.807 + ], + [ + -376.473, + 361.783 + ], + [ + -378.911, + 384.214 + ], + [ + -373.112, + 339.769 + ], + [ + 44.4774, + 773.417 + ], + [ + 354.342, + 359.301 + ], + [ + -356.335, + 528.083 + ], + [ + -269.053, + 600.453 + ], + [ + -74.0565, + 771.147 + ], + [ + 356.517, + 381.464 + ], + [ + 205.671, + 696.268 + ], + [ + -233.329, + -18.1074 + ], + [ + 14.833, + 774.553 + ], + [ + 142.661, + 735.912 + ], + [ + 352.267, + 258.826 + ], + [ + -44.4774, + 773.417 + ], + [ + -14.833, + 774.553 + ], + [ + 237.331, + 661.097 + ], + [ + -266.201, + 625.938 + ], + [ + -356.692, + 502.399 + ], + [ + -232.178, + 687.883 + ], + [ + -170.732, + 729.91 + ], + [ + -222.319, + 619.28 + ], + [ + 219.89, + -29.2826 + ], + [ + 82.0205, + -120.385 + ], + [ + 329.219, + 520.815 + ], + [ + -369.605, + 318.856 + ], + [ + 129.603, + -98.7286 + ], + [ + -319.929, + 120.545 + ], + [ + 217.525, + 644.471 + ], + [ + 114.381, + 740.834 + ], + [ + -326.355, + 137.743 + ], + [ + -262.468, + 651.526 + ], + [ + -142.661, + 735.912 + ], + [ + -358.216, + 476.893 + ], + [ + -185.424, + -67.8012 + ], + [ + 351.962, + 338.229 + ], + [ + 178.862, + 703.632 + ], + [ + -358.637, + 451.679 + ], + [ + -205.671, + 696.268 + ], + [ + 332.11, + 495.428 + ], + [ + 85.9326, + 744.67 + ], + [ + -246.168, + -5.5416 + ], + [ + -242.04, + 635.671 + ], + [ + 211.846, + 669.699 + ], + [ + -114.381, + 740.834 + ], + [ + -245.866, + 610.314 + ], + [ + -312.675, + 104.065 + ], + [ + -159.278, + -84.2276 + ], + [ + -237.331, + 661.097 + ], + [ + 57.3585, + 747.414 + ], + [ + -337.79, + 174.775 + ], + [ + -85.9326, + 744.67 + ], + [ + -373.875, + 258.229 + ], + [ + -82.0205, + -120.385 + ], + [ + 333.883, + 470.273 + ], + [ + 192.691, + 652.327 + ], + [ + 151.791, + 709.964 + ], + [ + 335.555, + 422.608 + ], + [ + 28.7003, + 749.062 + ], + [ + -332.542, + 155.917 + ], + [ + 314.614, + 162.784 + ], + [ + -57.3585, + 747.414 + ], + [ + -178.862, + 703.632 + ], + [ + -258.295, + 8.38045 + ], + [ + 0.0, + 749.612 + ], + [ + -28.7003, + 749.062 + ], + [ + -217.525, + 644.471 + ], + [ + -269.598, + 23.6164 + ], + [ + -357.748, + 403.993 + ], + [ + 190.631, + -51.3696 + ], + [ + 334.552, + 377.798 + ], + [ + 335.238, + 446.302 + ], + [ + -342.708, + 194.643 + ], + [ + 309.549, + 145.137 + ], + [ + 335.534, + 400.045 + ], + [ + 186.05, + 677.319 + ], + [ + -358.704, + 427.67 + ], + [ + -279.971, + 40.1159 + ], + [ + 198.445, + 627.337 + ], + [ + -346.571, + 215.15 + ], + [ + -331.173, + 335.807 + ], + [ + -211.846, + 669.699 + ], + [ + 124.497, + 715.255 + ], + [ + 312.676, + 353.094 + ], + [ + -129.603, + -98.7286 + ], + [ + -356.517, + 381.464 + ], + [ + -151.791, + 709.964 + ], + [ + -354.342, + 359.301 + ], + [ + -329.219, + 520.815 + ], + [ + 167.574, + 659.227 + ], + [ + 303.603, + 128.141 + ], + [ + -350.005, + 236.696 + ], + [ + 125.222, + 645.951 + ], + [ + 95.6559, + -109.863 + ], + [ + 166.597, + -68.625 + ], + [ + -192.691, + 652.327 + ], + [ + 319.365, + 181.385 + ], + [ + 300.798, + 537.731 + ], + [ + -289.309, + 57.8206 + ], + [ + 159.981, + 683.946 + ], + [ + -352.267, + 258.826 + ], + [ + 97.0209, + 719.498 + ], + [ + 293.448, + 565.45 + ], + [ + 233.908, + 7.5892 + ], + [ + -124.497, + 715.255 + ], + [ + -219.89, + -29.2826 + ], + [ + 323.126, + 200.595 + ], + [ + -186.05, + 677.319 + ], + [ + -332.11, + 495.428 + ], + [ + 142.211, + 665.159 + ], + [ + 174.281, + 634.475 + ], + [ + 69.4025, + 722.685 + ], + [ + -125.222, + 645.951 + ], + [ + -167.574, + 659.227 + ], + [ + 305.047, + 512.536 + ], + [ + -97.0209, + 719.498 + ], + [ + -198.445, + 627.337 + ], + [ + 326.478, + 220.786 + ], + [ + 133.677, + 689.569 + ], + [ + -351.962, + 338.229 + ], + [ + 41.6822, + 724.812 + ], + [ + -333.883, + 470.273 + ], + [ + -69.4025, + 722.685 + ], + [ + -159.981, + 683.946 + ], + [ + 313.797, + 395.205 + ], + [ + 139.304, + -84.4902 + ], + [ + -335.238, + 446.302 + ], + [ + 328.73, + 241.532 + ], + [ + 13.9009, + 725.876 + ], + [ + -41.6822, + 724.812 + ], + [ + 333.306, + 356.629 + ], + [ + -13.9009, + 725.876 + ], + [ + 308.167, + 487.512 + ], + [ + 116.64, + 670.116 + ], + [ + -335.555, + 422.608 + ], + [ + 50.3468, + 656.047 + ], + [ + -95.6559, + -109.863 + ], + [ + -142.211, + 665.159 + ], + [ + 107.178, + 694.182 + ], + [ + 149.861, + 640.683 + ], + [ + 330.473, + 263.281 + ], + [ + 245.292, + 21.4872 + ], + [ + 313.584, + 417.474 + ], + [ + -133.677, + 689.569 + ], + [ + -50.3468, + 656.047 + ], + [ + -174.281, + 634.475 + ], + [ + -335.534, + 400.045 + ], + [ + -334.552, + 377.798 + ], + [ + -190.631, + -51.3696 + ], + [ + 310.806, + 463.648 + ], + [ + 331.001, + 285.519 + ], + [ + 90.898, + 674.091 + ], + [ + -300.798, + 537.731 + ], + [ + 80.5213, + 697.776 + ], + [ + 255.818, + 36.6551 + ], + [ + -116.64, + 670.116 + ], + [ + 312.394, + 440.005 + ], + [ + -293.448, + 565.45 + ], + [ + -107.178, + 694.182 + ], + [ + -314.614, + 162.784 + ], + [ + -312.676, + 353.094 + ], + [ + 271.509, + 553.097 + ], + [ + 265.383, + 53.0387 + ], + [ + 53.7465, + 700.348 + ], + [ + 65.0225, + 677.077 + ], + [ + 293.278, + 369.364 + ], + [ + -166.597, + -68.625 + ], + [ + -80.5213, + 697.776 + ], + [ + -90.898, + 674.091 + ], + [ + -149.861, + 640.683 + ], + [ + -309.549, + 145.137 + ], + [ + 26.893, + 701.892 + ], + [ + -53.7465, + 700.348 + ], + [ + 39.0517, + 679.07 + ], + [ + 0.0, + 702.407 + ], + [ + -26.893, + 701.892 + ], + [ + -65.0225, + 677.077 + ], + [ + 273.884, + 70.5762 + ], + [ + -305.047, + 512.536 + ], + [ + 107.954, + -97.8051 + ], + [ + 13.0236, + 680.067 + ], + [ + -39.0517, + 679.07 + ], + [ + -13.0236, + 680.067 + ], + [ + 100.398, + 650.271 + ], + [ + -303.603, + 128.141 + ], + [ + 221.775, + -4.99246 + ], + [ + 277.104, + 528.166 + ], + [ + 292.229, + 110.108 + ], + [ + 194.385, + -34.5464 + ], + [ + -319.365, + 181.385 + ], + [ + -139.304, + -84.4902 + ], + [ + -233.908, + 7.5892 + ], + [ + -308.167, + 487.512 + ], + [ + 281.224, + 89.1982 + ], + [ + -323.126, + 200.595 + ], + [ + -313.797, + 395.205 + ], + [ + 75.4279, + 653.639 + ], + [ + -100.398, + 650.271 + ], + [ + 281.563, + 503.346 + ], + [ + -326.478, + 220.786 + ], + [ + 300.956, + 186.833 + ], + [ + 172.391, + -52.3946 + ], + [ + 297.283, + 168.844 + ], + [ + -312.394, + 440.005 + ], + [ + -271.509, + 553.097 + ], + [ + -313.584, + 417.474 + ], + [ + -333.306, + 356.629 + ], + [ + -310.806, + 463.648 + ], + [ + -75.4279, + 653.639 + ], + [ + 313.689, + 374.0 + ], + [ + 292.138, + 411.474 + ], + [ + -328.73, + 241.532 + ], + [ + 241.439, + 566.869 + ], + [ + 25.1919, + 657.494 + ], + [ + 285.479, + 479.658 + ], + [ + -25.1919, + 657.494 + ], + [ + -330.473, + 263.281 + ], + [ + 0.0, + 657.976 + ], + [ + -107.954, + -97.8051 + ], + [ + 292.681, + 151.436 + ], + [ + 290.73, + 433.699 + ], + [ + -331.001, + 285.519 + ], + [ + 288.333, + 456.134 + ], + [ + -245.292, + 21.4872 + ], + [ + 304.241, + 205.748 + ], + [ + -293.278, + 369.364 + ], + [ + 147.448, + -69.3069 + ], + [ + -277.104, + 528.166 + ], + [ + 273.036, + 384.569 + ], + [ + 306.491, + 225.193 + ], + [ + 248.364, + 542.275 + ], + [ + -255.818, + 36.6551 + ], + [ + 308.259, + 245.583 + ], + [ + -265.383, + 53.0387 + ], + [ + 203.732, + 603.605 + ], + [ + -281.563, + 503.346 + ], + [ + -241.439, + 566.869 + ], + [ + 308.885, + 266.442 + ], + [ + 210.673, + 579.008 + ], + [ + -194.385, + -34.5464 + ], + [ + 254.148, + 517.73 + ], + [ + -221.775, + -4.99246 + ], + [ + -273.884, + 70.5762 + ], + [ + 118.743, + -84.3799 + ], + [ + 308.926, + 288.26 + ], + [ + 231.665, + 33.1942 + ], + [ + -285.479, + 479.658 + ], + [ + 307.718, + 310.472 + ], + [ + -172.391, + -52.3946 + ], + [ + -292.138, + 411.474 + ], + [ + -292.229, + 110.108 + ], + [ + 310.259, + 331.97 + ], + [ + 259.329, + 494.286 + ], + [ + 293.168, + 390.294 + ], + [ + -313.689, + 374.0 + ], + [ + -281.224, + 89.1982 + ], + [ + -248.364, + 542.275 + ], + [ + -203.732, + 603.605 + ], + [ + -288.333, + 456.134 + ], + [ + -290.73, + 433.699 + ], + [ + -300.956, + 186.833 + ], + [ + 218.907, + 554.821 + ], + [ + -147.448, + -69.3069 + ], + [ + 269.637, + 426.558 + ], + [ + 179.299, + 589.479 + ], + [ + 267.039, + 448.675 + ], + [ + -273.036, + 384.569 + ], + [ + -210.673, + 579.008 + ], + [ + -297.283, + 168.844 + ], + [ + 263.441, + 470.949 + ], + [ + 252.006, + 398.666 + ], + [ + 196.657, + -17.4599 + ], + [ + -254.148, + 517.73 + ], + [ + -292.681, + 151.436 + ], + [ + -304.241, + 205.748 + ], + [ + 241.456, + 48.2567 + ], + [ + 226.0, + 530.621 + ], + [ + -306.491, + 225.193 + ], + [ + -118.743, + -84.3799 + ], + [ + 133.194, + 622.981 + ], + [ + 176.608, + -35.6849 + ], + [ + -179.299, + 589.479 + ], + [ + 188.82, + 565.768 + ], + [ + 250.256, + 64.4875 + ], + [ + 211.006, + 230.213 + ], + [ + -308.259, + 245.583 + ], + [ + 147.409, + 598.251 + ], + [ + 285.463, + 209.742 + ], + [ + -218.907, + 554.821 + ], + [ + -259.329, + 494.286 + ], + [ + -308.885, + 266.442 + ], + [ + 282.558, + 333.532 + ], + [ + 232.432, + 507.489 + ], + [ + 153.942, + -53.3486 + ], + [ + -308.926, + 288.26 + ], + [ + -133.194, + 622.981 + ], + [ + 257.966, + 81.8212 + ], + [ + 220.985, + 19.3579 + ], + [ + 283.205, + 191.522 + ], + [ + -307.718, + 310.472 + ], + [ + -263.441, + 470.949 + ], + [ + -231.665, + 33.1942 + ], + [ + -267.039, + 448.675 + ], + [ + 287.262, + 228.856 + ], + [ + 279.975, + 173.808 + ], + [ + -293.168, + 390.294 + ], + [ + -269.637, + 426.558 + ], + [ + 271.802, + 405.463 + ], + [ + -147.409, + 598.251 + ], + [ + -310.259, + 331.97 + ], + [ + 115.094, + 605.299 + ], + [ + -252.006, + 398.666 + ], + [ + -226.0, + 530.621 + ], + [ + 246.359, + 440.412 + ], + [ + 264.492, + 100.185 + ], + [ + 285.496, + 311.482 + ], + [ + 242.578, + 462.358 + ], + [ + 287.989, + 248.417 + ], + [ + -188.82, + 565.768 + ], + [ + 237.79, + 484.407 + ], + [ + 230.25, + 411.615 + ], + [ + 197.201, + 541.984 + ], + [ + 158.188, + 575.085 + ], + [ + 127.872, + -69.7752 + ], + [ + 288.16, + 268.884 + ], + [ + -211.006, + 230.213 + ], + [ + -115.094, + 605.299 + ], + [ + -196.657, + -17.4599 + ], + [ + 82.448, + 610.603 + ], + [ + 269.746, + 119.5 + ], + [ + 36.5754, + 636.009 + ], + [ + 287.157, + 289.728 + ], + [ + -232.432, + 507.489 + ], + [ + -36.5754, + 636.009 + ], + [ + -158.188, + 575.085 + ], + [ + -176.608, + -35.6849 + ], + [ + 204.865, + 519.231 + ], + [ + -82.448, + 610.603 + ], + [ + 127.101, + 582.745 + ], + [ + 49.564, + 614.147 + ], + [ + 167.834, + 551.785 + ], + [ + -197.201, + 541.984 + ], + [ + -241.456, + 48.2567 + ], + [ + 16.5372, + 615.922 + ], + [ + -282.558, + 333.532 + ], + [ + -49.564, + 614.147 + ], + [ + -16.5372, + 615.922 + ], + [ + -153.942, + -53.3486 + ], + [ + -237.79, + 484.407 + ], + [ + -285.463, + 209.742 + ], + [ + -242.578, + 462.358 + ], + [ + -230.25, + 411.615 + ], + [ + -246.359, + 440.412 + ], + [ + -250.256, + 64.4875 + ], + [ + -127.101, + 582.745 + ], + [ + -271.802, + 405.463 + ], + [ + 211.454, + 496.469 + ], + [ + 197.431, + -0.240257 + ], + [ + 207.831, + 423.377 + ], + [ + 217.418, + 474.709 + ], + [ + 249.653, + 419.464 + ], + [ + 95.6477, + 588.725 + ], + [ + 222.372, + 452.997 + ], + [ + -127.872, + -69.7752 + ], + [ + 226.627, + 58.3989 + ], + [ + -167.834, + 551.785 + ], + [ + -220.985, + 19.3579 + ], + [ + 137.983, + 559.996 + ], + [ + -285.496, + 311.482 + ], + [ + -287.262, + 228.856 + ], + [ + -283.205, + 191.522 + ], + [ + -204.865, + 519.231 + ], + [ + 176.708, + 529.476 + ], + [ + -257.966, + 81.8212 + ], + [ + -279.975, + 173.808 + ], + [ + 24.3824, + 453.729 + ], + [ + 63.9187, + 593.01 + ], + [ + -287.989, + 248.417 + ], + [ + -95.6477, + 588.725 + ], + [ + 263.679, + 311.247 + ], + [ + 179.21, + -18.6487 + ], + [ + 260.325, + 332.806 + ], + [ + 255.677, + 354.56 + ], + [ + -288.16, + 268.884 + ], + [ + -63.9187, + 593.01 + ], + [ + 267.731, + 270.127 + ], + [ + 32.0055, + 595.585 + ], + [ + 268.23, + 231.373 + ], + [ + -264.492, + 100.185 + ], + [ + -287.157, + 289.728 + ], + [ + -24.3824, + 453.729 + ], + [ + -32.0055, + 595.585 + ], + [ + -3.93173e-14, + 596.445 + ], + [ + -137.983, + 559.996 + ], + [ + 107.735, + 566.594 + ], + [ + 158.715, + -36.7936 + ], + [ + 266.305, + 290.545 + ], + [ + -211.454, + 496.469 + ], + [ + -176.708, + 529.476 + ], + [ + 148.041, + 538.195 + ], + [ + 184.509, + 507.1 + ], + [ + -217.418, + 474.709 + ], + [ + -207.831, + 423.377 + ], + [ + -269.746, + 119.5 + ], + [ + 268.533, + 250.569 + ], + [ + -222.372, + 452.997 + ], + [ + 267.4, + 213.032 + ], + [ + 77.1759, + 571.558 + ], + [ + 191.632, + 485.691 + ], + [ + 184.813, + 433.919 + ], + [ + 197.743, + 464.277 + ], + [ + -107.735, + 566.594 + ], + [ + 265.562, + 195.12 + ], + [ + 135.214, + -54.1951 + ], + [ + -249.653, + 419.464 + ], + [ + 226.785, + 432.256 + ], + [ + 234.708, + 74.4442 + ], + [ + -77.1759, + 571.558 + ], + [ + 46.3947, + 574.876 + ], + [ + -148.041, + 538.195 + ], + [ + 118.948, + 545.364 + ], + [ + 157.032, + 516.271 + ], + [ + -197.431, + -0.240257 + ], + [ + -46.3947, + 574.876 + ], + [ + 15.4798, + 576.537 + ], + [ + -263.679, + 311.247 + ], + [ + -260.325, + 332.806 + ], + [ + -255.677, + 354.56 + ], + [ + 241.674, + 91.5421 + ], + [ + -184.509, + 507.1 + ], + [ + -15.4798, + 576.537 + ], + [ + -226.627, + 58.3989 + ], + [ + 217.529, + 43.4748 + ], + [ + -179.21, + -18.6487 + ], + [ + 89.5123, + 550.961 + ], + [ + -191.632, + 485.691 + ], + [ + -118.948, + 545.364 + ], + [ + 248.166, + 270.755 + ], + [ + 165.293, + 495.275 + ], + [ + -184.813, + 433.919 + ], + [ + -267.731, + 270.127 + ], + [ + -197.743, + 464.277 + ], + [ + 129.102, + 523.953 + ], + [ + -268.23, + 231.373 + ], + [ + 247.437, + 109.617 + ], + [ + -158.715, + -36.7936 + ], + [ + 172.545, + 474.219 + ], + [ + 161.263, + 443.211 + ], + [ + 245.841, + 290.191 + ], + [ + -157.032, + 516.271 + ], + [ + -266.305, + 290.545 + ], + [ + 244.248, + 194.587 + ], + [ + -89.5123, + 550.961 + ], + [ + 249.362, + 251.594 + ], + [ + 59.8185, + 554.97 + ], + [ + -226.785, + 432.256 + ], + [ + 242.826, + 310.435 + ], + [ + -135.214, + -54.1951 + ], + [ + 203.263, + 443.803 + ], + [ + 196.699, + 16.9812 + ], + [ + 251.911, + 128.586 + ], + [ + 138.479, + 503.431 + ], + [ + -268.533, + 250.569 + ], + [ + 227.236, + 373.426 + ], + [ + -59.8185, + 554.97 + ], + [ + 238.593, + 330.869 + ], + [ + 233.568, + 352.101 + ], + [ + 29.9524, + 557.38 + ], + [ + -3.67953e-14, + 558.185 + ], + [ + 146.85, + 482.795 + ], + [ + -129.102, + 523.953 + ], + [ + -29.9524, + 557.38 + ], + [ + 100.801, + 530.126 + ], + [ + -165.293, + 495.275 + ], + [ + -267.4, + 213.032 + ], + [ + -265.562, + 195.12 + ], + [ + 180.172, + -1.4419 + ], + [ + 255.015, + 148.36 + ], + [ + -161.263, + 443.211 + ], + [ + -172.545, + 474.219 + ], + [ + 137.247, + 451.226 + ], + [ + -234.708, + 74.4442 + ], + [ + 258.685, + 174.939 + ], + [ + 253.008, + 377.427 + ], + [ + -100.801, + 530.126 + ], + [ + -138.479, + 503.431 + ], + [ + 72.2087, + 534.771 + ], + [ + 111.265, + 510.136 + ], + [ + 218.857, + 82.8991 + ], + [ + 120.731, + 489.979 + ], + [ + 161.713, + -19.8272 + ], + [ + -146.85, + 482.795 + ], + [ + -248.166, + 270.755 + ], + [ + -72.2087, + 534.771 + ], + [ + 43.4086, + 537.875 + ], + [ + -203.263, + 443.803 + ], + [ + 179.156, + 454.07 + ], + [ + -241.674, + 91.5421 + ], + [ + -245.841, + 290.191 + ], + [ + -217.529, + 43.4748 + ], + [ + 14.4834, + 539.43 + ], + [ + -14.4834, + 539.43 + ], + [ + -43.4086, + 537.875 + ], + [ + 249.965, + 233.244 + ], + [ + -242.826, + 310.435 + ], + [ + -233.568, + 352.101 + ], + [ + 140.665, + -37.8573 + ], + [ + -111.265, + 510.136 + ], + [ + 112.837, + 457.941 + ], + [ + -238.593, + 330.869 + ], + [ + 83.7303, + 515.372 + ], + [ + -137.247, + 451.226 + ], + [ + 249.53, + 215.243 + ], + [ + -244.248, + 194.587 + ], + [ + -249.362, + 251.594 + ], + [ + 228.974, + 270.281 + ], + [ + 94.2646, + 495.752 + ], + [ + -120.731, + 489.979 + ], + [ + -227.236, + 373.426 + ], + [ + -247.437, + 109.617 + ], + [ + 55.9546, + 519.122 + ], + [ + -83.7303, + 515.372 + ], + [ + -196.699, + 16.9812 + ], + [ + 226.287, + 289.29 + ], + [ + 67.5266, + 500.096 + ], + [ + 225.128, + 99.7338 + ], + [ + 88.1009, + 463.336 + ], + [ + -112.837, + 457.941 + ], + [ + -251.911, + 128.586 + ], + [ + -94.2646, + 495.752 + ], + [ + 222.452, + 308.486 + ], + [ + -55.9546, + 519.122 + ], + [ + -179.156, + 454.07 + ], + [ + -253.008, + 377.427 + ], + [ + 28.0177, + 521.377 + ], + [ + 154.532, + 463.03 + ], + [ + -180.172, + -1.4419 + ], + [ + 217.868, + 328.433 + ], + [ + 212.053, + 348.475 + ], + [ + -67.5266, + 500.096 + ], + [ + -28.0177, + 521.377 + ], + [ + 40.5939, + 502.999 + ], + [ + -3.44185e-14, + 522.129 + ], + [ + -255.015, + 148.36 + ], + [ + -88.1009, + 463.336 + ], + [ + 63.1111, + 467.396 + ], + [ + -40.5939, + 502.999 + ], + [ + 13.5443, + 504.452 + ], + [ + -161.713, + -19.8272 + ], + [ + -258.685, + 174.939 + ], + [ + 205.387, + 369.249 + ], + [ + -13.5443, + 504.452 + ], + [ + -218.857, + 82.8991 + ], + [ + -140.665, + -37.8573 + ], + [ + 197.411, + 390.015 + ], + [ + 194.468, + 34.0732 + ], + [ + -63.1111, + 467.396 + ], + [ + 37.9396, + 470.109 + ], + [ + 230.178, + 117.493 + ], + [ + -228.974, + 270.281 + ], + [ + -154.532, + 463.03 + ], + [ + 129.463, + 470.655 + ], + [ + -249.965, + 233.244 + ], + [ + 211.45, + 67.0673 + ], + [ + -249.53, + 215.243 + ], + [ + -37.9396, + 470.109 + ], + [ + 12.6587, + 471.467 + ], + [ + -12.6587, + 471.467 + ], + [ + -226.287, + 289.29 + ], + [ + -222.452, + 308.486 + ], + [ + 179.485, + 15.7781 + ], + [ + -212.053, + 348.475 + ], + [ + -217.868, + 328.433 + ], + [ + -205.387, + 369.249 + ], + [ + 233.924, + 136.09 + ], + [ + -129.463, + 470.655 + ], + [ + -225.128, + 99.7338 + ], + [ + 207.19, + 287.321 + ], + [ + 104.021, + 476.924 + ], + [ + 197.708, + 324.9 + ], + [ + 162.903, + -2.63906 + ], + [ + -197.411, + 390.015 + ], + [ + 231.007, + 252.034 + ], + [ + 231.978, + 234.054 + ], + [ + 191.581, + 344.429 + ], + [ + 203.028, + 306.062 + ], + [ + 236.29, + 155.435 + ], + [ + 208.446, + 106.399 + ], + [ + 144.15, + -20.9903 + ], + [ + 166.382, + 404.228 + ], + [ + 184.221, + 363.956 + ], + [ + -104.021, + 476.924 + ], + [ + 78.279, + 481.818 + ], + [ + 175.954, + 384.147 + ], + [ + 237.207, + 175.431 + ], + [ + -194.468, + 34.0732 + ], + [ + -230.178, + 117.493 + ], + [ + -78.279, + 481.818 + ], + [ + 52.3116, + 485.325 + ], + [ + -211.45, + 67.0673 + ], + [ + 189.209, + 413.116 + ], + [ + -191.581, + 344.429 + ], + [ + -207.19, + 287.321 + ], + [ + -179.485, + 15.7781 + ], + [ + -166.382, + 404.228 + ], + [ + -52.3116, + 485.325 + ], + [ + 26.1936, + 487.432 + ], + [ + -203.028, + 306.062 + ], + [ + -197.708, + 324.9 + ], + [ + -184.221, + 363.956 + ], + [ + -26.1936, + 487.432 + ], + [ + -3.21777e-14, + 488.136 + ], + [ + 184.143, + 302.609 + ], + [ + 134.34, + 415.976 + ], + [ + -162.903, + -2.63906 + ], + [ + -175.954, + 384.147 + ], + [ + -231.978, + 234.054 + ], + [ + -231.007, + 252.034 + ], + [ + -233.924, + 136.09 + ], + [ + 212.834, + 123.82 + ], + [ + 178.532, + 320.969 + ], + [ + 190.755, + 50.9054 + ], + [ + -144.15, + -20.9903 + ], + [ + -208.446, + 106.399 + ], + [ + 145.449, + 396.704 + ], + [ + -236.29, + 155.435 + ], + [ + -189.209, + 413.116 + ], + [ + -134.34, + 415.976 + ], + [ + 155.265, + 377.219 + ], + [ + 171.758, + 339.334 + ], + [ + 213.011, + 251.439 + ], + [ + 177.157, + 32.8537 + ], + [ + 101.478, + 425.189 + ], + [ + -237.207, + 175.431 + ], + [ + 210.641, + 269.288 + ], + [ + -184.143, + 302.609 + ], + [ + -178.532, + 320.969 + ], + [ + 164.127, + 358.325 + ], + [ + -145.449, + 396.704 + ], + [ + 162.27, + 14.5786 + ], + [ + 202.82, + 89.8507 + ], + [ + 159.974, + 316.053 + ], + [ + -101.478, + 425.189 + ], + [ + 215.905, + 142.026 + ], + [ + 114.057, + 406.842 + ], + [ + -155.265, + 377.219 + ], + [ + 67.9975, + 431.809 + ], + [ + 145.62, + -3.82995 + ], + [ + -171.758, + 339.334 + ], + [ + -212.834, + 123.82 + ], + [ + -190.755, + 50.9054 + ], + [ + -67.9975, + 431.809 + ], + [ + 152.947, + 333.919 + ], + [ + 217.589, + 160.922 + ], + [ + -114.057, + 406.842 + ], + [ + 195.521, + 128.616 + ], + [ + 125.364, + 388.182 + ], + [ + 34.1027, + 435.798 + ], + [ + -213.011, + 251.439 + ], + [ + -164.127, + 358.325 + ], + [ + -159.974, + 316.053 + ], + [ + -34.1027, + 435.798 + ], + [ + -210.641, + 269.288 + ], + [ + 81.9692, + 414.5 + ], + [ + 0.0, + 437.131 + ], + [ + 217.82, + 180.41 + ], + [ + -177.157, + 32.8537 + ], + [ + 120.511, + 438.112 + ], + [ + 135.672, + 370.038 + ], + [ + 144.762, + 351.7 + ], + [ + -81.9692, + 414.5 + ], + [ + 216.539, + 200.385 + ], + [ + -125.364, + 388.182 + ], + [ + -162.27, + 14.5786 + ], + [ + 185.588, + 67.3497 + ], + [ + 49.3823, + 419.631 + ], + [ + 192.746, + 267.29 + ], + [ + -152.947, + 333.919 + ], + [ + 188.99, + 284.9 + ], + [ + 94.6975, + 396.779 + ], + [ + -202.82, + 89.8507 + ], + [ + -145.62, + -3.82995 + ], + [ + -120.511, + 438.112 + ], + [ + -215.905, + 142.026 + ], + [ + -49.3823, + 419.631 + ], + [ + 48.6946, + 451.767 + ], + [ + 16.4943, + 422.205 + ], + [ + -135.672, + 370.038 + ], + [ + -16.4943, + 422.205 + ], + [ + -48.6946, + 451.767 + ], + [ + -94.6975, + 396.779 + ], + [ + -144.762, + 351.7 + ], + [ + 106.39, + 379.494 + ], + [ + 173.208, + 49.6288 + ], + [ + -195.521, + 128.616 + ], + [ + 63.4542, + 402.958 + ], + [ + -217.589, + 160.922 + ], + [ + 197.972, + 146.413 + ], + [ + 134.83, + 327.57 + ], + [ + -217.82, + 180.41 + ], + [ + -63.4542, + 402.958 + ], + [ + 116.883, + 361.921 + ], + [ + 126.431, + 344.833 + ], + [ + 31.8241, + 406.68 + ], + [ + -106.39, + 379.494 + ], + [ + -192.746, + 267.29 + ], + [ + 159.824, + 31.6332 + ], + [ + -188.99, + 284.9 + ], + [ + 0.0, + 407.923 + ], + [ + -216.539, + 200.385 + ], + [ + -31.8241, + 406.68 + ], + [ + 76.4594, + 386.638 + ], + [ + -185.588, + 67.3497 + ], + [ + 145.054, + 13.384 + ], + [ + 166.188, + 298.776 + ], + [ + -116.883, + 361.921 + ], + [ + 191.743, + 111.55 + ], + [ + -76.4594, + 386.638 + ], + [ + -134.83, + 327.57 + ], + [ + -126.431, + 344.833 + ], + [ + 171.306, + 281.513 + ], + [ + 46.0628, + 391.424 + ], + [ + 88.2911, + 369.937 + ], + [ + 60.5824, + 306.351 + ], + [ + 199.029, + 164.846 + ], + [ + -173.208, + 49.6288 + ], + [ + 99.1432, + 353.646 + ], + [ + -197.972, + 146.413 + ], + [ + -46.0628, + 391.424 + ], + [ + 108.863, + 337.09 + ], + [ + 15.3855, + 393.825 + ], + [ + -60.5824, + 306.351 + ], + [ + 180.237, + 149.282 + ], + [ + -15.3855, + 393.825 + ], + [ + 198.63, + 183.813 + ], + [ + 179.006, + 83.2806 + ], + [ + -88.2911, + 369.937 + ], + [ + -159.824, + 31.6332 + ], + [ + 59.1615, + 375.697 + ], + [ + 192.403, + 245.973 + ], + [ + 196.722, + 203.208 + ], + [ + -99.1432, + 353.646 + ], + [ + -166.188, + 298.776 + ], + [ + -108.863, + 337.09 + ], + [ + -145.054, + 13.384 + ], + [ + -171.306, + 281.513 + ], + [ + -59.1615, + 375.697 + ], + [ + 71.2514, + 360.302 + ], + [ + 82.2335, + 344.556 + ], + [ + 193.258, + 222.923 + ], + [ + 29.6712, + 379.168 + ], + [ + 142.372, + 310.831 + ], + [ + 167.674, + 65.9498 + ], + [ + -191.743, + 111.55 + ], + [ + -29.6712, + 379.168 + ], + [ + -71.2514, + 360.302 + ], + [ + -82.2335, + 344.556 + ], + [ + 0.0, + 380.327 + ], + [ + 107.499, + 293.199 + ], + [ + -199.029, + 164.846 + ], + [ + 55.1024, + 349.921 + ], + [ + -180.237, + 149.282 + ], + [ + 42.9253, + 364.763 + ], + [ + 148.821, + 294.019 + ], + [ + -198.63, + 183.813 + ], + [ + 155.589, + 48.3341 + ], + [ + -55.1024, + 349.921 + ], + [ + 27.6354, + 353.153 + ], + [ + -179.006, + 83.2806 + ], + [ + -192.403, + 245.973 + ], + [ + 180.722, + 167.24 + ], + [ + -42.9253, + 364.763 + ], + [ + -27.6354, + 353.153 + ], + [ + -196.722, + 203.208 + ], + [ + 0.0, + 354.233 + ], + [ + -142.372, + 310.831 + ], + [ + 14.3376, + 367.0 + ], + [ + -107.499, + 293.199 + ], + [ + -14.3376, + 367.0 + ], + [ + -193.258, + 222.923 + ], + [ + 142.461, + 30.4108 + ], + [ + 117.689, + 320.99 + ], + [ + -148.821, + 294.019 + ], + [ + -167.674, + 65.9498 + ], + [ + 171.06, + 98.5767 + ], + [ + 178.354, + 131.905 + ], + [ + 162.779, + 168.147 + ], + [ + 179.751, + 185.677 + ], + [ + -117.689, + 320.99 + ], + [ + -180.722, + 167.24 + ], + [ + -155.589, + 48.3341 + ], + [ + 125.43, + 304.733 + ], + [ + 177.275, + 204.486 + ], + [ + 92.2882, + 329.194 + ], + [ + 173.251, + 223.556 + ], + [ + -142.461, + 30.4108 + ], + [ + 160.606, + 81.6675 + ], + [ + 167.646, + 242.771 + ], + [ + -125.43, + 304.733 + ], + [ + -92.2882, + 329.194 + ], + [ + -162.779, + 168.147 + ], + [ + -171.06, + 98.5767 + ], + [ + -178.354, + 131.905 + ], + [ + -179.751, + 185.677 + ], + [ + 66.3249, + 335.39 + ], + [ + 149.615, + 64.4945 + ], + [ + -177.275, + 204.486 + ], + [ + 161.292, + 186.05 + ], + [ + 101.274, + 313.59 + ], + [ + -66.3249, + 335.39 + ], + [ + -173.251, + 223.556 + ], + [ + -167.646, + 242.771 + ], + [ + 39.9574, + 339.542 + ], + [ + 137.876, + 47.0125 + ], + [ + -160.606, + 81.6675 + ], + [ + -39.9574, + 339.542 + ], + [ + 161.81, + 113.121 + ], + [ + 13.3462, + 341.625 + ], + [ + -13.3462, + 341.625 + ], + [ + 143.358, + 184.983 + ], + [ + -101.274, + 313.59 + ], + [ + 76.5006, + 320.535 + ], + [ + 158.305, + 204.27 + ], + [ + 162.813, + 150.668 + ], + [ + -161.292, + 186.05 + ], + [ + -149.615, + 64.4945 + ], + [ + 130.045, + 283.918 + ], + [ + 153.781, + 222.693 + ], + [ + 147.691, + 241.207 + ], + [ + 140.012, + 259.692 + ], + [ + -76.5006, + 320.535 + ], + [ + 152.069, + 96.6381 + ], + [ + -143.358, + 184.983 + ], + [ + -137.876, + 47.0125 + ], + [ + 51.261, + 325.526 + ], + [ + -161.81, + 113.121 + ], + [ + -130.045, + 283.918 + ], + [ + -51.261, + 325.526 + ], + [ + -158.305, + 204.27 + ], + [ + 25.7088, + 328.533 + ], + [ + -25.7088, + 328.533 + ], + [ + 0.0, + 329.538 + ], + [ + 141.968, + 79.9336 + ], + [ + -162.813, + 150.668 + ], + [ + -140.012, + 259.692 + ], + [ + -147.691, + 241.207 + ], + [ + -153.781, + 222.693 + ], + [ + 139.916, + 202.615 + ], + [ + 151.327, + 126.804 + ], + [ + -152.069, + 96.6381 + ], + [ + 122.208, + 199.589 + ], + [ + 131.363, + 62.957 + ], + [ + 134.95, + 220.398 + ], + [ + 110.69, + 273.479 + ], + [ + -139.916, + 202.615 + ], + [ + 120.349, + 255.948 + ], + [ + -141.968, + 79.9336 + ], + [ + 128.433, + 238.214 + ], + [ + -122.208, + 199.589 + ], + [ + 145.309, + 167.613 + ], + [ + 142.141, + 110.725 + ], + [ + -151.327, + 126.804 + ], + [ + -110.69, + 273.479 + ], + [ + -131.363, + 62.957 + ], + [ + -134.95, + 220.398 + ], + [ + -120.349, + 255.948 + ], + [ + -128.433, + 238.214 + ], + [ + 139.69, + 139.52 + ], + [ + 116.853, + 216.737 + ], + [ + 132.733, + 94.4788 + ], + [ + -145.309, + 167.613 + ], + [ + 36.4978, + 310.144 + ], + [ + 80.0317, + 283.969 + ], + [ + -142.141, + 110.725 + ], + [ + 99.5839, + 211.786 + ], + [ + -36.4978, + 310.144 + ], + [ + 91.5555, + 267.602 + ], + [ + 109.966, + 233.867 + ], + [ + -80.0317, + 283.969 + ], + [ + 101.535, + 250.862 + ], + [ + -116.853, + 216.737 + ], + [ + 123.015, + 78.0215 + ], + [ + -139.69, + 139.52 + ], + [ + -99.5839, + 211.786 + ], + [ + -91.5555, + 267.602 + ], + [ + 130.912, + 123.798 + ], + [ + -132.733, + 94.4788 + ], + [ + 48.4084, + 291.032 + ], + [ + 126.052, + 182.537 + ], + [ + -109.966, + 233.867 + ], + [ + -101.535, + 250.862 + ], + [ + -48.4084, + 291.032 + ], + [ + 61.6575, + 276.028 + ], + [ + 92.3808, + 228.244 + ], + [ + 16.2013, + 294.586 + ], + [ + 126.988, + 151.172 + ], + [ + -16.2013, + 294.586 + ], + [ + -123.015, + 78.0215 + ], + [ + 73.4128, + 260.483 + ], + [ + -61.6575, + 276.028 + ], + [ + 75.7584, + 221.43 + ], + [ + -130.912, + 123.798 + ], + [ + 122.013, + 107.967 + ], + [ + -126.052, + 182.537 + ], + [ + 83.6569, + 244.516 + ], + [ + -92.3808, + 228.244 + ], + [ + 31.0158, + 281.125 + ], + [ + -73.4128, + 260.483 + ], + [ + -31.0158, + 281.125 + ], + [ + -75.7584, + 221.43 + ], + [ + -126.988, + 151.172 + ], + [ + 7.06512e-14, + 282.831 + ], + [ + -83.6569, + 244.516 + ], + [ + 44.4049, + 266.963 + ], + [ + 66.7939, + 236.998 + ], + [ + 118.486, + 135.739 + ], + [ + 112.946, + 91.9952 + ], + [ + 56.3383, + 252.215 + ], + [ + -122.013, + 107.967 + ], + [ + -44.4049, + 266.963 + ], + [ + 105.274, + 195.26 + ], + [ + 51.019, + 228.402 + ], + [ + 14.8614, + 270.222 + ], + [ + 113.318, + 161.672 + ], + [ + -66.7939, + 236.998 + ], + [ + -14.8614, + 270.222 + ], + [ + -51.019, + 228.402 + ], + [ + -56.3383, + 252.215 + ], + [ + 40.4014, + 242.894 + ], + [ + 28.3401, + 256.872 + ], + [ + 25.6643, + 232.619 + ], + [ + -28.3401, + 256.872 + ], + [ + -25.6643, + 232.619 + ], + [ + -118.486, + 135.739 + ], + [ + 5.84609e-14, + 234.031 + ], + [ + 6.45561e-14, + 258.431 + ], + [ + -105.274, + 195.26 + ], + [ + -40.4014, + 242.894 + ], + [ + -112.946, + 91.9952 + ], + [ + 109.93, + 120.249 + ], + [ + 13.5215, + 245.859 + ], + [ + -113.318, + 161.672 + ], + [ + -13.5215, + 245.859 + ], + [ + 104.975, + 146.438 + ], + [ + 83.2264, + 205.627 + ], + [ + 98.7848, + 170.94 + ], + [ + -109.93, + 120.249 + ], + [ + 101.299, + 104.683 + ], + [ + -83.2264, + 205.627 + ], + [ + -104.975, + 146.438 + ], + [ + -98.7848, + 170.94 + ], + [ + 96.6164, + 131.185 + ], + [ + -101.299, + 104.683 + ], + [ + 60.175, + 213.513 + ], + [ + 83.4984, + 178.905 + ], + [ + 90.5046, + 155.797 + ], + [ + -60.175, + 213.513 + ], + [ + -83.4984, + 178.905 + ], + [ + -96.6164, + 131.185 + ], + [ + 36.3978, + 218.824 + ], + [ + -90.5046, + 155.797 + ], + [ + 88.2352, + 115.907 + ], + [ + -36.3978, + 218.824 + ], + [ + 67.5755, + 185.506 + ], + [ + 12.1816, + 221.496 + ], + [ + -12.1816, + 221.496 + ], + [ + 82.2227, + 140.654 + ], + [ + 75.2059, + 163.731 + ], + [ + -67.5755, + 185.506 + ], + [ + -88.2352, + 115.907 + ], + [ + 51.1375, + 190.693 + ], + [ + -75.2059, + 163.731 + ], + [ + -82.2227, + 140.654 + ], + [ + -51.1375, + 190.693 + ], + [ + 59.2192, + 170.168 + ], + [ + 73.9382, + 125.511 + ], + [ + 34.3098, + 194.427 + ], + [ + 66.9095, + 148.551 + ], + [ + -34.3098, + 194.427 + ], + [ + -59.2192, + 170.168 + ], + [ + 17.2205, + 196.678 + ], + [ + -17.2205, + 196.678 + ], + [ + 4.10985e-14, + 197.431 + ], + [ + -73.9382, + 125.511 + ], + [ + -66.9095, + 148.551 + ], + [ + 42.6907, + 175.047 + ], + [ + -42.6907, + 175.047 + ], + [ + 50.848, + 154.786 + ], + [ + 58.6077, + 133.361 + ], + [ + 25.7717, + 178.325 + ], + [ + -25.7717, + 178.325 + ], + [ + -50.848, + 154.786 + ], + [ + 8.61683, + 179.971 + ], + [ + -8.61683, + 179.971 + ], + [ + -58.6077, + 133.361 + ], + [ + 34.2179, + 159.29 + ], + [ + -34.2179, + 159.29 + ], + [ + 42.4578, + 139.346 + ], + [ + 17.2052, + 162.013 + ], + [ + -17.2052, + 162.013 + ], + [ + -42.4578, + 139.346 + ], + [ + -3.39154e-15, + 162.924 + ], + [ + 25.7145, + 143.383 + ], + [ + -25.7145, + 143.383 + ], + [ + 8.61162, + 145.416 + ], + [ + -8.61162, + 145.416 + ] + ], + "helio_reflectance": 0.9, + "helio_width": 12.2, + "heliostat_area_calc": 144.375, + "heliostat_spec_cost": 127.0, + "heliostats_cost_calc": 171236000.0, + "hl_ffact": 1.0, + "hot_tank_Thtr": 500.0, + "hot_tank_max_heat": 30.0, + "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location_list": "|||", + "in_location_options": 0.0, + "in_nsrdb_options": 0.0, + "in_time_step": 0.0, + "installed_per_capacity_calc": 1837.33, + "is_advanced": 0.0, + "is_dispatch": 0.0, + "is_dispatch_series": 0.0, + "is_iscc": 0.0, + "is_parallel_htr": 0.0, + "is_rec_enforce_min_startup": 0.0, + "is_rec_model_trans": 0.0, + "is_rec_startup_from_T_soln": 0.0, + "is_rec_startup_trans": 0.0, + "is_tod_pc_target_also_pc_max": 1.0, + "is_wlim_design": 0.0, + "land_area_base": 2034.29, + "land_area_base_calc": 2034.29, + "land_max": 9.5, + "land_max_abs_calc": 1845.16, + "land_max_calc": 1845.16, + "land_min": 0.75, + "land_min_abs_calc": 145.67, + "land_min_calc": 145.67, + "land_spec_cost": 10000.0, + "lat": 34.85, + "library_folder_list": "x", + "library_paths": "", + "lon": -116.78, + "m_dot_htf_rec_des_calc": 1565.64, + "m_dot_htf_rec_max_calc": 1878.77, + "mat_tube": 2.0, + "n_azi": 13.0, + "n_cav_rec_panels": 6.0, + "n_cav_rec_panels_widget": 1.0, + "n_facet_x": 2.0, + "n_facet_y": 8.0, + "n_flux_days": 8.0, + "n_hel": 9339.0, + "n_zen": 8.0, + "nameplate": 279.126, + "opt_algorithm": 1.0, + "opt_conv_tol": 0.001, + "opt_flux_penalty": 0.25, + "opt_init_step": 0.06, + "opt_max_iter": 200.0, + "p_start": 0.025, + "p_track": 0.055, + "pb_fixed_par": 0.0055, + "pb_pump_coef": 0.55, + "piping_length": 504.99, + "piping_length_const": 0.0, + "piping_length_mult": 2.6, + "piping_loss_coefficient": 2.0, + "piping_loss_tot": 792.399, + "plm_total_cost_calc": 20792900.0, + "power_block_cost_calc": 0.0, + "preheat_flux": 50.0, + "q_dot_heater_des_calc": 0.0, + "q_dot_heater_des_calc_COST": 0.0, + "q_dot_piping_loss_des_calc": 0.792399, + "q_dot_tes_est": 0.881442, + "q_pb_design": 279.126, + "rec_absorptance": 0.94, + "rec_aspect": 1.20907, + "rec_cost_exp": 0.7, + "rec_height": 20.4598, + "rec_height_calc": 20.4598, + "rec_hl_perm2": 30.0, + "rec_htf": 17.0, + "rec_qf_delay": 0.25, + "rec_ref_area": 1571.0, + "rec_ref_cost": 103000000.0, + "rec_su_delay": 0.5, + "rec_tm_mult": 1.0, + "receiver_cost_calc": 79628000.0, + "receiver_type": 0.0, + "refl_image_error_calc": 4.32749, + "riser_tm_mult": 1.0, + "sales_tax_cost_calc": 16822400.0, + "sales_tax_frac": 80.0, + "sales_tax_rate": 5.0, + "sf_adjust": 0.0, + "sf_adjust_constant": 0.0, + "sf_adjust_en_periods": 0.0, + "sf_adjust_en_timeindex": 0.0, + "sf_adjust_periods": [ + [ + 0.0 + ] + ], + "sf_adjust_timeindex": [ + 0.0 + ], + "sf_excess": 1.0, + "site_improvement_cost_calc": 21573100.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", + "solarm": 2.4, + "startup_ramp_time": 0.0, + "startup_target_Tdiff": -5.0, + "state": "-", + "station_id": "91486", + "step": 3600.0, + "storage_cost_calc": 61407700.0, + "tank_pairs": 1.0, + "tanks_in_parallel": 1.0, + "tes_avail_vol": 12986.5, + "tes_htf_density": 1808.48, + "tes_init_hot_htf_percent": 30.0, + "tes_spec_cost": 22.0, + "tes_tank_diameter": 38.7708, + "tes_vol_total": 14167.1, + "th_riser": 15.0, + "th_tube": 1.25, + "time_start": 0.0, + "time_stop": 31536000.0, + "total_direct_cost": 420559000.0, + "total_direct_cost_calc": 420559000.0, + "total_indirect_cost": 92287900.0, + "total_indirect_cost_calc": 92287900.0, + "total_installed_cost": 512847000.0, + "total_installed_cost_calc": 512847000.0, + "total_land_area": 2079.29, + "total_land_area_before_rad_cooling_calc": 2079.29, + "tower_cost_calc": 25705600.0, + "tower_exp": 0.0113, + "tower_fixed_cost": 3000000.0, + "tshours": 10.0, + "tshours_heater": 0.0, + "tshours_sf": 4.16667, + "tz": -8.0, + "u_riser": 4.0, + "u_tank": 0.4, + "ui_capital_cost_capacity": 0.0, + "ui_capital_cost_reference": 512847000.0, + "ui_cfin": 1.01249, + "ui_crf": 0.10205, + "ui_direct_subtotal": 393046000.0, + "ui_direct_subtotal_cost_calc": 393046000.0, + "ui_fcr_input_option": 1.0, + "ui_fixed_charge_rate": 1.0, + "ui_heliostat_height": 12.2, + "ui_ireal": 0.0146341, + "ui_lbl_cff_msg": "", + "ui_msg": "", + "ui_operating_cost_capacity": 8.0, + "ui_pfin": 1.02939, + "ui_receiver_height": 20.4598, + "ui_step_minutes": 60.0, + "ui_system_capacity": 279126.0, + "ui_tower_height": 194.227, + "ui_wacc": 0.00370732, + "use_specific_weather_file": 0.0, + "user_specified_weather_file": "", + "v_wind_max": 15.0, + "variable_operating_cost": 0.001, + "vel_rec_htf_des_calc": 5.94029, + "washing_frequency": 63.0, + "water_usage_per_wash": 0.7, + "weekday_schedule": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "weekend_schedule": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "wf_nrecords": 8760.0, + "wlim_series": [ + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40 + ] +} \ No newline at end of file diff --git a/deploy/runtime/defaults/MSPT IPH_None.json b/deploy/runtime/defaults/MSPT IPH_None.json new file mode 100644 index 0000000000..ae58b3b336 --- /dev/null +++ b/deploy/runtime/defaults/MSPT IPH_None.json @@ -0,0 +1,47164 @@ +{ + "A_rec_calc": 1087.68, + "A_sf_calc": 1348320.0, + "D_rec": 16.922, + "D_rec_calc": 16.922, + "E_heater_su_des_calc": 0.0, + "Flow_type": 1.0, + "I_bn_des": 950.0, + "L_tower_piping_calc": 504.99, + "N_hel_calc": 9339.0, + "N_panels": 20.0, + "Q_rec_des": 669.902, + "Q_tes": 2791.26, + "REC_COPY_Q_rec_des": 669.902, + "REC_COPY_T_htf_cold_des": 290.0, + "REC_COPY_T_htf_hot_des": 574.0, + "REC_COPY_W_dot_rec_pump_des": 8.48862, + "REC_COPY_W_dot_rec_pump_rec_share_des": 4.96244, + "REC_COPY_W_dot_rec_pump_tower_share_des": 3.52618, + "REC_COPY_eta_rec_therm_des_calc": 95.0111, + "REC_COPY_m_dot_htf_rec_des_calc": 1565.64, + "REC_COPY_solarm": 2.4, + "REC_COPY_vel_rec_tube_des": 5.94029, + "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.881442, + "TES_COPY_q_pb_design": 279.126, + "TES_COPY_tes_avail_vol": 12986.5, + "TES_COPY_tes_htf_density": 1808.48, + "TES_COPY_tes_tank_diameter": 38.7708, + "TES_COPY_tes_vol_total": 14167.1, + "TES_COPY_tshours": 10.0, + "T_htf_cold_des": 290.0, + "T_htf_hot_des": 574.0, + "W_dot_bop_design_calc": 0.0, + "W_dot_col_tracking_des_calc": 0.513645, + "W_dot_fixed_calc": 0.0, + "W_dot_heater_des_calc": 0.0, + "W_dot_rec_pump_des_calc": 8.48862, + "W_dot_rec_pump_rec_share_des_calc": 4.96244, + "W_dot_rec_pump_tower_share_des_calc": 3.52618, + "adjust": 0.0, + "adjust_constant": 0.0, + "adjust_en_periods": 0.0, + "adjust_en_timeindex": 0.0, + "adjust_periods": [ + [ + 0.0 + ] + ], + "adjust_timeindex": [ + 0.0 + ], + "annual_albedo": 0.225395, + "annual_beam": 7.66733, + "annual_diffuse": 1.24816, + "annual_global": 5.83339, + "annual_snow": "nan", + "annual_tdry": 16.9747, + "annual_wspd": 2.26213, + "aux_par": 0.023, + "aux_par_0": 0.483, + "aux_par_1": 0.571, + "aux_par_2": 0.0, + "aux_par_f": 1.0, + "average_attenuation_calc": 9.26105, + "bop_cost_calc": 33495100.0, + "bop_par": 0.0, + "bop_par_0": 0.0, + "bop_par_1": 0.483, + "bop_par_2": 0.0, + "bop_par_f": 1.0, + "bop_spec_cost": 120.0, + "c_atm_0": 0.006789, + "c_atm_1": 0.1046, + "c_atm_2": -0.017, + "c_atm_3": 0.002845, + "c_atm_info": 9.26105, + "cant_type": 1.0, + "cav_panel_width_calc": "nan", + "cav_panel_width_ui": "nan", + "cav_radius_calc": "nan", + "cav_radius_ui": "nan", + "cav_rec_area_calc": "nan", + "cav_rec_area_ui": "nan", + "cav_rec_height": 10.0, + "cav_rec_height_calc": "nan", + "cav_rec_passive_abs": 0.3, + "cav_rec_passive_eps": 0.5, + "cav_rec_span": 180.0, + "cav_rec_width": 10.0, + "cav_rec_width_calc": "nan", + "check_max_flux": 0.0, + "city": "-", + "cold_tank_Thtr": 280.0, + "cold_tank_max_heat": 15.0, + "const_per_interest1": 17949600.0, + "const_per_interest2": 0.0, + "const_per_interest3": 0.0, + "const_per_interest4": 0.0, + "const_per_interest5": 0.0, + "const_per_interest_rate1": 3.5, + "const_per_interest_rate2": 0.0, + "const_per_interest_rate3": 0.0, + "const_per_interest_rate4": 0.0, + "const_per_interest_rate5": 0.0, + "const_per_interest_total": 17949600.0, + "const_per_months1": 24.0, + "const_per_months2": 0.0, + "const_per_months3": 0.0, + "const_per_months4": 0.0, + "const_per_months5": 0.0, + "const_per_name1": "Loan 1", + "const_per_name2": "Loan 2", + "const_per_name3": "Loan 3", + "const_per_name4": "Loan 4", + "const_per_name5": "Loan 5", + "const_per_percent1": 100.0, + "const_per_percent2": 0.0, + "const_per_percent3": 0.0, + "const_per_percent4": 0.0, + "const_per_percent5": 0.0, + "const_per_percent_total": 100.0, + "const_per_principal1": 512847000.0, + "const_per_principal2": 0.0, + "const_per_principal3": 0.0, + "const_per_principal4": 0.0, + "const_per_principal5": 0.0, + "const_per_principal_total": 512847000.0, + "const_per_total1": 23078100.0, + "const_per_total2": 0.0, + "const_per_total3": 0.0, + "const_per_total4": 0.0, + "const_per_total5": 0.0, + "const_per_upfront_rate1": 1.0, + "const_per_upfront_rate2": 0.0, + "const_per_upfront_rate3": 0.0, + "const_per_upfront_rate4": 0.0, + "const_per_upfront_rate5": 0.0, + "construction_financing_cost": 23078100.0, + "contingency_cost_calc": 27513200.0, + "contingency_rate": 7.0, + "cost_sf_fixed": 0.0, + "country": "-", + "csp.pt.cost.bop": 33495100.0, + "csp.pt.cost.contingency": 27513200.0, + "csp.pt.cost.epc.fixed": 0.0, + "csp.pt.cost.epc.per_acre": 0.0, + "csp.pt.cost.epc.per_watt": 0.0, + "csp.pt.cost.epc.percent": 13.0, + "csp.pt.cost.epc.total": 54672700.0, + "csp.pt.cost.heliostats": 171236000.0, + "csp.pt.cost.heliostats_m2": 1348320.0, + "csp.pt.cost.installed_per_capacity": 1837.33, + "csp.pt.cost.nameplate": 279.126, + "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": 20792900.0, + "csp.pt.cost.power_block_mwe": 279.126, + "csp.pt.cost.receiver": 79628000.0, + "csp.pt.cost.receiver.area": 1087.68, + "csp.pt.cost.sales_tax.total": 16822400.0, + "csp.pt.cost.sales_tax.value": 5.0, + "csp.pt.cost.site_improvements": 21573100.0, + "csp.pt.cost.site_improvements_m2": 1348320.0, + "csp.pt.cost.storage": 61407700.0, + "csp.pt.cost.storage_mwht": 2791.26, + "csp.pt.cost.total_land_area": 2079.29, + "csp.pt.cost.tower": 25705600.0, + "csp.pt.par.calc.aux": 0.0, + "csp.pt.par.calc.bop": 0.0, + "csp.pt.rec.flow_pattern": 0.0, + "csp.pt.rec.htf_type": 0.0, + "csp.pt.rec.material_type": 0.0, + "csp.pt.rec.max_flow_to_rec": 1878.77, + "csp.pt.rec.max_oper_frac": 1.2, + "csp.pt.sf.fixed_land_area": 45.0, + "csp.pt.sf.heliostat_area": 144.375, + "csp.pt.sf.land_overhead_factor": 1.0, + "csp.pt.sf.total_land_area": 2079.29, + "csp.pt.sf.tower_height": 194.227, + "csp_financial_model": 8.0, + "d_tube_out": 40.0, + "delta_flux_hrs": 2.0, + "dens_mirror": 0.97, + "disp_csu_cost_rel": 87.0, + "disp_frequency": 24.0, + "disp_horizon": 48.0, + "disp_hsu_cost_rel": 0.015, + "disp_max_iter": 50000.0, + "disp_mip_gap": 0.001, + "disp_pen_ramping": 1.0, + "disp_rsu_cost_rel": 1.4, + "disp_time_weighting": 0.999, + "disp_timeout": 5.0, + "disp_wlim_maxspec": 1e38, + "dispatch_series": [ + 0.0 + ], + "dni_des": 950.0, + "dni_des_calc": 950.0, + "downc_tm_mult": 1.0, + "elev": 561.0, + "epc_total_cost_calc": 54672700.0, + "epsilon": 0.88, + "error_equiv": 4.32749, + "eta_pump": 0.85, + "eta_rec_thermal_des_calc": 0.950112, + "ext_rec_area_calc": 1087.68, + "f_rec_min": 0.25, + "f_turb_tou_periods": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "field_fl_props": [ + [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "field_model_type": 2.0, + "file_name": "daggett_ca_34.865371_-116.783023_psmv3_60_tmy.csv", + "flux_max": 1000.0, + "focus_type": 1.0, + "fossil_cost_calc": 0.0, + "h_rec_input_to_cost_model_calc": 20.4598, + "h_tank": 12.0, + "h_tank_min": 1.0, + "h_tower": 194.227, + "h_tower_calc": 194.227, + "heat_trace_power": 500.0, + "heater_cost": 0.0, + "heater_cost_calc": 0.0, + "heater_mult": 1.0, + "heater_spec_cost": 104.0, + "hel_stow_deploy": 8.0, + "helio_active_fraction": 0.95, + "helio_area_tot": 1348320.0, + "helio_height": 12.2, + "helio_optical_error_mrad": 1.53, + "helio_positions": [ + [ + -1606.0, + -157.838 + ], + [ + 988.816, + -1021.51 + ], + [ + -1168.05, + -889.559 + ], + [ + -903.557, + -1097.65 + ], + [ + -1615.95, + 586.579 + ], + [ + 1009.15, + -1001.42 + ], + [ + -558.48, + -1259.75 + ], + [ + -1059.05, + -592.566 + ], + [ + 682.088, + -1197.35 + ], + [ + 608.671, + -1236.28 + ], + [ + 1568.72, + 703.204 + ], + [ + 1445.75, + 1030.12 + ], + [ + -881.307, + -1115.59 + ], + [ + -1508.04, + -415.515 + ], + [ + -1357.37, + -672.279 + ], + [ + 1417.98, + -532.661 + ], + [ + -925.441, + -1079.26 + ], + [ + -1273.11, + 1316.36 + ], + [ + 1251.43, + -767.844 + ], + [ + -1516.08, + -385.113 + ], + [ + -1185.7, + -865.897 + ], + [ + 706.021, + -1183.39 + ], + [ + 1235.74, + -792.848 + ], + [ + -583.694, + -1248.27 + ], + [ + -1311.11, + 1278.52 + ], + [ + -1607.19, + 610.175 + ], + [ + 1029.08, + -980.934 + ], + [ + 1234.02, + 1353.07 + ], + [ + 839.066, + 270.033 + ], + [ + 1613.49, + -28.3084 + ], + [ + -1292.25, + 1297.58 + ], + [ + -1608.85, + -125.518 + ], + [ + 858.573, + 199.507 + ], + [ + -777.165, + -415.89 + ], + [ + -1651.06, + 225.765 + ], + [ + 1193.88, + 1388.63 + ], + [ + 729.67, + -1168.96 + ], + [ + -1253.7, + 1334.86 + ], + [ + 1558.25, + 726.097 + ], + [ + -946.952, + -1060.44 + ], + [ + -1503.57, + 943.73 + ], + [ + -1475.29, + 987.349 + ], + [ + -1370.61, + -644.854 + ], + [ + 1266.61, + -742.53 + ], + [ + 1214.08, + 1371.0 + ], + [ + -1383.3, + -617.169 + ], + [ + -1598.08, + 633.641 + ], + [ + 1613.73, + 4.13519 + ], + [ + -633.403, + -1223.8 + ], + [ + 193.936, + -1320.12 + ], + [ + 167.357, + -1323.76 + ], + [ + 220.437, + -1315.96 + ], + [ + 753.023, + -1154.05 + ], + [ + -1202.87, + -841.884 + ], + [ + 140.71, + -1326.85 + ], + [ + 60.4709, + -1332.92 + ], + [ + 33.6614, + -1333.87 + ], + [ + 87.2561, + -1331.44 + ], + [ + 114.006, + -1329.41 + ], + [ + -1523.52, + -354.556 + ], + [ + -657.878, + -1210.82 + ], + [ + -33.6614, + -1333.87 + ], + [ + 776.072, + -1138.68 + ], + [ + -1578.84, + 680.161 + ], + [ + -60.4709, + -1332.92 + ], + [ + 1536.32, + 771.41 + ], + [ + 504.14, + -723.044 + ], + [ + 1542.12, + -262.073 + ], + [ + -968.08, + -1041.18 + ], + [ + -87.2561, + -1331.44 + ], + [ + 325.442, + -1294.0 + ], + [ + -858.573, + 199.507 + ], + [ + -114.006, + -1329.41 + ], + [ + 1414.97, + 1072.01 + ], + [ + 1547.45, + 748.834 + ], + [ + -140.71, + -1326.85 + ], + [ + -1489.59, + 965.643 + ], + [ + -167.357, + -1323.76 + ], + [ + -608.671, + -1236.28 + ], + [ + 351.391, + -1287.19 + ], + [ + -1611.05, + -93.1483 + ], + [ + 1067.68, + -938.772 + ], + [ + -193.936, + -1320.12 + ], + [ + 1635.02, + 322.021 + ], + [ + -1460.68, + 1008.84 + ], + [ + -682.088, + -1197.35 + ], + [ + 1048.59, + -960.047 + ], + [ + -220.437, + -1315.96 + ], + [ + 1430.51, + 1051.18 + ], + [ + -1588.63, + 656.971 + ], + [ + 798.808, + -1122.85 + ], + [ + 377.198, + -1279.87 + ], + [ + 1281.29, + -716.916 + ], + [ + 402.853, + -1272.02 + ], + [ + 550.643, + 1572.82 + ], + [ + 1282.8, + 1063.68 + ], + [ + -1219.55, + -817.531 + ], + [ + -1395.42, + -589.234 + ], + [ + 1428.41, + -504.046 + ], + [ + -988.816, + -1021.51 + ], + [ + -6.83821, + -1334.28 + ], + [ + 428.344, + -1263.67 + ], + [ + 1613.32, + 36.5772 + ], + [ + 1173.42, + 1405.96 + ], + [ + -706.021, + -1183.39 + ], + [ + 246.848, + -1311.26 + ], + [ + 273.16, + -1306.03 + ], + [ + -1234.02, + 1353.07 + ], + [ + -1530.34, + -323.855 + ], + [ + -1009.15, + -1001.42 + ], + [ + 821.22, + -1106.56 + ], + [ + 299.362, + -1300.28 + ], + [ + 1399.12, + 1092.61 + ], + [ + -839.066, + 270.033 + ], + [ + 453.663, + -1254.8 + ], + [ + -1406.99, + -561.061 + ], + [ + -325.442, + -1294.0 + ], + [ + 1086.34, + -917.117 + ], + [ + 1152.71, + 1422.99 + ], + [ + -1193.88, + 1388.63 + ], + [ + -1445.75, + 1030.12 + ], + [ + 1547.08, + -231.017 + ], + [ + 1104.56, + -895.092 + ], + [ + -351.391, + -1287.19 + ], + [ + -729.67, + -1168.96 + ], + [ + -1612.59, + -60.7406 + ], + [ + -1536.54, + -293.023 + ], + [ + 658.852, + 585.546 + ], + [ + -1568.72, + 703.204 + ], + [ + 843.301, + -1089.83 + ], + [ + -1214.08, + 1371.0 + ], + [ + 1586.18, + 510.894 + ], + [ + 557.815, + -1077.75 + ], + [ + -377.198, + -1279.87 + ], + [ + 1524.87, + 793.821 + ], + [ + -246.848, + -1311.26 + ], + [ + -1029.08, + -980.934 + ], + [ + 1131.75, + 1439.71 + ], + [ + -273.16, + -1306.03 + ], + [ + 1438.25, + -475.227 + ], + [ + -658.852, + 585.546 + ], + [ + -402.853, + -1272.02 + ], + [ + 1447.51, + -446.216 + ], + [ + 528.477, + -1225.17 + ], + [ + -550.643, + 1572.82 + ], + [ + -1251.43, + -767.844 + ], + [ + 1089.11, + 1472.23 + ], + [ + -1235.74, + -792.848 + ], + [ + 1295.44, + -691.011 + ], + [ + -299.362, + -1300.28 + ], + [ + -753.023, + -1154.05 + ], + [ + 1612.26, + 69.0043 + ], + [ + -428.344, + -1263.67 + ], + [ + -1417.98, + -532.661 + ], + [ + 1122.33, + -872.705 + ], + [ + 865.041, + -1072.65 + ], + [ + 1161.45, + 351.775 + ], + [ + 553.002, + -1214.3 + ], + [ + -776.072, + -1138.68 + ], + [ + -504.14, + -723.044 + ], + [ + 1513.08, + 816.062 + ], + [ + 1110.55, + 1456.13 + ], + [ + 1456.19, + -417.025 + ], + [ + 1551.41, + -199.867 + ], + [ + -1558.25, + 726.097 + ], + [ + 886.43, + -1055.05 + ], + [ + 433.348, + -466.964 + ], + [ + 478.798, + -1245.43 + ], + [ + -453.663, + -1254.8 + ], + [ + -1613.49, + -28.3084 + ], + [ + 577.303, + -1202.94 + ], + [ + 388.724, + 791.103 + ], + [ + 503.74, + -1235.55 + ], + [ + -1414.97, + 1072.01 + ], + [ + -1173.42, + 1405.96 + ], + [ + -1266.61, + -742.53 + ], + [ + -798.808, + -1122.85 + ], + [ + 1139.65, + -849.965 + ], + [ + 1322.17, + -638.376 + ], + [ + 1309.07, + -664.828 + ], + [ + 1382.98, + 1112.98 + ], + [ + 1593.49, + 487.615 + ], + [ + 1349.8, + 1153.0 + ], + [ + -1152.71, + 1422.99 + ], + [ + -1536.32, + 771.41 + ], + [ + 907.462, + -1037.01 + ], + [ + -1430.51, + 1051.18 + ], + [ + -1282.8, + 1063.68 + ], + [ + 1500.97, + 838.128 + ], + [ + 601.37, + -1191.09 + ], + [ + -1613.73, + 4.13519 + ], + [ + 1610.55, + 101.404 + ], + [ + -1547.45, + 748.834 + ], + [ + -1067.68, + -938.772 + ], + [ + 1366.53, + 1133.11 + ], + [ + -1048.59, + -960.047 + ], + [ + 1613.37, + 417.173 + ], + [ + 1464.28, + -387.665 + ], + [ + -821.22, + -1106.56 + ], + [ + 1067.44, + 1488.02 + ], + [ + -528.477, + -1225.17 + ], + [ + 1555.12, + -168.637 + ], + [ + -1131.75, + 1439.71 + ], + [ + -1399.12, + 1092.61 + ], + [ + 1023.41, + 1518.63 + ], + [ + -1089.11, + 1472.23 + ], + [ + -1542.12, + -262.073 + ], + [ + 928.127, + -1018.56 + ], + [ + -557.815, + -1077.75 + ], + [ + -1281.29, + -716.916 + ], + [ + -1161.45, + 351.775 + ], + [ + 1156.51, + -826.881 + ], + [ + -1635.02, + 322.021 + ], + [ + 1334.74, + -611.666 + ], + [ + 1001.07, + 1533.46 + ], + [ + 648.766, + -1165.95 + ], + [ + -433.348, + -466.964 + ], + [ + -553.002, + -1214.3 + ], + [ + -478.798, + -1245.43 + ], + [ + 1488.54, + 860.015 + ], + [ + 1045.53, + 1503.49 + ], + [ + -843.301, + -1089.83 + ], + [ + -1086.34, + -917.117 + ], + [ + -1110.55, + 1456.13 + ], + [ + 1558.19, + -137.339 + ], + [ + -1428.41, + -504.046 + ], + [ + -1104.56, + -895.092 + ], + [ + -388.724, + 791.103 + ], + [ + 672.075, + -1152.67 + ], + [ + -503.74, + -1235.55 + ], + [ + 948.417, + -999.692 + ], + [ + -1613.32, + 36.5772 + ], + [ + 1608.18, + 133.762 + ], + [ + 1315.46, + 1192.02 + ], + [ + -577.303, + -1202.94 + ], + [ + 1471.78, + -358.148 + ], + [ + -1524.87, + 793.821 + ], + [ + 625.194, + -1178.76 + ], + [ + -865.041, + -1072.65 + ], + [ + 1475.79, + 881.717 + ], + [ + 1332.77, + 1172.64 + ], + [ + 695.113, + -1138.93 + ], + [ + -1547.08, + -231.017 + ], + [ + 1346.77, + -584.708 + ], + [ + 277.464, + -1263.11 + ], + [ + 226.462, + -1273.24 + ], + [ + 252.014, + -1268.43 + ], + [ + 200.819, + -1277.53 + ], + [ + -1586.18, + 510.894 + ], + [ + 45.6197, + -1292.42 + ], + [ + 71.5935, + -1291.24 + ], + [ + 302.801, + -1257.27 + ], + [ + 97.5384, + -1289.54 + ], + [ + 175.095, + -1281.31 + ], + [ + -601.37, + -1191.09 + ], + [ + 968.323, + -980.423 + ], + [ + -886.43, + -1055.05 + ], + [ + 123.444, + -1287.32 + ], + [ + 149.299, + -1284.58 + ], + [ + -19.6275, + -1293.07 + ], + [ + 1605.17, + 166.066 + ], + [ + 328.017, + -1250.93 + ], + [ + 1188.81, + -779.721 + ], + [ + -45.6197, + -1292.42 + ], + [ + -1067.44, + 1488.02 + ], + [ + -71.5935, + -1291.24 + ], + [ + -1023.41, + 1518.63 + ], + [ + -1122.33, + -872.705 + ], + [ + -1513.08, + 816.062 + ], + [ + 1601.51, + 198.303 + ], + [ + 987.838, + -960.758 + ], + [ + -1295.44, + -691.011 + ], + [ + -97.5384, + -1289.54 + ], + [ + -1438.25, + -475.227 + ], + [ + 1560.64, + -105.985 + ], + [ + 717.87, + -1124.72 + ], + [ + -1349.8, + 1153.0 + ], + [ + 978.506, + 1547.95 + ], + [ + -1001.07, + 1533.46 + ], + [ + -1382.98, + 1112.98 + ], + [ + -1447.51, + -446.216 + ], + [ + -123.444, + -1287.32 + ], + [ + 402.826, + -1228.88 + ], + [ + -149.299, + -1284.58 + ], + [ + -200.819, + -1277.53 + ], + [ + -175.095, + -1281.31 + ], + [ + -1612.26, + 69.0043 + ], + [ + -226.462, + -1273.24 + ], + [ + 1462.72, + 903.23 + ], + [ + -252.014, + -1268.43 + ], + [ + 1172.9, + -803.463 + ], + [ + -1366.53, + 1133.11 + ], + [ + 1478.68, + -328.487 + ], + [ + -1045.53, + 1503.49 + ], + [ + -907.462, + -1037.01 + ], + [ + -277.464, + -1263.11 + ], + [ + 909.59, + 1589.42 + ], + [ + 427.451, + -1220.54 + ], + [ + 1449.34, + 924.549 + ], + [ + -648.766, + -1165.95 + ], + [ + 955.737, + 1562.11 + ], + [ + -302.801, + -1257.27 + ], + [ + 1279.99, + 1230.03 + ], + [ + 1006.95, + -940.704 + ], + [ + -1456.19, + -417.025 + ], + [ + 451.902, + -1211.7 + ], + [ + 1204.25, + -755.663 + ], + [ + -1551.41, + -199.867 + ], + [ + -1500.97, + 838.128 + ], + [ + -328.017, + -1250.93 + ], + [ + -1593.49, + 487.615 + ], + [ + -1139.65, + -849.965 + ], + [ + 762.504, + -1094.95 + ], + [ + 886.221, + 1602.57 + ], + [ + 19.6275, + -1293.07 + ], + [ + 1297.86, + 1211.16 + ], + [ + -1309.07, + -664.828 + ], + [ + 476.171, + -1202.37 + ], + [ + -1322.17, + -638.376 + ], + [ + 1358.25, + -557.514 + ], + [ + 353.099, + -1244.08 + ], + [ + 932.763, + 1575.93 + ], + [ + -672.075, + -1152.67 + ], + [ + -928.127, + -1018.56 + ], + [ + 378.039, + -1236.73 + ], + [ + 500.248, + -1192.55 + ], + [ + 1597.2, + 230.46 + ], + [ + 1562.45, + -74.5878 + ], + [ + -625.194, + -1178.76 + ], + [ + 1261.84, + 1248.64 + ], + [ + 1025.66, + -920.27 + ], + [ + -1613.37, + 417.173 + ], + [ + 784.363, + -1079.4 + ], + [ + -1610.55, + 101.404 + ], + [ + -1315.46, + 1192.02 + ], + [ + -402.826, + -1228.88 + ], + [ + 740.336, + -1110.06 + ], + [ + 935.114, + -773.482 + ], + [ + -978.506, + 1547.95 + ], + [ + -1488.54, + 860.015 + ], + [ + 1219.2, + -731.3 + ], + [ + -1156.51, + -826.881 + ], + [ + -695.113, + -1138.93 + ], + [ + -1464.28, + -387.665 + ], + [ + -427.451, + -1220.54 + ], + [ + -948.417, + -999.692 + ], + [ + -1332.77, + 1172.64 + ], + [ + -909.59, + 1589.42 + ], + [ + -1555.12, + -168.637 + ], + [ + 514.038, + -1099.31 + ], + [ + -1334.74, + -611.666 + ], + [ + 805.905, + -1063.42 + ], + [ + 1043.96, + -899.463 + ], + [ + -955.737, + 1562.11 + ], + [ + 1369.18, + -530.095 + ], + [ + 1435.64, + 945.67 + ], + [ + 742.665, + -959.772 + ], + [ + 1379.56, + -502.462 + ], + [ + -451.902, + -1211.7 + ], + [ + -353.099, + -1244.08 + ], + [ + -717.87, + -1124.72 + ], + [ + 790.897, + 1651.7 + ], + [ + 862.662, + 1615.37 + ], + [ + -886.221, + 1602.57 + ], + [ + -378.039, + -1236.73 + ], + [ + -1475.79, + 881.717 + ], + [ + 1224.74, + 1285.05 + ], + [ + 1592.24, + 262.524 + ], + [ + 1563.64, + -43.1609 + ], + [ + 571.225, + -1160.23 + ], + [ + -1558.19, + -137.339 + ], + [ + 1421.64, + 966.588 + ], + [ + -476.171, + -1202.37 + ], + [ + -932.763, + 1575.93 + ], + [ + -968.323, + -980.423 + ], + [ + 1061.83, + -878.294 + ], + [ + 1484.99, + -298.693 + ], + [ + 524.122, + -1182.25 + ], + [ + 827.121, + -1047.0 + ], + [ + 766.629, + 1663.1 + ], + [ + -1608.18, + 133.762 + ], + [ + 1243.43, + 1266.98 + ], + [ + 838.919, + 1627.83 + ], + [ + -500.248, + -1192.55 + ], + [ + 1163.24, + -345.818 + ], + [ + -987.838, + -960.758 + ], + [ + -1279.99, + 1230.03 + ], + [ + 594.435, + -1148.51 + ], + [ + -1471.78, + -358.148 + ], + [ + 848.003, + -1030.16 + ], + [ + -514.038, + -1099.31 + ], + [ + 1079.27, + -856.769 + ], + [ + -1346.77, + -584.708 + ], + [ + 547.784, + -1171.48 + ], + [ + -1188.81, + -779.721 + ], + [ + 1392.73, + 1007.8 + ], + [ + 814.995, + 1639.94 + ], + [ + 617.405, + -1136.33 + ], + [ + -762.504, + -1094.95 + ], + [ + 1389.38, + -474.625 + ], + [ + -1462.72, + 903.23 + ], + [ + -1297.86, + 1211.16 + ], + [ + -1605.17, + 166.066 + ], + [ + -1449.34, + 924.549 + ], + [ + 1490.69, + -268.778 + ], + [ + 1407.34, + 987.299 + ], + [ + -1601.51, + 198.303 + ], + [ + -790.897, + 1651.7 + ], + [ + 1233.65, + -706.641 + ], + [ + -1006.95, + -940.704 + ], + [ + -1261.84, + 1248.64 + ], + [ + 868.542, + -1012.9 + ], + [ + -1172.9, + -803.463 + ], + [ + -862.662, + 1615.37 + ], + [ + 1564.19, + -11.7164 + ], + [ + 1586.64, + 294.482 + ], + [ + -1560.64, + -105.985 + ], + [ + 640.125, + -1123.68 + ], + [ + 1186.59, + 1320.36 + ], + [ + -742.665, + -959.772 + ], + [ + 1096.28, + -834.898 + ], + [ + -740.336, + -1110.06 + ], + [ + -935.114, + -773.482 + ], + [ + -784.363, + -1079.4 + ], + [ + -766.629, + 1663.1 + ], + [ + 1082.01, + -549.513 + ], + [ + 1562.22, + 580.052 + ], + [ + 260.371, + -1185.29 + ], + [ + -1204.25, + -755.663 + ], + [ + 1261.06, + -656.477 + ], + [ + -838.919, + 1627.83 + ], + [ + -1478.68, + -328.487 + ], + [ + 1205.8, + 1302.84 + ], + [ + 256.344, + -1225.63 + ], + [ + -571.225, + -1160.23 + ], + [ + -260.371, + -1185.29 + ], + [ + 888.73, + -995.237 + ], + [ + 1564.11, + 19.7327 + ], + [ + -524.122, + -1182.25 + ], + [ + 291.291, + 1640.77 + ], + [ + 1398.65, + -446.597 + ], + [ + -1025.66, + -920.27 + ], + [ + 1580.4, + 326.32 + ], + [ + 642.93, + 1714.72 + ], + [ + 1167.14, + 1337.59 + ], + [ + 742.197, + 1674.15 + ], + [ + -814.995, + 1639.94 + ], + [ + -805.905, + -1063.42 + ], + [ + -1224.74, + 1285.05 + ], + [ + 1495.79, + -238.755 + ], + [ + 1247.61, + -681.697 + ], + [ + -1358.25, + -557.514 + ], + [ + 617.755, + 1723.95 + ], + [ + -1597.2, + 230.46 + ], + [ + 684.78, + -1097.04 + ], + [ + -594.435, + -1148.51 + ], + [ + 717.606, + 1684.83 + ], + [ + -547.784, + -1171.48 + ], + [ + 1407.34, + -418.388 + ], + [ + -1562.45, + -74.5878 + ], + [ + 908.559, + -977.168 + ], + [ + -1435.64, + 945.67 + ], + [ + -1243.43, + 1266.98 + ], + [ + -1219.2, + -731.3 + ], + [ + -256.344, + -1225.63 + ], + [ + 353.977, + -1201.08 + ], + [ + 692.861, + 1695.16 + ], + [ + 1147.43, + 1354.53 + ], + [ + 1377.83, + 1028.08 + ], + [ + 1274.01, + -630.991 + ], + [ + -1043.96, + -899.463 + ], + [ + 329.759, + -1207.95 + ], + [ + -617.405, + -1136.33 + ], + [ + -827.121, + -1047.0 + ], + [ + 81.8844, + -1249.47 + ], + [ + 1494.67, + 736.844 + ], + [ + -1163.24, + -345.818 + ], + [ + 231.652, + -1230.54 + ], + [ + -1421.64, + 966.588 + ], + [ + 206.866, + -1234.95 + ], + [ + 662.586, + -1110.59 + ], + [ + 280.933, + -1220.23 + ], + [ + 181.997, + -1238.85 + ], + [ + 780.648, + -929.14 + ], + [ + -291.291, + 1640.77 + ], + [ + 56.7482, + -1250.86 + ], + [ + -642.93, + 1714.72 + ], + [ + 305.408, + -1214.34 + ], + [ + 706.696, + -1083.05 + ], + [ + 667.967, + 1705.12 + ], + [ + 157.054, + -1242.26 + ], + [ + -81.8844, + -1249.47 + ], + [ + 1128.95, + -790.152 + ], + [ + 928.021, + -958.705 + ], + [ + 1563.4, + 51.1739 + ], + [ + 132.047, + -1245.17 + ], + [ + -56.7482, + -1250.86 + ], + [ + -848.003, + -1030.16 + ], + [ + -742.197, + 1674.15 + ], + [ + 1112.84, + -812.689 + ], + [ + -617.755, + 1723.95 + ], + [ + -1369.18, + -530.095 + ], + [ + -1061.83, + -878.294 + ], + [ + 1500.29, + -208.635 + ], + [ + 378.053, + -1193.72 + ], + [ + -640.125, + -1123.68 + ], + [ + -1379.56, + -502.462 + ], + [ + 728.328, + -1068.63 + ], + [ + 106.988, + -1247.57 + ], + [ + -1392.73, + 1007.8 + ], + [ + 947.107, + -939.854 + ], + [ + -1186.59, + 1320.36 + ], + [ + 31.5891, + -1251.75 + ], + [ + 401.975, + -1185.88 + ], + [ + 1362.63, + 1048.15 + ], + [ + -181.997, + -1238.85 + ], + [ + -157.054, + -1242.26 + ], + [ + -206.866, + -1234.95 + ], + [ + -1592.24, + 262.524 + ], + [ + -717.606, + 1684.83 + ], + [ + 1525.59, + 670.5 + ], + [ + -132.047, + -1245.17 + ], + [ + -231.652, + -1230.54 + ], + [ + -31.5891, + -1251.75 + ], + [ + 1107.27, + 1387.55 + ], + [ + 1415.47, + -390.01 + ], + [ + 1286.43, + -605.251 + ], + [ + -1407.34, + 987.299 + ], + [ + -692.861, + 1695.16 + ], + [ + 449.322, + -1168.76 + ], + [ + -1079.27, + -856.769 + ], + [ + -1563.64, + -43.1609 + ], + [ + 425.735, + -1177.55 + ], + [ + -106.988, + -1247.57 + ], + [ + -353.977, + -1201.08 + ], + [ + -280.933, + -1220.23 + ], + [ + -329.759, + -1207.95 + ], + [ + 1347.14, + 1067.98 + ], + [ + -1205.8, + 1302.84 + ], + [ + 518.958, + -1139.55 + ], + [ + -868.542, + -1012.9 + ], + [ + -1484.99, + -298.693 + ], + [ + -305.408, + -1214.34 + ], + [ + 749.664, + -1053.77 + ], + [ + 592.448, + 1732.81 + ], + [ + 1144.61, + -767.296 + ], + [ + -667.967, + 1705.12 + ], + [ + -1167.14, + 1337.59 + ], + [ + 965.811, + -920.623 + ], + [ + 438.13, + 1778.11 + ], + [ + -1082.01, + -549.513 + ], + [ + 1086.84, + 1403.61 + ], + [ + 1331.36, + 1087.59 + ], + [ + 472.729, + -1159.49 + ], + [ + 1573.52, + 358.027 + ], + [ + 788.378, + -394.222 + ], + [ + 567.014, + 1741.3 + ], + [ + 1127.47, + 1371.19 + ], + [ + 1562.05, + 82.5944 + ], + [ + 412.05, + 1784.33 + ], + [ + -1389.38, + -474.625 + ], + [ + 495.944, + -1149.75 + ], + [ + 1504.18, + -178.43 + ], + [ + -1490.69, + -268.778 + ], + [ + -1233.65, + -706.641 + ], + [ + -1096.28, + -834.898 + ], + [ + -684.78, + -1097.04 + ], + [ + -378.053, + -1193.72 + ], + [ + 770.698, + -1038.48 + ], + [ + 541.459, + 1749.41 + ], + [ + 1159.81, + -744.129 + ], + [ + -888.73, + -995.237 + ], + [ + -1147.43, + 1354.53 + ], + [ + 984.124, + -901.02 + ], + [ + -1586.64, + 294.482 + ], + [ + -1562.22, + 580.052 + ], + [ + 515.787, + 1757.15 + ], + [ + -401.975, + -1185.88 + ], + [ + -438.13, + 1778.11 + ], + [ + 140.102, + -1205.44 + ], + [ + -1564.19, + -11.7164 + ], + [ + -592.448, + 1732.81 + ], + [ + -662.586, + -1110.59 + ], + [ + 541.557, + -335.503 + ], + [ + -412.05, + 1784.33 + ], + [ + -240.81, + -847.915 + ], + [ + 490.005, + 1764.52 + ], + [ + -1261.06, + -656.477 + ], + [ + -425.735, + -1177.55 + ], + [ + 1507.47, + -148.154 + ], + [ + -449.322, + -1168.76 + ], + [ + -567.014, + 1741.3 + ], + [ + -706.696, + -1083.05 + ], + [ + 791.42, + -1022.78 + ], + [ + -1377.83, + 1028.08 + ], + [ + -908.559, + -977.168 + ], + [ + 464.117, + 1771.5 + ], + [ + 541.763, + -1128.88 + ], + [ + -6.41724, + -1252.14 + ], + [ + -1580.4, + 326.32 + ], + [ + 1002.04, + -881.053 + ], + [ + -541.459, + 1749.41 + ], + [ + -1107.27, + 1387.55 + ], + [ + 1483.72, + 758.649 + ], + [ + -780.648, + -929.14 + ], + [ + -1564.11, + 19.7327 + ], + [ + 1566.0, + 389.589 + ], + [ + -515.787, + 1757.15 + ], + [ + -1247.61, + -681.697 + ], + [ + -1398.65, + -446.597 + ], + [ + 1560.07, + 113.981 + ], + [ + -518.958, + -1139.55 + ], + [ + 240.81, + -847.915 + ], + [ + -1494.67, + 736.844 + ], + [ + 1315.29, + 1106.97 + ], + [ + -728.328, + -1068.63 + ], + [ + -1495.79, + -238.755 + ], + [ + 1298.34, + -579.266 + ], + [ + -140.102, + -1205.44 + ], + [ + -490.005, + 1764.52 + ], + [ + -472.729, + -1159.49 + ], + [ + 1423.02, + -361.474 + ], + [ + 564.349, + -1117.76 + ], + [ + 1066.17, + 1419.37 + ], + [ + 811.822, + -1006.66 + ], + [ + -928.021, + -958.705 + ], + [ + 608.827, + -1094.17 + ], + [ + 1024.16, + 1449.98 + ], + [ + -464.117, + 1771.5 + ], + [ + 385.881, + 1790.17 + ], + [ + 1095.62, + 1255.63 + ], + [ + 586.706, + -1106.19 + ], + [ + 1176.2, + -298.776 + ], + [ + -1086.84, + 1403.61 + ], + [ + -495.944, + -1149.75 + ], + [ + -1362.63, + 1048.15 + ], + [ + -788.378, + -394.222 + ], + [ + -1274.01, + -630.991 + ], + [ + -1407.34, + -418.388 + ], + [ + 1019.55, + -860.73 + ], + [ + 359.629, + 1795.63 + ], + [ + 831.896, + -990.138 + ], + [ + 1320.58, + -526.604 + ], + [ + -947.107, + -939.854 + ], + [ + -1127.47, + 1371.19 + ], + [ + -749.664, + -1053.77 + ], + [ + -1128.95, + -790.152 + ], + [ + 1510.14, + -117.817 + ], + [ + 333.3, + 1800.7 + ], + [ + -1347.14, + 1067.98 + ], + [ + -541.557, + -335.503 + ], + [ + -1112.84, + -812.689 + ], + [ + 1282.31, + 1145.01 + ], + [ + 1036.65, + -840.059 + ], + [ + 1298.94, + 1126.11 + ], + [ + 1045.28, + 1434.83 + ], + [ + 1512.2, + -87.4333 + ], + [ + 1055.99, + 597.986 + ], + [ + 306.899, + 1805.39 + ], + [ + 1002.82, + 1464.82 + ], + [ + -385.881, + 1790.17 + ], + [ + 1188.78, + -696.903 + ], + [ + 1174.53, + -720.662 + ], + [ + -1525.59, + 670.5 + ], + [ + 280.433, + 1809.69 + ], + [ + 1309.73, + -553.047 + ], + [ + -1563.4, + 51.1739 + ], + [ + -1331.36, + 1087.59 + ], + [ + -359.629, + 1795.63 + ], + [ + 1557.85, + 420.993 + ], + [ + 1557.47, + 145.323 + ], + [ + 981.263, + 1479.35 + ], + [ + -333.3, + 1800.7 + ], + [ + 851.634, + -973.213 + ], + [ + 253.907, + 1813.6 + ], + [ + -1500.29, + -208.635 + ], + [ + 881.427, + 6.06294 + ], + [ + 1430.0, + -332.792 + ], + [ + -306.899, + 1805.39 + ], + [ + 227.326, + 1817.12 + ], + [ + -770.698, + -1038.48 + ], + [ + -965.811, + -920.623 + ], + [ + -541.763, + -1128.88 + ], + [ + -280.433, + 1809.69 + ], + [ + 200.697, + 1820.26 + ], + [ + 630.701, + -1081.71 + ], + [ + -1286.43, + -605.251 + ], + [ + 174.024, + 1823.0 + ], + [ + 616.735, + -629.752 + ], + [ + -253.907, + 1813.6 + ], + [ + 1053.33, + -819.048 + ], + [ + 673.677, + -1055.48 + ], + [ + -1144.61, + -767.296 + ], + [ + 147.315, + 1825.35 + ], + [ + -1415.47, + -390.01 + ], + [ + 1330.9, + -499.948 + ], + [ + -227.326, + 1817.12 + ], + [ + 120.573, + 1827.31 + ], + [ + -200.697, + 1820.26 + ], + [ + 93.8059, + 1828.88 + ], + [ + -174.024, + 1823.0 + ], + [ + 871.028, + -955.895 + ], + [ + 67.0186, + 1830.06 + ], + [ + -147.315, + 1825.35 + ], + [ + 1554.23, + 176.605 + ], + [ + 40.2169, + 1830.85 + ], + [ + -120.573, + 1827.31 + ], + [ + 13.4066, + 1831.24 + ], + [ + 1265.41, + 1163.66 + ], + [ + -93.8059, + 1828.88 + ], + [ + -67.0186, + 1830.06 + ], + [ + -13.4066, + 1831.24 + ], + [ + -40.2169, + 1830.85 + ], + [ + -1066.17, + 1419.37 + ], + [ + -564.349, + -1117.76 + ], + [ + 652.321, + -1068.81 + ], + [ + 1513.66, + -57.014 + ], + [ + 1202.55, + -672.863 + ], + [ + -1024.16, + 1449.98 + ], + [ + 1539.67, + 483.279 + ], + [ + -1573.52, + 358.027 + ], + [ + -791.42, + -1022.78 + ], + [ + -984.124, + -901.02 + ], + [ + -1055.99, + 597.986 + ], + [ + -1159.81, + -744.129 + ], + [ + 1069.58, + -797.706 + ], + [ + -608.827, + -1094.17 + ], + [ + -586.706, + -1106.19 + ], + [ + -1562.05, + 82.5944 + ], + [ + -1315.29, + 1106.97 + ], + [ + 243.152, + -383.851 + ], + [ + 1549.08, + 452.228 + ], + [ + -1504.18, + -178.43 + ], + [ + 890.069, + -938.19 + ], + [ + 1436.4, + -303.976 + ], + [ + -1045.28, + 1434.83 + ], + [ + -1002.82, + 1464.82 + ], + [ + -1095.62, + 1255.63 + ], + [ + 1215.84, + -648.551 + ], + [ + 915.356, + 1521.01 + ], + [ + -616.735, + -629.752 + ], + [ + 1340.68, + -473.09 + ], + [ + 959.498, + 1493.56 + ], + [ + -811.822, + -1006.66 + ], + [ + -243.152, + -383.851 + ], + [ + 694.76, + -1041.73 + ], + [ + -981.263, + 1479.35 + ], + [ + -1002.04, + -881.053 + ], + [ + -301.561, + -339.891 + ], + [ + 301.561, + -339.891 + ], + [ + -1483.72, + 758.649 + ], + [ + 908.751, + -920.106 + ], + [ + 1248.24, + 1182.06 + ], + [ + 1213.09, + 1218.1 + ], + [ + -1282.31, + 1145.01 + ], + [ + 401.118, + -1145.35 + ], + [ + 1442.23, + -275.037 + ], + [ + 1550.37, + 207.816 + ], + [ + -1298.94, + 1126.11 + ], + [ + 892.988, + 1534.25 + ], + [ + -1507.47, + -148.154 + ], + [ + -831.896, + -990.138 + ], + [ + 1447.46, + -245.986 + ], + [ + 1514.5, + -26.5716 + ], + [ + 937.528, + 1507.44 + ], + [ + 927.065, + -901.651 + ], + [ + -1566.0, + 389.589 + ], + [ + -1176.2, + -298.776 + ], + [ + 1085.4, + -776.042 + ], + [ + 1529.64, + 514.136 + ], + [ + 1357.16, + 967.0 + ], + [ + 24.3987, + 1666.25 + ], + [ + 715.563, + -1027.55 + ], + [ + -630.701, + -1081.71 + ], + [ + -881.427, + 6.06294 + ], + [ + -1560.07, + 113.981 + ], + [ + -1298.34, + -579.266 + ], + [ + -1019.55, + -860.73 + ], + [ + 1230.8, + 1200.21 + ], + [ + 1228.63, + -623.976 + ], + [ + -673.677, + -1055.48 + ], + [ + 756.292, + -997.951 + ], + [ + 1448.98, + 823.07 + ], + [ + 1349.92, + -446.041 + ], + [ + -1423.02, + -361.474 + ], + [ + -851.634, + -973.213 + ], + [ + -1036.65, + -840.059 + ], + [ + 945.005, + -882.831 + ], + [ + 1514.72, + 3.88149 + ], + [ + -24.3987, + 1666.25 + ], + [ + 736.076, + -1012.95 + ], + [ + -652.321, + -1068.81 + ], + [ + -1320.58, + -526.604 + ], + [ + -915.356, + 1521.01 + ], + [ + -1265.41, + 1163.66 + ], + [ + 1100.78, + -754.064 + ], + [ + -1174.53, + -720.662 + ], + [ + -1188.78, + -696.903 + ], + [ + -959.498, + 1493.56 + ], + [ + -1510.14, + -117.817 + ], + [ + 1545.88, + 238.943 + ], + [ + 1452.12, + -216.836 + ], + [ + -1512.2, + -87.4333 + ], + [ + -1557.85, + 420.993 + ], + [ + 962.562, + -863.654 + ], + [ + -871.028, + -955.895 + ], + [ + 1540.76, + 269.973 + ], + [ + 1519.0, + 544.784 + ], + [ + 801.652, + 1583.89 + ], + [ + -1309.73, + -553.047 + ], + [ + -892.988, + 1534.25 + ], + [ + -1053.33, + -819.048 + ], + [ + -1557.47, + 145.323 + ], + [ + -401.118, + -1145.35 + ], + [ + 870.429, + 1547.16 + ], + [ + 1195.13, + 1235.73 + ], + [ + -937.528, + 1507.44 + ], + [ + -694.76, + -1041.73 + ], + [ + -1430.0, + -332.792 + ], + [ + 778.376, + 1595.46 + ], + [ + 1514.34, + 34.333 + ], + [ + 776.202, + -982.545 + ], + [ + 979.731, + -844.127 + ], + [ + 847.684, + 1559.74 + ], + [ + -890.069, + -938.19 + ], + [ + -1330.9, + -499.948 + ], + [ + -1213.09, + 1218.1 + ], + [ + -1248.24, + 1182.06 + ], + [ + -1202.55, + -672.863 + ], + [ + -1539.67, + 483.279 + ], + [ + -1554.23, + 176.605 + ], + [ + -1069.58, + -797.706 + ], + [ + 1176.91, + 1253.1 + ], + [ + 67.183, + -1211.69 + ], + [ + 824.756, + 1571.98 + ], + [ + 795.799, + -966.741 + ], + [ + 164.308, + -1202.38 + ], + [ + 1456.18, + -187.599 + ], + [ + 1158.43, + 1270.2 + ], + [ + 236.489, + -1190.29 + ], + [ + 1252.72, + -574.08 + ], + [ + 1240.93, + -599.149 + ], + [ + -1513.66, + -57.014 + ], + [ + -1357.16, + 967.0 + ], + [ + -67.183, + -1211.69 + ], + [ + -715.563, + -1027.55 + ], + [ + -1549.08, + 452.228 + ], + [ + 1130.21, + -709.202 + ], + [ + 996.503, + -824.26 + ], + [ + 1535.02, + 300.894 + ], + [ + 1115.72, + -731.781 + ], + [ + -1230.8, + 1200.21 + ], + [ + -908.751, + -920.106 + ], + [ + 1139.71, + 1287.02 + ], + [ + -801.652, + 1583.89 + ], + [ + 815.073, + -950.547 + ], + [ + 1358.62, + -418.812 + ], + [ + -164.308, + -1202.38 + ], + [ + -1215.84, + -648.551 + ], + [ + 834.019, + -933.968 + ], + [ + -756.292, + -997.951 + ], + [ + -927.065, + -901.651 + ], + [ + -1436.4, + -303.976 + ], + [ + -870.429, + 1547.16 + ], + [ + 1012.87, + -804.06 + ], + [ + -778.376, + 1595.46 + ], + [ + -736.076, + -1012.95 + ], + [ + -1340.68, + -473.09 + ], + [ + 1513.34, + 64.7707 + ], + [ + 1210.76, + -82.2243 + ], + [ + 965.452, + -735.265 + ], + [ + -236.489, + -1190.29 + ], + [ + -1085.4, + -776.042 + ], + [ + 1528.66, + 331.694 + ], + [ + 1213.09, + -33.4848 + ], + [ + 424.063, + -1137.05 + ], + [ + -1529.64, + 514.136 + ], + [ + 331.347, + -1167.44 + ], + [ + -1448.98, + 823.07 + ], + [ + 1366.76, + -391.414 + ], + [ + -1550.37, + 207.816 + ], + [ + -847.684, + 1559.74 + ], + [ + 18.4183, + -1213.41 + ], + [ + 1264.01, + -548.779 + ], + [ + 1459.66, + -158.286 + ], + [ + -1442.23, + -275.037 + ], + [ + 1144.24, + -686.337 + ], + [ + 754.933, + 1606.68 + ], + [ + 659.593, + 1648.12 + ], + [ + -945.005, + -882.831 + ], + [ + -824.756, + 1571.98 + ], + [ + 1028.83, + -783.534 + ], + [ + -1447.46, + -245.986 + ], + [ + -1514.5, + -26.5716 + ], + [ + 1507.74, + 575.212 + ], + [ + -1195.13, + 1235.73 + ], + [ + 1398.32, + 906.473 + ], + [ + -1228.63, + -623.976 + ], + [ + 635.392, + 1657.6 + ], + [ + 888.802, + -881.995 + ], + [ + 852.627, + -917.012 + ], + [ + 731.328, + 1617.56 + ], + [ + 1274.79, + -523.256 + ], + [ + 355.485, + -806.586 + ], + [ + 1120.75, + 1303.57 + ], + [ + 1462.55, + -128.908 + ], + [ + -1349.92, + -446.041 + ], + [ + -1100.78, + -754.064 + ], + [ + 1082.1, + 1335.82 + ], + [ + -962.562, + -863.654 + ], + [ + -1176.91, + 1253.1 + ], + [ + -1514.72, + 3.88149 + ], + [ + 1511.74, + 95.1822 + ], + [ + -776.202, + -982.545 + ], + [ + 1184.53, + 1172.13 + ], + [ + 707.566, + 1628.1 + ], + [ + -1158.43, + 1270.2 + ], + [ + -331.347, + -1167.44 + ], + [ + 870.89, + -899.685 + ], + [ + 1374.35, + -363.857 + ], + [ + -1519.0, + 544.784 + ], + [ + 1381.39, + -336.153 + ], + [ + 1521.68, + 362.359 + ], + [ + 1157.8, + -663.194 + ], + [ + 1044.38, + -762.692 + ], + [ + -659.593, + 1648.12 + ], + [ + -1545.88, + 238.943 + ], + [ + -1139.71, + 1287.02 + ], + [ + -424.063, + -1137.05 + ], + [ + 683.653, + 1638.28 + ], + [ + 1101.54, + 1319.84 + ], + [ + -754.933, + 1606.68 + ], + [ + -1540.76, + 269.973 + ], + [ + -795.799, + -966.741 + ], + [ + -1452.12, + -216.836 + ], + [ + -635.392, + 1657.6 + ], + [ + 1495.87, + 605.408 + ], + [ + 491.833, + -1109.42 + ], + [ + -979.731, + -844.127 + ], + [ + -243.125, + 1648.6 + ], + [ + 906.354, + -863.948 + ], + [ + 1285.05, + -497.522 + ], + [ + 243.125, + 1648.6 + ], + [ + -731.328, + 1617.56 + ], + [ + 1062.43, + 1351.53 + ], + [ + -815.073, + -950.547 + ], + [ + 1464.84, + -99.479 + ], + [ + -834.019, + -933.968 + ], + [ + -707.566, + 1628.1 + ], + [ + -1514.34, + 34.333 + ], + [ + 1059.5, + -741.541 + ], + [ + -1210.76, + -82.2243 + ], + [ + -996.503, + -824.26 + ], + [ + 611.054, + 1666.72 + ], + [ + 1342.86, + 986.768 + ], + [ + 1170.9, + -639.784 + ], + [ + 1387.87, + -308.313 + ], + [ + 1483.4, + 635.359 + ], + [ + 1514.09, + 392.878 + ], + [ + 1470.32, + 665.053 + ], + [ + 462.463, + 1713.91 + ], + [ + -683.653, + 1638.28 + ], + [ + -1130.21, + -709.202 + ], + [ + -1115.72, + -731.781 + ], + [ + -1240.93, + -599.149 + ], + [ + -1252.72, + -574.08 + ], + [ + -355.485, + -806.586 + ], + [ + 586.586, + 1675.49 + ], + [ + -1456.18, + -187.599 + ], + [ + -1535.02, + 300.894 + ], + [ + 642.594, + -1029.46 + ], + [ + 923.54, + -845.552 + ], + [ + -965.452, + -735.265 + ], + [ + 437.319, + 1720.49 + ], + [ + -1012.87, + -804.06 + ], + [ + -1120.75, + 1303.57 + ], + [ + -1082.1, + 1335.82 + ], + [ + -1184.53, + 1172.13 + ], + [ + -1213.09, + -33.4848 + ], + [ + 561.992, + 1683.9 + ], + [ + 1042.52, + 1366.94 + ], + [ + 1183.53, + -616.114 + ], + [ + -1358.62, + -418.812 + ], + [ + 579.37, + -1066.32 + ], + [ + -36.5872, + 880.688 + ], + [ + 1002.05, + 1396.87 + ], + [ + -1398.32, + 906.473 + ], + [ + 1074.19, + -720.091 + ], + [ + 537.277, + 1691.95 + ], + [ + -462.463, + 1713.91 + ], + [ + 1466.55, + -70.0094 + ], + [ + -611.054, + 1666.72 + ], + [ + 1509.52, + 125.555 + ], + [ + -491.833, + -1109.42 + ], + [ + 940.352, + -826.814 + ], + [ + -852.627, + -917.012 + ], + [ + 608.014, + 638.177 + ], + [ + 956.784, + -807.742 + ], + [ + -1528.66, + 331.694 + ], + [ + 512.447, + 1699.63 + ], + [ + -1101.54, + 1319.84 + ], + [ + 663.161, + -1016.33 + ], + [ + -1513.34, + 64.7707 + ], + [ + -888.802, + -881.995 + ], + [ + -1028.83, + -783.534 + ], + [ + -437.319, + 1720.49 + ], + [ + 1393.79, + -280.349 + ], + [ + 981.227, + 1346.91 + ], + [ + -1507.74, + 575.212 + ], + [ + -586.586, + 1675.49 + ], + [ + 611.08, + -180.075 + ], + [ + 1022.4, + 1382.05 + ], + [ + -1144.24, + -686.337 + ], + [ + -1264.01, + -548.779 + ], + [ + 487.507, + 1706.95 + ], + [ + -1366.76, + -391.414 + ], + [ + 1456.66, + 694.478 + ], + [ + -561.992, + 1683.9 + ], + [ + -1062.43, + 1351.53 + ], + [ + 1088.45, + -698.35 + ], + [ + -1459.66, + -158.286 + ], + [ + 1294.79, + -471.587 + ], + [ + -870.89, + -899.685 + ], + [ + 36.5872, + 880.688 + ], + [ + 1506.69, + 155.877 + ], + [ + 113.554, + -1169.46 + ], + [ + -537.277, + 1691.95 + ], + [ + 145.877, + -1165.86 + ], + [ + 1195.68, + -592.196 + ], + [ + -512.447, + 1699.63 + ], + [ + 178.088, + -1161.38 + ], + [ + -1274.79, + -523.256 + ], + [ + 1399.14, + -252.271 + ], + [ + 210.163, + -1156.01 + ], + [ + 412.082, + 1726.71 + ], + [ + -1044.38, + -762.692 + ], + [ + -487.507, + 1706.95 + ], + [ + 1467.66, + -40.5115 + ], + [ + -113.554, + -1169.46 + ], + [ + 242.077, + -1149.75 + ], + [ + -1462.55, + -128.908 + ], + [ + 972.83, + -788.343 + ], + [ + 880.081, + 1415.08 + ], + [ + -906.354, + -863.948 + ], + [ + -1521.68, + 362.359 + ], + [ + 981.493, + 1411.4 + ], + [ + -1511.74, + 95.1822 + ], + [ + 386.757, + 1732.56 + ], + [ + -145.877, + -1165.86 + ], + [ + -1157.8, + -663.194 + ], + [ + 77.9517, + 1773.49 + ], + [ + -1495.87, + 605.408 + ], + [ + 273.805, + -1142.61 + ], + [ + 51.9771, + 1774.44 + ], + [ + 504.355, + 1588.27 + ], + [ + -981.227, + 1346.91 + ], + [ + 25.9913, + 1775.01 + ], + [ + -1042.52, + 1366.94 + ], + [ + -1374.35, + -363.857 + ], + [ + 1505.89, + 423.238 + ], + [ + 3.23346e-14, + 1775.2 + ], + [ + -77.9517, + 1773.49 + ], + [ + 361.348, + 1738.04 + ], + [ + -51.9771, + 1774.44 + ], + [ + -25.9913, + 1775.01 + ], + [ + -178.088, + -1161.38 + ], + [ + 1102.27, + -676.326 + ], + [ + -1002.05, + 1396.87 + ], + [ + -1381.39, + -336.153 + ], + [ + 880.922, + 30.4554 + ], + [ + 335.862, + 1743.14 + ], + [ + -1342.86, + 986.768 + ], + [ + -611.08, + -180.075 + ], + [ + -579.37, + -1066.32 + ], + [ + 1304.01, + -445.461 + ], + [ + 305.323, + -1134.59 + ], + [ + -642.594, + -1029.46 + ], + [ + 918.57, + 1453.13 + ], + [ + -412.082, + 1726.71 + ], + [ + -210.163, + -1156.01 + ], + [ + 310.305, + 1747.87 + ], + [ + -504.355, + 1588.27 + ], + [ + 48.6725, + -1173.95 + ], + [ + 81.1445, + -1172.15 + ], + [ + -386.757, + 1732.56 + ], + [ + 752.531, + 1486.84 + ], + [ + 1207.34, + -568.038 + ], + [ + 960.724, + 1425.61 + ], + [ + 336.608, + -1125.71 + ], + [ + 284.68, + 1752.23 + ], + [ + -16.1632, + -1174.84 + ], + [ + 1503.25, + 186.137 + ], + [ + -1285.05, + -497.522 + ], + [ + -1022.4, + 1382.05 + ], + [ + -242.077, + -1149.75 + ], + [ + 988.483, + -768.626 + ], + [ + -48.6725, + -1173.95 + ], + [ + -361.348, + 1738.04 + ], + [ + 1403.93, + -224.092 + ], + [ + -1059.5, + -741.541 + ], + [ + -1483.4, + 635.359 + ], + [ + 258.995, + 1756.21 + ], + [ + -335.862, + 1743.14 + ], + [ + -81.1445, + -1172.15 + ], + [ + -1470.32, + 665.053 + ], + [ + -608.014, + 638.177 + ], + [ + -663.161, + -1016.33 + ], + [ + 449.473, + -66.6268 + ], + [ + 233.254, + 1759.81 + ], + [ + 939.748, + 1439.53 + ], + [ + -310.305, + 1747.87 + ], + [ + -923.54, + -845.552 + ], + [ + 1468.18, + -10.9973 + ], + [ + 1320.86, + -392.679 + ], + [ + -273.805, + -1142.61 + ], + [ + 207.463, + 1763.04 + ], + [ + -1464.84, + -99.479 + ], + [ + -1170.9, + -639.784 + ], + [ + -284.68, + 1752.23 + ], + [ + -1514.09, + 392.878 + ], + [ + 181.627, + 1765.89 + ], + [ + -258.995, + 1756.21 + ], + [ + 398.379, + -1105.36 + ], + [ + 155.753, + 1768.36 + ], + [ + 899.099, + 815.067 + ], + [ + 1003.74, + -748.598 + ], + [ + -233.254, + 1759.81 + ], + [ + 129.845, + 1770.45 + ], + [ + -449.473, + -66.6268 + ], + [ + -1387.87, + -308.313 + ], + [ + 1442.4, + 723.623 + ], + [ + -305.323, + -1134.59 + ], + [ + -207.463, + 1763.04 + ], + [ + -752.531, + 1486.84 + ], + [ + 1497.07, + 453.427 + ], + [ + 103.91, + 1772.16 + ], + [ + 1312.7, + -419.155 + ], + [ + -181.627, + 1765.89 + ], + [ + -155.753, + 1768.36 + ], + [ + -129.845, + 1770.45 + ], + [ + -103.91, + 1772.16 + ], + [ + -940.352, + -826.814 + ], + [ + 428.819, + -1093.91 + ], + [ + 1218.52, + -543.651 + ], + [ + -981.493, + 1411.4 + ], + [ + -880.081, + 1415.08 + ], + [ + -1074.19, + -720.091 + ], + [ + 1468.1, + 18.5215 + ], + [ + -956.784, + -807.742 + ], + [ + -336.608, + -1125.71 + ], + [ + 723.219, + -974.508 + ], + [ + -1183.53, + -616.114 + ], + [ + 454.34, + 6.31437 + ], + [ + 1018.58, + -728.267 + ], + [ + -880.922, + 30.4554 + ], + [ + 1499.2, + 216.321 + ], + [ + 1408.15, + -195.821 + ], + [ + 458.93, + -1081.62 + ], + [ + -918.57, + 1453.13 + ], + [ + 897.196, + 1466.43 + ], + [ + 367.634, + -1115.96 + ], + [ + 1298.23, + 1044.78 + ], + [ + -1456.66, + 694.478 + ], + [ + 1328.49, + -366.045 + ], + [ + -899.099, + 815.067 + ], + [ + 1412.14, + 781.023 + ], + [ + -1509.52, + 125.555 + ], + [ + -1466.55, + -70.0094 + ], + [ + 1487.66, + 483.433 + ], + [ + -960.724, + 1425.61 + ], + [ + 1115.65, + -654.029 + ], + [ + 1128.57, + -631.468 + ], + [ + 488.69, + -1068.51 + ], + [ + -1088.45, + -698.35 + ], + [ + 1477.64, + 513.244 + ], + [ + 875.63, + 1479.41 + ], + [ + -939.748, + 1439.53 + ], + [ + -1393.79, + -280.349 + ], + [ + 1427.56, + 752.475 + ], + [ + -398.379, + -1105.36 + ], + [ + 1229.2, + -519.043 + ], + [ + -454.34, + 6.31437 + ], + [ + -1294.79, + -471.587 + ], + [ + 178.45, + -417.876 + ], + [ + 518.075, + -1054.57 + ], + [ + 1467.43, + 48.0327 + ], + [ + 1190.89, + 233.438 + ], + [ + -1506.69, + 155.877 + ], + [ + -972.83, + -788.343 + ], + [ + -1195.68, + -592.196 + ], + [ + 853.875, + 1492.07 + ], + [ + 1411.81, + -167.472 + ], + [ + -428.819, + -1093.91 + ], + [ + 1494.55, + 246.417 + ], + [ + 1141.04, + -608.651 + ], + [ + -1399.14, + -252.271 + ], + [ + 842.702, + -258.465 + ], + [ + 1335.58, + -339.262 + ], + [ + -367.634, + -1115.96 + ], + [ + 1033.02, + -707.642 + ], + [ + 1396.16, + 809.255 + ], + [ + -1467.66, + -40.5115 + ], + [ + -1102.27, + -676.326 + ], + [ + 547.063, + -1039.83 + ], + [ + 831.938, + 1504.41 + ], + [ + -1505.89, + 423.238 + ], + [ + -897.196, + 1466.43 + ], + [ + -458.93, + -1081.62 + ], + [ + 765.075, + 1539.49 + ], + [ + 1467.02, + 542.847 + ], + [ + 809.822, + 1516.43 + ], + [ + -988.483, + -768.626 + ], + [ + 869.954, + -846.105 + ], + [ + -178.45, + -417.876 + ], + [ + 1414.89, + -139.055 + ], + [ + 799.169, + -913.258 + ], + [ + -1304.01, + -445.461 + ], + [ + 1060.63, + -665.543 + ], + [ + 1047.04, + -686.731 + ], + [ + -875.63, + 1479.41 + ], + [ + 575.632, + -1024.29 + ], + [ + 62.9104, + -1136.94 + ], + [ + 31.4199, + -1138.24 + ], + [ + 94.3527, + -1134.76 + ], + [ + 125.723, + -1131.72 + ], + [ + -1207.34, + -568.038 + ], + [ + -488.69, + -1068.51 + ], + [ + -31.4199, + -1138.24 + ], + [ + 156.996, + -1127.8 + ], + [ + 1466.17, + 77.5245 + ], + [ + 787.533, + 1528.12 + ], + [ + -1503.25, + 186.137 + ], + [ + -723.219, + -974.508 + ], + [ + -62.9104, + -1136.94 + ], + [ + 1153.04, + -585.588 + ], + [ + 188.15, + -1123.03 + ], + [ + -1442.4, + 723.623 + ], + [ + -1403.93, + -224.092 + ], + [ + -94.3527, + -1134.76 + ], + [ + 1249.07, + -469.21 + ], + [ + 1489.3, + 276.414 + ], + [ + -1003.74, + -748.598 + ], + [ + 1239.39, + -494.226 + ], + [ + 1342.13, + -312.343 + ], + [ + -853.875, + 1492.07 + ], + [ + 219.159, + -1117.39 + ], + [ + -125.723, + -1131.72 + ], + [ + -1298.23, + 1044.78 + ], + [ + 697.718, + -538.647 + ], + [ + 1379.61, + 837.16 + ], + [ + 603.761, + -1007.97 + ], + [ + -1320.86, + -392.679 + ], + [ + -1468.18, + -10.9973 + ], + [ + 1234.85, + 1118.98 + ], + [ + -1497.07, + 453.427 + ], + [ + -156.996, + -1127.8 + ], + [ + -518.075, + -1054.57 + ], + [ + 852.767, + -863.423 + ], + [ + 280.65, + -1103.55 + ], + [ + -831.938, + 1504.41 + ], + [ + -765.075, + 1539.49 + ], + [ + 1455.81, + 572.23 + ], + [ + -188.15, + -1123.03 + ], + [ + 673.651, + 1581.63 + ], + [ + -1018.58, + -728.267 + ], + [ + 1417.4, + -110.582 + ], + [ + -1312.7, + -419.155 + ], + [ + -1412.14, + 781.023 + ], + [ + 742.453, + 1550.53 + ], + [ + -809.822, + 1516.43 + ], + [ + 311.085, + -1095.36 + ], + [ + -1218.52, + -543.651 + ], + [ + 1483.44, + 306.299 + ], + [ + -219.159, + -1117.39 + ], + [ + 631.426, + -990.869 + ], + [ + 1164.58, + -562.289 + ], + [ + 341.282, + -1086.33 + ], + [ + 1464.31, + 106.985 + ], + [ + -547.063, + -1039.83 + ], + [ + -1468.1, + 18.5215 + ], + [ + -1499.2, + 216.321 + ], + [ + 1476.98, + 336.061 + ], + [ + 1258.25, + -444.003 + ], + [ + -1487.66, + 483.433 + ], + [ + -787.533, + 1528.12 + ], + [ + -1427.56, + 752.475 + ], + [ + -1408.15, + -195.821 + ], + [ + 719.671, + 1561.23 + ], + [ + -1477.64, + 513.244 + ], + [ + 1348.14, + -285.297 + ], + [ + -1115.65, + -654.029 + ], + [ + -842.702, + -258.465 + ], + [ + -1128.57, + -631.468 + ], + [ + 371.217, + -1076.47 + ], + [ + 1073.8, + -644.085 + ], + [ + -1190.89, + 233.438 + ], + [ + -1328.49, + -366.045 + ], + [ + 658.608, + -973.014 + ], + [ + 250.001, + -1110.89 + ], + [ + -280.65, + -1103.55 + ], + [ + -575.632, + -1024.29 + ], + [ + 696.736, + 1571.6 + ], + [ + 1167.24, + 1189.34 + ], + [ + 400.867, + -1065.78 + ], + [ + -673.651, + 1581.63 + ], + [ + 1103.23, + -505.572 + ], + [ + -311.085, + -1095.36 + ], + [ + -1396.16, + 809.255 + ], + [ + -1229.2, + -519.043 + ], + [ + 1353.6, + -258.136 + ], + [ + -742.453, + 1550.53 + ], + [ + 1266.92, + -418.617 + ], + [ + -1033.02, + -707.642 + ], + [ + -799.169, + -913.258 + ], + [ + 430.211, + -1054.28 + ], + [ + 685.285, + -954.413 + ], + [ + -1141.04, + -608.651 + ], + [ + -1467.43, + 48.0327 + ], + [ + -869.954, + -846.105 + ], + [ + 1461.87, + 136.402 + ], + [ + -341.282, + -1086.33 + ], + [ + -603.761, + -1007.97 + ], + [ + -1494.55, + 246.417 + ], + [ + 650.421, + 1591.33 + ], + [ + 1469.92, + 365.686 + ], + [ + -250.001, + -1110.89 + ], + [ + -1411.81, + -167.472 + ], + [ + -719.671, + 1561.23 + ], + [ + -1467.02, + 542.847 + ], + [ + 1362.5, + 864.727 + ], + [ + 1444.01, + 601.382 + ], + [ + 459.225, + -1041.97 + ], + [ + 1344.84, + 891.944 + ], + [ + -1335.58, + -339.262 + ], + [ + -1234.85, + 1118.98 + ], + [ + -697.718, + -538.647 + ], + [ + 627.052, + 1600.68 + ], + [ + -371.217, + -1076.47 + ], + [ + 1086.53, + -622.367 + ], + [ + -696.736, + 1571.6 + ], + [ + -1047.04, + -686.731 + ], + [ + -1060.63, + -665.543 + ], + [ + 711.438, + -935.081 + ], + [ + 1419.33, + -82.0637 + ], + [ + -1379.61, + 837.16 + ], + [ + 487.887, + -1028.86 + ], + [ + -631.426, + -990.869 + ], + [ + 603.549, + 1609.69 + ], + [ + 1458.83, + 165.764 + ], + [ + 399.57, + -785.681 + ], + [ + 1186.25, + -515.018 + ], + [ + 1175.65, + -538.762 + ], + [ + -1414.89, + -139.055 + ], + [ + -400.867, + -1065.78 + ], + [ + 1275.08, + -393.062 + ], + [ + 1326.63, + 918.8 + ], + [ + -852.767, + -863.423 + ], + [ + -1153.04, + -585.588 + ], + [ + -650.421, + 1591.33 + ], + [ + -1466.17, + 77.5245 + ], + [ + 579.917, + 1618.35 + ], + [ + -1489.3, + 276.414 + ], + [ + 516.175, + -1014.96 + ], + [ + 1462.28, + 395.164 + ], + [ + -399.57, + -785.681 + ], + [ + -1239.39, + -494.226 + ], + [ + -1249.07, + -469.21 + ], + [ + -1455.81, + 572.23 + ], + [ + -430.211, + -1054.28 + ], + [ + -658.608, + -973.014 + ], + [ + 1098.82, + -600.398 + ], + [ + -627.052, + 1600.68 + ], + [ + 1431.63, + 630.292 + ], + [ + -1342.13, + -312.343 + ], + [ + 737.045, + -915.033 + ], + [ + 556.16, + 1626.67 + ], + [ + -1167.24, + 1189.34 + ], + [ + 1196.36, + -491.065 + ], + [ + 1282.73, + -367.348 + ], + [ + 544.068, + -1000.29 + ], + [ + -603.549, + 1609.69 + ], + [ + 45.6669, + -1101.45 + ], + [ + 76.1337, + -1099.77 + ], + [ + 532.283, + 1634.64 + ], + [ + -459.225, + -1041.97 + ], + [ + 106.542, + -1097.24 + ], + [ + 1420.7, + -53.5125 + ], + [ + -15.1651, + -1102.3 + ], + [ + 136.869, + -1093.87 + ], + [ + 484.194, + 1649.52 + ], + [ + 1358.52, + -230.871 + ], + [ + -45.6669, + -1101.45 + ], + [ + 1455.2, + 195.059 + ], + [ + -1483.44, + 306.299 + ], + [ + 167.091, + -1089.66 + ], + [ + 1110.68, + 488.989 + ], + [ + -1417.4, + -110.582 + ], + [ + -76.1337, + -1099.77 + ], + [ + -1164.58, + -562.289 + ], + [ + -579.917, + 1618.35 + ], + [ + 508.293, + 1642.26 + ], + [ + 762.087, + -894.284 + ], + [ + 197.185, + -1084.62 + ], + [ + -1476.98, + 336.061 + ], + [ + -685.285, + -954.413 + ], + [ + 641.762, + 1537.9 + ], + [ + -106.542, + -1097.24 + ], + [ + 571.544, + -984.848 + ], + [ + -1464.31, + 106.985 + ], + [ + 227.128, + -1078.75 + ], + [ + -1258.25, + -444.003 + ], + [ + 919.375, + -792.125 + ], + [ + -1073.8, + -644.085 + ], + [ + -136.869, + -1093.87 + ], + [ + -556.16, + 1626.67 + ], + [ + -487.887, + -1028.86 + ], + [ + 1110.67, + -578.185 + ], + [ + 435.689, + 1662.99 + ], + [ + 1113.89, + 1239.45 + ], + [ + -1103.23, + -505.572 + ], + [ + 256.897, + -1072.05 + ], + [ + 1454.04, + 424.482 + ], + [ + 344.049, + 296.809 + ], + [ + 459.991, + 1656.43 + ], + [ + 1205.99, + -466.914 + ], + [ + -1348.14, + -285.297 + ], + [ + -167.091, + -1089.66 + ], + [ + 1418.67, + 658.946 + ], + [ + -532.283, + 1634.64 + ], + [ + -484.194, + 1649.52 + ], + [ + 1034.37, + -634.661 + ], + [ + 1289.85, + -341.486 + ], + [ + 1405.13, + 687.334 + ], + [ + 286.469, + -1064.53 + ], + [ + -197.185, + -1084.62 + ], + [ + -1344.84, + 891.944 + ], + [ + -1362.5, + 864.727 + ], + [ + 598.582, + -968.652 + ], + [ + -344.049, + 296.809 + ], + [ + -508.293, + 1642.26 + ], + [ + 786.546, + -872.85 + ], + [ + 759.27, + 447.727 + ], + [ + 1421.48, + -24.9398 + ], + [ + -516.175, + -1014.96 + ], + [ + 411.294, + 1669.19 + ], + [ + -711.438, + -935.081 + ], + [ + 315.822, + -1056.19 + ], + [ + 1362.89, + -203.512 + ], + [ + -227.128, + -1078.75 + ], + [ + 1288.62, + 971.389 + ], + [ + 1307.89, + 945.285 + ], + [ + -435.689, + 1662.99 + ], + [ + 1450.99, + 224.276 + ], + [ + 386.811, + 1675.04 + ], + [ + -1444.01, + 601.382 + ], + [ + -459.991, + 1656.43 + ], + [ + 138.291, + 1713.55 + ], + [ + -1353.6, + -258.136 + ], + [ + 344.932, + -1047.05 + ], + [ + 1445.21, + 453.629 + ], + [ + -1469.92, + 365.686 + ], + [ + -1266.92, + -418.617 + ], + [ + -256.897, + -1072.05 + ], + [ + 362.245, + 1680.52 + ], + [ + -641.762, + 1537.9 + ], + [ + 1199.31, + 185.375 + ], + [ + -1461.87, + 136.402 + ], + [ + -138.291, + 1713.55 + ], + [ + -1326.63, + 918.8 + ], + [ + -544.068, + -1000.29 + ], + [ + 1122.07, + -555.739 + ], + [ + 625.161, + -951.714 + ], + [ + 373.779, + -1037.1 + ], + [ + 337.601, + 1685.64 + ], + [ + 1215.13, + -442.574 + ], + [ + -1086.53, + -622.367 + ], + [ + -411.294, + 1669.19 + ], + [ + -286.469, + -1064.53 + ], + [ + 1421.7, + 3.64311 + ], + [ + 312.884, + 1690.41 + ], + [ + 810.402, + -850.746 + ], + [ + -386.811, + 1675.04 + ], + [ + -737.045, + -915.033 + ], + [ + -759.27, + 447.727 + ], + [ + 1391.03, + 715.444 + ], + [ + 288.101, + 1694.81 + ], + [ + 402.339, + -1026.36 + ], + [ + -362.245, + 1680.52 + ], + [ + 263.256, + 1698.84 + ], + [ + 37.7535, + 1718.7 + ], + [ + -315.822, + -1056.19 + ], + [ + 1268.83, + 997.099 + ], + [ + -37.7535, + 1718.7 + ], + [ + -1175.65, + -538.762 + ], + [ + 651.262, + -934.048 + ], + [ + -337.601, + 1685.64 + ], + [ + -1186.25, + -515.018 + ], + [ + 1366.7, + -176.072 + ], + [ + -1458.83, + 165.764 + ], + [ + -1419.33, + -82.0637 + ], + [ + -571.544, + -984.848 + ], + [ + 238.355, + 1702.51 + ], + [ + -312.884, + 1690.41 + ], + [ + 430.59, + -1014.83 + ], + [ + 163.365, + 1711.34 + ], + [ + -288.101, + 1694.81 + ], + [ + 213.402, + 1705.82 + ], + [ + 1446.18, + 253.401 + ], + [ + 62.9136, + 1717.97 + ], + [ + -1431.63, + 630.292 + ], + [ + -1113.89, + 1239.45 + ], + [ + -1275.08, + -393.062 + ], + [ + 980.039, + -715.706 + ], + [ + -263.256, + 1698.84 + ], + [ + 188.404, + 1708.76 + ], + [ + -344.932, + -1047.05 + ], + [ + -62.9136, + 1717.97 + ], + [ + -1462.28, + 395.164 + ], + [ + -762.087, + -894.284 + ], + [ + 833.637, + -827.991 + ], + [ + -238.355, + 1702.51 + ], + [ + -163.365, + 1711.34 + ], + [ + -1098.82, + -600.398 + ], + [ + 1133.01, + -533.069 + ], + [ + 1039.43, + 1302.53 + ], + [ + 113.188, + 1715.39 + ], + [ + 1223.79, + -418.055 + ], + [ + -213.402, + 1705.82 + ], + [ + 458.512, + -1002.52 + ], + [ + -1110.68, + 488.989 + ], + [ + -453.002, + 756.135 + ], + [ + 453.002, + 756.135 + ], + [ + -188.404, + 1708.76 + ], + [ + -113.188, + 1715.39 + ], + [ + 1296.46, + -315.485 + ], + [ + 88.0601, + 1716.86 + ], + [ + -1196.36, + -491.065 + ], + [ + 1421.34, + 32.2245 + ], + [ + 676.864, + -915.665 + ], + [ + -373.779, + -1037.1 + ], + [ + -598.582, + -968.652 + ], + [ + 636.951, + -11.7838 + ], + [ + -88.0601, + 1716.86 + ], + [ + 12.5854, + 1719.07 + ], + [ + -12.5854, + 1719.07 + ], + [ + 698.404, + 992.443 + ], + [ + -1282.73, + -367.348 + ], + [ + 1248.53, + 1022.41 + ], + [ + -919.375, + -792.125 + ], + [ + 486.083, + -989.449 + ], + [ + 528.314, + -355.991 + ], + [ + 1143.5, + -510.183 + ], + [ + 1369.97, + -148.559 + ], + [ + -1420.7, + -53.5125 + ], + [ + -1455.2, + 195.059 + ], + [ + -402.339, + -1026.36 + ], + [ + -1358.52, + -230.871 + ], + [ + -698.404, + 992.443 + ], + [ + -786.546, + -872.85 + ], + [ + -1288.62, + 971.389 + ], + [ + -1199.31, + 185.375 + ], + [ + 856.234, + -804.602 + ], + [ + -1418.67, + 658.946 + ], + [ + 1435.8, + 482.592 + ], + [ + 117.952, + -1061.77 + ], + [ + 88.521, + -1064.63 + ], + [ + -1405.13, + 687.334 + ], + [ + -1307.89, + 945.285 + ], + [ + 59.0221, + -1066.67 + ], + [ + -1110.67, + -578.185 + ], + [ + 29.478, + -1067.89 + ], + [ + 701.947, + -896.581 + ], + [ + 147.293, + -1058.1 + ], + [ + 1153.53, + -487.09 + ], + [ + -625.161, + -951.714 + ], + [ + -1034.37, + -634.661 + ], + [ + -1454.04, + 424.482 + ], + [ + 513.281, + -975.617 + ], + [ + 176.521, + -1053.61 + ], + [ + -29.478, + -1067.89 + ], + [ + 1376.37, + 743.265 + ], + [ + 1231.94, + -393.368 + ], + [ + -430.59, + -1014.83 + ], + [ + -59.0221, + -1066.67 + ], + [ + 1227.73, + 1047.3 + ], + [ + -88.521, + -1064.63 + ], + [ + 1302.54, + -289.357 + ], + [ + -1205.99, + -466.914 + ], + [ + -117.952, + -1061.77 + ], + [ + 1420.4, + 60.7929 + ], + [ + 234.549, + -1042.23 + ], + [ + 1372.68, + -120.987 + ], + [ + -147.293, + -1058.1 + ], + [ + -636.951, + -11.7838 + ], + [ + -1289.85, + -341.486 + ], + [ + 263.304, + -1035.34 + ], + [ + 540.086, + -961.037 + ], + [ + 726.492, + -876.81 + ], + [ + -651.262, + -934.048 + ], + [ + -458.512, + -1002.52 + ], + [ + -1039.43, + 1302.53 + ], + [ + -176.521, + -1053.61 + ], + [ + -810.402, + -850.746 + ], + [ + 291.858, + -1027.66 + ], + [ + -1445.21, + 453.629 + ], + [ + -1421.48, + -24.9398 + ], + [ + -1268.83, + 997.099 + ], + [ + 878.174, + -780.596 + ], + [ + -1450.99, + 224.276 + ], + [ + -1362.89, + -203.512 + ], + [ + 1440.8, + 282.424 + ], + [ + 320.188, + -1019.19 + ], + [ + 1021.4, + -655.328 + ], + [ + -1391.03, + 715.444 + ], + [ + -528.314, + -355.991 + ], + [ + -2.99528e-14, + 454.384 + ], + [ + -1122.07, + -555.739 + ], + [ + 1425.8, + 511.36 + ], + [ + 566.477, + -945.722 + ], + [ + 961.401, + 1361.13 + ], + [ + 1206.42, + 1071.77 + ], + [ + -234.549, + -1042.23 + ], + [ + 1415.23, + 539.921 + ], + [ + 1361.14, + 770.786 + ], + [ + -486.083, + -989.449 + ], + [ + 1345.37, + 797.995 + ], + [ + 348.273, + -1009.94 + ], + [ + 1308.09, + -263.112 + ], + [ + 205.613, + -1048.33 + ], + [ + -1215.13, + -442.574 + ], + [ + 750.481, + -856.368 + ], + [ + -676.864, + -915.665 + ], + [ + -263.304, + -1035.34 + ], + [ + 1418.89, + 89.3367 + ], + [ + -1421.7, + 3.64311 + ], + [ + -833.637, + -827.991 + ], + [ + 1374.83, + -93.3663 + ], + [ + 900.705, + 1402.04 + ], + [ + 415.151, + -483.213 + ], + [ + 1416.81, + 117.844 + ], + [ + 376.091, + -999.909 + ], + [ + 1163.09, + -463.801 + ], + [ + 899.442, + -755.993 + ], + [ + 1434.83, + 311.333 + ], + [ + -980.039, + -715.706 + ], + [ + -291.858, + -1027.66 + ], + [ + -1248.53, + 1022.41 + ], + [ + 592.435, + -929.681 + ], + [ + -513.281, + -975.617 + ], + [ + 1239.6, + -368.521 + ], + [ + 603.737, + -203.339 + ], + [ + -1446.18, + 253.401 + ], + [ + -1366.7, + -176.072 + ], + [ + 976.358, + 720.72 + ], + [ + 726.453, + -499.216 + ], + [ + 403.621, + -989.117 + ], + [ + -205.613, + -1048.33 + ], + [ + 1184.63, + 1095.81 + ], + [ + -320.188, + -1019.19 + ], + [ + 1313.12, + -236.761 + ], + [ + -1133.01, + -533.069 + ], + [ + 1317.61, + -210.314 + ], + [ + 773.894, + -835.269 + ], + [ + -701.947, + -896.581 + ], + [ + 193.525, + -859.941 + ], + [ + 1329.06, + 824.881 + ], + [ + 920.021, + -730.81 + ], + [ + 617.938, + -912.929 + ], + [ + -415.151, + -483.213 + ], + [ + -540.086, + -961.037 + ], + [ + -1227.73, + 1047.3 + ], + [ + 1404.09, + 568.264 + ], + [ + -1223.79, + -418.055 + ], + [ + 1414.16, + 146.304 + ], + [ + 430.841, + -977.568 + ], + [ + -856.234, + -804.602 + ], + [ + -348.273, + -1009.94 + ], + [ + 1172.18, + -440.324 + ], + [ + -1296.46, + -315.485 + ], + [ + -1421.34, + 32.2245 + ], + [ + 1376.43, + -65.7075 + ], + [ + -961.401, + 1361.13 + ], + [ + -1376.37, + 743.265 + ], + [ + -1143.5, + -510.183 + ], + [ + 1428.28, + 340.117 + ], + [ + 457.732, + -965.269 + ], + [ + -12.6275, + -454.208 + ], + [ + -1435.8, + 482.592 + ], + [ + 1246.76, + -343.525 + ], + [ + -726.492, + -876.81 + ], + [ + -376.091, + -999.909 + ], + [ + 642.968, + -895.477 + ], + [ + 1162.36, + 1119.4 + ], + [ + -566.477, + -945.722 + ], + [ + 1253.42, + -318.391 + ], + [ + -900.705, + 1402.04 + ], + [ + 42.8416, + -1033.31 + ], + [ + 796.715, + -813.531 + ], + [ + -1369.97, + -148.559 + ], + [ + 71.4236, + -1031.73 + ], + [ + 1392.39, + 596.378 + ], + [ + 99.9508, + -1029.36 + ], + [ + -1153.53, + -487.09 + ], + [ + 128.401, + -1026.2 + ], + [ + 817.094, + 1452.36 + ], + [ + -1206.42, + 1071.77 + ], + [ + -42.8416, + -1033.31 + ], + [ + 1321.58, + -183.782 + ], + [ + 156.754, + -1022.25 + ], + [ + -71.4236, + -1031.73 + ], + [ + -14.2269, + -1034.1 + ], + [ + 484.272, + -952.231 + ], + [ + 386.832, + 1620.91 + ], + [ + -1231.94, + -393.368 + ], + [ + 184.986, + -1017.52 + ], + [ + 939.894, + -705.067 + ], + [ + -403.621, + -989.117 + ], + [ + -99.9508, + -1029.36 + ], + [ + -878.174, + -780.596 + ], + [ + 1410.93, + 174.705 + ], + [ + 213.076, + -1012.01 + ], + [ + 1180.79, + -416.67 + ], + [ + 1139.62, + 1142.55 + ], + [ + 352.164, + -287.133 + ], + [ + -1302.54, + -289.357 + ], + [ + -603.737, + -203.339 + ], + [ + 241.003, + -1005.73 + ], + [ + -128.401, + -1026.2 + ], + [ + -592.435, + -929.681 + ], + [ + 667.505, + -877.339 + ], + [ + -1420.4, + 60.7929 + ], + [ + -193.525, + -859.941 + ], + [ + 1377.47, + -38.0222 + ], + [ + -750.481, + -856.368 + ], + [ + -1372.68, + -120.987 + ], + [ + -1361.14, + 770.786 + ], + [ + -1345.37, + 797.995 + ], + [ + 268.746, + -998.67 + ], + [ + 818.926, + -791.169 + ], + [ + 510.44, + -938.463 + ], + [ + -156.754, + -1022.25 + ], + [ + -430.841, + -977.568 + ], + [ + -726.453, + -499.216 + ], + [ + -1021.4, + -655.328 + ], + [ + 1421.15, + 368.762 + ], + [ + -1425.8, + 511.36 + ], + [ + -1440.8, + 282.424 + ], + [ + 296.283, + -990.849 + ], + [ + 1259.56, + -293.127 + ], + [ + -1184.63, + 1095.81 + ], + [ + -352.164, + -287.133 + ], + [ + -1415.23, + 539.921 + ], + [ + -386.832, + 1620.91 + ], + [ + -184.986, + -1017.52 + ], + [ + 1413.45, + 397.259 + ], + [ + 1380.11, + 624.25 + ], + [ + -213.076, + -1012.01 + ], + [ + 1325.0, + -157.175 + ], + [ + -899.442, + -755.993 + ], + [ + 323.592, + -982.27 + ], + [ + -617.938, + -912.929 + ], + [ + 1188.93, + -392.847 + ], + [ + -976.358, + 720.72 + ], + [ + 1312.21, + 851.434 + ], + [ + 691.531, + -858.528 + ], + [ + 536.218, + -923.977 + ], + [ + -457.732, + -965.269 + ], + [ + -241.003, + -1005.73 + ], + [ + -817.094, + 1452.36 + ], + [ + 1148.4, + -392.301 + ], + [ + 959.048, + -678.784 + ], + [ + 771.37, + 426.542 + ], + [ + 1407.13, + 203.036 + ], + [ + -773.894, + -835.269 + ], + [ + 350.654, + -972.938 + ], + [ + -1308.09, + -263.112 + ], + [ + -268.746, + -998.67 + ], + [ + 840.509, + -768.201 + ], + [ + -1418.89, + 89.3367 + ], + [ + -1163.09, + -463.801 + ], + [ + -1329.06, + 824.881 + ], + [ + -1434.83, + 311.333 + ], + [ + 1377.96, + -10.3215 + ], + [ + -1374.83, + -93.3663 + ], + [ + -1416.81, + 117.844 + ], + [ + 1070.74, + -571.155 + ], + [ + -1162.36, + 1119.4 + ], + [ + -484.272, + -952.231 + ], + [ + 561.585, + -908.782 + ], + [ + 377.447, + -962.86 + ], + [ + 1276.92, + 903.497 + ], + [ + -642.968, + -895.477 + ], + [ + 715.027, + -839.06 + ], + [ + 1294.82, + 877.643 + ], + [ + 1327.9, + -130.505 + ], + [ + -296.283, + -990.849 + ], + [ + -1239.6, + -368.521 + ], + [ + 1265.2, + -267.746 + ], + [ + -272.332, + -575.917 + ], + [ + -920.021, + -730.81 + ], + [ + -1404.09, + 568.264 + ], + [ + 272.332, + -575.917 + ], + [ + 1405.18, + 425.595 + ], + [ + 1092.77, + 1187.44 + ], + [ + 109.128, + -441.085 + ], + [ + -1313.12, + -236.761 + ], + [ + 403.951, + -952.045 + ], + [ + 1116.42, + 1165.23 + ], + [ + 636.033, + -36.1621 + ], + [ + 55.3669, + -1000.61 + ], + [ + -1317.61, + -210.314 + ], + [ + 977.467, + -651.981 + ], + [ + -323.592, + -982.27 + ], + [ + 83.0389, + -998.693 + ], + [ + -1139.62, + 1142.55 + ], + [ + 861.448, + -744.644 + ], + [ + 110.647, + -996.012 + ], + [ + -796.715, + -813.531 + ], + [ + -27.6524, + -1001.76 + ], + [ + 1377.89, + 17.3834 + ], + [ + -510.44, + -938.463 + ], + [ + 1196.59, + -368.865 + ], + [ + -1414.16, + 146.304 + ], + [ + 138.171, + -992.568 + ], + [ + 586.522, + -892.891 + ], + [ + -55.3669, + -1000.61 + ], + [ + 1187.26, + -251.251 + ], + [ + 730.681, + 1497.69 + ], + [ + 432.971, + -137.843 + ], + [ + -1172.18, + -440.324 + ], + [ + 1402.76, + 231.284 + ], + [ + 165.589, + -988.364 + ], + [ + 664.21, + 1528.33 + ], + [ + -83.0389, + -998.693 + ], + [ + -667.505, + -877.339 + ], + [ + -1392.39, + 596.378 + ], + [ + 737.975, + -818.949 + ], + [ + -350.654, + -972.938 + ], + [ + -1428.28, + 340.117 + ], + [ + 1270.33, + -242.256 + ], + [ + 430.146, + -940.5 + ], + [ + -1376.43, + -65.7075 + ], + [ + -110.647, + -996.012 + ], + [ + 192.88, + -983.403 + ], + [ + 27.6524, + -1001.76 + ], + [ + 1258.5, + 928.985 + ], + [ + 1068.68, + 1209.16 + ], + [ + 1396.34, + 453.759 + ], + [ + -939.894, + -705.067 + ], + [ + 220.023, + -977.688 + ], + [ + 1203.76, + -344.734 + ], + [ + 1330.25, + -103.783 + ], + [ + -138.171, + -992.568 + ], + [ + -1246.76, + -343.525 + ], + [ + -536.218, + -923.977 + ], + [ + 870.301, + -139.736 + ], + [ + 611.009, + -876.316 + ], + [ + 1210.45, + -320.463 + ], + [ + -1253.42, + -318.391 + ], + [ + 246.998, + -971.224 + ], + [ + -818.926, + -791.169 + ], + [ + 1367.29, + 651.87 + ], + [ + 881.727, + -720.517 + ], + [ + -377.447, + -962.86 + ], + [ + -165.589, + -988.364 + ], + [ + 291.999, + 348.14 + ], + [ + 1353.9, + 679.226 + ], + [ + 456.011, + -928.235 + ], + [ + -1321.58, + -183.782 + ], + [ + 273.783, + -964.016 + ], + [ + 995.137, + -624.678 + ], + [ + -432.971, + -137.843 + ], + [ + -691.531, + -858.528 + ], + [ + 1377.26, + 45.0812 + ], + [ + -463.689, + 1121.47 + ], + [ + -192.88, + -983.403 + ], + [ + -1180.79, + -416.67 + ], + [ + -1410.93, + 174.705 + ], + [ + 463.689, + 1121.47 + ], + [ + 760.358, + -798.211 + ], + [ + 300.359, + -956.069 + ], + [ + -1312.21, + 851.434 + ], + [ + -730.681, + 1497.69 + ], + [ + -664.21, + 1528.33 + ], + [ + -771.37, + 426.542 + ], + [ + 121.889, + 1661.96 + ], + [ + 145.646, + -869.332 + ], + [ + -145.646, + -869.332 + ], + [ + -403.951, + -952.045 + ], + [ + 1397.83, + 259.439 + ], + [ + 1044.15, + 1230.4 + ], + [ + -561.585, + -908.782 + ], + [ + -220.023, + -977.688 + ], + [ + 481.526, + -915.259 + ], + [ + -1380.11, + 624.25 + ], + [ + 635.029, + -859.07 + ], + [ + 1274.94, + -216.668 + ], + [ + -1377.47, + -38.0222 + ], + [ + -1421.15, + 368.762 + ], + [ + 326.704, + -947.39 + ], + [ + -121.889, + 1661.96 + ], + [ + -1092.77, + 1187.44 + ], + [ + -1413.45, + 397.259 + ], + [ + 901.33, + -695.838 + ], + [ + -246.998, + -971.224 + ], + [ + 1332.07, + -77.0182 + ], + [ + 1386.93, + 481.739 + ], + [ + -840.509, + -768.201 + ], + [ + -1116.42, + 1165.23 + ], + [ + -959.048, + -678.784 + ], + [ + -715.027, + -839.06 + ], + [ + -1259.56, + -293.127 + ], + [ + -1276.92, + 903.497 + ], + [ + 1019.2, + 1251.15 + ], + [ + -430.146, + -940.5 + ], + [ + -1294.82, + 877.643 + ], + [ + 352.799, + -937.985 + ], + [ + 506.673, + -901.581 + ], + [ + -273.783, + -964.016 + ], + [ + 782.159, + -776.862 + ], + [ + 1339.98, + 706.308 + ], + [ + -1188.93, + -392.847 + ], + [ + -291.999, + 348.14 + ], + [ + -1148.4, + -392.301 + ], + [ + -1325.0, + -157.175 + ], + [ + -586.522, + -892.891 + ], + [ + 1392.33, + 287.488 + ], + [ + 658.561, + -841.166 + ], + [ + 1012.04, + -596.897 + ], + [ + 1376.08, + 72.7608 + ], + [ + -1407.13, + 203.036 + ], + [ + 40.1856, + -969.248 + ], + [ + 66.9955, + -967.764 + ], + [ + -300.359, + -956.069 + ], + [ + -1068.68, + 1209.16 + ], + [ + 794.479, + 917.342 + ], + [ + 93.7541, + -965.54 + ], + [ + 481.047, + 1595.49 + ], + [ + 378.624, + -927.862 + ], + [ + -1070.74, + -571.155 + ], + [ + 573.612, + 1564.59 + ], + [ + 120.441, + -962.575 + ], + [ + 1220.13, + 978.826 + ], + [ + -40.1856, + -969.248 + ], + [ + 1279.04, + -190.992 + ], + [ + 1239.56, + 954.099 + ], + [ + -456.011, + -928.235 + ], + [ + -870.301, + -139.736 + ], + [ + 531.431, + -887.213 + ], + [ + 147.035, + -958.873 + ], + [ + -1377.96, + -10.3215 + ], + [ + -861.448, + -744.644 + ], + [ + -66.9955, + -967.764 + ], + [ + 993.844, + 1271.39 + ], + [ + 173.517, + -954.436 + ], + [ + 199.866, + -949.268 + ], + [ + -737.975, + -818.949 + ], + [ + -1405.18, + 425.595 + ], + [ + -93.7541, + -965.54 + ], + [ + -326.704, + -947.39 + ], + [ + 1325.5, + 733.104 + ], + [ + -611.009, + -876.316 + ], + [ + 61.7236, + -634.063 + ], + [ + 1333.35, + -50.2224 + ], + [ + 681.589, + -822.617 + ], + [ + -977.467, + -651.981 + ], + [ + 404.159, + -917.027 + ], + [ + -1258.5, + 928.985 + ], + [ + 580.945, + -662.912 + ], + [ + 920.244, + -670.626 + ], + [ + 226.062, + -943.373 + ], + [ + -1327.9, + -130.505 + ], + [ + 803.36, + -754.917 + ], + [ + -120.441, + -962.575 + ], + [ + -1265.2, + -267.746 + ], + [ + -1187.26, + -251.251 + ], + [ + -110.06, + -627.481 + ], + [ + 1216.65, + -296.064 + ], + [ + 252.085, + -936.755 + ], + [ + -481.047, + 1595.49 + ], + [ + -1044.15, + 1230.4 + ], + [ + -481.526, + -915.259 + ], + [ + -147.035, + -958.873 + ], + [ + 1200.21, + 1003.16 + ], + [ + 555.782, + -872.165 + ], + [ + 146.209, + 1660.0 + ], + [ + -352.799, + -937.985 + ], + [ + -1196.59, + -368.865 + ], + [ + 277.914, + -929.419 + ], + [ + 1386.27, + 315.422 + ], + [ + -573.612, + 1564.59 + ], + [ + -1377.89, + 17.3834 + ], + [ + -173.517, + -954.436 + ], + [ + 429.384, + -905.49 + ], + [ + 1374.33, + 100.411 + ], + [ + -13.3449, + -969.989 + ], + [ + 1028.18, + -568.659 + ], + [ + -146.209, + 1660.0 + ], + [ + -1402.76, + 231.284 + ], + [ + 968.083, + 1291.11 + ], + [ + -199.866, + -949.268 + ], + [ + -881.727, + -720.517 + ], + [ + -1396.34, + 453.759 + ], + [ + 303.531, + -921.372 + ], + [ + -635.029, + -859.07 + ], + [ + 1113.17, + -483.29 + ], + [ + -1367.29, + 651.87 + ], + [ + 410.523, + 1615.07 + ], + [ + -1353.9, + 679.226 + ], + [ + -1019.2, + 1251.15 + ], + [ + 110.06, + -627.481 + ], + [ + 1282.62, + -165.239 + ], + [ + 704.095, + -803.438 + ], + [ + -760.358, + -798.211 + ], + [ + -1270.33, + -242.256 + ], + [ + -226.062, + -943.373 + ], + [ + 617.322, + 157.349 + ], + [ + -506.673, + -901.581 + ], + [ + -378.624, + -927.862 + ], + [ + 579.708, + -856.449 + ], + [ + -61.7236, + -634.063 + ], + [ + -1203.76, + -344.734 + ], + [ + 328.915, + -912.618 + ], + [ + 823.945, + -732.393 + ], + [ + 1334.09, + -23.4064 + ], + [ + 454.281, + -893.259 + ], + [ + 938.452, + -644.9 + ], + [ + 1376.97, + 509.525 + ], + [ + -1330.25, + -103.783 + ], + [ + -995.137, + -624.678 + ], + [ + -252.085, + -936.755 + ], + [ + -1210.45, + -320.463 + ], + [ + -410.523, + 1615.07 + ], + [ + 1222.35, + -271.544 + ], + [ + 354.047, + -903.165 + ], + [ + -404.159, + -917.027 + ], + [ + -794.479, + 917.342 + ], + [ + 218.961, + 1651.98 + ], + [ + -993.844, + 1271.39 + ], + [ + -277.914, + -929.419 + ], + [ + -658.561, + -841.166 + ], + [ + 1043.52, + -539.985 + ], + [ + -901.33, + -695.838 + ], + [ + -531.431, + -887.213 + ], + [ + -1377.26, + 45.0812 + ], + [ + 1379.65, + 343.228 + ], + [ + 51.9303, + -938.502 + ], + [ + 1372.04, + 128.021 + ], + [ + 726.062, + -783.643 + ], + [ + 77.8848, + -936.705 + ], + [ + 478.829, + -880.344 + ], + [ + 603.189, + -840.076 + ], + [ + -782.159, + -776.862 + ], + [ + -1397.83, + 259.439 + ], + [ + 103.78, + -934.191 + ], + [ + -25.936, + -939.58 + ], + [ + 378.907, + -893.021 + ], + [ + 843.9, + -709.309 + ], + [ + -218.961, + 1651.98 + ], + [ + -1386.93, + 481.739 + ], + [ + 129.595, + -930.961 + ], + [ + -303.531, + -921.372 + ], + [ + -1339.98, + 706.308 + ], + [ + -51.9303, + -938.502 + ], + [ + 1334.29, + 3.41912 + ], + [ + -1220.13, + 978.826 + ], + [ + 1285.68, + -139.42 + ], + [ + 155.311, + -927.017 + ], + [ + -1274.94, + -216.668 + ], + [ + -77.8848, + -936.705 + ], + [ + -1239.56, + 954.099 + ], + [ + 206.366, + -917.003 + ], + [ + 915.398, + 1328.98 + ], + [ + 180.908, + -922.364 + ], + [ + -617.322, + 157.349 + ], + [ + 231.667, + -910.941 + ], + [ + 1129.44, + 443.944 + ], + [ + 955.941, + -618.68 + ], + [ + 1355.37, + 564.468 + ], + [ + 1310.5, + 759.604 + ], + [ + 315.282, + 1636.33 + ], + [ + -429.384, + -905.49 + ], + [ + 24.3221, + -881.112 + ], + [ + 1227.57, + -246.915 + ], + [ + -103.78, + -934.191 + ], + [ + 256.79, + -904.18 + ], + [ + -968.083, + 1291.11 + ], + [ + -1332.07, + -77.0182 + ], + [ + 403.478, + -882.192 + ], + [ + -328.915, + -912.618 + ], + [ + 1366.45, + 537.105 + ], + [ + 941.931, + 1310.31 + ], + [ + -555.782, + -872.165 + ], + [ + -681.589, + -822.617 + ], + [ + 1179.8, + 1027.08 + ], + [ + 503.01, + -866.755 + ], + [ + -580.945, + -662.912 + ], + [ + -1012.04, + -596.897 + ], + [ + -129.595, + -930.961 + ], + [ + -636.033, + -36.1621 + ], + [ + 626.209, + -823.06 + ], + [ + 888.495, + 1347.12 + ], + [ + 281.716, + -896.727 + ], + [ + 1369.19, + 155.579 + ], + [ + 863.208, + -685.681 + ], + [ + -1392.33, + 287.488 + ], + [ + -1200.21, + 1003.16 + ], + [ + 747.472, + -763.248 + ], + [ + -155.311, + -927.017 + ], + [ + -315.282, + 1636.33 + ], + [ + -1325.5, + 733.104 + ], + [ + 1232.28, + -222.185 + ], + [ + -24.3221, + -881.112 + ], + [ + -803.36, + -754.917 + ], + [ + 306.426, + -888.586 + ], + [ + -1376.08, + 72.7608 + ], + [ + -354.047, + -903.165 + ], + [ + -180.908, + -922.364 + ], + [ + 1288.23, + -113.544 + ], + [ + -454.281, + -893.259 + ], + [ + 427.739, + -870.687 + ], + [ + 1058.07, + -510.897 + ], + [ + -206.366, + -917.003 + ], + [ + -920.244, + -670.626 + ], + [ + 25.936, + -939.58 + ], + [ + 543.375, + -694.041 + ], + [ + -231.667, + -910.941 + ], + [ + 1333.95, + 30.2432 + ], + [ + 526.806, + -852.501 + ], + [ + -579.708, + -856.449 + ], + [ + 1140.28, + -415.31 + ], + [ + -206.385, + 1195.88 + ], + [ + 330.901, + -879.765 + ], + [ + -1279.04, + -190.992 + ], + [ + 1137.55, + 1073.68 + ], + [ + 1294.96, + 785.797 + ], + [ + 1278.9, + 811.673 + ], + [ + 648.748, + -805.414 + ], + [ + -256.79, + -904.18 + ], + [ + 229.123, + 851.148 + ], + [ + -704.095, + -803.438 + ], + [ + -378.907, + -893.021 + ], + [ + 972.697, + -591.986 + ], + [ + 1343.75, + 591.603 + ], + [ + 1158.91, + 1050.6 + ], + [ + 48.7922, + 1665.71 + ], + [ + -48.7922, + 1665.71 + ], + [ + -1333.35, + -50.2224 + ], + [ + 451.673, + -858.515 + ], + [ + -478.829, + -880.344 + ], + [ + 768.31, + -742.269 + ], + [ + 355.123, + -870.27 + ], + [ + 206.385, + 1195.88 + ], + [ + -281.716, + -896.727 + ], + [ + -1216.65, + -296.064 + ], + [ + -915.398, + 1328.98 + ], + [ + 573.897, + 1069.28 + ], + [ + -1028.18, + -568.659 + ], + [ + 1365.78, + 183.074 + ], + [ + -1386.27, + 315.422 + ], + [ + -823.945, + -732.393 + ], + [ + 550.199, + -837.595 + ], + [ + 833.622, + 1381.75 + ], + [ + -109.128, + -441.085 + ], + [ + 137.898, + -899.283 + ], + [ + 37.6882, + -909.013 + ], + [ + 881.854, + -661.528 + ], + [ + 227.466, + -595.067 + ], + [ + -403.478, + -882.192 + ], + [ + -603.189, + -840.076 + ], + [ + 1372.47, + 370.896 + ], + [ + 379.073, + -860.108 + ], + [ + -1129.44, + 443.944 + ], + [ + 1290.25, + -87.6223 + ], + [ + -1374.33, + 100.411 + ], + [ + -941.931, + 1310.31 + ], + [ + -306.426, + -888.586 + ], + [ + 670.791, + -787.15 + ], + [ + -1113.17, + -483.29 + ], + [ + -37.6882, + -909.013 + ], + [ + -888.495, + 1347.12 + ], + [ + -938.452, + -644.9 + ], + [ + 475.26, + -845.686 + ], + [ + -1376.97, + 509.525 + ], + [ + 212.013, + -884.746 + ], + [ + 236.419, + -878.54 + ], + [ + 1071.8, + -481.418 + ], + [ + 1333.07, + 57.0551 + ], + [ + 308.474, + -855.903 + ], + [ + -726.062, + -783.643 + ], + [ + -503.01, + -866.755 + ], + [ + 861.232, + 1364.71 + ], + [ + -1282.62, + -165.239 + ], + [ + 1262.33, + 837.22 + ], + [ + -137.898, + -899.283 + ], + [ + -330.901, + -879.765 + ], + [ + 402.733, + -849.287 + ], + [ + 1206.48, + -130.831 + ], + [ + 805.674, + 1398.23 + ], + [ + 573.169, + -822.046 + ], + [ + 1331.59, + 618.498 + ], + [ + 788.559, + -720.72 + ], + [ + -229.123, + 851.148 + ], + [ + -427.739, + -870.687 + ], + [ + 988.709, + -564.838 + ], + [ + -1334.09, + -23.4064 + ], + [ + -1179.8, + 1027.08 + ], + [ + -543.375, + -694.041 + ], + [ + -843.9, + -709.309 + ], + [ + 187.445, + -890.275 + ], + [ + 62.832, + -907.622 + ], + [ + 1236.5, + -197.367 + ], + [ + 162.734, + -895.122 + ], + [ + -626.209, + -823.06 + ], + [ + -1043.52, + -539.985 + ], + [ + 112.956, + -902.755 + ], + [ + 498.484, + -832.208 + ], + [ + -1222.35, + -271.544 + ], + [ + 1093.47, + 1118.54 + ], + [ + -1310.5, + 759.604 + ], + [ + 87.9277, + -905.536 + ], + [ + 692.319, + -768.284 + ], + [ + 1361.83, + 210.495 + ], + [ + -1379.65, + 343.228 + ], + [ + -355.123, + -870.27 + ], + [ + 260.643, + -871.66 + ], + [ + 777.401, + 1414.14 + ], + [ + -62.832, + -907.622 + ], + [ + 622.894, + 133.598 + ], + [ + 899.825, + -636.868 + ], + [ + 426.084, + -837.816 + ], + [ + -212.013, + -884.746 + ], + [ + -526.806, + -852.501 + ], + [ + -236.419, + -878.54 + ], + [ + -1355.37, + 564.468 + ], + [ + 1291.75, + -61.6651 + ], + [ + -1372.04, + 128.021 + ], + [ + 1364.74, + 398.413 + ], + [ + 284.667, + -864.112 + ], + [ + -955.941, + -618.68 + ], + [ + 1115.74, + 1096.34 + ], + [ + -87.9277, + -905.536 + ], + [ + 595.701, + -805.868 + ], + [ + -451.673, + -858.515 + ], + [ + -747.472, + -763.248 + ], + [ + -833.622, + 1381.75 + ], + [ + -573.897, + 1069.28 + ], + [ + -112.956, + -902.755 + ], + [ + -1366.45, + 537.105 + ], + [ + 808.204, + -698.62 + ], + [ + -1137.55, + 1073.68 + ], + [ + -863.208, + -685.681 + ], + [ + 1331.66, + 83.844 + ], + [ + 60.9723, + 1212.02 + ], + [ + -1334.29, + 3.41912 + ], + [ + -162.734, + -895.122 + ], + [ + -187.445, + -890.275 + ], + [ + -379.073, + -860.108 + ], + [ + -308.474, + -855.903 + ], + [ + -1285.68, + -139.42 + ], + [ + -227.466, + -595.067 + ], + [ + -1158.91, + 1050.6 + ], + [ + 521.326, + -818.093 + ], + [ + 1084.71, + -451.57 + ], + [ + 325.359, + 1169.13 + ], + [ + 449.108, + -825.702 + ], + [ + -648.748, + -805.414 + ], + [ + -1227.57, + -246.915 + ], + [ + 332.044, + -847.037 + ], + [ + 1318.88, + 645.144 + ], + [ + 1070.76, + 1140.3 + ], + [ + -861.232, + 1364.71 + ], + [ + 1003.96, + -537.258 + ], + [ + 713.317, + -748.829 + ], + [ + -805.674, + 1398.23 + ], + [ + -1278.9, + 811.673 + ], + [ + -550.199, + -837.595 + ], + [ + 1240.22, + -172.468 + ], + [ + -1294.96, + 785.797 + ], + [ + -1369.19, + 155.579 + ], + [ + -260.643, + -871.66 + ], + [ + -475.26, + -845.686 + ], + [ + 827.23, + -675.984 + ], + [ + 617.777, + -789.073 + ], + [ + 917.107, + -611.72 + ], + [ + -402.733, + -849.287 + ], + [ + 1356.45, + 425.77 + ], + [ + -1232.28, + -222.185 + ], + [ + 1357.32, + 237.83 + ], + [ + -768.31, + -742.269 + ], + [ + 355.36, + -837.523 + ], + [ + -1058.07, + -510.897 + ], + [ + 401.157, + -816.578 + ], + [ + 1347.62, + 452.954 + ], + [ + 543.768, + -803.351 + ], + [ + -60.9723, + 1212.02 + ], + [ + 1352.26, + 265.07 + ], + [ + 1227.65, + 887.289 + ], + [ + 471.789, + -812.956 + ], + [ + 1245.24, + 862.429 + ], + [ + -284.667, + -864.112 + ], + [ + 1292.73, + -35.683 + ], + [ + -1343.75, + 591.603 + ], + [ + -777.401, + 1414.14 + ], + [ + -1288.23, + -113.544 + ], + [ + -972.697, + -591.986 + ], + [ + 690.743, + 1458.43 + ], + [ + -670.791, + -787.15 + ], + [ + -1140.28, + -415.31 + ], + [ + 378.403, + -827.367 + ], + [ + 1329.7, + 110.599 + ], + [ + -1333.95, + 30.2432 + ], + [ + 1047.62, + 1161.6 + ], + [ + -573.169, + -822.046 + ], + [ + 748.814, + 1429.48 + ], + [ + -426.084, + -837.816 + ], + [ + 733.769, + -728.8 + ], + [ + 639.379, + -771.672 + ], + [ + -881.854, + -661.528 + ], + [ + 1169.96, + -322.362 + ], + [ + -498.484, + -832.208 + ], + [ + -325.359, + 1169.13 + ], + [ + 1096.8, + -421.376 + ], + [ + -1093.47, + 1118.54 + ], + [ + -12.5155, + -909.708 + ], + [ + 494.108, + -799.587 + ], + [ + -1262.33, + 837.22 + ], + [ + 1018.45, + -509.266 + ], + [ + 661.283, + 1472.02 + ], + [ + 565.793, + -787.994 + ], + [ + -332.044, + -847.037 + ], + [ + 1243.43, + -147.499 + ], + [ + -622.894, + 133.598 + ], + [ + -1365.78, + 183.074 + ], + [ + 1346.66, + 292.203 + ], + [ + 845.622, + -652.83 + ], + [ + -1372.47, + 370.896 + ], + [ + -788.559, + -720.72 + ], + [ + 933.685, + -586.103 + ], + [ + 719.924, + 1444.25 + ], + [ + 1209.56, + 911.791 + ], + [ + -1115.74, + 1096.34 + ], + [ + 1338.24, + 479.955 + ], + [ + -449.108, + -825.702 + ], + [ + -692.319, + -768.284 + ], + [ + -1331.59, + 618.498 + ], + [ + 1024.06, + 1182.43 + ], + [ + 1293.19, + -9.68651 + ], + [ + -595.701, + -805.868 + ], + [ + 423.603, + -805.162 + ], + [ + 1327.21, + 137.309 + ], + [ + -1290.25, + -87.6223 + ], + [ + -1071.8, + -481.418 + ], + [ + 516.048, + -785.606 + ], + [ + 660.491, + -753.681 + ], + [ + -355.36, + -837.523 + ], + [ + -521.326, + -818.093 + ], + [ + -690.743, + 1458.43 + ], + [ + 310.31, + -825.02 + ], + [ + -1070.76, + 1140.3 + ], + [ + -988.709, + -564.838 + ], + [ + 753.658, + -708.212 + ], + [ + -1333.07, + 57.0551 + ], + [ + -401.157, + -816.578 + ], + [ + 1291.88, + 697.641 + ], + [ + -1206.48, + -130.831 + ], + [ + 587.385, + -772.033 + ], + [ + -899.825, + -636.868 + ], + [ + 467.505, + -780.49 + ], + [ + -748.814, + 1429.48 + ], + [ + 1305.65, + 671.528 + ], + [ + 445.725, + -793.13 + ], + [ + 1246.15, + -122.471 + ], + [ + -808.204, + -698.62 + ], + [ + -378.403, + -827.367 + ], + [ + -661.283, + 1472.02 + ], + [ + -471.789, + -812.956 + ], + [ + -1236.5, + -197.367 + ], + [ + 537.593, + -771.023 + ], + [ + 1108.04, + -390.859 + ], + [ + -1361.83, + 210.495 + ], + [ + 1032.15, + -480.884 + ], + [ + 1000.08, + 1202.77 + ], + [ + 1190.99, + 935.924 + ], + [ + 1340.51, + 319.217 + ], + [ + -617.777, + -789.073 + ], + [ + 863.366, + -629.176 + ], + [ + -1364.74, + 398.413 + ], + [ + 1293.12, + 16.3139 + ], + [ + -543.768, + -803.351 + ], + [ + -713.317, + -748.829 + ], + [ + 772.971, + -687.082 + ], + [ + 949.549, + -560.038 + ], + [ + 681.097, + -735.112 + ], + [ + -719.924, + 1444.25 + ], + [ + -1047.62, + 1161.6 + ], + [ + -1318.88, + 645.144 + ], + [ + 1328.32, + 506.762 + ], + [ + -1291.75, + -61.6651 + ], + [ + 1324.18, + 163.964 + ], + [ + 608.528, + -755.48 + ], + [ + -1227.65, + 887.289 + ], + [ + -310.31, + -825.02 + ], + [ + 540.89, + 1520.39 + ], + [ + 488.927, + -767.252 + ], + [ + -1245.24, + 862.429 + ], + [ + -494.108, + -799.587 + ], + [ + 631.555, + 1485.02 + ], + [ + -1331.66, + 83.844 + ], + [ + 975.697, + 1222.64 + ], + [ + -1084.71, + -451.57 + ], + [ + 558.727, + -755.849 + ], + [ + 1277.59, + 723.473 + ], + [ + -1003.96, + -537.258 + ], + [ + 863.766, + 175.668 + ], + [ + -917.107, + -611.72 + ], + [ + -827.23, + -675.984 + ], + [ + 1213.46, + 15.3089 + ], + [ + 510.214, + 1530.96 + ], + [ + -639.379, + -771.672 + ], + [ + -423.603, + -805.162 + ], + [ + 1248.36, + -97.3937 + ], + [ + -1356.45, + 425.77 + ], + [ + 601.573, + 1497.42 + ], + [ + -565.793, + -787.994 + ], + [ + -1347.62, + 452.954 + ], + [ + -733.769, + -728.8 + ], + [ + 701.181, + -715.98 + ], + [ + -1240.22, + -172.468 + ], + [ + -1024.06, + 1182.43 + ], + [ + 791.69, + -665.426 + ], + [ + -1357.32, + 237.83 + ], + [ + 629.203, + -738.349 + ], + [ + 880.448, + -605.04 + ], + [ + 1333.83, + 346.103 + ], + [ + 479.332, + 1540.9 + ], + [ + 1292.53, + 42.3078 + ], + [ + -1352.26, + 265.07 + ], + [ + -516.048, + -785.606 + ], + [ + -540.89, + 1520.39 + ], + [ + 48.6988, + -880.102 + ], + [ + 1045.07, + -452.134 + ], + [ + 447.447, + 79.092 + ], + [ + 964.685, + -533.543 + ], + [ + 1118.43, + -360.043 + ], + [ + 571.347, + 1509.21 + ], + [ + -1209.56, + 911.791 + ], + [ + 579.432, + -740.096 + ], + [ + -445.725, + -793.13 + ], + [ + 509.975, + -753.426 + ], + [ + 1317.86, + 533.365 + ], + [ + -467.505, + -780.49 + ], + [ + -1292.73, + -35.683 + ], + [ + -48.6988, + -880.102 + ], + [ + 1320.62, + 190.552 + ], + [ + -631.555, + 1485.02 + ], + [ + -510.214, + 1530.96 + ], + [ + -845.622, + -652.83 + ], + [ + 121.531, + -873.03 + ], + [ + -1329.7, + 110.599 + ], + [ + 1250.06, + -72.2768 + ], + [ + -660.491, + -753.681 + ], + [ + 809.804, + -643.26 + ], + [ + -1096.8, + -421.376 + ], + [ + 1262.79, + 749.011 + ], + [ + -1000.08, + 1202.77 + ], + [ + 1152.4, + 983.045 + ], + [ + 442.431, + -762.368 + ], + [ + -1018.45, + -509.266 + ], + [ + -587.385, + -772.033 + ], + [ + -1169.96, + -322.362 + ], + [ + 720.729, + -696.3 + ], + [ + -601.573, + 1497.42 + ], + [ + -933.685, + -586.103 + ], + [ + 550.882, + -724.054 + ], + [ + 287.358, + -833.292 + ], + [ + -479.332, + 1540.9 + ], + [ + 649.397, + -720.652 + ], + [ + -537.593, + -771.023 + ], + [ + -753.658, + -708.212 + ], + [ + 1171.93, + 959.679 + ], + [ + -1346.66, + 292.203 + ], + [ + 1251.26, + -47.1307 + ], + [ + 925.758, + 1260.87 + ], + [ + -1338.24, + 479.955 + ], + [ + 530.632, + -739.024 + ], + [ + -1243.43, + -147.499 + ], + [ + 1192.07, + -227.331 + ], + [ + -1291.88, + 697.641 + ], + [ + 599.693, + -723.775 + ], + [ + 896.856, + -580.441 + ], + [ + -121.531, + -873.03 + ], + [ + -571.347, + 1509.21 + ], + [ + -488.927, + -767.252 + ], + [ + -975.697, + 1222.64 + ], + [ + -1190.99, + 935.924 + ], + [ + 1326.6, + 372.848 + ], + [ + 1291.42, + 68.2845 + ], + [ + 950.919, + 1242.01 + ], + [ + 979.082, + -506.64 + ], + [ + 217.251, + -854.255 + ], + [ + 1057.18, + -423.037 + ], + [ + -1305.65, + 671.528 + ], + [ + 1127.97, + -328.95 + ], + [ + -1327.21, + 137.309 + ], + [ + 553.596, + 315.242 + ], + [ + -72.8664, + 448.503 + ], + [ + -1293.19, + -9.68651 + ], + [ + -681.097, + -735.112 + ], + [ + 322.269, + 1581.23 + ], + [ + 1316.52, + 217.064 + ], + [ + -608.528, + -755.48 + ], + [ + 1132.4, + 1006.01 + ], + [ + -772.971, + -687.082 + ], + [ + 739.724, + -676.086 + ], + [ + -558.727, + -755.849 + ], + [ + 669.094, + -702.403 + ], + [ + 900.222, + 1279.23 + ], + [ + 290.415, + 1587.39 + ], + [ + 448.257, + 1550.23 + ], + [ + -863.366, + -629.176 + ], + [ + -447.447, + 79.092 + ], + [ + 565.259, + 293.815 + ], + [ + 827.297, + -620.601 + ], + [ + 258.443, + 1592.91 + ], + [ + 619.495, + -706.901 + ], + [ + -1246.15, + -122.471 + ], + [ + -1032.15, + -480.884 + ], + [ + -863.766, + 175.668 + ], + [ + 72.8664, + 448.503 + ], + [ + -949.549, + -560.038 + ], + [ + -322.269, + 1581.23 + ], + [ + 417.0, + 1558.93 + ], + [ + -1108.04, + -390.859 + ], + [ + -1340.51, + 319.217 + ], + [ + 226.367, + 1597.78 + ], + [ + -287.358, + -833.292 + ], + [ + -1328.32, + 506.762 + ], + [ + -290.415, + 1587.39 + ], + [ + -1277.59, + 723.473 + ], + [ + -217.251, + -854.255 + ], + [ + 1306.87, + 559.752 + ], + [ + 912.577, + -555.397 + ], + [ + 194.199, + 1602.01 + ], + [ + -553.596, + 315.242 + ], + [ + -258.443, + 1592.91 + ], + [ + -1293.12, + 16.3139 + ], + [ + -509.975, + -753.426 + ], + [ + 385.575, + 1567.0 + ], + [ + 1318.83, + 399.443 + ], + [ + 1289.78, + 94.2337 + ], + [ + 758.152, + -655.354 + ], + [ + -701.181, + -715.98 + ], + [ + -448.257, + 1550.23 + ], + [ + -629.203, + -738.349 + ], + [ + -226.367, + 1597.78 + ], + [ + 570.71, + -708.531 + ], + [ + -1213.46, + 15.3089 + ], + [ + 688.277, + -683.616 + ], + [ + -579.432, + -740.096 + ], + [ + -1324.18, + 163.964 + ], + [ + 992.729, + -479.348 + ], + [ + -925.758, + 1260.87 + ], + [ + -194.199, + 1602.01 + ], + [ + -791.69, + -665.426 + ], + [ + 353.994, + 1574.43 + ], + [ + 1068.48, + -393.616 + ], + [ + -417.0, + 1558.93 + ], + [ + -442.431, + -762.368 + ], + [ + 1231.66, + 799.171 + ], + [ + -1152.4, + 983.045 + ], + [ + 1247.48, + 774.248 + ], + [ + 848.068, + 1314.38 + ], + [ + 638.822, + -689.485 + ], + [ + 1136.64, + -297.606 + ], + [ + 33.7706, + -852.433 + ], + [ + 66.3828, + -850.515 + ], + [ + -880.448, + -605.04 + ], + [ + -950.919, + 1242.01 + ], + [ + -1.10884, + -853.101 + ], + [ + -550.882, + -724.054 + ], + [ + -385.575, + 1567.0 + ], + [ + 775.999, + -634.12 + ], + [ + 98.8977, + -847.349 + ], + [ + 844.156, + -597.467 + ], + [ + -33.7706, + -852.433 + ], + [ + -530.632, + -739.024 + ], + [ + -1248.36, + -97.3937 + ], + [ + 131.268, + -842.942 + ], + [ + 1251.96, + -21.9655 + ], + [ + -1171.93, + 959.679 + ], + [ + -66.3828, + -850.515 + ], + [ + -1333.83, + 346.103 + ], + [ + -353.994, + 1574.43 + ], + [ + -1262.79, + 749.011 + ], + [ + -964.685, + -533.543 + ], + [ + -900.222, + 1279.23 + ], + [ + -1317.86, + 533.365 + ], + [ + -720.729, + -696.3 + ], + [ + 590.101, + -692.464 + ], + [ + -649.397, + -720.652 + ], + [ + -1045.07, + -452.134 + ], + [ + 163.445, + -837.298 + ], + [ + -809.804, + -643.26 + ], + [ + 1295.36, + 585.912 + ], + [ + 874.322, + 1297.07 + ], + [ + 706.934, + -664.305 + ], + [ + -98.8977, + -847.349 + ], + [ + -599.693, + -723.775 + ], + [ + 1283.32, + 611.836 + ], + [ + 831.271, + 293.152 + ], + [ + -1292.53, + 42.3078 + ], + [ + 821.472, + 1331.17 + ], + [ + -1118.43, + -360.043 + ], + [ + 927.599, + -529.927 + ], + [ + 1287.63, + 120.145 + ], + [ + 1111.95, + 1028.58 + ], + [ + 1215.34, + 823.771 + ], + [ + 387.193, + 237.795 + ], + [ + 376.96, + -513.563 + ], + [ + 195.383, + -830.426 + ], + [ + -1320.62, + 190.552 + ], + [ + -1132.4, + 1006.01 + ], + [ + -131.268, + -842.942 + ], + [ + 1311.89, + 243.487 + ], + [ + 657.66, + -671.54 + ], + [ + 1005.62, + -451.689 + ], + [ + 161.952, + 1605.59 + ], + [ + -1250.06, + -72.2768 + ], + [ + 129.641, + 1608.52 + ], + [ + 227.034, + -822.336 + ], + [ + 377.672, + -796.438 + ], + [ + -565.259, + 293.815 + ], + [ + -896.856, + -580.441 + ], + [ + 1205.79, + 137.012 + ], + [ + 725.048, + -644.485 + ], + [ + -163.445, + -837.298 + ], + [ + -387.193, + 237.795 + ], + [ + 1252.15, + 3.20863 + ], + [ + 97.2763, + 1610.8 + ], + [ + 1078.97, + -363.893 + ], + [ + 860.368, + -573.875 + ], + [ + 609.04, + -675.867 + ], + [ + 794.544, + 1347.41 + ], + [ + -161.952, + 1605.59 + ], + [ + 1069.7, + 1072.45 + ], + [ + 64.8727, + 1612.43 + ], + [ + -129.641, + 1608.52 + ], + [ + 793.252, + -612.4 + ], + [ + 32.4429, + 1613.41 + ], + [ + -97.2763, + 1610.8 + ], + [ + -669.094, + -702.403 + ], + [ + 0.0, + 1613.74 + ], + [ + -64.8727, + 1612.43 + ], + [ + -32.4429, + 1613.41 + ], + [ + -848.068, + 1314.38 + ], + [ + -739.724, + -676.086 + ], + [ + 627.512, + -658.752 + ], + [ + -1326.6, + 372.848 + ], + [ + 1144.44, + -266.034 + ], + [ + -1251.26, + -47.1307 + ], + [ + -619.495, + -706.901 + ], + [ + 827.109, + -304.697 + ], + [ + 258.352, + -813.041 + ], + [ + -1192.07, + -227.331 + ], + [ + 1310.54, + 425.877 + ], + [ + -979.082, + -506.64 + ], + [ + 1284.95, + 146.007 + ], + [ + -195.383, + -830.426 + ], + [ + 1091.05, + 1050.72 + ], + [ + -1057.18, + -423.037 + ], + [ + 1270.76, + 637.512 + ], + [ + -1291.42, + 68.2845 + ], + [ + 1251.83, + 28.3814 + ], + [ + 1198.54, + 848.038 + ], + [ + -827.297, + -620.601 + ], + [ + 1306.73, + 269.813 + ], + [ + 742.608, + -624.172 + ], + [ + 941.91, + -504.051 + ], + [ + -570.71, + -708.531 + ], + [ + 675.994, + -653.081 + ], + [ + -1127.97, + -328.95 + ], + [ + -1316.52, + 217.064 + ], + [ + 876.7, + -91.3664 + ], + [ + 289.291, + -802.554 + ], + [ + -821.472, + 1331.17 + ], + [ + -227.034, + -822.336 + ], + [ + -874.322, + 1297.07 + ], + [ + -831.271, + 293.152 + ], + [ + 1047.93, + 1093.74 + ], + [ + -758.152, + -655.354 + ], + [ + -688.277, + -683.616 + ], + [ + -1306.87, + 559.752 + ], + [ + 1017.73, + -423.684 + ], + [ + 48.5206, + -825.014 + ], + [ + 16.8978, + -826.266 + ], + [ + 1203.61, + -155.06 + ], + [ + 80.0722, + -822.551 + ], + [ + -912.577, + -555.397 + ], + [ + 809.897, + -590.211 + ], + [ + -16.8978, + -826.266 + ], + [ + 875.921, + -549.843 + ], + [ + -638.822, + -689.485 + ], + [ + -1231.66, + 799.171 + ], + [ + -1247.48, + 774.248 + ], + [ + 111.506, + -818.882 + ], + [ + 319.807, + -790.889 + ], + [ + -48.5206, + -825.014 + ], + [ + 693.81, + -634.122 + ], + [ + -258.352, + -813.041 + ], + [ + 405.263, + -205.492 + ], + [ + -1318.83, + 399.443 + ], + [ + -794.544, + 1347.41 + ], + [ + 1088.62, + -333.892 + ], + [ + -377.672, + -796.438 + ], + [ + 142.777, + -814.013 + ], + [ + 1301.71, + 452.138 + ], + [ + 1281.76, + 171.811 + ], + [ + 1004.54, + 680.887 + ], + [ + -590.101, + -692.464 + ], + [ + -80.0722, + -822.551 + ], + [ + -376.96, + -513.563 + ], + [ + 711.877, + 1392.86 + ], + [ + -1111.95, + 1028.58 + ], + [ + 1292.36, + 478.216 + ], + [ + 1251.01, + 53.5427 + ], + [ + -992.729, + -479.348 + ], + [ + -775.999, + -634.12 + ], + [ + -1289.78, + 94.2337 + ], + [ + 1257.68, + 662.931 + ], + [ + 173.838, + -807.949 + ], + [ + -844.156, + -597.467 + ], + [ + 759.598, + -603.38 + ], + [ + 645.504, + -641.132 + ], + [ + 1151.37, + -234.258 + ], + [ + 1301.04, + 296.029 + ], + [ + 767.295, + 1363.12 + ], + [ + 955.5, + -477.79 + ], + [ + -111.506, + -818.882 + ], + [ + 467.246, + 433.044 + ], + [ + -1068.48, + -393.616 + ], + [ + 349.853, + -778.065 + ], + [ + -706.934, + -664.305 + ], + [ + -289.291, + -802.554 + ], + [ + -1215.34, + 823.771 + ], + [ + 683.731, + 1406.89 + ], + [ + 204.645, + -800.701 + ], + [ + -1069.7, + 1072.45 + ], + [ + 463.361, + -749.831 + ], + [ + -142.777, + -814.013 + ], + [ + -1136.64, + -297.606 + ], + [ + -1295.36, + 585.912 + ], + [ + -1283.32, + 611.836 + ], + [ + -657.66, + -671.54 + ], + [ + 711.094, + -614.677 + ], + [ + 1029.07, + -395.355 + ], + [ + 679.99, + -604.433 + ], + [ + 825.922, + -567.57 + ], + [ + 739.736, + 1378.27 + ], + [ + -609.04, + -675.867 + ], + [ + 235.151, + -792.279 + ], + [ + -927.599, + -529.927 + ], + [ + -1091.05, + 1050.72 + ], + [ + 890.804, + -525.39 + ], + [ + -173.838, + -807.949 + ], + [ + -1251.96, + -21.9655 + ], + [ + 663.001, + -623.021 + ], + [ + 379.386, + -764.099 + ], + [ + 1163.48, + 895.534 + ], + [ + -725.048, + -644.485 + ], + [ + -319.807, + -790.889 + ], + [ + 1003.11, + 1134.98 + ], + [ + 1278.05, + 197.545 + ], + [ + 1181.25, + 871.962 + ], + [ + -627.512, + -658.752 + ], + [ + 1097.45, + -303.635 + ], + [ + -711.877, + 1392.86 + ], + [ + 1282.48, + 504.101 + ], + [ + -405.263, + -205.492 + ], + [ + -827.109, + -304.697 + ], + [ + -1287.63, + 120.145 + ], + [ + 1025.72, + 1114.58 + ], + [ + 265.313, + -782.695 + ], + [ + -1047.93, + 1093.74 + ], + [ + -793.252, + -612.4 + ], + [ + 776.007, + -582.126 + ], + [ + -204.645, + -800.701 + ], + [ + -860.368, + -573.875 + ], + [ + -1311.89, + 243.487 + ], + [ + 1294.83, + 322.125 + ], + [ + -1005.62, + -451.689 + ], + [ + 727.834, + -594.761 + ], + [ + -1004.54, + 680.887 + ], + [ + -1198.54, + 848.038 + ], + [ + 1288.09, + 348.092 + ], + [ + 968.357, + -451.162 + ], + [ + -1205.79, + 137.012 + ], + [ + -767.295, + 1363.12 + ], + [ + 1157.41, + -202.303 + ], + [ + -683.731, + 1406.89 + ], + [ + -675.994, + -653.081 + ], + [ + -1078.97, + -363.893 + ], + [ + -1270.76, + 637.512 + ], + [ + 408.363, + -749.014 + ], + [ + -1310.54, + 425.877 + ], + [ + 295.085, + -771.963 + ], + [ + -349.853, + -778.065 + ], + [ + -1252.15, + 3.20863 + ], + [ + 31.6597, + -799.15 + ], + [ + -235.151, + -792.279 + ], + [ + 597.68, + 1445.55 + ], + [ + -876.7, + -91.3664 + ], + [ + 62.2335, + -797.352 + ], + [ + 1249.68, + 78.6824 + ], + [ + 980.089, + 1154.92 + ], + [ + -1.03953, + -799.777 + ], + [ + 841.314, + -544.494 + ], + [ + 92.716, + -794.385 + ], + [ + -31.6597, + -799.15 + ], + [ + 1145.24, + 918.743 + ], + [ + -742.608, + -624.172 + ], + [ + -739.736, + 1378.27 + ], + [ + -1144.44, + -266.034 + ], + [ + 1272.09, + 529.783 + ], + [ + 123.063, + -790.253 + ], + [ + 1244.1, + 688.082 + ], + [ + -1284.95, + 146.007 + ], + [ + -941.91, + -504.051 + ], + [ + 1039.62, + -366.723 + ], + [ + 905.003, + -500.535 + ], + [ + -62.2335, + -797.352 + ], + [ + 1230.02, + 712.954 + ], + [ + 1273.82, + 223.199 + ], + [ + -1306.73, + 269.813 + ], + [ + 153.229, + -784.962 + ], + [ + 568.498, + 1457.27 + ], + [ + 324.425, + -760.099 + ], + [ + 655.308, + 1420.35 + ], + [ + -467.246, + 433.044 + ], + [ + -1251.83, + 28.3814 + ], + [ + -92.716, + -794.385 + ], + [ + -693.81, + -634.122 + ], + [ + -463.361, + -749.831 + ], + [ + -265.313, + -782.695 + ], + [ + 696.458, + -585.382 + ], + [ + -809.897, + -590.211 + ], + [ + 791.82, + -560.426 + ], + [ + 183.17, + -778.519 + ], + [ + 436.741, + -732.83 + ], + [ + 523.959, + -708.814 + ], + [ + -379.386, + -764.099 + ], + [ + 1105.43, + -273.145 + ], + [ + -875.921, + -549.843 + ], + [ + -645.504, + -641.132 + ], + [ + 744.016, + -574.389 + ], + [ + -123.063, + -790.253 + ], + [ + 1280.83, + 373.917 + ], + [ + 539.086, + 1468.4 + ], + [ + 1247.84, + 103.79 + ], + [ + -1017.73, + -423.684 + ], + [ + 1126.54, + 941.582 + ], + [ + 980.473, + -424.188 + ], + [ + 212.843, + -770.936 + ], + [ + -597.68, + 1445.55 + ], + [ + 626.621, + 1433.24 + ], + [ + -1257.68, + 662.931 + ], + [ + -1301.71, + 452.138 + ], + [ + 808.983, + -349.996 + ], + [ + -1203.61, + -155.06 + ], + [ + -1003.11, + 1134.98 + ], + [ + 353.289, + -747.12 + ], + [ + -759.598, + -603.38 + ], + [ + -1292.36, + 478.216 + ], + [ + -153.229, + -784.962 + ], + [ + -295.085, + -771.963 + ], + [ + 1162.56, + -170.192 + ], + [ + 856.061, + -521.001 + ], + [ + 509.456, + 1478.95 + ], + [ + -1025.72, + 1114.58 + ], + [ + -1088.62, + -333.892 + ], + [ + 1261.18, + 555.25 + ], + [ + 242.204, + -762.221 + ], + [ + -1281.76, + 171.811 + ], + [ + -568.498, + 1457.27 + ], + [ + -955.5, + -477.79 + ], + [ + 932.869, + 1193.38 + ], + [ + 918.51, + -475.296 + ], + [ + 1212.17, + -57.8663 + ], + [ + 1215.43, + 737.539 + ], + [ + -679.99, + -604.433 + ], + [ + -183.17, + -778.519 + ], + [ + -711.094, + -614.677 + ], + [ + -1163.48, + 895.534 + ], + [ + 464.478, + -715.571 + ], + [ + 1269.07, + 248.763 + ], + [ + -1251.01, + 53.5427 + ], + [ + -1301.04, + 296.029 + ], + [ + -655.308, + 1420.35 + ], + [ + -408.363, + -749.014 + ], + [ + -663.001, + -623.021 + ], + [ + -1181.25, + 871.962 + ], + [ + 956.672, + 1174.39 + ], + [ + -1151.37, + -234.258 + ], + [ + 807.028, + -538.296 + ], + [ + 1273.05, + 399.592 + ], + [ + -539.086, + 1468.4 + ], + [ + -825.922, + -567.57 + ], + [ + 381.635, + -733.046 + ], + [ + 271.209, + -752.389 + ], + [ + -980.089, + 1154.92 + ], + [ + -324.425, + -760.099 + ], + [ + 712.392, + -565.882 + ], + [ + 759.628, + -553.578 + ], + [ + 1107.38, + 964.04 + ], + [ + -212.843, + -770.936 + ], + [ + -890.804, + -525.39 + ], + [ + -626.621, + 1433.24 + ], + [ + 1245.5, + 128.856 + ], + [ + -1029.07, + -395.355 + ], + [ + -509.456, + 1478.95 + ], + [ + 991.837, + -396.89 + ], + [ + 45.4826, + -773.358 + ], + [ + 908.688, + 1211.9 + ], + [ + -1282.48, + 504.101 + ], + [ + 75.0588, + -771.05 + ], + [ + -727.834, + -594.761 + ], + [ + -15.8398, + -774.533 + ], + [ + 15.8398, + -774.533 + ], + [ + 36.9823, + -452.876 + ], + [ + -776.007, + -582.126 + ], + [ + 299.817, + -741.454 + ], + [ + 104.525, + -767.611 + ], + [ + 491.535, + -697.263 + ], + [ + -45.4826, + -773.358 + ], + [ + -242.204, + -762.221 + ], + [ + 1249.76, + 580.493 + ], + [ + -1145.24, + 918.743 + ], + [ + 870.153, + -497.109 + ], + [ + 1263.81, + 274.226 + ], + [ + -436.741, + -732.83 + ], + [ + 742.612, + -525.598 + ], + [ + -1278.05, + 197.545 + ], + [ + 133.838, + -763.046 + ], + [ + 409.421, + -717.897 + ], + [ + -1097.45, + -303.635 + ], + [ + 1200.36, + 761.825 + ], + [ + -353.289, + -747.12 + ], + [ + -75.0588, + -771.05 + ], + [ + 388.997, + 1515.09 + ], + [ + -1294.83, + 322.125 + ], + [ + 931.312, + -449.692 + ], + [ + 1166.83, + -137.951 + ], + [ + -968.357, + -451.162 + ], + [ + 162.954, + -757.362 + ], + [ + 1049.37, + -337.809 + ], + [ + -1288.09, + 348.092 + ], + [ + -205.479, + 857.163 + ], + [ + 1087.77, + 986.108 + ], + [ + -104.525, + -767.611 + ], + [ + -523.959, + -708.814 + ], + [ + 727.781, + -545.949 + ], + [ + 358.459, + 1522.61 + ], + [ + 1264.76, + 425.105 + ], + [ + 1058.31, + -308.637 + ], + [ + 884.141, + 1229.92 + ], + [ + -1244.1, + 688.082 + ], + [ + 327.985, + -729.431 + ], + [ + -1230.02, + 712.954 + ], + [ + -1157.41, + -202.303 + ], + [ + -841.314, + -544.494 + ], + [ + -271.209, + -752.389 + ], + [ + 666.845, + -576.427 + ], + [ + 191.832, + -750.568 + ], + [ + 774.658, + -532.342 + ], + [ + 821.617, + -515.754 + ], + [ + 479.62, + 1488.89 + ], + [ + 1242.66, + 153.87 + ], + [ + -932.869, + 1193.38 + ], + [ + -1272.09, + 529.783 + ], + [ + -1126.54, + 941.582 + ], + [ + -133.838, + -763.046 + ], + [ + 205.479, + 857.163 + ], + [ + 327.775, + 1529.51 + ], + [ + -36.9823, + -452.876 + ], + [ + -696.458, + -585.382 + ], + [ + -388.997, + 1515.09 + ], + [ + 1112.57, + -242.446 + ], + [ + -905.003, + -500.535 + ], + [ + 517.87, + -677.932 + ], + [ + -1249.68, + 78.6824 + ], + [ + 436.607, + -701.695 + ], + [ + 449.59, + 1498.23 + ], + [ + 296.96, + 1535.79 + ], + [ + 499.526, + -395.373 + ], + [ + 450.323, + 450.616 + ], + [ + 220.428, + -742.673 + ], + [ + -464.478, + -715.571 + ], + [ + -956.672, + 1174.39 + ], + [ + -381.635, + -733.046 + ], + [ + 29.6739, + -749.024 + ], + [ + 58.33, + -747.339 + ], + [ + 1002.44, + -369.287 + ], + [ + -162.954, + -757.362 + ], + [ + -1039.62, + -366.723 + ], + [ + -358.459, + 1522.61 + ], + [ + 599.07, + -646.58 + ], + [ + -791.82, + -560.426 + ], + [ + -744.016, + -574.389 + ], + [ + 1118.85, + -211.561 + ], + [ + -85.3024, + -446.305 + ], + [ + 86.9005, + -744.558 + ], + [ + 355.672, + -716.339 + ], + [ + -29.6739, + -749.024 + ], + [ + 1258.04, + 299.579 + ], + [ + -1273.82, + 223.199 + ], + [ + -299.817, + -741.454 + ], + [ + 1184.8, + 785.803 + ], + [ + 883.578, + -472.836 + ], + [ + 419.378, + 1506.97 + ], + [ + -327.775, + 1529.51 + ], + [ + 1067.73, + 1007.78 + ], + [ + 115.344, + -740.685 + ], + [ + -808.983, + -349.996 + ], + [ + -58.33, + -747.339 + ], + [ + -450.323, + 450.616 + ], + [ + -908.688, + 1211.9 + ], + [ + 248.701, + -733.689 + ], + [ + -479.62, + 1488.89 + ], + [ + -296.96, + 1535.79 + ], + [ + -0.974328, + -749.611 + ], + [ + -191.832, + -750.568 + ], + [ + -1280.83, + 373.917 + ], + [ + 943.401, + -423.745 + ], + [ + 143.618, + -735.726 + ], + [ + -86.9005, + -744.558 + ], + [ + -1105.43, + -273.145 + ], + [ + -1107.38, + 964.04 + ], + [ + -1215.43, + 737.539 + ], + [ + 833.983, + 1264.47 + ], + [ + -980.473, + -424.188 + ], + [ + 1255.96, + 450.446 + ], + [ + -449.59, + 1498.23 + ], + [ + 1170.2, + -105.605 + ], + [ + 85.3024, + -446.305 + ], + [ + 789.094, + -510.698 + ], + [ + 463.152, + -684.465 + ], + [ + 1239.32, + 178.822 + ], + [ + -856.061, + -521.001 + ], + [ + -1247.84, + 103.79 + ], + [ + -1261.18, + 555.25 + ], + [ + -409.421, + -717.897 + ], + [ + -115.344, + -740.685 + ], + [ + 171.681, + -729.687 + ], + [ + 382.838, + -702.196 + ], + [ + 276.609, + -723.629 + ], + [ + -327.985, + -729.431 + ], + [ + 1066.45, + -279.229 + ], + [ + 835.576, + -492.817 + ], + [ + 543.447, + -657.607 + ], + [ + -419.378, + 1506.97 + ], + [ + -220.428, + -742.673 + ], + [ + -491.535, + -697.263 + ], + [ + 393.652, + -226.942 + ], + [ + -884.141, + 1229.92 + ], + [ + -918.51, + -475.296 + ], + [ + -1162.56, + -170.192 + ], + [ + -712.392, + -565.882 + ], + [ + 1168.76, + 809.464 + ], + [ + 1237.84, + 605.501 + ], + [ + 1225.42, + 630.265 + ], + [ + 1047.25, + 1029.04 + ], + [ + 859.235, + 1247.45 + ], + [ + -759.628, + -553.578 + ], + [ + -143.618, + -735.726 + ], + [ + -807.028, + -538.296 + ], + [ + 199.492, + -722.579 + ], + [ + 808.393, + 1280.98 + ], + [ + -1269.07, + 248.763 + ], + [ + 1251.77, + 324.81 + ], + [ + -1212.17, + -57.8663 + ], + [ + -1273.05, + 399.592 + ], + [ + 42.6243, + -724.757 + ], + [ + 1012.28, + -341.402 + ], + [ + 70.3417, + -722.594 + ], + [ + 896.326, + -448.2 + ], + [ + 304.112, + -712.508 + ], + [ + -14.8443, + -725.858 + ], + [ + -1087.77, + 986.108 + ], + [ + -248.701, + -733.689 + ], + [ + 266.024, + 1541.45 + ], + [ + 1124.28, + -180.514 + ], + [ + 97.956, + -719.371 + ], + [ + -42.6243, + -724.757 + ], + [ + 409.442, + -687.023 + ], + [ + -1200.36, + 761.825 + ], + [ + 489.019, + -666.23 + ], + [ + -171.681, + -729.687 + ], + [ + -355.672, + -716.339 + ], + [ + 227.011, + -714.411 + ], + [ + 756.874, + -504.843 + ], + [ + -436.607, + -701.695 + ], + [ + 234.981, + 1546.48 + ], + [ + -742.612, + -525.598 + ], + [ + 125.427, + -715.093 + ], + [ + -70.3417, + -722.594 + ], + [ + -1249.76, + 580.493 + ], + [ + -1245.5, + 128.856 + ], + [ + 590.119, + 654.76 + ], + [ + 1235.47, + 203.701 + ], + [ + 954.768, + -397.472 + ], + [ + -991.837, + -396.89 + ], + [ + 1212.9, + 39.7014 + ], + [ + 335.855, + 541.338 + ], + [ + 203.842, + 1550.89 + ], + [ + -870.153, + -497.109 + ], + [ + -666.845, + -576.427 + ], + [ + -266.024, + 1541.45 + ], + [ + 802.927, + -488.663 + ], + [ + 568.226, + -636.318 + ], + [ + -517.87, + -677.932 + ], + [ + 1231.13, + 228.498 + ], + [ + 14.8443, + -725.858 + ], + [ + 752.963, + -458.255 + ], + [ + 1212.5, + 654.773 + ], + [ + -97.956, + -719.371 + ], + [ + -833.983, + 1264.47 + ], + [ + 331.169, + -700.342 + ], + [ + 152.713, + -709.766 + ], + [ + 1152.25, + 832.797 + ], + [ + 172.622, + 1554.68 + ], + [ + -276.609, + -723.629 + ], + [ + -727.781, + -545.949 + ], + [ + 650.636, + -594.662 + ], + [ + -499.526, + -395.373 + ], + [ + -234.981, + 1546.48 + ], + [ + 848.896, + -469.503 + ], + [ + 254.198, + -705.196 + ], + [ + -199.492, + -722.579 + ], + [ + -1263.81, + 274.226 + ], + [ + 141.331, + 1557.84 + ], + [ + 1180.54, + 281.123 + ], + [ + -203.842, + 1550.89 + ], + [ + -931.312, + -449.692 + ], + [ + -1067.73, + 1007.78 + ], + [ + 1073.77, + -249.606 + ], + [ + 109.983, + 1560.36 + ], + [ + -590.119, + 654.76 + ], + [ + -774.658, + -532.342 + ], + [ + -172.622, + 1554.68 + ], + [ + -125.427, + -715.093 + ], + [ + -393.652, + -226.942 + ], + [ + -599.07, + -646.58 + ], + [ + 179.776, + -703.399 + ], + [ + 78.5914, + 1562.26 + ], + [ + -141.331, + 1557.84 + ], + [ + 435.446, + -670.843 + ], + [ + -1264.76, + 425.105 + ], + [ + -1049.37, + -337.809 + ], + [ + 473.756, + 743.307 + ], + [ + 47.1675, + 1563.52 + ], + [ + -382.838, + -702.196 + ], + [ + -109.983, + 1560.36 + ], + [ + -821.617, + -515.754 + ], + [ + -1166.83, + -137.951 + ], + [ + 15.7246, + 1564.15 + ], + [ + -78.5914, + 1562.26 + ], + [ + -15.7246, + 1564.15 + ], + [ + -47.1675, + 1563.52 + ], + [ + 1146.37, + 398.182 + ], + [ + 281.011, + -694.947 + ], + [ + 514.168, + -647.019 + ], + [ + -1184.8, + 785.803 + ], + [ + -808.393, + 1280.98 + ], + [ + -463.152, + -684.465 + ], + [ + -859.235, + 1247.45 + ], + [ + 1005.04, + 1070.31 + ], + [ + -1058.31, + -308.637 + ], + [ + 908.387, + -423.221 + ], + [ + -227.011, + -714.411 + ], + [ + 1021.34, + -313.255 + ], + [ + -304.112, + -712.508 + ], + [ + 357.74, + -687.149 + ], + [ + -152.713, + -709.766 + ], + [ + 1246.65, + 475.605 + ], + [ + 206.575, + -696.0 + ], + [ + -1242.66, + 153.87 + ], + [ + 27.8053, + -701.857 + ], + [ + 54.6568, + -700.277 + ], + [ + 1026.35, + 1049.89 + ], + [ + 770.557, + -483.702 + ], + [ + 729.705, + 1327.38 + ], + [ + 782.477, + 1296.97 + ], + [ + 81.4282, + -697.671 + ], + [ + -27.8053, + -701.857 + ], + [ + 965.403, + -370.896 + ], + [ + 1128.84, + -149.329 + ], + [ + -1112.57, + -242.446 + ], + [ + 1135.28, + 855.794 + ], + [ + -543.447, + -657.607 + ], + [ + 1199.09, + 679.017 + ], + [ + 592.172, + -614.096 + ], + [ + -1047.25, + 1029.04 + ], + [ + -54.6568, + -700.277 + ], + [ + 108.08, + -694.042 + ], + [ + 1172.67, + -73.1776 + ], + [ + -1002.44, + -369.287 + ], + [ + -883.578, + -472.836 + ], + [ + 816.143, + -466.254 + ], + [ + 307.412, + -683.678 + ], + [ + -179.776, + -703.399 + ], + [ + -1258.04, + 299.579 + ], + [ + 460.811, + -653.68 + ], + [ + 233.072, + -687.581 + ], + [ + -254.198, + -705.196 + ], + [ + -1118.85, + -211.561 + ], + [ + -409.442, + -687.023 + ], + [ + 702.872, + 1341.78 + ], + [ + 861.565, + -445.829 + ], + [ + -81.4282, + -697.671 + ], + [ + 134.574, + -689.395 + ], + [ + -1168.76, + 809.464 + ], + [ + 1244.98, + 349.91 + ], + [ + -331.169, + -700.342 + ], + [ + 983.317, + 1090.3 + ], + [ + 383.786, + -672.949 + ], + [ + -335.855, + 541.338 + ], + [ + -1255.96, + 450.446 + ], + [ + -789.094, + -510.698 + ], + [ + -943.401, + -423.745 + ], + [ + 756.244, + 1312.44 + ], + [ + -489.019, + -666.23 + ], + [ + -108.08, + -694.042 + ], + [ + 1226.52, + 525.336 + ], + [ + 538.563, + -626.858 + ], + [ + 160.87, + -683.737 + ], + [ + 1080.27, + -219.792 + ], + [ + -206.575, + -696.0 + ], + [ + 259.226, + -678.153 + ], + [ + 1226.28, + 253.203 + ], + [ + -835.576, + -492.817 + ], + [ + -1225.42, + 630.265 + ], + [ + -1237.84, + 605.501 + ], + [ + -1239.32, + 178.822 + ], + [ + -1170.2, + -105.605 + ], + [ + 1236.84, + 500.572 + ], + [ + 333.363, + -671.407 + ], + [ + 675.755, + 1355.64 + ], + [ + -281.011, + -694.947 + ], + [ + -0.912972, + -702.406 + ], + [ + 783.649, + -462.191 + ], + [ + 39.9343, + -679.018 + ], + [ + 1029.62, + -284.868 + ], + [ + 919.752, + -397.918 + ], + [ + -134.574, + -689.395 + ], + [ + 1117.84, + 878.445 + ], + [ + 65.9025, + -676.992 + ], + [ + 186.93, + -677.077 + ], + [ + -473.756, + 743.307 + ], + [ + -1066.45, + -279.229 + ], + [ + -13.9075, + -680.049 + ], + [ + 1185.2, + 702.987 + ], + [ + -729.705, + 1327.38 + ], + [ + 91.7741, + -673.972 + ], + [ + -39.9343, + -679.018 + ], + [ + 485.5, + -635.557 + ], + [ + -568.226, + -636.318 + ], + [ + -435.446, + -670.843 + ], + [ + -782.477, + 1296.97 + ], + [ + -357.74, + -687.149 + ], + [ + 409.27, + -657.761 + ], + [ + 117.511, + -669.964 + ], + [ + -1251.77, + 324.81 + ], + [ + 615.25, + -590.974 + ], + [ + 975.298, + -344.035 + ], + [ + 285.0, + -667.731 + ], + [ + -233.072, + -687.581 + ], + [ + -1152.25, + 832.797 + ], + [ + -896.326, + -448.2 + ], + [ + 212.716, + -669.423 + ], + [ + -65.9025, + -676.992 + ], + [ + 828.735, + -443.487 + ], + [ + -756.874, + -504.843 + ], + [ + -160.87, + -683.737 + ], + [ + 1229.91, + 399.676 + ], + [ + 143.076, + -664.974 + ], + [ + 1132.54, + -118.03 + ], + [ + -702.872, + 1341.78 + ], + [ + -1005.04, + 1070.31 + ], + [ + -1012.28, + -341.402 + ], + [ + 1237.7, + 374.869 + ], + [ + -307.412, + -683.678 + ], + [ + 358.825, + -658.151 + ], + [ + 873.573, + -421.813 + ], + [ + -650.636, + -594.662 + ], + [ + 1174.25, + -40.6941 + ], + [ + -1212.5, + 654.773 + ], + [ + -91.7741, + -673.972 + ], + [ + -752.963, + -458.255 + ], + [ + 238.19, + -660.788 + ], + [ + 168.431, + -659.008 + ], + [ + 1215.71, + 549.888 + ], + [ + -514.168, + -647.019 + ], + [ + -1026.35, + 1049.89 + ], + [ + -1124.28, + -180.514 + ], + [ + 562.169, + -605.779 + ], + [ + -1180.54, + 281.123 + ], + [ + 620.711, + 1381.71 + ], + [ + -802.927, + -488.663 + ], + [ + 1220.95, + 277.805 + ], + [ + -756.244, + 1312.44 + ], + [ + -954.768, + -397.472 + ], + [ + -117.511, + -669.964 + ], + [ + -1235.47, + 203.701 + ], + [ + -186.93, + -677.077 + ], + [ + 175.106, + -634.248 + ], + [ + 310.357, + -656.33 + ], + [ + -259.226, + -678.153 + ], + [ + -675.755, + 1355.64 + ], + [ + 1099.96, + 900.741 + ], + [ + 193.539, + -652.076 + ], + [ + 938.692, + 1128.94 + ], + [ + 13.9075, + -680.049 + ], + [ + -848.896, + -469.503 + ], + [ + -1212.9, + 39.7014 + ], + [ + 101.243, + -650.14 + ], + [ + 1085.94, + -189.81 + ], + [ + -1231.13, + 228.498 + ], + [ + 434.154, + -641.609 + ], + [ + 263.315, + -651.184 + ], + [ + -383.786, + -672.949 + ], + [ + 1215.11, + 302.295 + ], + [ + 796.14, + -440.325 + ], + [ + -143.076, + -664.974 + ], + [ + 76.2774, + -653.54 + ], + [ + 930.413, + -372.311 + ], + [ + -460.811, + -653.68 + ], + [ + 1170.82, + 726.672 + ], + [ + 509.478, + -616.503 + ], + [ + 592.808, + 1393.91 + ], + [ + -983.317, + 1090.3 + ], + [ + 961.199, + 1109.85 + ], + [ + 637.425, + -566.984 + ], + [ + 218.363, + -644.188 + ], + [ + -1135.28, + 855.794 + ], + [ + -333.363, + -671.407 + ], + [ + -1146.37, + 398.182 + ], + [ + -212.716, + -669.423 + ], + [ + 383.76, + -643.93 + ], + [ + 1037.11, + -256.263 + ], + [ + -592.172, + -614.096 + ], + [ + -168.431, + -659.008 + ], + [ + -1073.77, + -249.606 + ], + [ + 1221.63, + 424.322 + ], + [ + -101.243, + -650.14 + ], + [ + 840.692, + -420.381 + ], + [ + -76.2774, + -653.54 + ], + [ + 564.664, + 1405.55 + ], + [ + 335.258, + -643.966 + ], + [ + 242.866, + -635.355 + ], + [ + -285.0, + -667.731 + ], + [ + 648.364, + 1368.95 + ], + [ + -1246.65, + 475.605 + ], + [ + -908.387, + -423.221 + ], + [ + 288.054, + -640.625 + ], + [ + -1199.09, + 679.017 + ], + [ + 984.446, + -316.91 + ], + [ + -770.557, + -483.702 + ], + [ + 915.806, + 1147.59 + ], + [ + 51.1995, + -655.981 + ], + [ + -175.106, + -634.248 + ], + [ + 1204.41, + 574.218 + ], + [ + 1081.63, + 922.673 + ], + [ + 26.0464, + -657.461 + ], + [ + -238.19, + -660.788 + ], + [ + -620.711, + 1381.71 + ], + [ + -538.563, + -626.858 + ], + [ + 1135.38, + -86.6395 + ], + [ + 884.913, + -397.474 + ], + [ + -1021.34, + -313.255 + ], + [ + 126.061, + -645.787 + ], + [ + 584.95, + -583.811 + ], + [ + -193.539, + -652.076 + ], + [ + -26.0464, + -657.461 + ], + [ + 314.882, + 553.8 + ], + [ + -314.882, + 553.8 + ], + [ + -51.1995, + -655.981 + ], + [ + 1208.31, + 112.743 + ], + [ + 458.401, + -624.516 + ], + [ + -409.27, + -657.761 + ], + [ + 536.293, + 1416.61 + ], + [ + -965.403, + -370.896 + ], + [ + -816.143, + -466.254 + ], + [ + 267.014, + -625.591 + ], + [ + -0.855222, + -657.976 + ], + [ + 150.694, + -640.487 + ], + [ + 1174.93, + -8.17944 + ], + [ + 830.714, + 884.662 + ], + [ + -358.825, + -658.151 + ], + [ + -1128.84, + -149.329 + ], + [ + -592.808, + 1393.91 + ], + [ + -1117.84, + 878.445 + ], + [ + 408.133, + -628.765 + ], + [ + 312.37, + -629.127 + ], + [ + -485.5, + -635.557 + ], + [ + 1155.98, + 750.064 + ], + [ + 532.708, + -596.545 + ], + [ + -861.565, + -445.829 + ], + [ + -1172.67, + -73.1776 + ], + [ + -218.363, + -644.188 + ], + [ + -263.315, + -651.184 + ], + [ + 359.668, + -630.658 + ], + [ + 199.261, + -627.079 + ], + [ + -310.357, + -656.33 + ], + [ + -1244.98, + 349.91 + ], + [ + 892.549, + 1165.77 + ], + [ + 658.666, + -542.163 + ], + [ + -1226.52, + 525.336 + ], + [ + 1090.77, + -159.683 + ], + [ + -126.061, + -645.787 + ], + [ + 1208.79, + 326.663 + ], + [ + -564.664, + 1405.55 + ], + [ + 269.833, + -600.102 + ], + [ + 940.361, + -346.417 + ], + [ + 223.123, + -618.99 + ], + [ + 290.77, + -614.909 + ], + [ + 1212.85, + 448.796 + ], + [ + -615.25, + -590.974 + ], + [ + -1236.84, + 500.572 + ], + [ + -1185.2, + 702.987 + ], + [ + 1062.86, + 944.231 + ], + [ + -648.364, + 1368.95 + ], + [ + 246.659, + -609.993 + ], + [ + -783.649, + -462.191 + ], + [ + 712.358, + -519.13 + ], + [ + -938.692, + 1128.94 + ], + [ + 180.472, + 610.963 + ], + [ + -242.866, + -635.355 + ], + [ + 1043.8, + -227.461 + ], + [ + -150.694, + -640.487 + ], + [ + -1226.28, + 253.203 + ], + [ + 1192.63, + 598.316 + ], + [ + 852.004, + -396.952 + ], + [ + 606.874, + -560.987 + ], + [ + 992.84, + -289.543 + ], + [ + 336.228, + -616.706 + ], + [ + 808.022, + -418.122 + ], + [ + -536.293, + 1416.61 + ], + [ + -1080.27, + -219.792 + ], + [ + -919.752, + -397.918 + ], + [ + -288.054, + -640.625 + ], + [ + -434.154, + -641.609 + ], + [ + -562.169, + -605.779 + ], + [ + 481.975, + -606.508 + ], + [ + -961.199, + 1109.85 + ], + [ + -383.76, + -643.93 + ], + [ + 868.932, + 1183.48 + ], + [ + -1029.62, + -284.868 + ], + [ + -335.258, + -643.966 + ], + [ + 431.907, + -612.678 + ], + [ + 383.55, + -616.425 + ], + [ + -1099.96, + 900.741 + ], + [ + -830.714, + 884.662 + ], + [ + 1140.66, + 773.152 + ], + [ + 314.1, + -603.326 + ], + [ + 449.924, + 1446.37 + ], + [ + 895.575, + -372.83 + ], + [ + -828.735, + -443.487 + ], + [ + -199.261, + -627.079 + ], + [ + -915.806, + 1147.59 + ], + [ + -267.014, + -625.591 + ], + [ + 1137.34, + -55.1832 + ], + [ + -1229.91, + 399.676 + ], + [ + -509.478, + -616.503 + ], + [ + -975.298, + -344.035 + ], + [ + 555.158, + -575.711 + ], + [ + 420.755, + 1455.12 + ], + [ + -1215.71, + 549.888 + ], + [ + -1237.7, + 374.869 + ], + [ + 1174.7, + 24.3415 + ], + [ + 1043.66, + 965.408 + ], + [ + 359.594, + -603.38 + ], + [ + -873.573, + -421.813 + ], + [ + -223.123, + -618.99 + ], + [ + -1132.54, + -118.03 + ], + [ + -637.425, + -566.984 + ], + [ + -312.37, + -629.127 + ], + [ + -1170.82, + 726.672 + ], + [ + 1203.58, + 473.089 + ], + [ + 391.416, + 1463.28 + ], + [ + 627.907, + -537.34 + ], + [ + 507.704, + 1427.11 + ], + [ + 844.964, + 1200.71 + ], + [ + -269.833, + -600.102 + ], + [ + -1174.25, + -40.6941 + ], + [ + 336.969, + -590.857 + ], + [ + -1220.95, + 277.805 + ], + [ + -1081.63, + 922.673 + ], + [ + 678.94, + -516.548 + ], + [ + 292.611, + -589.331 + ], + [ + 949.588, + -320.259 + ], + [ + -180.472, + 610.963 + ], + [ + -246.659, + -609.993 + ], + [ + -449.924, + 1446.37 + ], + [ + 1094.78, + -129.433 + ], + [ + -796.14, + -440.325 + ], + [ + -359.668, + -630.658 + ], + [ + -290.77, + -614.909 + ], + [ + 406.87, + -601.288 + ], + [ + 829.92, + -372.772 + ], + [ + -892.549, + 1165.77 + ], + [ + -458.401, + -624.516 + ], + [ + -408.133, + -628.765 + ], + [ + 504.843, + -587.61 + ], + [ + 336.848, + -565.214 + ], + [ + 361.919, + 1470.86 + ], + [ + 819.285, + -395.599 + ], + [ + 455.048, + -595.693 + ], + [ + 862.664, + -373.22 + ], + [ + 181.266, + -610.728 + ], + [ + -1215.11, + 302.295 + ], + [ + -420.755, + 1455.12 + ], + [ + 1201.98, + 350.898 + ], + [ + 478.911, + 1437.03 + ], + [ + 1000.47, + -261.954 + ], + [ + -584.95, + -583.811 + ], + [ + -1085.94, + -189.81 + ], + [ + 1124.89, + 795.928 + ], + [ + -930.413, + -372.311 + ], + [ + 905.55, + -347.901 + ], + [ + 332.275, + 1477.84 + ], + [ + 820.654, + 1217.45 + ], + [ + 382.432, + -589.17 + ], + [ + -391.416, + 1463.28 + ], + [ + -336.228, + -616.706 + ], + [ + -1221.63, + 424.322 + ], + [ + 314.96, + -577.696 + ], + [ + 1024.04, + 986.195 + ], + [ + -1204.41, + 574.218 + ], + [ + -1037.11, + -256.263 + ], + [ + -532.708, + -596.545 + ], + [ + -840.692, + -420.381 + ], + [ + 359.344, + -577.523 + ], + [ + -13.0256, + -636.927 + ], + [ + -507.704, + 1427.11 + ], + [ + -868.932, + 1183.48 + ], + [ + -314.1, + -603.326 + ], + [ + -361.919, + 1470.86 + ], + [ + 1193.83, + 497.19 + ], + [ + 576.793, + -554.034 + ], + [ + -1062.86, + 944.231 + ], + [ + -1155.98, + 750.064 + ], + [ + -984.446, + -316.91 + ], + [ + 1138.43, + -23.6845 + ], + [ + -181.266, + -610.728 + ], + [ + 1167.61, + 645.776 + ], + [ + 1194.68, + 374.992 + ], + [ + -383.55, + -616.425 + ], + [ + -332.275, + 1477.84 + ], + [ + -658.666, + -542.163 + ], + [ + 429.593, + -585.269 + ], + [ + -884.913, + -397.474 + ], + [ + -478.911, + 1437.03 + ], + [ + 1173.58, + 56.8438 + ], + [ + 1180.36, + 622.172 + ], + [ + -1135.38, + -86.6395 + ], + [ + 12.1978, + 636.943 + ], + [ + -431.907, + -612.678 + ], + [ + -481.975, + -606.508 + ], + [ + 477.521, + -577.833 + ], + [ + 1049.7, + -198.485 + ], + [ + -1208.31, + 112.743 + ], + [ + 958.088, + -293.855 + ], + [ + 526.971, + -567.85 + ], + [ + 1004.01, + 1006.58 + ], + [ + -156.948, + 617.424 + ], + [ + -606.874, + -560.987 + ], + [ + 872.663, + -349.202 + ], + [ + -292.611, + -589.331 + ], + [ + 1108.66, + 818.382 + ], + [ + -359.594, + -603.38 + ], + [ + 698.22, + -490.174 + ], + [ + 1186.9, + 398.935 + ], + [ + 404.709, + -574.096 + ], + [ + 597.582, + -531.544 + ], + [ + 1097.94, + -99.0837 + ], + [ + -1174.93, + -8.17944 + ], + [ + -844.964, + 1200.71 + ], + [ + -712.358, + -519.13 + ], + [ + 648.02, + -512.906 + ], + [ + 381.192, + -563.341 + ], + [ + -336.969, + -590.857 + ], + [ + 872.162, + 127.605 + ], + [ + 1054.79, + -169.357 + ], + [ + 156.948, + 617.424 + ], + [ + -1212.85, + 448.796 + ], + [ + 771.048, + 1249.46 + ], + [ + -1208.79, + 326.663 + ], + [ + -1140.66, + 773.152 + ], + [ + -1192.63, + 598.316 + ], + [ + 1007.34, + -234.164 + ], + [ + -1043.66, + 965.408 + ], + [ + 914.832, + -322.705 + ], + [ + 336.558, + -540.901 + ], + [ + -940.361, + -346.417 + ], + [ + -1090.77, + -159.683 + ], + [ + -336.848, + -565.214 + ], + [ + 1183.59, + 521.091 + ], + [ + 91.3081, + 1511.97 + ], + [ + -808.022, + -418.122 + ], + [ + -555.158, + -575.711 + ], + [ + 1195.34, + 209.449 + ], + [ + -12.1978, + 636.943 + ], + [ + 157.75, + -617.22 + ], + [ + 60.8926, + 1513.5 + ], + [ + -852.004, + -396.952 + ], + [ + -406.87, + -601.288 + ], + [ + 30.4524, + 1514.42 + ], + [ + -91.3081, + 1511.97 + ], + [ + 0.0, + 1514.73 + ], + [ + -60.8926, + 1513.5 + ], + [ + -30.4524, + 1514.42 + ], + [ + 358.241, + -551.902 + ], + [ + -1043.8, + -227.461 + ], + [ + -314.96, + -577.696 + ], + [ + 451.686, + -568.392 + ], + [ + 1154.39, + 669.119 + ], + [ + -820.654, + 1217.45 + ], + [ + -992.84, + -289.543 + ], + [ + 302.497, + 1484.22 + ], + [ + 796.012, + 1233.7 + ], + [ + 983.568, + 1026.56 + ], + [ + 765.357, + -437.24 + ], + [ + -455.048, + -595.693 + ], + [ + 745.773, + 1264.71 + ], + [ + -382.432, + -589.17 + ], + [ + 1138.65, + 7.83226 + ], + [ + 499.295, + -559.127 + ], + [ + 272.597, + 1490.0 + ], + [ + -504.843, + -587.61 + ], + [ + 1091.98, + 840.505 + ], + [ + -627.907, + -537.34 + ], + [ + 426.392, + -558.18 + ], + [ + -895.575, + -372.83 + ], + [ + 13.0256, + -636.927 + ], + [ + -359.344, + -577.523 + ], + [ + 402.481, + -548.333 + ], + [ + 548.326, + -547.258 + ], + [ + -1024.04, + 986.195 + ], + [ + 242.587, + 1495.18 + ], + [ + -678.94, + -516.548 + ], + [ + 965.854, + -267.226 + ], + [ + 839.919, + -349.66 + ], + [ + -1137.34, + -55.1832 + ], + [ + -302.497, + 1484.22 + ], + [ + 881.993, + -324.916 + ], + [ + 1171.56, + 89.3025 + ], + [ + 85.9546, + -631.235 + ], + [ + 1031.1, + 639.954 + ], + [ + -1124.89, + 795.928 + ], + [ + 212.478, + 1499.75 + ], + [ + -1203.58, + 473.089 + ], + [ + 720.196, + 1279.44 + ], + [ + -1174.7, + 24.3415 + ], + [ + -272.597, + 1490.0 + ], + [ + -576.793, + -554.034 + ], + [ + 716.475, + -463.082 + ], + [ + 379.109, + -537.782 + ], + [ + -157.75, + -617.22 + ], + [ + 667.182, + -487.719 + ], + [ + 1100.26, + -68.6587 + ], + [ + 182.284, + 1503.72 + ], + [ + -242.587, + 1495.18 + ], + [ + 962.731, + 1046.13 + ], + [ + 617.495, + -508.275 + ], + [ + -429.593, + -585.269 + ], + [ + -771.048, + 1249.46 + ], + [ + 1168.64, + 121.693 + ], + [ + -829.92, + -372.772 + ], + [ + 152.016, + 1507.08 + ], + [ + 1059.07, + -140.099 + ], + [ + -212.478, + 1499.75 + ], + [ + -949.588, + -320.259 + ], + [ + -819.285, + -395.599 + ], + [ + 1013.43, + -206.194 + ], + [ + 923.413, + -297.263 + ], + [ + -85.9546, + -631.235 + ], + [ + -336.558, + -540.901 + ], + [ + 121.687, + 1509.83 + ], + [ + 1140.7, + 692.192 + ], + [ + 473.117, + -550.682 + ], + [ + -182.284, + 1503.72 + ], + [ + -1004.01, + 1006.58 + ], + [ + -1094.78, + -129.433 + ], + [ + -862.664, + -373.22 + ], + [ + -1201.98, + 350.898 + ], + [ + -404.709, + -574.096 + ], + [ + -152.016, + 1507.08 + ], + [ + 694.329, + 1293.66 + ], + [ + 1074.87, + 862.289 + ], + [ + -121.687, + 1509.83 + ], + [ + -381.192, + -563.341 + ], + [ + -477.521, + -577.833 + ], + [ + 447.451, + -541.446 + ], + [ + 568.876, + -525.863 + ], + [ + 520.336, + -539.6 + ], + [ + 423.18, + -532.521 + ], + [ + -1000.47, + -261.954 + ], + [ + 1178.64, + 422.716 + ], + [ + -872.162, + 127.605 + ], + [ + -796.012, + 1233.7 + ], + [ + -526.971, + -567.85 + ], + [ + 232.391, + 390.46 + ], + [ + -905.55, + -347.901 + ], + [ + -745.773, + 1264.71 + ], + [ + -1167.61, + 645.776 + ], + [ + -1193.83, + 497.19 + ], + [ + 586.408, + -248.94 + ], + [ + -1108.66, + 818.382 + ], + [ + -358.241, + -551.902 + ], + [ + 399.421, + -522.873 + ], + [ + 941.505, + 1065.27 + ], + [ + -1180.36, + 622.172 + ], + [ + 1138.0, + 39.3431 + ], + [ + -597.582, + -531.544 + ], + [ + 849.274, + -326.281 + ], + [ + 1161.69, + 568.25 + ], + [ + 1172.88, + 544.78 + ], + [ + -1194.68, + 374.992 + ], + [ + 972.88, + -240.392 + ], + [ + 890.648, + -300.381 + ], + [ + -648.02, + -512.906 + ], + [ + -720.196, + 1279.44 + ], + [ + 419.147, + -507.197 + ], + [ + -983.568, + 1026.56 + ], + [ + -698.22, + -490.174 + ], + [ + -1138.43, + -23.6845 + ], + [ + -451.686, + -568.392 + ], + [ + 1057.31, + 883.724 + ], + [ + 1126.56, + 714.985 + ], + [ + -1173.58, + 56.8438 + ], + [ + 641.762, + 1320.53 + ], + [ + 685.366, + -461.817 + ], + [ + 636.503, + -484.26 + ], + [ + -1186.9, + 398.935 + ], + [ + 540.614, + -519.283 + ], + [ + 493.854, + -532.164 + ], + [ + -426.392, + -558.18 + ], + [ + 1101.74, + -38.1812 + ], + [ + 733.68, + -435.311 + ], + [ + -402.481, + -548.333 + ], + [ + 33.6476, + -615.225 + ], + [ + -0.585888, + -616.144 + ], + [ + -1049.7, + -198.485 + ], + [ + -872.663, + -349.202 + ], + [ + -958.088, + -293.855 + ], + [ + 1018.75, + -178.067 + ], + [ + 931.286, + -271.592 + ], + [ + 66.6123, + -612.533 + ], + [ + 1062.54, + -110.734 + ], + [ + 588.593, + -503.697 + ], + [ + -499.295, + -559.127 + ], + [ + -694.329, + 1293.66 + ], + [ + 443.259, + -515.929 + ], + [ + -33.6476, + -615.225 + ], + [ + 1164.82, + 153.99 + ], + [ + 467.853, + -523.917 + ], + [ + 919.898, + 1083.99 + ], + [ + 1169.9, + 446.326 + ], + [ + -1097.94, + -99.0837 + ], + [ + -1091.98, + 840.505 + ], + [ + -1183.59, + 521.091 + ], + [ + -379.109, + -537.782 + ], + [ + -1154.39, + 669.119 + ], + [ + 99.3851, + -608.076 + ], + [ + 615.084, + 1333.17 + ], + [ + -548.326, + -547.258 + ], + [ + -962.731, + 1046.13 + ], + [ + -1054.79, + -169.357 + ], + [ + -66.6123, + -612.533 + ], + [ + -1007.34, + -234.164 + ], + [ + -914.832, + -322.705 + ], + [ + 1150.03, + 591.49 + ], + [ + 857.979, + -302.651 + ], + [ + -1195.34, + 209.449 + ], + [ + -232.391, + 390.46 + ], + [ + 131.871, + -601.867 + ], + [ + 668.18, + 1307.36 + ], + [ + 1160.7, + 469.756 + ], + [ + -765.357, + -437.24 + ], + [ + 1039.33, + 904.802 + ], + [ + 588.157, + 1345.26 + ], + [ + 250.083, + -585.922 + ], + [ + -99.3851, + -608.076 + ], + [ + 897.919, + 1102.26 + ], + [ + -1031.1, + 639.954 + ], + [ + 866.027, + -278.789 + ], + [ + 367.064, + -267.822 + ], + [ + 560.099, + -498.204 + ], + [ + -641.762, + 1320.53 + ], + [ + -473.117, + -550.682 + ], + [ + 1136.47, + 70.8237 + ], + [ + 898.62, + -275.616 + ], + [ + 979.16, + -213.374 + ], + [ + -667.182, + -487.719 + ], + [ + 163.978, + -593.923 + ], + [ + -617.495, + -508.275 + ], + [ + -423.18, + -532.521 + ], + [ + -1138.65, + 7.83226 + ], + [ + -447.451, + -541.446 + ], + [ + -839.919, + -349.66 + ], + [ + -1074.87, + 862.289 + ], + [ + -941.505, + 1065.27 + ], + [ + -716.475, + -463.082 + ], + [ + 513.866, + -512.866 + ], + [ + -399.421, + -522.873 + ], + [ + -131.871, + -601.867 + ], + [ + -965.854, + -267.226 + ], + [ + -1140.7, + 692.192 + ], + [ + 462.687, + -498.579 + ], + [ + 654.577, + -459.536 + ], + [ + -520.336, + -539.6 + ], + [ + -615.084, + 1333.17 + ], + [ + -881.993, + -324.916 + ], + [ + -1171.56, + 89.3025 + ], + [ + -568.876, + -525.863 + ], + [ + 702.545, + -435.238 + ], + [ + 487.569, + -505.621 + ], + [ + 1151.02, + 492.996 + ], + [ + 938.446, + -245.713 + ], + [ + 438.259, + -490.777 + ], + [ + 1137.9, + 614.491 + ], + [ + 1102.37, + -7.67434 + ], + [ + 1023.29, + -149.804 + ], + [ + -586.408, + -248.94 + ], + [ + 749.808, + -406.902 + ], + [ + 1065.2, + -81.2846 + ], + [ + 875.578, + 1120.09 + ], + [ + 607.446, + -480.792 + ], + [ + -419.147, + -507.197 + ], + [ + 1020.93, + 925.514 + ], + [ + 195.612, + -584.268 + ], + [ + -1100.26, + -68.6587 + ], + [ + 1160.11, + 186.169 + ], + [ + 533.126, + -492.815 + ], + [ + -1168.64, + 121.693 + ], + [ + -668.18, + 1307.36 + ], + [ + -588.157, + 1345.26 + ], + [ + 1096.9, + 759.695 + ], + [ + -1059.07, + -140.099 + ], + [ + 16.5754, + -596.214 + ], + [ + -923.413, + -297.263 + ], + [ + -1057.31, + 883.724 + ], + [ + -1013.43, + -206.194 + ], + [ + -163.978, + -593.923 + ], + [ + 48.5447, + -594.466 + ], + [ + -919.898, + 1083.99 + ], + [ + 1090.12, + 533.243 + ], + [ + -16.5754, + -596.214 + ], + [ + 1111.96, + 737.489 + ], + [ + -1178.64, + 422.716 + ], + [ + -250.083, + -585.922 + ], + [ + 80.374, + -591.004 + ], + [ + -48.5447, + -594.466 + ], + [ + 467.808, + -432.436 + ], + [ + -493.854, + -532.164 + ], + [ + 315.602, + -553.391 + ], + [ + 481.437, + -480.499 + ], + [ + -443.259, + -515.929 + ], + [ + -1161.69, + 568.25 + ], + [ + -540.614, + -519.283 + ], + [ + 852.882, + 1137.47 + ], + [ + -1172.88, + 544.78 + ], + [ + 984.691, + -186.193 + ], + [ + 111.972, + -585.84 + ], + [ + -467.853, + -523.917 + ], + [ + 226.682, + -572.93 + ], + [ + 905.904, + -250.639 + ], + [ + -1126.56, + 714.985 + ], + [ + 506.57, + -486.582 + ], + [ + 1174.65, + 304.8 + ], + [ + 478.184, + 1388.16 + ], + [ + 1134.08, + 102.25 + ], + [ + -636.503, + -484.26 + ], + [ + -849.274, + -326.281 + ], + [ + -80.374, + -591.004 + ], + [ + -897.919, + 1102.26 + ], + [ + 474.527, + -455.804 + ], + [ + 578.763, + -476.394 + ], + [ + 1125.32, + 637.243 + ], + [ + 674.805, + 567.087 + ], + [ + 1002.12, + 945.852 + ], + [ + -588.593, + -503.697 + ], + [ + 560.993, + 1356.81 + ], + [ + -685.366, + -461.817 + ], + [ + 456.728, + -473.637 + ], + [ + -1138.0, + 39.3431 + ], + [ + -367.064, + -267.822 + ], + [ + -195.612, + -584.268 + ], + [ + 143.247, + -578.988 + ], + [ + -972.88, + -240.392 + ], + [ + 798.986, + -372.251 + ], + [ + -890.648, + -300.381 + ], + [ + -733.68, + -435.311 + ], + [ + 450.179, + 1397.5 + ], + [ + 944.887, + -219.646 + ], + [ + 671.691, + -434.137 + ], + [ + -1039.33, + 904.802 + ], + [ + 616.418, + 1045.34 + ], + [ + 718.694, + -408.02 + ], + [ + 1102.16, + 22.8384 + ], + [ + 1027.05, + -121.425 + ], + [ + 1081.41, + 781.594 + ], + [ + -111.972, + -585.84 + ], + [ + 625.409, + -457.182 + ], + [ + 533.602, + 1367.82 + ], + [ + 1067.04, + -51.7724 + ], + [ + 829.842, + 1154.38 + ], + [ + -1169.9, + 446.326 + ], + [ + 421.993, + 1406.27 + ], + [ + 499.481, + -461.714 + ], + [ + 1140.87, + 516.036 + ], + [ + 764.838, + -377.896 + ], + [ + 257.099, + -559.941 + ], + [ + 155.769, + -426.85 + ], + [ + -1101.74, + -38.1812 + ], + [ + -1018.75, + -178.067 + ], + [ + 174.109, + -570.467 + ], + [ + -875.578, + 1120.09 + ], + [ + -478.184, + 1388.16 + ], + [ + 1154.52, + 218.205 + ], + [ + -1150.03, + 591.49 + ], + [ + -1164.82, + 153.99 + ], + [ + -560.099, + -498.204 + ], + [ + -931.286, + -271.592 + ], + [ + -1062.54, + -110.734 + ], + [ + 524.828, + -466.831 + ], + [ + 551.603, + -472.042 + ], + [ + -155.769, + -426.85 + ], + [ + 505.995, + 1378.27 + ], + [ + 982.901, + 965.808 + ], + [ + 393.636, + 1414.46 + ], + [ + -616.418, + 1045.34 + ], + [ + -143.247, + -578.988 + ], + [ + -1160.7, + 469.756 + ], + [ + -462.687, + -498.579 + ], + [ + -438.259, + -490.777 + ], + [ + -513.866, + -512.866 + ], + [ + -560.993, + 1356.81 + ], + [ + -226.682, + -572.93 + ], + [ + 873.411, + -254.714 + ], + [ + -450.179, + 1397.5 + ], + [ + -857.979, + -302.651 + ], + [ + -487.569, + -505.621 + ], + [ + -1020.93, + 925.514 + ], + [ + 806.466, + 1170.83 + ], + [ + 31.496, + -575.885 + ], + [ + 989.467, + -158.869 + ], + [ + 62.3528, + -573.365 + ], + [ + 912.494, + -225.471 + ], + [ + -0.548424, + -576.745 + ], + [ + -421.993, + 1406.27 + ], + [ + 204.47, + -560.302 + ], + [ + -315.602, + -553.391 + ], + [ + -852.882, + 1137.47 + ], + [ + 596.579, + -453.886 + ], + [ + -533.602, + 1367.82 + ], + [ + -31.496, + -575.885 + ], + [ + 1130.81, + 133.598 + ], + [ + -654.577, + -459.536 + ], + [ + 93.03, + -569.193 + ], + [ + -866.027, + -278.789 + ], + [ + 1065.48, + 803.177 + ], + [ + 286.775, + -545.338 + ], + [ + -607.446, + -480.792 + ], + [ + -393.636, + 1414.46 + ], + [ + -467.808, + -432.436 + ], + [ + -1136.47, + 70.8237 + ], + [ + -898.62, + -275.616 + ], + [ + -1137.9, + 614.491 + ], + [ + -62.3528, + -573.365 + ], + [ + -174.109, + -570.467 + ], + [ + -979.16, + -213.374 + ], + [ + 1130.27, + 538.868 + ], + [ + 782.764, + 1186.81 + ], + [ + -702.545, + -435.238 + ], + [ + 963.286, + 985.373 + ], + [ + 950.604, + -193.411 + ], + [ + 687.82, + -408.102 + ], + [ + -1090.12, + 533.243 + ], + [ + -1151.02, + 492.996 + ], + [ + -1096.9, + 759.695 + ], + [ + 123.439, + -563.381 + ], + [ + 1119.21, + 561.483 + ], + [ + -505.995, + 1378.27 + ], + [ + 1030.01, + -92.9537 + ], + [ + -749.808, + -406.902 + ], + [ + 1101.11, + 53.3335 + ], + [ + -481.437, + -480.499 + ], + [ + 642.454, + -432.902 + ], + [ + -1111.96, + 737.489 + ], + [ + -533.126, + -492.815 + ], + [ + 733.789, + -380.205 + ], + [ + -93.03, + -569.193 + ], + [ + 1068.07, + -22.2206 + ], + [ + -257.099, + -559.941 + ], + [ + -1002.12, + 945.852 + ], + [ + -829.842, + 1154.38 + ], + [ + -506.57, + -486.582 + ], + [ + 234.241, + -548.523 + ], + [ + 1098.79, + 681.966 + ], + [ + -474.527, + -455.804 + ], + [ + -1023.29, + -149.804 + ], + [ + 1112.28, + 659.738 + ], + [ + -938.446, + -245.713 + ], + [ + -1102.37, + -7.67434 + ], + [ + -674.805, + 567.087 + ], + [ + 569.272, + -450.577 + ], + [ + 153.492, + -555.945 + ], + [ + -1065.2, + -81.2846 + ], + [ + -456.728, + -473.637 + ], + [ + 249.695, + 1446.83 + ], + [ + 1148.03, + 250.075 + ], + [ + 778.745, + -348.335 + ], + [ + -1160.11, + 186.169 + ], + [ + 758.746, + 1202.31 + ], + [ + 516.792, + -442.252 + ], + [ + 880.126, + -230.443 + ], + [ + 220.557, + 1451.56 + ], + [ + -204.47, + -560.302 + ], + [ + -123.439, + -563.381 + ], + [ + -578.763, + -476.394 + ], + [ + 943.281, + 1004.54 + ], + [ + 315.625, + -529.164 + ], + [ + 542.317, + -446.394 + ], + [ + 191.33, + 1455.7 + ], + [ + 491.63, + -437.301 + ], + [ + -249.695, + 1446.83 + ], + [ + -1125.32, + 637.243 + ], + [ + 365.119, + 1422.09 + ], + [ + 993.484, + -131.423 + ], + [ + -806.466, + 1170.83 + ], + [ + 918.385, + -200.13 + ], + [ + 613.519, + -430.712 + ], + [ + 45.4307, + -556.333 + ], + [ + 162.026, + 1459.25 + ], + [ + -15.5122, + -557.969 + ], + [ + -1081.41, + 781.594 + ], + [ + 183.104, + -546.908 + ], + [ + -220.557, + 1451.56 + ], + [ + 886.167, + -205.996 + ], + [ + 132.656, + 1462.21 + ], + [ + -499.481, + -461.714 + ], + [ + 15.5122, + -557.969 + ], + [ + -1174.65, + 304.8 + ], + [ + -982.901, + 965.808 + ], + [ + 75.2183, + -553.093 + ], + [ + -191.33, + 1455.7 + ], + [ + 734.422, + 1217.32 + ], + [ + 336.456, + 1429.15 + ], + [ + 1154.14, + 375.054 + ], + [ + 263.338, + -535.163 + ], + [ + -984.691, + -186.193 + ], + [ + 1126.68, + 164.844 + ], + [ + 103.232, + 1464.58 + ], + [ + -45.4307, + -556.333 + ], + [ + -671.691, + -434.137 + ], + [ + -625.409, + -457.182 + ], + [ + -286.775, + -545.338 + ], + [ + -162.026, + 1459.25 + ], + [ + -905.904, + -250.639 + ], + [ + -153.492, + -555.945 + ], + [ + 955.593, + -167.028 + ], + [ + 73.7672, + 1466.36 + ], + [ + -782.764, + 1186.81 + ], + [ + -132.656, + 1462.21 + ], + [ + -1134.08, + 102.25 + ], + [ + 44.2723, + 1467.55 + ], + [ + -798.986, + -372.251 + ], + [ + -103.232, + 1464.58 + ], + [ + -718.694, + -408.02 + ], + [ + 1084.86, + 703.919 + ], + [ + 14.7594, + 1468.14 + ], + [ + -73.7672, + 1466.36 + ], + [ + -524.828, + -466.831 + ], + [ + 307.656, + 1435.62 + ], + [ + -14.7594, + 1468.14 + ], + [ + -44.2723, + 1467.55 + ], + [ + 702.941, + -381.468 + ], + [ + 104.789, + -548.26 + ], + [ + -551.603, + -472.042 + ], + [ + 1032.19, + -64.411 + ], + [ + 658.558, + -407.987 + ], + [ + -365.119, + 1422.09 + ], + [ + -75.2183, + -553.093 + ], + [ + 922.895, + 1023.3 + ], + [ + -234.241, + -548.523 + ], + [ + 1068.27, + 7.34817 + ], + [ + 1099.21, + 83.7879 + ], + [ + 1107.69, + 583.87 + ], + [ + 709.8, + 1231.84 + ], + [ + -1140.87, + 516.036 + ], + [ + 278.731, + 1441.52 + ], + [ + 586.106, + -428.451 + ], + [ + 1032.33, + 845.36 + ], + [ + 212.187, + -536.294 + ], + [ + -336.456, + 1429.15 + ], + [ + -764.838, + -377.896 + ], + [ + -1102.16, + 22.8384 + ], + [ + 1049.12, + 824.435 + ], + [ + -944.887, + -219.646 + ], + [ + 747.808, + -351.831 + ], + [ + -963.286, + 985.373 + ], + [ + -1027.05, + -121.425 + ], + [ + 533.346, + -422.141 + ], + [ + 865.606, + 850.552 + ], + [ + 396.346, + -498.754 + ], + [ + 343.566, + -511.465 + ], + [ + -1067.04, + -51.7724 + ], + [ + -758.746, + 1202.31 + ], + [ + 134.058, + -541.847 + ], + [ + -307.656, + 1435.62 + ], + [ + 1140.67, + 281.752 + ], + [ + -1065.48, + 803.177 + ], + [ + -183.104, + -546.908 + ], + [ + -1154.52, + 218.205 + ], + [ + -104.789, + -548.26 + ], + [ + -278.731, + 1441.52 + ], + [ + 291.675, + -520.261 + ], + [ + 791.511, + -318.264 + ], + [ + -596.579, + -453.886 + ], + [ + 559.011, + -425.303 + ], + [ + 508.013, + -418.158 + ], + [ + 629.56, + -406.906 + ], + [ + 420.316, + 172.626 + ], + [ + 1070.49, + 725.587 + ], + [ + 923.572, + -174.636 + ], + [ + -873.411, + -254.714 + ], + [ + 835.225, + -281.689 + ], + [ + 996.741, + -103.877 + ], + [ + -315.625, + -529.164 + ], + [ + 29.4688, + -538.819 + ], + [ + 902.136, + 1041.65 + ], + [ + 162.941, + -533.873 + ], + [ + -734.422, + 1217.32 + ], + [ + 58.3396, + -536.461 + ], + [ + 240.659, + -524.136 + ], + [ + 1015.12, + 865.944 + ], + [ + -263.338, + -535.163 + ], + [ + -29.4688, + -538.819 + ], + [ + -943.281, + 1004.54 + ], + [ + -1130.27, + 538.868 + ], + [ + -989.467, + -158.869 + ], + [ + 659.706, + 1259.38 + ], + [ + -134.058, + -541.847 + ], + [ + -687.82, + -408.102 + ], + [ + 959.85, + -140.516 + ], + [ + -642.454, + -432.902 + ], + [ + -1130.81, + 133.598 + ], + [ + -912.494, + -225.471 + ], + [ + -1119.21, + 561.483 + ], + [ + 1121.69, + 195.963 + ], + [ + 87.0423, + -532.558 + ], + [ + -516.792, + -442.252 + ], + [ + 880.412, + -42.7172 + ], + [ + -569.272, + -450.577 + ], + [ + -58.3396, + -536.461 + ], + [ + -0.513126, + -539.624 + ], + [ + -212.187, + -536.294 + ], + [ + 1095.73, + 606.021 + ], + [ + -1098.79, + 681.966 + ], + [ + -709.8, + 1231.84 + ], + [ + 673.695, + -382.474 + ], + [ + 1033.58, + -35.819 + ], + [ + -1112.28, + 659.738 + ], + [ + -733.789, + -380.205 + ], + [ + -491.63, + -437.301 + ], + [ + 602.08, + -405.697 + ], + [ + 1096.47, + 114.178 + ], + [ + 717.031, + -354.275 + ], + [ + 1067.66, + 36.9114 + ], + [ + 549.117, + -401.412 + ], + [ + 370.516, + -492.292 + ], + [ + 115.494, + -527.12 + ], + [ + 191.354, + -524.36 + ], + [ + 634.254, + 1272.38 + ], + [ + -950.604, + -193.411 + ], + [ + 319.172, + -503.86 + ], + [ + -1030.01, + -92.9537 + ], + [ + 881.012, + 1059.57 + ], + [ + -542.317, + -446.394 + ], + [ + 891.528, + -181.391 + ], + [ + -1101.11, + 53.3335 + ], + [ + -420.316, + 172.626 + ], + [ + -87.0423, + -532.558 + ], + [ + 1055.69, + 746.961 + ], + [ + -1068.07, + -22.2206 + ], + [ + -922.895, + 1023.3 + ], + [ + -778.745, + -348.335 + ], + [ + -162.941, + -533.873 + ], + [ + 268.438, + -510.467 + ], + [ + -1148.03, + 250.075 + ], + [ + 684.891, + 1245.86 + ], + [ + 574.884, + -403.589 + ], + [ + 997.511, + 886.177 + ], + [ + 760.73, + -322.942 + ], + [ + -613.519, + -430.712 + ], + [ + 523.65, + -398.401 + ], + [ + 1132.44, + 313.214 + ], + [ + 1083.32, + 627.927 + ], + [ + 608.545, + 1284.88 + ], + [ + -343.566, + -511.465 + ], + [ + -291.675, + -520.261 + ], + [ + -880.126, + -230.443 + ], + [ + 143.613, + -520.163 + ], + [ + 644.677, + -382.504 + ], + [ + 999.234, + -76.2506 + ], + [ + -396.346, + -498.754 + ], + [ + -115.494, + -527.12 + ], + [ + -240.659, + -524.136 + ], + [ + 928.051, + -149.008 + ], + [ + -659.706, + 1259.38 + ], + [ + 859.532, + 1077.07 + ], + [ + 42.4961, + -520.397 + ], + [ + -1032.33, + 845.36 + ], + [ + -1084.86, + 703.919 + ], + [ + -14.5102, + -521.928 + ], + [ + 803.116, + -287.726 + ], + [ + 219.215, + -513.337 + ], + [ + -865.606, + 850.552 + ], + [ + 1070.48, + 649.58 + ], + [ + -1049.12, + 824.435 + ], + [ + -1154.14, + 375.054 + ], + [ + 565.641, + -293.081 + ], + [ + 70.3596, + -517.367 + ], + [ + -993.484, + -131.423 + ], + [ + -42.4961, + -520.397 + ], + [ + 963.371, + -113.897 + ], + [ + -918.385, + -200.13 + ], + [ + -902.136, + 1041.65 + ], + [ + -658.558, + -407.987 + ], + [ + -533.346, + -422.141 + ], + [ + -586.106, + -428.451 + ], + [ + -886.167, + -205.996 + ], + [ + -702.941, + -381.468 + ], + [ + -1126.68, + 164.844 + ], + [ + -191.354, + -524.36 + ], + [ + 14.5102, + -521.928 + ], + [ + 538.52, + -378.06 + ], + [ + -634.254, + 1272.38 + ], + [ + -1107.69, + 583.87 + ], + [ + 171.318, + -511.707 + ], + [ + 345.75, + -486.007 + ], + [ + 979.493, + 906.052 + ], + [ + 98.0203, + -512.846 + ], + [ + 1034.17, + -7.19956 + ], + [ + 1040.46, + 768.034 + ], + [ + 295.443, + -495.327 + ], + [ + -955.593, + -167.028 + ], + [ + 617.171, + -382.347 + ], + [ + -508.013, + -418.158 + ], + [ + -70.3596, + -517.367 + ], + [ + 687.845, + -356.399 + ], + [ + 564.083, + -380.093 + ], + [ + 396.399, + -471.701 + ], + [ + -143.613, + -520.163 + ], + [ + 1066.23, + 66.4463 + ], + [ + 1092.89, + 144.481 + ], + [ + -559.011, + -425.303 + ], + [ + 837.704, + 1094.13 + ], + [ + -1032.19, + -64.411 + ], + [ + -1015.12, + 865.944 + ], + [ + -747.808, + -351.831 + ], + [ + -684.891, + 1245.86 + ], + [ + -608.545, + 1284.88 + ], + [ + -1099.21, + 83.7879 + ], + [ + 730.069, + -326.562 + ], + [ + -1068.27, + 7.34817 + ], + [ + -1070.49, + 725.587 + ], + [ + 246.445, + -500.834 + ], + [ + -319.172, + -503.86 + ], + [ + 125.399, + -506.847 + ], + [ + 896.207, + -156.648 + ], + [ + -268.438, + -510.467 + ], + [ + -881.012, + 1059.57 + ], + [ + 1123.34, + 344.436 + ], + [ + 589.915, + -381.282 + ], + [ + -1140.67, + 281.752 + ], + [ + 529.986, + 1319.23 + ], + [ + -98.0203, + -512.846 + ], + [ + -629.56, + -406.906 + ], + [ + -370.516, + -492.292 + ], + [ + 1120.28, + 466.561 + ], + [ + 27.558, + -503.881 + ], + [ + 450.908, + -450.03 + ], + [ + 198.53, + -501.777 + ], + [ + -791.511, + -318.264 + ], + [ + 772.537, + -293.579 + ], + [ + -219.215, + -513.337 + ], + [ + 861.236, + -187.677 + ], + [ + 1115.84, + 226.933 + ], + [ + 54.5568, + -501.676 + ], + [ + 658.85, + -357.541 + ], + [ + 1000.96, + -48.5662 + ], + [ + 961.08, + 925.561 + ], + [ + -27.558, + -503.881 + ], + [ + -171.318, + -511.707 + ], + [ + 931.82, + -123.266 + ], + [ + 503.357, + 1329.61 + ], + [ + -880.412, + -42.7172 + ], + [ + 372.096, + 1155.1 + ], + [ + 152.416, + -499.388 + ], + [ + 1024.8, + 788.797 + ], + [ + -835.225, + -281.689 + ], + [ + 81.3983, + -498.026 + ], + [ + -923.572, + -174.636 + ], + [ + 582.591, + 1296.85 + ], + [ + -1095.73, + 606.021 + ], + [ + -549.117, + -401.412 + ], + [ + -859.532, + 1077.07 + ], + [ + -997.511, + 886.177 + ], + [ + -996.741, + -103.877 + ], + [ + 321.597, + -478.76 + ], + [ + -54.5568, + -501.676 + ], + [ + -372.096, + 1155.1 + ], + [ + 966.154, + -87.1908 + ], + [ + -125.399, + -506.847 + ], + [ + -602.08, + -405.697 + ], + [ + -673.695, + -382.474 + ], + [ + 371.331, + -466.754 + ], + [ + -0.479854, + -504.634 + ], + [ + 1109.13, + 257.728 + ], + [ + -1121.69, + 195.963 + ], + [ + 813.543, + -256.766 + ], + [ + 272.965, + -486.888 + ], + [ + -1055.69, + 746.961 + ], + [ + 476.524, + 1339.46 + ], + [ + 108.005, + -492.941 + ], + [ + 1033.98, + 21.4254 + ], + [ + 855.712, + -211.441 + ], + [ + -523.65, + -398.401 + ], + [ + 1057.21, + 670.97 + ], + [ + -959.85, + -140.516 + ], + [ + 813.777, + 338.698 + ], + [ + -529.986, + 1319.23 + ], + [ + -717.031, + -354.275 + ], + [ + 631.358, + -358.437 + ], + [ + -81.3983, + -498.026 + ], + [ + -574.884, + -403.589 + ], + [ + 556.401, + 1308.3 + ], + [ + 578.222, + -358.218 + ], + [ + 225.17, + -490.401 + ], + [ + 421.139, + -449.75 + ], + [ + -295.443, + -495.327 + ], + [ + 942.278, + 944.696 + ], + [ + 1063.98, + 95.9303 + ], + [ + 793.043, + 1126.93 + ], + [ + -1033.58, + -35.819 + ], + [ + -1083.32, + 627.927 + ], + [ + 1088.47, + 174.673 + ], + [ + 178.993, + -490.49 + ], + [ + 900.199, + -131.784 + ], + [ + 700.986, + -329.803 + ], + [ + -246.445, + -500.834 + ], + [ + 449.499, + 1348.77 + ], + [ + -1096.47, + 114.178 + ], + [ + -345.75, + -486.007 + ], + [ + -837.704, + 1094.13 + ], + [ + -1067.66, + 36.9114 + ], + [ + -503.357, + 1329.61 + ], + [ + -891.528, + -181.391 + ], + [ + 60.9474, + 879.338 + ], + [ + -198.53, + -501.777 + ], + [ + 552.6, + -357.164 + ], + [ + 134.301, + -486.435 + ], + [ + -152.416, + -499.388 + ], + [ + 815.538, + 1110.75 + ], + [ + 742.037, + -298.371 + ], + [ + -644.677, + -382.504 + ], + [ + -979.493, + 906.052 + ], + [ + -760.73, + -322.942 + ], + [ + -1132.44, + 313.214 + ], + [ + 1008.74, + 809.24 + ], + [ + -565.641, + -293.081 + ], + [ + 604.08, + -358.417 + ], + [ + -108.005, + -492.941 + ], + [ + 903.502, + -106.819 + ], + [ + -396.399, + -471.701 + ], + [ + -582.591, + 1296.85 + ], + [ + -1070.48, + 649.58 + ], + [ + -476.524, + 1339.46 + ], + [ + 770.227, + 1142.64 + ], + [ + -538.52, + -378.06 + ], + [ + 444.666, + -426.504 + ], + [ + 1001.92, + -20.8445 + ], + [ + -1040.46, + 768.034 + ], + [ + 346.824, + -460.813 + ], + [ + 298.699, + -471.539 + ], + [ + 934.874, + -97.4291 + ], + [ + 672.056, + -332.053 + ], + [ + 631.401, + -84.7238 + ], + [ + 923.095, + 963.448 + ], + [ + 160.21, + -478.527 + ], + [ + 205.055, + -480.178 + ], + [ + 428.973, + 149.823 + ], + [ + -556.401, + 1308.3 + ], + [ + -449.499, + 1348.77 + ], + [ + -999.234, + -76.2506 + ], + [ + -803.116, + -287.726 + ], + [ + 783.211, + -263.786 + ], + [ + 251.16, + -477.612 + ], + [ + -928.051, + -149.008 + ], + [ + -564.083, + -380.093 + ], + [ + 1043.5, + 692.088 + ], + [ + 968.197, + -60.4177 + ], + [ + -60.9474, + 879.338 + ], + [ + 395.842, + -446.156 + ], + [ + -617.171, + -382.347 + ], + [ + -134.301, + -486.435 + ], + [ + 1029.38, + 712.927 + ], + [ + -178.993, + -490.49 + ], + [ + 747.099, + 1157.9 + ], + [ + -961.08, + 925.561 + ], + [ + -272.965, + -486.888 + ], + [ + 1101.57, + 288.326 + ], + [ + -687.845, + -356.399 + ], + [ + -321.597, + -478.76 + ], + [ + 1032.99, + 50.034 + ], + [ + -225.17, + -490.401 + ], + [ + 992.266, + 829.356 + ], + [ + -963.371, + -113.897 + ], + [ + -450.908, + -450.03 + ], + [ + 135.085, + -281.556 + ], + [ + 339.692, + 1380.53 + ], + [ + 644.618, + -334.002 + ], + [ + 1113.37, + 375.394 + ], + [ + -589.915, + -381.282 + ], + [ + 1060.92, + 125.341 + ], + [ + 591.513, + -335.817 + ], + [ + 185.657, + -469.241 + ], + [ + -1034.17, + -7.19956 + ], + [ + -371.331, + -466.754 + ], + [ + -793.043, + 1126.93 + ], + [ + -730.069, + -326.562 + ], + [ + 822.778, + -225.43 + ], + [ + 578.309, + -313.833 + ], + [ + 1083.22, + 204.731 + ], + [ + 39.7294, + -486.516 + ], + [ + -1092.89, + 144.481 + ], + [ + -13.5655, + -487.947 + ], + [ + 311.869, + 1387.08 + ], + [ + -1024.8, + 788.797 + ], + [ + -1066.23, + 66.4463 + ], + [ + 903.539, + 981.812 + ], + [ + 565.869, + -335.745 + ], + [ + 230.526, + -468.483 + ], + [ + 65.7788, + -483.683 + ], + [ + -1123.34, + 344.436 + ], + [ + -1120.28, + 466.561 + ], + [ + 877.887, + 79.1516 + ], + [ + 713.1, + -302.722 + ], + [ + 657.943, + 1019.72 + ], + [ + -160.21, + -478.527 + ], + [ + -39.7294, + -486.516 + ], + [ + -896.207, + -156.648 + ], + [ + -815.538, + 1110.75 + ], + [ + 422.292, + 1357.54 + ], + [ + 1102.56, + 406.065 + ], + [ + 283.92, + 1393.07 + ], + [ + 617.36, + -335.025 + ], + [ + -658.85, + -357.541 + ], + [ + -942.278, + 944.696 + ], + [ + 323.571, + -454.832 + ], + [ + 276.427, + -463.446 + ], + [ + -339.692, + 1380.53 + ], + [ + 705.15, + 528.88 + ], + [ + -135.085, + -281.556 + ], + [ + 91.6387, + -479.457 + ], + [ + -421.139, + -449.75 + ], + [ + -205.055, + -480.178 + ], + [ + -770.227, + 1142.64 + ], + [ + 1002.12, + 6.8931 + ], + [ + -772.537, + -293.579 + ], + [ + 752.916, + -269.742 + ], + [ + 255.856, + 1398.49 + ], + [ + 371.051, + -441.538 + ], + [ + -1115.84, + 226.933 + ], + [ + -65.7788, + -483.683 + ], + [ + 419.213, + -424.272 + ], + [ + 394.915, + 1365.75 + ], + [ + -311.869, + 1387.08 + ], + [ + 975.392, + 849.137 + ], + [ + 210.569, + -458.603 + ], + [ + 117.235, + -473.849 + ], + [ + -1057.21, + 670.97 + ], + [ + 937.213, + -71.5178 + ], + [ + -861.236, + -187.677 + ], + [ + 466.912, + -402.028 + ], + [ + 227.688, + 1403.35 + ], + [ + -251.16, + -477.612 + ], + [ + -813.777, + 338.698 + ], + [ + -1000.96, + -48.5662 + ], + [ + 13.5655, + -487.947 + ], + [ + 1014.84, + 733.478 + ], + [ + -298.699, + -471.539 + ], + [ + -283.92, + 1393.07 + ], + [ + -931.82, + -123.266 + ], + [ + 969.499, + -33.5983 + ], + [ + 699.947, + 1186.99 + ], + [ + 684.276, + -306.079 + ], + [ + -578.222, + -358.218 + ], + [ + 883.618, + 999.778 + ], + [ + 199.429, + 1407.65 + ], + [ + 367.377, + 1373.42 + ], + [ + 424.951, + -160.878 + ], + [ + -91.6387, + -479.457 + ], + [ + -631.358, + -358.437 + ], + [ + -255.856, + 1398.49 + ], + [ + -346.824, + -460.813 + ], + [ + -747.099, + 1157.9 + ], + [ + -185.657, + -469.241 + ], + [ + -1008.74, + 809.24 + ], + [ + -422.292, + 1357.54 + ], + [ + 142.493, + -466.875 + ], + [ + -1109.13, + 257.728 + ], + [ + 171.089, + 1411.37 + ], + [ + -966.154, + -87.1908 + ], + [ + -552.6, + -357.164 + ], + [ + 1031.21, + 78.6042 + ], + [ + 1093.17, + 318.703 + ], + [ + -227.688, + 1403.35 + ], + [ + -428.973, + 149.823 + ], + [ + 255.333, + -455.438 + ], + [ + 792.736, + -233.606 + ], + [ + -923.095, + 963.448 + ], + [ + -813.543, + -256.766 + ], + [ + -855.712, + -211.441 + ], + [ + 142.68, + 1414.53 + ], + [ + -444.666, + -426.504 + ], + [ + -199.429, + 1407.65 + ], + [ + -394.915, + 1365.75 + ], + [ + -1033.98, + 21.4254 + ], + [ + 514.297, + -375.958 + ], + [ + -700.986, + -329.803 + ], + [ + -117.235, + -473.849 + ], + [ + 114.213, + 1417.11 + ], + [ + 675.942, + 1200.83 + ], + [ + -631.401, + -84.7238 + ], + [ + 723.669, + 1172.68 + ], + [ + -171.089, + 1411.37 + ], + [ + 656.933, + -309.077 + ], + [ + 1057.05, + 154.655 + ], + [ + 1079.18, + 555.051 + ], + [ + -604.08, + -358.417 + ], + [ + 603.937, + -312.923 + ], + [ + -142.68, + 1414.53 + ], + [ + -395.842, + -446.156 + ], + [ + -230.526, + -468.483 + ], + [ + 300.898, + -447.945 + ], + [ + 1077.14, + 234.632 + ], + [ + -1088.47, + 174.673 + ], + [ + 441.376, + -401.166 + ], + [ + 234.875, + -446.643 + ], + [ + -114.213, + 1417.11 + ], + [ + -900.199, + -131.784 + ], + [ + 50.9894, + -468.873 + ], + [ + -705.15, + 528.88 + ], + [ + -1063.98, + 95.9303 + ], + [ + -367.377, + 1373.42 + ], + [ + 167.34, + -458.556 + ], + [ + 25.7561, + -470.934 + ], + [ + 958.124, + 868.575 + ], + [ + 76.0759, + -465.461 + ], + [ + 347.512, + -436.813 + ], + [ + -742.037, + -298.371 + ], + [ + 863.34, + 1017.34 + ], + [ + 906.112, + -81.7723 + ], + [ + -25.7561, + -470.934 + ], + [ + -1043.5, + 692.088 + ], + [ + 1090.9, + 436.424 + ], + [ + -50.9894, + -468.873 + ], + [ + 830.805, + -193.763 + ], + [ + -992.266, + 829.356 + ], + [ + 724.167, + -275.198 + ], + [ + -142.493, + -466.875 + ], + [ + 100.943, + -460.708 + ], + [ + -1029.38, + 712.927 + ], + [ + -210.569, + -458.603 + ], + [ + -903.502, + -106.819 + ], + [ + 651.664, + 1214.17 + ], + [ + -276.427, + -463.446 + ], + [ + 629.735, + -311.143 + ], + [ + -657.943, + 1019.72 + ], + [ + -903.539, + 981.812 + ], + [ + 1001.54, + 34.6254 + ], + [ + -672.056, + -332.053 + ], + [ + 946.596, + 759.387 + ], + [ + 394.21, + -420.991 + ], + [ + -699.947, + 1186.99 + ], + [ + -76.0759, + -465.461 + ], + [ + -109.647, + 1208.59 + ], + [ + -323.571, + -454.832 + ], + [ + 938.833, + -45.5517 + ], + [ + -1001.92, + -20.8445 + ], + [ + 999.886, + 753.732 + ], + [ + 279.404, + -441.081 + ], + [ + 125.519, + -454.628 + ], + [ + 416.232, + -399.231 + ], + [ + 970.057, + -6.7532 + ], + [ + 191.705, + -448.916 + ], + [ + 762.692, + -240.717 + ], + [ + -783.211, + -263.786 + ], + [ + -934.874, + -97.4291 + ], + [ + 627.122, + 1227.03 + ], + [ + 109.647, + 1208.59 + ], + [ + 842.712, + 1034.49 + ], + [ + -100.943, + -460.708 + ], + [ + -371.051, + -441.538 + ], + [ + 487.812, + -376.394 + ], + [ + -0.448478, + -471.637 + ], + [ + -591.513, + -335.817 + ], + [ + 258.503, + -433.396 + ], + [ + -578.309, + -313.833 + ], + [ + -644.618, + -334.002 + ], + [ + -968.197, + -60.4177 + ], + [ + -1101.57, + 288.326 + ], + [ + 940.468, + 887.662 + ], + [ + 695.493, + -279.656 + ], + [ + -167.34, + -458.556 + ], + [ + 1083.93, + 348.836 + ], + [ + 1028.64, + 107.114 + ], + [ + -255.333, + -455.438 + ], + [ + -675.942, + 1200.83 + ], + [ + -565.869, + -335.745 + ], + [ + -419.213, + -424.272 + ], + [ + -1113.37, + 375.394 + ], + [ + -883.618, + 999.778 + ], + [ + 324.501, + -431.153 + ], + [ + -723.669, + 1172.68 + ], + [ + 149.734, + -447.238 + ], + [ + -1032.99, + 50.034 + ], + [ + -975.392, + 849.137 + ], + [ + -424.951, + -160.878 + ], + [ + 85.7005, + 1419.12 + ], + [ + 1052.36, + 183.851 + ], + [ + -234.875, + -446.643 + ], + [ + -125.519, + -454.628 + ], + [ + -466.912, + -402.028 + ], + [ + -1060.92, + 125.341 + ], + [ + 57.1529, + 1420.55 + ], + [ + 801.099, + -203.083 + ], + [ + -1083.22, + 204.731 + ], + [ + -617.36, + -335.025 + ], + [ + -822.778, + -225.43 + ], + [ + 28.5822, + 1421.42 + ], + [ + -877.887, + 79.1516 + ], + [ + 1070.23, + 264.354 + ], + [ + -85.7005, + 1419.12 + ], + [ + -713.1, + -302.722 + ], + [ + 668.285, + -283.698 + ], + [ + 0.0, + 1421.7 + ], + [ + 370.45, + -417.536 + ], + [ + 615.475, + -289.571 + ], + [ + -57.1529, + 1420.55 + ], + [ + -28.5822, + 1421.42 + ], + [ + 215.518, + -437.982 + ], + [ + 984.53, + 773.682 + ], + [ + -1102.56, + 406.065 + ], + [ + -651.664, + 1214.17 + ], + [ + -1014.84, + 733.478 + ], + [ + 821.744, + 1051.22 + ], + [ + 968.777, + 793.319 + ], + [ + -300.898, + -447.945 + ], + [ + 908.028, + -56.663 + ], + [ + 1078.4, + 466.449 + ], + [ + 577.289, + 1251.25 + ], + [ + 173.517, + -438.558 + ], + [ + 462.266, + -376.903 + ], + [ + -191.705, + -448.916 + ], + [ + 589.901, + -291.462 + ], + [ + 302.67, + -425.452 + ], + [ + 222.204, + -396.346 + ], + [ + -863.34, + 1017.34 + ], + [ + 1000.2, + 62.3313 + ], + [ + 922.432, + 906.39 + ], + [ + -752.916, + -269.742 + ], + [ + -627.122, + 1227.03 + ], + [ + -347.512, + -436.813 + ], + [ + -149.734, + -447.238 + ], + [ + 281.387, + -418.9 + ], + [ + 641.186, + -286.804 + ], + [ + 418.23, + 1139.21 + ], + [ + -1002.12, + 6.8931 + ], + [ + 734.172, + -247.27 + ], + [ + 939.734, + -19.5507 + ], + [ + -514.297, + -375.958 + ], + [ + -684.276, + -306.079 + ], + [ + -958.124, + 868.575 + ], + [ + 969.872, + 20.0971 + ], + [ + 392.322, + -397.056 + ], + [ + 837.615, + -161.812 + ], + [ + 552.017, + 1262.6 + ], + [ + -441.376, + -401.166 + ], + [ + -279.404, + -441.081 + ], + [ + -937.213, + -71.5178 + ], + [ + -946.596, + 759.387 + ], + [ + 800.444, + 1067.53 + ], + [ + -969.499, + -33.5983 + ], + [ + -1093.17, + 318.703 + ], + [ + -258.503, + -433.396 + ], + [ + 238.71, + -425.787 + ], + [ + 347.169, + -413.119 + ], + [ + 158.144, + 1203.21 + ], + [ + 1025.28, + 135.542 + ], + [ + 1073.86, + 378.701 + ], + [ + -394.21, + -420.991 + ], + [ + -1079.18, + 555.051 + ], + [ + -842.712, + 1034.49 + ], + [ + -603.937, + -312.923 + ], + [ + 196.801, + -428.616 + ], + [ + 771.349, + -211.339 + ], + [ + 623.067, + -132.789 + ], + [ + -792.736, + -233.606 + ], + [ + -656.933, + -309.077 + ], + [ + 526.521, + 1273.44 + ], + [ + 602.327, + 1239.39 + ], + [ + -1031.21, + 78.6042 + ], + [ + 437.056, + -376.321 + ], + [ + 909.249, + -31.5103 + ], + [ + 904.023, + 924.752 + ], + [ + -173.517, + -438.558 + ], + [ + -215.518, + -437.982 + ], + [ + 705.69, + -252.822 + ], + [ + -577.289, + 1251.25 + ], + [ + -416.232, + -399.231 + ], + [ + 507.307, + -349.676 + ], + [ + 1046.87, + 212.906 + ], + [ + -1057.05, + 154.655 + ], + [ + -222.204, + -396.346 + ], + [ + -1077.14, + 234.632 + ], + [ + -143.847, + 431.014 + ], + [ + 319.365, + -323.219 + ], + [ + -324.501, + -431.153 + ], + [ + -999.886, + 753.732 + ], + [ + 368.837, + -393.895 + ], + [ + -1090.9, + 436.424 + ], + [ + 1062.51, + 293.873 + ], + [ + -940.468, + 887.662 + ], + [ + 778.821, + 1083.41 + ], + [ + 500.813, + 1283.77 + ], + [ + 325.064, + -408.598 + ], + [ + -629.735, + -311.143 + ], + [ + 143.847, + 431.014 + ], + [ + 626.11, + -265.794 + ], + [ + 1065.08, + 496.116 + ], + [ + 678.657, + -257.903 + ], + [ + -552.017, + 1262.6 + ], + [ + -906.112, + -81.7723 + ], + [ + -724.167, + -275.198 + ], + [ + -821.744, + 1051.22 + ], + [ + 303.46, + -403.197 + ], + [ + -487.812, + -376.394 + ], + [ + -158.144, + 1203.21 + ], + [ + -418.23, + 1139.21 + ], + [ + 952.632, + 812.635 + ], + [ + 808.287, + -172.263 + ], + [ + 600.627, + -268.662 + ], + [ + -830.805, + -193.763 + ], + [ + 998.091, + 89.9893 + ], + [ + 873.835, + -115.595 + ], + [ + 219.517, + -417.438 + ], + [ + 474.903, + 1293.58 + ], + [ + 261.214, + -412.364 + ], + [ + 1043.76, + 619.095 + ], + [ + -370.45, + -417.536 + ], + [ + -1001.54, + 34.6254 + ], + [ + -302.67, + -425.452 + ], + [ + 885.249, + 942.739 + ], + [ + -526.521, + 1273.44 + ], + [ + 939.915, + 6.46525 + ], + [ + 413.063, + -375.432 + ], + [ + 756.882, + 1098.85 + ], + [ + 968.945, + 46.932 + ], + [ + 481.825, + -351.555 + ], + [ + -196.801, + -428.616 + ], + [ + -281.387, + -418.9 + ], + [ + 651.696, + -262.045 + ], + [ + -602.327, + 1239.39 + ], + [ + -762.692, + -240.717 + ], + [ + -938.833, + -45.5517 + ], + [ + 909.772, + -6.33352 + ], + [ + -984.53, + 773.682 + ], + [ + -968.777, + 793.319 + ], + [ + -1083.93, + 348.836 + ], + [ + -238.71, + -425.787 + ], + [ + -970.057, + -6.7532 + ], + [ + -695.493, + -279.656 + ], + [ + 743.101, + -218.98 + ], + [ + -922.432, + 906.39 + ], + [ + -800.444, + 1067.53 + ], + [ + -500.813, + 1283.77 + ], + [ + 1021.13, + 163.866 + ], + [ + 1062.97, + 408.277 + ], + [ + -462.266, + -376.903 + ], + [ + -1028.64, + 107.114 + ], + [ + 389.442, + -373.536 + ], + [ + 843.196, + -129.624 + ], + [ + -392.322, + -397.056 + ], + [ + 346.521, + -390.566 + ], + [ + -615.475, + -289.571 + ], + [ + 324.658, + -386.332 + ], + [ + -668.285, + -283.698 + ], + [ + -474.903, + 1293.58 + ], + [ + 1040.58, + 241.798 + ], + [ + -1052.36, + 183.851 + ], + [ + -1078.4, + 466.449 + ], + [ + 366.98, + -371.409 + ], + [ + -1070.23, + 264.354 + ], + [ + 866.117, + 960.346 + ], + [ + -347.169, + -413.119 + ], + [ + -589.901, + -291.462 + ], + [ + 778.875, + -181.652 + ], + [ + 456.62, + -352.326 + ], + [ + 936.102, + 831.623 + ], + [ + 241.6, + -405.057 + ], + [ + 1053.97, + 323.167 + ], + [ + -801.099, + -203.083 + ], + [ + 396.062, + 1319.85 + ], + [ + 282.965, + -397.753 + ], + [ + 714.853, + -225.618 + ], + [ + -778.821, + 1083.41 + ], + [ + -904.023, + 924.752 + ], + [ + -219.517, + -417.438 + ], + [ + -366.68, + 801.558 + ], + [ + 635.828, + -241.627 + ], + [ + 366.68, + 801.558 + ], + [ + 610.473, + -245.469 + ], + [ + -908.028, + -56.663 + ], + [ + -319.365, + -323.219 + ], + [ + -641.186, + -286.804 + ], + [ + 525.34, + -321.95 + ], + [ + 919.194, + 850.274 + ], + [ + 369.448, + 1327.55 + ], + [ + 995.218, + 117.578 + ], + [ + 712.096, + 1128.39 + ], + [ + -437.056, + -376.321 + ], + [ + -325.064, + -408.598 + ], + [ + 688.034, + -231.731 + ], + [ + -261.214, + -412.364 + ], + [ + -368.837, + -393.895 + ], + [ + 344.921, + -368.354 + ], + [ + -303.46, + -403.197 + ], + [ + -1000.2, + 62.3313 + ], + [ + -734.172, + -247.27 + ], + [ + 939.376, + 32.4763 + ], + [ + 967.275, + 73.731 + ], + [ + 619.424, + -221.916 + ], + [ + -756.882, + 1098.85 + ], + [ + 342.684, + 1334.71 + ], + [ + 846.635, + 977.565 + ], + [ + -837.615, + -161.812 + ], + [ + -507.307, + -349.676 + ], + [ + -939.734, + -19.5507 + ], + [ + -396.062, + 1319.85 + ], + [ + -623.067, + -132.789 + ], + [ + -969.872, + 20.0971 + ], + [ + 814.289, + -141.19 + ], + [ + 448.801, + 1302.86 + ], + [ + 432.614, + -352.726 + ], + [ + -1073.86, + 378.701 + ], + [ + 734.638, + 1113.84 + ], + [ + 661.251, + -236.901 + ], + [ + -952.632, + 812.635 + ], + [ + 901.914, + 868.582 + ], + [ + 315.781, + 1341.33 + ], + [ + -885.249, + 942.739 + ], + [ + 262.988, + -391.509 + ], + [ + 1016.21, + 192.065 + ], + [ + 689.267, + 1142.47 + ], + [ + -369.448, + 1327.55 + ], + [ + -1025.28, + 135.542 + ], + [ + 499.996, + -325.193 + ], + [ + 12.6275, + -454.208 + ], + [ + -771.349, + -211.339 + ], + [ + 422.517, + 1311.62 + ], + [ + -705.69, + -252.822 + ], + [ + 303.901, + -381.996 + ], + [ + 1050.94, + 525.404 + ], + [ + 288.751, + 1347.41 + ], + [ + 750.941, + -190.368 + ], + [ + 554.005, + -314.522 + ], + [ + -413.063, + -375.432 + ], + [ + 61.2306, + -450.239 + ], + [ + -909.249, + -31.5103 + ], + [ + -241.6, + -405.057 + ], + [ + -342.684, + 1334.71 + ], + [ + -1065.08, + 496.116 + ], + [ + -1046.87, + 212.906 + ], + [ + 1033.48, + 270.505 + ], + [ + -626.11, + -265.794 + ], + [ + -1062.51, + 293.873 + ], + [ + 261.604, + 1352.94 + ], + [ + -1043.76, + 619.095 + ], + [ + 364.191, + -349.315 + ], + [ + 826.811, + 994.388 + ], + [ + -481.825, + -351.555 + ], + [ + 666.159, + 1156.1 + ], + [ + -600.627, + -268.662 + ], + [ + 1035.99, + 554.289 + ], + [ + 1044.62, + 352.213 + ], + [ + -315.781, + 1341.33 + ], + [ + -678.657, + -257.903 + ], + [ + 408.925, + -352.1 + ], + [ + 847.541, + -97.2455 + ], + [ + -448.801, + 1302.86 + ], + [ + -324.658, + -386.332 + ], + [ + -346.521, + -390.566 + ], + [ + 909.599, + 18.8482 + ], + [ + -61.2306, + -450.239 + ], + [ + -282.965, + -397.753 + ], + [ + -389.442, + -373.536 + ], + [ + -288.751, + 1347.41 + ], + [ + -866.117, + 960.346 + ], + [ + -712.096, + 1128.39 + ], + [ + -7.7907, + -437.061 + ], + [ + 41.8642, + -435.121 + ], + [ + 474.868, + -327.316 + ], + [ + 785.259, + -151.698 + ], + [ + 722.967, + -198.083 + ], + [ + 386.381, + -351.181 + ], + [ + 991.583, + 145.077 + ], + [ + -808.287, + -172.263 + ], + [ + 644.613, + -217.106 + ], + [ + -366.98, + -371.409 + ], + [ + -261.604, + 1352.94 + ], + [ + -422.517, + 1311.62 + ], + [ + -873.835, + -115.595 + ], + [ + -998.091, + 89.9893 + ], + [ + 1051.26, + 437.54 + ], + [ + 283.617, + -376.833 + ], + [ + -936.102, + 831.623 + ], + [ + -651.696, + -262.045 + ], + [ + 964.863, + 100.473 + ], + [ + 938.118, + 58.4624 + ], + [ + 642.782, + 1169.26 + ], + [ + -41.8642, + -435.121 + ], + [ + 75.6826, + -430.529 + ], + [ + 806.652, + 1010.81 + ], + [ + -939.915, + 6.46525 + ], + [ + 696.402, + -205.218 + ], + [ + -968.945, + 46.932 + ], + [ + -456.62, + -352.326 + ], + [ + 132.64, + -434.593 + ], + [ + -1062.97, + 408.277 + ], + [ + -734.638, + 1113.84 + ], + [ + -344.921, + -368.354 + ], + [ + -919.194, + 850.274 + ], + [ + -743.101, + -218.98 + ], + [ + -689.267, + 1142.47 + ], + [ + -909.772, + -6.33352 + ], + [ + 541.859, + -293.296 + ], + [ + 1038.75, + 466.467 + ], + [ + -262.988, + -391.509 + ], + [ + 323.961, + -365.138 + ], + [ + -846.635, + 977.565 + ], + [ + 884.27, + 886.539 + ], + [ + 1010.5, + 220.116 + ], + [ + -1021.13, + 163.866 + ], + [ + 669.837, + -211.41 + ], + [ + 450.918, + -329.004 + ], + [ + -75.6826, + -430.529 + ], + [ + -843.196, + -129.624 + ], + [ + 990.65, + 700.945 + ], + [ + 819.098, + -109.91 + ], + [ + 109.04, + -423.312 + ], + [ + -666.159, + 1156.1 + ], + [ + -1040.58, + 241.798 + ], + [ + -525.34, + -321.95 + ], + [ + -1053.97, + 323.167 + ], + [ + 1025.6, + 299.005 + ], + [ + 908.729, + 44.0154 + ], + [ + -303.901, + -381.996 + ], + [ + 786.168, + 1026.82 + ], + [ + -901.914, + 868.582 + ], + [ + 1020.26, + 582.749 + ], + [ + -610.473, + -245.469 + ], + [ + -778.875, + -181.652 + ], + [ + -714.853, + -225.618 + ], + [ + 1034.47, + 380.989 + ], + [ + -635.828, + -241.627 + ], + [ + -432.614, + -352.726 + ], + [ + 303.43, + -361.071 + ], + [ + -132.64, + -434.593 + ], + [ + 757.679, + -161.477 + ], + [ + 595.258, + 1194.15 + ], + [ + 516.725, + -297.895 + ], + [ + 234.352, + 1357.92 + ], + [ + -826.811, + 994.388 + ], + [ + -642.782, + 1169.26 + ], + [ + 207.004, + 1362.36 + ], + [ + -688.034, + -231.731 + ], + [ + 907.163, + 69.1489 + ], + [ + 987.187, + 172.465 + ], + [ + 847.916, + 921.37 + ], + [ + -619.424, + -221.916 + ], + [ + -995.218, + 117.578 + ], + [ + 866.268, + 904.137 + ], + [ + 382.41, + -329.269 + ], + [ + -109.04, + -423.312 + ], + [ + 427.23, + -329.649 + ], + [ + -364.191, + -349.315 + ], + [ + 179.573, + 1366.25 + ], + [ + -499.996, + -325.193 + ], + [ + 141.732, + -413.516 + ], + [ + 961.713, + 127.139 + ], + [ + -234.352, + 1357.92 + ], + [ + -283.617, + -376.833 + ], + [ + 936.14, + 84.4038 + ], + [ + 850.642, + -64.7245 + ], + [ + 571.13, + 1205.88 + ], + [ + 765.366, + 1042.42 + ], + [ + 730.021, + -170.258 + ], + [ + 152.069, + 1369.58 + ], + [ + 627.466, + -198.038 + ], + [ + -967.275, + 73.731 + ], + [ + 652.452, + -192.267 + ], + [ + -939.376, + 32.4763 + ], + [ + -207.004, + 1362.36 + ], + [ + 24.0163, + -421.844 + ], + [ + -814.289, + -141.19 + ], + [ + 790.491, + -121.522 + ], + [ + -408.925, + -352.1 + ], + [ + -661.251, + -236.901 + ], + [ + 343.088, + -347.228 + ], + [ + 124.504, + 1372.36 + ], + [ + -1050.94, + 525.404 + ], + [ + 491.747, + -301.363 + ], + [ + 404.669, + -329.942 + ], + [ + -179.573, + 1366.25 + ], + [ + -554.005, + -314.522 + ], + [ + -806.652, + 1010.81 + ], + [ + 619.145, + 1181.95 + ], + [ + 261.761, + -170.301 + ], + [ + 1025.44, + 495.037 + ], + [ + -24.0163, + -421.844 + ], + [ + 96.889, + 1374.59 + ], + [ + 881.257, + -18.3341 + ], + [ + -152.069, + 1369.58 + ], + [ + 56.8532, + -418.684 + ], + [ + -386.381, + -351.181 + ], + [ + 69.2344, + 1376.26 + ], + [ + -124.504, + 1372.36 + ], + [ + -1016.21, + 192.065 + ], + [ + 703.748, + -178.404 + ], + [ + 1004.02, + 247.999 + ], + [ + 546.771, + 1217.12 + ], + [ + -1035.99, + 554.289 + ], + [ + 41.5518, + 1377.37 + ], + [ + -96.889, + 1374.59 + ], + [ + 13.8525, + 1377.93 + ], + [ + -69.2344, + 1376.26 + ], + [ + -13.8525, + 1377.93 + ], + [ + -41.5518, + 1377.37 + ], + [ + 744.254, + 1057.6 + ], + [ + 200.616, + -407.698 + ], + [ + -474.868, + -327.316 + ], + [ + 322.368, + -344.268 + ], + [ + -750.941, + -190.368 + ], + [ + -595.258, + 1194.15 + ], + [ + -323.961, + -365.138 + ], + [ + -1033.48, + 270.505 + ], + [ + -56.8532, + -418.684 + ], + [ + -1044.62, + 352.213 + ], + [ + 1016.93, + 327.275 + ], + [ + 1003.74, + 610.763 + ], + [ + 677.44, + -185.61 + ], + [ + 89.3436, + -412.973 + ], + [ + -884.27, + 886.539 + ], + [ + -141.732, + -413.516 + ], + [ + 173.56, + -401.198 + ], + [ + 522.192, + 1227.87 + ], + [ + 1023.53, + 409.474 + ], + [ + 467.922, + -304.333 + ], + [ + -786.168, + 1026.82 + ], + [ + 556.817, + -263.797 + ], + [ + -847.541, + -97.2455 + ], + [ + 822.706, + -78.4683 + ], + [ + 196.756, + -242.504 + ], + [ + -261.761, + -170.301 + ], + [ + -909.599, + 18.8482 + ], + [ + -303.43, + -361.071 + ], + [ + -571.13, + 1205.88 + ], + [ + -1051.26, + 437.54 + ], + [ + -644.613, + -217.106 + ], + [ + 829.221, + 938.23 + ], + [ + -785.259, + -151.698 + ], + [ + -722.967, + -198.083 + ], + [ + 982.036, + 199.721 + ], + [ + 722.841, + 1072.35 + ], + [ + -991.583, + 145.077 + ], + [ + -450.918, + -329.004 + ], + [ + -990.65, + 700.945 + ], + [ + 763.305, + -132.35 + ], + [ + -541.859, + -293.296 + ], + [ + -89.3436, + -412.973 + ], + [ + 957.826, + 153.707 + ], + [ + 933.446, + 110.28 + ], + [ + -619.145, + 1181.95 + ], + [ + -546.771, + 1217.12 + ], + [ + -1038.75, + 466.467 + ], + [ + -196.756, + -242.504 + ], + [ + 121.289, + -404.744 + ], + [ + -964.863, + 100.473 + ], + [ + -696.402, + -205.218 + ], + [ + -938.118, + 58.4624 + ], + [ + -847.916, + 921.37 + ], + [ + 531.966, + -269.738 + ], + [ + -765.366, + 1042.42 + ], + [ + 361.226, + -328.318 + ], + [ + 399.528, + -308.274 + ], + [ + -866.268, + 904.137 + ], + [ + 444.304, + -306.249 + ], + [ + 1011.35, + 523.228 + ], + [ + -200.616, + -407.698 + ], + [ + -1020.26, + 582.749 + ], + [ + 634.588, + -173.869 + ], + [ + -1010.5, + 220.116 + ], + [ + 701.137, + 1086.66 + ], + [ + 736.004, + -142.183 + ], + [ + 659.335, + -167.146 + ], + [ + -522.192, + 1227.87 + ], + [ + 340.377, + -326.474 + ], + [ + -669.837, + -211.41 + ], + [ + 996.775, + 275.692 + ], + [ + -382.41, + -329.269 + ], + [ + 852.497, + -32.1086 + ], + [ + -516.725, + -297.895 + ], + [ + 640.78, + -149.445 + ], + [ + -173.56, + -401.198 + ], + [ + 421.791, + -307.752 + ], + [ + 794.564, + -91.1671 + ], + [ + -343.088, + -347.228 + ], + [ + -427.23, + -329.649 + ], + [ + -819.098, + -109.91 + ], + [ + 204.331, + -386.435 + ], + [ + 986.45, + 638.309 + ], + [ + -1025.6, + 299.005 + ], + [ + 447.226, + 1257.11 + ], + [ + -7.27016, + -407.858 + ], + [ + -1034.47, + 380.989 + ], + [ + 39.067, + -406.048 + ], + [ + 507.21, + -274.541 + ], + [ + 1007.49, + 355.295 + ], + [ + 810.191, + 954.712 + ], + [ + -744.254, + 1057.6 + ], + [ + 595.509, + -226.306 + ], + [ + 631.291, + 85.5444 + ], + [ + 904.901, + 94.2294 + ], + [ + 710.063, + -151.329 + ], + [ + -908.729, + 44.0154 + ], + [ + -121.289, + -404.744 + ], + [ + -322.368, + -344.268 + ], + [ + 1011.81, + 437.645 + ], + [ + 152.496, + -394.048 + ], + [ + -404.669, + -329.942 + ], + [ + -39.067, + -406.048 + ], + [ + -757.679, + -161.477 + ], + [ + 679.148, + 1100.54 + ], + [ + 421.863, + 1265.85 + ], + [ + 263.4, + -370.251 + ], + [ + 684.05, + -159.536 + ], + [ + 70.6258, + -401.763 + ], + [ + 931.138, + 778.264 + ], + [ + -491.747, + -301.363 + ], + [ + 771.156, + 986.51 + ], + [ + 976.132, + 226.824 + ], + [ + -987.187, + 172.465 + ], + [ + 497.401, + 1238.12 + ], + [ + -722.841, + 1072.35 + ], + [ + -907.163, + 69.1489 + ], + [ + 790.834, + 970.807 + ], + [ + -627.466, + -198.038 + ], + [ + 756.959, + 948.539 + ], + [ + 930.036, + 136.073 + ], + [ + -1025.44, + 495.037 + ], + [ + 953.205, + 180.157 + ], + [ + 483.579, + -278.786 + ], + [ + 396.328, + 1274.07 + ], + [ + -652.452, + -192.267 + ], + [ + -829.221, + 938.23 + ], + [ + 282.888, + -355.583 + ], + [ + -961.713, + 127.139 + ], + [ + -850.642, + -64.7245 + ], + [ + -447.226, + 1257.11 + ], + [ + -936.14, + 84.4038 + ], + [ + -730.021, + -170.258 + ], + [ + 825.107, + -46.912 + ], + [ + 294.145, + -104.882 + ], + [ + -70.6258, + -401.763 + ], + [ + 996.477, + 551.018 + ], + [ + -790.491, + -121.522 + ], + [ + -1003.74, + 610.763 + ], + [ + 101.754, + -395.029 + ], + [ + 472.409, + 1247.86 + ], + [ + 570.17, + -233.538 + ], + [ + 370.634, + 1281.78 + ], + [ + 378.323, + -308.461 + ], + [ + 767.813, + -103.028 + ], + [ + -42.0195, + -309.444 + ], + [ + -701.137, + 1086.66 + ], + [ + -467.922, + -304.333 + ], + [ + 357.405, + -307.739 + ], + [ + -1004.02, + 247.999 + ], + [ + -881.257, + -18.3341 + ], + [ + -421.863, + 1265.85 + ], + [ + -703.748, + -178.404 + ], + [ + -152.496, + -394.048 + ], + [ + 988.763, + 303.173 + ], + [ + -204.331, + -386.435 + ], + [ + 968.406, + 665.366 + ], + [ + 182.773, + -380.95 + ], + [ + 42.0195, + -309.444 + ], + [ + 233.856, + -369.316 + ], + [ + -1016.93, + 327.275 + ], + [ + 344.79, + 1288.98 + ], + [ + 634.358, + 1126.95 + ], + [ + -556.817, + -263.797 + ], + [ + -1023.53, + 409.474 + ], + [ + 460.097, + -281.966 + ], + [ + -361.226, + -328.318 + ], + [ + -396.328, + 1274.07 + ], + [ + 415.494, + -286.391 + ], + [ + -677.44, + -185.61 + ], + [ + -497.401, + 1238.12 + ], + [ + -340.377, + -326.474 + ], + [ + 740.908, + -113.899 + ], + [ + 997.267, + 383.042 + ], + [ + 665.251, + -141.779 + ], + [ + 901.947, + 119.238 + ], + [ + 545.674, + -240.804 + ], + [ + 999.307, + 465.48 + ], + [ + -399.528, + -308.274 + ], + [ + -101.754, + -395.029 + ], + [ + -679.148, + 1100.54 + ], + [ + 437.697, + -284.675 + ], + [ + -370.634, + 1281.78 + ], + [ + 132.262, + -385.886 + ], + [ + 853.101, + 0.554421 + ], + [ + 793.79, + 383.207 + ], + [ + -810.191, + 954.712 + ], + [ + 797.472, + -60.6788 + ], + [ + -444.304, + -306.249 + ], + [ + -822.706, + -78.4683 + ], + [ + -472.409, + 1247.86 + ], + [ + -294.145, + -104.882 + ], + [ + 22.402, + -393.488 + ], + [ + 611.573, + 1139.47 + ], + [ + -22.402, + -393.488 + ], + [ + -531.966, + -269.738 + ], + [ + -982.036, + 199.721 + ], + [ + 969.481, + 253.753 + ], + [ + -263.4, + -370.251 + ], + [ + -344.79, + 1288.98 + ], + [ + 715.336, + -124.032 + ], + [ + -756.959, + 948.539 + ], + [ + -631.291, + 85.5444 + ], + [ + 53.0316, + -390.541 + ], + [ + 656.886, + 1113.97 + ], + [ + -421.791, + -307.752 + ], + [ + -763.305, + -132.35 + ], + [ + -1011.35, + 523.228 + ], + [ + -771.156, + 986.51 + ], + [ + 925.914, + 161.761 + ], + [ + 751.168, + 1001.81 + ], + [ + 521.211, + -246.929 + ], + [ + 947.854, + 206.47 + ], + [ + -957.826, + 153.707 + ], + [ + 689.656, + -133.229 + ], + [ + -933.446, + 110.28 + ], + [ + 261.955, + -349.947 + ], + [ + -790.834, + 970.807 + ], + [ + -986.45, + 638.309 + ], + [ + 980.845, + 578.386 + ], + [ + -282.888, + -355.583 + ], + [ + -53.0316, + -390.541 + ], + [ + 588.541, + 1151.54 + ], + [ + -182.773, + -380.95 + ], + [ + -634.588, + -173.869 + ], + [ + -931.138, + 778.264 + ], + [ + 211.935, + -365.53 + ], + [ + 949.62, + 691.913 + ], + [ + -507.21, + -274.541 + ], + [ + 83.338, + -385.213 + ], + [ + -659.335, + -167.146 + ], + [ + -736.004, + -142.183 + ], + [ + -996.775, + 275.692 + ], + [ + 898.301, + 144.155 + ], + [ + -634.358, + 1126.95 + ], + [ + -640.78, + -149.445 + ], + [ + 373.404, + -288.117 + ], + [ + 213.689, + 1317.07 + ], + [ + -132.262, + -385.886 + ], + [ + 979.993, + 330.423 + ], + [ + 161.964, + -374.392 + ], + [ + -852.497, + -32.1086 + ], + [ + 826.298, + -15.2868 + ], + [ + 497.842, + -252.435 + ], + [ + -1011.81, + 437.645 + ], + [ + -233.856, + -369.316 + ], + [ + -595.509, + -226.306 + ], + [ + -1007.49, + 355.295 + ], + [ + -794.564, + -91.1671 + ], + [ + 187.168, + 1321.1 + ], + [ + 730.875, + 1016.71 + ], + [ + 565.271, + 1163.14 + ], + [ + 635.985, + 36.9887 + ], + [ + 771.195, + -73.5553 + ], + [ + 394.33, + -287.716 + ], + [ + 986.284, + 410.496 + ], + [ + 710.287, + 1031.2 + ], + [ + 160.57, + 1324.6 + ], + [ + -357.405, + -307.739 + ], + [ + -710.063, + -151.329 + ], + [ + -213.689, + 1317.07 + ], + [ + 986.041, + 492.959 + ], + [ + -904.901, + 94.2294 + ], + [ + -378.323, + -308.461 + ], + [ + -83.338, + -385.213 + ], + [ + 318.806, + 1295.65 + ], + [ + -483.579, + -278.786 + ], + [ + -611.573, + 1139.47 + ], + [ + 133.908, + 1327.56 + ], + [ + -187.168, + 1321.1 + ], + [ + 646.032, + -124.802 + ], + [ + 113.136, + -377.538 + ], + [ + -684.05, + -159.536 + ], + [ + 107.191, + 1329.98 + ], + [ + -160.57, + 1324.6 + ], + [ + 581.88, + -202.606 + ], + [ + 882.531, + 832.978 + ], + [ + 689.412, + 1045.27 + ], + [ + -656.886, + 1113.97 + ], + [ + -996.477, + 551.018 + ], + [ + 744.726, + -85.4487 + ], + [ + 80.4313, + 1331.87 + ], + [ + 292.694, + 1301.79 + ], + [ + -133.908, + 1327.56 + ], + [ + -976.132, + 226.824 + ], + [ + 879.741, + 54.8245 + ], + [ + 66.0327, + -305.223 + ], + [ + 670.192, + -116.205 + ], + [ + 474.565, + -256.871 + ], + [ + 962.086, + 280.487 + ], + [ + 53.639, + 1333.21 + ], + [ + -107.191, + 1329.98 + ], + [ + -968.406, + 665.366 + ], + [ + 893.967, + 168.961 + ], + [ + 26.8249, + 1334.02 + ], + [ + -80.4313, + 1331.87 + ], + [ + -793.79, + 383.207 + ], + [ + -53.639, + 1333.21 + ], + [ + 0.0, + 1334.29 + ], + [ + 430.264, + -263.683 + ], + [ + -26.8249, + 1334.02 + ], + [ + 921.082, + 187.325 + ], + [ + -588.541, + 1151.54 + ], + [ + 36.4241, + -378.579 + ], + [ + 288.458, + -328.444 + ], + [ + -953.205, + 180.157 + ], + [ + 239.806, + -347.882 + ], + [ + 941.776, + 232.624 + ], + [ + 266.463, + 1307.42 + ], + [ + -930.036, + 136.073 + ], + [ + 964.462, + 605.311 + ], + [ + -570.17, + -233.538 + ], + [ + -415.494, + -286.391 + ], + [ + -318.806, + 1295.65 + ], + [ + 799.211, + -30.1016 + ], + [ + 452.343, + -260.778 + ], + [ + -751.168, + 1001.81 + ], + [ + 852.454, + 33.2166 + ], + [ + -825.107, + -46.912 + ], + [ + -161.964, + -374.392 + ], + [ + -460.097, + -281.966 + ], + [ + 930.106, + 717.93 + ], + [ + -261.955, + -349.947 + ], + [ + 557.809, + -211.176 + ], + [ + 518.056, + 1184.92 + ], + [ + -6.77833, + -380.267 + ], + [ + 190.678, + -360.615 + ], + [ + 442.559, + 102.988 + ], + [ + 240.125, + 1312.51 + ], + [ + -36.4241, + -378.579 + ], + [ + 719.56, + -96.5533 + ], + [ + -211.935, + -365.53 + ], + [ + -66.0327, + -305.223 + ], + [ + -292.694, + 1301.79 + ], + [ + -767.813, + -103.028 + ], + [ + -988.763, + 303.173 + ], + [ + -565.271, + 1163.14 + ], + [ + 65.8479, + -374.583 + ], + [ + -437.697, + -284.675 + ], + [ + -113.136, + -377.538 + ], + [ + 694.251, + -106.727 + ], + [ + 970.473, + 357.419 + ], + [ + -266.463, + 1307.42 + ], + [ + 142.245, + -367.561 + ], + [ + -999.307, + 465.48 + ], + [ + -545.674, + -240.804 + ], + [ + -997.267, + 383.042 + ], + [ + 388.326, + -267.665 + ], + [ + 494.129, + 1195.1 + ], + [ + -240.125, + 1312.51 + ], + [ + 533.711, + -218.605 + ], + [ + 972.02, + 520.06 + ], + [ + -740.908, + -113.899 + ], + [ + 974.545, + 437.636 + ], + [ + -665.251, + -141.779 + ], + [ + -730.875, + 1016.71 + ], + [ + -710.287, + 1031.2 + ], + [ + 321.767, + 820.62 + ], + [ + -65.8479, + -374.583 + ], + [ + -901.947, + 119.238 + ], + [ + -373.404, + -288.117 + ], + [ + 470.003, + 1204.79 + ], + [ + -853.101, + 0.554421 + ], + [ + -980.845, + 578.386 + ], + [ + 94.8703, + -368.305 + ], + [ + -797.472, + -60.6788 + ], + [ + -521.211, + -246.929 + ], + [ + -949.62, + 691.913 + ], + [ + 826.277, + 16.3608 + ], + [ + 541.773, + 1174.27 + ], + [ + -689.412, + 1045.27 + ], + [ + -518.056, + 1184.92 + ], + [ + 773.445, + -43.9747 + ], + [ + -969.481, + 253.753 + ], + [ + -715.336, + -124.032 + ], + [ + 668.258, + 1058.92 + ], + [ + 953.955, + 307.007 + ], + [ + 409.201, + -266.141 + ], + [ + 510.67, + -225.357 + ], + [ + 947.339, + 631.772 + ], + [ + 650.337, + -99.9758 + ], + [ + 915.545, + 212.745 + ], + [ + 445.686, + 1214.0 + ], + [ + 909.88, + 743.397 + ], + [ + -925.914, + 161.761 + ], + [ + -394.33, + -287.716 + ], + [ + -689.656, + -133.229 + ], + [ + -947.854, + 206.47 + ], + [ + 266.215, + -328.113 + ], + [ + -142.245, + -367.561 + ], + [ + -190.678, + -360.615 + ], + [ + 934.977, + 258.6 + ], + [ + -239.806, + -347.882 + ], + [ + 625.149, + 1084.93 + ], + [ + -442.559, + 102.988 + ], + [ + -494.129, + 1195.1 + ], + [ + 170.487, + -355.343 + ], + [ + 747.451, + -56.8728 + ], + [ + -497.842, + -252.435 + ], + [ + -882.531, + 832.978 + ], + [ + 218.23, + -344.64 + ], + [ + 313.202, + -304.939 + ], + [ + -288.458, + -328.444 + ], + [ + 674.15, + -90.4599 + ], + [ + -94.8703, + -368.305 + ], + [ + -979.993, + 330.423 + ], + [ + 421.19, + 1222.71 + ], + [ + -20.8761, + -366.686 + ], + [ + -898.301, + 144.155 + ], + [ + 646.835, + 1072.14 + ], + [ + 123.314, + -359.781 + ], + [ + -635.985, + 36.9887 + ], + [ + 487.665, + -231.036 + ], + [ + -986.041, + 492.959 + ], + [ + -470.003, + 1204.79 + ], + [ + 960.209, + 384.141 + ], + [ + -986.284, + 410.496 + ], + [ + 49.4195, + -363.94 + ], + [ + 443.793, + -240.215 + ], + [ + 799.777, + 0.519766 + ], + [ + 591.914, + -171.09 + ], + [ + -826.298, + -15.2868 + ], + [ + -321.767, + 820.62 + ], + [ + 850.557, + 65.8301 + ], + [ + 20.8761, + -366.686 + ], + [ + 722.73, + -68.9328 + ], + [ + 465.684, + -236.129 + ], + [ + 957.254, + 546.763 + ], + [ + 396.523, + 1230.93 + ], + [ + -541.773, + 1174.27 + ], + [ + -771.195, + -73.5553 + ], + [ + 888.949, + 193.638 + ], + [ + -430.264, + -263.683 + ], + [ + 291.002, + -306.345 + ], + [ + -474.565, + -256.871 + ], + [ + 962.059, + 464.44 + ], + [ + -445.686, + 1214.0 + ], + [ + -930.106, + 717.93 + ], + [ + 697.829, + -80.0678 + ], + [ + -646.032, + -124.802 + ], + [ + -49.4195, + -363.94 + ], + [ + 402.13, + -246.442 + ], + [ + -581.88, + -202.606 + ], + [ + -964.462, + 605.311 + ], + [ + -452.343, + -260.778 + ], + [ + 244.452, + -326.565 + ], + [ + 568.337, + -180.939 + ], + [ + 77.6616, + -358.975 + ], + [ + -421.19, + 1222.71 + ], + [ + 888.957, + 768.294 + ], + [ + -668.258, + 1058.92 + ], + [ + -744.726, + -85.4487 + ], + [ + -670.192, + -116.205 + ], + [ + -962.086, + 280.487 + ], + [ + 929.491, + 657.749 + ], + [ + -388.326, + -267.665 + ], + [ + 945.093, + 333.292 + ], + [ + -879.741, + 54.8245 + ], + [ + -123.314, + -359.781 + ], + [ + 603.211, + 1097.28 + ], + [ + -170.487, + -355.343 + ], + [ + 336.249, + -305.616 + ], + [ + -893.967, + 168.961 + ], + [ + 812.76, + 901.184 + ], + [ + -625.149, + 1084.93 + ], + [ + -557.809, + -211.176 + ], + [ + 909.306, + 238.003 + ], + [ + -921.082, + 187.325 + ], + [ + 151.007, + -349.064 + ], + [ + 197.689, + -340.96 + ], + [ + -941.776, + 232.624 + ], + [ + -396.523, + 1230.93 + ], + [ + 927.462, + 284.377 + ], + [ + 544.672, + -189.65 + ], + [ + -799.211, + -30.1016 + ], + [ + 617.526, + -156.547 + ], + [ + 653.687, + -75.0031 + ], + [ + -852.454, + 33.2166 + ], + [ + -218.23, + -344.64 + ], + [ + 825.045, + 47.9844 + ], + [ + -266.215, + -328.113 + ], + [ + 321.601, + 1252.6 + ], + [ + 774.562, + -14.3297 + ], + [ + -719.56, + -96.5533 + ], + [ + -77.6616, + -358.975 + ], + [ + 33.9251, + -352.605 + ], + [ + 422.893, + -243.8 + ], + [ + -970.473, + 357.419 + ], + [ + -646.835, + 1072.14 + ], + [ + -972.02, + 520.06 + ], + [ + 105.43, + -351.822 + ], + [ + -533.711, + -218.605 + ], + [ + -694.251, + -106.727 + ], + [ + 296.354, + 1258.81 + ], + [ + 949.21, + 410.569 + ], + [ + -33.9251, + -352.605 + ], + [ + -974.545, + 437.636 + ], + [ + 535.97, + 1131.64 + ], + [ + -409.201, + -266.141 + ], + [ + 522.027, + -197.63 + ], + [ + 749.081, + -28.2135 + ], + [ + -313.202, + -304.939 + ], + [ + -909.88, + 743.397 + ], + [ + 223.687, + -324.498 + ], + [ + 941.755, + 573.047 + ], + [ + 883.249, + 218.167 + ], + [ + 677.119, + -64.5825 + ], + [ + 61.3301, + -348.883 + ], + [ + 270.987, + 1264.51 + ], + [ + 581.03, + 1109.18 + ], + [ + 948.837, + 490.889 + ], + [ + -947.339, + 631.772 + ], + [ + -321.601, + 1252.6 + ], + [ + 867.353, + 792.603 + ], + [ + -510.67, + -225.357 + ], + [ + 269.184, + -306.498 + ], + [ + 245.51, + 1269.7 + ], + [ + -6.31327, + -354.177 + ], + [ + -151.007, + -349.064 + ], + [ + -296.354, + 1258.81 + ], + [ + 371.696, + 1238.65 + ], + [ + 910.931, + 683.222 + ], + [ + 799.171, + 31.1404 + ], + [ + -603.211, + 1097.28 + ], + [ + 656.08, + -49.9204 + ], + [ + -244.452, + -326.565 + ], + [ + -291.002, + -306.345 + ], + [ + -826.277, + 16.3608 + ], + [ + 724.839, + -41.2112 + ], + [ + 876.873, + 242.529 + ], + [ + -105.43, + -351.822 + ], + [ + 336.037, + -279.575 + ], + [ + -953.955, + 307.007 + ], + [ + -61.3301, + -348.883 + ], + [ + 499.359, + -204.535 + ], + [ + 219.934, + 1274.38 + ], + [ + 847.413, + 98.347 + ], + [ + -773.445, + -43.9747 + ], + [ + 177.779, + -336.219 + ], + [ + 132.556, + -342.525 + ], + [ + -270.987, + 1264.51 + ], + [ + 935.506, + 359.321 + ], + [ + 456.044, + -216.055 + ], + [ + -650.337, + -99.9758 + ], + [ + -197.689, + -340.96 + ], + [ + 558.613, + 1120.64 + ], + [ + 414.775, + -224.508 + ], + [ + 700.383, + -53.2914 + ], + [ + 194.269, + 1278.55 + ], + [ + 477.684, + -210.8 + ], + [ + 346.719, + 1245.88 + ], + [ + -915.545, + 212.745 + ], + [ + 902.371, + 263.078 + ], + [ + -245.51, + 1269.7 + ], + [ + 852.722, + 223.192 + ], + [ + -934.977, + 258.6 + ], + [ + -443.793, + -240.215 + ], + [ + 88.3612, + -343.035 + ], + [ + -487.665, + -231.036 + ], + [ + 919.236, + 309.937 + ], + [ + 168.526, + 1282.19 + ], + [ + 305.799, + 63.3101 + ], + [ + 600.242, + -139.081 + ], + [ + -219.934, + 1274.38 + ], + [ + -402.13, + -246.442 + ], + [ + -747.451, + -56.8728 + ], + [ + -812.76, + 901.184 + ], + [ + -535.97, + 1131.64 + ], + [ + -674.15, + -90.4599 + ], + [ + -465.684, + -236.129 + ], + [ + 142.714, + 1285.32 + ], + [ + -957.254, + 546.763 + ], + [ + -960.209, + 384.141 + ], + [ + -194.269, + 1278.55 + ], + [ + 203.467, + -321.325 + ], + [ + -888.957, + 768.294 + ], + [ + -371.696, + 1238.65 + ], + [ + 116.845, + 1287.93 + ], + [ + 314.014, + -282.708 + ], + [ + -336.249, + -305.616 + ], + [ + -168.526, + 1282.19 + ], + [ + -591.914, + -171.09 + ], + [ + -962.059, + 464.44 + ], + [ + 90.9283, + 1290.02 + ], + [ + 937.483, + 436.682 + ], + [ + -581.03, + 1109.18 + ], + [ + -142.714, + 1285.32 + ], + [ + -929.491, + 657.749 + ], + [ + 925.534, + 598.892 + ], + [ + 868.297, + 151.695 + ], + [ + 577.228, + -150.181 + ], + [ + 64.975, + 1291.59 + ], + [ + -799.777, + 0.519766 + ], + [ + -116.845, + 1287.93 + ], + [ + -346.719, + 1245.88 + ], + [ + -223.687, + -324.498 + ], + [ + 38.9955, + 1292.63 + ], + [ + 845.084, + 816.305 + ], + [ + -90.9283, + 1290.02 + ], + [ + -850.557, + 65.8301 + ], + [ + -88.3612, + -343.035 + ], + [ + -722.73, + -68.9328 + ], + [ + 13.0003, + 1293.16 + ], + [ + -64.975, + 1291.59 + ], + [ + -13.0003, + 1293.16 + ], + [ + -38.9955, + 1292.63 + ], + [ + 822.603, + 79.5376 + ], + [ + -132.556, + -342.525 + ], + [ + 774.543, + 15.3364 + ], + [ + 934.887, + 516.961 + ], + [ + -888.949, + 193.638 + ], + [ + 114.854, + -335.096 + ], + [ + 158.874, + -331.14 + ], + [ + -568.337, + -180.939 + ], + [ + 435.366, + -220.756 + ], + [ + -697.829, + -80.0678 + ], + [ + 891.673, + 708.171 + ], + [ + 513.111, + 1142.19 + ], + [ + 530.448, + 1091.48 + ], + [ + 554.064, + -160.15 + ], + [ + -177.779, + -336.219 + ], + [ + -558.613, + 1120.64 + ], + [ + 248.321, + -306.058 + ], + [ + 749.612, + 0.487164 + ], + [ + -269.184, + -306.498 + ], + [ + -945.093, + 333.292 + ], + [ + -422.893, + -243.8 + ], + [ + 292.275, + -284.564 + ], + [ + 679.095, + -38.6104 + ], + [ + 925.203, + 385.074 + ], + [ + 466.78, + 1161.9 + ], + [ + 737.736, + 963.565 + ], + [ + -544.672, + -189.65 + ], + [ + -305.799, + 63.3101 + ], + [ + 443.327, + 1171.04 + ], + [ + -909.306, + 238.003 + ], + [ + 894.744, + 287.951 + ], + [ + -927.462, + 284.377 + ], + [ + 531.88, + -169.333 + ], + [ + -867.353, + 792.603 + ], + [ + 490.045, + 1152.28 + ], + [ + -617.526, + -156.547 + ], + [ + -653.687, + -75.0031 + ], + [ + 910.306, + 335.26 + ], + [ + -941.755, + 573.047 + ], + [ + 797.393, + 61.7153 + ], + [ + 725.885, + -13.4291 + ], + [ + -203.467, + -321.325 + ], + [ + 184.224, + -317.736 + ], + [ + -825.045, + 47.9844 + ], + [ + -114.854, + -335.096 + ], + [ + -774.562, + -14.3297 + ], + [ + -949.21, + 410.569 + ], + [ + -336.037, + -279.575 + ], + [ + 869.824, + 266.705 + ], + [ + 843.027, + 130.72 + ], + [ + 822.168, + 839.381 + ], + [ + -522.027, + -197.63 + ], + [ + 271.441, + -285.753 + ], + [ + -910.931, + 683.222 + ], + [ + 140.646, + -325.115 + ], + [ + 701.909, + -26.4368 + ], + [ + -530.448, + 1091.48 + ], + [ + 908.605, + 624.278 + ], + [ + -948.837, + 490.889 + ], + [ + 426.224, + -201.928 + ], + [ + 925.038, + 462.461 + ], + [ + 509.615, + -177.444 + ], + [ + -158.874, + -331.14 + ], + [ + -513.111, + 1142.19 + ], + [ + 466.98, + -191.272 + ], + [ + -883.249, + 218.167 + ], + [ + -749.081, + -28.2135 + ], + [ + 871.732, + 732.578 + ], + [ + -414.775, + -224.508 + ], + [ + 227.915, + -304.472 + ], + [ + 488.308, + -184.864 + ], + [ + 920.221, + 542.637 + ], + [ + -677.119, + -64.5825 + ], + [ + 356.824, + -252.507 + ], + [ + -466.78, + 1161.9 + ], + [ + 215.076, + -226.415 + ], + [ + -456.044, + -216.055 + ], + [ + -443.327, + 1171.04 + ], + [ + -314.014, + -282.708 + ], + [ + -499.359, + -204.535 + ], + [ + -19.4327, + -341.333 + ], + [ + 46.0025, + -338.776 + ], + [ + -477.684, + -210.8 + ], + [ + -490.045, + 1152.28 + ], + [ + -876.873, + 242.529 + ], + [ + -656.08, + -49.9204 + ], + [ + -852.722, + 223.192 + ], + [ + -935.506, + 359.321 + ], + [ + -799.171, + 31.1404 + ], + [ + -845.084, + 816.305 + ], + [ + -724.839, + -41.2112 + ], + [ + -248.321, + -306.058 + ], + [ + -847.413, + 98.347 + ], + [ + 371.93, + 1195.64 + ], + [ + 606.84, + -106.672 + ], + [ + 657.51, + -24.7646 + ], + [ + 773.388, + 44.98 + ], + [ + 818.955, + 110.974 + ], + [ + 914.191, + 410.533 + ], + [ + -46.0025, + -338.776 + ], + [ + 335.113, + -257.349 + ], + [ + 250.974, + -285.764 + ], + [ + 208.451, + -302.395 + ], + [ + -140.646, + -325.115 + ], + [ + -700.383, + -53.2914 + ], + [ + -902.371, + 263.078 + ], + [ + 419.694, + 1179.72 + ], + [ + -737.736, + 963.565 + ], + [ + 798.622, + 861.814 + ], + [ + -919.236, + 309.937 + ], + [ + 886.432, + 312.604 + ], + [ + -184.224, + -317.736 + ], + [ + -925.534, + 598.892 + ], + [ + 72.2918, + -334.155 + ], + [ + -600.242, + -139.081 + ], + [ + 165.581, + -313.151 + ], + [ + -292.275, + -284.564 + ], + [ + 446.584, + -197.076 + ], + [ + -891.673, + 708.171 + ], + [ + 749.043, + 29.1871 + ], + [ + 584.455, + -118.991 + ], + [ + 900.679, + 360.325 + ], + [ + -937.483, + 436.682 + ], + [ + 680.075, + -12.5816 + ], + [ + 890.979, + 649.186 + ], + [ + -934.887, + 516.961 + ], + [ + -435.366, + -220.756 + ], + [ + 19.4327, + -341.333 + ], + [ + 395.892, + 1187.92 + ], + [ + -577.228, + -150.181 + ], + [ + 851.123, + 756.424 + ], + [ + 911.884, + 487.886 + ], + [ + 380.907, + -247.739 + ], + [ + 274.675, + 1221.65 + ], + [ + 98.1406, + -327.496 + ], + [ + -72.2918, + -334.155 + ], + [ + 347.817, + 1202.87 + ], + [ + 561.86, + -130.188 + ], + [ + 678.311, + 1006.28 + ], + [ + -371.93, + 1195.64 + ], + [ + -868.297, + 151.695 + ], + [ + 313.585, + -260.895 + ], + [ + -215.076, + -226.415 + ], + [ + 904.851, + 567.898 + ], + [ + -271.441, + -285.753 + ], + [ + 725.867, + 14.3726 + ], + [ + 794.445, + 92.1997 + ], + [ + -227.915, + -304.472 + ], + [ + 312.142, + -9.40941 + ], + [ + 189.507, + -299.279 + ], + [ + -822.603, + 79.5376 + ], + [ + -822.168, + 839.381 + ], + [ + -774.543, + 15.3364 + ], + [ + 862.11, + 290.676 + ], + [ + -554.064, + -160.15 + ], + [ + -419.694, + 1179.72 + ], + [ + 837.404, + 162.901 + ], + [ + 702.407, + 0.456486 + ], + [ + 540.2, + -140.548 + ], + [ + -274.675, + 1221.65 + ], + [ + -925.203, + 385.074 + ], + [ + 436.446, + -178.765 + ], + [ + 774.464, + 883.587 + ], + [ + 123.391, + -318.842 + ], + [ + -98.1406, + -327.496 + ], + [ + -749.612, + 0.487164 + ], + [ + -395.892, + 1187.92 + ], + [ + -165.581, + -313.151 + ], + [ + -679.095, + -38.6104 + ], + [ + -347.817, + 1202.87 + ], + [ + -531.88, + -169.333 + ], + [ + -908.605, + 624.278 + ], + [ + -208.451, + -302.395 + ], + [ + -426.224, + -201.928 + ], + [ + 902.479, + 435.678 + ], + [ + 476.571, + -165.938 + ], + [ + -871.732, + 732.578 + ], + [ + -894.744, + 287.951 + ], + [ + 518.403, + -149.842 + ], + [ + 292.906, + -263.705 + ], + [ + 323.564, + 1209.62 + ], + [ + 877.44, + 337.018 + ], + [ + -910.306, + 335.26 + ], + [ + -356.824, + -252.507 + ], + [ + 299.18, + 1215.88 + ], + [ + 497.524, + -158.395 + ], + [ + -250.974, + -285.764 + ], + [ + 872.67, + 673.596 + ], + [ + 890.361, + 385.115 + ], + [ + -797.393, + 61.7153 + ], + [ + -725.885, + -13.4291 + ], + [ + -925.038, + 462.461 + ], + [ + 829.861, + 779.69 + ], + [ + -466.98, + -191.272 + ], + [ + -869.824, + 266.705 + ], + [ + -920.221, + 542.637 + ], + [ + -509.615, + -177.444 + ], + [ + 634.182, + -60.4873 + ], + [ + 657.976, + 0.427611 + ], + [ + -843.027, + 130.72 + ], + [ + 771.099, + 74.5576 + ], + [ + -798.622, + 861.814 + ], + [ + -488.308, + -184.864 + ], + [ + -312.142, + -9.40941 + ], + [ + 898.032, + 512.937 + ], + [ + 814.105, + 142.248 + ], + [ + 231.407, + -285.211 + ], + [ + -701.909, + -26.4368 + ], + [ + 853.735, + 314.425 + ], + [ + -123.391, + -318.842 + ], + [ + -189.507, + -299.279 + ], + [ + -335.113, + -257.349 + ], + [ + 147.889, + -308.244 + ], + [ + 586.084, + 249.702 + ], + [ + -678.311, + 1006.28 + ], + [ + 445.25, + -90.6496 + ], + [ + 375.436, + -223.9 + ], + [ + 888.787, + 592.724 + ], + [ + -323.564, + 1209.62 + ], + [ + 747.377, + 57.8443 + ], + [ + -299.18, + 1215.88 + ], + [ + 749.713, + 904.683 + ], + [ + 0.0, + 1252.15 + ], + [ + 456.516, + -172.828 + ], + [ + 250.059, + 1226.93 + ], + [ + 680.058, + 13.4656 + ], + [ + 272.503, + -265.313 + ], + [ + 611.69, + -73.9548 + ], + [ + 846.219, + 246.707 + ], + [ + 657.477, + 25.6192 + ], + [ + 212.278, + -283.583 + ], + [ + -914.191, + 410.533 + ], + [ + -851.123, + 756.424 + ], + [ + 252.952, + -266.289 + ], + [ + 354.168, + -230.421 + ], + [ + 225.342, + 1231.71 + ], + [ + -890.979, + 649.186 + ], + [ + -446.584, + -197.076 + ], + [ + -606.84, + -106.672 + ], + [ + -313.585, + -260.895 + ], + [ + 595.278, + 1057.52 + ], + [ + 724.785, + 42.1533 + ], + [ + -657.51, + -24.7646 + ], + [ + 589.998, + -87.4573 + ], + [ + -380.907, + -247.739 + ], + [ + 790.332, + 122.549 + ], + [ + -773.388, + 44.98 + ], + [ + -250.059, + 1226.93 + ], + [ + 890.075, + 460.488 + ], + [ + -818.955, + 110.974 + ], + [ + 200.534, + 1235.99 + ], + [ + -886.432, + 312.604 + ], + [ + 233.754, + -266.157 + ], + [ + 807.965, + 802.359 + ], + [ + -774.464, + 883.587 + ], + [ + 853.693, + 697.491 + ], + [ + 701.874, + 27.3491 + ], + [ + -900.679, + 360.325 + ], + [ + 867.777, + 361.173 + ], + [ + -147.889, + -308.244 + ], + [ + 75.4799, + 1249.87 + ], + [ + 175.645, + 1239.77 + ], + [ + -584.455, + -118.991 + ], + [ + 844.705, + 337.933 + ], + [ + 830.553, + 194.843 + ], + [ + -911.884, + 487.886 + ], + [ + -225.342, + 1231.71 + ], + [ + 171.486, + -295.767 + ], + [ + 568.036, + -99.8507 + ], + [ + -904.851, + 567.898 + ], + [ + -749.043, + 29.1871 + ], + [ + -75.4799, + 1249.87 + ], + [ + 879.361, + 409.609 + ], + [ + 724.387, + 925.086 + ], + [ + 150.685, + 1243.05 + ], + [ + 332.983, + -235.635 + ], + [ + -200.534, + 1235.99 + ], + [ + -680.075, + -12.5816 + ], + [ + 883.492, + 537.595 + ], + [ + 445.409, + -155.088 + ], + [ + -292.906, + -263.705 + ], + [ + 125.664, + 1245.83 + ], + [ + -561.86, + -130.188 + ], + [ + -175.645, + 1239.77 + ], + [ + -231.407, + -285.211 + ], + [ + 546.964, + -111.358 + ], + [ + 166.768, + 422.674 + ], + [ + 872.042, + 617.095 + ], + [ + 100.592, + 1248.1 + ], + [ + -436.446, + -178.765 + ], + [ + -150.685, + 1243.05 + ], + [ + 484.789, + -140.126 + ], + [ + 25.1735, + 1251.9 + ], + [ + -125.664, + 1245.83 + ], + [ + -5.87314, + -329.485 + ], + [ + 31.56, + -328.023 + ], + [ + -25.1735, + 1251.9 + ], + [ + -862.11, + 290.676 + ], + [ + -725.867, + 14.3726 + ], + [ + -794.445, + 92.1997 + ], + [ + -829.861, + 779.69 + ], + [ + -100.592, + 1248.1 + ], + [ + -586.084, + 249.702 + ], + [ + 50.3369, + 1251.14 + ], + [ + -540.2, + -140.548 + ], + [ + 603.472, + 204.124 + ], + [ + 525.697, + -121.809 + ], + [ + -50.3369, + 1251.14 + ], + [ + 767.679, + 104.026 + ], + [ + -837.404, + 162.901 + ], + [ + 312.587, + -240.05 + ], + [ + -872.67, + 673.596 + ], + [ + -31.56, + -328.023 + ], + [ + 57.0545, + -324.561 + ], + [ + -749.713, + 904.683 + ], + [ + -212.278, + -283.583 + ], + [ + 505.307, + -131.469 + ], + [ + -702.407, + 0.456486 + ], + [ + -595.278, + 1057.52 + ], + [ + -476.571, + -165.938 + ], + [ + -902.479, + 435.678 + ], + [ + 785.449, + 824.414 + ], + [ + 808.062, + 173.313 + ], + [ + -272.503, + -265.313 + ], + [ + 744.614, + 86.4166 + ], + [ + -518.403, + -149.842 + ], + [ + 876.99, + 484.946 + ], + [ + 834.062, + 720.851 + ], + [ + 698.507, + 944.78 + ], + [ + -171.486, + -295.767 + ], + [ + -497.524, + -158.395 + ], + [ + -252.952, + -266.289 + ], + [ + 508.397, + 1101.93 + ], + [ + -877.44, + 337.018 + ], + [ + -57.0545, + -324.561 + ], + [ + 552.986, + 686.409 + ], + [ + 82.2012, + -319.121 + ], + [ + -445.25, + -90.6496 + ], + [ + 194.038, + -281.487 + ], + [ + -375.436, + -223.9 + ], + [ + 679.044, + 39.493 + ], + [ + -890.361, + 385.115 + ], + [ + -898.032, + 512.937 + ], + [ + -233.754, + -266.157 + ], + [ + 465.132, + -148.082 + ], + [ + 857.448, + 385.052 + ], + [ + -888.787, + 592.724 + ], + [ + 867.688, + 433.79 + ], + [ + 292.37, + -243.245 + ], + [ + -166.768, + 422.674 + ], + [ + -634.182, + -60.4873 + ], + [ + 722.639, + 69.8721 + ], + [ + -657.976, + 0.427611 + ], + [ + -853.735, + 314.425 + ], + [ + 868.275, + 561.841 + ], + [ + -771.099, + 74.5576 + ], + [ + -354.168, + -230.421 + ], + [ + -456.516, + -172.828 + ], + [ + 785.061, + 152.718 + ], + [ + -807.965, + 802.359 + ], + [ + -814.105, + 142.248 + ], + [ + -724.387, + 925.086 + ], + [ + 854.629, + 640.994 + ], + [ + 700.313, + 54.2017 + ], + [ + -82.2012, + -319.121 + ], + [ + 672.091, + 963.75 + ], + [ + 106.847, + -311.735 + ], + [ + 272.956, + -245.743 + ], + [ + 614.777, + -41.0247 + ], + [ + 391.759, + -193.928 + ], + [ + -853.693, + 697.491 + ], + [ + -747.377, + 57.8443 + ], + [ + 822.484, + 226.499 + ], + [ + 762.331, + 845.836 + ], + [ + 253.806, + -247.11 + ], + [ + 278.097, + 1181.26 + ], + [ + -611.69, + -73.9548 + ], + [ + 514.158, + 715.955 + ], + [ + -680.058, + 13.4656 + ], + [ + -332.983, + -235.635 + ], + [ + -846.219, + 246.707 + ], + [ + -508.397, + 1101.93 + ], + [ + 593.841, + -55.6717 + ], + [ + 835.029, + 361.182 + ], + [ + -657.477, + 25.6192 + ], + [ + -890.075, + 460.488 + ], + [ + 813.792, + 743.659 + ], + [ + 371.065, + -202.088 + ], + [ + 863.232, + 509.032 + ], + [ + 453.09, + -130.964 + ], + [ + -278.097, + 1181.26 + ], + [ + -589.998, + -87.4573 + ], + [ + -724.785, + 42.1533 + ], + [ + 572.576, + -69.2258 + ], + [ + -194.038, + -281.487 + ], + [ + -790.332, + 122.549 + ], + [ + 656.014, + 50.7731 + ], + [ + -698.507, + 944.78 + ], + [ + -867.777, + 361.173 + ], + [ + -844.705, + 337.933 + ], + [ + -106.847, + -311.735 + ], + [ + 228.323, + 213.049 + ], + [ + -445.409, + -155.088 + ], + [ + -872.042, + 617.095 + ], + [ + -883.492, + 537.595 + ], + [ + 130.841, + -302.449 + ], + [ + 215.407, + -265.491 + ], + [ + 763.133, + 133.342 + ], + [ + -879.361, + 409.609 + ], + [ + 645.161, + 981.982 + ], + [ + -312.587, + -240.05 + ], + [ + -785.449, + 824.414 + ], + [ + 491.61, + -113.91 + ], + [ + -701.874, + 27.3491 + ], + [ + -568.036, + -99.8507 + ], + [ + -830.553, + 194.843 + ], + [ + 350.351, + -208.94 + ], + [ + 846.463, + 408.635 + ], + [ + 855.35, + 457.638 + ], + [ + 552.151, + -81.8472 + ], + [ + -514.158, + 715.955 + ], + [ + 800.834, + 204.124 + ], + [ + 836.561, + 664.401 + ], + [ + 740.76, + 114.862 + ], + [ + 852.392, + 585.656 + ], + [ + 511.633, + -104.165 + ], + [ + -552.986, + 686.409 + ], + [ + 738.629, + 866.611 + ], + [ + -484.789, + -140.126 + ], + [ + 531.475, + -93.424 + ], + [ + -546.964, + -111.358 + ], + [ + -834.062, + 720.851 + ], + [ + -603.472, + 204.124 + ], + [ + 415.706, + -183.449 + ], + [ + -109.509, + 874.619 + ], + [ + 472.408, + -122.91 + ], + [ + 441.048, + 1130.57 + ], + [ + 677.034, + 65.4625 + ], + [ + 330.361, + -214.932 + ], + [ + -672.091, + 963.75 + ], + [ + -292.37, + -243.245 + ], + [ + -525.697, + -121.809 + ], + [ + -228.323, + 213.049 + ], + [ + 792.899, + 765.896 + ], + [ + -505.307, + -131.469 + ], + [ + 109.509, + 874.619 + ], + [ + 719.434, + 97.4885 + ], + [ + -876.99, + 484.946 + ], + [ + 617.736, + 999.462 + ], + [ + -767.679, + 104.026 + ], + [ + 824.713, + 384.154 + ], + [ + -130.841, + -302.449 + ], + [ + -272.956, + -245.743 + ], + [ + 154.038, + -291.32 + ], + [ + 17.7502, + -311.779 + ], + [ + -253.806, + -247.11 + ], + [ + -808.062, + 173.313 + ], + [ + 697.724, + 80.9747 + ], + [ + 778.638, + 182.664 + ], + [ + -762.331, + 845.836 + ], + [ + 848.813, + 532.728 + ], + [ + -17.7502, + -311.779 + ], + [ + -465.132, + -148.082 + ], + [ + -854.629, + 640.994 + ], + [ + 310.456, + -219.694 + ], + [ + -744.614, + 86.4166 + ], + [ + -868.275, + 561.841 + ], + [ + 813.209, + 257.824 + ], + [ + -857.448, + 385.052 + ], + [ + -867.688, + 433.79 + ], + [ + 714.362, + 886.721 + ], + [ + 813.765, + 406.832 + ], + [ + -679.044, + 39.493 + ], + [ + -215.407, + -265.491 + ], + [ + -645.161, + 981.982 + ], + [ + 834.829, + 431.906 + ], + [ + -441.048, + 1130.57 + ], + [ + 817.852, + 687.3 + ], + [ + 842.357, + 481.136 + ], + [ + 291.295, + -223.7 + ], + [ + 589.837, + 1016.18 + ], + [ + 272.311, + -226.556 + ], + [ + -813.792, + 743.659 + ], + [ + -391.759, + -193.928 + ], + [ + 835.857, + 609.023 + ], + [ + 235.462, + -247.877 + ], + [ + -722.639, + 69.8721 + ], + [ + 348.798, + 1162.35 + ], + [ + 254.293, + 1186.61 + ], + [ + 653.589, + 75.8527 + ], + [ + -785.061, + 152.718 + ], + [ + -371.065, + -202.088 + ], + [ + 616.092, + -7.97644 + ], + [ + -12.1994, + 1213.49 + ], + [ + 771.398, + 787.548 + ], + [ + 459.464, + -106.462 + ], + [ + 12.1994, + 1213.49 + ], + [ + -700.313, + 54.2017 + ], + [ + 112.708, + -291.236 + ], + [ + 89.6434, + -299.141 + ], + [ + -614.777, + -41.0247 + ], + [ + 757.468, + 162.462 + ], + [ + -822.484, + 226.499 + ], + [ + -617.736, + 999.462 + ], + [ + -738.629, + 866.611 + ], + [ + -154.038, + -291.32 + ], + [ + 176.296, + -278.415 + ], + [ + 595.973, + -23.7258 + ], + [ + 453.347, + 30.6853 + ], + [ + -863.232, + 509.032 + ], + [ + -453.09, + -130.964 + ], + [ + 733.333, + 489.053 + ], + [ + -835.029, + 361.182 + ], + [ + 822.84, + 316.046 + ], + [ + -350.351, + -208.94 + ], + [ + 735.819, + 143.139 + ], + [ + 792.431, + 234.636 + ], + [ + 405.694, + -162.774 + ], + [ + -593.841, + -55.6717 + ], + [ + 561.487, + 1032.11 + ], + [ + -254.293, + 1186.61 + ], + [ + 575.465, + -38.4014 + ], + [ + 689.547, + 906.153 + ], + [ + -836.561, + 664.401 + ], + [ + 833.744, + 556.016 + ], + [ + 497.014, + -87.3663 + ], + [ + -348.798, + 1162.35 + ], + [ + 674.031, + 91.3361 + ], + [ + 385.7, + -172.524 + ], + [ + -572.576, + -69.2258 + ], + [ + -852.392, + 585.656 + ], + [ + 636.935, + 12.6117 + ], + [ + 555.748, + -52.1006 + ], + [ + -792.899, + 765.896 + ], + [ + -330.361, + -214.932 + ], + [ + -491.61, + -113.91 + ], + [ + -89.6434, + -299.141 + ], + [ + -855.35, + 457.638 + ], + [ + -846.463, + 408.635 + ], + [ + 798.517, + 709.672 + ], + [ + -656.014, + 50.7731 + ], + [ + 516.486, + -76.5603 + ], + [ + -112.708, + -291.236 + ], + [ + 478.323, + -97.3831 + ], + [ + 715.174, + 124.962 + ], + [ + 822.556, + 454.846 + ], + [ + -589.837, + 1016.18 + ], + [ + -763.133, + 133.342 + ], + [ + -552.151, + -81.8472 + ], + [ + 535.723, + -64.7702 + ], + [ + 828.718, + 504.265 + ], + [ + -415.706, + -183.449 + ], + [ + 365.583, + -180.97 + ], + [ + 694.112, + 107.629 + ], + [ + 749.306, + 808.596 + ], + [ + -511.633, + -104.165 + ], + [ + -800.834, + 204.124 + ], + [ + 818.681, + 631.923 + ], + [ + -714.362, + 886.721 + ], + [ + 802.194, + 429.198 + ], + [ + 532.707, + 1047.26 + ], + [ + 771.074, + 212.342 + ], + [ + 650.206, + 100.821 + ], + [ + -531.475, + -93.424 + ], + [ + -472.408, + -122.91 + ], + [ + -740.76, + 114.862 + ], + [ + 664.203, + 924.89 + ], + [ + -310.456, + -219.694 + ], + [ + -235.462, + -247.877 + ], + [ + 802.741, + 288.77 + ], + [ + 346.123, + -188.504 + ], + [ + -272.311, + -226.556 + ], + [ + -176.296, + -278.415 + ], + [ + -677.034, + 65.4625 + ], + [ + 197.479, + -263.813 + ], + [ + -291.295, + -223.7 + ], + [ + -848.813, + 532.728 + ], + [ + -561.487, + 1032.11 + ], + [ + -824.713, + 384.154 + ], + [ + -817.852, + 687.3 + ], + [ + 254.083, + -228.752 + ], + [ + -719.434, + 97.4885 + ], + [ + 503.519, + 1061.6 + ], + [ + 182.301, + 1199.78 + ], + [ + -771.398, + 787.548 + ], + [ + 818.036, + 578.878 + ], + [ + 326.649, + -194.805 + ], + [ + -778.638, + 182.664 + ], + [ + 289.156, + -204.621 + ], + [ + -697.724, + 80.9747 + ], + [ + 399.395, + 216.675 + ], + [ + -835.857, + 609.023 + ], + [ + 778.57, + 731.5 + ], + [ + -689.547, + 906.153 + ], + [ + -813.765, + 406.832 + ], + [ + -813.209, + 257.824 + ], + [ + 750.693, + 191.344 + ], + [ + -834.829, + 431.906 + ], + [ + -842.357, + 481.136 + ], + [ + 307.859, + -200.293 + ], + [ + 638.351, + 942.918 + ], + [ + 726.64, + 829.024 + ], + [ + -453.347, + 30.6853 + ], + [ + -182.301, + 1199.78 + ], + [ + 809.652, + 477.437 + ], + [ + 464.515, + -81.6536 + ], + [ + 85.3267, + 1210.55 + ], + [ + -532.707, + 1047.26 + ], + [ + 814.444, + 527.008 + ], + [ + 473.945, + 1075.13 + ], + [ + 782.867, + 264.804 + ], + [ + 729.799, + 171.207 + ], + [ + 800.878, + 654.339 + ], + [ + -85.3267, + 1210.55 + ], + [ + 84.2977, + 300.691 + ], + [ + -459.464, + -106.462 + ], + [ + -2.92851, + -295.016 + ], + [ + 670.04, + 117.076 + ], + [ + 615.633, + 25.0948 + ], + [ + 35.2629, + -292.916 + ], + [ + -653.589, + 75.8527 + ], + [ + -733.333, + 489.053 + ], + [ + -616.092, + -7.97644 + ], + [ + -405.694, + -162.774 + ], + [ + -664.203, + 924.89 + ], + [ + -84.2977, + 300.691 + ], + [ + 645.869, + 125.641 + ], + [ + -798.517, + 709.672 + ], + [ + 596.387, + 8.28852 + ], + [ + -503.519, + 1061.6 + ], + [ + 156.639, + -270.159 + ], + [ + -833.744, + 556.016 + ], + [ + 790.008, + 451.236 + ], + [ + -749.306, + 808.596 + ], + [ + -35.2629, + -292.916 + ], + [ + 709.866, + 152.252 + ], + [ + -757.468, + 162.462 + ], + [ + -197.479, + -263.813 + ], + [ + -822.84, + 316.046 + ], + [ + -385.7, + -172.524 + ], + [ + 444.008, + 1087.83 + ], + [ + -595.973, + -23.7258 + ], + [ + 500.986, + -60.5704 + ], + [ + 689.482, + 134.126 + ], + [ + 217.458, + -247.602 + ], + [ + 612.01, + 960.224 + ], + [ + 576.697, + -7.46639 + ], + [ + -792.431, + 234.636 + ], + [ + 67.172, + -287.282 + ], + [ + -735.819, + 143.139 + ], + [ + 801.702, + 601.297 + ], + [ + 762.378, + 241.708 + ], + [ + 758.026, + 752.768 + ], + [ + 703.417, + 848.817 + ], + [ + -575.465, + -38.4014 + ], + [ + -497.014, + -87.3663 + ], + [ + -365.583, + -180.97 + ], + [ + -818.681, + 631.923 + ], + [ + 557.743, + -22.2039 + ], + [ + 482.86, + -71.5758 + ], + [ + 791.097, + 319.293 + ], + [ + -473.945, + 1075.13 + ], + [ + 519.85, + -48.7352 + ], + [ + -822.556, + 454.846 + ], + [ + -828.718, + 504.265 + ], + [ + -254.083, + -228.752 + ], + [ + -555.748, + -52.1006 + ], + [ + -674.031, + 91.3361 + ], + [ + 538.427, + -35.9298 + ], + [ + -478.323, + -97.3831 + ], + [ + -636.935, + 12.6117 + ], + [ + 413.73, + 1099.7 + ], + [ + 417.157, + -130.627 + ], + [ + -516.486, + -76.5603 + ], + [ + 796.128, + 499.662 + ], + [ + -346.123, + -188.504 + ], + [ + -67.172, + -287.282 + ], + [ + -638.351, + 942.918 + ], + [ + 782.462, + 676.254 + ], + [ + -802.194, + 429.198 + ], + [ + -535.723, + -64.7702 + ], + [ + 585.2, + 976.795 + ], + [ + 397.984, + -141.908 + ], + [ + -715.174, + 124.962 + ], + [ + 799.546, + 549.347 + ], + [ + 777.217, + 472.927 + ], + [ + -289.156, + -204.621 + ], + [ + 271.154, + -208.233 + ], + [ + -726.64, + 829.024 + ], + [ + -771.074, + 212.342 + ], + [ + -694.112, + 107.629 + ], + [ + -444.008, + 1087.83 + ], + [ + -399.395, + 216.675 + ], + [ + 98.2709, + -278.183 + ], + [ + -650.206, + 100.821 + ], + [ + 378.587, + -151.898 + ], + [ + -778.57, + 731.5 + ], + [ + -326.649, + -194.805 + ], + [ + -156.639, + -270.159 + ], + [ + -802.741, + 288.77 + ], + [ + 742.816, + 219.945 + ], + [ + -818.036, + 578.878 + ], + [ + -307.859, + -200.293 + ], + [ + 177.238, + -257.115 + ], + [ + 679.655, + 867.96 + ], + [ + 359.774, + -160.927 + ], + [ + 736.902, + 773.459 + ], + [ + 772.154, + 294.583 + ], + [ + 722.709, + 199.023 + ], + [ + 763.83, + 494.257 + ], + [ + -612.01, + 960.224 + ], + [ + -413.73, + 1099.7 + ], + [ + 784.753, + 623.255 + ], + [ + 557.942, + 992.617 + ], + [ + -800.878, + 654.339 + ], + [ + 304.238, + -181.439 + ], + [ + 665.067, + 142.644 + ], + [ + -217.458, + -247.602 + ], + [ + 352.248, + 1120.91 + ], + [ + 468.228, + -56.6099 + ], + [ + 340.851, + -168.727 + ], + [ + -98.2709, + -278.183 + ], + [ + 322.547, + -175.664 + ], + [ + 236.112, + -229.883 + ], + [ + -809.652, + 477.437 + ], + [ + -814.444, + 527.008 + ], + [ + -464.515, + -81.6536 + ], + [ + -750.693, + 191.344 + ], + [ + -703.417, + 848.817 + ], + [ + 703.516, + 179.319 + ], + [ + 763.446, + 697.651 + ], + [ + 781.994, + 521.505 + ], + [ + 211.104, + 402.368 + ], + [ + 439.744, + -114.411 + ], + [ + -585.2, + 976.795 + ], + [ + 683.842, + 160.425 + ], + [ + 321.09, + 1130.23 + ], + [ + -782.867, + 264.804 + ], + [ + 18.3337, + -282.236 + ], + [ + -758.026, + 752.768 + ], + [ + 784.036, + 571.265 + ], + [ + 128.184, + -265.729 + ], + [ + -729.799, + 171.207 + ], + [ + -211.104, + 402.368 + ], + [ + 752.565, + 270.72 + ], + [ + 655.373, + 886.438 + ], + [ + -18.3337, + -282.236 + ], + [ + 530.256, + 1007.68 + ], + [ + 613.399, + 58.0938 + ], + [ + -352.248, + 1120.91 + ], + [ + 49.1737, + -278.523 + ], + [ + 778.292, + 349.347 + ], + [ + -790.008, + 451.236 + ], + [ + -670.04, + 117.076 + ], + [ + -615.633, + 25.0948 + ], + [ + 715.213, + 793.557 + ], + [ + -801.702, + 601.297 + ], + [ + 289.686, + 1138.68 + ], + [ + -177.238, + -257.115 + ], + [ + 595.083, + 40.2789 + ], + [ + 503.514, + -33.6001 + ], + [ + -596.387, + 8.28852 + ], + [ + -645.869, + 125.641 + ], + [ + 383.136, + 1110.73 + ], + [ + 247.677, + -190.203 + ], + [ + 576.267, + 23.4902 + ], + [ + 640.585, + 150.278 + ], + [ + -709.866, + 152.252 + ], + [ + -321.09, + 1130.23 + ], + [ + -782.462, + 676.254 + ], + [ + -500.986, + -60.5704 + ], + [ + -271.154, + -208.233 + ], + [ + -49.1737, + -278.523 + ], + [ + -557.942, + 992.617 + ], + [ + 767.203, + 644.735 + ], + [ + -576.697, + -7.46639 + ], + [ + 486.005, + -45.5623 + ], + [ + -679.655, + 867.96 + ], + [ + 258.061, + 1146.27 + ], + [ + -689.482, + 134.126 + ], + [ + -762.378, + 241.708 + ], + [ + 558.131, + 7.75684 + ], + [ + 630.588, + 904.237 + ], + [ + 521.716, + -20.7696 + ], + [ + -791.097, + 319.293 + ], + [ + -482.86, + -71.5758 + ], + [ + 79.4206, + -271.451 + ], + [ + 502.164, + 1021.97 + ], + [ + -417.157, + -130.627 + ], + [ + -796.128, + 499.662 + ], + [ + -557.743, + -22.2039 + ], + [ + 539.579, + -6.98583 + ], + [ + -289.686, + 1138.68 + ], + [ + -799.546, + 549.347 + ], + [ + -519.85, + -48.7352 + ], + [ + 733.85, + 248.224 + ], + [ + 743.845, + 718.513 + ], + [ + -397.984, + -141.908 + ], + [ + -736.902, + 773.459 + ], + [ + -128.184, + -265.729 + ], + [ + 286.573, + -186.444 + ], + [ + 226.237, + 1152.97 + ], + [ + 767.261, + 542.948 + ], + [ + -538.427, + -35.9298 + ], + [ + 782.88, + 405.03 + ], + [ + -378.587, + -151.898 + ], + [ + -777.217, + 472.927 + ], + [ + 760.31, + 323.931 + ], + [ + 714.559, + 226.547 + ], + [ + -258.061, + 1146.27 + ], + [ + -236.112, + -229.883 + ], + [ + 767.925, + 592.746 + ], + [ + 499.011, + 396.022 + ], + [ + -530.256, + 1007.68 + ], + [ + -383.136, + 1110.73 + ], + [ + 692.976, + 813.048 + ], + [ + 194.241, + 1158.79 + ], + [ + 659.117, + 168.002 + ], + [ + 253.327, + -210.762 + ], + [ + -359.774, + -160.927 + ], + [ + -304.238, + -181.439 + ], + [ + 473.687, + 1035.47 + ], + [ + -79.4206, + -271.451 + ], + [ + -226.237, + 1152.97 + ], + [ + -784.753, + 623.255 + ], + [ + 749.858, + 515.208 + ], + [ + 162.095, + 1163.72 + ], + [ + -655.373, + 886.438 + ], + [ + 156.552, + -250.07 + ], + [ + 527.851, + 356.678 + ], + [ + -763.83, + 494.257 + ], + [ + -742.816, + 219.945 + ], + [ + -322.547, + -175.664 + ], + [ + 605.321, + 921.343 + ], + [ + 696.134, + 206.123 + ], + [ + 426.076, + -97.6847 + ], + [ + -340.851, + -168.727 + ], + [ + -194.241, + 1158.79 + ], + [ + -763.446, + 697.651 + ], + [ + 407.842, + -110.426 + ], + [ + 129.825, + 1167.76 + ], + [ + -772.154, + 294.583 + ], + [ + 677.198, + 186.49 + ], + [ + 108.709, + -261.104 + ], + [ + -162.095, + 1163.72 + ], + [ + 749.065, + 665.722 + ], + [ + 470.591, + -31.403 + ], + [ + 389.284, + -121.899 + ], + [ + -722.709, + 199.023 + ], + [ + -502.164, + 1021.97 + ], + [ + 97.4561, + 1170.91 + ], + [ + -247.677, + -190.203 + ], + [ + 741.648, + 299.335 + ], + [ + -715.213, + 793.557 + ], + [ + -468.228, + -56.6099 + ], + [ + -129.825, + 1167.76 + ], + [ + 317.466, + -157.151 + ], + [ + 723.674, + 738.825 + ], + [ + 764.346, + 378.889 + ], + [ + -781.994, + 521.505 + ], + [ + 371.232, + -132.369 + ], + [ + -97.4561, + 1170.91 + ], + [ + -665.067, + 142.644 + ], + [ + -784.036, + 571.265 + ], + [ + -630.588, + 904.237 + ], + [ + 670.209, + 831.915 + ], + [ + 335.268, + -149.966 + ], + [ + 579.589, + 937.743 + ], + [ + -439.744, + -114.411 + ], + [ + 751.941, + 563.975 + ], + [ + 352.976, + -141.622 + ], + [ + 627.552, + 109.652 + ], + [ + 634.362, + 174.693 + ], + [ + -703.516, + 179.319 + ], + [ + -473.687, + 1035.47 + ], + [ + -499.011, + 396.022 + ], + [ + -2.68631, + -270.617 + ], + [ + 751.226, + 613.772 + ], + [ + 415.667, + 1060.1 + ], + [ + 32.3466, + -268.691 + ], + [ + -683.842, + 160.425 + ], + [ + -752.565, + 270.72 + ], + [ + -108.709, + -261.104 + ], + [ + -767.203, + 644.735 + ], + [ + -778.292, + 349.347 + ], + [ + -156.552, + -250.07 + ], + [ + 609.398, + 90.9253 + ], + [ + -743.845, + 718.513 + ], + [ + 735.312, + 535.764 + ], + [ + -613.399, + 58.0938 + ], + [ + -32.3466, + -268.691 + ], + [ + 723.809, + 276.139 + ], + [ + 504.592, + -6.53286 + ], + [ + -286.573, + -186.444 + ], + [ + 592.064, + 72.1533 + ], + [ + -692.976, + 813.048 + ], + [ + 452.4, + -42.4119 + ], + [ + -503.514, + -33.6001 + ], + [ + 61.6167, + -263.523 + ], + [ + -595.083, + 40.2789 + ], + [ + 747.35, + 352.803 + ], + [ + -605.321, + 921.343 + ], + [ + 574.176, + 54.379 + ], + [ + -253.327, + -210.762 + ], + [ + 705.361, + 253.739 + ], + [ + 730.353, + 686.198 + ], + [ + 386.168, + 1071.2 + ], + [ + 487.749, + -19.4174 + ], + [ + 553.414, + 953.425 + ], + [ + 136.687, + -247.608 + ], + [ + -576.267, + 23.4902 + ], + [ + 702.949, + 758.57 + ], + [ + 301.431, + -81.6148 + ], + [ + -640.585, + 150.278 + ], + [ + 652.202, + 193.115 + ], + [ + -486.005, + -45.5623 + ], + [ + 646.927, + 850.146 + ], + [ + 556.91, + 37.6952 + ], + [ + 720.202, + 555.909 + ], + [ + 268.997, + -190.356 + ], + [ + 522.079, + 7.25579 + ], + [ + -767.261, + 542.948 + ], + [ + 627.208, + 198.853 + ], + [ + -558.131, + 7.75684 + ], + [ + 300.245, + -163.519 + ], + [ + 539.176, + 21.9783 + ], + [ + -767.925, + 592.746 + ], + [ + -415.667, + 1060.1 + ], + [ + -521.716, + -20.7696 + ], + [ + 183.031, + -231.394 + ], + [ + 444.847, + 1048.19 + ], + [ + -61.6167, + -263.523 + ], + [ + -539.579, + -6.98583 + ], + [ + -782.88, + 405.03 + ], + [ + -733.85, + 248.224 + ], + [ + 687.732, + 232.625 + ], + [ + 356.373, + 1081.47 + ], + [ + 642.394, + 603.557 + ], + [ + 736.044, + 584.57 + ], + [ + 65.0122, + 1173.16 + ], + [ + -579.589, + 937.743 + ], + [ + -760.31, + 323.931 + ], + [ + 669.561, + 212.281 + ], + [ + 32.5186, + 1174.51 + ], + [ + -65.0122, + 1173.16 + ], + [ + -527.851, + 356.678 + ], + [ + 0.0, + 1174.96 + ], + [ + 733.951, + 634.328 + ], + [ + -749.858, + 515.208 + ], + [ + -32.5186, + 1174.51 + ], + [ + -714.559, + 226.547 + ], + [ + 90.1435, + -255.177 + ], + [ + -749.065, + 665.722 + ], + [ + 526.815, + 968.376 + ], + [ + -670.209, + 831.915 + ], + [ + 729.644, + 327.511 + ], + [ + -723.674, + 738.825 + ], + [ + -386.168, + 1071.2 + ], + [ + 232.084, + -208.946 + ], + [ + 749.279, + 407.876 + ], + [ + -659.117, + 168.002 + ], + [ + 623.151, + 867.725 + ], + [ + 326.305, + 1090.92 + ], + [ + -426.076, + -97.6847 + ], + [ + -407.842, + -110.426 + ], + [ + -317.466, + -157.151 + ], + [ + 271.544, + 154.225 + ], + [ + -136.687, + -247.608 + ], + [ + 711.082, + 706.149 + ], + [ + -389.284, + -121.899 + ], + [ + 681.685, + 777.735 + ], + [ + -696.134, + 206.123 + ], + [ + 471.598, + -6.10569 + ], + [ + -356.373, + 1081.47 + ], + [ + -553.414, + 953.425 + ], + [ + -371.232, + -132.369 + ], + [ + -470.591, + -31.403 + ], + [ + -444.847, + 1048.19 + ], + [ + -335.268, + -149.966 + ], + [ + -677.198, + 186.49 + ], + [ + 295.987, + 1099.54 + ], + [ + -741.648, + 299.335 + ], + [ + -90.1435, + -255.177 + ], + [ + -764.346, + 378.889 + ], + [ + -751.941, + 563.975 + ], + [ + 499.812, + 982.585 + ], + [ + -352.976, + -141.622 + ], + [ + -751.226, + 613.772 + ], + [ + -326.305, + 1090.92 + ], + [ + 712.705, + 303.649 + ], + [ + -646.927, + 850.146 + ], + [ + -301.431, + -81.6148 + ], + [ + 163.016, + -231.126 + ], + [ + -183.031, + -231.394 + ], + [ + 719.583, + 604.717 + ], + [ + 265.443, + 1107.31 + ], + [ + 704.54, + 575.629 + ], + [ + 598.896, + 884.639 + ], + [ + 733.294, + 381.158 + ], + [ + 328.758, + -131.905 + ], + [ + -702.949, + 758.57 + ], + [ + 415.214, + -78.2721 + ], + [ + 695.129, + 280.559 + ], + [ + 117.583, + -243.752 + ], + [ + 432.398, + -64.1467 + ], + [ + 716.114, + 654.398 + ], + [ + -730.353, + 686.198 + ], + [ + 397.607, + -91.1578 + ], + [ + -735.312, + 535.764 + ], + [ + -526.815, + 968.376 + ], + [ + -634.362, + 174.693 + ], + [ + -627.552, + 109.652 + ], + [ + -268.997, + -190.356 + ], + [ + -295.987, + 1099.54 + ], + [ + 644.33, + 217.944 + ], + [ + -642.394, + 603.557 + ], + [ + 16.7521, + -257.887 + ], + [ + 380.427, + -103.004 + ], + [ + 746.587, + 468.57 + ], + [ + 345.946, + -123.353 + ], + [ + -271.544, + 154.225 + ], + [ + 472.426, + 996.042 + ], + [ + 659.899, + 796.304 + ], + [ + -16.7521, + -257.887 + ], + [ + -452.4, + -42.4119 + ], + [ + 691.266, + 725.558 + ], + [ + -300.245, + -163.519 + ], + [ + 504.216, + 20.5532 + ], + [ + 362.949, + -113.653 + ], + [ + -723.809, + 276.139 + ], + [ + 603.641, + 123.495 + ], + [ + -609.398, + 90.9253 + ], + [ + 44.9315, + -254.495 + ], + [ + -265.443, + 1107.31 + ], + [ + 283.028, + -168.79 + ], + [ + 678.321, + 258.785 + ], + [ + -720.202, + 555.909 + ], + [ + -623.151, + 867.725 + ], + [ + -504.592, + -6.53286 + ], + [ + -747.35, + 352.803 + ], + [ + 203.767, + 1120.3 + ], + [ + 587.339, + 103.82 + ], + [ + 488.089, + 6.7834 + ], + [ + -592.064, + 72.1533 + ], + [ + -232.084, + -208.946 + ], + [ + 570.431, + 85.1112 + ], + [ + 660.943, + 237.761 + ], + [ + -705.361, + 253.739 + ], + [ + -574.176, + 54.379 + ], + [ + -487.749, + -19.4174 + ], + [ + 207.302, + -209.927 + ], + [ + -499.812, + 982.585 + ], + [ + 574.183, + 900.875 + ], + [ + -736.044, + 584.57 + ], + [ + -44.9315, + -254.495 + ], + [ + 554.085, + 67.5249 + ], + [ + 716.57, + 355.206 + ], + [ + 172.683, + 1125.51 + ], + [ + -733.951, + 634.328 + ], + [ + -652.202, + 193.115 + ], + [ + 733.113, + 436.264 + ], + [ + 520.937, + 35.2603 + ], + [ + 444.678, + 1008.74 + ], + [ + -117.583, + -243.752 + ], + [ + -556.91, + 37.6952 + ], + [ + 537.22, + 50.879 + ], + [ + 312.087, + -139.597 + ], + [ + -681.685, + 777.735 + ], + [ + -522.079, + 7.25579 + ], + [ + -203.767, + 1120.3 + ], + [ + -627.208, + 198.853 + ], + [ + -539.176, + 21.9783 + ], + [ + 72.5689, + -248.033 + ], + [ + 141.467, + 1129.86 + ], + [ + -163.016, + -231.126 + ], + [ + 702.571, + 624.401 + ], + [ + -711.082, + 706.149 + ], + [ + -687.732, + 232.625 + ], + [ + -172.683, + 1125.51 + ], + [ + 697.728, + 673.967 + ], + [ + 110.142, + 1133.34 + ], + [ + 619.135, + 222.721 + ], + [ + 637.607, + 814.262 + ], + [ + -472.426, + 996.042 + ], + [ + -598.896, + 884.639 + ], + [ + -141.467, + 1129.86 + ], + [ + -669.561, + 212.281 + ], + [ + -749.279, + 407.876 + ], + [ + 78.7335, + 1135.95 + ], + [ + -729.644, + 327.511 + ], + [ + 416.589, + 1020.66 + ], + [ + 549.03, + 916.422 + ], + [ + 670.92, + 744.412 + ], + [ + 143.604, + -229.388 + ], + [ + -110.142, + 1133.34 + ], + [ + 47.2643, + 1137.7 + ], + [ + 688.339, + 594.907 + ], + [ + -78.7335, + 1135.95 + ], + [ + 15.7588, + 1138.57 + ], + [ + -47.2643, + 1137.7 + ], + [ + -15.7588, + 1138.57 + ], + [ + -72.5689, + -248.033 + ], + [ + 700.557, + 330.714 + ], + [ + 718.163, + 408.954 + ], + [ + -444.678, + 1008.74 + ], + [ + 471.246, + 19.2092 + ], + [ + 234.695, + 1114.23 + ], + [ + -471.598, + -6.10569 + ], + [ + 683.878, + 306.968 + ], + [ + 187.379, + -211.855 + ], + [ + -659.899, + 796.304 + ], + [ + -574.183, + 900.875 + ], + [ + 388.182, + 1031.79 + ], + [ + -719.583, + 604.717 + ], + [ + 99.331, + -238.579 + ], + [ + -716.114, + 654.398 + ], + [ + 635.513, + 242.454 + ], + [ + 614.827, + 831.597 + ], + [ + -704.54, + 575.629 + ], + [ + -328.758, + -131.905 + ], + [ + -691.266, + 725.558 + ], + [ + 523.457, + 931.266 + ], + [ + -207.302, + -209.927 + ], + [ + -712.705, + 303.649 + ], + [ + 685.021, + 643.606 + ], + [ + -234.695, + 1114.23 + ], + [ + 667.916, + 284.566 + ], + [ + -416.589, + 1020.66 + ], + [ + -733.294, + 381.158 + ], + [ + -283.028, + -168.79 + ], + [ + -415.214, + -78.2721 + ], + [ + 678.808, + 693.02 + ], + [ + -345.946, + -123.353 + ], + [ + -397.607, + -91.1578 + ], + [ + -432.398, + -64.1467 + ], + [ + -746.587, + 468.57 + ], + [ + 359.476, + 1042.14 + ], + [ + -695.129, + 280.559 + ], + [ + 650.06, + 762.696 + ], + [ + -380.427, + -103.004 + ], + [ + 651.355, + 262.892 + ], + [ + 454.024, + -18.0748 + ], + [ + -143.604, + -229.388 + ], + [ + -362.949, + -113.653 + ], + [ + 715.872, + 464.013 + ], + [ + 702.444, + 382.381 + ], + [ + 671.611, + 613.73 + ], + [ + -549.03, + 916.422 + ], + [ + -644.33, + 217.944 + ], + [ + 654.368, + 632.083 + ], + [ + -99.331, + -238.579 + ], + [ + 295.334, + -146.195 + ], + [ + -388.182, + 1031.79 + ], + [ + -637.607, + 814.262 + ], + [ + 310.457, + -33.7325 + ], + [ + 502.386, + 47.5799 + ], + [ + 591.576, + 848.295 + ], + [ + 497.482, + 945.396 + ], + [ + 338.047, + -105.855 + ], + [ + -2.44411, + -246.219 + ], + [ + 330.496, + 1051.69 + ], + [ + -504.216, + 20.5532 + ], + [ + -678.321, + 258.785 + ], + [ + -312.087, + -139.597 + ], + [ + 29.4302, + -244.466 + ], + [ + -603.641, + 123.495 + ], + [ + 596.145, + 155.709 + ], + [ + 487.021, + 32.9647 + ], + [ + -702.571, + 624.401 + ], + [ + -697.728, + 673.967 + ], + [ + 580.922, + 135.187 + ], + [ + 610.154, + 246.263 + ], + [ + -587.339, + 103.82 + ], + [ + -733.113, + 436.264 + ], + [ + -670.92, + 744.412 + ], + [ + -488.089, + 6.7834 + ], + [ + -660.943, + 237.761 + ], + [ + 167.893, + -212.257 + ], + [ + 565.042, + 115.598 + ], + [ + 354.515, + -95.9878 + ], + [ + -716.57, + 355.206 + ], + [ + -570.431, + 85.1112 + ], + [ + 124.895, + -226.247 + ], + [ + -29.4302, + -244.466 + ], + [ + -359.476, + 1042.14 + ], + [ + 420.055, + -45.6407 + ], + [ + -187.379, + -211.855 + ], + [ + 403.507, + -59.8607 + ], + [ + 229.073, + -185.927 + ], + [ + 549.664, + 97.1601 + ], + [ + 387.304, + -73.0108 + ], + [ + 436.085, + -30.2177 + ], + [ + -523.457, + 931.266 + ], + [ + 301.262, + 1060.44 + ], + [ + -554.085, + 67.5249 + ], + [ + 533.716, + 79.6332 + ], + [ + 518.295, + 63.1632 + ], + [ + 610.845, + 180.869 + ], + [ + 56.0613, + -239.764 + ], + [ + 666.946, + 662.319 + ], + [ + 370.709, + -84.9909 + ], + [ + -520.937, + 35.2603 + ], + [ + 687.381, + 357.293 + ], + [ + 659.368, + 711.541 + ], + [ + -537.22, + 50.879 + ], + [ + 628.703, + 780.395 + ], + [ + -614.827, + 831.597 + ], + [ + -688.339, + 594.907 + ], + [ + 322.026, + -114.824 + ], + [ + 471.126, + 958.803 + ], + [ + 701.979, + 436.151 + ], + [ + -330.496, + 1051.69 + ], + [ + 671.623, + 332.926 + ], + [ + 567.871, + 864.342 + ], + [ + -619.135, + 222.721 + ], + [ + 271.798, + 1068.37 + ], + [ + 625.764, + 266.608 + ], + [ + -56.0613, + -239.764 + ], + [ + 600.278, + 269.443 + ], + [ + -301.262, + 1060.44 + ], + [ + -497.482, + 945.396 + ], + [ + -700.557, + 330.714 + ], + [ + -718.163, + 408.954 + ], + [ + 656.531, + 309.93 + ], + [ + 469.536, + 44.4688 + ], + [ + 242.125, + 1075.48 + ], + [ + -650.06, + 762.696 + ], + [ + 82.0162, + -232.17 + ], + [ + 444.41, + 971.475 + ], + [ + -124.895, + -226.247 + ], + [ + -678.808, + 693.02 + ], + [ + -685.021, + 643.606 + ], + [ + 209.481, + -190.029 + ], + [ + -471.246, + 19.2092 + ], + [ + -683.878, + 306.968 + ], + [ + 640.812, + 287.637 + ], + [ + -591.576, + 848.295 + ], + [ + -271.798, + 1068.37 + ], + [ + 543.732, + 879.728 + ], + [ + 687.289, + 408.995 + ], + [ + -310.457, + -33.7325 + ], + [ + -167.893, + -212.257 + ], + [ + 697.582, + 491.082 + ], + [ + 606.863, + 797.496 + ], + [ + 212.267, + 1081.77 + ], + [ + -635.513, + 242.454 + ], + [ + 639.422, + 729.517 + ], + [ + 648.359, + 680.524 + ], + [ + -671.611, + 613.73 + ], + [ + -654.368, + 632.083 + ], + [ + -242.125, + 1075.48 + ], + [ + -471.126, + 958.803 + ], + [ + -295.334, + -146.195 + ], + [ + 417.353, + 983.402 + ], + [ + 148.952, + -211.186 + ], + [ + 157.736, + 867.22 + ], + [ + 182.246, + 1087.23 + ], + [ + -667.916, + 284.566 + ], + [ + 636.623, + 649.951 + ], + [ + -82.0162, + -232.17 + ], + [ + -715.872, + 464.013 + ], + [ + -212.267, + 1081.77 + ], + [ + -229.073, + -185.927 + ], + [ + 690.242, + 548.194 + ], + [ + -702.444, + 382.381 + ], + [ + -651.355, + 262.892 + ], + [ + -454.024, + -18.0748 + ], + [ + 152.085, + 1091.86 + ], + [ + 274.249, + -149.361 + ], + [ + -338.047, + -105.855 + ], + [ + -628.703, + 780.395 + ], + [ + -567.871, + 864.342 + ], + [ + -182.246, + 1087.23 + ], + [ + 519.176, + 894.44 + ], + [ + -444.41, + 971.475 + ], + [ + 584.559, + 813.987 + ], + [ + 121.808, + 1095.65 + ], + [ + -659.368, + 711.541 + ], + [ + 106.982, + -221.776 + ], + [ + 305.839, + -122.709 + ], + [ + 190.157, + -192.565 + ], + [ + 389.976, + 994.576 + ], + [ + 673.198, + 383.349 + ], + [ + 499.109, + 74.4696 + ], + [ + -666.946, + 662.319 + ], + [ + -152.085, + 1091.86 + ], + [ + 684.765, + 462.707 + ], + [ + 91.438, + 1098.6 + ], + [ + -502.386, + 47.5799 + ], + [ + -354.515, + -95.9878 + ], + [ + -121.808, + 1095.65 + ], + [ + 658.384, + 358.397 + ], + [ + 60.9976, + 1100.71 + ], + [ + -157.736, + 867.22 + ], + [ + -596.145, + 155.709 + ], + [ + 484.551, + 59.0509 + ], + [ + 618.987, + 746.935 + ], + [ + 586.93, + 187.474 + ], + [ + -91.438, + 1098.6 + ], + [ + -610.154, + 246.263 + ], + [ + 30.5105, + 1101.98 + ], + [ + 615.098, + 290.371 + ], + [ + -403.507, + -59.8607 + ], + [ + -387.304, + -73.0108 + ], + [ + -487.021, + 32.9647 + ], + [ + -420.055, + -45.6407 + ], + [ + -60.9976, + 1100.71 + ], + [ + -580.922, + 135.187 + ], + [ + -417.353, + 983.402 + ], + [ + 0.0, + 1102.4 + ], + [ + 572.831, + 166.165 + ], + [ + -30.5105, + 1101.98 + ], + [ + -322.026, + -114.824 + ], + [ + 629.277, + 698.207 + ], + [ + -543.732, + 879.728 + ], + [ + 558.025, + 145.752 + ], + [ + -370.709, + -84.9909 + ], + [ + -565.042, + 115.598 + ], + [ + 15.1704, + -233.539 + ], + [ + -436.085, + -30.2177 + ], + [ + -209.481, + -190.029 + ], + [ + 543.658, + 126.515 + ], + [ + 362.3, + 1004.99 + ], + [ + -687.381, + 357.293 + ], + [ + -701.979, + 436.151 + ], + [ + -549.664, + 97.1601 + ], + [ + 528.674, + 108.158 + ], + [ + -15.1704, + -233.539 + ], + [ + -148.952, + -211.186 + ], + [ + 644.183, + 334.839 + ], + [ + -610.845, + 180.869 + ], + [ + 345.275, + -79.1597 + ], + [ + 514.159, + 90.8841 + ], + [ + -533.716, + 79.6332 + ], + [ + 494.222, + 908.466 + ], + [ + -518.295, + 63.1632 + ], + [ + 618.391, + 667.322 + ], + [ + 376.292, + 514.053 + ], + [ + 40.6892, + -230.467 + ], + [ + -606.863, + 797.496 + ], + [ + -671.623, + 332.926 + ], + [ + -106.982, + -221.776 + ], + [ + 561.807, + 829.853 + ], + [ + 629.33, + 311.961 + ], + [ + 248.08, + -159.685 + ], + [ + 678.268, + 517.43 + ], + [ + -389.976, + 994.576 + ], + [ + 414.523, + 483.752 + ], + [ + 671.126, + 435.01 + ], + [ + -639.422, + 729.517 + ], + [ + 589.521, + 292.228 + ], + [ + -600.278, + 269.443 + ], + [ + -625.764, + 266.608 + ], + [ + 360.923, + -68.0378 + ], + [ + 334.347, + 1014.63 + ], + [ + 599.685, + 684.181 + ], + [ + -40.6892, + -230.467 + ], + [ + 466.474, + 69.6002 + ], + [ + 330.003, + -89.3509 + ], + [ + -519.176, + 894.44 + ], + [ + -648.359, + 680.524 + ], + [ + 171.213, + -193.578 + ], + [ + 391.819, + -42.5728 + ], + [ + -656.531, + 309.93 + ], + [ + 406.947, + -28.1987 + ], + [ + 598.077, + 763.78 + ], + [ + -697.582, + 491.082 + ], + [ + 130.657, + -208.706 + ], + [ + -469.536, + 44.4688 + ], + [ + 422.335, + -12.7311 + ], + [ + 65.7173, + -224.614 + ], + [ + 376.21, + -55.8111 + ], + [ + -636.623, + 649.951 + ], + [ + -362.3, + 1004.99 + ], + [ + 468.89, + 921.796 + ], + [ + -190.157, + -192.565 + ], + [ + -584.559, + 813.987 + ], + [ + 437.113, + 3.8955 + ], + [ + -687.289, + 408.995 + ], + [ + -376.292, + 514.053 + ], + [ + 609.712, + 715.356 + ], + [ + 306.137, + 1023.5 + ], + [ + -640.812, + 287.637 + ], + [ + 538.624, + 845.084 + ], + [ + 229.056, + -165.911 + ], + [ + -274.249, + -149.361 + ], + [ + -690.242, + 548.194 + ], + [ + 285.066, + -127.51 + ], + [ + -334.347, + 1014.63 + ], + [ + 658.027, + 408.843 + ], + [ + -494.222, + 908.466 + ], + [ + -65.7173, + -224.614 + ], + [ + 666.548, + 488.586 + ], + [ + -618.987, + 746.935 + ], + [ + 277.693, + 1031.58 + ], + [ + -305.839, + -122.709 + ], + [ + 644.18, + 383.341 + ], + [ + 576.709, + 780.04 + ], + [ + 443.198, + 934.42 + ], + [ + 603.53, + 313.708 + ], + [ + 580.519, + 700.516 + ], + [ + -629.277, + 698.207 + ], + [ + -306.137, + 1023.5 + ], + [ + 89.9526, + -216.053 + ], + [ + -561.807, + 829.853 + ], + [ + -684.765, + 462.707 + ], + [ + 249.036, + 1038.87 + ], + [ + -130.657, + -208.706 + ], + [ + -673.198, + 383.349 + ], + [ + 515.029, + 859.668 + ], + [ + 630.891, + 359.258 + ], + [ + 210.128, + -170.551 + ], + [ + -618.391, + 667.322 + ], + [ + 589.68, + 731.957 + ], + [ + -468.89, + 921.796 + ], + [ + -171.213, + -193.578 + ], + [ + 657.96, + 543.019 + ], + [ + -658.384, + 358.397 + ], + [ + 494.394, + 101.145 + ], + [ + -277.693, + 1031.58 + ], + [ + -499.109, + 74.4696 + ], + [ + 417.167, + 946.328 + ], + [ + 314.48, + -98.4754 + ], + [ + 220.189, + 1045.36 + ], + [ + 480.684, + 84.967 + ], + [ + 616.924, + 335.828 + ], + [ + -248.08, + -159.685 + ], + [ + -414.523, + 483.752 + ], + [ + 653.979, + 460.386 + ], + [ + -599.685, + 684.181 + ], + [ + -615.098, + 290.371 + ], + [ + -586.93, + 187.474 + ], + [ + -484.551, + 59.0509 + ], + [ + 152.756, + -193.12 + ], + [ + -598.077, + 763.78 + ], + [ + -345.275, + -79.1597 + ], + [ + 576.025, + 218.698 + ], + [ + -538.624, + 845.084 + ], + [ + -249.036, + 1038.87 + ], + [ + -572.831, + 166.165 + ], + [ + 554.9, + 795.703 + ], + [ + -558.025, + 145.752 + ], + [ + -89.9526, + -216.053 + ], + [ + 563.089, + 196.664 + ], + [ + -678.268, + 517.43 + ], + [ + 549.399, + 175.486 + ], + [ + -644.183, + 334.839 + ], + [ + 536.086, + 155.506 + ], + [ + -543.658, + 126.515 + ], + [ + 522.108, + 136.371 + ], + [ + -443.198, + 934.42 + ], + [ + -528.674, + 108.158 + ], + [ + -671.126, + 435.01 + ], + [ + 390.816, + 957.512 + ], + [ + 491.039, + 873.593 + ], + [ + 508.541, + 118.343 + ], + [ + -220.189, + 1045.36 + ], + [ + -514.159, + 90.8841 + ], + [ + -609.712, + 715.356 + ], + [ + 162.01, + 1055.94 + ], + [ + 569.196, + 747.996 + ], + [ + -629.33, + 311.961 + ], + [ + -330.003, + -89.3509 + ], + [ + 577.901, + 314.585 + ], + [ + -360.923, + -68.0378 + ], + [ + -229.056, + -165.911 + ], + [ + -589.521, + 292.228 + ], + [ + 191.409, + -173.635 + ], + [ + 113.103, + -204.886 + ], + [ + 275.868, + 837.166 + ], + [ + 462.067, + 94.5311 + ], + [ + -2.20192, + -221.82 + ], + [ + 132.723, + 1060.02 + ], + [ + 26.5139, + -220.241 + ], + [ + -576.709, + 780.04 + ], + [ + 647.353, + 513.747 + ], + [ + -466.474, + 69.6002 + ], + [ + -391.819, + -42.5728 + ], + [ + 641.891, + 433.737 + ], + [ + -162.01, + 1055.94 + ], + [ + -417.167, + 946.328 + ], + [ + -376.21, + -55.8111 + ], + [ + 532.665, + 810.755 + ], + [ + -515.029, + 859.668 + ], + [ + -406.947, + -28.1987 + ], + [ + 103.335, + 1063.29 + ], + [ + 364.166, + 967.961 + ], + [ + -422.335, + -12.7311 + ], + [ + 350.398, + -51.9819 + ], + [ + -26.5139, + -220.241 + ], + [ + -285.066, + -127.51 + ], + [ + 629.03, + 407.724 + ], + [ + -132.723, + 1060.02 + ], + [ + 560.909, + 716.315 + ], + [ + -275.868, + 837.166 + ], + [ + 73.8672, + 1065.74 + ], + [ + -580.519, + 700.516 + ], + [ + -437.113, + 3.8955 + ], + [ + -103.335, + 1063.29 + ], + [ + 591.076, + 336.585 + ], + [ + 50.506, + -216.005 + ], + [ + -666.548, + 488.586 + ], + [ + 466.673, + 886.848 + ], + [ + 44.343, + 1067.38 + ], + [ + -73.8672, + 1065.74 + ], + [ + 14.7848, + 1068.2 + ], + [ + -152.756, + -193.12 + ], + [ + -44.343, + 1067.38 + ], + [ + -14.7848, + 1068.2 + ], + [ + -210.128, + -170.551 + ], + [ + 264.095, + -131.517 + ], + [ + -658.027, + 408.843 + ], + [ + -390.816, + 957.512 + ], + [ + 625.443, + 621.104 + ], + [ + 335.968, + -63.3335 + ], + [ + -589.68, + 731.957 + ], + [ + 616.674, + 383.149 + ], + [ + 636.688, + 567.812 + ], + [ + 337.237, + 977.669 + ], + [ + 548.276, + 763.463 + ], + [ + 365.131, + -39.673 + ], + [ + -644.18, + 383.341 + ], + [ + -113.103, + -204.886 + ], + [ + -50.506, + -216.005 + ], + [ + -491.039, + 873.593 + ], + [ + -554.9, + 795.703 + ], + [ + 635.873, + 485.087 + ], + [ + 603.614, + 359.202 + ], + [ + 510.022, + 825.187 + ], + [ + -603.53, + 313.708 + ], + [ + 393.946, + -11.8753 + ], + [ + 379.417, + -26.291 + ], + [ + -657.96, + 543.019 + ], + [ + -364.166, + 967.961 + ], + [ + 173.013, + -175.203 + ], + [ + 407.907, + 3.63522 + ], + [ + 520.415, + 746.253 + ], + [ + 245.869, + -139.791 + ], + [ + 191.173, + 1051.05 + ], + [ + 73.8889, + -209.163 + ], + [ + 441.95, + 899.424 + ], + [ + 422.041, + 20.2561 + ], + [ + 310.049, + 986.628 + ], + [ + -630.891, + 359.258 + ], + [ + -314.48, + -98.4754 + ], + [ + 134.889, + -191.247 + ], + [ + 540.869, + 731.564 + ], + [ + -191.409, + -173.635 + ], + [ + 435.477, + 37.985 + ], + [ + -653.979, + 460.386 + ], + [ + 565.432, + 336.48 + ], + [ + -337.237, + 977.669 + ], + [ + -616.924, + 335.828 + ], + [ + -532.665, + 810.755 + ], + [ + 488.254, + 127.528 + ], + [ + -191.173, + 1051.05 + ], + [ + -494.394, + 101.145 + ], + [ + -569.196, + 747.996 + ], + [ + -466.673, + 886.848 + ], + [ + 475.432, + 110.638 + ], + [ + 526.936, + 778.345 + ], + [ + 282.624, + 994.831 + ], + [ + 627.208, + 538.156 + ], + [ + -480.684, + 84.967 + ], + [ + 227.563, + -146.479 + ], + [ + 416.887, + 911.311 + ], + [ + -73.8889, + -209.163 + ], + [ + -576.025, + 218.698 + ], + [ + 486.989, + 838.987 + ], + [ + -560.909, + 716.315 + ], + [ + 563.459, + 249.293 + ], + [ + 576.094, + 271.958 + ], + [ + -563.089, + 196.664 + ], + [ + 321.204, + -73.6411 + ], + [ + 624.814, + 457.995 + ], + [ + -310.049, + 986.628 + ], + [ + -549.399, + 175.486 + ], + [ + 551.725, + 226.596 + ], + [ + 539.191, + 204.714 + ], + [ + -536.086, + 155.506 + ], + [ + 612.959, + 431.509 + ], + [ + 526.969, + 184.048 + ], + [ + 514.038, + 164.191 + ], + [ + 254.982, + 1002.27 + ], + [ + -522.108, + 136.371 + ], + [ + -647.353, + 513.747 + ], + [ + 501.458, + 145.461 + ], + [ + -577.901, + 314.585 + ], + [ + -508.541, + 118.343 + ], + [ + 577.756, + 358.969 + ], + [ + 451.047, + 54.9679 + ], + [ + 96.3806, + -199.799 + ], + [ + 614.481, + 591.773 + ], + [ + -441.95, + 899.424 + ], + [ + -548.276, + 763.463 + ], + [ + -641.891, + 433.737 + ], + [ + 456.328, + 119.19 + ], + [ + 552.135, + 357.882 + ], + [ + -510.022, + 825.187 + ], + [ + -282.624, + 994.831 + ], + [ + -134.889, + -191.247 + ], + [ + 505.192, + 792.631 + ], + [ + -462.067, + 94.5311 + ], + [ + 601.552, + 406.479 + ], + [ + 391.506, + 922.5 + ], + [ + -173.013, + -175.203 + ], + [ + 227.145, + 1008.95 + ], + [ + -264.095, + -131.517 + ], + [ + -625.443, + 621.104 + ], + [ + -629.03, + 407.724 + ], + [ + -350.398, + -51.9819 + ], + [ + 209.296, + -151.598 + ], + [ + -636.688, + 567.812 + ], + [ + 463.582, + 852.143 + ], + [ + -520.415, + 746.253 + ], + [ + 616.834, + 509.077 + ], + [ + -254.982, + 1002.27 + ], + [ + 155.048, + -175.301 + ], + [ + 589.419, + 382.049 + ], + [ + -591.076, + 336.585 + ], + [ + 199.134, + 1014.85 + ], + [ + -416.887, + 911.311 + ], + [ + -540.869, + 731.564 + ], + [ + -335.968, + -63.3335 + ], + [ + -616.674, + 383.149 + ], + [ + 365.824, + 932.982 + ], + [ + -245.869, + -139.791 + ], + [ + -227.145, + 1008.95 + ], + [ + -635.873, + 485.087 + ], + [ + -96.3806, + -199.799 + ], + [ + 170.971, + 1019.97 + ], + [ + -486.989, + 838.987 + ], + [ + -365.131, + -39.673 + ], + [ + 499.562, + 760.371 + ], + [ + -526.936, + 778.345 + ], + [ + 483.062, + 806.309 + ], + [ + -199.134, + 1014.85 + ], + [ + -603.614, + 359.202 + ], + [ + 606.144, + 561.775 + ], + [ + -391.506, + 922.5 + ], + [ + 191.182, + -155.174 + ], + [ + 142.676, + 1024.31 + ], + [ + 439.82, + 864.647 + ], + [ + -379.417, + -26.291 + ], + [ + -393.946, + -11.8753 + ], + [ + -170.971, + 1019.97 + ], + [ + 353.385, + -24.4872 + ], + [ + -407.907, + 3.63522 + ], + [ + 339.863, + 942.75 + ], + [ + -227.563, + -146.479 + ], + [ + 114.272, + 1027.87 + ], + [ + 117.71, + -188.025 + ], + [ + -422.041, + 20.2561 + ], + [ + 606.821, + 481.581 + ], + [ + -142.676, + 1024.31 + ], + [ + -627.208, + 538.156 + ], + [ + 85.781, + 1030.63 + ], + [ + 339.885, + -36.9299 + ], + [ + -505.192, + 792.631 + ], + [ + 591.373, + 614.865 + ], + [ + -565.432, + 336.48 + ], + [ + -114.272, + 1027.87 + ], + [ + -463.582, + 852.143 + ], + [ + 595.988, + 454.661 + ], + [ + -435.477, + 37.985 + ], + [ + 57.2239, + 1032.61 + ], + [ + -365.824, + 932.982 + ], + [ + -85.781, + 1030.63 + ], + [ + 563.589, + 380.826 + ], + [ + 28.6229, + 1033.8 + ], + [ + -155.048, + -175.301 + ], + [ + -57.2239, + 1032.61 + ], + [ + 460.561, + 819.369 + ], + [ + 0.0, + 1034.2 + ], + [ + 571.771, + 670.841 + ], + [ + -28.6229, + 1033.8 + ], + [ + 276.925, + -101.763 + ], + [ + 313.641, + 951.795 + ], + [ + -488.254, + 127.528 + ], + [ + 480.708, + 153.545 + ], + [ + -624.814, + 457.995 + ], + [ + 468.81, + 135.991 + ], + [ + 415.721, + 876.489 + ], + [ + -321.204, + -73.6411 + ], + [ + 478.326, + 773.905 + ], + [ + -614.481, + 591.773 + ], + [ + 367.113, + -11.0665 + ], + [ + 585.548, + 429.212 + ], + [ + -209.296, + -151.598 + ], + [ + -475.432, + 110.638 + ], + [ + -612.959, + 431.509 + ], + [ + 434.772, + 799.186 + ], + [ + 596.891, + 532.321 + ], + [ + -563.459, + 249.293 + ], + [ + -576.094, + 271.958 + ], + [ + 380.312, + 3.3893 + ], + [ + -339.863, + 942.75 + ], + [ + 549.27, + 279.169 + ], + [ + 393.672, + 18.8945 + ], + [ + 259.716, + -111.986 + ], + [ + -551.725, + 226.596 + ], + [ + -539.191, + 204.714 + ], + [ + 574.359, + 404.336 + ], + [ + -577.756, + 358.969 + ], + [ + 410.47, + 780.042 + ], + [ + 271.584, + 576.271 + ], + [ + -439.82, + 864.647 + ], + [ + 406.38, + 35.447 + ], + [ + -483.062, + 806.309 + ], + [ + -526.969, + 184.048 + ], + [ + 287.178, + 960.11 + ], + [ + 538.771, + 255.875 + ], + [ + -514.038, + 164.191 + ], + [ + 173.337, + -157.241 + ], + [ + -499.562, + 760.371 + ], + [ + 504.487, + 191.538 + ], + [ + 527.429, + 233.352 + ], + [ + 516.334, + 212.061 + ], + [ + -552.135, + 357.882 + ], + [ + -117.71, + -188.025 + ], + [ + 456.724, + 786.847 + ], + [ + -601.552, + 406.479 + ], + [ + 492.93, + 172.16 + ], + [ + 419.174, + 53.1199 + ], + [ + -501.458, + 145.461 + ], + [ + 391.304, + 887.659 + ], + [ + 538.028, + 378.759 + ], + [ + -451.047, + 54.9679 + ], + [ + -616.834, + 509.077 + ], + [ + 449.275, + 143.505 + ], + [ + -456.328, + 119.19 + ], + [ + 437.707, + 831.802 + ], + [ + 325.97, + -48.358 + ], + [ + -191.182, + -155.174 + ], + [ + -313.641, + 951.795 + ], + [ + 431.186, + 71.8429 + ], + [ + 584.191, + 584.571 + ], + [ + 151.799, + 272.908 + ], + [ + 260.496, + 967.691 + ], + [ + 242.254, + -120.64 + ], + [ + -589.419, + 382.049 + ], + [ + -415.721, + 876.489 + ], + [ + 226.692, + 595.362 + ], + [ + 366.587, + 898.148 + ], + [ + -606.144, + 561.775 + ], + [ + -287.178, + 960.11 + ], + [ + 567.398, + 637.056 + ], + [ + -460.561, + 819.369 + ], + [ + -151.799, + 272.908 + ], + [ + 137.619, + -173.983 + ], + [ + 282.748, + 132.57 + ], + [ + 233.614, + 974.53 + ], + [ + 587.938, + 504.461 + ], + [ + 224.658, + -127.732 + ], + [ + -478.326, + 773.905 + ], + [ + -226.692, + 595.362 + ], + [ + -434.772, + 799.186 + ], + [ + 578.144, + 477.146 + ], + [ + 414.518, + 843.598 + ], + [ + 548.595, + 402.125 + ], + [ + -591.373, + 614.865 + ], + [ + -260.496, + 967.691 + ], + [ + -391.304, + 887.659 + ], + [ + -571.771, + 670.841 + ], + [ + 206.553, + 980.622 + ], + [ + -606.821, + 481.581 + ], + [ + 568.686, + 451.316 + ], + [ + 341.589, + 907.95 + ], + [ + -353.385, + -24.4872 + ], + [ + -410.47, + 780.042 + ], + [ + -271.584, + 576.271 + ], + [ + 576.072, + 554.783 + ], + [ + -456.724, + 786.847 + ], + [ + -173.337, + -157.241 + ], + [ + -233.614, + 974.53 + ], + [ + -595.988, + 454.661 + ], + [ + 207.046, + -133.272 + ], + [ + -437.707, + 831.802 + ], + [ + -339.885, + -36.9299 + ], + [ + 179.333, + 985.963 + ], + [ + -276.925, + -101.763 + ], + [ + 558.457, + 426.029 + ], + [ + -563.589, + 380.826 + ], + [ + -366.587, + 898.148 + ], + [ + 391.012, + 854.747 + ], + [ + -206.553, + 980.622 + ], + [ + -596.891, + 532.321 + ], + [ + 523.132, + 399.081 + ], + [ + -585.548, + 429.212 + ], + [ + 151.977, + 990.549 + ], + [ + 16.7418, + -196.72 + ], + [ + 316.329, + 917.056 + ], + [ + -259.716, + -111.986 + ], + [ + 561.381, + 606.509 + ], + [ + -367.113, + -11.0665 + ], + [ + -137.619, + -173.983 + ], + [ + -179.333, + 985.963 + ], + [ + -16.7418, + -196.72 + ], + [ + 460.837, + 160.951 + ], + [ + 33.8365, + -194.51 + ], + [ + -480.708, + 153.545 + ], + [ + 124.504, + 994.375 + ], + [ + -468.81, + 135.991 + ], + [ + 471.776, + 179.118 + ], + [ + -414.518, + 843.598 + ], + [ + 412.487, + 810.913 + ], + [ + -574.359, + 404.336 + ], + [ + -282.748, + 132.57 + ], + [ + 542.591, + 658.313 + ], + [ + -151.977, + 990.549 + ], + [ + -341.589, + 907.95 + ], + [ + -549.27, + 279.169 + ], + [ + -584.191, + 584.571 + ], + [ + -380.312, + 3.3893 + ], + [ + 96.9353, + 997.44 + ], + [ + 189.535, + -137.284 + ], + [ + 367.206, + 865.241 + ], + [ + 354.219, + 3.15676 + ], + [ + -393.672, + 18.8945 + ], + [ + 533.499, + 308.241 + ], + [ + -33.8365, + -194.51 + ], + [ + -124.504, + 994.375 + ], + [ + 290.827, + 925.46 + ], + [ + -242.254, + -120.64 + ], + [ + -538.028, + 378.759 + ], + [ + 507.469, + 418.817 + ], + [ + 69.2926, + 999.741 + ], + [ + -538.771, + 255.875 + ], + [ + 341.73, + -10.3013 + ], + [ + -406.38, + 35.447 + ], + [ + 50.6733, + -190.817 + ], + [ + -527.429, + 233.352 + ], + [ + -96.9353, + 997.44 + ], + [ + -567.398, + 637.056 + ], + [ + -516.334, + 212.061 + ], + [ + 524.264, + 284.417 + ], + [ + 306.879, + -57.8499 + ], + [ + -325.97, + -48.358 + ], + [ + -504.487, + 191.538 + ], + [ + 41.5968, + 1001.28 + ], + [ + 514.148, + 261.318 + ], + [ + 541.12, + 336.206 + ], + [ + 568.192, + 526.602 + ], + [ + 504.21, + 239.462 + ], + [ + 493.482, + 218.333 + ], + [ + -69.2926, + 999.741 + ], + [ + 13.8691, + 1002.04 + ], + [ + 482.982, + 198.363 + ], + [ + -419.174, + 53.1199 + ], + [ + -492.93, + 172.16 + ], + [ + -41.5968, + 1001.28 + ], + [ + -13.8691, + 1002.04 + ], + [ + 366.986, + 832.495 + ], + [ + -449.275, + 143.505 + ], + [ + -316.329, + 917.056 + ], + [ + 440.927, + 167.406 + ], + [ + -224.658, + -127.732 + ], + [ + 532.796, + 422.834 + ], + [ + 559.451, + 498.931 + ], + [ + -391.012, + 854.747 + ], + [ + 343.118, + 875.073 + ], + [ + 155.868, + -157.842 + ], + [ + -431.186, + 71.8429 + ], + [ + 265.102, + 933.154 + ], + [ + -50.6733, + -190.817 + ], + [ + -587.938, + 504.461 + ], + [ + 554.409, + 576.433 + ], + [ + 389.886, + 822.019 + ], + [ + 550.989, + 472.759 + ], + [ + 366.858, + 17.6075 + ], + [ + 67.1238, + -185.67 + ], + [ + -578.144, + 477.146 + ], + [ + -207.046, + -133.272 + ], + [ + -290.827, + 925.46 + ], + [ + 378.888, + 33.049 + ], + [ + 494.146, + 729.911 + ], + [ + -548.595, + 402.125 + ], + [ + -367.206, + 865.241 + ], + [ + -576.072, + 554.783 + ], + [ + 239.174, + 940.134 + ], + [ + 516.989, + 678.605 + ], + [ + 286.414, + -70.781 + ], + [ + 541.737, + 447.099 + ], + [ + 390.998, + 49.5492 + ], + [ + 318.768, + 884.234 + ], + [ + -412.487, + 810.913 + ], + [ + 537.748, + 627.558 + ], + [ + 328.749, + -22.7801 + ], + [ + 109.244, + 627.624 + ], + [ + -568.686, + 451.316 + ], + [ + 402.376, + 67.0426 + ], + [ + 270.43, + -82.8295 + ], + [ + 343.805, + 842.332 + ], + [ + -265.102, + 933.154 + ], + [ + -67.1238, + -185.67 + ], + [ + 413.753, + 85.6598 + ], + [ + -561.381, + 606.509 + ], + [ + 213.063, + 946.393 + ], + [ + -366.986, + 832.495 + ], + [ + -343.118, + 875.073 + ], + [ + -189.535, + -137.284 + ], + [ + -558.457, + 426.029 + ], + [ + -542.591, + 658.313 + ], + [ + 294.173, + 892.718 + ], + [ + 83.0627, + -179.108 + ], + [ + 254.022, + -93.3468 + ], + [ + -239.174, + 940.134 + ], + [ + -60.8994, + 634.143 + ], + [ + 424.267, + 105.263 + ], + [ + -523.132, + 399.081 + ], + [ + 186.789, + 951.928 + ], + [ + 272.897, + 363.307 + ], + [ + -389.886, + 822.019 + ], + [ + -155.868, + -157.842 + ], + [ + 547.614, + 547.97 + ], + [ + 60.8994, + 634.143 + ], + [ + 237.31, + -102.325 + ], + [ + -318.768, + 884.234 + ], + [ + -213.063, + 946.393 + ], + [ + -109.244, + 627.624 + ], + [ + 269.353, + 900.517 + ], + [ + 516.217, + 442.923 + ], + [ + -494.146, + 729.911 + ], + [ + 160.371, + 956.733 + ], + [ + 431.901, + 768.382 + ], + [ + 539.939, + 519.985 + ], + [ + 531.932, + 597.237 + ], + [ + 220.412, + -109.764 + ], + [ + -507.469, + 418.817 + ], + [ + 513.327, + 647.686 + ], + [ + -343.805, + 842.332 + ], + [ + -568.192, + 526.602 + ], + [ + 451.537, + 185.448 + ], + [ + -460.837, + 160.951 + ], + [ + -471.776, + 179.118 + ], + [ + -186.789, + 951.928 + ], + [ + 490.628, + 697.901 + ], + [ + -83.0627, + -179.108 + ], + [ + 133.831, + 960.805 + ], + [ + 461.484, + 204.176 + ], + [ + -533.499, + 308.241 + ], + [ + -294.173, + 892.718 + ], + [ + -354.219, + 3.15676 + ], + [ + 532.485, + 493.508 + ], + [ + 491.062, + 437.94 + ], + [ + -306.879, + -57.8499 + ], + [ + 244.327, + 907.627 + ], + [ + -559.451, + 498.931 + ], + [ + -341.73, + -10.3013 + ], + [ + 516.19, + 336.425 + ], + [ + -554.409, + 576.433 + ], + [ + -160.371, + 956.733 + ], + [ + -541.12, + 336.206 + ], + [ + -272.897, + 363.307 + ], + [ + 272.753, + 867.947 + ], + [ + -524.264, + 284.417 + ], + [ + 107.188, + 964.141 + ], + [ + 98.3684, + -171.18 + ], + [ + -532.796, + 422.834 + ], + [ + -516.989, + 678.605 + ], + [ + -514.148, + 261.318 + ], + [ + 203.447, + -115.672 + ], + [ + -504.21, + 239.462 + ], + [ + 508.247, + 312.14 + ], + [ + -493.482, + 218.333 + ], + [ + -133.831, + 960.805 + ], + [ + 299.928, + 86.974 + ], + [ + 490.634, + 266.173 + ], + [ + 499.385, + 288.531 + ], + [ + 481.056, + 244.499 + ], + [ + 80.4628, + 966.738 + ], + [ + 524.221, + 467.512 + ], + [ + -482.982, + 198.363 + ], + [ + 436.395, + 126.588 + ], + [ + -550.989, + 472.759 + ], + [ + -269.353, + 900.517 + ], + [ + -537.748, + 627.558 + ], + [ + 471.641, + 223.994 + ], + [ + -440.927, + 167.406 + ], + [ + -107.188, + 964.141 + ], + [ + 172.237, + -139.797 + ], + [ + 431.309, + 190.825 + ], + [ + 219.114, + 914.041 + ], + [ + 53.6762, + 968.594 + ], + [ + 320.36, + 851.525 + ], + [ + -80.4628, + 966.738 + ], + [ + 26.8484, + 969.709 + ], + [ + -53.6762, + 968.594 + ], + [ + 0.0, + 970.081 + ], + [ + -26.8484, + 969.709 + ], + [ + -366.858, + 17.6075 + ], + [ + -541.737, + 447.099 + ], + [ + -244.327, + 907.627 + ], + [ + -286.414, + -70.781 + ], + [ + 193.732, + 919.756 + ], + [ + -431.901, + 768.382 + ], + [ + -270.43, + -82.8295 + ], + [ + 463.548, + 716.174 + ], + [ + -272.753, + 867.947 + ], + [ + -328.749, + -22.7801 + ], + [ + -378.888, + 33.049 + ], + [ + 352.893, + 30.7815 + ], + [ + 526.232, + 568.534 + ], + [ + -219.114, + 914.041 + ], + [ + -390.998, + 49.5492 + ], + [ + -98.3684, + -171.18 + ], + [ + 341.492, + 16.3901 + ], + [ + 296.671, + 860.065 + ], + [ + 172.627, + 260.233 + ], + [ + 488.152, + 666.865 + ], + [ + 168.202, + 924.765 + ], + [ + 508.676, + 617.165 + ], + [ + -254.022, + -93.3468 + ], + [ + -402.376, + 67.0426 + ], + [ + 96.8283, + 443.947 + ], + [ + 519.634, + 540.276 + ], + [ + -193.732, + 919.756 + ], + [ + -547.614, + 547.97 + ], + [ + 112.924, + -161.948 + ], + [ + 498.88, + 462.363 + ], + [ + -320.36, + 851.525 + ], + [ + -237.31, + -102.325 + ], + [ + -490.628, + 697.901 + ], + [ + 142.544, + 929.066 + ], + [ + -413.753, + 85.6598 + ], + [ + -531.932, + 597.237 + ], + [ + -220.412, + -109.764 + ], + [ + -168.202, + 924.765 + ], + [ + 513.199, + 513.533 + ], + [ + -539.939, + 519.985 + ], + [ + 116.776, + 932.655 + ], + [ + -424.267, + 105.263 + ], + [ + -513.327, + 647.686 + ], + [ + -516.217, + 442.923 + ], + [ + 364.366, + 46.1742 + ], + [ + 473.934, + 456.42 + ], + [ + -142.544, + 929.066 + ], + [ + -203.447, + -115.672 + ], + [ + 90.9186, + 935.53 + ], + [ + -299.928, + 86.974 + ], + [ + -532.485, + 493.508 + ], + [ + 329.525, + 2.93669 + ], + [ + 505.937, + 487.24 + ], + [ + -172.237, + -139.797 + ], + [ + 375.155, + 62.5072 + ], + [ + 175.181, + 892.77 + ], + [ + -116.776, + 932.655 + ], + [ + -296.671, + 860.065 + ], + [ + 64.9917, + 937.688 + ], + [ + 248.627, + 875.163 + ], + [ + -5.73531, + -180.086 + ], + [ + -491.062, + 437.94 + ], + [ + 435.788, + 733.397 + ], + [ + 22.9143, + -178.714 + ], + [ + -172.627, + 260.233 + ], + [ + -90.9186, + 935.53 + ], + [ + 385.941, + 79.9018 + ], + [ + 462.262, + 685.066 + ], + [ + 39.0149, + 939.127 + ], + [ + -64.9917, + 937.688 + ], + [ + 13.0083, + 939.847 + ], + [ + -39.0149, + 939.127 + ], + [ + -13.0083, + 939.847 + ], + [ + 484.674, + 636.188 + ], + [ + -96.8283, + 443.947 + ], + [ + -451.537, + 185.448 + ], + [ + -516.19, + 336.425 + ], + [ + 440.935, + 209.411 + ], + [ + 395.92, + 98.2296 + ], + [ + -463.548, + 716.174 + ], + [ + -22.9143, + -178.714 + ], + [ + -461.484, + 204.176 + ], + [ + 199.822, + 887.579 + ], + [ + -112.924, + -161.948 + ], + [ + -524.221, + 467.512 + ], + [ + 449.863, + 228.645 + ], + [ + 39.8837, + -175.708 + ], + [ + 504.079, + 588.265 + ], + [ + -175.181, + 892.77 + ], + [ + 497.393, + 363.639 + ], + [ + -508.247, + 312.14 + ], + [ + 405.809, + 117.678 + ], + [ + -499.385, + 288.531 + ], + [ + 292.449, + -38.9453 + ], + [ + -490.634, + 266.173 + ], + [ + 224.311, + 881.709 + ], + [ + 277.883, + -52.674 + ], + [ + 490.765, + 338.963 + ], + [ + -481.056, + 244.499 + ], + [ + -488.152, + 666.865 + ], + [ + 12.1907, + 312.046 + ], + [ + 475.645, + 292.117 + ], + [ + 467.243, + 269.96 + ], + [ + 126.62, + -151.481 + ], + [ + -248.627, + 875.163 + ], + [ + -471.641, + 223.994 + ], + [ + 458.942, + 248.98 + ], + [ + 483.182, + 314.912 + ], + [ + 420.448, + 213.695 + ], + [ + -431.309, + 190.825 + ], + [ + -526.232, + 568.534 + ], + [ + 414.762, + 138.041 + ], + [ + -39.8837, + -175.708 + ], + [ + -436.395, + 126.588 + ], + [ + -508.676, + 617.165 + ], + [ + 498.568, + 559.775 + ], + [ + 262.727, + -64.9272 + ], + [ + -199.822, + 887.579 + ], + [ + 480.812, + 481.124 + ], + [ + 56.4881, + -171.094 + ], + [ + 0.0, + 909.794 + ], + [ + -12.1907, + 312.046 + ], + [ + 186.529, + -120.066 + ], + [ + 247.1, + -75.6837 + ], + [ + 100.527, + 904.224 + ], + [ + -519.634, + 540.276 + ], + [ + 407.389, + 749.544 + ], + [ + 493.162, + 532.805 + ], + [ + 231.12, + -84.9307 + ], + [ + 359.48, + 277.919 + ], + [ + 214.904, + -92.6637 + ], + [ + 456.112, + 474.231 + ], + [ + -224.311, + 881.709 + ], + [ + 459.961, + 654.278 + ], + [ + -352.893, + 30.7815 + ], + [ + 435.694, + 702.262 + ], + [ + -498.88, + 462.363 + ], + [ + -100.527, + 904.224 + ], + [ + -435.788, + 733.397 + ], + [ + -341.492, + 16.3901 + ], + [ + 344.355, + 811.4 + ], + [ + -56.4881, + -171.094 + ], + [ + -513.199, + 513.533 + ], + [ + 481.186, + 607.134 + ], + [ + -462.262, + 685.066 + ], + [ + 486.911, + 506.254 + ], + [ + 75.4624, + 906.659 + ], + [ + -473.934, + 456.42 + ], + [ + 150.405, + 897.276 + ], + [ + 72.5758, + -164.914 + ], + [ + -484.674, + 636.188 + ], + [ + -126.62, + -151.481 + ], + [ + -505.937, + 487.24 + ], + [ + -75.4624, + 906.659 + ], + [ + 437.621, + 491.346 + ], + [ + 125.514, + 901.095 + ], + [ + -364.366, + 46.1742 + ], + [ + -504.079, + 588.265 + ], + [ + -329.525, + 2.93669 + ], + [ + 378.393, + 764.592 + ], + [ + -150.405, + 897.276 + ], + [ + 339.173, + 42.9816 + ], + [ + 139.35, + -139.859 + ], + [ + 476.77, + 578.454 + ], + [ + -375.155, + 62.5072 + ], + [ + 349.416, + 58.2186 + ], + [ + -407.389, + 749.544 + ], + [ + -125.514, + 901.095 + ], + [ + -72.5758, + -164.914 + ], + [ + -344.355, + 811.4 + ], + [ + -385.941, + 79.9018 + ], + [ + 408.487, + 718.429 + ], + [ + 434.573, + 671.409 + ], + [ + 462.039, + 499.18 + ], + [ + -497.393, + 363.639 + ], + [ + -498.568, + 559.775 + ], + [ + 472.4, + 551.296 + ], + [ + -186.529, + -120.066 + ], + [ + -440.935, + 209.411 + ], + [ + -395.92, + 98.2296 + ], + [ + -435.694, + 702.262 + ], + [ + 50.3404, + 908.401 + ], + [ + -449.863, + 228.645 + ], + [ + -459.961, + 654.278 + ], + [ + -277.883, + -52.674 + ], + [ + 477.164, + 389.805 + ], + [ + 87.9995, + -157.226 + ], + [ + 429.063, + 232.77 + ], + [ + -292.449, + -38.9453 + ], + [ + -490.765, + 338.963 + ], + [ + 436.946, + 252.456 + ], + [ + 25.1799, + 909.446 + ], + [ + 457.588, + 625.112 + ], + [ + -50.3404, + 908.401 + ], + [ + -405.809, + 117.678 + ], + [ + -480.812, + 481.124 + ], + [ + -483.182, + 314.912 + ], + [ + -475.645, + 292.117 + ], + [ + -214.904, + -92.6637 + ], + [ + -25.1799, + 909.446 + ], + [ + -262.727, + -64.9272 + ], + [ + -467.243, + 269.96 + ], + [ + 471.869, + 364.809 + ], + [ + -493.162, + 532.805 + ], + [ + -231.12, + -84.9307 + ], + [ + -420.448, + 213.695 + ], + [ + -458.942, + 248.98 + ], + [ + -247.1, + -75.6837 + ], + [ + 452.083, + 294.644 + ], + [ + 408.375, + 235.948 + ], + [ + 444.921, + 273.248 + ], + [ + 459.284, + 317.219 + ], + [ + 483.483, + 414.837 + ], + [ + 328.291, + 28.6356 + ], + [ + 467.172, + 524.525 + ], + [ + 465.588, + 340.386 + ], + [ + -456.112, + 474.231 + ], + [ + 348.841, + 778.519 + ], + [ + -414.762, + 138.041 + ], + [ + 359.653, + 74.4595 + ], + [ + -359.48, + 277.919 + ], + [ + -12.1988, + 881.363 + ], + [ + -481.186, + 607.134 + ], + [ + 12.1988, + 881.363 + ], + [ + -378.393, + 764.592 + ], + [ + 369.135, + 91.5844 + ], + [ + 454.273, + 596.283 + ], + [ + -486.911, + 506.254 + ], + [ + 380.681, + 733.542 + ], + [ + -139.35, + -139.859 + ], + [ + 378.531, + 109.767 + ], + [ + -87.9995, + -157.226 + ], + [ + 408.549, + 687.555 + ], + [ + -408.487, + 718.429 + ], + [ + -437.621, + 491.346 + ], + [ + 387.05, + 128.818 + ], + [ + 450.947, + 568.979 + ], + [ + 433.319, + 642.173 + ], + [ + 198.571, + -98.8866 + ], + [ + -434.573, + 671.409 + ], + [ + 318.778, + 791.304 + ], + [ + -476.77, + 578.454 + ], + [ + 442.588, + 516.504 + ], + [ + 102.618, + -148.099 + ], + [ + 395.392, + 148.978 + ], + [ + 151.017, + -127.172 + ], + [ + 418.488, + 507.741 + ], + [ + -348.841, + 778.519 + ], + [ + 446.747, + 542.027 + ], + [ + 252.592, + 844.481 + ], + [ + 402.729, + 169.978 + ], + [ + 311.925, + 14.971 + ], + [ + -472.4, + 551.296 + ], + [ + 431.11, + 613.239 + ], + [ + -462.039, + 499.18 + ], + [ + -457.588, + 625.112 + ], + [ + 352.317, + 747.579 + ], + [ + -339.173, + 42.9816 + ], + [ + 223.77, + -68.5379 + ], + [ + 288.248, + 802.929 + ], + [ + 281.983, + -21.8831 + ], + [ + -349.416, + 58.2186 + ], + [ + -380.681, + 733.542 + ], + [ + 268.263, + -35.7244 + ], + [ + 294.956, + -6.63988 + ], + [ + -477.164, + 389.805 + ], + [ + 381.925, + 702.693 + ], + [ + 239.04, + -59.0734 + ], + [ + 253.909, + -48.1297 + ], + [ + -318.778, + 791.304 + ], + [ + -467.172, + 524.525 + ], + [ + -102.618, + -148.099 + ], + [ + -252.592, + 844.481 + ], + [ + 455.559, + 414.849 + ], + [ + -454.273, + 596.283 + ], + [ + -408.549, + 687.555 + ], + [ + 422.488, + 533.071 + ], + [ + -471.869, + 364.809 + ], + [ + -436.946, + 252.456 + ], + [ + 408.415, + 658.293 + ], + [ + -483.483, + 414.837 + ], + [ + -429.063, + 232.77 + ], + [ + 11.9482, + -162.485 + ], + [ + 428.832, + 585.827 + ], + [ + 422.77, + 275.539 + ], + [ + 415.954, + 255.458 + ], + [ + -459.284, + 317.219 + ], + [ + 451.614, + 389.604 + ], + [ + -465.588, + 340.386 + ], + [ + -452.083, + 294.644 + ], + [ + -11.9482, + -162.485 + ], + [ + 395.126, + 257.522 + ], + [ + -408.375, + 235.948 + ], + [ + 181.677, + 862.522 + ], + [ + -444.921, + 273.248 + ], + [ + -433.319, + 642.173 + ], + [ + 257.295, + 813.376 + ], + [ + 429.617, + 296.729 + ], + [ + 29.0402, + -160.315 + ], + [ + 323.437, + 760.52 + ], + [ + -328.291, + 28.6356 + ], + [ + 441.6, + 341.408 + ], + [ + 435.621, + 318.478 + ], + [ + -151.017, + -127.172 + ], + [ + 378.41, + 538.274 + ], + [ + 446.652, + 364.88 + ], + [ + 398.741, + 523.391 + ], + [ + 116.298, + -137.618 + ], + [ + -450.947, + 568.979 + ], + [ + -288.248, + 802.929 + ], + [ + 334.786, + 69.3111 + ], + [ + -359.653, + 74.4595 + ], + [ + -352.317, + 747.579 + ], + [ + 425.666, + 558.734 + ], + [ + -29.0402, + -160.315 + ], + [ + -198.571, + -98.8866 + ], + [ + 410.447, + 194.931 + ], + [ + 407.315, + 629.295 + ], + [ + -369.135, + 91.5844 + ], + [ + 343.809, + 85.3008 + ], + [ + -418.488, + 507.741 + ], + [ + -442.588, + 516.504 + ], + [ + -181.677, + 862.522 + ], + [ + 354.741, + 716.8 + ], + [ + 45.8075, + -156.352 + ], + [ + 85.261, + 877.315 + ], + [ + -378.531, + 109.767 + ], + [ + -431.11, + 613.239 + ], + [ + 161.534, + -113.515 + ], + [ + 225.965, + 822.631 + ], + [ + -446.747, + 542.027 + ], + [ + 401.768, + 548.856 + ], + [ + -381.925, + 702.693 + ], + [ + -257.295, + 813.376 + ], + [ + 294.081, + 772.346 + ], + [ + -85.261, + 877.315 + ], + [ + -387.05, + 128.818 + ], + [ + 406.088, + 601.816 + ], + [ + 325.057, + 54.1599 + ], + [ + 382.911, + 673.447 + ], + [ + -45.8075, + -156.352 + ], + [ + 309.807, + 39.2602 + ], + [ + -395.392, + 148.978 + ], + [ + -323.437, + 760.52 + ], + [ + -428.832, + 585.827 + ], + [ + -223.77, + -68.5379 + ], + [ + -408.415, + 658.293 + ], + [ + 194.303, + 830.679 + ], + [ + -116.298, + -137.618 + ], + [ + 352.748, + 102.291 + ], + [ + -311.925, + 14.971 + ], + [ + -225.965, + 822.631 + ], + [ + -402.729, + 169.978 + ], + [ + 62.0625, + -150.64 + ], + [ + 403.962, + 574.622 + ], + [ + -239.04, + -59.0734 + ], + [ + -422.488, + 533.071 + ], + [ + 327.037, + 729.857 + ], + [ + 360.865, + 120.103 + ], + [ + 264.295, + 783.039 + ], + [ + -281.983, + -21.8831 + ], + [ + -268.263, + -35.7244 + ], + [ + 382.923, + 644.429 + ], + [ + -455.559, + 414.849 + ], + [ + -253.909, + -48.1297 + ], + [ + -378.41, + 538.274 + ], + [ + -354.741, + 716.8 + ], + [ + 162.357, + 837.509 + ], + [ + -294.956, + -6.63988 + ], + [ + 368.814, + 138.964 + ], + [ + -294.081, + 772.346 + ], + [ + -398.741, + 523.391 + ], + [ + 208.217, + -76.5145 + ], + [ + -194.303, + 830.679 + ], + [ + 128.914, + -125.877 + ], + [ + -407.315, + 629.295 + ], + [ + 432.642, + 438.696 + ], + [ + -451.614, + 389.604 + ], + [ + -62.0625, + -150.64 + ], + [ + 375.82, + 158.621 + ], + [ + 432.74, + 467.527 + ], + [ + 380.46, + 563.836 + ], + [ + 356.846, + 687.614 + ], + [ + -425.666, + 558.734 + ], + [ + 407.375, + 297.828 + ], + [ + -422.77, + 275.539 + ], + [ + 382.748, + 616.923 + ], + [ + 430.057, + 413.277 + ], + [ + -395.126, + 257.522 + ], + [ + -161.534, + -113.515 + ], + [ + 130.172, + 843.112 + ], + [ + -446.652, + 364.88 + ], + [ + -441.6, + 341.408 + ], + [ + -415.954, + 255.458 + ], + [ + 380.738, + 278.353 + ], + [ + -435.621, + 318.478 + ], + [ + 382.564, + 179.37 + ], + [ + -162.357, + 837.509 + ], + [ + -382.911, + 673.447 + ], + [ + 234.121, + 792.584 + ], + [ + -429.617, + 296.729 + ], + [ + 401.647, + 277.41 + ], + [ + 298.853, + 741.843 + ], + [ + 426.429, + 388.321 + ], + [ + -406.088, + 601.816 + ], + [ + -401.768, + 548.856 + ], + [ + 413.076, + 319.355 + ], + [ + 422.644, + 364.612 + ], + [ + 417.904, + 341.395 + ], + [ + 77.6235, + -143.244 + ], + [ + -264.295, + 783.039 + ], + [ + 97.7963, + 847.477 + ], + [ + 388.241, + 200.879 + ], + [ + -130.172, + 843.112 + ], + [ + -334.786, + 69.3111 + ], + [ + -327.037, + 729.857 + ], + [ + 381.665, + 589.667 + ], + [ + 65.2773, + 850.6 + ], + [ + 357.969, + 658.617 + ], + [ + 357.523, + 552.368 + ], + [ + 170.82, + -98.9927 + ], + [ + -97.7963, + 847.477 + ], + [ + -410.447, + 194.931 + ], + [ + -343.809, + 85.3008 + ], + [ + 203.604, + 800.966 + ], + [ + 229.936, + -43.5855 + ], + [ + 32.6626, + 852.476 + ], + [ + -65.2773, + 850.6 + ], + [ + -403.962, + 574.622 + ], + [ + -382.923, + 644.429 + ], + [ + 0.0, + 853.101 + ], + [ + -234.121, + 792.584 + ], + [ + -32.6626, + 852.476 + ], + [ + 270.231, + 752.741 + ], + [ + 330.258, + 700.772 + ], + [ + -128.914, + -125.877 + ], + [ + -77.6235, + -143.244 + ], + [ + -325.057, + 54.1599 + ], + [ + -356.846, + 687.614 + ], + [ + -309.807, + 39.2602 + ], + [ + 244.076, + -32.5035 + ], + [ + 358.593, + 577.989 + ], + [ + -298.853, + 741.843 + ], + [ + 358.848, + 631.125 + ], + [ + 172.788, + 808.175 + ], + [ + 328.358, + 95.2182 + ], + [ + -203.604, + 800.966 + ], + [ + 270.562, + -6.09074 + ], + [ + -382.748, + 616.923 + ], + [ + -380.46, + 563.836 + ], + [ + 282.682, + 9.1717 + ], + [ + 257.656, + -19.9952 + ], + [ + -208.217, + -76.5145 + ], + [ + 92.3163, + -134.246 + ], + [ + -352.748, + 102.291 + ], + [ + -432.642, + 438.696 + ], + [ + 241.213, + 762.535 + ], + [ + 140.35, + -112.985 + ], + [ + 332.49, + 671.84 + ], + [ + 141.719, + 814.198 + ], + [ + -432.74, + 467.527 + ], + [ + 293.905, + 25.7456 + ], + [ + -360.865, + 120.103 + ], + [ + -270.231, + 752.741 + ], + [ + -172.788, + 808.175 + ], + [ + 336.106, + 111.863 + ], + [ + 358.809, + 603.847 + ], + [ + 303.186, + 712.903 + ], + [ + 336.113, + 565.651 + ], + [ + -357.969, + 658.617 + ], + [ + -430.057, + 413.277 + ], + [ + -368.814, + 138.964 + ], + [ + 408.478, + 461.28 + ], + [ + 319.841, + 79.354 + ], + [ + -330.258, + 700.772 + ], + [ + -407.375, + 297.828 + ], + [ + -381.665, + 589.667 + ], + [ + 110.442, + 819.026 + ], + [ + 407.26, + 435.758 + ], + [ + -357.523, + 552.368 + ], + [ + -426.429, + 388.321 + ], + [ + -375.82, + 158.621 + ], + [ + -380.738, + 278.353 + ], + [ + -141.719, + 814.198 + ], + [ + -170.82, + -98.9927 + ], + [ + -422.644, + 364.612 + ], + [ + 211.841, + 771.212 + ], + [ + 390.807, + 319.258 + ], + [ + 365.253, + 298.383 + ], + [ + 404.977, + 410.644 + ], + [ + -417.904, + 341.395 + ], + [ + 334.421, + 644.401 + ], + [ + -413.076, + 319.355 + ], + [ + 395.344, + 341.06 + ], + [ + 402.47, + 386.766 + ], + [ + 398.983, + 363.328 + ], + [ + 336.201, + 591.295 + ], + [ + -382.564, + 179.37 + ], + [ + 79.003, + 822.654 + ], + [ + -241.213, + 762.535 + ], + [ + -401.647, + 277.41 + ], + [ + 350.396, + 147.89 + ], + [ + -110.442, + 819.026 + ], + [ + -92.3163, + -134.246 + ], + [ + -358.848, + 631.125 + ], + [ + 386.182, + 298.563 + ], + [ + 47.4482, + 825.076 + ], + [ + 275.669, + 723.988 + ], + [ + 343.693, + 129.499 + ], + [ + 291.845, + 589.711 + ], + [ + -79.003, + 822.654 + ], + [ + -358.593, + 577.989 + ], + [ + 306.523, + 684.077 + ], + [ + -229.936, + -43.5855 + ], + [ + -388.241, + 200.879 + ], + [ + 356.849, + 167.313 + ], + [ + 15.8238, + 826.288 + ], + [ + -47.4482, + 825.076 + ], + [ + -15.8238, + 826.288 + ], + [ + 182.158, + 778.757 + ], + [ + -332.49, + 671.84 + ], + [ + -303.186, + 712.903 + ], + [ + 178.803, + -83.716 + ], + [ + -211.841, + 771.212 + ], + [ + -140.35, + -112.985 + ], + [ + 362.3, + 187.457 + ], + [ + 335.427, + 617.142 + ], + [ + 314.209, + 578.105 + ], + [ + 215.352, + -53.2196 + ], + [ + 105.977, + -123.746 + ], + [ + -244.076, + -32.5035 + ], + [ + -0.955853, + -145.667 + ], + [ + -358.809, + 603.847 + ], + [ + 247.747, + 734.012 + ], + [ + 327.626, + 314.843 + ], + [ + 367.404, + 208.669 + ], + [ + 18.1419, + -144.536 + ], + [ + -336.113, + 565.651 + ], + [ + 152.208, + 785.16 + ], + [ + 309.503, + 656.732 + ], + [ + -182.158, + 778.757 + ], + [ + -275.669, + 723.988 + ], + [ + 280.108, + 695.311 + ], + [ + -18.1419, + -144.536 + ], + [ + 313.316, + 603.733 + ], + [ + 371.386, + 230.555 + ], + [ + -334.421, + 644.401 + ], + [ + -270.562, + -6.09074 + ], + [ + -257.656, + -19.9952 + ], + [ + 383.137, + 482.535 + ], + [ + -328.358, + 95.2182 + ], + [ + 35.0744, + -141.385 + ], + [ + 150.503, + -99.0596 + ], + [ + -306.523, + 684.077 + ], + [ + -282.682, + 9.1717 + ], + [ + 122.035, + 790.412 + ], + [ + -336.201, + 591.295 + ], + [ + -408.478, + 461.28 + ], + [ + 383.291, + 456.984 + ], + [ + -152.208, + 785.16 + ], + [ + -291.845, + 589.711 + ], + [ + -407.26, + 435.758 + ], + [ + 219.462, + 742.959 + ], + [ + -293.905, + 25.7456 + ], + [ + -35.0744, + -141.385 + ], + [ + 91.6834, + 794.505 + ], + [ + 311.552, + 629.532 + ], + [ + -247.747, + 734.012 + ], + [ + -404.977, + 410.644 + ], + [ + -122.035, + 790.412 + ], + [ + 253.281, + 705.526 + ], + [ + -336.106, + 111.863 + ], + [ + -105.977, + -123.746 + ], + [ + -402.47, + 386.766 + ], + [ + -319.841, + 79.354 + ], + [ + -365.253, + 298.383 + ], + [ + -390.807, + 319.258 + ], + [ + -398.983, + 363.328 + ], + [ + -395.344, + 341.06 + ], + [ + -335.427, + 617.142 + ], + [ + 61.1971, + 797.432 + ], + [ + 284.132, + 668.101 + ], + [ + -314.209, + 578.105 + ], + [ + 382.358, + 431.784 + ], + [ + -91.6834, + 794.505 + ], + [ + 348.715, + 317.553 + ], + [ + 51.5165, + -136.257 + ], + [ + 373.112, + 339.769 + ], + [ + -280.108, + 695.311 + ], + [ + 376.473, + 361.783 + ], + [ + 30.621, + 799.191 + ], + [ + -309.503, + 656.732 + ], + [ + 381.136, + 407.806 + ], + [ + -61.1971, + 797.432 + ], + [ + 233.329, + -18.1074 + ], + [ + 378.911, + 384.214 + ], + [ + 190.856, + 750.817 + ], + [ + 0.0, + 799.777 + ], + [ + 289.971, + 615.287 + ], + [ + -178.803, + -83.716 + ], + [ + -30.621, + 799.191 + ], + [ + 319.929, + 120.545 + ], + [ + -386.182, + 298.563 + ], + [ + -219.462, + 742.959 + ], + [ + -350.396, + 147.89 + ], + [ + -327.626, + 314.843 + ], + [ + -313.316, + 603.733 + ], + [ + 326.355, + 137.743 + ], + [ + 369.605, + 318.856 + ], + [ + 226.083, + 714.706 + ], + [ + 118.452, + -111.863 + ], + [ + -343.693, + 129.499 + ], + [ + -51.5165, + -136.257 + ], + [ + 356.335, + 528.083 + ], + [ + -356.849, + 167.313 + ], + [ + -215.352, + -53.2196 + ], + [ + -253.281, + 705.526 + ], + [ + 161.97, + 757.573 + ], + [ + 287.221, + 640.999 + ], + [ + 356.692, + 502.399 + ], + [ + 258.344, + 678.49 + ], + [ + -150.503, + -99.0596 + ], + [ + -190.856, + 750.817 + ], + [ + -362.3, + 187.457 + ], + [ + 246.168, + -5.5416 + ], + [ + 312.675, + 104.065 + ], + [ + -311.552, + 629.532 + ], + [ + 269.053, + 600.453 + ], + [ + 185.424, + -67.8012 + ], + [ + -383.137, + 482.535 + ], + [ + -284.132, + 668.101 + ], + [ + 337.79, + 174.775 + ], + [ + 67.2384, + -129.224 + ], + [ + 373.875, + 258.229 + ], + [ + -367.404, + 208.669 + ], + [ + 358.216, + 476.893 + ], + [ + 198.553, + 722.838 + ], + [ + 332.542, + 155.917 + ], + [ + 132.846, + 763.219 + ], + [ + -383.291, + 456.984 + ], + [ + 266.201, + 625.938 + ], + [ + -161.97, + 757.573 + ], + [ + 258.295, + 8.38045 + ], + [ + 269.598, + 23.6164 + ], + [ + -226.083, + 714.706 + ], + [ + -371.386, + 230.555 + ], + [ + -289.971, + 615.287 + ], + [ + 222.319, + 619.28 + ], + [ + 232.178, + 687.883 + ], + [ + 342.708, + 194.643 + ], + [ + 279.971, + 40.1159 + ], + [ + 103.527, + 767.746 + ], + [ + 262.468, + 651.526 + ], + [ + 159.278, + -84.2276 + ], + [ + -132.846, + 763.219 + ], + [ + 358.637, + 451.679 + ], + [ + 346.571, + 215.15 + ], + [ + 170.732, + 729.91 + ], + [ + -382.358, + 431.784 + ], + [ + -258.344, + 678.49 + ], + [ + -118.452, + -111.863 + ], + [ + 358.704, + 427.67 + ], + [ + 357.748, + 403.993 + ], + [ + -67.2384, + -129.224 + ], + [ + -198.553, + 722.838 + ], + [ + 74.0565, + 771.147 + ], + [ + -287.221, + 640.999 + ], + [ + 289.309, + 57.8206 + ], + [ + -103.527, + 767.746 + ], + [ + -381.136, + 407.806 + ], + [ + -348.715, + 317.553 + ], + [ + 350.005, + 236.696 + ], + [ + 242.04, + 635.671 + ], + [ + 245.866, + 610.314 + ], + [ + 331.173, + 335.807 + ], + [ + -376.473, + 361.783 + ], + [ + -378.911, + 384.214 + ], + [ + -373.112, + 339.769 + ], + [ + 44.4774, + 773.417 + ], + [ + 354.342, + 359.301 + ], + [ + -356.335, + 528.083 + ], + [ + -269.053, + 600.453 + ], + [ + -74.0565, + 771.147 + ], + [ + 356.517, + 381.464 + ], + [ + 205.671, + 696.268 + ], + [ + -233.329, + -18.1074 + ], + [ + 14.833, + 774.553 + ], + [ + 142.661, + 735.912 + ], + [ + 352.267, + 258.826 + ], + [ + -44.4774, + 773.417 + ], + [ + -14.833, + 774.553 + ], + [ + 237.331, + 661.097 + ], + [ + -266.201, + 625.938 + ], + [ + -356.692, + 502.399 + ], + [ + -232.178, + 687.883 + ], + [ + -170.732, + 729.91 + ], + [ + -222.319, + 619.28 + ], + [ + 219.89, + -29.2826 + ], + [ + 82.0205, + -120.385 + ], + [ + 329.219, + 520.815 + ], + [ + -369.605, + 318.856 + ], + [ + 129.603, + -98.7286 + ], + [ + -319.929, + 120.545 + ], + [ + 217.525, + 644.471 + ], + [ + 114.381, + 740.834 + ], + [ + -326.355, + 137.743 + ], + [ + -262.468, + 651.526 + ], + [ + -142.661, + 735.912 + ], + [ + -358.216, + 476.893 + ], + [ + -185.424, + -67.8012 + ], + [ + 351.962, + 338.229 + ], + [ + 178.862, + 703.632 + ], + [ + -358.637, + 451.679 + ], + [ + -205.671, + 696.268 + ], + [ + 332.11, + 495.428 + ], + [ + 85.9326, + 744.67 + ], + [ + -246.168, + -5.5416 + ], + [ + -242.04, + 635.671 + ], + [ + 211.846, + 669.699 + ], + [ + -114.381, + 740.834 + ], + [ + -245.866, + 610.314 + ], + [ + -312.675, + 104.065 + ], + [ + -159.278, + -84.2276 + ], + [ + -237.331, + 661.097 + ], + [ + 57.3585, + 747.414 + ], + [ + -337.79, + 174.775 + ], + [ + -85.9326, + 744.67 + ], + [ + -373.875, + 258.229 + ], + [ + -82.0205, + -120.385 + ], + [ + 333.883, + 470.273 + ], + [ + 192.691, + 652.327 + ], + [ + 151.791, + 709.964 + ], + [ + 335.555, + 422.608 + ], + [ + 28.7003, + 749.062 + ], + [ + -332.542, + 155.917 + ], + [ + 314.614, + 162.784 + ], + [ + -57.3585, + 747.414 + ], + [ + -178.862, + 703.632 + ], + [ + -258.295, + 8.38045 + ], + [ + 0.0, + 749.612 + ], + [ + -28.7003, + 749.062 + ], + [ + -217.525, + 644.471 + ], + [ + -269.598, + 23.6164 + ], + [ + -357.748, + 403.993 + ], + [ + 190.631, + -51.3696 + ], + [ + 334.552, + 377.798 + ], + [ + 335.238, + 446.302 + ], + [ + -342.708, + 194.643 + ], + [ + 309.549, + 145.137 + ], + [ + 335.534, + 400.045 + ], + [ + 186.05, + 677.319 + ], + [ + -358.704, + 427.67 + ], + [ + -279.971, + 40.1159 + ], + [ + 198.445, + 627.337 + ], + [ + -346.571, + 215.15 + ], + [ + -331.173, + 335.807 + ], + [ + -211.846, + 669.699 + ], + [ + 124.497, + 715.255 + ], + [ + 312.676, + 353.094 + ], + [ + -129.603, + -98.7286 + ], + [ + -356.517, + 381.464 + ], + [ + -151.791, + 709.964 + ], + [ + -354.342, + 359.301 + ], + [ + -329.219, + 520.815 + ], + [ + 167.574, + 659.227 + ], + [ + 303.603, + 128.141 + ], + [ + -350.005, + 236.696 + ], + [ + 125.222, + 645.951 + ], + [ + 95.6559, + -109.863 + ], + [ + 166.597, + -68.625 + ], + [ + -192.691, + 652.327 + ], + [ + 319.365, + 181.385 + ], + [ + 300.798, + 537.731 + ], + [ + -289.309, + 57.8206 + ], + [ + 159.981, + 683.946 + ], + [ + -352.267, + 258.826 + ], + [ + 97.0209, + 719.498 + ], + [ + 293.448, + 565.45 + ], + [ + 233.908, + 7.5892 + ], + [ + -124.497, + 715.255 + ], + [ + -219.89, + -29.2826 + ], + [ + 323.126, + 200.595 + ], + [ + -186.05, + 677.319 + ], + [ + -332.11, + 495.428 + ], + [ + 142.211, + 665.159 + ], + [ + 174.281, + 634.475 + ], + [ + 69.4025, + 722.685 + ], + [ + -125.222, + 645.951 + ], + [ + -167.574, + 659.227 + ], + [ + 305.047, + 512.536 + ], + [ + -97.0209, + 719.498 + ], + [ + -198.445, + 627.337 + ], + [ + 326.478, + 220.786 + ], + [ + 133.677, + 689.569 + ], + [ + -351.962, + 338.229 + ], + [ + 41.6822, + 724.812 + ], + [ + -333.883, + 470.273 + ], + [ + -69.4025, + 722.685 + ], + [ + -159.981, + 683.946 + ], + [ + 313.797, + 395.205 + ], + [ + 139.304, + -84.4902 + ], + [ + -335.238, + 446.302 + ], + [ + 328.73, + 241.532 + ], + [ + 13.9009, + 725.876 + ], + [ + -41.6822, + 724.812 + ], + [ + 333.306, + 356.629 + ], + [ + -13.9009, + 725.876 + ], + [ + 308.167, + 487.512 + ], + [ + 116.64, + 670.116 + ], + [ + -335.555, + 422.608 + ], + [ + 50.3468, + 656.047 + ], + [ + -95.6559, + -109.863 + ], + [ + -142.211, + 665.159 + ], + [ + 107.178, + 694.182 + ], + [ + 149.861, + 640.683 + ], + [ + 330.473, + 263.281 + ], + [ + 245.292, + 21.4872 + ], + [ + 313.584, + 417.474 + ], + [ + -133.677, + 689.569 + ], + [ + -50.3468, + 656.047 + ], + [ + -174.281, + 634.475 + ], + [ + -335.534, + 400.045 + ], + [ + -334.552, + 377.798 + ], + [ + -190.631, + -51.3696 + ], + [ + 310.806, + 463.648 + ], + [ + 331.001, + 285.519 + ], + [ + 90.898, + 674.091 + ], + [ + -300.798, + 537.731 + ], + [ + 80.5213, + 697.776 + ], + [ + 255.818, + 36.6551 + ], + [ + -116.64, + 670.116 + ], + [ + 312.394, + 440.005 + ], + [ + -293.448, + 565.45 + ], + [ + -107.178, + 694.182 + ], + [ + -314.614, + 162.784 + ], + [ + -312.676, + 353.094 + ], + [ + 271.509, + 553.097 + ], + [ + 265.383, + 53.0387 + ], + [ + 53.7465, + 700.348 + ], + [ + 65.0225, + 677.077 + ], + [ + 293.278, + 369.364 + ], + [ + -166.597, + -68.625 + ], + [ + -80.5213, + 697.776 + ], + [ + -90.898, + 674.091 + ], + [ + -149.861, + 640.683 + ], + [ + -309.549, + 145.137 + ], + [ + 26.893, + 701.892 + ], + [ + -53.7465, + 700.348 + ], + [ + 39.0517, + 679.07 + ], + [ + 0.0, + 702.407 + ], + [ + -26.893, + 701.892 + ], + [ + -65.0225, + 677.077 + ], + [ + 273.884, + 70.5762 + ], + [ + -305.047, + 512.536 + ], + [ + 107.954, + -97.8051 + ], + [ + 13.0236, + 680.067 + ], + [ + -39.0517, + 679.07 + ], + [ + -13.0236, + 680.067 + ], + [ + 100.398, + 650.271 + ], + [ + -303.603, + 128.141 + ], + [ + 221.775, + -4.99246 + ], + [ + 277.104, + 528.166 + ], + [ + 292.229, + 110.108 + ], + [ + 194.385, + -34.5464 + ], + [ + -319.365, + 181.385 + ], + [ + -139.304, + -84.4902 + ], + [ + -233.908, + 7.5892 + ], + [ + -308.167, + 487.512 + ], + [ + 281.224, + 89.1982 + ], + [ + -323.126, + 200.595 + ], + [ + -313.797, + 395.205 + ], + [ + 75.4279, + 653.639 + ], + [ + -100.398, + 650.271 + ], + [ + 281.563, + 503.346 + ], + [ + -326.478, + 220.786 + ], + [ + 300.956, + 186.833 + ], + [ + 172.391, + -52.3946 + ], + [ + 297.283, + 168.844 + ], + [ + -312.394, + 440.005 + ], + [ + -271.509, + 553.097 + ], + [ + -313.584, + 417.474 + ], + [ + -333.306, + 356.629 + ], + [ + -310.806, + 463.648 + ], + [ + -75.4279, + 653.639 + ], + [ + 313.689, + 374.0 + ], + [ + 292.138, + 411.474 + ], + [ + -328.73, + 241.532 + ], + [ + 241.439, + 566.869 + ], + [ + 25.1919, + 657.494 + ], + [ + 285.479, + 479.658 + ], + [ + -25.1919, + 657.494 + ], + [ + -330.473, + 263.281 + ], + [ + 0.0, + 657.976 + ], + [ + -107.954, + -97.8051 + ], + [ + 292.681, + 151.436 + ], + [ + 290.73, + 433.699 + ], + [ + -331.001, + 285.519 + ], + [ + 288.333, + 456.134 + ], + [ + -245.292, + 21.4872 + ], + [ + 304.241, + 205.748 + ], + [ + -293.278, + 369.364 + ], + [ + 147.448, + -69.3069 + ], + [ + -277.104, + 528.166 + ], + [ + 273.036, + 384.569 + ], + [ + 306.491, + 225.193 + ], + [ + 248.364, + 542.275 + ], + [ + -255.818, + 36.6551 + ], + [ + 308.259, + 245.583 + ], + [ + -265.383, + 53.0387 + ], + [ + 203.732, + 603.605 + ], + [ + -281.563, + 503.346 + ], + [ + -241.439, + 566.869 + ], + [ + 308.885, + 266.442 + ], + [ + 210.673, + 579.008 + ], + [ + -194.385, + -34.5464 + ], + [ + 254.148, + 517.73 + ], + [ + -221.775, + -4.99246 + ], + [ + -273.884, + 70.5762 + ], + [ + 118.743, + -84.3799 + ], + [ + 308.926, + 288.26 + ], + [ + 231.665, + 33.1942 + ], + [ + -285.479, + 479.658 + ], + [ + 307.718, + 310.472 + ], + [ + -172.391, + -52.3946 + ], + [ + -292.138, + 411.474 + ], + [ + -292.229, + 110.108 + ], + [ + 310.259, + 331.97 + ], + [ + 259.329, + 494.286 + ], + [ + 293.168, + 390.294 + ], + [ + -313.689, + 374.0 + ], + [ + -281.224, + 89.1982 + ], + [ + -248.364, + 542.275 + ], + [ + -203.732, + 603.605 + ], + [ + -288.333, + 456.134 + ], + [ + -290.73, + 433.699 + ], + [ + -300.956, + 186.833 + ], + [ + 218.907, + 554.821 + ], + [ + -147.448, + -69.3069 + ], + [ + 269.637, + 426.558 + ], + [ + 179.299, + 589.479 + ], + [ + 267.039, + 448.675 + ], + [ + -273.036, + 384.569 + ], + [ + -210.673, + 579.008 + ], + [ + -297.283, + 168.844 + ], + [ + 263.441, + 470.949 + ], + [ + 252.006, + 398.666 + ], + [ + 196.657, + -17.4599 + ], + [ + -254.148, + 517.73 + ], + [ + -292.681, + 151.436 + ], + [ + -304.241, + 205.748 + ], + [ + 241.456, + 48.2567 + ], + [ + 226.0, + 530.621 + ], + [ + -306.491, + 225.193 + ], + [ + -118.743, + -84.3799 + ], + [ + 133.194, + 622.981 + ], + [ + 176.608, + -35.6849 + ], + [ + -179.299, + 589.479 + ], + [ + 188.82, + 565.768 + ], + [ + 250.256, + 64.4875 + ], + [ + 211.006, + 230.213 + ], + [ + -308.259, + 245.583 + ], + [ + 147.409, + 598.251 + ], + [ + 285.463, + 209.742 + ], + [ + -218.907, + 554.821 + ], + [ + -259.329, + 494.286 + ], + [ + -308.885, + 266.442 + ], + [ + 282.558, + 333.532 + ], + [ + 232.432, + 507.489 + ], + [ + 153.942, + -53.3486 + ], + [ + -308.926, + 288.26 + ], + [ + -133.194, + 622.981 + ], + [ + 257.966, + 81.8212 + ], + [ + 220.985, + 19.3579 + ], + [ + 283.205, + 191.522 + ], + [ + -307.718, + 310.472 + ], + [ + -263.441, + 470.949 + ], + [ + -231.665, + 33.1942 + ], + [ + -267.039, + 448.675 + ], + [ + 287.262, + 228.856 + ], + [ + 279.975, + 173.808 + ], + [ + -293.168, + 390.294 + ], + [ + -269.637, + 426.558 + ], + [ + 271.802, + 405.463 + ], + [ + -147.409, + 598.251 + ], + [ + -310.259, + 331.97 + ], + [ + 115.094, + 605.299 + ], + [ + -252.006, + 398.666 + ], + [ + -226.0, + 530.621 + ], + [ + 246.359, + 440.412 + ], + [ + 264.492, + 100.185 + ], + [ + 285.496, + 311.482 + ], + [ + 242.578, + 462.358 + ], + [ + 287.989, + 248.417 + ], + [ + -188.82, + 565.768 + ], + [ + 237.79, + 484.407 + ], + [ + 230.25, + 411.615 + ], + [ + 197.201, + 541.984 + ], + [ + 158.188, + 575.085 + ], + [ + 127.872, + -69.7752 + ], + [ + 288.16, + 268.884 + ], + [ + -211.006, + 230.213 + ], + [ + -115.094, + 605.299 + ], + [ + -196.657, + -17.4599 + ], + [ + 82.448, + 610.603 + ], + [ + 269.746, + 119.5 + ], + [ + 36.5754, + 636.009 + ], + [ + 287.157, + 289.728 + ], + [ + -232.432, + 507.489 + ], + [ + -36.5754, + 636.009 + ], + [ + -158.188, + 575.085 + ], + [ + -176.608, + -35.6849 + ], + [ + 204.865, + 519.231 + ], + [ + -82.448, + 610.603 + ], + [ + 127.101, + 582.745 + ], + [ + 49.564, + 614.147 + ], + [ + 167.834, + 551.785 + ], + [ + -197.201, + 541.984 + ], + [ + -241.456, + 48.2567 + ], + [ + 16.5372, + 615.922 + ], + [ + -282.558, + 333.532 + ], + [ + -49.564, + 614.147 + ], + [ + -16.5372, + 615.922 + ], + [ + -153.942, + -53.3486 + ], + [ + -237.79, + 484.407 + ], + [ + -285.463, + 209.742 + ], + [ + -242.578, + 462.358 + ], + [ + -230.25, + 411.615 + ], + [ + -246.359, + 440.412 + ], + [ + -250.256, + 64.4875 + ], + [ + -127.101, + 582.745 + ], + [ + -271.802, + 405.463 + ], + [ + 211.454, + 496.469 + ], + [ + 197.431, + -0.240257 + ], + [ + 207.831, + 423.377 + ], + [ + 217.418, + 474.709 + ], + [ + 249.653, + 419.464 + ], + [ + 95.6477, + 588.725 + ], + [ + 222.372, + 452.997 + ], + [ + -127.872, + -69.7752 + ], + [ + 226.627, + 58.3989 + ], + [ + -167.834, + 551.785 + ], + [ + -220.985, + 19.3579 + ], + [ + 137.983, + 559.996 + ], + [ + -285.496, + 311.482 + ], + [ + -287.262, + 228.856 + ], + [ + -283.205, + 191.522 + ], + [ + -204.865, + 519.231 + ], + [ + 176.708, + 529.476 + ], + [ + -257.966, + 81.8212 + ], + [ + -279.975, + 173.808 + ], + [ + 24.3824, + 453.729 + ], + [ + 63.9187, + 593.01 + ], + [ + -287.989, + 248.417 + ], + [ + -95.6477, + 588.725 + ], + [ + 263.679, + 311.247 + ], + [ + 179.21, + -18.6487 + ], + [ + 260.325, + 332.806 + ], + [ + 255.677, + 354.56 + ], + [ + -288.16, + 268.884 + ], + [ + -63.9187, + 593.01 + ], + [ + 267.731, + 270.127 + ], + [ + 32.0055, + 595.585 + ], + [ + 268.23, + 231.373 + ], + [ + -264.492, + 100.185 + ], + [ + -287.157, + 289.728 + ], + [ + -24.3824, + 453.729 + ], + [ + -32.0055, + 595.585 + ], + [ + -3.93173e-14, + 596.445 + ], + [ + -137.983, + 559.996 + ], + [ + 107.735, + 566.594 + ], + [ + 158.715, + -36.7936 + ], + [ + 266.305, + 290.545 + ], + [ + -211.454, + 496.469 + ], + [ + -176.708, + 529.476 + ], + [ + 148.041, + 538.195 + ], + [ + 184.509, + 507.1 + ], + [ + -217.418, + 474.709 + ], + [ + -207.831, + 423.377 + ], + [ + -269.746, + 119.5 + ], + [ + 268.533, + 250.569 + ], + [ + -222.372, + 452.997 + ], + [ + 267.4, + 213.032 + ], + [ + 77.1759, + 571.558 + ], + [ + 191.632, + 485.691 + ], + [ + 184.813, + 433.919 + ], + [ + 197.743, + 464.277 + ], + [ + -107.735, + 566.594 + ], + [ + 265.562, + 195.12 + ], + [ + 135.214, + -54.1951 + ], + [ + -249.653, + 419.464 + ], + [ + 226.785, + 432.256 + ], + [ + 234.708, + 74.4442 + ], + [ + -77.1759, + 571.558 + ], + [ + 46.3947, + 574.876 + ], + [ + -148.041, + 538.195 + ], + [ + 118.948, + 545.364 + ], + [ + 157.032, + 516.271 + ], + [ + -197.431, + -0.240257 + ], + [ + -46.3947, + 574.876 + ], + [ + 15.4798, + 576.537 + ], + [ + -263.679, + 311.247 + ], + [ + -260.325, + 332.806 + ], + [ + -255.677, + 354.56 + ], + [ + 241.674, + 91.5421 + ], + [ + -184.509, + 507.1 + ], + [ + -15.4798, + 576.537 + ], + [ + -226.627, + 58.3989 + ], + [ + 217.529, + 43.4748 + ], + [ + -179.21, + -18.6487 + ], + [ + 89.5123, + 550.961 + ], + [ + -191.632, + 485.691 + ], + [ + -118.948, + 545.364 + ], + [ + 248.166, + 270.755 + ], + [ + 165.293, + 495.275 + ], + [ + -184.813, + 433.919 + ], + [ + -267.731, + 270.127 + ], + [ + -197.743, + 464.277 + ], + [ + 129.102, + 523.953 + ], + [ + -268.23, + 231.373 + ], + [ + 247.437, + 109.617 + ], + [ + -158.715, + -36.7936 + ], + [ + 172.545, + 474.219 + ], + [ + 161.263, + 443.211 + ], + [ + 245.841, + 290.191 + ], + [ + -157.032, + 516.271 + ], + [ + -266.305, + 290.545 + ], + [ + 244.248, + 194.587 + ], + [ + -89.5123, + 550.961 + ], + [ + 249.362, + 251.594 + ], + [ + 59.8185, + 554.97 + ], + [ + -226.785, + 432.256 + ], + [ + 242.826, + 310.435 + ], + [ + -135.214, + -54.1951 + ], + [ + 203.263, + 443.803 + ], + [ + 196.699, + 16.9812 + ], + [ + 251.911, + 128.586 + ], + [ + 138.479, + 503.431 + ], + [ + -268.533, + 250.569 + ], + [ + 227.236, + 373.426 + ], + [ + -59.8185, + 554.97 + ], + [ + 238.593, + 330.869 + ], + [ + 233.568, + 352.101 + ], + [ + 29.9524, + 557.38 + ], + [ + -3.67953e-14, + 558.185 + ], + [ + 146.85, + 482.795 + ], + [ + -129.102, + 523.953 + ], + [ + -29.9524, + 557.38 + ], + [ + 100.801, + 530.126 + ], + [ + -165.293, + 495.275 + ], + [ + -267.4, + 213.032 + ], + [ + -265.562, + 195.12 + ], + [ + 180.172, + -1.4419 + ], + [ + 255.015, + 148.36 + ], + [ + -161.263, + 443.211 + ], + [ + -172.545, + 474.219 + ], + [ + 137.247, + 451.226 + ], + [ + -234.708, + 74.4442 + ], + [ + 258.685, + 174.939 + ], + [ + 253.008, + 377.427 + ], + [ + -100.801, + 530.126 + ], + [ + -138.479, + 503.431 + ], + [ + 72.2087, + 534.771 + ], + [ + 111.265, + 510.136 + ], + [ + 218.857, + 82.8991 + ], + [ + 120.731, + 489.979 + ], + [ + 161.713, + -19.8272 + ], + [ + -146.85, + 482.795 + ], + [ + -248.166, + 270.755 + ], + [ + -72.2087, + 534.771 + ], + [ + 43.4086, + 537.875 + ], + [ + -203.263, + 443.803 + ], + [ + 179.156, + 454.07 + ], + [ + -241.674, + 91.5421 + ], + [ + -245.841, + 290.191 + ], + [ + -217.529, + 43.4748 + ], + [ + 14.4834, + 539.43 + ], + [ + -14.4834, + 539.43 + ], + [ + -43.4086, + 537.875 + ], + [ + 249.965, + 233.244 + ], + [ + -242.826, + 310.435 + ], + [ + -233.568, + 352.101 + ], + [ + 140.665, + -37.8573 + ], + [ + -111.265, + 510.136 + ], + [ + 112.837, + 457.941 + ], + [ + -238.593, + 330.869 + ], + [ + 83.7303, + 515.372 + ], + [ + -137.247, + 451.226 + ], + [ + 249.53, + 215.243 + ], + [ + -244.248, + 194.587 + ], + [ + -249.362, + 251.594 + ], + [ + 228.974, + 270.281 + ], + [ + 94.2646, + 495.752 + ], + [ + -120.731, + 489.979 + ], + [ + -227.236, + 373.426 + ], + [ + -247.437, + 109.617 + ], + [ + 55.9546, + 519.122 + ], + [ + -83.7303, + 515.372 + ], + [ + -196.699, + 16.9812 + ], + [ + 226.287, + 289.29 + ], + [ + 67.5266, + 500.096 + ], + [ + 225.128, + 99.7338 + ], + [ + 88.1009, + 463.336 + ], + [ + -112.837, + 457.941 + ], + [ + -251.911, + 128.586 + ], + [ + -94.2646, + 495.752 + ], + [ + 222.452, + 308.486 + ], + [ + -55.9546, + 519.122 + ], + [ + -179.156, + 454.07 + ], + [ + -253.008, + 377.427 + ], + [ + 28.0177, + 521.377 + ], + [ + 154.532, + 463.03 + ], + [ + -180.172, + -1.4419 + ], + [ + 217.868, + 328.433 + ], + [ + 212.053, + 348.475 + ], + [ + -67.5266, + 500.096 + ], + [ + -28.0177, + 521.377 + ], + [ + 40.5939, + 502.999 + ], + [ + -3.44185e-14, + 522.129 + ], + [ + -255.015, + 148.36 + ], + [ + -88.1009, + 463.336 + ], + [ + 63.1111, + 467.396 + ], + [ + -40.5939, + 502.999 + ], + [ + 13.5443, + 504.452 + ], + [ + -161.713, + -19.8272 + ], + [ + -258.685, + 174.939 + ], + [ + 205.387, + 369.249 + ], + [ + -13.5443, + 504.452 + ], + [ + -218.857, + 82.8991 + ], + [ + -140.665, + -37.8573 + ], + [ + 197.411, + 390.015 + ], + [ + 194.468, + 34.0732 + ], + [ + -63.1111, + 467.396 + ], + [ + 37.9396, + 470.109 + ], + [ + 230.178, + 117.493 + ], + [ + -228.974, + 270.281 + ], + [ + -154.532, + 463.03 + ], + [ + 129.463, + 470.655 + ], + [ + -249.965, + 233.244 + ], + [ + 211.45, + 67.0673 + ], + [ + -249.53, + 215.243 + ], + [ + -37.9396, + 470.109 + ], + [ + 12.6587, + 471.467 + ], + [ + -12.6587, + 471.467 + ], + [ + -226.287, + 289.29 + ], + [ + -222.452, + 308.486 + ], + [ + 179.485, + 15.7781 + ], + [ + -212.053, + 348.475 + ], + [ + -217.868, + 328.433 + ], + [ + -205.387, + 369.249 + ], + [ + 233.924, + 136.09 + ], + [ + -129.463, + 470.655 + ], + [ + -225.128, + 99.7338 + ], + [ + 207.19, + 287.321 + ], + [ + 104.021, + 476.924 + ], + [ + 197.708, + 324.9 + ], + [ + 162.903, + -2.63906 + ], + [ + -197.411, + 390.015 + ], + [ + 231.007, + 252.034 + ], + [ + 231.978, + 234.054 + ], + [ + 191.581, + 344.429 + ], + [ + 203.028, + 306.062 + ], + [ + 236.29, + 155.435 + ], + [ + 208.446, + 106.399 + ], + [ + 144.15, + -20.9903 + ], + [ + 166.382, + 404.228 + ], + [ + 184.221, + 363.956 + ], + [ + -104.021, + 476.924 + ], + [ + 78.279, + 481.818 + ], + [ + 175.954, + 384.147 + ], + [ + 237.207, + 175.431 + ], + [ + -194.468, + 34.0732 + ], + [ + -230.178, + 117.493 + ], + [ + -78.279, + 481.818 + ], + [ + 52.3116, + 485.325 + ], + [ + -211.45, + 67.0673 + ], + [ + 189.209, + 413.116 + ], + [ + -191.581, + 344.429 + ], + [ + -207.19, + 287.321 + ], + [ + -179.485, + 15.7781 + ], + [ + -166.382, + 404.228 + ], + [ + -52.3116, + 485.325 + ], + [ + 26.1936, + 487.432 + ], + [ + -203.028, + 306.062 + ], + [ + -197.708, + 324.9 + ], + [ + -184.221, + 363.956 + ], + [ + -26.1936, + 487.432 + ], + [ + -3.21777e-14, + 488.136 + ], + [ + 184.143, + 302.609 + ], + [ + 134.34, + 415.976 + ], + [ + -162.903, + -2.63906 + ], + [ + -175.954, + 384.147 + ], + [ + -231.978, + 234.054 + ], + [ + -231.007, + 252.034 + ], + [ + -233.924, + 136.09 + ], + [ + 212.834, + 123.82 + ], + [ + 178.532, + 320.969 + ], + [ + 190.755, + 50.9054 + ], + [ + -144.15, + -20.9903 + ], + [ + -208.446, + 106.399 + ], + [ + 145.449, + 396.704 + ], + [ + -236.29, + 155.435 + ], + [ + -189.209, + 413.116 + ], + [ + -134.34, + 415.976 + ], + [ + 155.265, + 377.219 + ], + [ + 171.758, + 339.334 + ], + [ + 213.011, + 251.439 + ], + [ + 177.157, + 32.8537 + ], + [ + 101.478, + 425.189 + ], + [ + -237.207, + 175.431 + ], + [ + 210.641, + 269.288 + ], + [ + -184.143, + 302.609 + ], + [ + -178.532, + 320.969 + ], + [ + 164.127, + 358.325 + ], + [ + -145.449, + 396.704 + ], + [ + 162.27, + 14.5786 + ], + [ + 202.82, + 89.8507 + ], + [ + 159.974, + 316.053 + ], + [ + -101.478, + 425.189 + ], + [ + 215.905, + 142.026 + ], + [ + 114.057, + 406.842 + ], + [ + -155.265, + 377.219 + ], + [ + 67.9975, + 431.809 + ], + [ + 145.62, + -3.82995 + ], + [ + -171.758, + 339.334 + ], + [ + -212.834, + 123.82 + ], + [ + -190.755, + 50.9054 + ], + [ + -67.9975, + 431.809 + ], + [ + 152.947, + 333.919 + ], + [ + 217.589, + 160.922 + ], + [ + -114.057, + 406.842 + ], + [ + 195.521, + 128.616 + ], + [ + 125.364, + 388.182 + ], + [ + 34.1027, + 435.798 + ], + [ + -213.011, + 251.439 + ], + [ + -164.127, + 358.325 + ], + [ + -159.974, + 316.053 + ], + [ + -34.1027, + 435.798 + ], + [ + -210.641, + 269.288 + ], + [ + 81.9692, + 414.5 + ], + [ + 0.0, + 437.131 + ], + [ + 217.82, + 180.41 + ], + [ + -177.157, + 32.8537 + ], + [ + 120.511, + 438.112 + ], + [ + 135.672, + 370.038 + ], + [ + 144.762, + 351.7 + ], + [ + -81.9692, + 414.5 + ], + [ + 216.539, + 200.385 + ], + [ + -125.364, + 388.182 + ], + [ + -162.27, + 14.5786 + ], + [ + 185.588, + 67.3497 + ], + [ + 49.3823, + 419.631 + ], + [ + 192.746, + 267.29 + ], + [ + -152.947, + 333.919 + ], + [ + 188.99, + 284.9 + ], + [ + 94.6975, + 396.779 + ], + [ + -202.82, + 89.8507 + ], + [ + -145.62, + -3.82995 + ], + [ + -120.511, + 438.112 + ], + [ + -215.905, + 142.026 + ], + [ + -49.3823, + 419.631 + ], + [ + 48.6946, + 451.767 + ], + [ + 16.4943, + 422.205 + ], + [ + -135.672, + 370.038 + ], + [ + -16.4943, + 422.205 + ], + [ + -48.6946, + 451.767 + ], + [ + -94.6975, + 396.779 + ], + [ + -144.762, + 351.7 + ], + [ + 106.39, + 379.494 + ], + [ + 173.208, + 49.6288 + ], + [ + -195.521, + 128.616 + ], + [ + 63.4542, + 402.958 + ], + [ + -217.589, + 160.922 + ], + [ + 197.972, + 146.413 + ], + [ + 134.83, + 327.57 + ], + [ + -217.82, + 180.41 + ], + [ + -63.4542, + 402.958 + ], + [ + 116.883, + 361.921 + ], + [ + 126.431, + 344.833 + ], + [ + 31.8241, + 406.68 + ], + [ + -106.39, + 379.494 + ], + [ + -192.746, + 267.29 + ], + [ + 159.824, + 31.6332 + ], + [ + -188.99, + 284.9 + ], + [ + 0.0, + 407.923 + ], + [ + -216.539, + 200.385 + ], + [ + -31.8241, + 406.68 + ], + [ + 76.4594, + 386.638 + ], + [ + -185.588, + 67.3497 + ], + [ + 145.054, + 13.384 + ], + [ + 166.188, + 298.776 + ], + [ + -116.883, + 361.921 + ], + [ + 191.743, + 111.55 + ], + [ + -76.4594, + 386.638 + ], + [ + -134.83, + 327.57 + ], + [ + -126.431, + 344.833 + ], + [ + 171.306, + 281.513 + ], + [ + 46.0628, + 391.424 + ], + [ + 88.2911, + 369.937 + ], + [ + 60.5824, + 306.351 + ], + [ + 199.029, + 164.846 + ], + [ + -173.208, + 49.6288 + ], + [ + 99.1432, + 353.646 + ], + [ + -197.972, + 146.413 + ], + [ + -46.0628, + 391.424 + ], + [ + 108.863, + 337.09 + ], + [ + 15.3855, + 393.825 + ], + [ + -60.5824, + 306.351 + ], + [ + 180.237, + 149.282 + ], + [ + -15.3855, + 393.825 + ], + [ + 198.63, + 183.813 + ], + [ + 179.006, + 83.2806 + ], + [ + -88.2911, + 369.937 + ], + [ + -159.824, + 31.6332 + ], + [ + 59.1615, + 375.697 + ], + [ + 192.403, + 245.973 + ], + [ + 196.722, + 203.208 + ], + [ + -99.1432, + 353.646 + ], + [ + -166.188, + 298.776 + ], + [ + -108.863, + 337.09 + ], + [ + -145.054, + 13.384 + ], + [ + -171.306, + 281.513 + ], + [ + -59.1615, + 375.697 + ], + [ + 71.2514, + 360.302 + ], + [ + 82.2335, + 344.556 + ], + [ + 193.258, + 222.923 + ], + [ + 29.6712, + 379.168 + ], + [ + 142.372, + 310.831 + ], + [ + 167.674, + 65.9498 + ], + [ + -191.743, + 111.55 + ], + [ + -29.6712, + 379.168 + ], + [ + -71.2514, + 360.302 + ], + [ + -82.2335, + 344.556 + ], + [ + 0.0, + 380.327 + ], + [ + 107.499, + 293.199 + ], + [ + -199.029, + 164.846 + ], + [ + 55.1024, + 349.921 + ], + [ + -180.237, + 149.282 + ], + [ + 42.9253, + 364.763 + ], + [ + 148.821, + 294.019 + ], + [ + -198.63, + 183.813 + ], + [ + 155.589, + 48.3341 + ], + [ + -55.1024, + 349.921 + ], + [ + 27.6354, + 353.153 + ], + [ + -179.006, + 83.2806 + ], + [ + -192.403, + 245.973 + ], + [ + 180.722, + 167.24 + ], + [ + -42.9253, + 364.763 + ], + [ + -27.6354, + 353.153 + ], + [ + -196.722, + 203.208 + ], + [ + 0.0, + 354.233 + ], + [ + -142.372, + 310.831 + ], + [ + 14.3376, + 367.0 + ], + [ + -107.499, + 293.199 + ], + [ + -14.3376, + 367.0 + ], + [ + -193.258, + 222.923 + ], + [ + 142.461, + 30.4108 + ], + [ + 117.689, + 320.99 + ], + [ + -148.821, + 294.019 + ], + [ + -167.674, + 65.9498 + ], + [ + 171.06, + 98.5767 + ], + [ + 178.354, + 131.905 + ], + [ + 162.779, + 168.147 + ], + [ + 179.751, + 185.677 + ], + [ + -117.689, + 320.99 + ], + [ + -180.722, + 167.24 + ], + [ + -155.589, + 48.3341 + ], + [ + 125.43, + 304.733 + ], + [ + 177.275, + 204.486 + ], + [ + 92.2882, + 329.194 + ], + [ + 173.251, + 223.556 + ], + [ + -142.461, + 30.4108 + ], + [ + 160.606, + 81.6675 + ], + [ + 167.646, + 242.771 + ], + [ + -125.43, + 304.733 + ], + [ + -92.2882, + 329.194 + ], + [ + -162.779, + 168.147 + ], + [ + -171.06, + 98.5767 + ], + [ + -178.354, + 131.905 + ], + [ + -179.751, + 185.677 + ], + [ + 66.3249, + 335.39 + ], + [ + 149.615, + 64.4945 + ], + [ + -177.275, + 204.486 + ], + [ + 161.292, + 186.05 + ], + [ + 101.274, + 313.59 + ], + [ + -66.3249, + 335.39 + ], + [ + -173.251, + 223.556 + ], + [ + -167.646, + 242.771 + ], + [ + 39.9574, + 339.542 + ], + [ + 137.876, + 47.0125 + ], + [ + -160.606, + 81.6675 + ], + [ + -39.9574, + 339.542 + ], + [ + 161.81, + 113.121 + ], + [ + 13.3462, + 341.625 + ], + [ + -13.3462, + 341.625 + ], + [ + 143.358, + 184.983 + ], + [ + -101.274, + 313.59 + ], + [ + 76.5006, + 320.535 + ], + [ + 158.305, + 204.27 + ], + [ + 162.813, + 150.668 + ], + [ + -161.292, + 186.05 + ], + [ + -149.615, + 64.4945 + ], + [ + 130.045, + 283.918 + ], + [ + 153.781, + 222.693 + ], + [ + 147.691, + 241.207 + ], + [ + 140.012, + 259.692 + ], + [ + -76.5006, + 320.535 + ], + [ + 152.069, + 96.6381 + ], + [ + -143.358, + 184.983 + ], + [ + -137.876, + 47.0125 + ], + [ + 51.261, + 325.526 + ], + [ + -161.81, + 113.121 + ], + [ + -130.045, + 283.918 + ], + [ + -51.261, + 325.526 + ], + [ + -158.305, + 204.27 + ], + [ + 25.7088, + 328.533 + ], + [ + -25.7088, + 328.533 + ], + [ + 0.0, + 329.538 + ], + [ + 141.968, + 79.9336 + ], + [ + -162.813, + 150.668 + ], + [ + -140.012, + 259.692 + ], + [ + -147.691, + 241.207 + ], + [ + -153.781, + 222.693 + ], + [ + 139.916, + 202.615 + ], + [ + 151.327, + 126.804 + ], + [ + -152.069, + 96.6381 + ], + [ + 122.208, + 199.589 + ], + [ + 131.363, + 62.957 + ], + [ + 134.95, + 220.398 + ], + [ + 110.69, + 273.479 + ], + [ + -139.916, + 202.615 + ], + [ + 120.349, + 255.948 + ], + [ + -141.968, + 79.9336 + ], + [ + 128.433, + 238.214 + ], + [ + -122.208, + 199.589 + ], + [ + 145.309, + 167.613 + ], + [ + 142.141, + 110.725 + ], + [ + -151.327, + 126.804 + ], + [ + -110.69, + 273.479 + ], + [ + -131.363, + 62.957 + ], + [ + -134.95, + 220.398 + ], + [ + -120.349, + 255.948 + ], + [ + -128.433, + 238.214 + ], + [ + 139.69, + 139.52 + ], + [ + 116.853, + 216.737 + ], + [ + 132.733, + 94.4788 + ], + [ + -145.309, + 167.613 + ], + [ + 36.4978, + 310.144 + ], + [ + 80.0317, + 283.969 + ], + [ + -142.141, + 110.725 + ], + [ + 99.5839, + 211.786 + ], + [ + -36.4978, + 310.144 + ], + [ + 91.5555, + 267.602 + ], + [ + 109.966, + 233.867 + ], + [ + -80.0317, + 283.969 + ], + [ + 101.535, + 250.862 + ], + [ + -116.853, + 216.737 + ], + [ + 123.015, + 78.0215 + ], + [ + -139.69, + 139.52 + ], + [ + -99.5839, + 211.786 + ], + [ + -91.5555, + 267.602 + ], + [ + 130.912, + 123.798 + ], + [ + -132.733, + 94.4788 + ], + [ + 48.4084, + 291.032 + ], + [ + 126.052, + 182.537 + ], + [ + -109.966, + 233.867 + ], + [ + -101.535, + 250.862 + ], + [ + -48.4084, + 291.032 + ], + [ + 61.6575, + 276.028 + ], + [ + 92.3808, + 228.244 + ], + [ + 16.2013, + 294.586 + ], + [ + 126.988, + 151.172 + ], + [ + -16.2013, + 294.586 + ], + [ + -123.015, + 78.0215 + ], + [ + 73.4128, + 260.483 + ], + [ + -61.6575, + 276.028 + ], + [ + 75.7584, + 221.43 + ], + [ + -130.912, + 123.798 + ], + [ + 122.013, + 107.967 + ], + [ + -126.052, + 182.537 + ], + [ + 83.6569, + 244.516 + ], + [ + -92.3808, + 228.244 + ], + [ + 31.0158, + 281.125 + ], + [ + -73.4128, + 260.483 + ], + [ + -31.0158, + 281.125 + ], + [ + -75.7584, + 221.43 + ], + [ + -126.988, + 151.172 + ], + [ + 7.06512e-14, + 282.831 + ], + [ + -83.6569, + 244.516 + ], + [ + 44.4049, + 266.963 + ], + [ + 66.7939, + 236.998 + ], + [ + 118.486, + 135.739 + ], + [ + 112.946, + 91.9952 + ], + [ + 56.3383, + 252.215 + ], + [ + -122.013, + 107.967 + ], + [ + -44.4049, + 266.963 + ], + [ + 105.274, + 195.26 + ], + [ + 51.019, + 228.402 + ], + [ + 14.8614, + 270.222 + ], + [ + 113.318, + 161.672 + ], + [ + -66.7939, + 236.998 + ], + [ + -14.8614, + 270.222 + ], + [ + -51.019, + 228.402 + ], + [ + -56.3383, + 252.215 + ], + [ + 40.4014, + 242.894 + ], + [ + 28.3401, + 256.872 + ], + [ + 25.6643, + 232.619 + ], + [ + -28.3401, + 256.872 + ], + [ + -25.6643, + 232.619 + ], + [ + -118.486, + 135.739 + ], + [ + 5.84609e-14, + 234.031 + ], + [ + 6.45561e-14, + 258.431 + ], + [ + -105.274, + 195.26 + ], + [ + -40.4014, + 242.894 + ], + [ + -112.946, + 91.9952 + ], + [ + 109.93, + 120.249 + ], + [ + 13.5215, + 245.859 + ], + [ + -113.318, + 161.672 + ], + [ + -13.5215, + 245.859 + ], + [ + 104.975, + 146.438 + ], + [ + 83.2264, + 205.627 + ], + [ + 98.7848, + 170.94 + ], + [ + -109.93, + 120.249 + ], + [ + 101.299, + 104.683 + ], + [ + -83.2264, + 205.627 + ], + [ + -104.975, + 146.438 + ], + [ + -98.7848, + 170.94 + ], + [ + 96.6164, + 131.185 + ], + [ + -101.299, + 104.683 + ], + [ + 60.175, + 213.513 + ], + [ + 83.4984, + 178.905 + ], + [ + 90.5046, + 155.797 + ], + [ + -60.175, + 213.513 + ], + [ + -83.4984, + 178.905 + ], + [ + -96.6164, + 131.185 + ], + [ + 36.3978, + 218.824 + ], + [ + -90.5046, + 155.797 + ], + [ + 88.2352, + 115.907 + ], + [ + -36.3978, + 218.824 + ], + [ + 67.5755, + 185.506 + ], + [ + 12.1816, + 221.496 + ], + [ + -12.1816, + 221.496 + ], + [ + 82.2227, + 140.654 + ], + [ + 75.2059, + 163.731 + ], + [ + -67.5755, + 185.506 + ], + [ + -88.2352, + 115.907 + ], + [ + 51.1375, + 190.693 + ], + [ + -75.2059, + 163.731 + ], + [ + -82.2227, + 140.654 + ], + [ + -51.1375, + 190.693 + ], + [ + 59.2192, + 170.168 + ], + [ + 73.9382, + 125.511 + ], + [ + 34.3098, + 194.427 + ], + [ + 66.9095, + 148.551 + ], + [ + -34.3098, + 194.427 + ], + [ + -59.2192, + 170.168 + ], + [ + 17.2205, + 196.678 + ], + [ + -17.2205, + 196.678 + ], + [ + 4.10985e-14, + 197.431 + ], + [ + -73.9382, + 125.511 + ], + [ + -66.9095, + 148.551 + ], + [ + 42.6907, + 175.047 + ], + [ + -42.6907, + 175.047 + ], + [ + 50.848, + 154.786 + ], + [ + 58.6077, + 133.361 + ], + [ + 25.7717, + 178.325 + ], + [ + -25.7717, + 178.325 + ], + [ + -50.848, + 154.786 + ], + [ + 8.61683, + 179.971 + ], + [ + -8.61683, + 179.971 + ], + [ + -58.6077, + 133.361 + ], + [ + 34.2179, + 159.29 + ], + [ + -34.2179, + 159.29 + ], + [ + 42.4578, + 139.346 + ], + [ + 17.2052, + 162.013 + ], + [ + -17.2052, + 162.013 + ], + [ + -42.4578, + 139.346 + ], + [ + -3.39154e-15, + 162.924 + ], + [ + 25.7145, + 143.383 + ], + [ + -25.7145, + 143.383 + ], + [ + 8.61162, + 145.416 + ], + [ + -8.61162, + 145.416 + ] + ], + "helio_reflectance": 0.9, + "helio_width": 12.2, + "heliostat_area_calc": 144.375, + "heliostat_spec_cost": 127.0, + "heliostats_cost_calc": 171236000.0, + "hl_ffact": 1.0, + "hot_tank_Thtr": 500.0, + "hot_tank_max_heat": 30.0, + "in_location": "Type a location name, street address, or lat,lon in decimal degrees", + "in_location_list": "|||", + "in_location_options": 0.0, + "in_nsrdb_options": 0.0, + "in_time_step": 0.0, + "installed_per_capacity_calc": 1837.33, + "is_advanced": 0.0, + "is_dispatch": 0.0, + "is_dispatch_series": 0.0, + "is_iscc": 0.0, + "is_parallel_htr": 0.0, + "is_rec_enforce_min_startup": 0.0, + "is_rec_model_trans": 0.0, + "is_rec_startup_from_T_soln": 0.0, + "is_rec_startup_trans": 0.0, + "is_tod_pc_target_also_pc_max": 1.0, + "is_wlim_design": 0.0, + "land_area_base": 2034.29, + "land_area_base_calc": 2034.29, + "land_max": 9.5, + "land_max_abs_calc": 1845.16, + "land_max_calc": 1845.16, + "land_min": 0.75, + "land_min_abs_calc": 145.67, + "land_min_calc": 145.67, + "land_spec_cost": 10000.0, + "lat": 34.85, + "library_folder_list": "x", + "library_paths": "", + "lon": -116.78, + "m_dot_htf_rec_des_calc": 1565.64, + "m_dot_htf_rec_max_calc": 1878.77, + "mat_tube": 2.0, + "n_azi": 13.0, + "n_cav_rec_panels": 6.0, + "n_cav_rec_panels_widget": 1.0, + "n_facet_x": 2.0, + "n_facet_y": 8.0, + "n_flux_days": 8.0, + "n_hel": 9339.0, + "n_zen": 8.0, + "nameplate": 279.126, + "opt_algorithm": 1.0, + "opt_conv_tol": 0.001, + "opt_flux_penalty": 0.25, + "opt_init_step": 0.06, + "opt_max_iter": 200.0, + "p_start": 0.025, + "p_track": 0.055, + "pb_fixed_par": 0.0055, + "pb_pump_coef": 0.55, + "piping_length": 504.99, + "piping_length_const": 0.0, + "piping_length_mult": 2.6, + "piping_loss_coefficient": 2.0, + "piping_loss_tot": 792.399, + "plm_total_cost_calc": 20792900.0, + "power_block_cost_calc": 0.0, + "preheat_flux": 50.0, + "q_dot_heater_des_calc": 0.0, + "q_dot_heater_des_calc_COST": 0.0, + "q_dot_piping_loss_des_calc": 0.792399, + "q_dot_tes_est": 0.881442, + "q_pb_design": 279.126, + "rec_absorptance": 0.94, + "rec_aspect": 1.20907, + "rec_cost_exp": 0.7, + "rec_height": 20.4598, + "rec_height_calc": 20.4598, + "rec_hl_perm2": 30.0, + "rec_htf": 17.0, + "rec_qf_delay": 0.25, + "rec_ref_area": 1571.0, + "rec_ref_cost": 103000000.0, + "rec_su_delay": 0.5, + "rec_tm_mult": 1.0, + "receiver_cost_calc": 79628000.0, + "receiver_type": 0.0, + "refl_image_error_calc": 4.32749, + "riser_tm_mult": 1.0, + "sales_tax_cost_calc": 16822400.0, + "sales_tax_frac": 80.0, + "sales_tax_rate": 5.0, + "sf_adjust": 0.0, + "sf_adjust_constant": 0.0, + "sf_adjust_en_periods": 0.0, + "sf_adjust_en_timeindex": 0.0, + "sf_adjust_periods": [ + [ + 0.0 + ] + ], + "sf_adjust_timeindex": [ + 0.0 + ], + "sf_excess": 1.0, + "site_improvement_cost_calc": 21573100.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", + "solarm": 2.4, + "startup_ramp_time": 0.0, + "startup_target_Tdiff": -5.0, + "state": "-", + "station_id": "91486", + "step": 3600.0, + "storage_cost_calc": 61407700.0, + "tank_pairs": 1.0, + "tanks_in_parallel": 1.0, + "tes_avail_vol": 12986.5, + "tes_htf_density": 1808.48, + "tes_init_hot_htf_percent": 30.0, + "tes_spec_cost": 22.0, + "tes_tank_diameter": 38.7708, + "tes_vol_total": 14167.1, + "th_riser": 15.0, + "th_tube": 1.25, + "time_start": 0.0, + "time_stop": 31536000.0, + "total_direct_cost": 420559000.0, + "total_direct_cost_calc": 420559000.0, + "total_indirect_cost": 92287900.0, + "total_indirect_cost_calc": 92287900.0, + "total_installed_cost": 512847000.0, + "total_installed_cost_calc": 512847000.0, + "total_land_area": 2079.29, + "total_land_area_before_rad_cooling_calc": 2079.29, + "tower_cost_calc": 25705600.0, + "tower_exp": 0.0113, + "tower_fixed_cost": 3000000.0, + "tshours": 10.0, + "tshours_heater": 0.0, + "tshours_sf": 4.16667, + "tz": -8.0, + "u_riser": 4.0, + "u_tank": 0.4, + "ui_direct_subtotal": 393046000.0, + "ui_direct_subtotal_cost_calc": 393046000.0, + "ui_heliostat_height": 12.2, + "ui_msg": "", + "ui_receiver_height": 20.4598, + "ui_step_minutes": 60.0, + "ui_tower_height": 194.227, + "use_specific_weather_file": 0.0, + "user_specified_weather_file": "", + "v_wind_max": 15.0, + "vel_rec_htf_des_calc": 5.94029, + "washing_frequency": 63.0, + "water_usage_per_wash": 0.7, + "weekday_schedule": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "weekend_schedule": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "wf_nrecords": 8760.0, + "wlim_series": [ + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40, + 9.6e40 + ] +} \ No newline at end of file diff --git a/deploy/runtime/metrics.lk b/deploy/runtime/metrics.lk index 80aef027cc..c2f2706e24 100644 --- a/deploy/runtime/metrics.lk +++ b/deploy/runtime/metrics.lk @@ -277,6 +277,14 @@ function physical_trough_iph_metrics() metric( 'annual_electricity_consumption', {'label'='Annual electricity load (year 1)', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh-e' } ); } +function mspt_iph_metrics() +{ + metric( 'annual_energy', {'label'='Annual energy (year 1)', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh-t' } ); + metric( 'capacity_factor', {'label'='Capacity factor', 'mode'='f', 'deci'='1', 'thousep'='true', 'post'='%' } ); + metric( 'annual_electricity_consumption', {'label'='Annual electricity load (year 1)', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh-e' } ); + metric( 'annual_total_water_use', {'label'='Annual Water Usage','mode'='f','deci'='0','thousep'='true','post'=' m^3' } ); +} + function dsgl_iph_metrics() { metric( 'annual_energy', {'label'='Annual energy (year 1)', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh-t' } ); @@ -327,12 +335,25 @@ function DSPT_metrics() metric( 'annual_total_water_use', {'label'='Annual Water Usage','mode'='f','deci'='0','thousep'='true','post'=' m^3' } ); } +function MSLF_IPH_metrics() +{ + metric( 'annual_energy', {'label'='Annual energy (year 1)', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh-t' } ); + metric( 'capacity_factor', {'label'='Capacity factor', 'mode'='f', 'deci'='1', 'thousep'='true', 'post'='%' } ); + metric( 'annual_electricity_consumption', {'label'='Annual electricity load (year 1)', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh-e' } ); + metric( 'annual_total_water_use', {'label'='Annual Water Usage','mode'='f','deci'='0','thousep'='true','post'=' m^3' } ); +} + function MSLF_metrics() { - metric( 'annual_energy', {'label'='Annual AC energy (year 1)', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh' } ); -// metric( 'conversion_factor', {'label'='Gross-to-net conversion', 'mode'='f', 'deci'='1', 'thousep'='true', 'post'=' %' } ); - metric( 'capacity_factor', {'label'='Capacity factor (year 1)', 'mode'='f', 'deci'='1', 'thousep'='true', 'post'='%' } ); - //metric( 'kwh_per_kw', {'label'='First year kWhAC/kWDC', 'mode'='f', 'deci'='0', 'thousep'='true' } ); + //metric( 'annual_gross_energy', {'label'='Annual Gross Electrical Energy Production', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh' } ); + metric( 'annual_energy', {'label'='Annual AC Energy in Year 1', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh-e' } ); + metric( 'annual_thermal_consumption', {'label'='Annual Freeze Protection', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh-e' } ); + metric( 'annual_tes_freeze_protection', {'label'='Annual TES Freeze Protection', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh-e' } ); + metric( 'annual_field_freeze_protection', {'label'='Annual Field Freeze Protection', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh-e' } ); + metric( 'capacity_factor', {'label'='Capacity factor', 'mode'='f', 'deci'='1', 'thousep'='true', 'post'='%' } ); + metric( 'annual_W_cycle_gross', {'label'='Power cycle gross electrical output', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' kWh-e' } ); + metric( 'kwh_per_kw', {'label'='First year kWh/kW', 'mode'='f', 'deci'='0', 'thousep'='true', 'post'=' -' } ); + metric( 'conversion_factor', {'label'='Gross-to-net conversion', 'mode'='f', 'deci'='1', 'thousep'='true', 'post'=' %' } ); metric( 'annual_total_water_use', {'label'='Annual Water Usage','mode'='f','deci'='0','thousep'='true','post'=' m^3' } ); } @@ -539,11 +560,13 @@ metrics{ 'Physical Trough' } = define() { physical_trough_metrics(); }; metrics{ 'Physical Trough IPH' } = define() { physical_trough_iph_metrics(); }; metrics{ 'DSGL IPH' } = define() { dsgl_iph_metrics(); }; metrics{ 'MSPT' } = define() { MSPT_metrics(); }; +metrics{ 'MSPT IPH' } = define() {mspt_iph_metrics(); }; metrics{ 'ETES' } = define() { ETES_metrics(); }; metrics{ 'PTES' } = define() { PTES_metrics(); }; metrics{ 'ISCC' } = define() { ISCC_metrics(); }; metrics{ 'DSPT' } = define() { DSPT_metrics(); }; -metrics{ 'MSLF' } = define() { MSLF_metrics(); }; +metrics{ 'MSLF' } = define() { MSLF_metrics(); }; +metrics{ 'MSLF IPH' } = define() { MSLF_IPH_metrics(); }; metrics{ 'DSLF' } = define() { DSLF_metrics(); }; metrics{ 'Empirical Trough' } = define() { empirical_trough_metrics(); }; metrics{ 'Dish Stirling' } = define() { dish_stirling_metrics(); }; diff --git a/deploy/runtime/startup.lk b/deploy/runtime/startup.lk index b045355e31..a49f7c5df3 100644 --- a/deploy/runtime/startup.lk +++ b/deploy/runtime/startup.lk @@ -25,13 +25,16 @@ addconfig( 'PTES', ['Single Owner']); addconfig( 'Physical Trough', ['Single Owner', 'Merchant Plant', 'Leveraged Partnership Flip', 'All Equity Partnership Flip', 'Sale Leaseback', 'LCOE Calculator', 'None']); addconfig( 'Empirical Trough', ['Commercial','Single Owner', 'Merchant Plant', 'Leveraged Partnership Flip', 'All Equity Partnership Flip', 'Sale Leaseback', 'LCOE Calculator', 'None']); addconfig( 'MSPT', ['Single Owner', 'Merchant Plant', 'Leveraged Partnership Flip', 'All Equity Partnership Flip', 'Sale Leaseback', 'None']); -addconfig( 'MSLF', ['Commercial','Single Owner', 'Merchant Plant', 'Leveraged Partnership Flip', 'All Equity Partnership Flip', 'Sale Leaseback', 'LCOE Calculator', 'None']); +addconfig( 'MSLF', ['Single Owner', 'Merchant Plant', 'Leveraged Partnership Flip', 'All Equity Partnership Flip', 'Sale Leaseback']); addconfig( 'DSLF', ['Commercial','Single Owner', 'Merchant Plant', 'Leveraged Partnership Flip', 'All Equity Partnership Flip', 'Sale Leaseback', 'LCOE Calculator', 'None']); addconfig( 'Dish Stirling', ['Commercial','Single Owner', 'Merchant Plant', 'Leveraged Partnership Flip', 'All Equity Partnership Flip', 'Sale Leaseback', 'LCOE Calculator', 'None']); addconfig( 'Generic CSP System', ['Commercial','Single Owner', 'Merchant Plant', 'Leveraged Partnership Flip', 'All Equity Partnership Flip', 'Sale Leaseback', 'LCOE Calculator', 'None']); +// Heat +addconfig( 'MSPT IPH', ['None', 'LCOH Calculator']); addconfig( 'Physical Trough IPH', ['None', 'LCOH Calculator']); -// Marine Energy addconfig( 'DSGL IPH', ['None', 'LCOH Calculator']); +addconfig( 'MSLF IPH', ['None', 'LCOH Calculator']); +// Marine Energy addconfig( 'MEwave', ['Single Owner', 'LCOE Calculator', 'None']); addconfig( 'MEwave Battery', ['Single Owner']); addconfig( 'MEtidal', ['LCOE Calculator', 'None']); @@ -77,8 +80,6 @@ configopt( 'Dish Stirling', { 'tree_parent'='Retired', 'long_name'='Dish Stirlin configopt( 'Generic CSP System', { 'tree_parent'='Concentrating Solar Power', 'long_name'='Generic Model', 'short_name'='Generic CSP', 'description'='CSP power system with solar field modeled using a table of optical efficiency values' } ); configopt( 'DSLF', { 'tree_parent'='Concentrating Solar Power', 'long_name'='Linear Fresnel Direct Steam', 'short_name'='Fresnel (steam)', 'description'='CSP power system that uses long small mirrors to line focus sunlight on fixed receiver tubes mounted above them.' } ); configopt( 'MSLF', { 'tree_parent'='Concentrating Solar Power', 'long_name'='Linear Fresnel Molten Salt', 'short_name'='Fresnel (salt)', 'description'='CSP power system that uses long small mirrors to line focus sunlight on fixed receiver tubes mounted above them.' } ); -configopt( 'Physical Trough IPH', { 'tree_parent'='Concentrating Solar Power', 'long_name'='Parabolic Trough - Heat', 'short_name'='IPH Trough', 'description'='Industrial process heat parabolic trough system using heat transfer and thermodynamic component models' } ); -configopt( 'DSGL IPH', { 'tree_parent'='Concentrating Solar Power', 'long_name'='Linear Fresnel Direct Steam - Heat', 'short_name'='IPH Linear (steam)','description'='Industrial process heat linear collector system' } ); configopt( 'MEwave', { 'tree_parent'='Marine Energy', 'long_name'='Wave', 'short_name'='Marine Wave', 'description'='Marine energy wave system' }); configopt( 'MEwave Battery', { 'tree_parent'='Marine Energy', 'long_name'='Wave Battery', 'short_name'='Marine Wave Battery', 'description'='Marine energy wave system with battery' }); configopt( 'MEtidal', { 'tree_parent'='Marine Energy', 'long_name'='Tidal', 'short_name'='Marine Tidal', 'description'='Marine energy tidal system' }); @@ -86,6 +87,10 @@ configopt( 'PVWatts Wind Battery Hybrid', { 'tree_parent'='Hybrid', 'long_name'= configopt( 'PVWatts Wind FuelCell Battery Hybrid', { 'tree_parent'='Hybrid', 'long_name'='PVWatts Wind Fuel Cell Battery Hybrid', 'short_name' = 'PVWatts-Wind-FuelCell-Battery', 'description' ='Hybrid power system with PVWatts and wind power generation, fuel cell, and battery storage)'}); configopt( 'Photovoltaic Wind Battery Hybrid', { 'tree_parent'='Hybrid', 'long_name'='Photovoltaic Wind Battery Hybrid', 'short_name' = 'PV-Wind-Battery', 'description' ='Hybrid power system with PVWatts and wind power generation and battery storage)'}); configopt( 'Generic PVWatts Wind FuelCell Battery Hybrid', { 'tree_parent'='Hybrid', 'long_name'='Generic PVWatts Wind FuelCell Battery Hybrid', 'short_name' = 'Generic-PVWatts-Wind-FuelCell-Battery', 'description' ='Hybrid power system with PVWatts and wind power generation and battery storage)'}); +configopt( 'Physical Trough IPH', { 'tree_parent'='Industrial Process Heat', 'long_name'='Parabolic Trough - Heat', 'short_name'='IPH Trough', 'description'='Industrial process heat parabolic trough system using heat transfer and thermodynamic component models' } ); +configopt( 'DSGL IPH', { 'tree_parent'='Industrial Process Heat', 'long_name'='Direct Steam Linear Fresnel - Heat', 'short_name'='IPH Linear (steam)','description'='Industrial process heat linear Fresnel collector system' } ); +configopt( 'MSLF IPH', { 'tree_parent'='Industrial Process Heat', 'long_name'='Molten Salt Linear Fresnel - Heat', 'short_name'='IPH Linear (salt)','description'='Industrial process heat linear collector system with molten salt heat transfer fluid' } ); +configopt( 'MSPT IPH', { 'tree_parent'='Industrial Process Heat', 'long_name'='Molten Salt Power Tower - Heat', 'short_name'='IPH Tower (salt)','description'='Industrial process heat power tower system with molten salt heat transfer fluid' } ); configopt( 'Retired', { 'tree_parent'='Retired', 'long_name'= 'Retired technology', 'short_name' = 'Retired', 'description'= 'Retired technologies' }); @@ -366,6 +371,13 @@ function setup_iph_lcoefcr_pages() // LCOE calculator will not work with tower m { 'sidebar'='Financial Parameters', 'help'='fin_lcoefcr'} ); } +function setup_iph_lcoefcr_cost_pages() // LCOE calculator will not work with tower models because cost inputs required for solar pilot +{ + addpage( [[ 'Financial LCOE Calc IPH Add', + 'Financial LCOE Calc with Costs']], + { 'sidebar'='Financial Parameters', 'help'='fin_lcoefcr'} ); +} + function setup_commercial_pages( mode ) // mode determines whether or not the building load calculator is included (see function:setup_elec_load_page) { setting( { 'analysis_period_var'='cf_length' } ); @@ -1777,6 +1789,21 @@ function setup_MSPT_pages(is_grid_limits) } } +function setup_MSPT_IPH_pages() +{ + addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='pt_location_and_resource' } ); + addpage( [[ 'MSPT IPH 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' ]], + { 'sidebar'='Tower and Receiver', 'help'='mspt_tower_and_receiver', 'exclusive_var'='receiver_type', + 'exclusive_header_pages' = ['MSPT Receiver']} ); + //addpage( [[ 'MSPT Parallel Heater' ]], { 'sidebar'='Electric HTF Heater', 'help' = 'mspt_electric_htf_heater' } ); + addpage( [[ 'TES Direct Two Tank' ]], { 'sidebar'='Thermal Storage', 'help'='mspt_thermal_storage' } ); + addpage( [[ 'MSPT IPH System Control' , + {'name' = 'MSPT IPH Dispatch Control', 'caption'='Dispatch Control', 'collapsible'=false, 'collapsible_var'='csp_dispatch_is_shown'} ]], + { 'sidebar'='System Control', 'help'='mspt_system_control' } ); +} + //----------------------------------------------------- setconfig('MSPT', 'None'); setmodules( ['tcsmolten_salt']); @@ -1784,6 +1811,20 @@ setup_MSPT_pages(0); addpage( [['Sales Tax Rate Single Input','Tower SolarPilot Capital Costs' ]],{ 'sidebar'='Installation Costs', 'help'='cc_tower' } ); addpage( [['Financial Construction Financing']],{'sidebar'='Construction Financing'}); // 'Financial Tax and Insurance Rates']]); //, 'Financial Analysis Parameters']]); +//----------------------------------------------------- +setconfig('MSPT IPH', 'None'); +setmodules( ['mspt_iph']); +setup_MSPT_IPH_pages(); +addpage( [['Sales Tax Rate Single Input','MSPT IPH Capital Costs' ]],{ 'sidebar'='Installation Costs', 'help'='cc_tower' } ); +addpage( [['Financial Construction Financing']],{'sidebar'='Construction Financing'}); // 'Financial Tax and Insurance Rates']]); //, 'Financial Analysis Parameters']]); + +setconfig('MSPT IPH', 'LCOH Calculator'); +setmodules( ['mspt_iph', 'lcoefcr_design']); // 'iph_to_lcoefcr', +setup_MSPT_IPH_pages(); +addpage( [['Sales Tax Rate Single Input','MSPT IPH Capital Costs' ]],{ 'sidebar'='Installation Costs', 'help'='cc_tower' } ); +addpage( [['Financial Construction Financing']],{'sidebar'='Construction Financing'}); // 'Financial Tax and Insurance Rates']]); //, 'Financial Analysis Parameters']]); +setup_iph_lcoefcr_cost_pages(); + //----------------------------------------------------- setconfig( 'MSPT', 'Leveraged Partnership Flip' ); setmodules( ['tcsmolten_salt', 'grid', 'utilityrate5', 'levpartflip']); @@ -1931,96 +1972,125 @@ setup_merchant_plant_pages(); setup_electricity_purchases(); //----------------------------------------------------- -// Molten Salt Linear Fresnel //////////////////////////////////////////////////////////////////// +// NEW Molten Salt Linear Fresnel //////////////////////////////////////////////////////////////////// function setup_MSLF_pages() { addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='lf_location_and_resource' } ); - addpage( [[ 'Molten Salt Linear Fresnel Solar Field' ]], { 'sidebar'='Solar Field', 'help'='mslf_solar_field' } ); - - addpage( [[ 'Molten Salt Linear Fresnel Collector and Receiver' ]], - { 'sidebar'='Collector and Receiver', 'help'='mslf_collector_and_receiver' } ); + addpage( [[ 'MSLF System Design' ]], { 'sidebar'='System Design', 'help'='mslf_system_design' } ); + addpage( [[ 'MSLF Solar Field' ]], { 'sidebar'='Solar Field', 'help'='mslf_solar_field' } ); - //addpage( [['MSLF Power Cycle Common' , - // { 'name' = 'Physical Trough Rankine Cycle', 'caption' = 'Rankine Cycle', 'collapsible'=false, 'collapsible_var'='csp_dispatch_is_shown'} ]], - // { 'sidebar'='Power Cycle', 'help'='mslf_power_cycle' } ); + addpage( [[ 'MSLF Collector and Receiver' ]], + { 'sidebar'='Collector and Receiver', 'help'='mslf_collector_and_receiver' } ); - addpage( [[ 'Rankine Cycle and Hybrid Cooling' ], [ 'User Defined Power Cycle' ]], - { 'sidebar'='Power Cycle', 'help'='mspt_power_cycle', 'exclusive_var' = 'pc_config', - 'exclusive_header_pages' = ['MSLF Power Cycle Common']} ); + addpage( [[ 'Rankine Cycle' ], [ 'User Defined Power Cycle' ]], + { 'sidebar'='Power Cycle', 'help'='mslf_power_cycle', 'exclusive_var' = 'pc_config', + 'exclusive_header_pages' = ['MSLF Power Cycle Common']} ); - //addpage( [[ 'Molten Salt Linear Fresnel Power Cycle' ]], { 'sidebar'='Power Cycle', 'help'='mslf_power_cycle' } ); + addpage( [[ 'MSLF Storage' ]], { 'sidebar'='Thermal Storage', 'help'='mslf_thermal_storage' } ); - addpage( [[ 'Molten Salt Linear Fresnel Storage' , - {'name' = 'CSP Dispatch Control', 'caption'='Dispatch Control', 'collapsible'=false, 'collapsible_var'='csp_dispatch_is_shown'} ]], - { 'sidebar'='Thermal Storage', 'help'='mslf_thermal_storage' } ); - addpage( [[ 'Molten Salt Linear Fresnel Parasitics' ]], { 'sidebar'='Parasitics', 'help'='mslf_parasitics' } ); + addpage( [[ 'MSLF System Control' , + {'name' = 'MSLF Dispatch Control', 'caption'='Dispatch Control', 'collapsible'=false, 'collapsible_var'='csp_dispatch_is_shown'} ]], + { 'sidebar'='System Control', 'help'='mslf_system_control' } ); + setup_grid_limits_page(); } //----------------------------------------------------- -setconfig( 'MSLF', 'LCOE Calculator' ); -setmodules( ['tcsMSLF', 'grid', 'lcoefcr']); -setup_MSLF_pages(); -setup_lcoefcr_pages(); +//setconfig( 'MSLF_v2', 'LCOE Calculator' ); +//setmodules( ['fresnel_physical', 'grid', 'lcoefcr']); +//setup_MSLF_v2_pages(); +//setup_lcoefcr_pages(); //----------------------------------------------------- -setconfig( 'MSLF', 'None' ); -setmodules( ['tcsMSLF', 'grid']); -setup_MSLF_pages(); +//setconfig( 'MSLF_v2', 'None' ); +//setmodules( ['fresnel_physical', 'grid']); +//setup_MSLF_v2_pages(); //----------------------------------------------------- -setconfig( 'MSLF', 'Commercial' ); -setmodules( ['tcsMSLF', 'grid', 'utilityrate5', 'cashloan']); -setup_MSLF_pages(); -setup_lifetime_page(DEGRADATION_AC_SINGLE_YEAR); -addpage( [[ 'Molten Salt Linear Fresnel Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); -addpage( [[ 'Operating Costs Fuel', 'Operating Costs Land Lease' ]], {'sidebar' = 'Operating Costs', 'help'='oc_operating'} ); -setup_commercial_pages(LOAD_SIMPLE); //belpe not valid for commercial +//setconfig( 'MSLF_v2', 'Commercial' ); +//setmodules( ['fresnel_physical', 'grid', 'utilityrate5', 'cashloan']); +//setup_MSLF_v2_pages(); +//setup_lifetime_page(DEGRADATION_AC_SINGLE_YEAR); +//addpage( [[ 'MSLF_v2 Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); +//addpage( [[ 'Operating Costs Fuel', 'Operating Costs Land Lease' ]], {'sidebar' = 'Operating Costs', 'help'='oc_operating'} ); +//setup_commercial_pages(LOAD_SIMPLE); //belpe not valid for commercial //----------------------------------------------------- setconfig( 'MSLF', 'Leveraged Partnership Flip' ); -setmodules( ['tcsMSLF', 'grid', 'utilityrate5', 'levpartflip']); +setmodules( ['fresnel_physical', 'grid', 'utilityrate5', 'levpartflip']); setup_MSLF_pages(); setup_lifetime_page(DEGRADATION_AC_SINGLE_YEAR); -addpage( [[ 'Molten Salt Linear Fresnel Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); +addpage( [[ 'MSLF Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); addpage( [[ 'Operating Costs Fuel', 'Operating Costs Land Lease' ]], {'sidebar' = 'Operating Costs', 'help'='oc_operating'} ); setup_leveraged_partnership_flip_pages(); setup_electricity_purchases(); //----------------------------------------------------- setconfig( 'MSLF', 'All Equity Partnership Flip' ); -setmodules( ['tcsMSLF', 'grid', 'utilityrate5', 'equpartflip']); +setmodules( ['fresnel_physical', 'grid', 'utilityrate5', 'equpartflip']); setup_MSLF_pages(); setup_lifetime_page(DEGRADATION_AC_SINGLE_YEAR); -addpage( [[ 'Molten Salt Linear Fresnel Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); +addpage( [[ 'MSLF Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); addpage( [[ 'Operating Costs Fuel', 'Operating Costs Land Lease' ]], {'sidebar' = 'Operating Costs', 'help'='oc_operating'} ); setup_all_equity_partnership_flip_pages(); setup_electricity_purchases(); //----------------------------------------------------- setconfig( 'MSLF', 'Sale Leaseback' ); -setmodules( ['tcsMSLF', 'grid', 'utilityrate5', 'saleleaseback']); +setmodules( ['fresnel_physical', 'grid', 'utilityrate5', 'saleleaseback']); setup_MSLF_pages(); setup_lifetime_page(DEGRADATION_AC_SINGLE_YEAR); -addpage( [[ 'Molten Salt Linear Fresnel Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); +addpage( [[ 'MSLF Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); addpage( [[ 'Operating Costs Fuel', 'Operating Costs Land Lease' ]], {'sidebar' = 'Operating Costs', 'help'='oc_operating'} ); setup_sale_leaseback_pages(); setup_electricity_purchases(); //----------------------------------------------------- setconfig( 'MSLF', 'Single Owner' ); -setmodules( ['tcsMSLF', 'grid', 'utilityrate5', 'singleowner']); +setmodules( ['fresnel_physical', 'grid', 'utilityrate5', 'singleowner']); setup_MSLF_pages(); setup_lifetime_page(DEGRADATION_AC_SINGLE_YEAR); -addpage( [[ 'Molten Salt Linear Fresnel Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); +addpage( [[ 'MSLF Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); addpage( [[ 'Operating Costs Fuel', 'Operating Costs Land Lease' ]], {'sidebar' = 'Operating Costs', 'help'='oc_operating'} ); setup_single_owner_pages(); setup_electricity_purchases(); //----------------------------------------------------- setconfig( 'MSLF', 'Merchant Plant' ); -setmodules( ['tcsMSLF', 'grid', 'utilityrate5', 'merchantplant']); +setmodules( ['fresnel_physical', 'grid', 'utilityrate5', 'merchantplant']); setup_MSLF_pages(); setup_lifetime_page(DEGRADATION_AC_SINGLE_YEAR); -addpage( [[ 'Molten Salt Linear Fresnel Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); +addpage( [[ 'MSLF Capital Costs' ]], { 'sidebar'='Installation Costs', 'help'='cc_linear_fresnel' } ); addpage( [[ 'Operating Costs Fuel', 'Operating Costs Land Lease' ]], {'sidebar' = 'Operating Costs', 'help'='oc_operating'} ); setup_merchant_plant_pages(); setup_electricity_purchases(); +//----------------------------------------------------- + +function setup_MSLF_IPH_pages() +{ + addpage( [[ 'Solar Resource Data' ]], { 'sidebar'='Location and Resource', 'help'='lf_location_and_resource' } ); + addpage( [[ 'MSLF IPH System Design' ]], { 'sidebar'='System Design', 'help'='mslf_system_design' } ); + addpage( [[ 'MSLF Solar Field' ]], { 'sidebar'='Solar Field', 'help'='mslf_solar_field' } ); + + addpage( [[ 'MSLF Collector and Receiver' ]], + { 'sidebar'='Collector and Receiver', 'help'='mslf_collector_and_receiver' } ); + + addpage( [[ 'MSLF Storage' ]], { 'sidebar'='Thermal Storage', 'help'='mslf_thermal_storage' } ); + + addpage( [[ 'MSLF IPH System Control' , + {'name' = 'MSLF IPH Dispatch Control', 'caption'='Dispatch Control', 'collapsible'=false, 'collapsible_var'='csp_dispatch_is_shown'} ]], + { 'sidebar'='System Control', 'help'='mslf_iph_system_control' } ); +} + +//----------------------------------------------------- +setconfig('MSLF IPH', 'None'); +setmodules( ['fresnel_physical_iph']); +setup_MSLF_IPH_pages(); +addpage( [['Sales Tax Rate Single Input','MSLF IPH Capital Costs' ]],{ 'sidebar'='Installation Costs', 'help'='cc_tower' } ); +addpage( [['Financial Construction Financing']],{'sidebar'='Construction Financing'}); // 'Financial Tax and Insurance Rates']]); //, 'Financial Analysis Parameters']]); + +//----------------------------------------------------- +setconfig('MSLF IPH', 'LCOH Calculator'); +setmodules( ['fresnel_physical_iph', 'lcoefcr_design']); // 'iph_to_lcoefcr', +setup_MSLF_IPH_pages(); +addpage( [['Sales Tax Rate Single Input','MSLF IPH Capital Costs' ]],{ 'sidebar'='Installation Costs', 'help'='cc_tower' } ); +addpage( [['Financial Construction Financing']],{'sidebar'='Construction Financing'}); // 'Financial Tax and Insurance Rates']]); //, 'Financial Analysis Parameters']]); +setup_iph_lcoefcr_cost_pages(); // Marine Energy //////////////////////////////////////////////////////////////////// function setup_mewave_pages(lcoe_fcr) diff --git a/deploy/runtime/ui/CSP Dispatch Control.json b/deploy/runtime/ui/CSP Dispatch Control.json index ced76313c0..48f7df3923 100644 --- a/deploy/runtime/ui/CSP Dispatch Control.json +++ b/deploy/runtime/ui/CSP Dispatch Control.json @@ -5790,7 +5790,7 @@ " ${tslogic_b} = b;", " ${tslogic_c} = c;", " }", - " if ( tech == 'MSLF' ) {", + " if ( tech == 'MSLF_old' ) {", " ${ffrac} = ff;", " for ( i=0; i<#disp; i++ ) {", " a[i] = disp[i][1]; //without solar", diff --git a/deploy/runtime/ui/Molten Salt Linear Fresnel Parasitics.json b/deploy/runtime/ui/Financial LCOE Calc with Costs.json similarity index 72% rename from deploy/runtime/ui/Molten Salt Linear Fresnel Parasitics.json rename to deploy/runtime/ui/Financial LCOE Calc with Costs.json index 395c2101ee..3b10a2df43 100644 --- a/deploy/runtime/ui/Molten Salt Linear Fresnel Parasitics.json +++ b/deploy/runtime/ui/Financial LCOE Calc with Costs.json @@ -1,139 +1,121 @@ { - "Name": "Molten Salt Linear Fresnel Parasitics", - "Width": 825.0, - "Height": 346.0, + "Name": "Financial LCOE Calc with Costs", + "Width": 863.0, + "Height": 663.0, "FormObjects": { - "GroupBox": { + "SchedNumeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "GroupBox1" + "String": "c_construction_cost" }, "X": { "Type": 3.0, - "Integer": 12.0 + "Integer": 402.0 }, "Y": { "Type": 3.0, - "Integer": 9.0 + "Integer": 465.0 }, "Width": { "Type": 3.0, - "Integer": 803.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 329.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Label": { "Type": 5.0, - "String": "Parasitics" + "String": "Value" }, - "Bold": { + "UseSchedule": { "Type": 2.0, "Boolean": 1.0 + }, + "ScheduleOnly": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FixedLength": { + "Type": 3.0, + "Integer": -1.0 + }, + "Description": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": 14.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label1" + "String": "c_construction_interest" }, "X": { "Type": 3.0, - "Integer": 387.0 + "Integer": 402.0 }, "Y": { "Type": 3.0, - "Integer": 255.0 + "Integer": 492.0 }, "Width": { "Type": 3.0, - "Integer": 56.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Factor" - }, - "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": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "Label11" - }, - "X": { - "Type": 3.0, - "Integer": 444.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 255.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 56.0 + "Integer": 1.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 21.0 + "Integer": 3.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, "String": "" }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "Coeff 0" + "String": "" }, - "TextColour": { + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -142,122 +124,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 15.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label111" + "String": "c_debt_percent" }, "X": { "Type": 3.0, - "Integer": 501.0 + "Integer": 402.0 }, "Y": { "Type": 3.0, - "Integer": 255.0 + "Integer": 357.0 }, "Width": { "Type": 3.0, - "Integer": 56.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Coeff 1" - }, - "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": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "Label1111" - }, - "X": { - "Type": 3.0, - "Integer": 558.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 255.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 56.0 + "Integer": 1.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 21.0 + "Integer": 2.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, "String": "" }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "Coeff 2" + "String": "" }, - "TextColour": { + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -266,87 +207,71 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 10.0 } } }, - "Label": { + "SchedNumeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label2" + "String": "c_depreciation_schedule" }, "X": { "Type": 3.0, - "Integer": 423.0 + "Integer": 402.0 }, "Y": { "Type": 3.0, - "Integer": 162.0 + "Integer": 438.0 }, "Width": { "Type": 3.0, - "Integer": 137.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Label": { "Type": 5.0, - "String": "Design Point Totals" + "String": "Value" }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 128.0, - "Blue": 192.0, - "Alpha": 255.0 - } + "UseSchedule": { + "Type": 2.0, + "Boolean": 1.0 }, - "Bold": { + "ScheduleOnly": { "Type": 2.0, "Boolean": 0.0 }, - "FontSize": { + "FixedLength": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": -1.0 }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 + "Description": { + "Type": 5.0, + "String": "" }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "TabOrder": { + "Type": 3.0, + "Integer": 13.0 } } }, @@ -355,23 +280,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Pipe_hl_coef" + "String": "c_equity_return" }, "X": { "Type": 3.0, - "Integer": 423.0 + "Integer": 402.0 }, "Y": { "Type": 3.0, - "Integer": 36.0 + "Integer": 330.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -391,7 +316,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -403,7 +328,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -429,7 +354,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 1.0 + "Integer": 9.0 } } }, @@ -438,23 +363,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "SCA_drives_elec" + "String": "c_inflation" }, "X": { "Type": 3.0, - "Integer": 423.0 + "Integer": 402.0 }, "Y": { "Type": 3.0, - "Integer": 60.0 + "Integer": 303.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -474,7 +399,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -486,7 +411,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -512,7 +437,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 2.0 + "Integer": 8.0 } } }, @@ -521,23 +446,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.aux_array_c0" + "String": "c_lifetime" }, "X": { "Type": 3.0, - "Integer": 444.0 + "Integer": 402.0 }, "Y": { "Type": 3.0, - "Integer": 303.0 + "Integer": 276.0 }, "Width": { "Type": 3.0, - "Integer": 55.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -549,15 +474,15 @@ }, "Mode": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -569,7 +494,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -595,7 +520,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 13.0 + "Integer": 7.0 } } }, @@ -604,23 +529,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.aux_array_c1" + "String": "c_nominal_interest_rate" }, "X": { "Type": 3.0, - "Integer": 501.0 + "Integer": 402.0 }, "Y": { "Type": 3.0, - "Integer": 303.0 + "Integer": 384.0 }, "Width": { "Type": 3.0, - "Integer": 55.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -640,7 +565,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -652,7 +577,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -678,7 +603,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 14.0 + "Integer": 11.0 } } }, @@ -687,23 +612,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.aux_array_c2" + "String": "c_tax_rate" }, "X": { "Type": 3.0, - "Integer": 558.0 + "Integer": 402.0 }, "Y": { "Type": 3.0, - "Integer": 303.0 + "Integer": 411.0 }, "Width": { "Type": 3.0, - "Integer": 55.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -735,7 +660,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -761,7 +686,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 15.0 + "Integer": 12.0 } } }, @@ -770,23 +695,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.aux_array_mult" + "String": "fixed_charge_rate" }, "X": { "Type": 3.0, - "Integer": 192.0 + "Integer": 714.0 }, "Y": { "Type": 3.0, - "Integer": 303.0 + "Integer": 276.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -818,7 +743,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -844,7 +769,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 11.0 + "Integer": -1.0 } } }, @@ -853,23 +778,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.aux_array_pf" + "String": "fixed_operating_cost" }, "X": { "Type": 3.0, - "Integer": 387.0 + "Integer": 354.0 }, "Y": { "Type": 3.0, - "Integer": 303.0 + "Integer": 168.0 }, "Width": { "Type": 3.0, - "Integer": 55.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -885,11 +810,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -901,7 +826,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -927,236 +852,291 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 12.0 + "Integer": 2.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.bop_array_c0" + "String": "lbl_fcr_equation" }, "X": { "Type": 3.0, - "Integer": 444.0 + "Integer": 567.0 }, "Y": { "Type": 3.0, - "Integer": 279.0 + "Integer": 303.0 }, "Width": { "Type": 3.0, - "Integer": 55.0 + "Integer": 240.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Caption": { + "Type": 5.0, + "String": "FCR = CRF ⋅ PFF ⋅ CFF (see below)" }, - "Mode": { + "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 + "Integer": 0.0 }, - "Format": { + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 22" + }, + "X": { "Type": 3.0, - "Integer": 1.0 + "Integer": 12.0 }, - "Decimals": { + "Y": { "Type": 3.0, - "Integer": 3.0 + "Integer": 543.0 }, - "Prefix": { - "Type": 5.0, - "String": "" + "Width": { + "Type": 3.0, + "Integer": 837.0 }, - "Suffix": { + "Height": { + "Type": 3.0, + "Integer": 16.0 + }, + "Tool Tip": { "Type": 5.0, "String": "" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "Orientation": { + "Type": 3.0, + "Integer": 0.0 }, - "ForeColour": { + "Colour": { "Type": 4.0, "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Caption": { + "Type": 5.0, + "String": "Reference Values" }, - "TabOrder": { - "Type": 3.0, - "Integer": 8.0 + "Bold": { + "Type": 2.0, + "Boolean": 1.0 } } }, - "Numeric": { + "Divider": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.bop_array_c1" + "String": "object 2211" }, "X": { "Type": 3.0, - "Integer": 501.0 + "Integer": 12.0 }, "Y": { "Type": 3.0, - "Integer": 279.0 + "Integer": 231.0 }, "Width": { "Type": 3.0, - "Integer": 55.0 + "Integer": 837.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 16.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Orientation": { + "Type": 3.0, + "Integer": 0.0 }, - "Mode": { + "Colour": { + "Type": 4.0, + "Color": { + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, + "Alpha": 255.0 + } + }, + "Caption": { + "Type": 5.0, + "String": "Financial Assumptions" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2219" + }, + "X": { "Type": 3.0, - "Integer": 1.0 + "Integer": 12.0 }, - "Format": { + "Y": { "Type": 3.0, - "Integer": 1.0 + "Integer": 96.0 }, - "Decimals": { + "Width": { "Type": 3.0, - "Integer": 3.0 + "Integer": 837.0 }, - "Prefix": { - "Type": 5.0, - "String": "" + "Height": { + "Type": 3.0, + "Integer": 16.0 }, - "Suffix": { + "Tool Tip": { "Type": 5.0, "String": "" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "Orientation": { + "Type": 3.0, + "Integer": 0.0 }, - "ForeColour": { + "Colour": { "Type": 4.0, "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Caption": { + "Type": 5.0, + "String": "Capital and Operating Costs" }, - "TabOrder": { - "Type": 3.0, - "Integer": 9.0 + "Bold": { + "Type": 2.0, + "Boolean": 1.0 } } }, - "Numeric": { + "GroupBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.bop_array_c2" + "String": "object 4" }, "X": { "Type": 3.0, - "Integer": 558.0 + "Integer": 9.0 }, "Y": { "Type": 3.0, - "Integer": 279.0 + "Integer": 6.0 }, "Width": { "Type": 3.0, - "Integer": 55.0 + "Integer": 850.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 648.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Caption": { + "Type": 5.0, + "String": "LCOE Calculator" }, - "Mode": { + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 7" + }, + "X": { "Type": 3.0, - "Integer": 1.0 + "Integer": 15.0 }, - "Format": { + "Y": { "Type": 3.0, - "Integer": 1.0 + "Integer": 27.0 }, - "Decimals": { + "Width": { "Type": 3.0, - "Integer": 3.0 + "Integer": 831.0 }, - "Prefix": { - "Type": 5.0, - "String": "" + "Height": { + "Type": 3.0, + "Integer": 63.0 }, - "Suffix": { + "Tool Tip": { "Type": 5.0, "String": "" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "Caption": { + "Type": 5.0, + "String": "The fixed-charge rate method of calculating the levelized cost of energy simplifies time-dependent calculations and is appropriate for market-level analysis such as for the NREL Annual Technology Baseline, or for very preliminary project analysis. The cash flow method of SAM's other financial models is more suitable for more detailed project analysis. See Help for details." }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -1165,81 +1145,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 10.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": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.bop_array_mult" + "String": "object 73" }, "X": { "Type": 3.0, - "Integer": 192.0 + "Integer": 36.0 }, "Y": { "Type": 3.0, - "Integer": 279.0 + "Integer": 621.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 321.0 }, "Height": { "Type": 3.0, - "Integer": 21.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" + "String": "LCOE = ( FCR ⋅ CC + FOC ) / Annual Energy + VOC" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -1248,18 +1207,25 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 6.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 1.0 } } }, @@ -1268,23 +1234,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.bop_array_pf" + "String": "ui_capital_cost_reference" }, "X": { "Type": 3.0, - "Integer": 387.0 + "Integer": 354.0 }, "Y": { "Type": 3.0, - "Integer": 279.0 + "Integer": 141.0 }, "Width": { "Type": 3.0, - "Integer": 55.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -1300,11 +1266,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -1316,7 +1282,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1342,7 +1308,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 7.0 + "Integer": 1.0 } } }, @@ -1351,23 +1317,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.par.calc.aux" + "String": "ui_cfin" }, "X": { "Type": 3.0, - "Integer": 669.0 + "Integer": 570.0 }, "Y": { "Type": 3.0, - "Integer": 300.0 + "Integer": 591.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -1399,7 +1365,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1425,7 +1391,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": -1.0 } } }, @@ -1434,23 +1400,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.par.calc.bop" + "String": "ui_crf" }, "X": { "Type": 3.0, - "Integer": 669.0 + "Integer": 252.0 }, "Y": { "Type": 3.0, - "Integer": 276.0 + "Integer": 564.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -1482,7 +1448,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1507,8 +1473,57 @@ } }, "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "RadioChoice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_fcr_input_option" + }, + "X": { + "Type": 3.0, + "Integer": 93.0 + }, + "Y": { + "Type": 3.0, + "Integer": 249.0 + }, + "Width": { + "Type": 3.0, + "Integer": 516.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": "Enter fixed charge rate|Calculate fixed charge rate" + }, + "ShowCaptions": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Horizontal": { + "Type": 2.0, + "Boolean": 1.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 } } }, @@ -1517,23 +1532,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.par.calc.frac_gross" + "String": "ui_fixed_charge_rate" }, "X": { "Type": 3.0, - "Integer": 423.0 + "Integer": 189.0 }, "Y": { "Type": 3.0, - "Integer": 213.0 + "Integer": 276.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -1549,7 +1564,7 @@ }, "Format": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Decimals": { "Type": 3.0, @@ -1565,7 +1580,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1590,8 +1605,70 @@ } }, "TabOrder": { + "Type": 3.0, + "Integer": 6.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_lbl_cff_msg" + }, + "X": { + "Type": 3.0, + "Integer": 597.0 + }, + "Y": { + "Type": 3.0, + "Integer": 336.0 + }, + "Width": { + "Type": 3.0, + "Integer": 237.0 + }, + "Height": { + "Type": 3.0, + "Integer": 144.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 255.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 } } }, @@ -1600,23 +1677,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.par.calc.tracking" + "String": "ui_pfin" }, "X": { "Type": 3.0, - "Integer": 423.0 + "Integer": 252.0 }, "Y": { "Type": 3.0, - "Integer": 189.0 + "Integer": 591.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -1636,7 +1713,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 1.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, @@ -1648,7 +1725,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1674,7 +1751,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": -1.0 } } }, @@ -1683,23 +1760,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "pb_fixed_par" + "String": "ui_system_capacity" }, "X": { "Type": 3.0, - "Integer": 423.0 + "Integer": 354.0 }, "Y": { "Type": 3.0, - "Integer": 132.0 + "Integer": 114.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -1715,11 +1792,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -1731,7 +1808,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1757,7 +1834,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 5.0 + "Integer": -1.0 } } }, @@ -1766,23 +1843,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "pb_pump_coef" + "String": "ui_wacc" }, "X": { "Type": 3.0, - "Integer": 423.0 + "Integer": 570.0 }, "Y": { "Type": 3.0, - "Integer": 84.0 + "Integer": 564.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -1798,7 +1875,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -1814,7 +1891,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1840,7 +1917,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 3.0 + "Integer": -1.0 } } }, @@ -1849,23 +1926,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "tes_pump_coef" + "String": "variable_operating_cost" }, "X": { "Type": 3.0, - "Integer": 423.0 + "Integer": 354.0 }, "Y": { "Type": 3.0, - "Integer": 108.0 + "Integer": 195.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 90.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -1885,7 +1962,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 0.0 }, "Prefix": { "Type": 5.0, @@ -1897,7 +1974,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1923,44 +2000,46 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 4.0 + "Integer": 5.0 } } } }, "VarDatabase": { - "Pipe_hl_coef": { + "c_construction_cost": { "Version": 4.0, - "Type": 1.0, - "Label": "Non-receiver piping thermal loss coefficient", - "Units": "W/m²-K", - "Group": "MSLF Parasitics", + "Type": 2.0, + "Label": "Annual cost during construction", + "Units": "% of capital cost", + "Group": "LCOE Calculator", "IndexLabels": "", "Flags": 2.0, - "DefaultValue": 0.45, - "UIObject": "Default", + "DefaultValue": [ + 0.0 + ], + "UIObject": "SchedNumeric", "sscVariableName": "", "sscVariableValue": "" }, - "SCA_drives_elec": { + "c_construction_duration": { "Version": 4.0, "Type": 1.0, - "Label": "Tracking power in Watts per SCA drive", - "Units": "W/module", - "Group": "MSLF Parasitics", + "Label": "Construction period", + "Units": "years", + "Group": "LCOE Calculator", "IndexLabels": "", "Flags": 2.0, - "DefaultValue": 125.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "V_tes_des": { + "c_construction_interest": { "Version": 4.0, "Type": 1.0, - "Label": "Design-point velocity to size the TES pipe diameters", - "Units": "m/s", - "Group": "MSLF Parasitics", + "Label": "Nominal construction interest rate", + "Units": "%/year", + "Group": "LCOE Calculator", "IndexLabels": "", "Flags": 2.0, "DefaultValue": 0.0, @@ -1968,172 +2047,149 @@ "sscVariableName": "", "sscVariableValue": "" }, - "aux_array": { + "c_debt_percent": { "Version": 4.0, - "Type": 2.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Parasitics", + "Type": 1.0, + "Label": "Project term debt", + "Units": "% of capital cost", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 2.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "bop_array": { + "c_depreciation_schedule": { "Version": 4.0, "Type": 2.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Parasitics", + "Label": "Depreciation schedule", + "Units": "% of capital cost", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 8.0, + "Flags": 2.0, "DefaultValue": [ - 0.0 + 20.0, + 32.0, + 19.2, + 11.52, + 11.52, + 5.76 ], - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.control.aux_array_c0": { - "Version": 4.0, - "Type": 1.0, - "Label": "Aux Coeff 0", - "Units": " ", - "Group": "MSLF Parasitics", - "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.483, - "UIObject": "Default", + "UIObject": "SchedNumeric", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.aux_array_c1": { + "c_equity_return": { "Version": 4.0, "Type": 1.0, - "Label": "Aux Coeff 1", - "Units": " ", - "Group": "MSLF Parasitics", - "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.517, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.control.aux_array_c2": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Parasitics", + "Label": "Internal rate of return (nominal)", + "Units": "%/year", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 0.0, + "Flags": 2.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.aux_array_mult": { + "c_inflation": { "Version": 4.0, "Type": 1.0, - "Label": "Aux heater,boiler parasitic", - "Units": "MWe/MWcap", - "Group": "MSLF Parasitics", + "Label": "Inflation rate", + "Units": "%/year", + "Group": "LCOE Calculator", "IndexLabels": "", "Flags": 2.0, - "DefaultValue": 0.02273, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.aux_array_pf": { + "c_lifetime": { "Version": 4.0, "Type": 1.0, - "Label": "Aux Multiplier Factor", - "Units": " ", - "Group": "MSLF Parasitics", + "Label": "Analysis period", + "Units": "years", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 1.0, + "Flags": 2.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.bop_array_c0": { + "c_nominal_interest_rate": { "Version": 4.0, "Type": 1.0, - "Label": "BOP Coeff 0", - "Units": " ", - "Group": "MSLF Parasitics", + "Label": "Nominal debt interest rate", + "Units": "%/year", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.483, + "Flags": 2.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.bop_array_c1": { + "c_tax_rate": { "Version": 4.0, "Type": 1.0, - "Label": "BOP Coeff 1", - "Units": " ", - "Group": "MSLF Parasitics", + "Label": "Effective tax rate", + "Units": "%/year", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.517, + "Flags": 2.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.bop_array_c2": { + "fixed_charge_rate": { "Version": 4.0, "Type": 1.0, - "Label": "BOP Coeff 2", + "Label": "Fixed charge rate (FCR)", "Units": " ", - "Group": "MSLF Parasitics", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.bop_array_mult": { + "fixed_operating_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Balance of plant parasitic", - "Units": "MWe/MWcap", - "Group": "MSLF Parasitics", + "Label": "Fixed operating cost (FOC)", + "Units": "$", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 2.0, + "Flags": 0.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.bop_array_pf": { + "ui_capital_cost_capacity": { "Version": 4.0, "Type": 1.0, - "Label": "BOP Multiplier Factor", - "Units": " ", - "Group": "MSLF Parasitics", + "Label": "Capital cost", + "Units": "$/kW", + "Group": "LCOE Calculator", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 1.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.par.calc.aux": { + "ui_capital_cost_reference": { "Version": 4.0, "Type": 1.0, - "Label": "Aux", - "Units": "MWe", - "Group": "MSLF Parasitics", + "Label": "Capital cost", + "Units": "$", + "Group": "LCOE Calculator", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -2141,12 +2197,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.par.calc.bop": { + "ui_cfin": { "Version": 4.0, "Type": 1.0, - "Label": "BOP", - "Units": "MWe", - "Group": "MSLF Parasitics", + "Label": "Construction financing factor (CFF)", + "Units": " ", + "Group": "LCOE Calculator", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -2154,12 +2210,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.par.calc.frac_gross": { + "ui_crf": { "Version": 4.0, "Type": 1.0, - "Label": "Fixed parasitic loss", - "Units": "MWe", - "Group": "MSLF Parasitics", + "Label": "Capital recovery factor (CRF)", + "Units": " ", + "Group": "LCOE Calculator", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -2167,181 +2223,243 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.par.calc.tracking": { + "ui_fcr_input_option": { "Version": 4.0, "Type": 1.0, - "Label": "Tracking parasitic loss", - "Units": "We", - "Group": "MSLF Parasitics", + "Label": "FCR input option (0=FCR,1=details)", + "Units": " ", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "custom_sgs_pipe_sizes": { + "ui_fixed_charge_rate": { "Version": 4.0, "Type": 1.0, - "Label": "Use custom SGS pipe diams, wallthks, and lengths", - "Units": "-", - "Group": "MSLF Parasitics", + "Label": "Fixed charge rate (real)", + "Units": " ", + "Group": "LCOE Calculator", "IndexLabels": "", "Flags": 2.0, - "DefaultValue": 0.0, + "DefaultValue": 1.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "custom_tes_p_loss": { + "ui_ireal": { "Version": 4.0, "Type": 1.0, - "Label": "TES pipe losses are based on custom lengths and coeffs", - "Units": "-", - "Group": "MSLF Parasitics", + "Label": "Real debt interest rate", + "Units": " ", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 2.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "k_tes_loss_coeffs": { - "Version": 4.0, - "Type": 2.0, - "Label": "Minor loss coeffs for the coll, gen, and bypass loops", - "Units": "-", - "Group": "MSLF Parasitics", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - 0.0 - ], - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "pb_fixed_par": { + "ui_lbl_cff_msg": { "Version": 4.0, - "Type": 1.0, - "Label": "Fraction of rated gross power constantly consumed", + "Type": 4.0, + "Label": "Construction financing message", "Units": " ", - "Group": "MSLF Parasitics", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0055, + "Flags": 1.0, + "DefaultValue": "", "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "pb_pump_coef": { + "ui_operating_cost_capacity": { "Version": 4.0, "Type": 1.0, - "Label": "Pumping power to move 1kg of HTF through PB loop", - "Units": "kJ/kg", - "Group": "MSLF Parasitics", + "Label": "Operating cost", + "Units": "$/kW-yr", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.55, + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "sgs_diams": { + "ui_pfin": { "Version": 4.0, - "Type": 2.0, - "Label": "Custom SGS diameters", - "Units": "m", - "Group": "MSLF Parasitics", + "Type": 1.0, + "Label": "Project financing factor (PFF)", + "Units": " ", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "sgs_lengths": { + "ui_system_capacity": { "Version": 4.0, - "Type": 2.0, - "Label": "Custom SGS lengths", - "Units": "m", - "Group": "MSLF Parasitics", + "Type": 1.0, + "Label": "System capacity", + "Units": "kW", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "sgs_wallthicks": { + "ui_wacc": { "Version": 4.0, - "Type": 2.0, - "Label": "Custom SGS wall thicknesses", - "Units": "m", - "Group": "MSLF Parasitics", + "Type": 1.0, + "Label": "WACC (for reference only)", + "Units": " ", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "tes_pump_coef": { + "variable_operating_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Pumping power to move 1kg of HTF through TES loop", - "Units": "kJ/kg", - "Group": "MSLF Parasitics", + "Label": "Variable operating cost (VOC)", + "Units": "$/kWh", + "Group": "LCOE Calculator", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.15, + "Flags": 0.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" } }, "Equations": [ - "equations{ 'csp.mslf.par.calc.frac_gross' } = define() {", - "\treturn ${P_ref} * ${pb_fixed_par}; };", + "equations{ 'ui_system_capacity' } = define() {", + " return ${nameplate}*1.E3; ", + "};", + "", + "equations{ 'ui_capital_cost_reference' } =define() {", + "\treturn ${total_installed_cost};", + "};", + "\r", + "equations{ '$MIMO$ ui_lcoh_fcr_design' } = define()\r", + "{\r", + "\tobj = ssc_create();\r", + "\r", + "\t//#ssc_auto_exec(obj, 'lcoefcr_design', 2);\r", + "\r", + "\t//ret_d = ssc_dump(obj, 'lcoefcr_design_auto_exec.txt');\r", + "\r", + "\tret = ssc_exec(obj, 'lcoefcr_design');\r", + "\r", + "\tif(ret == 0){\r", + "\t\t${fixed_charge_rate} = ssc_var(obj, \"fixed_charge_rate_calc\");\r", + "\t\t${ui_crf} = ssc_var(obj, \"crf\");\r", + "\t\t${ui_pfin} = ssc_var(obj, \"pfin\");\r", + "\t\t${ui_cfin} = ssc_var(obj, \"cfin\");\r", + "\t\t${ui_wacc} = ssc_var(obj, \"wacc\");\r", + "\t}\r", + "\telse{\r", + "\t\tfail = -987;\r", + "\t\t${fixed_charge_rate} = fail;\r", + "\t\t${ui_crf} = fail;\r", + "\t\t${ui_pfin} = fail;\r", + "\t\t${ui_cfin} = fail;\r", + "\t\t${ui_wacc} = fail;\r", + "\t}\r", + "};\r", + "\r", + "/*", + "equations{ '$MIMO$ fixed_charge_rate_calculator' } = define() {", + " if ( ${ui_fcr_input_option}==0 )", + " ${fixed_charge_rate} = ${ui_fixed_charge_rate};", + " else {", + " i = ${c_inflation}/100;", + " nroe = ${c_equity_return}/100;", + " rroe = (1+nroe)/(1+i)-1; // real return on equity", + " df = ${c_debt_percent}/100; ", + " inom =${c_nominal_interest_rate}/100;", + " ireal = (1+inom)/(1+i)-1; // real interest rate ", + " tr = ${c_tax_rate}/100;", + " wacc = ((1+((1-df)*((1+rroe)*(1+i)-1))+ ", + " (df*((1+ireal)*(1+i)-1)*(1-tr)))/(1+i))-1; // real wacc", + "\t${ui_wacc} = wacc;", + " t = ${c_lifetime};", + " crf = wacc/(1-(1/(1+wacc)^t)); // real crf", + " dep = ${c_depreciation_schedule};", + " arr = alloc(#dep);", + " for (n=0;n<#arr;n++) ", + " arr[n]=dep[n]/100*(1/((1+wacc)*(1+i))^(n+1));", + " pvd = sum(arr);", + " pfin = (1-tr*pvd)/(1-tr);", + " ccon = ${c_construction_cost};", + " cint = ${c_construction_interest}/100;", + " arr = alloc(#ccon);", + " for (n=0;n<#arr;n++) ", + " arr[n]=ccon[n]/100*(1+(1-tr)*((1+cint)^(n+0.5)-1));", + " cfin=sum(arr);", + " fcr = crf*pfin*cfin;", + " ${ui_crf} = crf;", + " ${ui_pfin} = pfin;", + " ${ui_cfin} = cfin;", + " ${ui_wacc} = wacc;", + " ${ui_ireal} = ireal;", + " ${fixed_charge_rate} = fcr;", + " }", + "};\r", + "*/" + ], + "Callbacks": [ + "function enable_disable() {", + " calculator = ( value('ui_fcr_input_option') == 1 );", + " enable( 'c_lifetime', calculator );", + " enable( 'c_inflation', calculator );", + " enable( 'c_real_discount_rate', calculator );", + " enable( 'c_equity_return', calculator );", + " enable( 'c_debt_percent', calculator );", + " enable( 'c_nominal_interest_rate', calculator );", + " enable( 'c_tax_rate', calculator );", + " enable( 'c_depreciation_schedule', calculator );", + " enable( 'c_construction_cost', calculator );", + " enable( 'c_construction_interest', calculator );", + " enable( 'ui_crf', calculator );", + " enable( 'ui_pfin', calculator );", + " enable( 'ui_cfin', calculator );\r", + " enable( 'ui_wacc', calculator );", + " enable( 'ui_fixed_charge_rate', !calculator );", + "}", "", - "equations{ 'csp.mslf.par.calc.tracking' } = define() {", - "\treturn ${nMod} * ${nLoops} * ${SCA_drives_elec}; };", + "function cfin_is_zero_check()", + "{", + "\tmsg = '';", + "\tif ( value('ui_cfin') == 0 && value('ui_fcr_input_option') == 1 ) {", + "\t\tmsg = 'CFF=0. To remove construction financing from your analysis, set the annual cost during construction to 100% instead of zero, and set the nominal construction interest rate to zero.'; }", + "\tproperty( 'ui_lbl_cff_msg', 'Caption', msg );", + "}", "", - "equations{ 'csp.mslf.par.calc.bop' } = define() {", - "\treturn ${csp.mslf.control.bop_array_mult}*${csp.mslf.control.bop_array_pf}", - "\t*(${csp.mslf.control.bop_array_c0}+${csp.mslf.control.bop_array_c1}", - "\t+${csp.mslf.control.bop_array_c2})*${P_ref}", - "; };", + "on_load{\"Financial LCOE Calc with Costs\"} = define()", + "{", + "\tenable_disable();", + "\tcfin_is_zero_check();", + "};", "", - "equations{ 'csp.mslf.par.calc.aux' } = define() {", - "\treturn ${csp.mslf.control.aux_array_mult}*${csp.mslf.control.aux_array_pf}", - "\t*(${csp.mslf.control.aux_array_c0}+${csp.mslf.control.aux_array_c1}", - "\t+${csp.mslf.control.aux_array_c2})*${P_ref}", - "; };", "", - "equations{ 'bop_array' } = define() {", - "\ta[0] = ${csp.mslf.control.bop_array_mult};", - "\ta[1] = ${csp.mslf.control.bop_array_pf};", - "\ta[2] = ${csp.mslf.control.bop_array_c0};", - "\ta[3] = ${csp.mslf.control.bop_array_c1};", - "\ta[4] = ${csp.mslf.control.bop_array_c2};", - "\treturn a;", + "on_change{'ui_fcr_input_option'} = define()", + "{", + "\tenable_disable();", + "\tcfin_is_zero_check();", "};", "", - "equations{ 'aux_array' } = define() {", - "\ta[0] = ${csp.mslf.control.aux_array_mult};", - "\ta[1] = ${csp.mslf.control.aux_array_pf};", - "\ta[2] = ${csp.mslf.control.aux_array_c0};", - "\ta[3] = ${csp.mslf.control.aux_array_c1};", - "\ta[4] = ${csp.mslf.control.aux_array_c2};", - "\treturn a;", - "};" - ], - "Callbacks": [] + "on_change{'c_construction_cost'} = define() { cfin_is_zero_check(); };", + "", + "" + ] } \ No newline at end of file diff --git a/deploy/runtime/ui/Linear Fresnel Capital Costs.json b/deploy/runtime/ui/Linear Fresnel Capital Costs.json index 40b47c8810..1feebf90ae 100644 --- a/deploy/runtime/ui/Linear Fresnel Capital Costs.json +++ b/deploy/runtime/ui/Linear Fresnel Capital Costs.json @@ -4607,7 +4607,7 @@ "\tla = 0;", "\tif (tech == \"DSLF\")", "\t\tla = ${csp.lf.sf.total_land_area};", - "\tif (tech == \"MSLF\")", + "\tif (tech == \"MSLF_old\")", "\t\tla = ${total_land_area};", "\treturn la; };", "", diff --git a/deploy/runtime/ui/Molten Salt Linear Fresnel Capital Costs.json b/deploy/runtime/ui/MSLF Capital Costs.json similarity index 93% rename from deploy/runtime/ui/Molten Salt Linear Fresnel Capital Costs.json rename to deploy/runtime/ui/MSLF Capital Costs.json index 65bed0bd9e..2921ae6c40 100644 --- a/deploy/runtime/ui/Molten Salt Linear Fresnel Capital Costs.json +++ b/deploy/runtime/ui/MSLF Capital Costs.json @@ -1,151 +1,151 @@ { - "Name": "Molten Salt Linear Fresnel Capital Costs", + "Name": "MSLF Capital Costs", "Width": 738.0, "Height": 592.0, "FormObjects": { - "GroupBox": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "GroupBox1" + "String": "CC_CALC_bop_cost" }, "X": { "Type": 3.0, - "Integer": 6.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 12.0 + "Integer": 177.0 }, "Width": { "Type": 3.0, - "Integer": 722.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, - "Integer": 254.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Direct Capital Costs" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "GroupBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "GroupBox21" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "X": { + "Mode": { "Type": 3.0, - "Integer": 6.0 + "Integer": 1.0 }, - "Y": { + "Format": { "Type": 3.0, - "Integer": 267.0 + "Integer": 0.0 }, - "Width": { + "Decimals": { "Type": 3.0, - "Integer": 722.0 + "Integer": 2.0 }, - "Height": { - "Type": 3.0, - "Integer": 167.0 + "Prefix": { + "Type": 5.0, + "String": "$ " }, - "Tool Tip": { + "Suffix": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Indirect Capital Costs" + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 }, - "Bold": { + "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": 0.0 } } }, - "GroupBox": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "GroupBox31" + "String": "CC_CALC_contingency_cost" }, "X": { "Type": 3.0, - "Integer": 6.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 492.0 + "Integer": 201.0 }, "Width": { "Type": 3.0, - "Integer": 722.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, - "Integer": 89.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Total Installed Costs" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "Label11" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "X": { + "Mode": { "Type": 3.0, - "Integer": 258.0 + "Integer": 1.0 }, - "Y": { + "Format": { "Type": 3.0, - "Integer": 309.0 + "Integer": 0.0 }, - "Width": { + "Decimals": { "Type": 3.0, - "Integer": 104.0 + "Integer": 2.0 }, - "Height": { - "Type": 3.0, - "Integer": 21.0 + "Prefix": { + "Type": 5.0, + "String": "$ " }, - "Tool Tip": { + "Suffix": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "% of direct cost" + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 }, - "TextColour": { + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -154,46 +154,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label111" + "String": "CC_CALC_epc_total_cost" }, "X": { "Type": 3.0, - "Integer": 480.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 456.0 + "Integer": 333.0 }, "Width": { "Type": 3.0, - "Integer": 98.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -203,11 +196,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "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": "of Direct Cost" + "String": "$ " }, - "TextColour": { + "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, @@ -216,46 +237,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label112" + "String": "CC_CALC_fossil_backup_cost" }, "X": { "Type": 3.0, - "Integer": 12.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 333.0 + "Integer": 129.0 }, "Width": { "Type": 3.0, - "Integer": 134.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -265,59 +279,80 @@ "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "EPC and owner cost" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } - }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "Mode": { + "Type": 3.0, + "Integer": 1.0 }, - "FontSize": { + "Format": { "Type": 3.0, "Integer": 0.0 }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 + "Decimals": { + "Type": 3.0, + "Integer": 2.0 }, - "AlignRight": { + "Prefix": { + "Type": 5.0, + "String": "$ " + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { "Type": 2.0, "Boolean": 1.0 }, - "AlignTop": { + "Editable": { "Type": 2.0, - "Boolean": 0.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": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label1121" + "String": "CC_CALC_htf_system_cost" }, "X": { "Type": 3.0, - "Integer": 21.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 357.0 + "Integer": 81.0 }, "Width": { "Type": 3.0, - "Integer": 125.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -327,11 +362,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "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": "Total land cost" + "String": "$ " }, - "TextColour": { + "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, @@ -340,46 +403,122 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "CC_CALC_installed_per_capacity" }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 + "X": { + "Type": 3.0, + "Integer": 582.0 }, - "AlignRight": { + "Y": { + "Type": 3.0, + "Integer": 552.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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 }, - "AlignTop": { + "Editable": { "Type": 2.0, - "Boolean": 0.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": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label21" + "String": "CC_CALC_plm_total_cost" }, "X": { "Type": 3.0, - "Integer": 366.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 309.0 + "Integer": 357.0 }, "Width": { "Type": 3.0, - "Integer": 98.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -389,11 +528,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "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": "Cost per Wac" + "String": "$ " }, - "TextColour": { + "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, @@ -402,46 +569,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label211" + "String": "CC_CALC_power_plant_cost" }, "X": { "Type": 3.0, - "Integer": 147.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 309.0 + "Integer": 153.0 }, "Width": { "Type": 3.0, - "Integer": 98.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -451,11 +611,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "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": "Cost per acre" + "String": "$ " }, - "TextColour": { + "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, @@ -464,46 +652,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 - }, - "FontSize": { + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label31" + "String": "CC_CALC_sales_tax_total" }, "X": { "Type": 3.0, - "Integer": 474.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 309.0 + "Integer": 456.0 }, "Width": { "Type": 3.0, - "Integer": 98.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -513,11 +694,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "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": "Fixed cost" + "String": "$ " }, - "TextColour": { + "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, @@ -526,34 +735,27 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label41" + "String": "CC_CALC_site_improvements_cost" }, "X": { "Type": 3.0, @@ -561,11 +763,11 @@ }, "Y": { "Type": 3.0, - "Integer": 309.0 + "Integer": 33.0 }, "Width": { "Type": 3.0, - "Integer": 98.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -575,11 +777,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "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": "Total" + "String": "$ " }, - "TextColour": { + "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, @@ -588,46 +818,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label51" + "String": "CC_CALC_solar_field_cost" }, "X": { "Type": 3.0, - "Integer": 309.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 456.0 + "Integer": 57.0 }, "Width": { "Type": 3.0, - "Integer": 68.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -637,11 +860,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "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": "applies to" + "String": "$ " }, - "TextColour": { + "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, @@ -650,25 +901,18 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 } } }, @@ -677,7 +921,7 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.bop" + "String": "CC_CALC_total_indirect_cost" }, "X": { "Type": 3.0, @@ -685,7 +929,7 @@ }, "Y": { "Type": 3.0, - "Integer": 177.0 + "Integer": 399.0 }, "Width": { "Type": 3.0, @@ -760,19 +1004,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.bop_mwe" + "String": "CC_CALC_ts_cost" }, "X": { "Type": 3.0, - "Integer": 258.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 177.0 + "Integer": 105.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -796,11 +1040,11 @@ }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -808,7 +1052,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -843,19 +1087,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.bop_per_kwe" + "String": "CC_COPY_Q_tes" }, "X": { "Type": 3.0, - "Integer": 450.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 177.0 + "Integer": 105.0 }, "Width": { "Type": 3.0, - "Integer": 124.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -887,11 +1131,11 @@ }, "Suffix": { "Type": 5.0, - "String": " $/kWe" + "String": "" }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -917,7 +1161,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 3.0 + "Integer": 0.0 } } }, @@ -926,19 +1170,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.contingency" + "String": "CC_COPY_nameplate" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 363.0 }, "Y": { "Type": 3.0, - "Integer": 201.0 + "Integer": 285.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -962,11 +1206,11 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 0.0 }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, @@ -1009,23 +1253,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.contingency_percent" + "String": "CC_COPY_sales_tax_rate" }, "X": { "Type": 3.0, - "Integer": 474.0 + "Integer": 207.0 }, "Y": { "Type": 3.0, - "Integer": 201.0 + "Integer": 456.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 60.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -1083,7 +1327,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 7.0 + "Integer": 0.0 } } }, @@ -1092,15 +1336,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.epc.fixed" + "String": "CC_COPY_total_land_area" }, "X": { "Type": 3.0, - "Integer": 474.0 + "Integer": 147.0 }, "Y": { "Type": 3.0, - "Integer": 333.0 + "Integer": 285.0 }, "Width": { "Type": 3.0, @@ -1128,11 +1372,11 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 0.0 }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, @@ -1140,7 +1384,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1166,7 +1410,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 10.0 + "Integer": 0.0 } } }, @@ -1175,15 +1419,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.epc.per_acre" + "String": "CC_DISP_bop_mwe" }, "X": { "Type": 3.0, - "Integer": 147.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 333.0 + "Integer": 177.0 }, "Width": { "Type": 3.0, @@ -1211,11 +1455,11 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, @@ -1258,15 +1502,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.epc.per_watt" + "String": "CC_DISP_fossil_mwe" }, "X": { "Type": 3.0, - "Integer": 366.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 333.0 + "Integer": 129.0 }, "Width": { "Type": 3.0, @@ -1294,11 +1538,11 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, @@ -1341,7 +1585,7 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.epc.percent" + "String": "CC_DISP_htf_system_area" }, "X": { "Type": 3.0, @@ -1349,7 +1593,7 @@ }, "Y": { "Type": 3.0, - "Integer": 333.0 + "Integer": 81.0 }, "Width": { "Type": 3.0, @@ -1373,11 +1617,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 1.0 }, "Prefix": { "Type": 5.0, @@ -1385,7 +1629,7 @@ }, "Suffix": { "Type": 5.0, - "String": " %" + "String": "" }, "ThousandsSep": { "Type": 2.0, @@ -1415,7 +1659,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 8.0 + "Integer": 0.0 } } }, @@ -1424,19 +1668,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.epc.total" + "String": "CC_DISP_power_plant_mwe" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 333.0 + "Integer": 153.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1460,11 +1704,11 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, @@ -1472,7 +1716,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -1507,19 +1751,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.fossil_backup" + "String": "CC_DISP_site_improvements_area" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 129.0 + "Integer": 33.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1543,11 +1787,11 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 1.0 }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, @@ -1555,7 +1799,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -1590,19 +1834,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.fossil_backup.cost_per_kwe" + "String": "CC_DISP_solar_field_area" }, "X": { "Type": 3.0, - "Integer": 450.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 129.0 + "Integer": 57.0 }, "Width": { "Type": 3.0, - "Integer": 124.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1626,7 +1870,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 1.0 }, "Prefix": { "Type": 5.0, @@ -1634,11 +1878,11 @@ }, "Suffix": { "Type": 5.0, - "String": " $/kWe" + "String": "" }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -1664,111 +1908,139 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 5.0 + "Integer": 0.0 } } }, - "Numeric": { + "GroupBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.fossil_backup.mwe" + "String": "GroupBox1" }, "X": { "Type": 3.0, - "Integer": 258.0 + "Integer": 6.0 }, "Y": { "Type": 3.0, - "Integer": 129.0 + "Integer": 12.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 722.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 254.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Caption": { + "Type": 5.0, + "String": "Direct Capital Costs" }, - "Mode": { + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox21" + }, + "X": { "Type": 3.0, - "Integer": 1.0 + "Integer": 6.0 }, - "Format": { + "Y": { "Type": 3.0, - "Integer": 0.0 + "Integer": 267.0 }, - "Decimals": { + "Width": { "Type": 3.0, - "Integer": 3.0 + "Integer": 722.0 }, - "Prefix": { - "Type": 5.0, - "String": "" + "Height": { + "Type": 3.0, + "Integer": 167.0 }, - "Suffix": { + "Tool Tip": { "Type": 5.0, "String": "" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 + "Caption": { + "Type": 5.0, + "String": "Indirect Capital Costs" }, - "Editable": { + "Bold": { "Type": 2.0, "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox31" }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "X": { + "Type": 3.0, + "Integer": 6.0 }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Y": { + "Type": 3.0, + "Integer": 492.0 }, - "TabOrder": { + "Width": { "Type": 3.0, - "Integer": 0.0 + "Integer": 722.0 + }, + "Height": { + "Type": 3.0, + "Integer": 89.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Total Installed Costs" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.htf_system" + "String": "Label11" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 81.0 + "Integer": 309.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 104.0 }, "Height": { "Type": 3.0, @@ -1778,39 +2050,73 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Caption": { + "Type": 5.0, + "String": "% of direct cost" }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } }, - "Format": { + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { "Type": 3.0, "Integer": 0.0 }, - "Decimals": { + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label111" + }, + "X": { + "Type": 3.0, + "Integer": 480.0 + }, + "Y": { + "Type": 3.0, + "Integer": 456.0 + }, + "Width": { "Type": 3.0, - "Integer": 2.0 + "Integer": 98.0 }, - "Prefix": { - "Type": 5.0, - "String": "$ " + "Height": { + "Type": 3.0, + "Integer": 21.0 }, - "Suffix": { + "Tool Tip": { "Type": 5.0, "String": "" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "Caption": { + "Type": 5.0, + "String": "of Direct Cost" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -1819,39 +2125,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.htf_system.area" + "String": "Label112" }, "X": { "Type": 3.0, - "Integer": 258.0 + "Integer": 12.0 }, "Y": { "Type": 3.0, - "Integer": 81.0 + "Integer": 333.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 134.0 }, "Height": { "Type": 3.0, @@ -1861,39 +2174,11 @@ "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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "EPC and owner cost" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -1902,39 +2187,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.htf_system.cost_per_m2" + "String": "Label1121" }, "X": { "Type": 3.0, - "Integer": 450.0 + "Integer": 21.0 }, "Y": { "Type": 3.0, - "Integer": 81.0 + "Integer": 357.0 }, "Width": { "Type": 3.0, - "Integer": 124.0 + "Integer": 125.0 }, "Height": { "Type": 3.0, @@ -1944,39 +2236,11 @@ "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": { + "Caption": { "Type": 5.0, - "String": " $/m2" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Total land cost" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -1985,39 +2249,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 3.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.installed_per_capacity" + "String": "Label21" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 366.0 }, "Y": { "Type": 3.0, - "Integer": 552.0 + "Integer": 309.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 98.0 }, "Height": { "Type": 3.0, @@ -2027,39 +2298,11 @@ "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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Cost per Wac" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2068,39 +2311,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.nameplate" + "String": "Label211" }, "X": { "Type": 3.0, - "Integer": 363.0 + "Integer": 147.0 }, "Y": { "Type": 3.0, - "Integer": 285.0 + "Integer": 309.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 98.0 }, "Height": { "Type": 3.0, @@ -2110,39 +2360,11 @@ "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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Cost per acre" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2151,27 +2373,34 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.plm.fixed" + "String": "Label31" }, "X": { "Type": 3.0, @@ -2179,11 +2408,11 @@ }, "Y": { "Type": 3.0, - "Integer": 357.0 + "Integer": 309.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 98.0 }, "Height": { "Type": 3.0, @@ -2193,39 +2422,11 @@ "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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Fixed cost" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2234,39 +2435,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 11.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.plm.per_acre" + "String": "Label41" }, "X": { "Type": 3.0, - "Integer": 147.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 357.0 + "Integer": 309.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 98.0 }, "Height": { "Type": 3.0, @@ -2276,39 +2484,11 @@ "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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Total" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2317,39 +2497,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.plm.per_watt" + "String": "Label51" }, "X": { "Type": 3.0, - "Integer": 366.0 + "Integer": 309.0 }, "Y": { "Type": 3.0, - "Integer": 357.0 + "Integer": 456.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 68.0 }, "Height": { "Type": 3.0, @@ -2359,39 +2546,11 @@ "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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "applies to" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2400,18 +2559,25 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } - }, - "TabOrder": { + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { "Type": 3.0, "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, @@ -2420,19 +2586,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.plm.percent" + "String": "bop_spec_cost" }, "X": { "Type": 3.0, - "Integer": 258.0 + "Integer": 450.0 }, "Y": { "Type": 3.0, - "Integer": 357.0 + "Integer": 177.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 124.0 }, "Height": { "Type": 3.0, @@ -2452,11 +2618,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -2464,11 +2630,11 @@ }, "Suffix": { "Type": 5.0, - "String": " %" + "String": " $/kWe" }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -2494,7 +2660,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 9.0 + "Integer": 3.0 } } }, @@ -2503,19 +2669,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.plm.total" + "String": "contingency_percent" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 357.0 + "Integer": 201.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -2535,23 +2701,23 @@ }, "Format": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, - "String": "" + "String": " %" }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -2577,7 +2743,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 7.0 } } }, @@ -2586,19 +2752,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.power_plant" + "String": "epc_cost_fixed" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 153.0 + "Integer": 333.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -2634,7 +2800,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -2660,7 +2826,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 10.0 } } }, @@ -2669,19 +2835,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.power_plant.cost_per_kwe" + "String": "epc_cost_per_acre" }, "X": { "Type": 3.0, - "Integer": 450.0 + "Integer": 147.0 }, "Y": { "Type": 3.0, - "Integer": 153.0 + "Integer": 333.0 }, "Width": { "Type": 3.0, - "Integer": 124.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -2709,15 +2875,15 @@ }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, - "String": " $/kWe" + "String": "" }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -2743,7 +2909,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 6.0 + "Integer": 0.0 } } }, @@ -2752,15 +2918,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.power_plant.mwe" + "String": "epc_cost_per_watt" }, "X": { "Type": 3.0, - "Integer": 258.0 + "Integer": 366.0 }, "Y": { "Type": 3.0, - "Integer": 153.0 + "Integer": 333.0 }, "Width": { "Type": 3.0, @@ -2788,11 +2954,11 @@ }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -2835,23 +3001,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.sales_tax.percent" + "String": "epc_cost_percent_direct" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 456.0 + "Integer": 333.0 }, "Width": { "Type": 3.0, - "Integer": 60.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, - "Integer": 24.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, @@ -2909,7 +3075,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 12.0 + "Integer": 8.0 } } }, @@ -2918,19 +3084,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.sales_tax.total" + "String": "fossil_spec_cost" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 450.0 }, "Y": { "Type": 3.0, - "Integer": 456.0 + "Integer": 129.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 124.0 }, "Height": { "Type": 3.0, @@ -2958,11 +3124,11 @@ }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, - "String": "" + "String": " $/kWe" }, "ThousandsSep": { "Type": 2.0, @@ -2992,7 +3158,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 5.0 } } }, @@ -3001,23 +3167,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.sales_tax.value" + "String": "htf_system_spec_cost" }, "X": { "Type": 3.0, - "Integer": 207.0 + "Integer": 450.0 }, "Y": { "Type": 3.0, - "Integer": 456.0 + "Integer": 81.0 }, "Width": { "Type": 3.0, - "Integer": 60.0 + "Integer": 124.0 }, "Height": { "Type": 3.0, - "Integer": 24.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, @@ -3033,11 +3199,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -3045,7 +3211,7 @@ }, "Suffix": { "Type": 5.0, - "String": " %" + "String": " $/m2" }, "ThousandsSep": { "Type": 2.0, @@ -3075,70 +3241,42 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 3.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.site_improvements" + "String": "lblFinancingCost" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 12.0 }, "Y": { "Type": 3.0, - "Integer": 33.0 + "Integer": 510.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 437.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 42.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Total installed cost excludes any financing costs from the Financial Parameters input page." }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -3147,101 +3285,62 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "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": { + "GroupBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.site_improvements.area" + "String": "object 4" }, "X": { "Type": 3.0, - "Integer": 258.0 + "Integer": 6.0 }, "Y": { "Type": 3.0, - "Integer": 33.0 + "Integer": 435.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 722.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 56.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": { + "Caption": { "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 - } + "String": "Sales Tax" }, - "TabOrder": { - "Type": 3.0, - "Integer": 0.0 + "Bold": { + "Type": 2.0, + "Boolean": 1.0 } } }, @@ -3250,19 +3349,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.site_improvements.cost_per_m2" + "String": "plm_cost_fixed" }, "X": { "Type": 3.0, - "Integer": 450.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 33.0 + "Integer": 357.0 }, "Width": { "Type": 3.0, - "Integer": 124.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -3290,11 +3389,11 @@ }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, - "String": " $/m2" + "String": "" }, "ThousandsSep": { "Type": 2.0, @@ -3324,7 +3423,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 1.0 + "Integer": 11.0 } } }, @@ -3333,19 +3432,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.solar_field" + "String": "plm_cost_per_acre" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 147.0 }, "Y": { "Type": 3.0, - "Integer": 57.0 + "Integer": 357.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -3381,7 +3480,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -3416,15 +3515,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.solar_field.area" + "String": "plm_cost_per_watt" }, "X": { "Type": 3.0, - "Integer": 258.0 + "Integer": 366.0 }, "Y": { "Type": 3.0, - "Integer": 57.0 + "Integer": 357.0 }, "Width": { "Type": 3.0, @@ -3452,11 +3551,11 @@ }, "Decimals": { "Type": 3.0, - "Integer": 1.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -3499,19 +3598,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.solar_field.cost_per_m2" + "String": "plm_cost_percent_direct" }, "X": { "Type": 3.0, - "Integer": 450.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 57.0 + "Integer": 357.0 }, "Width": { "Type": 3.0, - "Integer": 124.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -3531,11 +3630,11 @@ }, "Format": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, @@ -3543,7 +3642,7 @@ }, "Suffix": { "Type": 5.0, - "String": " $/m2" + "String": " %" }, "ThousandsSep": { "Type": 2.0, @@ -3573,7 +3672,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 2.0 + "Integer": 9.0 } } }, @@ -3582,19 +3681,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.total_direct" + "String": "power_plant_spec_cost" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 450.0 }, "Y": { "Type": 3.0, - "Integer": 234.0 + "Integer": 153.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 124.0 }, "Height": { "Type": 3.0, @@ -3622,11 +3721,11 @@ }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, - "String": "" + "String": " $/kWe" }, "ThousandsSep": { "Type": 2.0, @@ -3656,7 +3755,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 6.0 } } }, @@ -3665,23 +3764,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.total_indirect" + "String": "sales_tax_percent" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 399.0 + "Integer": 456.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 60.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -3697,23 +3796,23 @@ }, "Format": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, - "String": "" + "String": " %" }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -3739,7 +3838,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 12.0 } } }, @@ -3748,19 +3847,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.total_installed" + "String": "site_improvements_spec_cost" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 450.0 }, "Y": { "Type": 3.0, - "Integer": 528.0 + "Integer": 33.0 }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 124.0 }, "Height": { "Type": 3.0, @@ -3788,15 +3887,15 @@ }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, - "String": "" + "String": " $/m2" }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -3822,7 +3921,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 } } }, @@ -3831,19 +3930,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.total_land_area" + "String": "solar_field_spec_cost" }, "X": { "Type": 3.0, - "Integer": 147.0 + "Integer": 450.0 }, "Y": { "Type": 3.0, - "Integer": 285.0 + "Integer": 57.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 124.0 }, "Height": { "Type": 3.0, @@ -3867,7 +3966,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 0.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -3875,11 +3974,11 @@ }, "Suffix": { "Type": 5.0, - "String": "" + "String": " $/m2" }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -3905,7 +4004,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 2.0 } } }, @@ -3914,11 +4013,11 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.ts" + "String": "storage_spec_cost" }, "X": { "Type": 3.0, - "Integer": 582.0 + "Integer": 450.0 }, "Y": { "Type": 3.0, @@ -3926,7 +4025,7 @@ }, "Width": { "Type": 3.0, - "Integer": 136.0 + "Integer": 124.0 }, "Height": { "Type": 3.0, @@ -3954,11 +4053,11 @@ }, "Prefix": { "Type": 5.0, - "String": "$ " + "String": "" }, "Suffix": { "Type": 5.0, - "String": "" + "String": " $/kWht" }, "ThousandsSep": { "Type": 2.0, @@ -3988,7 +4087,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 3.0 } } }, @@ -3997,19 +4096,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.ts_mwht" + "String": "total_direct_cost" }, "X": { "Type": 3.0, - "Integer": 258.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 105.0 + "Integer": 234.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -4037,7 +4136,7 @@ }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -4045,7 +4144,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -4080,19 +4179,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cost.ts_per_kwht" + "String": "total_installed_cost" }, "X": { "Type": 3.0, - "Integer": 450.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 105.0 + "Integer": 528.0 }, "Width": { "Type": 3.0, - "Integer": 124.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -4120,11 +4219,11 @@ }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, - "String": " $/kWht" + "String": "" }, "ThousandsSep": { "Type": 2.0, @@ -4133,133 +4232,34 @@ "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": 3.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "lblFinancingCost" - }, - "X": { - "Type": 3.0, - "Integer": 12.0 - }, - "Y": { - "Type": 3.0, - "Integer": 510.0 - }, - "Width": { - "Type": 3.0, - "Integer": 437.0 - }, - "Height": { - "Type": 3.0, - "Integer": 42.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Total installed cost excludes any financing costs from the Financial Parameters input page." - }, - "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 - } - } - }, - "GroupBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "object 4" - }, - "X": { - "Type": 3.0, - "Integer": 6.0 - }, - "Y": { - "Type": 3.0, - "Integer": 435.0 - }, - "Width": { - "Type": 3.0, - "Integer": 722.0 - }, - "Height": { - "Type": 3.0, - "Integer": 56.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Sales Tax" - }, - "Bold": { - "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": 0.0 } } } }, "VarDatabase": { - "csp.mslf.cost.bop": { + "CC_CALC_bop_cost": { "Version": 4.0, "Type": 1.0, "Label": " ", @@ -4272,33 +4272,33 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.bop_mwe": { + "CC_CALC_contingency_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Balance of plant", - "Units": "MWe, Gross", + "Label": " ", + "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, - "UIObject": "Numeric", + "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.bop_per_kwe": { + "CC_CALC_epc_total_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Balance of Plant Cost per kWe", - "Units": "$/kWe", + "Label": "", + "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.contingency": { + "CC_CALC_fossil_backup_cost": { "Version": 4.0, "Type": 1.0, "Label": " ", @@ -4311,72 +4311,72 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.contingency_percent": { + "CC_CALC_htf_system_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Contingency", + "Label": " ", "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 10.0, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.epc.fixed": { + "CC_CALC_installed_per_capacity": { "Version": 4.0, "Type": 1.0, - "Label": "Fixed EPC Cost", - "Units": "$", + "Label": "Estimated total installed cost per net capacity ($/kW)", + "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.epc.per_acre": { + "CC_CALC_plm_total_cost": { "Version": 4.0, "Type": 1.0, - "Label": "EPC Costs acre", - "Units": "per acre", + "Label": " ", + "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.epc.per_watt": { + "CC_CALC_power_plant_cost": { "Version": 4.0, "Type": 1.0, - "Label": "EPC Cost Wac", - "Units": "per Wac", + "Label": " ", + "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.epc.percent": { + "CC_CALC_sales_tax_total": { "Version": 4.0, "Type": 1.0, - "Label": "EPC Costs % direct", - "Units": "% direct", + "Label": " ", + "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 15.0, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.epc.total": { + "CC_CALC_site_improvements_cost": { "Version": 4.0, "Type": 1.0, "Label": " ", @@ -4389,7 +4389,7 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.fossil_backup": { + "CC_CALC_solar_field_cost": { "Version": 4.0, "Type": 1.0, "Label": " ", @@ -4402,24 +4402,24 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.fossil_backup.cost_per_kwe": { + "CC_CALC_total_direct_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Fossil Backup Cost per kWe", - "Units": "$/kWe", + "Label": "Total direct cost", + "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.fossil_backup.mwe": { + "CC_CALC_total_indirect_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Fossil backup", - "Units": "MWe, Gross", + "Label": "Total indirect cost", + "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, @@ -4428,10 +4428,10 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.htf_system": { + "CC_CALC_total_installed_cost": { "Version": 4.0, "Type": 1.0, - "Label": " ", + "Label": "Total installed cost", "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", @@ -4441,37 +4441,37 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.htf_system.area": { + "CC_CALC_ts_cost": { "Version": 4.0, "Type": 1.0, - "Label": "HTF system", - "Units": "m²", + "Label": " ", + "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, - "UIObject": "Default", + "UIObject": "Numeric", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.htf_system.cost_per_m2": { + "CC_COPY_Q_tes": { "Version": 4.0, "Type": 1.0, - "Label": "HTF System Cost Per m2", - "Units": "$/m2", + "Label": "Storage", + "Units": "MWht", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 50.0, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.installed_per_capacity": { + "CC_COPY_nameplate": { "Version": 4.0, "Type": 1.0, - "Label": "Estimated total installed cost per net capacity ($/kW)", - "Units": " ", + "Label": "Nameplate", + "Units": "MWe", "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, @@ -4480,11 +4480,11 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.nameplate": { + "CC_COPY_sales_tax_rate": { "Version": 4.0, "Type": 1.0, - "Label": "Nameplate", - "Units": "MWe", + "Label": "Sales Tax of", + "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, @@ -4493,63 +4493,63 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.plm.fixed": { + "CC_COPY_total_land_area": { "Version": 4.0, "Type": 1.0, - "Label": "Fixed Land Cost", - "Units": "$", + "Label": "Total land area", + "Units": "acres", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.plm.per_acre": { + "CC_DISP_bop_mwe": { "Version": 4.0, "Type": 1.0, - "Label": "Land Cost acre", - "Units": "per acre", + "Label": "Balance of plant", + "Units": "MWe, Gross", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 10000.0, - "UIObject": "Default", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.plm.per_watt": { + "CC_DISP_fossil_mwe": { "Version": 4.0, "Type": 1.0, - "Label": "Land Cost Wac", - "Units": "per Wac", + "Label": "Fossil backup", + "Units": "MWe, Gross", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.plm.percent": { + "CC_DISP_htf_system_area": { "Version": 4.0, "Type": 1.0, - "Label": "Land Cost % direct", - "Units": "% direct", + "Label": "HTF system", + "Units": "m²", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.plm.total": { + "CC_DISP_power_plant_mwe": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "Power plant", + "Units": "MWe, Gross", "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, @@ -4558,11 +4558,11 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.power_plant": { + "CC_DISP_site_improvements_area": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "Site improvements", + "Units": "m²", "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, @@ -4571,228 +4571,228 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.power_plant.cost_per_kwe": { + "CC_DISP_solar_field_area": { "Version": 4.0, "Type": 1.0, - "Label": "Power Plant Cost per kWe", - "Units": "$/kWe", + "Label": "Solar field", + "Units": "m²", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 880.0, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.power_plant.mwe": { + "bop_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Power plant", - "Units": "MWe, Gross", + "Label": "Balance of Plant Cost per kWe", + "Units": "$/kWe", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.sales_tax.percent": { + "contingency_percent": { "Version": 4.0, "Type": 1.0, - "Label": "Sales Tax Percentage of Direct Cost", - "Units": "%", + "Label": "Contingency", + "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 80.0, + "Flags": 2.0, + "DefaultValue": 10.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.sales_tax.total": { + "epc_cost_fixed": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "Fixed EPC Cost", + "Units": "$", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.sales_tax.value": { + "epc_cost_per_acre": { "Version": 4.0, "Type": 1.0, - "Label": "Sales Tax of", - "Units": " ", + "Label": "EPC Costs acre", + "Units": "per acre", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.site_improvements": { + "epc_cost_per_watt": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "EPC Cost Wac", + "Units": "per Wac", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.site_improvements.area": { + "epc_cost_percent_direct": { "Version": 4.0, "Type": 1.0, - "Label": "Site improvements", - "Units": "m²", + "Label": "EPC Costs % direct", + "Units": "% direct", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 15.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.site_improvements.cost_per_m2": { + "fossil_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Site Improvement Cost per m2", - "Units": "$/m2", + "Label": "Fossil Backup Cost per kWe", + "Units": "$/kWe", "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 20.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.solar_field": { + "htf_system_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "HTF System Cost Per m2", + "Units": "$/m2", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 50.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.solar_field.area": { + "plm_cost_fixed": { "Version": 4.0, "Type": 1.0, - "Label": "Solar field", - "Units": "m²", + "Label": "Fixed Land Cost", + "Units": "$", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.solar_field.cost_per_m2": { + "plm_cost_per_acre": { "Version": 4.0, "Type": 1.0, - "Label": "Solar Field Cost per m2", - "Units": "$/m2", + "Label": "Land Cost acre", + "Units": "per acre", "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 350.0, + "DefaultValue": 10000.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.total_direct": { + "plm_cost_per_watt": { "Version": 4.0, "Type": 1.0, - "Label": "Total direct cost", - "Units": " ", + "Label": "Land Cost Wac", + "Units": "per Wac", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.total_indirect": { + "plm_cost_percent_direct": { "Version": 4.0, "Type": 1.0, - "Label": "Total indirect cost", - "Units": " ", + "Label": "Land Cost % direct", + "Units": "% direct", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.total_installed": { + "power_plant_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Total installed cost", - "Units": " ", + "Label": "Power Plant Cost per kWe", + "Units": "$/kWe", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 880.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.total_land_area": { + "sales_tax_percent": { "Version": 4.0, "Type": 1.0, - "Label": "Total land area", - "Units": "acres", + "Label": "Sales Tax Percentage of Direct Cost", + "Units": "%", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 80.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.ts": { + "site_improvements_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "Site Improvement Cost per m2", + "Units": "$/m2", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Numeric", + "Flags": 3.0, + "DefaultValue": 20.0, + "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.ts_mwht": { + "solar_field_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Storage", - "Units": "MWht", + "Label": "Solar Field Cost per m2", + "Units": "$/m2", "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 350.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cost.ts_per_kwht": { + "storage_spec_cost": { "Version": 4.0, "Type": 1.0, "Label": "Storage cost per kWht", @@ -4821,7 +4821,7 @@ "total_installed_cost": { "Version": 4.0, "Type": 1.0, - "Label": " ", + "Label": " Placeholder Variable used by Financial Parameters", "Units": " ", "Group": "MSLF Capital Costs", "IndexLabels": "", @@ -4833,110 +4833,44 @@ } }, "Equations": [ - "equations{ 'csp.mslf.cost.plm.total' } = define() {", - "\treturn ${csp.mslf.cost.plm.per_acre}*${csp.mslf.cost.total_land_area} ", - "+ ${csp.mslf.cost.plm.percent}/100*${csp.mslf.cost.total_direct} ", - "+ ${csp.mslf.cost.nameplate}*1000000*${csp.mslf.cost.plm.per_watt} ", - "+ ${csp.mslf.cost.plm.fixed}; };", - "", - "equations{ 'csp.mslf.cost.power_plant' } = define() {", - "\treturn ${csp.mslf.cost.power_plant.mwe}*${csp.mslf.cost.power_plant.cost_per_kwe}*1000; };", - "", - "equations{ 'csp.mslf.cost.total_installed' } = define() {", - "\treturn ${csp.mslf.cost.total_direct}+${csp.mslf.cost.total_indirect}+${csp.mslf.cost.sales_tax.total}; };", - "", - "equations{ 'csp.mslf.cost.bop_mwe' } = define() {", - "\treturn ${demand_var}; };", - "", - "equations{ 'csp.mslf.cost.ts_mwht' } = define() {", - "\treturn ${TES_cap}; };", - "", - "equations{ 'csp.mslf.cost.ts' } = define() {", - "\treturn ${csp.mslf.cost.ts_mwht}*${csp.mslf.cost.ts_per_kwht}*1000; };", - "", - "equations{ 'csp.mslf.cost.epc.total' } = define() {", - "\treturn ${csp.mslf.cost.epc.per_acre}*${csp.mslf.cost.total_land_area} ", - "+ ${csp.mslf.cost.epc.percent}/100*${csp.mslf.cost.total_direct} ", - "+ ${csp.mslf.cost.nameplate}*1000000*${csp.mslf.cost.epc.per_watt} ", - "+ ${csp.mslf.cost.epc.fixed}; };", - "", - "equations{ 'csp.mslf.cost.htf_system' } = define() {", - "\treturn ${csp.mslf.cost.htf_system.area}*${csp.mslf.cost.htf_system.cost_per_m2}; };", - "", - "equations{ 'csp.mslf.cost.site_improvements' } = define() {", - "\treturn ${csp.mslf.cost.site_improvements.area}*${csp.mslf.cost.site_improvements.cost_per_m2}; };", - "", - "equations{ 'csp.mslf.cost.fossil_backup.mwe' } = define() {", - "\treturn ${demand_var}; };", - "", - "equations{ 'csp.mslf.cost.bop' } = define() {", - "\treturn ${csp.mslf.cost.bop_mwe}*${csp.mslf.cost.bop_per_kwe}*1000; };", - "", - "equations{ 'csp.mslf.cost.solar_field.area' } = define() {", - "\treturn ${a_sf_act}; };", - "", - "equations{ 'csp.mslf.cost.total_direct' } = define() {", - "\treturn ${csp.mslf.cost.contingency}", - "+${csp.mslf.cost.site_improvements}", - "+${csp.mslf.cost.solar_field}", - "+${csp.mslf.cost.htf_system}", - "+${csp.mslf.cost.fossil_backup}", - "+${csp.mslf.cost.power_plant} ", - "+${csp.mslf.cost.bop}", - "+${csp.mslf.cost.ts}; };", - "", - "equations{ 'csp.mslf.cost.site_improvements.area' } = define() {", - "\treturn ${a_sf_act}; };", - "", - "equations{ 'csp.mslf.cost.htf_system.area' } = define() {", - "\treturn ${a_sf_act}; };", - "", - "equations{ 'csp.mslf.cost.power_plant.mwe' } = define() {", - "\treturn ${demand_var}; };", - "", - "equations{ 'csp.mslf.cost.solar_field' } = define() {", - "\treturn ${csp.mslf.cost.solar_field.area}*${csp.mslf.cost.solar_field.cost_per_m2}; };", - "", - "equations{ 'csp.mslf.cost.total_indirect' } = define() {", - "\treturn ${csp.mslf.cost.epc.total}+${csp.mslf.cost.plm.total}; };", - "", - "equations{ 'csp.mslf.cost.fossil_backup' } = define() {", - "\treturn ${csp.mslf.cost.fossil_backup.mwe}*${csp.mslf.cost.fossil_backup.cost_per_kwe}*1000; };", - "", - "equations{ 'csp.mslf.cost.contingency' } = define() {", - "\treturn ${csp.mslf.cost.contingency_percent}/100*(", - "\t ${csp.mslf.cost.site_improvements}", - "\t+${csp.mslf.cost.solar_field}", - "\t+${csp.mslf.cost.htf_system}", - "\t+${csp.mslf.cost.fossil_backup}", - "\t+${csp.mslf.cost.power_plant}", - "\t+${csp.mslf.cost.bop}", - "\t+${csp.mslf.cost.ts} ); };", - "", - "equations{ 'csp.mslf.cost.installed_per_capacity' } = define() {", - "\treturn 0.001*${csp.mslf.cost.total_installed}/${nameplate}; };", - "", - "equations{ 'csp.mslf.cost.total_land_area' } = define() {", - "\treturn ${total_land_area}; };", - "", - "equations{ 'csp.mslf.cost.nameplate' } = define() {", - "\treturn ${nameplate}; };", - "", - "equations{ 'csp.mslf.cost.sales_tax.value' } = define() {", - "\treturn ${sales_tax_rate}; };", - "", - "equations{ 'csp.mslf.cost.sales_tax.total' } = define() {", - "\treturn ${csp.mslf.cost.sales_tax.value}/100*${csp.mslf.cost.total_direct}*${csp.mslf.cost.sales_tax.percent}/100; };", - "", - "equations{ 'total_installed_cost' } = define() {", - "\treturn ${csp.mslf.cost.total_installed};", - "};", - "", - "equations{ 'total_direct_cost' } = define() {", - "\treturn ${csp.mslf.cost.total_indirect};", - "};", - "", - "", + "equations{ 'CC_DISP_site_improvements_area' } = define() {\r", + "\treturn ${SD_CALC_total_Ap}; };\r", + "\r", + "equations{ 'CC_DISP_solar_field_area' } = define() {\r", + "\treturn ${SD_CALC_total_Ap}; };\r", + "\t\r", + "equations{ 'CC_COPY_Q_tes' } = define() {\r", + "\treturn ${TS_CALC_Q_tes}; };\r", + "\r", + "equations{ 'CC_DISP_htf_system_area' } = define() {\r", + "\treturn ${SD_CALC_total_Ap}; };\r", + "\t\r", + "equations{ 'CC_DISP_fossil_mwe' } = define() {\r", + "\treturn ${P_ref}; };\r", + "\r", + "equations{ 'CC_DISP_power_plant_mwe' } = define() {\r", + "\treturn ${P_ref}; };\r", + "\r", + "equations{ 'CC_DISP_bop_mwe' } = define() {\r", + "\treturn ${P_ref}; };\r", + "\r", + "equations{ 'CC_COPY_total_land_area' } = define() {\r", + "\treturn ${SF_CALC_total_land_area}; };\r", + "\t\r", + "equations{ 'CC_COPY_nameplate' } = define() {\r", + "\treturn ${nameplate}; };\r", + "\r", + "equations{ 'CC_COPY_sales_tax_rate' } = define() {\r", + "\treturn ${sales_tax_rate}; };\r", + "\r", + "equations{ 'total_installed_cost' } = define() {\r", + "\treturn ${CC_CALC_total_installed_cost}; };\r", + "\r", + "equations{ 'total_direct_cost' } = define() {\r", + "\treturn ${CC_CALC_total_direct_cost}; };\r", + "\t\r", + "equations{ 'total_indirect_cost' } = define() {\r", + "\treturn ${CC_CALC_total_indirect_cost}; };\r", "" ], "Callbacks": [] diff --git a/deploy/runtime/ui/Molten Salt Linear Fresnel Collector and Receiver.json b/deploy/runtime/ui/MSLF Collector and Receiver.json similarity index 94% rename from deploy/runtime/ui/Molten Salt Linear Fresnel Collector and Receiver.json rename to deploy/runtime/ui/MSLF Collector and Receiver.json index 263f16d1fd..95a7d028fb 100644 --- a/deploy/runtime/ui/Molten Salt Linear Fresnel Collector and Receiver.json +++ b/deploy/runtime/ui/MSLF Collector and Receiver.json @@ -1,5 +1,5 @@ { - "Name": "Molten Salt Linear Fresnel Collector and Receiver", + "Name": "MSLF Collector and Receiver", "Width": 774.0, "Height": 1543.0, "FormObjects": { @@ -91,19 +91,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "ColAz" + "String": "CR_CALC_DP_pressure_loss" }, "X": { "Type": 3.0, - "Integer": 297.0 + "Integer": 246.0 }, "Y": { "Type": 3.0, - "Integer": 123.0 + "Integer": 882.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, @@ -174,19 +174,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "DP_nominal" + "String": "CR_CALC_avg_dt_des" }, "X": { "Type": 3.0, - "Integer": 246.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 801.0 + "Integer": 1398.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -257,19 +257,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "DP_pressure_loss" + "String": "CR_CALC_hl_des" }, "X": { "Type": 3.0, - "Integer": 246.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 882.0 + "Integer": 1422.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -289,11 +289,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 1.0 }, "Prefix": { "Type": 5.0, @@ -331,7 +331,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 59.0 } } }, @@ -340,15 +340,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Dirt_mirror" + "String": "CR_CALC_opt_derate" }, "X": { "Type": 3.0, - "Integer": 639.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 99.0 + "Integer": 1470.0 }, "Width": { "Type": 3.0, @@ -372,7 +372,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -414,7 +414,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 59.0 } } }, @@ -423,15 +423,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Error" + "String": "CR_CALC_opt_normal" }, "X": { "Type": 3.0, - "Integer": 639.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 123.0 + "Integer": 1494.0 }, "Width": { "Type": 3.0, @@ -455,7 +455,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -497,7 +497,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 60.0 } } }, @@ -506,15 +506,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "GeomEffects" + "String": "CR_COPY_loop_therm_eff" }, "X": { "Type": 3.0, - "Integer": 639.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 51.0 + "Integer": 1446.0 }, "Width": { "Type": 3.0, @@ -538,7 +538,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -580,239 +580,275 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 60.0 } } }, - "GroupBox": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "GroupBox1" + "String": "ColAz" }, "X": { "Type": 3.0, - "Integer": 6.0 + "Integer": 297.0 }, "Y": { "Type": 3.0, - "Integer": 9.0 + "Integer": 123.0 }, "Width": { "Type": 3.0, - "Integer": 755.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, - "Integer": 623.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Collector Geometry and Optical Performance" + "String": "" }, - "Bold": { + "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": 0.0 } } }, - "GroupBox": { + "Choice": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "GroupBox2" + "String": "DISP_AbsorberMaterial" }, "X": { "Type": 3.0, - "Integer": 9.0 + "Integer": 591.0 }, "Y": { "Type": 3.0, - "Integer": 636.0 + "Integer": 1020.0 }, "Width": { "Type": 3.0, - "Integer": 755.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, - "Integer": 740.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Receiver Geometry and Heat Loss" + "Items": { + "Type": 6.0, + "StringList": "304L|216L|321H|B42 Copper" }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "Selection": { + "Type": 3.0, + "Integer": 0.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": 10.0 } } }, - "GroupBox": { + "Choice": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "GroupBox3" + "String": "DISP_AnnulusGas1" }, "X": { "Type": 3.0, - "Integer": 12.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 1380.0 + "Integer": 1248.0 }, "Width": { "Type": 3.0, - "Integer": 755.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, - "Integer": 146.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Aggregate Weighted Losses" + "Items": { + "Type": 6.0, + "StringList": "Air|Argon|Hydrogen" }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "Selection": { + "Type": 3.0, + "Integer": 0.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": 18.0 } } }, - "Divider": { + "Choice": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "HLine1" + "String": "DISP_AnnulusGas2" }, "X": { "Type": 3.0, - "Integer": 30.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 540.0 + "Integer": 1248.0 }, "Width": { "Type": 3.0, - "Integer": 724.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Orientation": { + "Items": { + "Type": 6.0, + "StringList": "Air|Argon|Hydrogen" + }, + "Selection": { "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": "Incidence Angle Modifier Coefficients" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "TabOrder": { + "Type": 3.0, + "Integer": 30.0 } } }, - "Divider": { + "Choice": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "HLine11" + "String": "DISP_AnnulusGas3" }, "X": { "Type": 3.0, - "Integer": 30.0 + "Integer": 507.0 }, "Y": { "Type": 3.0, - "Integer": 207.0 + "Integer": 1248.0 }, "Width": { "Type": 3.0, - "Integer": 724.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, - "Integer": 27.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Orientation": { + "Items": { + "Type": 6.0, + "StringList": "Air|Argon|Hydrogen" + }, + "Selection": { "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 Position/Collector Incidence Angle Table" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "TabOrder": { + "Type": 3.0, + "Integer": 42.0 } } }, - "Divider": { + "Choice": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "HLine12" + "String": "DISP_AnnulusGas4" }, "X": { "Type": 3.0, - "Integer": 27.0 + "Integer": 636.0 }, "Y": { "Type": 3.0, - "Integer": 672.0 + "Integer": 1248.0 }, "Width": { "Type": 3.0, - "Integer": 724.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -822,76 +858,100 @@ "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 - } + "Items": { + "Type": 6.0, + "StringList": "Air|Argon|Hydrogen" }, - "Caption": { - "Type": 5.0, - "String": "Polynomial fit heat loss model" + "Selection": { + "Type": 3.0, + "Integer": 0.0 }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "TabOrder": { + "Type": 3.0, + "Integer": 54.0 } } }, - "Divider": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "HLine121" + "String": "DISP_DP_coefs0" }, "X": { "Type": 3.0, - "Integer": 30.0 + "Integer": 246.0 }, "Y": { "Type": 3.0, - "Integer": 921.0 + "Integer": 846.0 }, "Width": { "Type": 3.0, - "Integer": 724.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Orientation": { + "Value": { + "Type": 1.0, + "Double": 0.0 + }, + "Mode": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, - "Colour": { + "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": 120.0, - "Green": 120.0, - "Blue": 120.0, + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, "Alpha": 255.0 } }, - "Caption": { - "Type": 5.0, - "String": "Evacuated tube heat loss model" + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "TabOrder": { + "Type": 3.0, + "Integer": 0.0 } } }, @@ -900,19 +960,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "L_crossover" + "String": "DISP_DP_coefs1" }, "X": { "Type": 3.0, - "Integer": 297.0 + "Integer": 345.0 }, "Y": { "Type": 3.0, - "Integer": 75.0 + "Integer": 846.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, @@ -983,19 +1043,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "L_mod" + "String": "DISP_DP_coefs2" }, "X": { "Type": 3.0, - "Integer": 297.0 + "Integer": 444.0 }, "Y": { "Type": 3.0, - "Integer": 51.0 + "Integer": 846.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, @@ -1066,19 +1126,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "L_mod_spacing" + "String": "DISP_DP_coefs3" }, "X": { "Type": 3.0, - "Integer": 297.0 + "Integer": 546.0 }, "Y": { "Type": 3.0, - "Integer": 99.0 + "Integer": 846.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, @@ -1144,24 +1204,24 @@ } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label1" + "String": "DISP_D_abs_in" }, "X": { "Type": 3.0, - "Integer": 48.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 156.0 + "Integer": 948.0 }, "Width": { "Type": 3.0, - "Integer": 260.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1171,11 +1231,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Optical characterization method:" + "String": "" }, - "TextColour": { + "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, @@ -1184,46 +1272,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 3.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label2" + "String": "DISP_D_abs_out" }, "X": { "Type": 3.0, - "Integer": 42.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 576.0 + "Integer": 972.0 }, "Width": { "Type": 3.0, - "Integer": 257.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1233,11 +1314,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Transverse incidence angle modifier" + "String": "" }, - "TextColour": { + "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, @@ -1246,46 +1355,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 4.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label21" + "String": "DISP_D_glass_in" }, "X": { "Type": 3.0, - "Integer": 45.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 711.0 + "Integer": 996.0 }, "Width": { "Type": 3.0, - "Integer": 197.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1295,11 +1397,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "HTF temperature adjustment" + "String": "" }, - "TextColour": { + "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, @@ -1308,46 +1438,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 5.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label211" + "String": "DISP_D_glass_out" }, "X": { "Type": 3.0, - "Integer": 45.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 1128.0 + "Integer": 1020.0 }, "Width": { "Type": 3.0, - "Integer": 203.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1357,11 +1480,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Absorber emittance" + "String": "" }, - "TextColour": { + "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, @@ -1370,46 +1521,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 6.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label2111" + "String": "DISP_D_plug" }, "X": { "Type": 3.0, - "Integer": 45.0 + "Integer": 591.0 }, "Y": { "Type": 3.0, - "Integer": 1152.0 + "Integer": 948.0 }, "Width": { "Type": 3.0, - "Integer": 203.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1419,11 +1563,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Envelope absorptance" + "String": "" }, - "TextColour": { + "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, @@ -1432,46 +1604,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 7.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label21111" + "String": "DISP_Design_loss1" }, "X": { "Type": 3.0, - "Integer": 45.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 1176.0 + "Integer": 1296.0 }, "Width": { "Type": 3.0, - "Integer": 203.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1481,59 +1646,80 @@ "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Glass envelope emissivity" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "Mode": { + "Type": 3.0, + "Integer": 1.0 }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "Format": { + "Type": 3.0, + "Integer": 1.0 }, - "FontSize": { + "Decimals": { "Type": 3.0, - "Integer": 0.0 + "Integer": 3.0 }, - "WordWrap": { + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { "Type": 2.0, "Boolean": 0.0 }, - "AlignRight": { + "Editable": { "Type": 2.0, "Boolean": 1.0 }, - "AlignTop": { - "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": 20.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label211111" + "String": "DISP_Design_loss2" }, "X": { "Type": 3.0, - "Integer": 45.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 1200.0 + "Integer": 1296.0 }, "Width": { "Type": 3.0, - "Integer": 203.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1543,11 +1729,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Envelope transmittance" + "String": "" }, - "TextColour": { + "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, @@ -1556,46 +1770,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 32.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label212" + "String": "DISP_Design_loss3" }, "X": { "Type": 3.0, - "Integer": 45.0 + "Integer": 507.0 }, "Y": { "Type": 3.0, - "Integer": 1104.0 + "Integer": 1296.0 }, "Width": { "Type": 3.0, - "Integer": 203.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1605,11 +1812,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Absorber absorptance" + "String": "" }, - "TextColour": { + "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, @@ -1618,46 +1853,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 44.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label22" + "String": "DISP_Design_loss4" }, "X": { "Type": 3.0, - "Integer": 45.0 + "Integer": 636.0 }, "Y": { "Type": 3.0, - "Integer": 1080.0 + "Integer": 1296.0 }, "Width": { "Type": 3.0, - "Integer": 203.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1667,11 +1895,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Variant weighting fraction" + "String": "" }, - "TextColour": { + "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, @@ -1680,46 +1936,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 56.0 } } }, - "Label": { + "Choice": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label3" + "String": "DISP_Flow_type" }, "X": { "Type": 3.0, - "Integer": 42.0 + "Integer": 591.0 }, "Y": { "Type": 3.0, - "Integer": 600.0 + "Integer": 996.0 }, "Width": { "Type": 3.0, - "Integer": 257.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1729,59 +1978,38 @@ "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Longitudinal incidence angle modifier" - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "Items": { + "Type": 6.0, + "StringList": "Tube flow|Annular flow" }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 - }, - "FontSize": { + "Selection": { "Type": 3.0, "Integer": 0.0 }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "TabOrder": { + "Type": 3.0, + "Integer": 9.0 } } }, - "Label": { + "CheckBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label31" + "String": "DISP_GlazingIntactIn1" }, "X": { "Type": 3.0, - "Integer": 45.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 756.0 + "Integer": 1224.0 }, "Width": { "Type": 3.0, - "Integer": 197.0 + "Integer": 128.0 }, "Height": { "Type": 3.0, @@ -1793,57 +2021,36 @@ }, "Caption": { "Type": 5.0, - "String": "Wind velocity adjustment" - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "String": "Broken Glass" }, - "Bold": { + "State": { "Type": 2.0, "Boolean": 0.0 }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 17.0 } } }, - "Label": { + "CheckBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label311" + "String": "DISP_GlazingIntactIn2" }, "X": { "Type": 3.0, - "Integer": 21.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 1320.0 + "Integer": 1224.0 }, "Width": { "Type": 3.0, - "Integer": 227.0 + "Integer": 128.0 }, "Height": { "Type": 3.0, @@ -1855,57 +2062,36 @@ }, "Caption": { "Type": 5.0, - "String": "Receiver bellows shadowing loss" - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "String": "Broken Glass" }, - "Bold": { + "State": { "Type": 2.0, "Boolean": 0.0 }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 29.0 } } }, - "Label": { + "CheckBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label3111" + "String": "DISP_GlazingIntactIn3" }, "X": { "Type": 3.0, - "Integer": 21.0 + "Integer": 507.0 }, "Y": { "Type": 3.0, - "Integer": 1296.0 + "Integer": 1224.0 }, "Width": { "Type": 3.0, - "Integer": 227.0 + "Integer": 128.0 }, "Height": { "Type": 3.0, @@ -1917,57 +2103,36 @@ }, "Caption": { "Type": 5.0, - "String": "Receiver heat loss at design (W/m)" - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "String": "Broken Glass" }, - "Bold": { + "State": { "Type": 2.0, "Boolean": 0.0 }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 41.0 } } }, - "Label": { + "CheckBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label312" + "String": "DISP_GlazingIntactIn4" }, "X": { "Type": 3.0, - "Integer": 45.0 + "Integer": 636.0 }, "Y": { "Type": 3.0, - "Integer": 1248.0 + "Integer": 1224.0 }, "Width": { "Type": 3.0, - "Integer": 203.0 + "Integer": 113.0 }, "Height": { "Type": 3.0, @@ -1979,57 +2144,36 @@ }, "Caption": { "Type": 5.0, - "String": "Annulus gas type" - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "String": "Broken Glass" }, - "Bold": { + "State": { "Type": 2.0, "Boolean": 0.0 }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 53.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label313" + "String": "DISP_HCE_FieldFrac1" }, "X": { "Type": 3.0, - "Integer": 15.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 846.0 + "Integer": 1080.0 }, "Width": { "Type": 3.0, - "Integer": 230.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -2039,11 +2183,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Part-load pressure loss adjustment" + "String": "" }, - "TextColour": { + "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, @@ -2052,46 +2224,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 11.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label32" + "String": "DISP_HCE_FieldFrac2" }, "X": { "Type": 3.0, - "Integer": 21.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 1344.0 + "Integer": 1080.0 }, "Width": { "Type": 3.0, - "Integer": 227.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -2101,73 +2266,39 @@ "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Dirt on the receiver envelope loss" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "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": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "Label33" - }, - "X": { - "Type": 3.0, - "Integer": 45.0 - }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 1272.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 203.0 + "Integer": 1.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 21.0 + "Integer": 3.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, "String": "" }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "Annulus gas pressure (torr)" + "String": "" }, - "TextColour": { + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2176,122 +2307,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 23.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label4" + "String": "DISP_HCE_FieldFrac3" }, "X": { "Type": 3.0, - "Integer": 312.0 + "Integer": 507.0 }, "Y": { "Type": 3.0, - "Integer": 555.0 + "Integer": 1080.0 }, "Width": { "Type": 3.0, - "Integer": 53.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Const" - }, - "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": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "Label41" - }, - "X": { - "Type": 3.0, - "Integer": 387.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 555.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 53.0 + "Integer": 1.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 18.0 + "Integer": 3.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, "String": "" }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "C1" + "String": "" }, - "TextColour": { + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2300,122 +2390,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 35.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label411" + "String": "DISP_HCE_FieldFrac4" }, "X": { "Type": 3.0, - "Integer": 537.0 + "Integer": 636.0 }, "Y": { "Type": 3.0, - "Integer": 555.0 + "Integer": 1080.0 }, "Width": { "Type": 3.0, - "Integer": 53.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "C3" - }, - "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": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "Label4111" - }, - "X": { - "Type": 3.0, - "Integer": 546.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 693.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 95.0 + "Integer": 1.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 18.0 + "Integer": 3.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, "String": "" }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "C3 (W/m-K^3)" + "String": "" }, - "TextColour": { + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2424,122 +2473,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 47.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label41111" + "String": "DISP_HL_T_coefs0" }, "X": { "Type": 3.0, - "Integer": 546.0 + "Integer": 246.0 }, "Y": { "Type": 3.0, - "Integer": 738.0 + "Integer": 711.0 }, "Width": { "Type": 3.0, - "Integer": 95.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "C3 (W/m-(m/s)^3)" - }, - "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": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "Label411111" - }, - "X": { - "Type": 3.0, - "Integer": 645.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 738.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 95.0 + "Integer": 1.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 18.0 + "Integer": 3.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, "String": "" }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "C4 (W/m-(m/s)^4)" + "String": "" }, - "TextColour": { + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2548,122 +2556,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label411112" + "String": "DISP_HL_T_coefs1" }, "X": { "Type": 3.0, - "Integer": 546.0 + "Integer": 345.0 }, "Y": { "Type": 3.0, - "Integer": 828.0 + "Integer": 711.0 }, "Width": { "Type": 3.0, - "Integer": 95.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "C3 " - }, - "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": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "Label41112" - }, - "X": { - "Type": 3.0, - "Integer": 636.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 1053.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 110.0 + "Integer": 1.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 21.0 + "Integer": 3.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, "String": "" }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "Variation 4*" + "String": "" }, - "TextColour": { + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2672,60 +2639,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label41113" + "String": "DISP_HL_T_coefs2" }, "X": { "Type": 3.0, - "Integer": 645.0 + "Integer": 444.0 }, "Y": { "Type": 3.0, - "Integer": 693.0 + "Integer": 711.0 }, "Width": { "Type": 3.0, - "Integer": 95.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "C4 (W/m-K^4)" + "String": "" }, - "TextColour": { + "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, @@ -2734,46 +2722,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label4112" + "String": "DISP_HL_T_coefs3" }, "X": { "Type": 3.0, - "Integer": 507.0 + "Integer": 546.0 }, "Y": { "Type": 3.0, - "Integer": 1053.0 + "Integer": 711.0 }, "Width": { "Type": 3.0, - "Integer": 110.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, @@ -2783,11 +2764,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Variation 3" + "String": "" }, - "TextColour": { + "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, @@ -2796,122 +2805,164 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label412" + "String": "DISP_HL_T_coefs4" }, "X": { "Type": 3.0, - "Integer": 345.0 + "Integer": 645.0 }, "Y": { "Type": 3.0, - "Integer": 693.0 + "Integer": 711.0 }, "Width": { "Type": 3.0, - "Integer": 83.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "C1 (W/m-K)" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "Mode": { + "Type": 3.0, + "Integer": 1.0 }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "Format": { + "Type": 3.0, + "Integer": 1.0 }, - "FontSize": { + "Decimals": { "Type": 3.0, - "Integer": -1.0 + "Integer": 3.0 }, - "WordWrap": { + "Prefix": { + "Type": 5.0, + "String": "" + }, + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { "Type": 2.0, "Boolean": 0.0 }, - "AlignRight": { + "Editable": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 + }, + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } + }, + "TabOrder": { + "Type": 3.0, + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label4121" + "String": "DISP_HL_w_coefs0" }, "X": { "Type": 3.0, - "Integer": 345.0 + "Integer": 246.0 }, "Y": { "Type": 3.0, - "Integer": 738.0 + "Integer": 756.0 }, "Width": { "Type": 3.0, - "Integer": 83.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "C1 (W/m-(m/s))" + "String": "" }, - "TextColour": { + "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, @@ -2920,34 +2971,27 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label41211" + "String": "DISP_HL_w_coefs1" }, "X": { "Type": 3.0, @@ -2955,25 +2999,53 @@ }, "Y": { "Type": 3.0, - "Integer": 828.0 + "Integer": 756.0 }, "Width": { "Type": 3.0, - "Integer": 83.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "C1" + "String": "" }, - "TextColour": { + "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, @@ -2982,46 +3054,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label413" + "String": "DISP_HL_w_coefs2" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 444.0 }, "Y": { "Type": 3.0, - "Integer": 1053.0 + "Integer": 756.0 }, "Width": { "Type": 3.0, - "Integer": 110.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, @@ -3031,11 +3096,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Variation 2" + "String": "" }, - "TextColour": { + "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, @@ -3044,60 +3137,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label42" + "String": "DISP_HL_w_coefs3" }, "X": { "Type": 3.0, - "Integer": 462.0 + "Integer": 546.0 }, "Y": { "Type": 3.0, - "Integer": 555.0 + "Integer": 756.0 }, "Width": { "Type": 3.0, - "Integer": 53.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "C2" + "String": "" }, - "TextColour": { + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 + }, + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -3106,60 +3220,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label421" + "String": "DISP_HL_w_coefs4" }, "X": { "Type": 3.0, - "Integer": 615.0 + "Integer": 645.0 }, "Y": { "Type": 3.0, - "Integer": 555.0 + "Integer": 756.0 }, "Width": { "Type": 3.0, - "Integer": 53.0 + "Integer": 85.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "C4" + "String": "" }, - "TextColour": { + "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, @@ -3168,60 +3303,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label422" + "String": "DISP_IAM_L_coefs0" }, "X": { "Type": 3.0, - "Integer": 444.0 + "Integer": 303.0 }, "Y": { "Type": 3.0, - "Integer": 693.0 + "Integer": 600.0 }, "Width": { "Type": 3.0, - "Integer": 95.0 + "Integer": 73.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "C2 (W/m-K^2)" + "String": "" }, - "TextColour": { + "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, @@ -3230,122 +3386,164 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label4221" + "String": "DISP_IAM_L_coefs1" }, "X": { "Type": 3.0, - "Integer": 444.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 738.0 + "Integer": 600.0 }, "Width": { "Type": 3.0, - "Integer": 95.0 + "Integer": 73.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "C2 (W/m-(m/s)^2)" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "Mode": { + "Type": 3.0, + "Integer": 1.0 }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "Format": { + "Type": 3.0, + "Integer": 1.0 }, - "FontSize": { + "Decimals": { "Type": 3.0, - "Integer": -1.0 + "Integer": 3.0 }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 + "Prefix": { + "Type": 5.0, + "String": "" }, - "AlignRight": { + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { "Type": 2.0, "Boolean": 0.0 }, - "AlignTop": { + "Editable": { "Type": 2.0, - "Boolean": 0.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": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label42211" + "String": "DISP_IAM_L_coefs2" }, "X": { "Type": 3.0, - "Integer": 444.0 + "Integer": 453.0 }, "Y": { "Type": 3.0, - "Integer": 828.0 + "Integer": 600.0 }, "Width": { "Type": 3.0, - "Integer": 95.0 + "Integer": 73.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "C2" + "String": "" }, - "TextColour": { + "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, @@ -3354,60 +3552,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label43" + "String": "DISP_IAM_L_coefs3" }, "X": { "Type": 3.0, - "Integer": 246.0 + "Integer": 528.0 }, "Y": { "Type": 3.0, - "Integer": 693.0 + "Integer": 600.0 }, "Width": { "Type": 3.0, - "Integer": 83.0 + "Integer": 73.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "C0 (W/m)" + "String": "" }, - "TextColour": { + "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, @@ -3416,60 +3635,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label431" + "String": "DISP_IAM_L_coefs4" }, "X": { "Type": 3.0, - "Integer": 246.0 + "Integer": 603.0 }, "Y": { "Type": 3.0, - "Integer": 738.0 + "Integer": 600.0 }, "Width": { "Type": 3.0, - "Integer": 83.0 + "Integer": 73.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "C0 (W/m)" + "String": "" }, - "TextColour": { + "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, @@ -3478,60 +3718,81 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label4311" + "String": "DISP_IAM_T_coefs0" }, "X": { "Type": 3.0, - "Integer": 246.0 + "Integer": 303.0 }, "Y": { "Type": 3.0, - "Integer": 828.0 + "Integer": 576.0 }, "Width": { "Type": 3.0, - "Integer": 83.0 + "Integer": 73.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "C0" + "Value": { + "Type": 1.0, + "Double": 0.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 }, - "TextColour": { + "Editable": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ForeColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -3540,46 +3801,39 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, - "Integer": -1.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 + "Integer": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label44" + "String": "DISP_IAM_T_coefs1" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 1053.0 + "Integer": 576.0 }, "Width": { "Type": 3.0, - "Integer": 110.0 + "Integer": 73.0 }, "Height": { "Type": 3.0, @@ -3589,11 +3843,39 @@ "Type": 5.0, "String": "" }, - "Caption": { + "Value": { + "Type": 1.0, + "Double": 0.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": "Variation 1" + "String": "" }, - "TextColour": { + "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, @@ -3602,262 +3884,267 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignRight": { - "Type": 2.0, - "Boolean": 0.0 - }, - "AlignTop": { - "Type": 2.0, - "Boolean": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label5" + "String": "DISP_IAM_T_coefs2" }, "X": { "Type": 3.0, - "Integer": 39.0 + "Integer": 453.0 }, "Y": { "Type": 3.0, - "Integer": 483.0 + "Integer": 576.0 }, "Width": { "Type": 3.0, - "Integer": 707.0 + "Integer": 73.0 }, "Height": { "Type": 3.0, - "Integer": 18.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Specifying solar position table: Rows indicate solar zenith angles (deg), columns are solar azimuth angles (deg)" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 128.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "Mode": { + "Type": 3.0, + "Integer": 1.0 }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "Format": { + "Type": 3.0, + "Integer": 1.0 }, - "FontSize": { + "Decimals": { "Type": 3.0, - "Integer": -1.0 + "Integer": 3.0 }, - "WordWrap": { - "Type": 2.0, - "Boolean": 0.0 + "Prefix": { + "Type": 5.0, + "String": "" }, - "AlignRight": { + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { "Type": 2.0, "Boolean": 0.0 }, - "AlignTop": { + "Editable": { "Type": 2.0, - "Boolean": 0.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": 0.0 } } }, - "Label": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "Label51" + "String": "DISP_IAM_T_coefs3" }, "X": { "Type": 3.0, - "Integer": 39.0 + "Integer": 528.0 }, "Y": { "Type": 3.0, - "Integer": 501.0 + "Integer": 576.0 }, "Width": { "Type": 3.0, - "Integer": 707.0 + "Integer": 73.0 }, "Height": { "Type": 3.0, - "Integer": 39.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Specifying collector incidence angle table: Rows indicate longitudinal incidence angles (deg), columns indicate transversal incidence angles (deg)" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 128.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "Mode": { + "Type": 3.0, + "Integer": 1.0 }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "Format": { + "Type": 3.0, + "Integer": 1.0 }, - "FontSize": { + "Decimals": { "Type": 3.0, - "Integer": -1.0 + "Integer": 3.0 }, - "WordWrap": { - "Type": 2.0, - "Boolean": 1.0 + "Prefix": { + "Type": 5.0, + "String": "" }, - "AlignRight": { + "Suffix": { + "Type": 5.0, + "String": "" + }, + "ThousandsSep": { "Type": 2.0, "Boolean": 0.0 }, - "AlignTop": { + "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": 0.0 } } }, - "DataMatrix": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "OpticalTable" + "String": "DISP_IAM_T_coefs4" }, "X": { "Type": 3.0, - "Integer": 39.0 + "Integer": 603.0 }, "Y": { "Type": 3.0, - "Integer": 237.0 + "Integer": 576.0 }, "Width": { "Type": 3.0, - "Integer": 707.0 + "Integer": 73.0 }, "Height": { "Type": 3.0, - "Integer": 244.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "PasteAppendRows": { - "Type": 2.0, - "Boolean": 0.0 - }, - "PasteAppendCols": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ShowButtons": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ShowRows": { - "Type": 2.0, - "Boolean": 1.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "ShowRowLabels": { - "Type": 2.0, - "Boolean": 0.0 + "Mode": { + "Type": 3.0, + "Integer": 1.0 }, - "RowLabels": { - "Type": 5.0, - "String": "" + "Format": { + "Type": 3.0, + "Integer": 1.0 }, - "ShadeR0C0": { - "Type": 2.0, - "Boolean": 1.0 + "Decimals": { + "Type": 3.0, + "Integer": 3.0 }, - "VerticalLabel": { + "Prefix": { "Type": 5.0, "String": "" }, - "HorizontalLabel": { + "Suffix": { "Type": 5.0, "String": "" }, - "ShadeC0": { + "ThousandsSep": { "Type": 2.0, "Boolean": 0.0 }, - "ShowCols": { + "Editable": { "Type": 2.0, "Boolean": 1.0 }, - "ShowColLabels": { - "Type": 2.0, - "Boolean": 0.0 - }, - "ColLabels": { - "Type": 5.0, - "String": "" - }, - "NumRowsLabel": { - "Type": 5.0, - "String": "Rows:" + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } }, - "NumColsLabel": { - "Type": 5.0, - "String": "Cols:" + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "Layout": { + "TabOrder": { "Type": 3.0, "Integer": 0.0 - }, - "ChoiceColumn": { - "Type": 3.0, - "Integer": -1.0 - }, - "Choices": { - "Type": 5.0, - "String": "Choice1,Choice2" - }, - "HideColumn": { - "Type": 3.0, - "Integer": -1.0 - }, - "ShowColumn": { - "Type": 3.0, - "Integer": -1.0 - }, - "ColorMap": { - "Type": 2.0, - "Boolean": 0.0 } } }, @@ -3866,15 +4153,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "TrackingError" + "String": "DISP_P_a1" }, "X": { "Type": 3.0, - "Integer": 639.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 27.0 + "Integer": 1272.0 }, "Width": { "Type": 3.0, @@ -3940,24 +4227,24 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 19.0 } } }, - "Choice": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.AbsorberMaterial" + "String": "DISP_P_a2" }, "X": { "Type": 3.0, - "Integer": 591.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 1020.0 + "Integer": 1272.0 }, "Width": { "Type": 3.0, @@ -3971,75 +4258,76 @@ "Type": 5.0, "String": "" }, - "Items": { - "Type": 6.0, - "StringList": "304L|216L|321H|B42 Copper" - }, - "Selection": { - "Type": 3.0, - "Integer": 0.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 10.0 - } - } - }, - "Choice": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "csp.mslf.sf.AnnulusGas1" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "X": { + "Mode": { "Type": 3.0, - "Integer": 249.0 + "Integer": 1.0 }, - "Y": { + "Format": { "Type": 3.0, - "Integer": 1248.0 + "Integer": 1.0 }, - "Width": { + "Decimals": { "Type": 3.0, - "Integer": 100.0 + "Integer": 3.0 }, - "Height": { - "Type": 3.0, - "Integer": 21.0 + "Prefix": { + "Type": 5.0, + "String": "" }, - "Tool Tip": { + "Suffix": { "Type": 5.0, "String": "" }, - "Items": { - "Type": 6.0, - "StringList": "Air|Argon|Hydrogen" + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 }, - "Selection": { - "Type": 3.0, - "Integer": 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": 18.0 + "Integer": 31.0 } } }, - "Choice": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.AnnulusGas2" + "String": "DISP_P_a3" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 507.0 }, "Y": { "Type": 3.0, - "Integer": 1248.0 + "Integer": 1272.0 }, "Width": { "Type": 3.0, @@ -4053,34 +4341,76 @@ "Type": 5.0, "String": "" }, - "Items": { - "Type": 6.0, - "StringList": "Air|Argon|Hydrogen" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Selection": { + "Mode": { "Type": 3.0, - "Integer": 0.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": 30.0 + "Integer": 43.0 } } }, - "Choice": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.AnnulusGas3" + "String": "DISP_P_a4" }, "X": { "Type": 3.0, - "Integer": 507.0 + "Integer": 636.0 }, "Y": { "Type": 3.0, - "Integer": 1248.0 + "Integer": 1272.0 }, "Width": { "Type": 3.0, @@ -4094,58 +4424,59 @@ "Type": 5.0, "String": "" }, - "Items": { - "Type": 6.0, - "StringList": "Air|Argon|Hydrogen" - }, - "Selection": { - "Type": 3.0, - "Integer": 0.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 42.0 - } - } - }, - "Choice": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "csp.mslf.sf.AnnulusGas4" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "X": { + "Mode": { "Type": 3.0, - "Integer": 636.0 + "Integer": 1.0 }, - "Y": { + "Format": { "Type": 3.0, - "Integer": 1248.0 + "Integer": 1.0 }, - "Width": { + "Decimals": { "Type": 3.0, - "Integer": 100.0 + "Integer": 3.0 }, - "Height": { - "Type": 3.0, - "Integer": 21.0 + "Prefix": { + "Type": 5.0, + "String": "" }, - "Tool Tip": { + "Suffix": { "Type": 5.0, "String": "" }, - "Items": { - "Type": 6.0, - "StringList": "Air|Argon|Hydrogen" + "ThousandsSep": { + "Type": 2.0, + "Boolean": 0.0 }, - "Selection": { - "Type": 3.0, - "Integer": 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": 54.0 + "Integer": 55.0 } } }, @@ -4154,19 +4485,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.DP_coefs0" + "String": "DISP_Rough" }, "X": { "Type": 3.0, - "Integer": 246.0 + "Integer": 591.0 }, "Y": { "Type": 3.0, - "Integer": 846.0 + "Integer": 972.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -4228,7 +4559,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 8.0 } } }, @@ -4237,19 +4568,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.DP_coefs1" + "String": "DISP_Shadowing1" }, "X": { "Type": 3.0, - "Integer": 345.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 846.0 + "Integer": 1320.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -4311,7 +4642,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 21.0 } } }, @@ -4320,19 +4651,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.DP_coefs2" + "String": "DISP_Shadowing2" }, "X": { "Type": 3.0, - "Integer": 444.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 846.0 + "Integer": 1320.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -4394,7 +4725,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 33.0 } } }, @@ -4403,19 +4734,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.DP_coefs3" + "String": "DISP_Shadowing3" }, "X": { "Type": 3.0, - "Integer": 546.0 + "Integer": 507.0 }, "Y": { "Type": 3.0, - "Integer": 846.0 + "Integer": 1320.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -4477,7 +4808,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 45.0 } } }, @@ -4486,15 +4817,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.D_abs_in" + "String": "DISP_Shadowing4" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 636.0 }, "Y": { "Type": 3.0, - "Integer": 948.0 + "Integer": 1320.0 }, "Width": { "Type": 3.0, @@ -4560,7 +4891,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 3.0 + "Integer": 57.0 } } }, @@ -4569,7 +4900,7 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.D_abs_out" + "String": "DISP_Tau_envelope1" }, "X": { "Type": 3.0, @@ -4577,7 +4908,7 @@ }, "Y": { "Type": 3.0, - "Integer": 972.0 + "Integer": 1200.0 }, "Width": { "Type": 3.0, @@ -4643,7 +4974,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 4.0 + "Integer": 16.0 } } }, @@ -4652,15 +4983,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.D_glass_in" + "String": "DISP_Tau_envelope2" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 996.0 + "Integer": 1200.0 }, "Width": { "Type": 3.0, @@ -4726,7 +5057,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 5.0 + "Integer": 28.0 } } }, @@ -4735,15 +5066,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.D_glass_out" + "String": "DISP_Tau_envelope3" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 507.0 }, "Y": { "Type": 3.0, - "Integer": 1020.0 + "Integer": 1200.0 }, "Width": { "Type": 3.0, @@ -4809,7 +5140,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 6.0 + "Integer": 40.0 } } }, @@ -4818,15 +5149,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.D_plug" + "String": "DISP_Tau_envelope4" }, "X": { "Type": 3.0, - "Integer": 591.0 + "Integer": 636.0 }, "Y": { "Type": 3.0, - "Integer": 948.0 + "Integer": 1200.0 }, "Width": { "Type": 3.0, @@ -4892,7 +5223,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 7.0 + "Integer": 52.0 } } }, @@ -4901,7 +5232,7 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Design_loss1" + "String": "DISP_alpha_abs1" }, "X": { "Type": 3.0, @@ -4909,7 +5240,7 @@ }, "Y": { "Type": 3.0, - "Integer": 1296.0 + "Integer": 1104.0 }, "Width": { "Type": 3.0, @@ -4975,7 +5306,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 20.0 + "Integer": 12.0 } } }, @@ -4984,7 +5315,7 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Design_loss2" + "String": "DISP_alpha_abs2" }, "X": { "Type": 3.0, @@ -4992,7 +5323,7 @@ }, "Y": { "Type": 3.0, - "Integer": 1296.0 + "Integer": 1104.0 }, "Width": { "Type": 3.0, @@ -5058,7 +5389,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 32.0 + "Integer": 24.0 } } }, @@ -5067,7 +5398,7 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Design_loss3" + "String": "DISP_alpha_abs3" }, "X": { "Type": 3.0, @@ -5075,7 +5406,7 @@ }, "Y": { "Type": 3.0, - "Integer": 1296.0 + "Integer": 1104.0 }, "Width": { "Type": 3.0, @@ -5141,7 +5472,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 44.0 + "Integer": 36.0 } } }, @@ -5150,7 +5481,7 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Design_loss4" + "String": "DISP_alpha_abs4" }, "X": { "Type": 3.0, @@ -5158,7 +5489,7 @@ }, "Y": { "Type": 3.0, - "Integer": 1296.0 + "Integer": 1104.0 }, "Width": { "Type": 3.0, @@ -5224,24 +5555,24 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 56.0 + "Integer": 48.0 } } }, - "Choice": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Flow_type" + "String": "DISP_alpha_env1" }, "X": { "Type": 3.0, - "Integer": 591.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 996.0 + "Integer": 1152.0 }, "Width": { "Type": 3.0, @@ -5255,67 +5586,68 @@ "Type": 5.0, "String": "" }, - "Items": { - "Type": 6.0, - "StringList": "Tube flow|Annular flow" - }, - "Selection": { - "Type": 3.0, - "Integer": 0.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 9.0 - } - } - }, - "CheckBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "csp.mslf.sf.GlazingIntactIn1" - }, - "X": { - "Type": 3.0, - "Integer": 249.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 1224.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 128.0 + "Integer": 1.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 21.0 + "Integer": 3.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, "String": "" }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "Broken Glass" + "String": "" }, - "State": { + "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": 17.0 + "Integer": 14.0 } } }, - "CheckBox": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.GlazingIntactIn2" + "String": "DISP_alpha_env2" }, "X": { "Type": 3.0, @@ -5323,40 +5655,82 @@ }, "Y": { "Type": 3.0, - "Integer": 1224.0 + "Integer": 1152.0 }, "Width": { "Type": 3.0, - "Integer": 128.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, "Integer": 21.0 }, - "Tool Tip": { + "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": 1.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 3.0 + }, + "Prefix": { "Type": 5.0, "String": "" }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "Broken Glass" + "String": "" }, - "State": { + "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": 29.0 + "Integer": 26.0 } } }, - "CheckBox": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.GlazingIntactIn3" + "String": "DISP_alpha_env3" }, "X": { "Type": 3.0, @@ -5364,11 +5738,11 @@ }, "Y": { "Type": 3.0, - "Integer": 1224.0 + "Integer": 1152.0 }, "Width": { "Type": 3.0, - "Integer": 128.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -5378,58 +5752,59 @@ "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Broken Glass" - }, - "State": { - "Type": 2.0, - "Boolean": 0.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 41.0 - } - } - }, - "CheckBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "csp.mslf.sf.GlazingIntactIn4" - }, - "X": { - "Type": 3.0, - "Integer": 636.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 1224.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 131.0 + "Integer": 1.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 21.0 + "Integer": 3.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, "String": "" }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "Broken Glass" + "String": "" }, - "State": { + "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": 53.0 + "Integer": 38.0 } } }, @@ -5438,15 +5813,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HCE_FieldFrac1" + "String": "DISP_alpha_env4" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 636.0 }, "Y": { "Type": 3.0, - "Integer": 1080.0 + "Integer": 1152.0 }, "Width": { "Type": 3.0, @@ -5512,7 +5887,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 11.0 + "Integer": 50.0 } } }, @@ -5521,15 +5896,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HCE_FieldFrac2" + "String": "DISP_dirt_env1" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 1080.0 + "Integer": 1344.0 }, "Width": { "Type": 3.0, @@ -5595,7 +5970,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 23.0 + "Integer": 22.0 } } }, @@ -5604,15 +5979,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HCE_FieldFrac3" + "String": "DISP_dirt_env2" }, "X": { "Type": 3.0, - "Integer": 507.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 1080.0 + "Integer": 1344.0 }, "Width": { "Type": 3.0, @@ -5678,7 +6053,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 35.0 + "Integer": 34.0 } } }, @@ -5687,15 +6062,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HCE_FieldFrac4" + "String": "DISP_dirt_env3" }, "X": { "Type": 3.0, - "Integer": 636.0 + "Integer": 507.0 }, "Y": { "Type": 3.0, - "Integer": 1080.0 + "Integer": 1344.0 }, "Width": { "Type": 3.0, @@ -5761,7 +6136,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 47.0 + "Integer": 46.0 } } }, @@ -5770,19 +6145,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HL_T_coefs0" + "String": "DISP_dirt_env4" }, "X": { "Type": 3.0, - "Integer": 246.0 + "Integer": 636.0 }, "Y": { "Type": 3.0, - "Integer": 711.0 + "Integer": 1344.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -5844,7 +6219,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 58.0 } } }, @@ -5853,19 +6228,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HL_T_coefs1" + "String": "DISP_epsilon_glass1" }, "X": { "Type": 3.0, - "Integer": 345.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 711.0 + "Integer": 1176.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -5927,7 +6302,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 15.0 } } }, @@ -5936,19 +6311,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HL_T_coefs2" + "String": "DISP_epsilon_glass2" }, "X": { "Type": 3.0, - "Integer": 444.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 711.0 + "Integer": 1176.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -6010,7 +6385,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 27.0 } } }, @@ -6019,19 +6394,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HL_T_coefs3" + "String": "DISP_epsilon_glass3" }, "X": { "Type": 3.0, - "Integer": 546.0 + "Integer": 507.0 }, "Y": { "Type": 3.0, - "Integer": 711.0 + "Integer": 1176.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -6093,7 +6468,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": 39.0 } } }, @@ -6102,19 +6477,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HL_T_coefs4" + "String": "DISP_epsilon_glass4" }, "X": { "Type": 3.0, - "Integer": 645.0 + "Integer": 636.0 }, "Y": { "Type": 3.0, - "Integer": 711.0 + "Integer": 1176.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -6174,6 +6549,96 @@ "Alpha": 255.0 } }, + "TabOrder": { + "Type": 3.0, + "Integer": 51.0 + } + } + }, + "RadioChoice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "DISP_opt_model" + }, + "X": { + "Type": 3.0, + "Integer": 54.0 + }, + "Y": { + "Type": 3.0, + "Integer": 177.0 + }, + "Width": { + "Type": 3.0, + "Integer": 680.0 + }, + "Height": { + "Type": 3.0, + "Integer": 23.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Selection": { + "Type": 3.0, + "Integer": -1.0 + }, + "Items": { + "Type": 6.0, + "StringList": "Solar position table|Collector incidence angle table|Incidence angle modifiers" + }, + "ShowCaptions": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Horizontal": { + "Type": 2.0, + "Boolean": 1.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": 0.0 + } + } + }, + "Choice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "DISP_rec_model" + }, + "X": { + "Type": 3.0, + "Integer": 300.0 + }, + "Y": { + "Type": 3.0, + "Integer": 654.0 + }, + "Width": { + "Type": 3.0, + "Integer": 256.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Items": { + "Type": 6.0, + "StringList": "Polynomial heat loss model|Evacuated tube model" + }, + "Selection": { + "Type": 3.0, + "Integer": -1.0 + }, "TabOrder": { "Type": 3.0, "Integer": 0.0 @@ -6185,7 +6650,7 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HL_w_coefs0" + "String": "DP_nominal" }, "X": { "Type": 3.0, @@ -6193,7 +6658,7 @@ }, "Y": { "Type": 3.0, - "Integer": 756.0 + "Integer": 801.0 }, "Width": { "Type": 3.0, @@ -6268,19 +6733,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HL_w_coefs1" + "String": "Dirt_mirror" }, "X": { "Type": 3.0, - "Integer": 345.0 + "Integer": 639.0 }, "Y": { "Type": 3.0, - "Integer": 756.0 + "Integer": 99.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -6351,19 +6816,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HL_w_coefs2" + "String": "Error" }, "X": { "Type": 3.0, - "Integer": 444.0 + "Integer": 639.0 }, "Y": { "Type": 3.0, - "Integer": 756.0 + "Integer": 123.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -6434,19 +6899,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HL_w_coefs3" + "String": "GeomEffects" }, "X": { "Type": 3.0, - "Integer": 546.0 + "Integer": 639.0 }, "Y": { "Type": 3.0, - "Integer": 756.0 + "Integer": 51.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -6512,273 +6977,235 @@ } } }, - "Numeric": { + "GroupBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.HL_w_coefs4" + "String": "GroupBox1" }, "X": { "Type": 3.0, - "Integer": 645.0 + "Integer": 6.0 }, "Y": { "Type": 3.0, - "Integer": 756.0 + "Integer": 9.0 }, "Width": { "Type": 3.0, - "Integer": 85.0 + "Integer": 755.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 623.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Caption": { + "Type": 5.0, + "String": "Collector Geometry and Optical Performance" }, - "Mode": { + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox2" + }, + "X": { "Type": 3.0, - "Integer": 1.0 + "Integer": 9.0 }, - "Format": { + "Y": { "Type": 3.0, - "Integer": 1.0 + "Integer": 636.0 }, - "Decimals": { + "Width": { "Type": 3.0, - "Integer": 3.0 + "Integer": 755.0 }, - "Prefix": { - "Type": 5.0, - "String": "" + "Height": { + "Type": 3.0, + "Integer": 740.0 }, - "Suffix": { + "Tool Tip": { "Type": 5.0, "String": "" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 + "Caption": { + "Type": 5.0, + "String": "Receiver Geometry and Heat Loss" }, - "Editable": { + "Bold": { "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": 0.0 } } }, - "Numeric": { + "GroupBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.IAM_L_coefs0" + "String": "GroupBox3" }, "X": { "Type": 3.0, - "Integer": 303.0 + "Integer": 12.0 }, "Y": { "Type": 3.0, - "Integer": 600.0 + "Integer": 1380.0 }, "Width": { "Type": 3.0, - "Integer": 73.0 + "Integer": 755.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 146.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Caption": { + "Type": 5.0, + "String": "Aggregate Weighted Losses" }, - "Mode": { + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "HLine1" + }, + "X": { "Type": 3.0, - "Integer": 1.0 + "Integer": 30.0 }, - "Format": { + "Y": { "Type": 3.0, - "Integer": 1.0 + "Integer": 540.0 }, - "Decimals": { + "Width": { "Type": 3.0, - "Integer": 3.0 + "Integer": 724.0 }, - "Prefix": { - "Type": 5.0, - "String": "" + "Height": { + "Type": 3.0, + "Integer": 18.0 }, - "Suffix": { + "Tool Tip": { "Type": 5.0, "String": "" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "Orientation": { + "Type": 3.0, + "Integer": 0.0 }, - "ForeColour": { + "Colour": { "Type": 4.0, "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Caption": { + "Type": 5.0, + "String": "Incidence Angle Modifier Coefficients" }, - "TabOrder": { - "Type": 3.0, - "Integer": 0.0 + "Bold": { + "Type": 2.0, + "Boolean": 1.0 } } }, - "Numeric": { + "Divider": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.IAM_L_coefs1" + "String": "HLine11" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 30.0 }, "Y": { "Type": 3.0, - "Integer": 600.0 + "Integer": 207.0 }, "Width": { "Type": 3.0, - "Integer": 73.0 + "Integer": 724.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 27.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": 1.0 - }, - "Decimals": { + "Orientation": { "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 - } + "Integer": 0.0 }, - "BackColour": { + "Colour": { "Type": 4.0, "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, "Alpha": 255.0 } }, - "TabOrder": { - "Type": 3.0, - "Integer": 0.0 + "Caption": { + "Type": 5.0, + "String": "Solar Position/Collector Incidence Angle Table" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 } } }, - "Numeric": { + "Divider": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.IAM_L_coefs2" + "String": "HLine12" }, "X": { "Type": 3.0, - "Integer": 453.0 + "Integer": 27.0 }, "Y": { "Type": 3.0, - "Integer": 600.0 + "Integer": 672.0 }, "Width": { "Type": 3.0, - "Integer": 73.0 + "Integer": 724.0 }, "Height": { "Type": 3.0, @@ -6788,59 +7215,76 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Orientation": { + "Type": 3.0, + "Integer": 0.0 }, - "Mode": { + "Colour": { + "Type": 4.0, + "Color": { + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, + "Alpha": 255.0 + } + }, + "Caption": { + "Type": 5.0, + "String": "Polynomial fit heat loss model" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "HLine121" + }, + "X": { "Type": 3.0, - "Integer": 1.0 + "Integer": 30.0 }, - "Format": { + "Y": { "Type": 3.0, - "Integer": 1.0 + "Integer": 921.0 }, - "Decimals": { + "Width": { "Type": 3.0, - "Integer": 3.0 + "Integer": 724.0 }, - "Prefix": { - "Type": 5.0, - "String": "" + "Height": { + "Type": 3.0, + "Integer": 18.0 }, - "Suffix": { + "Tool Tip": { "Type": 5.0, "String": "" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "Orientation": { + "Type": 3.0, + "Integer": 0.0 }, - "ForeColour": { + "Colour": { "Type": 4.0, "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, + "Red": 120.0, + "Green": 120.0, + "Blue": 120.0, "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Caption": { + "Type": 5.0, + "String": "Evacuated tube heat loss model" }, - "TabOrder": { - "Type": 3.0, - "Integer": 0.0 + "Bold": { + "Type": 2.0, + "Boolean": 1.0 } } }, @@ -6849,19 +7293,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.IAM_L_coefs3" + "String": "L_crossover" }, "X": { "Type": 3.0, - "Integer": 528.0 + "Integer": 297.0 }, "Y": { "Type": 3.0, - "Integer": 600.0 + "Integer": 75.0 }, "Width": { "Type": 3.0, - "Integer": 73.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -6932,19 +7376,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.IAM_L_coefs4" + "String": "L_mod" }, "X": { "Type": 3.0, - "Integer": 603.0 + "Integer": 297.0 }, "Y": { "Type": 3.0, - "Integer": 600.0 + "Integer": 51.0 }, "Width": { "Type": 3.0, - "Integer": 73.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -7015,19 +7459,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.IAM_T_coefs0" + "String": "L_mod_spacing" }, "X": { "Type": 3.0, - "Integer": 303.0 + "Integer": 297.0 }, "Y": { "Type": 3.0, - "Integer": 576.0 + "Integer": 99.0 }, "Width": { "Type": 3.0, - "Integer": 73.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -7093,24 +7537,24 @@ } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.IAM_T_coefs1" + "String": "Label1" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 48.0 }, "Y": { "Type": 3.0, - "Integer": 576.0 + "Integer": 156.0 }, "Width": { "Type": 3.0, - "Integer": 73.0 + "Integer": 260.0 }, "Height": { "Type": 3.0, @@ -7120,39 +7564,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Optical characterization method:" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -7161,31 +7577,38 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 1.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.IAM_T_coefs2" + "String": "Label2" }, "X": { "Type": 3.0, - "Integer": 453.0 + "Integer": 42.0 }, "Y": { "Type": 3.0, @@ -7193,7 +7616,7 @@ }, "Width": { "Type": 3.0, - "Integer": 73.0 + "Integer": 257.0 }, "Height": { "Type": 3.0, @@ -7203,39 +7626,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Transverse incidence angle modifier" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -7244,39 +7639,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.IAM_T_coefs3" + "String": "Label21" }, "X": { "Type": 3.0, - "Integer": 528.0 + "Integer": 45.0 }, "Y": { "Type": 3.0, - "Integer": 576.0 + "Integer": 711.0 }, "Width": { "Type": 3.0, - "Integer": 73.0 + "Integer": 197.0 }, "Height": { "Type": 3.0, @@ -7286,39 +7688,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "HTF temperature adjustment" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -7327,39 +7701,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.IAM_T_coefs4" + "String": "Label211" }, "X": { "Type": 3.0, - "Integer": 603.0 + "Integer": 45.0 }, "Y": { "Type": 3.0, - "Integer": 576.0 + "Integer": 1128.0 }, "Width": { "Type": 3.0, - "Integer": 73.0 + "Integer": 203.0 }, "Height": { "Type": 3.0, @@ -7369,39 +7750,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Absorber emittance" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -7410,39 +7763,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.P_a1" + "String": "Label2111" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 45.0 }, "Y": { "Type": 3.0, - "Integer": 1272.0 + "Integer": 1152.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 203.0 }, "Height": { "Type": 3.0, @@ -7452,39 +7812,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Envelope absorptance" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -7493,39 +7825,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 19.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.P_a2" + "String": "Label21111" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 45.0 }, "Y": { "Type": 3.0, - "Integer": 1272.0 + "Integer": 1176.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 203.0 }, "Height": { "Type": 3.0, @@ -7535,39 +7874,73 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Caption": { + "Type": 5.0, + "String": "Glass envelope emissivity" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label211111" + }, + "X": { + "Type": 3.0, + "Integer": 45.0 }, - "Mode": { + "Y": { "Type": 3.0, - "Integer": 1.0 + "Integer": 1200.0 }, - "Format": { + "Width": { "Type": 3.0, - "Integer": 1.0 + "Integer": 203.0 }, - "Decimals": { + "Height": { "Type": 3.0, - "Integer": 3.0 + "Integer": 21.0 }, - "Prefix": { + "Tool Tip": { "Type": 5.0, "String": "" }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Envelope transmittance" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -7576,39 +7949,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 31.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.P_a3" + "String": "Label212" }, "X": { "Type": 3.0, - "Integer": 507.0 + "Integer": 45.0 }, "Y": { "Type": 3.0, - "Integer": 1272.0 + "Integer": 1104.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 203.0 }, "Height": { "Type": 3.0, @@ -7618,39 +7998,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Absorber absorptance" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -7659,39 +8011,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 43.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.P_a4" + "String": "Label22" }, "X": { "Type": 3.0, - "Integer": 636.0 + "Integer": 45.0 }, "Y": { "Type": 3.0, - "Integer": 1272.0 + "Integer": 1080.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 203.0 }, "Height": { "Type": 3.0, @@ -7701,39 +8060,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Variant weighting fraction" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -7742,39 +8073,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 55.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Rough" + "String": "Label3" }, "X": { "Type": 3.0, - "Integer": 591.0 + "Integer": 42.0 }, "Y": { "Type": 3.0, - "Integer": 972.0 + "Integer": 600.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 257.0 }, "Height": { "Type": 3.0, @@ -7784,80 +8122,59 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Longitudinal incidence angle modifier" }, - "ForeColour": { + "TextColour": { "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, + "Green": 0.0, + "Blue": 0.0, "Alpha": 255.0 } }, - "TabOrder": { + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { "Type": 3.0, - "Integer": 8.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Shadowing1" + "String": "Label31" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 45.0 }, "Y": { "Type": 3.0, - "Integer": 1320.0 + "Integer": 756.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 197.0 }, "Height": { "Type": 3.0, @@ -7867,39 +8184,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Wind velocity adjustment" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -7908,31 +8197,38 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 21.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Shadowing2" + "String": "Label311" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 21.0 }, "Y": { "Type": 3.0, @@ -7940,7 +8236,7 @@ }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 227.0 }, "Height": { "Type": 3.0, @@ -7950,39 +8246,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Receiver bellows shadowing loss" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -7991,39 +8259,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 33.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Shadowing3" + "String": "Label3111" }, "X": { "Type": 3.0, - "Integer": 507.0 + "Integer": 21.0 }, "Y": { "Type": 3.0, - "Integer": 1320.0 + "Integer": 1296.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 227.0 }, "Height": { "Type": 3.0, @@ -8033,39 +8308,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Receiver heat loss at design (W/m)" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8074,81 +8321,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 45.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Shadowing4" + "String": "Label312" }, "X": { "Type": 3.0, - "Integer": 636.0 - }, - "Y": { - "Type": 3.0, - "Integer": 1320.0 - }, - "Width": { - "Type": 3.0, - "Integer": 100.0 - }, - "Height": { - "Type": 3.0, - "Integer": 21.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Integer": 45.0 }, - "Mode": { + "Y": { "Type": 3.0, - "Integer": 1.0 + "Integer": 1248.0 }, - "Format": { + "Width": { "Type": 3.0, - "Integer": 1.0 + "Integer": 203.0 }, - "Decimals": { + "Height": { "Type": 3.0, - "Integer": 3.0 + "Integer": 21.0 }, - "Prefix": { + "Tool Tip": { "Type": 5.0, "String": "" }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Annulus gas type" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8157,39 +8383,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 57.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Tau_envelope1" + "String": "Label313" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 15.0 }, "Y": { "Type": 3.0, - "Integer": 1200.0 + "Integer": 846.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 230.0 }, "Height": { "Type": 3.0, @@ -8199,39 +8432,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Part-load pressure loss adjustment" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8240,39 +8445,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 16.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Tau_envelope2" + "String": "Label32" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 21.0 }, "Y": { "Type": 3.0, - "Integer": 1200.0 + "Integer": 1344.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 227.0 }, "Height": { "Type": 3.0, @@ -8282,39 +8494,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Dirt on the receiver envelope loss" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8323,39 +8507,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 28.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Tau_envelope3" + "String": "Label33" }, "X": { "Type": 3.0, - "Integer": 507.0 + "Integer": 45.0 }, "Y": { "Type": 3.0, - "Integer": 1200.0 + "Integer": 1272.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 203.0 }, "Height": { "Type": 3.0, @@ -8365,39 +8556,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Annulus gas pressure (torr)" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8406,81 +8569,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { - "Type": 3.0, - "Integer": 40.0 + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.Tau_envelope4" + "String": "Label4" }, "X": { "Type": 3.0, - "Integer": 636.0 + "Integer": 312.0 }, "Y": { "Type": 3.0, - "Integer": 1200.0 + "Integer": 555.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 53.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Const" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8489,81 +8631,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 52.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.alpha_abs1" + "String": "Label41" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 387.0 }, "Y": { "Type": 3.0, - "Integer": 1104.0 + "Integer": 555.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 53.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C1" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8572,81 +8693,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 12.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.alpha_abs2" + "String": "Label411" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 537.0 }, "Y": { "Type": 3.0, - "Integer": 1104.0 + "Integer": 555.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 53.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C3" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8655,81 +8755,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 24.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.alpha_abs3" + "String": "Label4111" }, "X": { "Type": 3.0, - "Integer": 507.0 + "Integer": 546.0 }, "Y": { "Type": 3.0, - "Integer": 1104.0 + "Integer": 693.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 95.0 }, "Height": { "Type": 3.0, - "Integer": 21.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 + "Integer": 18.0 }, - "Prefix": { + "Tool Tip": { "Type": 5.0, "String": "" }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C3 (W/m-K^3)" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8738,81 +8817,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 36.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.alpha_abs4" + "String": "Label41111" }, "X": { "Type": 3.0, - "Integer": 636.0 + "Integer": 546.0 }, "Y": { "Type": 3.0, - "Integer": 1104.0 + "Integer": 738.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 95.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C3 (W/m-(m/s)^3)" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8821,81 +8879,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 48.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.alpha_env1" + "String": "Label411111" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 645.0 }, "Y": { "Type": 3.0, - "Integer": 1152.0 + "Integer": 738.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 95.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C4 (W/m-(m/s)^4)" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8904,81 +8941,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 14.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.alpha_env2" + "String": "Label411112" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 546.0 }, "Y": { "Type": 3.0, - "Integer": 1152.0 + "Integer": 828.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 95.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C3 " }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -8987,39 +9003,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 26.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.alpha_env3" + "String": "Label41112" }, "X": { "Type": 3.0, - "Integer": 507.0 + "Integer": 636.0 }, "Y": { "Type": 3.0, - "Integer": 1152.0 + "Integer": 1053.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 110.0 }, "Height": { "Type": 3.0, @@ -9029,39 +9052,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Variation 4*" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -9070,81 +9065,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 1.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 38.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.alpha_env4" + "String": "Label41113" }, "X": { "Type": 3.0, - "Integer": 636.0 + "Integer": 645.0 }, "Y": { "Type": 3.0, - "Integer": 1152.0 + "Integer": 693.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 95.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C4 (W/m-K^4)" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -9153,39 +9127,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 50.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.avg_dt_des" + "String": "Label4112" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 507.0 }, "Y": { "Type": 3.0, - "Integer": 1398.0 + "Integer": 1053.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 110.0 }, "Height": { "Type": 3.0, @@ -9195,39 +9176,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Variation 3" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -9236,81 +9189,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 1.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.dirt_env1" + "String": "Label412" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 345.0 }, "Y": { "Type": 3.0, - "Integer": 1344.0 + "Integer": 693.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 83.0 }, "Height": { "Type": 3.0, - "Integer": 21.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { - "Type": 5.0, - "String": "" + "Integer": 18.0 }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 + "Tool Tip": { + "Type": 5.0, + "String": "" }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "Caption": { + "Type": 5.0, + "String": "C1 (W/m-K)" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -9319,81 +9251,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 22.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.dirt_env2" + "String": "Label4121" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 345.0 }, "Y": { "Type": 3.0, - "Integer": 1344.0 + "Integer": 738.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 83.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C1 (W/m-(m/s))" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -9402,81 +9313,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 34.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.dirt_env3" + "String": "Label41211" }, "X": { "Type": 3.0, - "Integer": 507.0 + "Integer": 345.0 }, "Y": { "Type": 3.0, - "Integer": 1344.0 + "Integer": 828.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 83.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C1" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -9485,39 +9375,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 46.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.dirt_env4" + "String": "Label413" }, "X": { "Type": 3.0, - "Integer": 636.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 1344.0 + "Integer": 1053.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 110.0 }, "Height": { "Type": 3.0, @@ -9527,39 +9424,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Variation 2" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -9568,81 +9437,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 1.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 58.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.epsilon_glass1" + "String": "Label42" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 462.0 }, "Y": { "Type": 3.0, - "Integer": 1176.0 + "Integer": 555.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 53.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C2" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -9651,81 +9499,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 15.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.epsilon_glass2" + "String": "Label421" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 615.0 }, "Y": { "Type": 3.0, - "Integer": 1176.0 + "Integer": 555.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 53.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C4" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -9734,81 +9561,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 27.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.epsilon_glass3" + "String": "Label422" }, "X": { "Type": 3.0, - "Integer": 507.0 + "Integer": 444.0 }, "Y": { "Type": 3.0, - "Integer": 1176.0 + "Integer": 693.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 95.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 1.0 - }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" - }, - "Suffix": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "C2 (W/m-K^2)" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -9817,81 +9623,60 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 39.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.epsilon_glass4" + "String": "Label4221" }, "X": { "Type": 3.0, - "Integer": 636.0 + "Integer": 444.0 }, "Y": { "Type": 3.0, - "Integer": 1176.0 + "Integer": 738.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 95.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.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": 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 + "String": "" }, - "ForeColour": { + "Caption": { + "Type": 5.0, + "String": "C2 (W/m-(m/s)^2)" + }, + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -9900,454 +9685,572 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 51.0 + "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "RadioChoice": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.opt_model" + "String": "Label42211" }, "X": { "Type": 3.0, - "Integer": 54.0 + "Integer": 444.0 }, "Y": { "Type": 3.0, - "Integer": 177.0 + "Integer": 828.0 }, "Width": { "Type": 3.0, - "Integer": 680.0 + "Integer": 95.0 }, "Height": { "Type": 3.0, - "Integer": 23.0 + "Integer": 18.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Selection": { + "Caption": { + "Type": 5.0, + "String": "C2" + }, + "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 }, - "Items": { - "Type": 6.0, - "StringList": "Solar position table|Collector incidence angle table|Incidence angle modifiers" - }, - "ShowCaptions": { + "WordWrap": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, - "Horizontal": { + "AlignRight": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, - "TabOrder": { - "Type": 3.0, - "Integer": 0.0 + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Choice": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.rec_model" + "String": "Label43" }, "X": { "Type": 3.0, - "Integer": 300.0 + "Integer": 246.0 }, "Y": { "Type": 3.0, - "Integer": 654.0 + "Integer": 693.0 }, "Width": { "Type": 3.0, - "Integer": 256.0 + "Integer": 83.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 18.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Items": { - "Type": 6.0, - "StringList": "Polynomial heat loss model|Evacuated tube model" + "Caption": { + "Type": 5.0, + "String": "C0 (W/m)" }, - "Selection": { + "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 }, - "TabOrder": { - "Type": 3.0, - "Integer": 0.0 + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "ValueMatrix": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "epsilon_abs_1" + "String": "Label431" }, "X": { "Type": 3.0, - "Integer": 249.0 + "Integer": 246.0 }, "Y": { "Type": 3.0, - "Integer": 1128.0 + "Integer": 738.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 83.0 }, "Height": { "Type": 3.0, - "Integer": 24.0 + "Integer": 18.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "NumRows": { - "Type": 3.0, - "Integer": 10.0 + "Caption": { + "Type": 5.0, + "String": "C0 (W/m)" }, - "NumCols": { - "Type": 3.0, - "Integer": 2.0 + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } }, - "ColLabels": { - "Type": 5.0, - "String": "Temp (°C),Emittance" + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "ValueMatrix": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "epsilon_abs_2" + "String": "Label4311" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 246.0 }, "Y": { "Type": 3.0, - "Integer": 1128.0 + "Integer": 828.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 83.0 }, "Height": { "Type": 3.0, - "Integer": 24.0 + "Integer": 18.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "NumRows": { - "Type": 3.0, - "Integer": 10.0 + "Caption": { + "Type": 5.0, + "String": "C0" }, - "NumCols": { - "Type": 3.0, - "Integer": 2.0 + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } }, - "ColLabels": { - "Type": 5.0, - "String": "Temp (°C),Emittance" + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "ValueMatrix": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "epsilon_abs_3" + "String": "Label44" }, "X": { "Type": 3.0, - "Integer": 507.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 1128.0 + "Integer": 1053.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 110.0 }, "Height": { "Type": 3.0, - "Integer": 24.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "NumRows": { - "Type": 3.0, - "Integer": 10.0 + "Caption": { + "Type": 5.0, + "String": "Variation 1" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 }, - "NumCols": { + "FontSize": { "Type": 3.0, - "Integer": 2.0 + "Integer": 0.0 }, - "ColLabels": { - "Type": 5.0, - "String": "Temp (°C),Emittance" + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { - "Type": 3.0, - "Integer": -1.0 + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "ValueMatrix": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "epsilon_abs_4" + "String": "Label5" }, "X": { "Type": 3.0, - "Integer": 636.0 + "Integer": 39.0 }, "Y": { "Type": 3.0, - "Integer": 1128.0 + "Integer": 483.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 707.0 }, "Height": { "Type": 3.0, - "Integer": 24.0 + "Integer": 18.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "NumRows": { - "Type": 3.0, - "Integer": 10.0 + "Caption": { + "Type": 5.0, + "String": "Specifying solar position table: Rows indicate solar zenith angles (deg), columns are solar azimuth angles (deg)" }, - "NumCols": { - "Type": 3.0, - "Integer": 2.0 + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 128.0, + "Blue": 0.0, + "Alpha": 255.0 + } }, - "ColLabels": { - "Type": 5.0, - "String": "Temp (°C),Emittance" + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, "Integer": -1.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "hl_des" + "String": "Label51" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 39.0 }, "Y": { "Type": 3.0, - "Integer": 1422.0 + "Integer": 501.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 707.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 39.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Caption": { + "Type": 5.0, + "String": "Specifying collector incidence angle table: Rows indicate longitudinal incidence angles (deg), columns indicate transversal incidence angles (deg)" }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 128.0, + "Blue": 0.0, + "Alpha": 255.0 + } }, - "Format": { - "Type": 3.0, - "Integer": 0.0 + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "Decimals": { + "FontSize": { "Type": 3.0, - "Integer": 1.0 - }, - "Prefix": { - "Type": 5.0, - "String": "" + "Integer": -1.0 }, - "Suffix": { - "Type": 5.0, - "String": "" + "WordWrap": { + "Type": 2.0, + "Boolean": 1.0 }, - "ThousandsSep": { + "AlignRight": { "Type": 2.0, "Boolean": 0.0 }, - "Editable": { + "AlignTop": { "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": 59.0 } } }, - "Numeric": { + "DataMatrix": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "loop_therm_eff" + "String": "OpticalTable" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 39.0 }, "Y": { "Type": 3.0, - "Integer": 1446.0 + "Integer": 237.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 707.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 244.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "PasteAppendRows": { + "Type": 2.0, + "Boolean": 0.0 }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 + "PasteAppendCols": { + "Type": 2.0, + "Boolean": 0.0 }, - "Format": { - "Type": 3.0, - "Integer": 0.0 + "ShowButtons": { + "Type": 2.0, + "Boolean": 1.0 }, - "Decimals": { - "Type": 3.0, - "Integer": 3.0 + "ShowRows": { + "Type": 2.0, + "Boolean": 1.0 }, - "Prefix": { + "ShowRowLabels": { + "Type": 2.0, + "Boolean": 0.0 + }, + "RowLabels": { "Type": 5.0, "String": "" }, - "Suffix": { + "ShadeR0C0": { + "Type": 2.0, + "Boolean": 1.0 + }, + "VerticalLabel": { "Type": 5.0, "String": "" }, - "ThousandsSep": { + "HorizontalLabel": { + "Type": 5.0, + "String": "" + }, + "ShadeC0": { "Type": 2.0, "Boolean": 0.0 }, - "Editable": { + "ShowCols": { "Type": 2.0, "Boolean": 1.0 }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "ShowColLabels": { + "Type": 2.0, + "Boolean": 0.0 }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "ColLabels": { + "Type": 5.0, + "String": "" }, - "TabOrder": { + "NumRowsLabel": { + "Type": 5.0, + "String": "Rows:" + }, + "NumColsLabel": { + "Type": 5.0, + "String": "Cols:" + }, + "Layout": { "Type": 3.0, - "Integer": 60.0 + "Integer": 0.0 + }, + "ChoiceColumn": { + "Type": 3.0, + "Integer": -1.0 + }, + "Choices": { + "Type": 5.0, + "String": "Choice1,Choice2" + }, + "HideColumn": { + "Type": 3.0, + "Integer": -1.0 + }, + "ShowColumn": { + "Type": 3.0, + "Integer": -1.0 + }, + "ColorMap": { + "Type": 2.0, + "Boolean": 0.0 } } }, @@ -10356,15 +10259,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "opt_derate" + "String": "TrackingError" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 639.0 }, "Y": { "Type": 3.0, - "Integer": 1470.0 + "Integer": 27.0 }, "Width": { "Type": 3.0, @@ -10388,7 +10291,7 @@ }, "Format": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Decimals": { "Type": 3.0, @@ -10430,24 +10333,24 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 59.0 + "Integer": 0.0 } } }, - "Numeric": { + "ValueMatrix": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "opt_normal" + "String": "epsilon_abs_1" }, "X": { "Type": 3.0, - "Integer": 378.0 + "Integer": 249.0 }, "Y": { "Type": 3.0, - "Integer": 1494.0 + "Integer": 1128.0 }, "Width": { "Type": 3.0, @@ -10455,65 +10358,162 @@ }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "NumRows": { + "Type": 3.0, + "Integer": 10.0 }, - "Mode": { + "NumCols": { "Type": 3.0, - "Integer": 1.0 + "Integer": 2.0 }, - "Format": { + "ColLabels": { + "Type": 5.0, + "String": "Temp (°C),Emittance" + }, + "TabOrder": { "Type": 3.0, - "Integer": 0.0 + "Integer": -1.0 + } + } + }, + "ValueMatrix": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "epsilon_abs_2" }, - "Decimals": { + "X": { "Type": 3.0, - "Integer": 3.0 + "Integer": 378.0 }, - "Prefix": { + "Y": { + "Type": 3.0, + "Integer": 1128.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { "Type": 5.0, "String": "" }, - "Suffix": { + "NumRows": { + "Type": 3.0, + "Integer": 10.0 + }, + "NumCols": { + "Type": 3.0, + "Integer": 2.0 + }, + "ColLabels": { + "Type": 5.0, + "String": "Temp (°C),Emittance" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "ValueMatrix": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "epsilon_abs_3" + }, + "X": { + "Type": 3.0, + "Integer": 507.0 + }, + "Y": { + "Type": 3.0, + "Integer": 1128.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { "Type": 5.0, "String": "" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 + "NumRows": { + "Type": 3.0, + "Integer": 10.0 }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "NumCols": { + "Type": 3.0, + "Integer": 2.0 }, - "ForeColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "ColLabels": { + "Type": 5.0, + "String": "Temp (°C),Emittance" }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "ValueMatrix": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "epsilon_abs_4" + }, + "X": { + "Type": 3.0, + "Integer": 636.0 + }, + "Y": { + "Type": 3.0, + "Integer": 1128.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "NumRows": { + "Type": 3.0, + "Integer": 10.0 + }, + "NumCols": { + "Type": 3.0, + "Integer": 2.0 + }, + "ColLabels": { + "Type": 5.0, + "String": "Temp (°C),Emittance" }, "TabOrder": { "Type": 3.0, - "Integer": 60.0 + "Integer": -1.0 } } }, @@ -10645,52 +10645,50 @@ "sscVariableName": "", "sscVariableValue": "" }, - "ColAz": { + "CR_CALC_DP_pressure_loss": { "Version": 4.0, "Type": 1.0, - "Label": "Collector azimuth angle", - "Units": "deg", + "Label": "Total loop pressure loss at design", + "Units": "bar", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "DP_coefs": { + "CR_CALC_avg_dt_des": { "Version": 4.0, - "Type": 2.0, - "Label": " ", - "Units": " ", + "Type": 1.0, + "Label": "Average field temp difference at design", + "Units": "'C", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "DP_nominal": { + "CR_CALC_hl_des": { "Version": 4.0, "Type": 1.0, - "Label": "Pressure drop at design", - "Units": "bar", + "Label": "Heat loss at design", + "Units": "W/m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 2.5, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "DP_pressure_loss": { + "CR_CALC_opt_derate": { "Version": 4.0, "Type": 1.0, - "Label": "Total loop pressure loss at design", - "Units": "bar", + "Label": "Receiver optical derate", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 8.0, @@ -10699,940 +10697,921 @@ "sscVariableName": "", "sscVariableValue": "" }, - "D_abs_in": { + "CR_CALC_opt_normal": { "Version": 4.0, - "Type": 2.0, - "Label": " ", + "Type": 1.0, + "Label": "Collector optical loss at normal incidence", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "D_abs_out": { + "CR_COPY_loop_therm_eff": { "Version": 4.0, - "Type": 2.0, - "Label": " ", + "Type": 1.0, + "Label": "Loop thermal efficiency", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "D_glass_in": { + "ColAz": { "Version": 4.0, - "Type": 2.0, - "Label": " ", + "Type": 1.0, + "Label": "Collector azimuth angle", + "Units": "deg", + "Group": "MSLF Collector and Receiver", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "DISP_AbsorberMaterial": { + "Version": 4.0, + "Type": 1.0, + "Label": "Absorber material type", + "Units": " ", + "Group": "MSLF Collector and Receiver", + "IndexLabels": "304L|216L|321H|B42 Copper", + "Flags": 2.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "DISP_AnnulusGas1": { + "Version": 4.0, + "Type": 1.0, + "Label": "Annulus gas type 1", "Units": " ", "Group": "MSLF Collector and Receiver", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "IndexLabels": "Air|Argon|Hydrogen", + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "D_glass_out": { + "DISP_AnnulusGas2": { "Version": 4.0, - "Type": 2.0, - "Label": " ", + "Type": 1.0, + "Label": "Annulus gas type 2", "Units": " ", "Group": "MSLF Collector and Receiver", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "IndexLabels": "Air|Argon|Hydrogen", + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "D_plug": { + "DISP_AnnulusGas3": { "Version": 4.0, - "Type": 2.0, - "Label": " ", + "Type": 1.0, + "Label": "Annulus gas type 3", "Units": " ", "Group": "MSLF Collector and Receiver", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "IndexLabels": "Air|Argon|Hydrogen", + "Flags": 3.0, + "DefaultValue": 2.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "Design_loss": { + "DISP_AnnulusGas4": { "Version": 4.0, - "Type": 2.0, - "Label": " ", + "Type": 1.0, + "Label": "Annulus gas type 4", "Units": " ", - "Group": " ", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Group": "MSLF Collector and Receiver", + "IndexLabels": "Air|Argon|Hydrogen", + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "Dirt_mirror": { + "DISP_DP_coefs0": { "Version": 4.0, "Type": 1.0, - "Label": "Dirt on mirror derate", + "Label": "Part-load pressure loss adjustment C0", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.95, + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "Error": { + "DISP_DP_coefs1": { "Version": 4.0, "Type": 1.0, - "Label": "General optical derate", + "Label": "Part-load pressure loss adjustment C1", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.99, + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "Flow_type": { + "DISP_DP_coefs2": { "Version": 4.0, - "Type": 2.0, - "Label": " ", + "Type": 1.0, + "Label": "Part-load pressure loss adjustment C2", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "GeomEffects": { + "DISP_DP_coefs3": { "Version": 4.0, "Type": 1.0, - "Label": "Geometry effects derate", + "Label": "Part-load pressure loss adjustment C3", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.98, + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "GlazingIntactIn": { + "DISP_D_abs_in": { "Version": 4.0, - "Type": 2.0, - "Label": " ", - "Units": " ", + "Type": 1.0, + "Label": "Absorber tube inner diameter", + "Units": "m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 2.0, + "DefaultValue": 0.066, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "HCE_FieldFrac": { + "DISP_D_abs_out": { "Version": 4.0, - "Type": 2.0, - "Label": " ", - "Units": " ", + "Type": 1.0, + "Label": "Absorber tube outer diameter", + "Units": "m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 2.0, + "DefaultValue": 0.07, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "HL_T_coefs": { + "DISP_D_glass_in": { "Version": 4.0, - "Type": 2.0, - "Label": " ", - "Units": " ", + "Type": 1.0, + "Label": "Glass envelope inner diameter", + "Units": "m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 2.0, + "DefaultValue": 0.115, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "HL_w_coefs": { + "DISP_D_glass_out": { "Version": 4.0, - "Type": 2.0, - "Label": " ", - "Units": " ", + "Type": 1.0, + "Label": "Glass envelope outer diameter", + "Units": "m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 2.0, + "DefaultValue": 0.12, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "IAM_L_coefs": { + "DISP_D_plug": { "Version": 4.0, - "Type": 2.0, - "Label": " ", - "Units": " ", + "Type": 1.0, + "Label": "Absorber flow plug diameter", + "Units": "m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 2.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "IAM_T_coefs": { + "DISP_Design_loss1": { "Version": 4.0, - "Type": 2.0, - "Label": " ", - "Units": " ", + "Type": 1.0, + "Label": "Receiver heat loss at design 1", + "Units": "W/m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 3.0, + "DefaultValue": 150.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "I_b": { + "DISP_Design_loss2": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "Receiver heat loss at design 2", + "Units": "W/m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 1100.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "L_crossover": { + "DISP_Design_loss3": { "Version": 4.0, "Type": 1.0, - "Label": "Length of crossover piping in a loop", - "Units": "m", + "Label": "Receiver heat loss at design 3", + "Units": "W/m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 15.0, + "Flags": 3.0, + "DefaultValue": 1500.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "L_mod": { + "DISP_Design_loss4": { "Version": 4.0, "Type": 1.0, - "Label": "The length of the collector module", - "Units": "m", + "Label": "Receiver heat loss at design 4", + "Units": "W/m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 44.8, + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "L_mod_spacing": { + "DISP_Flow_type": { "Version": 4.0, "Type": 1.0, - "Label": "Piping distance between sequential modules", - "Units": "m", + "Label": "Absorber flow pattern", + "Units": " ", "Group": "MSLF Collector and Receiver", - "IndexLabels": "", + "IndexLabels": "Tube flow|Annular flow", "Flags": 2.0, - "DefaultValue": 1.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "OpticalTable": { + "DISP_GlazingIntactIn1": { "Version": 4.0, - "Type": 3.0, - "Label": " ", + "Type": 1.0, + "Label": "Broken glass 1", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - [ - 2.0, - 1.0, - 2.0, - 1.0 - ] - ], + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "P_a": { + "DISP_GlazingIntactIn2": { "Version": 4.0, - "Type": 2.0, - "Label": " ", + "Type": 1.0, + "Label": "Broken glass 2", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "P_amb": { + "DISP_GlazingIntactIn3": { "Version": 4.0, "Type": 1.0, - "Label": " ", + "Label": "Broken glass 3", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 1.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "Rough": { + "DISP_GlazingIntactIn4": { "Version": 4.0, - "Type": 2.0, - "Label": " ", + "Type": 1.0, + "Label": "Broken glass 4", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 1.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "Shadowing": { + "DISP_HCE_FieldFrac1": { "Version": 4.0, - "Type": 2.0, - "Label": " ", + "Type": 1.0, + "Label": "Variant weighting fraction 1", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 3.0, + "DefaultValue": 0.985, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "T_cold_in": { + "DISP_HCE_FieldFrac2": { "Version": 4.0, "Type": 1.0, - "Label": " ", + "Label": "Variant weighting fraction 2", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 0.01, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "T_db": { + "DISP_HCE_FieldFrac3": { "Version": 4.0, "Type": 1.0, - "Label": " ", + "Label": "Variant weighting fraction 3", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 0.005, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "T_dp": { + "DISP_HCE_FieldFrac4": { "Version": 4.0, "Type": 1.0, - "Label": " ", + "Label": "Variant weighting fraction 4", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "Tau_envelope": { + "DISP_HL_T_coefs0": { "Version": 4.0, - "Type": 2.0, - "Label": " ", - "Units": " ", + "Type": 1.0, + "Label": "HTF temperature adjustment C0", + "Units": "W/m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "TrackingError": { + "DISP_HL_T_coefs1": { "Version": 4.0, "Type": 1.0, - "Label": "Tracking error derate", - "Units": " ", + "Label": "HTF temperature adjustment C1", + "Units": "W/m-K", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.994, + "Flags": 3.0, + "DefaultValue": 0.672, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "V_wind": { + "DISP_HL_T_coefs2": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "HTF temperature adjustment C2", + "Units": "W/m-K^2", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 0.002556, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "W_pb_design": { + "DISP_HL_T_coefs3": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": " ", + "Label": "HTF temperature adjustment C3", + "Units": "W/m-K^3", + "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "alpha_abs": { + "DISP_HL_T_coefs4": { "Version": 4.0, - "Type": 2.0, - "Label": " ", - "Units": " ", + "Type": 1.0, + "Label": "HTF temperature adjustment C4", + "Units": "W/m-K^4", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "alpha_env": { + "DISP_HL_w_coefs0": { "Version": 4.0, - "Type": 2.0, - "Label": " ", - "Units": " ", + "Type": 1.0, + "Label": "Wind velocity adjustment C0", + "Units": "W/m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 3.0, + "DefaultValue": 1.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "azimuth": { + "DISP_HL_w_coefs1": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "Wind velocity adjustment C1", + "Units": "W/m-(m/s)", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.AbsorberMaterial": { + "DISP_HL_w_coefs2": { "Version": 4.0, "Type": 1.0, - "Label": "Absorber material type", - "Units": " ", + "Label": "Wind velocity adjustment C2", + "Units": "W/m-(m/s)^2", "Group": "MSLF Collector and Receiver", - "IndexLabels": "304L|216L|321H|B42 Copper", - "Flags": 2.0, + "IndexLabels": "", + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.AnnulusGas1": { + "DISP_HL_w_coefs3": { "Version": 4.0, "Type": 1.0, - "Label": "Annulus gas type 1", - "Units": " ", + "Label": "Wind velocity adjustment C3", + "Units": "W/m-(m/s)^3", "Group": "MSLF Collector and Receiver", - "IndexLabels": "Air|Argon|Hydrogen", + "IndexLabels": "", "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.AnnulusGas2": { + "DISP_HL_w_coefs4": { "Version": 4.0, "Type": 1.0, - "Label": "Annulus gas type 2", - "Units": " ", + "Label": "Wind velocity adjustment C4", + "Units": "W/m-(m/s)^4", "Group": "MSLF Collector and Receiver", - "IndexLabels": "Air|Argon|Hydrogen", + "IndexLabels": "", "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.AnnulusGas3": { + "DISP_IAM_L_coefs0": { "Version": 4.0, "Type": 1.0, - "Label": "Annulus gas type 3", + "Label": "Longitudinal incidence angle modifier C0", "Units": " ", "Group": "MSLF Collector and Receiver", - "IndexLabels": "Air|Argon|Hydrogen", + "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 2.0, + "DefaultValue": 1.0031, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.AnnulusGas4": { + "DISP_IAM_L_coefs1": { "Version": 4.0, "Type": 1.0, - "Label": "Annulus gas type 4", + "Label": "Longitudinal incidence angle modifier C1", "Units": " ", "Group": "MSLF Collector and Receiver", - "IndexLabels": "Air|Argon|Hydrogen", + "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": -0.2259, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.DP_coefs0": { + "DISP_IAM_L_coefs2": { "Version": 4.0, "Type": 1.0, - "Label": "Part-load pressure loss adjustment C0", + "Label": "Longitudinal incidence angle modifier C2", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 0.5368, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.DP_coefs1": { + "DISP_IAM_L_coefs3": { "Version": 4.0, "Type": 1.0, - "Label": "Part-load pressure loss adjustment C1", + "Label": "Longitudinal incidence angle modifier C3", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": -1.6434, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.DP_coefs2": { + "DISP_IAM_L_coefs4": { "Version": 4.0, "Type": 1.0, - "Label": "Part-load pressure loss adjustment C2", + "Label": "Longitudinal incidence angle modifier C4", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 0.7222, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.DP_coefs3": { + "DISP_IAM_T_coefs0": { "Version": 4.0, "Type": 1.0, - "Label": "Part-load pressure loss adjustment C3", + "Label": "Transverse incidence angle modifier C0", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 0.9896, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.D_abs_in": { + "DISP_IAM_T_coefs1": { "Version": 4.0, "Type": 1.0, - "Label": "Absorber tube inner diameter", - "Units": "m", + "Label": "Transverse incidence angle modifier C1", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.066, + "Flags": 3.0, + "DefaultValue": 0.044, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.D_abs_out": { + "DISP_IAM_T_coefs2": { "Version": 4.0, "Type": 1.0, - "Label": "Absorber tube outer diameter", - "Units": "m", + "Label": "Transverse incidence angle modifier C2", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.07, + "Flags": 3.0, + "DefaultValue": -0.0721, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.D_glass_in": { + "DISP_IAM_T_coefs3": { "Version": 4.0, "Type": 1.0, - "Label": "Glass envelope inner diameter", - "Units": "m", + "Label": "Transverse incidence angle modifier C3", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.115, + "Flags": 3.0, + "DefaultValue": -0.2327, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.D_glass_out": { + "DISP_IAM_T_coefs4": { "Version": 4.0, "Type": 1.0, - "Label": "Glass envelope outer diameter", - "Units": "m", + "Label": "Transverse incidence angle modifier C4", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.12, + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.D_plug": { + "DISP_P_a1": { "Version": 4.0, "Type": 1.0, - "Label": "Absorber flow plug diameter", - "Units": "m", + "Label": "Annulus gas pressure 1", + "Units": "torr", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 0.0001, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Design_loss1": { + "DISP_P_a2": { "Version": 4.0, "Type": 1.0, - "Label": "Receiver heat loss at design 1", - "Units": "W/m", + "Label": "Annulus gas pressure 2", + "Units": "torr", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 150.0, + "DefaultValue": 750.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Design_loss2": { + "DISP_P_a3": { "Version": 4.0, "Type": 1.0, - "Label": "Receiver heat loss at design 2", - "Units": "W/m", + "Label": "Annulus gas pressure 3", + "Units": "torr", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 1100.0, + "DefaultValue": 750.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Design_loss3": { + "DISP_P_a4": { "Version": 4.0, "Type": 1.0, - "Label": "Receiver heat loss at design 3", - "Units": "W/m", + "Label": "Annulus gas pressure 4", + "Units": "torr", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 1500.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Design_loss4": { + "DISP_Rough": { "Version": 4.0, "Type": 1.0, - "Label": "Receiver heat loss at design 4", - "Units": "W/m", + "Label": "Internal surface roughness", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.0, + "Flags": 2.0, + "DefaultValue": 0.000045, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Flow_type": { + "DISP_Shadowing1": { "Version": 4.0, "Type": 1.0, - "Label": "Absorber flow pattern", + "Label": "Receiver bellows shadowing loss factor 1", "Units": " ", "Group": "MSLF Collector and Receiver", - "IndexLabels": "Tube flow|Annular flow", - "Flags": 2.0, - "DefaultValue": 0.0, + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.96, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.GlazingIntactIn1": { + "DISP_Shadowing2": { "Version": 4.0, "Type": 1.0, - "Label": "Broken glass 1", + "Label": "Receiver bellows shadowing loss factor 2", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 0.96, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.GlazingIntactIn2": { + "DISP_Shadowing3": { "Version": 4.0, "Type": 1.0, - "Label": "Broken glass 2", + "Label": "Receiver bellows shadowing loss factor 3", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 0.96, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.GlazingIntactIn3": { + "DISP_Shadowing4": { "Version": 4.0, "Type": 1.0, - "Label": "Broken glass 3", + "Label": "Receiver bellows shadowing loss factor 4", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 1.0, + "DefaultValue": 0.963, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.GlazingIntactIn4": { + "DISP_Tau_envelope1": { "Version": 4.0, "Type": 1.0, - "Label": "Broken glass 4", + "Label": "Envelope transmittance 1", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 1.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 0.963, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HCE_FieldFrac1": { + "DISP_Tau_envelope2": { "Version": 4.0, "Type": 1.0, - "Label": "Variant weighting fraction 1", + "Label": "Envelope transmittance 2", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.985, + "DefaultValue": 0.963, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HCE_FieldFrac2": { + "DISP_Tau_envelope3": { "Version": 4.0, "Type": 1.0, - "Label": "Variant weighting fraction 2", + "Label": "Envelope transmittance 3", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.01, + "DefaultValue": 1.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HCE_FieldFrac3": { + "DISP_Tau_envelope4": { "Version": 4.0, "Type": 1.0, - "Label": "Variant weighting fraction 3", + "Label": "Envelope transmittance 4", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.005, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HCE_FieldFrac4": { + "DISP_alpha_abs1": { "Version": 4.0, "Type": 1.0, - "Label": "Variant weighting fraction 4", + "Label": "Absorber absorptance 1", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 0.96, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HL_T_coefs0": { + "DISP_alpha_abs2": { "Version": 4.0, "Type": 1.0, - "Label": "HTF temperature adjustment C0", - "Units": "W/m", + "Label": "Absorber absorptance 2", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 0.96, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HL_T_coefs1": { + "DISP_alpha_abs3": { "Version": 4.0, "Type": 1.0, - "Label": "HTF temperature adjustment C1", - "Units": "W/m-K", + "Label": "Absorber absorptance 3", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.672, + "DefaultValue": 0.8, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HL_T_coefs2": { + "DISP_alpha_abs4": { "Version": 4.0, "Type": 1.0, - "Label": "HTF temperature adjustment C2", - "Units": "W/m-K^2", + "Label": "Absorber absorptance 4", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.002556, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HL_T_coefs3": { + "DISP_alpha_env1": { "Version": 4.0, "Type": 1.0, - "Label": "HTF temperature adjustment C3", - "Units": "W/m-K^3", + "Label": "Envelope absorptance 1", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 0.02, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HL_T_coefs4": { + "DISP_alpha_env2": { "Version": 4.0, "Type": 1.0, - "Label": "HTF temperature adjustment C4", - "Units": "W/m-K^4", + "Label": "Envelope absorptance 2", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 0.02, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HL_w_coefs0": { + "DISP_alpha_env3": { "Version": 4.0, "Type": 1.0, - "Label": "Wind velocity adjustment C0", - "Units": "W/m", + "Label": "Envelope absorptance 3", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 1.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HL_w_coefs1": { + "DISP_alpha_env4": { "Version": 4.0, "Type": 1.0, - "Label": "Wind velocity adjustment C1", - "Units": "W/m-(m/s)", + "Label": "Envelope absorptance 4", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, @@ -11641,592 +11620,652 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HL_w_coefs2": { + "DISP_dirt_env1": { "Version": 4.0, "Type": 1.0, - "Label": "Wind velocity adjustment C2", - "Units": "W/m-(m/s)^2", + "Label": "Loss due to dirt on the receiver envelope 1", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 0.98, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HL_w_coefs3": { + "DISP_dirt_env2": { "Version": 4.0, "Type": 1.0, - "Label": "Wind velocity adjustment C3", - "Units": "W/m-(m/s)^3", + "Label": "Loss due to dirt on the receiver envelope 2", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 0.98, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.HL_w_coefs4": { + "DISP_dirt_env3": { "Version": 4.0, "Type": 1.0, - "Label": "Wind velocity adjustment C4", - "Units": "W/m-(m/s)^4", + "Label": "Loss due to dirt on the receiver envelope 3", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.0, + "DefaultValue": 1.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.IAM_L_coefs0": { + "DISP_dirt_env4": { "Version": 4.0, "Type": 1.0, - "Label": "Longitudinal incidence angle modifier C0", + "Label": "Loss due to dirt on the receiver envelope 4", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 1.0031, + "DefaultValue": 0.98, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.IAM_L_coefs1": { + "DISP_epsilon_glass1": { "Version": 4.0, "Type": 1.0, - "Label": "Longitudinal incidence angle modifier C1", + "Label": "Glass envelope emissivity 1", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": -0.2259, + "DefaultValue": 0.86, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.IAM_L_coefs2": { + "DISP_epsilon_glass2": { "Version": 4.0, "Type": 1.0, - "Label": "Longitudinal incidence angle modifier C2", + "Label": "Glass envelope emissivity 2", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.5368, + "DefaultValue": 0.86, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.IAM_L_coefs3": { + "DISP_epsilon_glass3": { "Version": 4.0, "Type": 1.0, - "Label": "Longitudinal incidence angle modifier C3", + "Label": "Glass envelope emissivity 3", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": -1.6434, + "DefaultValue": 1.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.IAM_L_coefs4": { + "DISP_epsilon_glass4": { "Version": 4.0, "Type": 1.0, - "Label": "Longitudinal incidence angle modifier C4", + "Label": "Glass envelope emissivity 4", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 3.0, - "DefaultValue": 0.7222, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.IAM_T_coefs0": { + "DISP_opt_model": { "Version": 4.0, "Type": 1.0, - "Label": "Transverse incidence angle modifier C0", + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", - "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.9896, + "IndexLabels": "Solar position|Collector incidence table|IAM polys", + "Flags": 2.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.IAM_T_coefs1": { + "DISP_rec_model": { "Version": 4.0, "Type": 1.0, - "Label": "Transverse incidence angle modifier C1", + "Label": "Receiver model type", + "Units": "", + "Group": "MSLF Collector and Receiver", + "IndexLabels": "Polynomial heat loss model|Evacuated tube model", + "Flags": 2.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "DP_coefs": { + "Version": 4.0, + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.044, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.IAM_T_coefs2": { + "DP_nominal": { "Version": 4.0, "Type": 1.0, - "Label": "Transverse incidence angle modifier C2", - "Units": " ", + "Label": "Pressure drop at design", + "Units": "bar", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": -0.0721, + "Flags": 2.0, + "DefaultValue": 2.5, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.IAM_T_coefs3": { + "D_abs_in": { "Version": 4.0, - "Type": 1.0, - "Label": "Transverse incidence angle modifier C3", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": -0.2327, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.IAM_T_coefs4": { + "D_abs_out": { "Version": 4.0, - "Type": 1.0, - "Label": "Transverse incidence angle modifier C4", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.0, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.P_a1": { + "D_glass_in": { "Version": 4.0, - "Type": 1.0, - "Label": "Annulus gas pressure 1", - "Units": "torr", + "Type": 2.0, + "Label": " ", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.0001, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.P_a2": { + "D_glass_out": { "Version": 4.0, - "Type": 1.0, - "Label": "Annulus gas pressure 2", - "Units": "torr", + "Type": 2.0, + "Label": " ", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 750.0, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.P_a3": { + "D_plug": { "Version": 4.0, - "Type": 1.0, - "Label": "Annulus gas pressure 3", - "Units": "torr", + "Type": 2.0, + "Label": " ", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 750.0, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.P_a4": { + "Design_loss": { "Version": 4.0, - "Type": 1.0, - "Label": "Annulus gas pressure 4", - "Units": "torr", + "Type": 2.0, + "Label": " ", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.0, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Rough": { + "Dirt_mirror": { "Version": 4.0, "Type": 1.0, - "Label": "Internal surface roughness", + "Label": "Dirt on mirror derate", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 2.0, - "DefaultValue": 0.000045, + "DefaultValue": 0.95, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Shadowing1": { + "Error": { "Version": 4.0, "Type": 1.0, - "Label": "Receiver bellows shadowing loss factor 1", + "Label": "General optical derate", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.96, + "Flags": 2.0, + "DefaultValue": 0.99, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Shadowing2": { + "Flow_type": { "Version": 4.0, - "Type": 1.0, - "Label": "Receiver bellows shadowing loss factor 2", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.96, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Shadowing3": { + "GeomEffects": { "Version": 4.0, "Type": 1.0, - "Label": "Receiver bellows shadowing loss factor 3", + "Label": "Geometry effects derate", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.96, + "Flags": 2.0, + "DefaultValue": 0.98, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Shadowing4": { + "GlazingIntactIn": { "Version": 4.0, - "Type": 1.0, - "Label": "Receiver bellows shadowing loss factor 4", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.963, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Tau_envelope1": { + "HCE_FieldFrac": { "Version": 4.0, - "Type": 1.0, - "Label": "Envelope transmittance 1", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.963, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Tau_envelope2": { + "HL_T_coefs": { "Version": 4.0, - "Type": 1.0, - "Label": "Envelope transmittance 2", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.963, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Tau_envelope3": { + "HL_w_coefs": { "Version": 4.0, - "Type": 1.0, - "Label": "Envelope transmittance 3", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 1.0, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.Tau_envelope4": { + "IAM_L_coefs": { "Version": 4.0, - "Type": 1.0, - "Label": "Envelope transmittance 4", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.0, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.alpha_abs1": { + "IAM_T_coefs": { "Version": 4.0, - "Type": 1.0, - "Label": "Absorber absorptance 1", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.96, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.alpha_abs2": { + "I_b": { "Version": 4.0, "Type": 1.0, - "Label": "Absorber absorptance 2", + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.96, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.alpha_abs3": { + "L_crossover": { "Version": 4.0, "Type": 1.0, - "Label": "Absorber absorptance 3", - "Units": " ", + "Label": "Length of crossover piping in a loop", + "Units": "m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.8, + "Flags": 2.0, + "DefaultValue": 15.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.alpha_abs4": { + "L_mod": { "Version": 4.0, "Type": 1.0, - "Label": "Absorber absorptance 4", - "Units": " ", + "Label": "The length of the collector module", + "Units": "m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.0, + "Flags": 2.0, + "DefaultValue": 44.8, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.alpha_env1": { + "L_mod_spacing": { "Version": 4.0, "Type": 1.0, - "Label": "Envelope absorptance 1", - "Units": " ", + "Label": "Piping distance between sequential modules", + "Units": "m", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.02, + "Flags": 2.0, + "DefaultValue": 1.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.alpha_env2": { + "OpticalTable": { "Version": 4.0, - "Type": 1.0, - "Label": "Envelope absorptance 2", + "Type": 3.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.02, + "Flags": 0.0, + "DefaultValue": [ + [ + 2.0, + 1.0, + 2.0, + 1.0 + ] + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.alpha_env3": { + "P_a": { "Version": 4.0, - "Type": 1.0, - "Label": "Envelope absorptance 3", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.0, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.alpha_env4": { + "P_amb": { "Version": 4.0, "Type": 1.0, - "Label": "Envelope absorptance 4", + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.avg_dt_des": { + "Rough": { "Version": 4.0, - "Type": 1.0, - "Label": "Average field temp difference at design", - "Units": "'C", + "Type": 2.0, + "Label": " ", + "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 8.0, - "DefaultValue": 0.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.dirt_env1": { + "Shadowing": { "Version": 4.0, - "Type": 1.0, - "Label": "Loss due to dirt on the receiver envelope 1", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.98, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.dirt_env2": { + "T_cold_in": { "Version": 4.0, "Type": 1.0, - "Label": "Loss due to dirt on the receiver envelope 2", + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.98, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.dirt_env3": { + "T_db": { "Version": 4.0, "Type": 1.0, - "Label": "Loss due to dirt on the receiver envelope 3", + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 1.0, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.dirt_env4": { + "T_dp": { "Version": 4.0, "Type": 1.0, - "Label": "Loss due to dirt on the receiver envelope 4", + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.98, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.epsilon_glass1": { + "Tau_envelope": { "Version": 4.0, - "Type": 1.0, - "Label": "Glass envelope emissivity 1", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.86, + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.epsilon_glass2": { + "TrackingError": { "Version": 4.0, "Type": 1.0, - "Label": "Glass envelope emissivity 2", + "Label": "Tracking error derate", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.86, + "Flags": 2.0, + "DefaultValue": 0.994, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.epsilon_glass3": { + "V_wind": { "Version": 4.0, "Type": 1.0, - "Label": "Glass envelope emissivity 3", + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 1.0, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.epsilon_glass4": { + "W_pb_design": { "Version": 4.0, "Type": 1.0, - "Label": "Glass envelope emissivity 4", + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.opt_model": { + "alpha_abs": { "Version": 4.0, - "Type": 1.0, + "Type": 2.0, "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", - "IndexLabels": "Solar position|Collector incidence table|IAM polys", - "Flags": 2.0, - "DefaultValue": 0.0, + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.rec_model": { + "alpha_env": { "Version": 4.0, - "Type": 1.0, - "Label": "Receiver model type", + "Type": 2.0, + "Label": " ", "Units": " ", "Group": "MSLF Collector and Receiver", - "IndexLabels": "Polynomial heat loss model|Evacuated tube model", - "Flags": 2.0, - "DefaultValue": 0.0, + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "defocus": { + "azimuth": { "Version": 4.0, "Type": 1.0, "Label": " ", @@ -12239,12 +12278,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "demand_var": { + "defocus": { "Version": 4.0, "Type": 1.0, "Label": " ", "Units": " ", - "Group": " ", + "Group": "MSLF Collector and Receiver", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -12350,41 +12389,15 @@ "sscVariableName": "", "sscVariableValue": "" }, - "hl_des": { - "Version": 4.0, - "Type": 1.0, - "Label": "Heat loss at design", - "Units": "W/m", - "Group": "MSLF Collector and Receiver", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "loop_therm_eff": { - "Version": 4.0, - "Type": 1.0, - "Label": "Loop thermal efficiency", - "Units": " ", - "Group": "MSLF Collector and Receiver", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "opt_derate": { + "nRecVar": { "Version": 4.0, "Type": 1.0, - "Label": "Receiver optical derate", - "Units": " ", + "Label": "Number of Receiver Variations", + "Units": "", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 0.0, + "DefaultValue": 4.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" @@ -12402,42 +12415,16 @@ "sscVariableName": "", "sscVariableValue": "" }, - "opt_normal": { - "Version": 4.0, - "Type": 1.0, - "Label": "Collector optical loss at normal incidence", - "Units": " ", - "Group": "MSLF Collector and Receiver", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "q_pb_design": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": " ", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, "rec_model": { "Version": 4.0, "Type": 1.0, - "Label": " ", + "Label": " Receiver Model Type", "Units": " ", "Group": "MSLF Collector and Receiver", "IndexLabels": "", - "Flags": 8.0, + "Flags": 0.0, "DefaultValue": 0.0, - "UIObject": "Default", + "UIObject": "Choice", "sscVariableName": "", "sscVariableValue": "" }, @@ -12482,180 +12469,143 @@ } }, "Equations": [ - "equations{ 'hl_des' } = define() {", - "\treturn ?${csp.mslf.sf.rec_model}", - "[", - "\t${csp.mslf.sf.HL_T_coefs0} +", - "\t${csp.mslf.sf.HL_T_coefs1} * ${csp.mslf.sf.avg_dt_des} +", - "\t${csp.mslf.sf.HL_T_coefs2} * pow(${csp.mslf.sf.avg_dt_des},2) +", - "\t${csp.mslf.sf.HL_T_coefs3} * pow(${csp.mslf.sf.avg_dt_des},3) +", - "\t${csp.mslf.sf.HL_T_coefs4} * pow(${csp.mslf.sf.avg_dt_des},4)", - "\t, ", - "\t${csp.mslf.sf.HCE_FieldFrac1} * ${csp.mslf.sf.Design_loss1} +", - "\t${csp.mslf.sf.HCE_FieldFrac2} * ${csp.mslf.sf.Design_loss2} +", - "\t${csp.mslf.sf.HCE_FieldFrac3} * ${csp.mslf.sf.Design_loss3} +", - "\t${csp.mslf.sf.HCE_FieldFrac4} * ${csp.mslf.sf.Design_loss4}", - "]\t; };", - "", - "equations{ 'DP_pressure_loss' } = define() {", - "\treturn ${nMod} * ${DP_nominal}; };", - "", - "equations{ 'csp.mslf.sf.avg_dt_des' } = define() {", - "\treturn ( ${T_loop_in_des} + ${T_loop_out} ) / 2 - ${T_amb_sf_des}; };", - "", - "equations{ 'loop_therm_eff' } = define() {", - "\treturn 1 - ${hl_des} * ${L_mod} * ${nMod} /", - "\t(${a_loop} * ${I_bn_des} * ${loop_opt_eff}); };", - "", - "equations{ 'opt_derate' } = define() {", - "\treturn ?${csp.mslf.sf.rec_model}", - "[", - "\t1", - ", \t", - "\t ${csp.mslf.sf.HCE_FieldFrac1}*${csp.mslf.sf.Shadowing1}*${csp.mslf.sf.dirt_env1} +", - "\t ${csp.mslf.sf.HCE_FieldFrac2}*${csp.mslf.sf.Shadowing2}*${csp.mslf.sf.dirt_env2} +", - "\t ${csp.mslf.sf.HCE_FieldFrac3}*${csp.mslf.sf.Shadowing3}*${csp.mslf.sf.dirt_env3} +", - "\t ${csp.mslf.sf.HCE_FieldFrac4}*${csp.mslf.sf.Shadowing4}*${csp.mslf.sf.dirt_env4}", - "]; };", - "", - "equations{ 'opt_normal' } = define() {", - "\treturn ${TrackingError}", - " * ${GeomEffects}", - " * ${reflectivity}", - " * ${Dirt_mirror}", - " * ${Error}; };", + "equations{ 'CR_COPY_loop_therm_eff' } = define() {", + "\treturn ${SF_CALC_loop_therm_eff}; };", "", "equations{ 'opt_model' } = define() {", - "return ${csp.mslf.sf.opt_model} + 1; };", - "", - "equations{ 'rec_model' } = define() {", - "return ${csp.mslf.sf.rec_model} + 1; };", + "\treturn ${DISP_opt_model} + 1; };", "", + "equations{'rec_model'} = define() {\r", + "\treturn ${DISP_rec_model} + 1; };", + "\r", + "// Hardcoded\r", + "equations{'nRecVar'} = define() {\r", + "\treturn 4; };\r", "", "//=============================================================================", "// create receiver arrays based on variation", "//=============================================================================", "equations{ 'HCE_FieldFrac' } = define() {", - "\thce[0] = ${csp.mslf.sf.HCE_FieldFrac1};", - "\thce[1] = ${csp.mslf.sf.HCE_FieldFrac2};", - "\thce[2] = ${csp.mslf.sf.HCE_FieldFrac3};", - "\thce[3] = ${csp.mslf.sf.HCE_FieldFrac4};", + "\thce[0] = ${DISP_HCE_FieldFrac1};", + "\thce[1] = ${DISP_HCE_FieldFrac2};", + "\thce[2] = ${DISP_HCE_FieldFrac3};", + "\thce[3] = ${DISP_HCE_FieldFrac4};", "\treturn hce;", "};", "", "equations{ 'alpha_abs' } = define() {", - "\thce[0] = ${csp.mslf.sf.alpha_abs1};", - "\thce[1] = ${csp.mslf.sf.alpha_abs2};", - "\thce[2] = ${csp.mslf.sf.alpha_abs3};", - "\thce[3] = ${csp.mslf.sf.alpha_abs4};", + "\thce[0] = ${DISP_alpha_abs1};", + "\thce[1] = ${DISP_alpha_abs2};", + "\thce[2] = ${DISP_alpha_abs3};", + "\thce[3] = ${DISP_alpha_abs4};", "\treturn hce;", "};", "", "equations{ 'alpha_env' } = define() {", - "\thce[0] = ${csp.mslf.sf.alpha_env1};", - "\thce[1] = ${csp.mslf.sf.alpha_env2};", - "\thce[2] = ${csp.mslf.sf.alpha_env3};", - "\thce[3] = ${csp.mslf.sf.alpha_env4};", + "\thce[0] = ${DISP_alpha_env1};", + "\thce[1] = ${DISP_alpha_env2};", + "\thce[2] = ${DISP_alpha_env3};", + "\thce[3] = ${DISP_alpha_env4};", "\treturn hce;", "};", "", "equations{ 'epsilon_glass' } = define() {", - "\thce[0] = ${csp.mslf.sf.epsilon_glass1};", - "\thce[1] = ${csp.mslf.sf.epsilon_glass2};", - "\thce[2] = ${csp.mslf.sf.epsilon_glass3};", - "\thce[3] = ${csp.mslf.sf.epsilon_glass4};", + "\thce[0] = ${DISP_epsilon_glass1};", + "\thce[1] = ${DISP_epsilon_glass2};", + "\thce[2] = ${DISP_epsilon_glass3};", + "\thce[3] = ${DISP_epsilon_glass4};", "\treturn hce;", "};", "", "equations{ 'Tau_envelope' } = define() {", - "\thce[0] = ${csp.mslf.sf.Tau_envelope1};", - "\thce[1] = ${csp.mslf.sf.Tau_envelope2};", - "\thce[2] = ${csp.mslf.sf.Tau_envelope3};", - "\thce[3] = ${csp.mslf.sf.Tau_envelope4};", + "\thce[0] = ${DISP_Tau_envelope1};", + "\thce[1] = ${DISP_Tau_envelope2};", + "\thce[2] = ${DISP_Tau_envelope3};", + "\thce[3] = ${DISP_Tau_envelope4};", "\treturn hce;", "};", "", "equations{ 'GlazingIntactIn' } = define() {", - "\thce[0] = 1 - ${csp.mslf.sf.GlazingIntactIn1};", - "\thce[1] = 1 - ${csp.mslf.sf.GlazingIntactIn2};", - "\thce[2] = 1 - ${csp.mslf.sf.GlazingIntactIn3};", - "\thce[3] = 1 - ${csp.mslf.sf.GlazingIntactIn4};", + "\thce[0] = 1 - ${DISP_GlazingIntactIn1};", + "\thce[1] = 1 - ${DISP_GlazingIntactIn2};", + "\thce[2] = 1 - ${DISP_GlazingIntactIn3};", + "\thce[3] = 1 - ${DISP_GlazingIntactIn4};", "\treturn hce;", "};", "", "equations{ 'P_a' } = define() {", - "\thce[0] = ${csp.mslf.sf.P_a1};", - "\thce[1] = ${csp.mslf.sf.P_a2};", - "\thce[2] = ${csp.mslf.sf.P_a3};", - "\thce[3] = ${csp.mslf.sf.P_a4};", + "\thce[0] = ${DISP_P_a1};", + "\thce[1] = ${DISP_P_a2};", + "\thce[2] = ${DISP_P_a3};", + "\thce[3] = ${DISP_P_a4};", "\treturn hce;", "};", "", "equations{ 'Shadowing' } = define() {", - "\thce[0] = ${csp.mslf.sf.Shadowing1};", - "\thce[1] = ${csp.mslf.sf.Shadowing2};", - "\thce[2] = ${csp.mslf.sf.Shadowing3};", - "\thce[3] = ${csp.mslf.sf.Shadowing4};", + "\thce[0] = ${DISP_Shadowing1};", + "\thce[1] = ${DISP_Shadowing2};", + "\thce[2] = ${DISP_Shadowing3};", + "\thce[3] = ${DISP_Shadowing4};", "\treturn hce;", "};", "", "equations{ 'dirt_env' } = define() {", - "\thce[0] = ${csp.mslf.sf.dirt_env1};", - "\thce[1] = ${csp.mslf.sf.dirt_env2};", - "\thce[2] = ${csp.mslf.sf.dirt_env3};", - "\thce[3] = ${csp.mslf.sf.dirt_env4};", + "\thce[0] = ${DISP_dirt_env1};", + "\thce[1] = ${DISP_dirt_env2};", + "\thce[2] = ${DISP_dirt_env3};", + "\thce[3] = ${DISP_dirt_env4};", "\treturn hce;", "};", "", "equations{ 'DP_coefs' } = define() {", - "\thce[0] = ${csp.mslf.sf.DP_coefs0};", - "\thce[1] = ${csp.mslf.sf.DP_coefs1};", - "\thce[2] = ${csp.mslf.sf.DP_coefs2};", - "\thce[3] = ${csp.mslf.sf.DP_coefs3};", + "\thce[0] = ${DISP_DP_coefs0};", + "\thce[1] = ${DISP_DP_coefs1};", + "\thce[2] = ${DISP_DP_coefs2};", + "\thce[3] = ${DISP_DP_coefs3};", "\treturn hce;", "};", "", "equations{ 'Design_loss' } = define() {", - "\thce[0] = ${csp.mslf.sf.Design_loss1};", - "\thce[1] = ${csp.mslf.sf.Design_loss2};", - "\thce[2] = ${csp.mslf.sf.Design_loss3};", - "\thce[3] = ${csp.mslf.sf.Design_loss4};", + "\thce[0] = ${DISP_Design_loss1};", + "\thce[1] = ${DISP_Design_loss2};", + "\thce[2] = ${DISP_Design_loss3};", + "\thce[3] = ${DISP_Design_loss4};", "\treturn hce;", "};", "", "equations{ 'HL_T_coefs' } = define() {", - "\thce[0] = ${csp.mslf.sf.HL_T_coefs0};", - "\thce[1] = ${csp.mslf.sf.HL_T_coefs1};", - "\thce[2] = ${csp.mslf.sf.HL_T_coefs2};", - "\thce[3] = ${csp.mslf.sf.HL_T_coefs3};", - "\thce[4] = ${csp.mslf.sf.HL_T_coefs4};", + "\thce[0] = ${DISP_HL_T_coefs0};", + "\thce[1] = ${DISP_HL_T_coefs1};", + "\thce[2] = ${DISP_HL_T_coefs2};", + "\thce[3] = ${DISP_HL_T_coefs3};", + "\thce[4] = ${DISP_HL_T_coefs4};", "\treturn hce;", "};", "", "equations{ 'HL_w_coefs' } = define() {", - "\thce[0] = ${csp.mslf.sf.HL_w_coefs0};", - "\thce[1] = ${csp.mslf.sf.HL_w_coefs1};", - "\thce[2] = ${csp.mslf.sf.HL_w_coefs2};", - "\thce[3] = ${csp.mslf.sf.HL_w_coefs3};", - "\thce[4] = ${csp.mslf.sf.HL_w_coefs4};", + "\thce[0] = ${DISP_HL_w_coefs0};", + "\thce[1] = ${DISP_HL_w_coefs1};", + "\thce[2] = ${DISP_HL_w_coefs2};", + "\thce[3] = ${DISP_HL_w_coefs3};", + "\thce[4] = ${DISP_HL_w_coefs4};", "\treturn hce;", "};", "", "equations{ 'IAM_L_coefs' } = define() {", - "\thce[0] = ${csp.mslf.sf.IAM_L_coefs0};", - "\thce[1] = ${csp.mslf.sf.IAM_L_coefs1};", - "\thce[2] = ${csp.mslf.sf.IAM_L_coefs2};", - "\thce[3] = ${csp.mslf.sf.IAM_L_coefs3};", - "\thce[4] = ${csp.mslf.sf.IAM_L_coefs4};", + "\thce[0] = ${DISP_IAM_L_coefs0};", + "\thce[1] = ${DISP_IAM_L_coefs1};", + "\thce[2] = ${DISP_IAM_L_coefs2};", + "\thce[3] = ${DISP_IAM_L_coefs3};", + "\thce[4] = ${DISP_IAM_L_coefs4};", "\treturn hce;", "};", "", "equations{ 'IAM_T_coefs' } = define() {", - "\thce[0] = ${csp.mslf.sf.IAM_T_coefs0};", - "\thce[1] = ${csp.mslf.sf.IAM_T_coefs1};", - "\thce[2] = ${csp.mslf.sf.IAM_T_coefs2};", - "\thce[3] = ${csp.mslf.sf.IAM_T_coefs3};", - "\thce[4] = ${csp.mslf.sf.IAM_T_coefs4};", + "\thce[0] = ${DISP_IAM_T_coefs0};", + "\thce[1] = ${DISP_IAM_T_coefs1};", + "\thce[2] = ${DISP_IAM_T_coefs2};", + "\thce[3] = ${DISP_IAM_T_coefs3};", + "\thce[4] = ${DISP_IAM_T_coefs4};", "\treturn hce;", "};", "", @@ -12664,75 +12614,75 @@ "// four types in ssc one shown on ui", "", "equations{ 'D_abs_in' } = define() {", - "\thce[0] = ${csp.mslf.sf.D_abs_in};", - "\thce[1] = ${csp.mslf.sf.D_abs_in};", - "\thce[2] = ${csp.mslf.sf.D_abs_in};", - "\thce[3] = ${csp.mslf.sf.D_abs_in};", + "\thce[0] = ${DISP_D_abs_in};", + "\thce[1] = ${DISP_D_abs_in};", + "\thce[2] = ${DISP_D_abs_in};", + "\thce[3] = ${DISP_D_abs_in};", "\treturn hce;", "};", "", "equations{ 'D_abs_out' } = define() {", - "\thce[0] = ${csp.mslf.sf.D_abs_out};", - "\thce[1] = ${csp.mslf.sf.D_abs_out};", - "\thce[2] = ${csp.mslf.sf.D_abs_out};", - "\thce[3] = ${csp.mslf.sf.D_abs_out};", + "\thce[0] = ${DISP_D_abs_out};", + "\thce[1] = ${DISP_D_abs_out};", + "\thce[2] = ${DISP_D_abs_out};", + "\thce[3] = ${DISP_D_abs_out};", "\treturn hce;", "};", "", "equations{ 'D_glass_in' } = define() {", - "\thce[0] = ${csp.mslf.sf.D_glass_in};", - "\thce[1] = ${csp.mslf.sf.D_glass_in};", - "\thce[2] = ${csp.mslf.sf.D_glass_in};", - "\thce[3] = ${csp.mslf.sf.D_glass_in};", + "\thce[0] = ${DISP_D_glass_in};", + "\thce[1] = ${DISP_D_glass_in};", + "\thce[2] = ${DISP_D_glass_in};", + "\thce[3] = ${DISP_D_glass_in};", "\treturn hce;", "};", "", "equations{ 'D_glass_out' } = define() {", - "\thce[0] = ${csp.mslf.sf.D_glass_out};", - "\thce[1] = ${csp.mslf.sf.D_glass_out};", - "\thce[2] = ${csp.mslf.sf.D_glass_out};", - "\thce[3] = ${csp.mslf.sf.D_glass_out};", + "\thce[0] = ${DISP_D_glass_out};", + "\thce[1] = ${DISP_D_glass_out};", + "\thce[2] = ${DISP_D_glass_out};", + "\thce[3] = ${DISP_D_glass_out};", "\treturn hce;", "};", "", "equations{ 'D_plug' } = define() {", - "\thce[0] = ${csp.mslf.sf.D_plug};", - "\thce[1] = ${csp.mslf.sf.D_plug};", - "\thce[2] = ${csp.mslf.sf.D_plug};", - "\thce[3] = ${csp.mslf.sf.D_plug};", + "\thce[0] = ${DISP_D_plug};", + "\thce[1] = ${DISP_D_plug};", + "\thce[2] = ${DISP_D_plug};", + "\thce[3] = ${DISP_D_plug};", "\treturn hce;", "};", "", "equations{ 'Rough' } = define() {", - "\thce[0] = ${csp.mslf.sf.Rough};", - "\thce[1] = ${csp.mslf.sf.Rough};", - "\thce[2] = ${csp.mslf.sf.Rough};", - "\thce[3] = ${csp.mslf.sf.Rough};", + "\thce[0] = ${DISP_Rough};", + "\thce[1] = ${DISP_Rough};", + "\thce[2] = ${DISP_Rough};", + "\thce[3] = ${DISP_Rough};", "\treturn hce;", "};", "", "equations{ 'Flow_type' } = define() {", - "\thce[0] = ${csp.mslf.sf.Flow_type}+1;", - "\thce[1] = ${csp.mslf.sf.Flow_type}+1;", - "\thce[2] = ${csp.mslf.sf.Flow_type}+1;", - "\thce[3] = ${csp.mslf.sf.Flow_type}+1;", + "\thce[0] = ${DISP_Flow_type}+1;", + "\thce[1] = ${DISP_Flow_type}+1;", + "\thce[2] = ${DISP_Flow_type}+1;", + "\thce[3] = ${DISP_Flow_type}+1;", "\treturn hce;", "};", "", "equations{ 'AbsorberMaterial' } = define() {", - "\thce[0] = ${csp.mslf.sf.AbsorberMaterial}+1;", - "\thce[1] = ${csp.mslf.sf.AbsorberMaterial}+1;", - "\thce[2] = ${csp.mslf.sf.AbsorberMaterial}+1;", - "\thce[3] = ${csp.mslf.sf.AbsorberMaterial}+1;", + "\thce[0] = ${DISP_AbsorberMaterial}+1;", + "\thce[1] = ${DISP_AbsorberMaterial}+1;", + "\thce[2] = ${DISP_AbsorberMaterial}+1;", + "\thce[3] = ${DISP_AbsorberMaterial}+1;", "\treturn hce;", "};", "", "//=============================================================================", "equations{ 'AnnulusGas' } = define() { // annulus gas type", - "\thce[0] = ${csp.mslf.sf.AnnulusGas1};", - "\thce[1] = ${csp.mslf.sf.AnnulusGas2};", - "\thce[2] = ${csp.mslf.sf.AnnulusGas3};", - "\thce[3] = ${csp.mslf.sf.AnnulusGas4};", + "\thce[0] = ${DISP_AnnulusGas1};", + "\thce[1] = ${DISP_AnnulusGas2};", + "\thce[2] = ${DISP_AnnulusGas3};", + "\thce[3] = ${DISP_AnnulusGas4};", "", "\t//case 1: p1[i]=26; break; // Argon", "\t//case 2: p1[i]=27; break; // Hydrogen", @@ -12754,176 +12704,123 @@ "", "", "", - "// initializations from tcsMSLF in SAMwx interop layer", - "equations{ 'I_b' } = define() {", - "return 0; };", - "equations{ 'T_db' } = define() {", - "return 15; };", - "equations{ 'V_wind' } = define() {", - "return 1.5; };", - "equations{ 'P_amb' } = define() {", - "return 1; };", - "equations{ 'T_dp' } = define() {", - "return 10; };", - "equations{ 'SolarAz' } = define() {", - "return 0; };", - "equations{ 'defocus' } = define() {", - "return 1; };", - "equations{ 'T_cold_in' } = define() {", - "return 293; };", - "", - "equations{ 'track_mode' } = define() {", - "return 1; };", - "equations{ 'tilt' } = define() {", - "return 0; };", - "equations{ 'azimuth' } = define() {", - "return 0; };", - "", - "", - "equations{ 'I_b' } = define() {", - "return 0; };", - "equations{ 'T_db' } = define() {", - "return 15; };", - "equations{ 'V_wind' } = define() {", - "return 1.5; };", - "equations{ 'P_amb' } = define() {", - "return 1; };", - "equations{ 'T_dp' } = define() {", - "return 10; };", - "//equations{ 'SolarAz' } = define() {", - "//return 0; };", - "equations{ 'defocus' } = define() {", - "return 1; };", - "equations{ 'T_cold_in' } = define() {", - "return 274.7; };", - "", - "", - "", - "", - "equations{ 'q_pb_design' } = define() {", - "return ${sf_q_design}; };", - "equations{ 'W_pb_design' } = define() {", - "return ${P_ref}; };", - "equations{ 'demand_var' } = define() {", - "return ${P_ref}; };", - "", "" ], "Callbacks": [ - "on_load{\"Molten Salt Linear Fresnel Collector and Receiver\"}=define(){", - "\ton_change{\"csp.mslf.sf.opt_model\"}();", - "\ton_change{\"csp.mslf.sf.rec_model\"}();", + "on_load{\"MSLF Collector and Receiver\"}=define(){", + "\ton_change{\"DISP_opt_model\"}();", + "\ton_change{\"DISP_rec_model\"}();", "\t\t};", "\t\t", - "on_change{\"csp.mslf.sf.opt_model\"}=define(){", - "\tmode = value(\"csp.mslf.sf.opt_model\");", - "\tenable(\"csp.mslf.sf.IAM_T_coefs0\",mode==2);", - "\tenable(\"csp.mslf.sf.IAM_T_coefs1\",mode==2);", - "\tenable(\"csp.mslf.sf.IAM_T_coefs2\",mode==2);", - "\tenable(\"csp.mslf.sf.IAM_T_coefs3\",mode==2);", - "\tenable(\"csp.mslf.sf.IAM_T_coefs4\",mode==2);", - "\tenable(\"csp.mslf.sf.IAM_L_coefs0\",mode==2);", - "\tenable(\"csp.mslf.sf.IAM_L_coefs1\",mode==2);", - "\tenable(\"csp.mslf.sf.IAM_L_coefs2\",mode==2);", - "\tenable(\"csp.mslf.sf.IAM_L_coefs3\",mode==2);", - "\tenable(\"csp.mslf.sf.IAM_L_coefs4\",mode==2);", - "\tenable(\"csp.mslf.sf.OpticalTable\",(mode==0)||(mode==1));", + "on_change{\"DISP_opt_model\"}=define(){", + "\tmode = value(\"DISP_opt_model\");", + "\tenable(\"DISP_IAM_T_coefs0\",mode==2);", + "\tenable(\"DISP_IAM_T_coefs1\",mode==2);", + "\tenable(\"DISP_IAM_T_coefs2\",mode==2);", + "\tenable(\"DISP_IAM_T_coefs3\",mode==2);", + "\tenable(\"DISP_IAM_T_coefs4\",mode==2);", + "\tenable(\"DISP_IAM_L_coefs0\",mode==2);", + "\tenable(\"DISP_IAM_L_coefs1\",mode==2);", + "\tenable(\"DISP_IAM_L_coefs2\",mode==2);", + "\tenable(\"DISP_IAM_L_coefs3\",mode==2);", + "\tenable(\"DISP_IAM_L_coefs4\",mode==2);", + "\tenable(\"OpticalTable\",(mode==0)||(mode==1));", "\t", "\tenable(\"ColAz\",(mode!=0));", "\tif (mode==0){", "\t\tvalue(\"ColAz\",0);", "\t\t}", - "\t};", + "};", "", - "\ton_change{\"csp.mslf.sf.rec_model\"}=define(){", - "\tmode = value(\"csp.mslf.sf.rec_model\");", + "on_change{\"DISP_rec_model\"}=define(){", + "\tmode = value(\"DISP_rec_model\");", "\t", - "\tenable(\"csp.mslf.sf.HL_T_coefs0\",mode==0);", - "\tenable(\"csp.mslf.sf.HL_T_coefs1\",mode==0);", - "\tenable(\"csp.mslf.sf.HL_T_coefs2\",mode==0);", - "\tenable(\"csp.mslf.sf.HL_T_coefs3\",mode==0);", - "\tenable(\"csp.mslf.sf.HL_T_coefs4\",mode==0);", - "\tenable(\"csp.mslf.sf.HL_w_coefs0\",mode==0);", - "\tenable(\"csp.mslf.sf.HL_w_coefs1\",mode==0);", - "\tenable(\"csp.mslf.sf.HL_w_coefs2\",mode==0);", - "\tenable(\"csp.mslf.sf.HL_w_coefs3\",mode==0);", - "\tenable(\"csp.mslf.sf.HL_w_coefs4\",mode==0);", + "\tenable(\"DISP_HL_T_coefs0\",mode==0);", + "\tenable(\"DISP_HL_T_coefs1\",mode==0);", + "\tenable(\"DISP_HL_T_coefs2\",mode==0);", + "\tenable(\"DISP_HL_T_coefs3\",mode==0);", + "\tenable(\"DISP_HL_T_coefs4\",mode==0);", + "\tenable(\"DISP_HL_w_coefs0\",mode==0);", + "\tenable(\"DISP_HL_w_coefs1\",mode==0);", + "\tenable(\"DISP_HL_w_coefs2\",mode==0);", + "\tenable(\"DISP_HL_w_coefs3\",mode==0);", + "\tenable(\"DISP_HL_w_coefs4\",mode==0);", "\t", - "\tenable(\"csp.mslf.sf.DP_nominal\",mode==0);", - "\tenable(\"csp.mslf.sf.DP_coefs0\",mode==0);", - "\tenable(\"csp.mslf.sf.DP_coefs1\",mode==0);", - "\tenable(\"csp.mslf.sf.DP_coefs2\",mode==0);", - "\tenable(\"csp.mslf.sf.DP_coefs3\",mode==0);", - "\tenable(\"csp.mslf.sf.DP_pressure_loss\",mode==0);", + "\tenable(\"DISP_DP_nominal\",mode==0);", + "\tenable(\"DISP_DP_coefs0\",mode==0);", + "\tenable(\"DISP_DP_coefs1\",mode==0);", + "\tenable(\"DISP_DP_coefs2\",mode==0);", + "\tenable(\"DISP_DP_coefs3\",mode==0);", + "\tenable(\"DISP_DP_pressure_loss\",mode==0);", "\t", - "\tenable(\"csp.mslf.sf.D_abs_in\",mode==1);", - "\tenable(\"csp.mslf.sf.D_abs_out\",mode==1);", - "\tenable(\"csp.mslf.sf.D_glass_in\",mode==1);", - "\tenable(\"csp.mslf.sf.D_glass_out\",mode==1);", - "\tenable(\"csp.mslf.sf.D_plug\",mode==1);", - "\tenable(\"csp.mslf.sf.Rough\",mode==1);", - "\tenable(\"csp.mslf.sf.Flow_type\",mode==1);", - "\tenable(\"csp.mslf.sf.AbsorberMaterial\",mode==1);", + "\tenable(\"DISP_D_abs_in\",mode==1);", + "\tenable(\"DISP_D_abs_out\",mode==1);", + "\tenable(\"DISP_D_glass_in\",mode==1);", + "\tenable(\"DISP_D_glass_out\",mode==1);", + "\tenable(\"DISP_D_plug\",mode==1);", + "\tenable(\"DISP_Rough\",mode==1);", + "\tenable(\"DISP_Flow_type\",mode==1);", + "\tenable(\"DISP_AbsorberMaterial\",mode==1);", "\t", - "\tenable(\"csp.mslf.sf.HCE_FieldFrac1\",mode==1);", - "\tenable(\"csp.mslf.sf.HCE_FieldFrac2\",mode==1);", - "\tenable(\"csp.mslf.sf.HCE_FieldFrac3\",mode==1);", - "\tenable(\"csp.mslf.sf.HCE_FieldFrac4\",mode==1);", + "\tenable(\"DISP_HCE_FieldFrac1\",mode==1);", + "\tenable(\"DISP_HCE_FieldFrac2\",mode==1);", + "\tenable(\"DISP_HCE_FieldFrac3\",mode==1);", + "\tenable(\"DISP_HCE_FieldFrac4\",mode==1);", "", - "\tenable(\"csp.mslf.sf.alpha_abs1\",mode==1);", - "\tenable(\"csp.mslf.sf.alpha_abs2\",mode==1);", - "\tenable(\"csp.mslf.sf.alpha_abs3\",mode==1);", - "\tenable(\"csp.mslf.sf.alpha_abs4\",mode==1);", + "\tenable(\"DISP_alpha_abs1\",mode==1);", + "\tenable(\"DISP_alpha_abs2\",mode==1);", + "\tenable(\"DISP_alpha_abs3\",mode==1);", + "\tenable(\"DISP_alpha_abs4\",mode==1);", "\t", - "\tenable(\"csp.mslf.sf.epsilon_abs_1\",mode==1);", - "\tenable(\"csp.mslf.sf.epsilon_abs_2\",mode==1);", - "\tenable(\"csp.mslf.sf.epsilon_abs_3\",mode==1);", - "\tenable(\"csp.mslf.sf.epsilon_abs_4\",mode==1);", + "\tenable(\"DISP_epsilon_abs_1\",mode==1);", + "\tenable(\"DISP_epsilon_abs_2\",mode==1);", + "\tenable(\"DISP_epsilon_abs_3\",mode==1);", + "\tenable(\"DISP_epsilon_abs_4\",mode==1);", "", - "\tenable(\"csp.mslf.sf.alpha_env1\",mode==1);", - "\tenable(\"csp.mslf.sf.alpha_env2\",mode==1);", - "\tenable(\"csp.mslf.sf.alpha_env3\",mode==1);", - "\tenable(\"csp.mslf.sf.alpha_env4\",mode==1);", + "\tenable(\"DISP_alpha_env1\",mode==1);", + "\tenable(\"DISP_alpha_env2\",mode==1);", + "\tenable(\"DISP_alpha_env3\",mode==1);", + "\tenable(\"DISP_alpha_env4\",mode==1);", "", - "\tenable(\"csp.mslf.sf.epsilon_glass1\",mode==1);", - "\tenable(\"csp.mslf.sf.epsilon_glass2\",mode==1);", - "\tenable(\"csp.mslf.sf.epsilon_glass3\",mode==1);", - "\tenable(\"csp.mslf.sf.epsilon_glass4\",mode==1);", + "\tenable(\"DISP_epsilon_glass1\",mode==1);", + "\tenable(\"DISP_epsilon_glass2\",mode==1);", + "\tenable(\"DISP_epsilon_glass3\",mode==1);", + "\tenable(\"DISP_epsilon_glass4\",mode==1);", "", - "\tenable(\"csp.mslf.sf.Tau_envelope1\",mode==1);", - "\tenable(\"csp.mslf.sf.Tau_envelope2\",mode==1);", - "\tenable(\"csp.mslf.sf.Tau_envelope3\",mode==1);", - "\tenable(\"csp.mslf.sf.Tau_envelope4\",mode==1);", + "\tenable(\"DISP_Tau_envelope1\",mode==1);", + "\tenable(\"DISP_Tau_envelope2\",mode==1);", + "\tenable(\"DISP_Tau_envelope3\",mode==1);", + "\tenable(\"DISP_Tau_envelope4\",mode==1);", "", - "\tenable(\"csp.mslf.sf.GlazingIntactIn1\",mode==1);", - "\tenable(\"csp.mslf.sf.GlazingIntactIn2\",mode==1);", - "\tenable(\"csp.mslf.sf.GlazingIntactIn3\",mode==1);", - "\tenable(\"csp.mslf.sf.GlazingIntactIn4\",mode==1);", + "\tenable(\"DISP_GlazingIntactIn1\",mode==1);", + "\tenable(\"DISP_GlazingIntactIn2\",mode==1);", + "\tenable(\"DISP_GlazingIntactIn3\",mode==1);", + "\tenable(\"DISP_GlazingIntactIn4\",mode==1);", "", - "\tenable(\"csp.mslf.sf.AnnulusGas1\",mode==1);", - "\tenable(\"csp.mslf.sf.AnnulusGas2\",mode==1);", - "\tenable(\"csp.mslf.sf.AnnulusGas3\",mode==1);", - "\tenable(\"csp.mslf.sf.AnnulusGas4\",mode==1);", + "\tenable(\"DISP_AnnulusGas1\",mode==1);", + "\tenable(\"DISP_AnnulusGas2\",mode==1);", + "\tenable(\"DISP_AnnulusGas3\",mode==1);", + "\tenable(\"DISP_AnnulusGas4\",mode==1);", "", - "\tenable(\"csp.mslf.sf.P_a1\",mode==1);", - "\tenable(\"csp.mslf.sf.P_a2\",mode==1);", - "\tenable(\"csp.mslf.sf.P_a3\",mode==1);", - "\tenable(\"csp.mslf.sf.P_a4\",mode==1);", + "\tenable(\"DISP_P_a1\",mode==1);", + "\tenable(\"DISP_P_a2\",mode==1);", + "\tenable(\"DISP_P_a3\",mode==1);", + "\tenable(\"DISP_P_a4\",mode==1);", "", - "\tenable(\"csp.mslf.sf.Design_loss1\",mode==1);", - "\tenable(\"csp.mslf.sf.Design_loss2\",mode==1);", - "\tenable(\"csp.mslf.sf.Design_loss3\",mode==1);", - "\tenable(\"csp.mslf.sf.Design_loss4\",mode==1);", + "\tenable(\"DISP_Design_loss1\",mode==1);", + "\tenable(\"DISP_Design_loss2\",mode==1);", + "\tenable(\"DISP_Design_loss3\",mode==1);", + "\tenable(\"DISP_Design_loss4\",mode==1);", "", - "\tenable(\"csp.mslf.sf.Shadowing1\",mode==1);", - "\tenable(\"csp.mslf.sf.Shadowing2\",mode==1);", - "\tenable(\"csp.mslf.sf.Shadowing3\",mode==1);", - "\tenable(\"csp.mslf.sf.Shadowing4\",mode==1);", + "\tenable(\"DISP_Shadowing1\",mode==1);", + "\tenable(\"DISP_Shadowing2\",mode==1);", + "\tenable(\"DISP_Shadowing3\",mode==1);", + "\tenable(\"DISP_Shadowing4\",mode==1);", "\t", - "\tenable(\"csp.mslf.sf.dirt_env1\",mode==1);", - "\tenable(\"csp.mslf.sf.dirt_env2\",mode==1);", - "\tenable(\"csp.mslf.sf.dirt_env3\",mode==1);", - "\tenable(\"csp.mslf.sf.dirt_env4\",mode==1);", + "\tenable(\"DISP_dirt_env1\",mode==1);", + "\tenable(\"DISP_dirt_env2\",mode==1);", + "\tenable(\"DISP_dirt_env3\",mode==1);", + "\tenable(\"DISP_dirt_env4\",mode==1);", "", "\t};", "" diff --git a/deploy/runtime/ui/MSLF Dispatch Control.json b/deploy/runtime/ui/MSLF Dispatch Control.json new file mode 100644 index 0000000000..834746e596 --- /dev/null +++ b/deploy/runtime/ui/MSLF Dispatch Control.json @@ -0,0 +1,4208 @@ +{ + "Name": "MSLF Dispatch Control", + "Width": 844.0, + "Height": 710.0, + "FormObjects": { + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "" + }, + "X": { + "Type": 3.0, + "Integer": 21.0 + }, + "Y": { + "Type": 3.0, + "Integer": 621.0 + }, + "Width": { + "Type": 3.0, + "Integer": 233.0 + }, + "Height": { + "Type": 3.0, + "Integer": 81.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Hybrid cooling fractions are only active when you choose hybrid cooling on the Power Cycle page." + }, + "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": "1" + }, + "X": { + "Type": 3.0, + "Integer": 21.0 + }, + "Y": { + "Type": 3.0, + "Integer": 294.0 + }, + "Width": { + "Type": 3.0, + "Integer": 233.0 + }, + "Height": { + "Type": 3.0, + "Integer": 83.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "The turbine output fraction scales the turbine thermal input relative to design for the corresponding time-of-delivery period." + }, + "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": "2" + }, + "X": { + "Type": 3.0, + "Integer": 273.0 + }, + "Y": { + "Type": 3.0, + "Integer": 45.0 + }, + "Width": { + "Type": 3.0, + "Integer": 524.0 + }, + "Height": { + "Type": 3.0, + "Integer": 45.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Use the schedule matrices to specify the month and hour of day for each of the nine periods." + }, + "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 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox2" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 0.0 + }, + "Width": { + "Type": 3.0, + "Integer": 830.0 + }, + "Height": { + "Type": 3.0, + "Integer": 701.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Dispatch Control" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox3" + }, + "X": { + "Type": 3.0, + "Integer": 270.0 + }, + "Y": { + "Type": 3.0, + "Integer": 87.0 + }, + "Width": { + "Type": 3.0, + "Integer": 533.0 + }, + "Height": { + "Type": 3.0, + "Integer": 302.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Weekday Schedule" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox4" + }, + "X": { + "Type": 3.0, + "Integer": 270.0 + }, + "Y": { + "Type": 3.0, + "Integer": 390.0 + }, + "Width": { + "Type": 3.0, + "Integer": 533.0 + }, + "Height": { + "Type": 3.0, + "Integer": 305.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Weekend Schedule" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label10" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 126.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 3:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 128.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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label101" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 222.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 7:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 81.0, + "Blue": 24.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label11" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 150.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 4:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 1.0, + "Green": 126.0, + "Blue": 67.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label111" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 246.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 8:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 244.0, + "Green": 138.0, + "Blue": 253.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label12" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 174.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 5:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 215.0, + "Green": 215.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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label121" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 270.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 9:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 254.0, + "Green": 22.0, + "Blue": 86.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label13" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 198.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 6:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 156.0, + "Green": 46.0, + "Blue": 68.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label2" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 1:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 232.0, + "Blue": 104.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label7" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 167.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Turbine output fraction" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label9" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 2:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 64.0, + "Green": 128.0, + "Blue": 128.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Button": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "copy_schedule" + }, + "X": { + "Type": 3.0, + "Integer": 420.0 + }, + "Y": { + "Type": 3.0, + "Integer": 18.0 + }, + "Width": { + "Type": 3.0, + "Integer": 261.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Copy schedule from TOD Factors page" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "hybrid_tou1" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 402.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "hybrid_tou2" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 426.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "hybrid_tou3" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 450.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "hybrid_tou4" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 474.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "hybrid_tou5" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 498.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "hybrid_tou6" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 522.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "hybrid_tou7" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 546.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "hybrid_tou8" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 570.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "hybrid_tou9" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 594.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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 + } + } + }, + "CheckBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "is_tod_pc_target_also_pc_max" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 24.0 + }, + "Width": { + "Type": 3.0, + "Integer": 340.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Use output fraction as maximum cycle output" + }, + "State": { + "Type": 2.0, + "Boolean": 0.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 7" + }, + "X": { + "Type": 3.0, + "Integer": 22.0 + }, + "Y": { + "Type": 3.0, + "Integer": 375.0 + }, + "Width": { + "Type": 3.0, + "Integer": 168.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Hybrid cooling fraction" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 710" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 594.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 9:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 254.0, + "Green": 22.0, + "Blue": 86.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 712" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 570.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 8:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 244.0, + "Green": 138.0, + "Blue": 253.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 714" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 546.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 7:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 81.0, + "Blue": 24.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 716" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 522.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 6:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 156.0, + "Green": 46.0, + "Blue": 68.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 718" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 498.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 5:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 215.0, + "Green": 215.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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 720" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 474.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 4:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 1.0, + "Green": 126.0, + "Blue": 67.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 722" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 450.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 3:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 128.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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 724" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 426.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 2:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 64.0, + "Green": 128.0, + "Blue": 128.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 725" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 402.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 1:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 232.0, + "Blue": 104.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_1_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 20.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_2_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 25.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_3_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 126.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 30.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_4_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 150.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 35.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_5_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 174.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 40.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_6_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 198.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 45.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_7_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 222.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 50.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_8_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 246.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 55.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_9_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 270.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 60.0 + } + } + }, + "DiurnalPeriod": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "weekday_schedule" + }, + "X": { + "Type": 3.0, + "Integer": 282.0 + }, + "Y": { + "Type": 3.0, + "Integer": 108.0 + }, + "Width": { + "Type": 3.0, + "Integer": 514.0 + }, + "Height": { + "Type": 3.0, + "Integer": 272.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + }, + "Schedule": { + "Type": 5.0, + "String": "111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111" + }, + "Max": { + "Type": 3.0, + "Integer": 9.0 + }, + "Min": { + "Type": 3.0, + "Integer": 1.0 + } + } + }, + "DiurnalPeriod": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "weekend_schedule" + }, + "X": { + "Type": 3.0, + "Integer": 279.0 + }, + "Y": { + "Type": 3.0, + "Integer": 411.0 + }, + "Width": { + "Type": 3.0, + "Integer": 514.0 + }, + "Height": { + "Type": 3.0, + "Integer": 272.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + }, + "Schedule": { + "Type": 5.0, + "String": "111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111" + }, + "Max": { + "Type": 3.0, + "Integer": 9.0 + }, + "Min": { + "Type": 3.0, + "Integer": 1.0 + } + } + } + }, + "VarDatabase": { + "F_wc": { + "Version": 4.0, + "Type": 2.0, + "Label": "Hybrid cooling fraction TOU periods", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "f_turb_tou_periods": { + "Version": 4.0, + "Type": 2.0, + "Label": "Turbine output fraction TOU periods", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "hybrid_tou1": { + "Version": 4.0, + "Type": 1.0, + "Label": "Hybrid cooling fraction period 1", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "hybrid_tou2": { + "Version": 4.0, + "Type": 1.0, + "Label": "Hybrid cooling fraction period 2", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "hybrid_tou3": { + "Version": 4.0, + "Type": 1.0, + "Label": "Hybrid cooling fraction period 3", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "hybrid_tou4": { + "Version": 4.0, + "Type": 1.0, + "Label": "Hybrid cooling fraction period 4", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "hybrid_tou5": { + "Version": 4.0, + "Type": 1.0, + "Label": "Hybrid cooling fraction period 5", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "hybrid_tou6": { + "Version": 4.0, + "Type": 1.0, + "Label": "Hybrid cooling fraction period 6", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "hybrid_tou7": { + "Version": 4.0, + "Type": 1.0, + "Label": "Hybrid cooling fraction period 7", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "hybrid_tou8": { + "Version": 4.0, + "Type": 1.0, + "Label": "Hybrid cooling fraction period 8", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "hybrid_tou9": { + "Version": 4.0, + "Type": 1.0, + "Label": "Hybrid cooling fraction period 9", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "is_tod_pc_target_also_pc_max": { + "Version": 4.0, + "Type": 1.0, + "Label": "Use turbine output fraction as maximum cycle output", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_1_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 1", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.1, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_2_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 2", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_3_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 3", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_4_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 4", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_5_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 5", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_6_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 6", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_7_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 7", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_8_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 8", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_9_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 9", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "weekday_schedule": { + "Version": 4.0, + "Type": 3.0, + "Label": "Dispatch weekday schedule matrix", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "UIObject": "DiurnalPeriod", + "sscVariableName": "", + "sscVariableValue": "" + }, + "weekend_schedule": { + "Version": 4.0, + "Type": 3.0, + "Label": "Dispatch weekend schedule matrix", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "UIObject": "DiurnalPeriod", + "sscVariableName": "", + "sscVariableValue": "" + } + }, + "Equations": [ + "//", + "// ONLY ADD UI INDICATOR, COMBO CONVERTERS, AND", + "// INPUT AGGREGATOR EQUATIONS BELOW!", + "//", + "// If the equations change an input value", + "// modify the below main MIMO or add one,", + "// referencing in ssc_equations.h", + "//", + "", + "", + "// Just UI input aggregators", + "equations{ '$MIMO$ dispatch_vars_by_tech' } = define() {", + "", + " //turbine output fraction (,3)", + " disp[0] = ${ui_disp_1_turbout};", + " disp[1] = ${ui_disp_2_turbout};", + " disp[2] = ${ui_disp_3_turbout};", + " disp[3] = ${ui_disp_4_turbout};", + " disp[4] = ${ui_disp_5_turbout};", + " disp[5] = ${ui_disp_6_turbout};", + " disp[6] = ${ui_disp_7_turbout};", + " disp[7] = ${ui_disp_8_turbout};", + " disp[8] = ${ui_disp_9_turbout};", + "", + " ${f_turb_tou_periods} = disp; ", + " ", + " ${F_wc} =", + "\t[", + "\t${hybrid_tou1},", + "\t${hybrid_tou2},", + "\t${hybrid_tou3},", + "\t${hybrid_tou4},", + "\t${hybrid_tou5},", + "\t${hybrid_tou6},", + "\t${hybrid_tou7},", + "\t${hybrid_tou8},", + "\t${hybrid_tou9}", + "\t];", + "", + "};", + "" + ], + "Callbacks": [ + "on_load{ 'MSLF Dispatch Control' } = define() {", + "", + " fin = financing();", + " if ( fin == \"Commercial\" || fin == \"None\") ", + " show( 'copy_schedule', false );", + "", + "\tmode = value(\"csp.pt.pwrb.condenser_type\");", + "\t", + "\tenable(\"hybrid_tou1\", mode==2);", + "\tenable(\"hybrid_tou2\", mode==2);", + "\tenable(\"hybrid_tou3\", mode==2);", + "\tenable(\"hybrid_tou4\", mode==2);", + "\tenable(\"hybrid_tou5\", mode==2);", + "\tenable(\"hybrid_tou6\", mode==2);", + "\tenable(\"hybrid_tou7\", mode==2);", + "\tenable(\"hybrid_tou8\", mode==2);", + "\tenable(\"hybrid_tou9\", mode==2);", + "", + "};", + "\t", + "on_change{ 'copy_schedule' } = define() {", + "", + " value( 'weekday_schedule' , value ( 'dispatch_sched_weekday' ) );", + " value( 'weekend_schedule' , value ( 'dispatch_sched_weekend' ) );", + "", + "};" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/Molten Salt Linear Fresnel Solar Field.json b/deploy/runtime/ui/MSLF IPH Capital Costs.json similarity index 71% rename from deploy/runtime/ui/Molten Salt Linear Fresnel Solar Field.json rename to deploy/runtime/ui/MSLF IPH Capital Costs.json index b3fccc8932..69cb6d5bc4 100644 --- a/deploy/runtime/ui/Molten Salt Linear Fresnel Solar Field.json +++ b/deploy/runtime/ui/MSLF IPH Capital Costs.json @@ -1,227 +1,171 @@ { - "Name": "Molten Salt Linear Fresnel Solar Field", - "Width": 1011.0, - "Height": 743.0, + "Name": "MSLF IPH Capital Costs", + "Width": 738.0, + "Height": 592.0, "FormObjects": { - "GroupBox": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "GroupBox1" + "String": "CC_CALC_bop_cost" }, "X": { "Type": 3.0, - "Integer": 6.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 9.0 + "Integer": 153.0 }, "Width": { "Type": 3.0, - "Integer": 542.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, - "Integer": 455.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Solar field parameters" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "GroupBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "GroupBox2" - }, - "X": { - "Type": 3.0, - "Integer": 552.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 9.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 452.0 + "Integer": 0.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 326.0 + "Integer": 2.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "Heat Transfer Fluid" + "String": "" }, - "Bold": { + "ThousandsSep": { "Type": 2.0, "Boolean": 1.0 - } - } - }, - "GroupBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "GroupBox3" }, - "X": { - "Type": 3.0, - "Integer": 9.0 + "Editable": { + "Type": 2.0, + "Boolean": 1.0 }, - "Y": { - "Type": 3.0, - "Integer": 468.0 + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } }, - "Width": { - "Type": 3.0, - "Integer": 539.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "Height": { + "TabOrder": { "Type": 3.0, - "Integer": 134.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Plant Heat Capacity" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "Integer": 0.0 } } }, - "GroupBox": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "GroupBox4" + "String": "CC_CALC_contingency_cost" }, "X": { "Type": 3.0, - "Integer": 552.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 336.0 + "Integer": 177.0 }, "Width": { "Type": 3.0, - "Integer": 452.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, - "Integer": 296.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Design Point" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "GroupBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "GroupBox5" - }, - "X": { - "Type": 3.0, - "Integer": 9.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 606.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 539.0 + "Integer": 0.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 107.0 + "Integer": 2.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "Land Area" + "String": "" }, - "Bold": { + "ThousandsSep": { "Type": 2.0, "Boolean": 1.0 - } - } - }, - "GroupBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "GroupBox6" }, - "X": { - "Type": 3.0, - "Integer": 552.0 + "Editable": { + "Type": 2.0, + "Boolean": 1.0 }, - "Y": { - "Type": 3.0, - "Integer": 633.0 + "ForeColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } }, - "Width": { - "Type": 3.0, - "Integer": 452.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "Height": { + "TabOrder": { "Type": 3.0, - "Integer": 80.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Mirror Washing" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 + "Integer": 0.0 } } }, @@ -230,19 +174,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "HDR_rough" + "String": "CC_CALC_epc_total_cost" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 270.0 + "Integer": 312.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -262,15 +206,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -278,7 +222,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -304,40 +248,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 10.0 - } - } - }, - "MaterialProperties": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "HTF_data" - }, - "X": { - "Type": 3.0, - "Integer": 783.0 - }, - "Y": { - "Type": 3.0, - "Integer": 60.0 - }, - "Width": { - "Type": 3.0, - "Integer": 98.0 - }, - "Height": { - "Type": 3.0, - "Integer": 27.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "TabOrder": { - "Type": 3.0, - "Integer": 15.0 + "Integer": 0.0 } } }, @@ -346,19 +257,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "I_bn_des" + "String": "CC_CALC_heat_sink_cost" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 81.0 + "Integer": 129.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -378,15 +289,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -420,7 +331,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 3.0 + "Integer": 0.0 } } }, @@ -429,19 +340,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "T_amb_sf_des" + "String": "CC_CALC_htf_system_cost" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 105.0 + "Integer": 81.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -461,15 +372,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -477,7 +388,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -503,7 +414,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 4.0 + "Integer": 0.0 } } }, @@ -512,19 +423,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "T_field_ini" + "String": "CC_CALC_installed_per_capacity" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 366.0 + "Integer": 531.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -544,15 +455,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -560,7 +471,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -586,7 +497,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 11.0 + "Integer": 0.0 } } }, @@ -595,19 +506,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "T_fp" + "String": "CC_CALC_plm_total_cost" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 342.0 + "Integer": 336.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -627,15 +538,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -643,7 +554,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -669,7 +580,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 11.0 + "Integer": 0.0 } } }, @@ -678,19 +589,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "T_loop_in_des" + "String": "CC_CALC_sales_tax_total" }, "X": { "Type": 3.0, - "Integer": 783.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 141.0 + "Integer": 435.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -710,15 +621,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -726,7 +637,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -752,7 +663,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 16.0 + "Integer": 0.0 } } }, @@ -761,19 +672,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "T_loop_out" + "String": "CC_CALC_site_improvements_cost" }, "X": { "Type": 3.0, - "Integer": 783.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 165.0 + "Integer": 33.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -793,15 +704,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -809,7 +720,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -835,7 +746,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 17.0 + "Integer": 0.0 } } }, @@ -844,19 +755,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "V_hdr_max" + "String": "CC_CALC_solar_field_cost" }, "X": { "Type": 3.0, - "Integer": 783.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 276.0 + "Integer": 57.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -876,15 +787,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -892,7 +803,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -918,7 +829,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 23.0 + "Integer": 0.0 } } }, @@ -927,19 +838,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "V_hdr_min" + "String": "CC_CALC_total_indirect_cost" }, "X": { "Type": 3.0, - "Integer": 783.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 252.0 + "Integer": 378.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -959,15 +870,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -975,7 +886,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1001,7 +912,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 22.0 + "Integer": 0.0 } } }, @@ -1010,19 +921,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "V_wind_des" + "String": "CC_CALC_ts_cost" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 129.0 + "Integer": 105.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 136.0 }, "Height": { "Type": 3.0, @@ -1038,7 +949,7 @@ }, "Mode": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Format": { "Type": 3.0, @@ -1046,11 +957,11 @@ }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -1058,7 +969,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1084,7 +995,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 7.0 + "Integer": 0.0 } } }, @@ -1093,15 +1004,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "a_field" + "String": "CC_COPY_Q_tes" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 57.0 + "Integer": 105.0 }, "Width": { "Type": 3.0, @@ -1125,11 +1036,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -1141,7 +1052,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -1167,7 +1078,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 2.0 + "Integer": 0.0 } } }, @@ -1176,15 +1087,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "a_loop" + "String": "CC_COPY_nameplate" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 363.0 }, "Y": { "Type": 3.0, - "Integer": 360.0 + "Integer": 264.0 }, "Width": { "Type": 3.0, @@ -1208,11 +1119,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 0.0 }, "Prefix": { "Type": 5.0, @@ -1250,7 +1161,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 27.0 + "Integer": 0.0 } } }, @@ -1259,23 +1170,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "a_sf_act" + "String": "CC_COPY_sales_tax_rate" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 207.0 }, "Y": { "Type": 3.0, - "Integer": 552.0 + "Integer": 435.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 60.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -1291,11 +1202,11 @@ }, "Format": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Decimals": { "Type": 3.0, - "Integer": 1.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, @@ -1303,11 +1214,11 @@ }, "Suffix": { "Type": 5.0, - "String": "" + "String": " %" }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -1333,28 +1244,28 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 35.0 + "Integer": 0.0 } } }, - "Choice": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.FieldConfig" + "String": "CC_COPY_total_land_area" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 147.0 }, "Y": { "Type": 3.0, - "Integer": 198.0 + "Integer": 264.0 }, "Width": { "Type": 3.0, - "Integer": 142.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, @@ -1364,58 +1275,59 @@ "Type": 5.0, "String": "" }, - "Items": { - "Type": 6.0, - "StringList": "" - }, - "Selection": { - "Type": 3.0, - "Integer": -1.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 5.0 - } - } - }, - "Choice": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "csp.mslf.sf.Fluid" + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "X": { + "Mode": { "Type": 3.0, - "Integer": 783.0 + "Integer": 1.0 }, - "Y": { + "Format": { "Type": 3.0, - "Integer": 36.0 + "Integer": 0.0 }, - "Width": { + "Decimals": { "Type": 3.0, - "Integer": 160.0 + "Integer": 0.0 }, - "Height": { - "Type": 3.0, - "Integer": 21.0 + "Prefix": { + "Type": 5.0, + "String": "" }, - "Tool Tip": { + "Suffix": { "Type": 5.0, "String": "" }, - "Items": { - "Type": 6.0, - "StringList": "Solar Salt|Caloria|Hitec XL|VP-1|Hitec|Dowtherm Q|Dowtherm RP|Therminol 59|Therminol 66|User-defined..." + "ThousandsSep": { + "Type": 2.0, + "Boolean": 1.0 }, - "Selection": { - "Type": 3.0, - "Integer": -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": 14.0 + "Integer": 0.0 } } }, @@ -1424,15 +1336,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.field_thermal_output" + "String": "CC_DISP_bop_mwe" }, "X": { "Type": 3.0, - "Integer": 1284.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 834.0 + "Integer": 153.0 }, "Width": { "Type": 3.0, @@ -1456,7 +1368,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -1498,48 +1410,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 37.0 - } - } - }, - "Choice": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "csp.mslf.sf.fthrctrl" - }, - "X": { - "Type": 3.0, - "Integer": 390.0 - }, - "Y": { - "Type": 3.0, - "Integer": 435.0 - }, - "Width": { - "Type": 3.0, - "Integer": 142.0 - }, - "Height": { - "Type": 3.0, - "Integer": 21.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Items": { - "Type": 6.0, - "StringList": "" - }, - "Selection": { - "Type": 3.0, - "Integer": -1.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 5.0 + "Integer": 0.0 } } }, @@ -1548,15 +1419,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.sf.sm1_nLoops" + "String": "CC_DISP_heat_sink_mwe" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 504.0 + "Integer": 129.0 }, "Width": { "Type": 3.0, @@ -1584,7 +1455,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, @@ -1621,57 +1492,8 @@ } }, "TabOrder": { - "Type": 3.0, - "Integer": 33.0 - } - } - }, - "RadioChoice": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "csp.mslf.sf.sm_or_area" - }, - "X": { - "Type": 3.0, - "Integer": 27.0 - }, - "Y": { - "Type": 3.0, - "Integer": 30.0 - }, - "Width": { - "Type": 3.0, - "Integer": 95.0 - }, - "Height": { - "Type": 3.0, - "Integer": 50.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Selection": { "Type": 3.0, "Integer": 0.0 - }, - "Items": { - "Type": 6.0, - "StringList": "Option 1:|Option 2:" - }, - "ShowCaptions": { - "Type": 2.0, - "Boolean": 1.0 - }, - "Horizontal": { - "Type": 2.0, - "Boolean": 0.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 1.0 } } }, @@ -1680,15 +1502,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "eta_pump" + "String": "CC_DISP_htf_system_area" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 246.0 + "Integer": 81.0 }, "Width": { "Type": 3.0, @@ -1712,11 +1534,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 1.0 }, "Prefix": { "Type": 5.0, @@ -1754,7 +1576,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 9.0 + "Integer": 0.0 } } }, @@ -1763,15 +1585,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "field_area" + "String": "CC_DISP_site_improvements_area" }, "X": { "Type": 3.0, - "Integer": 300.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 630.0 + "Integer": 33.0 }, "Width": { "Type": 3.0, @@ -1799,7 +1621,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 1.0 }, "Prefix": { "Type": 5.0, @@ -1837,7 +1659,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 38.0 + "Integer": 0.0 } } }, @@ -1846,15 +1668,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "field_thermal_output" + "String": "CC_DISP_solar_field_area" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 600.0 + "Integer": 57.0 }, "Width": { "Type": 3.0, @@ -1882,7 +1704,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 1.0 }, "Prefix": { "Type": 5.0, @@ -1894,7 +1716,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -1920,32 +1742,32 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 36.0 + "Integer": 0.0 } } }, - "CheckBox": { + "GroupBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "fthrok" + "String": "GroupBox1" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 6.0 }, "Y": { "Type": 3.0, - "Integer": 411.0 + "Integer": 12.0 }, "Width": { "Type": 3.0, - "Integer": 110.0 + "Integer": 722.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 227.0 }, "Tool Tip": { "Type": 5.0, @@ -1953,119 +1775,106 @@ }, "Caption": { "Type": 5.0, - "String": "" + "String": "Direct Capital Costs" }, - "State": { + "Bold": { "Type": 2.0, "Boolean": 1.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 6.0 } } }, - "Numeric": { + "GroupBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "htf_max_opt_temp" + "String": "GroupBox21" }, "X": { "Type": 3.0, - "Integer": 783.0 + "Integer": 6.0 }, "Y": { "Type": 3.0, - "Integer": 117.0 + "Integer": 246.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 722.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 167.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.0 + "Caption": { + "Type": 5.0, + "String": "Indirect Capital Costs" }, - "Mode": { + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox31" + }, + "X": { "Type": 3.0, - "Integer": 1.0 + "Integer": 6.0 }, - "Format": { + "Y": { "Type": 3.0, - "Integer": 1.0 + "Integer": 471.0 }, - "Decimals": { + "Width": { "Type": 3.0, - "Integer": 3.0 + "Integer": 722.0 }, - "Prefix": { - "Type": 5.0, - "String": "" + "Height": { + "Type": 3.0, + "Integer": 89.0 }, - "Suffix": { + "Tool Tip": { "Type": 5.0, "String": "" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 + "Caption": { + "Type": 5.0, + "String": "Total Installed Costs" }, - "Editable": { + "Bold": { "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": 16.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "htf_min_opt_temp" + "String": "Label11" }, "X": { "Type": 3.0, - "Integer": 783.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 93.0 + "Integer": 288.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 104.0 }, "Height": { "Type": 3.0, @@ -2075,39 +1884,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "% of direct cost" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2116,39 +1897,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 16.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "land_mult" + "String": "Label111" }, "X": { "Type": 3.0, - "Integer": 300.0 + "Integer": 480.0 }, "Y": { "Type": 3.0, - "Integer": 654.0 + "Integer": 435.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 98.0 }, "Height": { "Type": 3.0, @@ -2158,39 +1946,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "of Direct Cost" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2199,39 +1959,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 39.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "loop_eff" + "String": "Label112" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 12.0 }, "Y": { "Type": 3.0, - "Integer": 432.0 + "Integer": 312.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 134.0 }, "Height": { "Type": 3.0, @@ -2241,39 +2008,11 @@ "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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "EPC and owner cost" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2282,39 +2021,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 30.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "loop_opt_eff" + "String": "Label1121" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 21.0 }, "Y": { "Type": 3.0, - "Integer": 384.0 + "Integer": 336.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 125.0 }, "Height": { "Type": 3.0, @@ -2324,39 +2070,11 @@ "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": { + "Caption": { "Type": 5.0, - "String": "" + "String": "Total land cost" }, - "Suffix": { - "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2365,39 +2083,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 28.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "loop_therm_eff" + "String": "Label21" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 366.0 }, "Y": { "Type": 3.0, - "Integer": 408.0 + "Integer": 288.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 98.0 }, "Height": { "Type": 3.0, @@ -2407,39 +2132,11 @@ "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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Cost per Wac" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2448,39 +2145,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 29.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "m_dot_htfmax" + "String": "Label211" }, "X": { "Type": 3.0, - "Integer": 783.0 + "Integer": 147.0 }, "Y": { "Type": 3.0, - "Integer": 213.0 + "Integer": 288.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 98.0 }, "Height": { "Type": 3.0, @@ -2490,39 +2194,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Cost per acre" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2531,39 +2207,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 19.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "m_dot_htfmin" + "String": "Label31" }, "X": { "Type": 3.0, - "Integer": 783.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 189.0 + "Integer": 288.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 98.0 }, "Height": { "Type": 3.0, @@ -2573,39 +2256,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" + "String": "Fixed cost" }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 - }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2614,39 +2269,46 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 18.0 + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 } } }, - "Numeric": { + "Label": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "mc_bal_cold" + "String": "Label41" }, "X": { "Type": 3.0, - "Integer": 360.0 + "Integer": 582.0 }, "Y": { "Type": 3.0, - "Integer": 513.0 + "Integer": 288.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 98.0 }, "Height": { "Type": 3.0, @@ -2656,39 +2318,11 @@ "Type": 5.0, "String": "" }, - "Value": { - "Type": 1.0, - "Double": 0.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": { + "Caption": { "Type": 5.0, - "String": "" - }, - "ThousandsSep": { - "Type": 2.0, - "Boolean": 0.0 - }, - "Editable": { - "Type": 2.0, - "Boolean": 1.0 + "String": "Total" }, - "ForeColour": { + "TextColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -2697,39 +2331,108 @@ "Alpha": 255.0 } }, - "BackColour": { - "Type": 4.0, - "Color": { - "Red": 255.0, - "Green": 255.0, - "Blue": 255.0, - "Alpha": 255.0 - } + "Bold": { + "Type": 2.0, + "Boolean": 0.0 }, - "TabOrder": { + "FontSize": { "Type": 3.0, - "Integer": 23.0 - } - } + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label51" + }, + "X": { + "Type": 3.0, + "Integer": 309.0 + }, + "Y": { + "Type": 3.0, + "Integer": 435.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "applies to" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } }, "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "mc_bal_hot" + "String": "bop_spec_cost" }, "X": { "Type": 3.0, - "Integer": 360.0 + "Integer": 450.0 }, "Y": { "Type": 3.0, - "Integer": 489.0 + "Integer": 153.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 124.0 }, "Height": { "Type": 3.0, @@ -2749,11 +2452,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -2761,11 +2464,11 @@ }, "Suffix": { "Type": 5.0, - "String": "" + "String": " $/kWt" }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -2791,7 +2494,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 22.0 + "Integer": 3.0 } } }, @@ -2800,15 +2503,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "mc_bal_sca" + "String": "contingency_percent" }, "X": { "Type": 3.0, - "Integer": 360.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 537.0 + "Integer": 177.0 }, "Width": { "Type": 3.0, @@ -2844,7 +2547,7 @@ }, "Suffix": { "Type": 5.0, - "String": "" + "String": " %" }, "ThousandsSep": { "Type": 2.0, @@ -2874,7 +2577,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 24.0 + "Integer": 7.0 } } }, @@ -2883,15 +2586,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "nLoops" + "String": "epc_cost_fixed" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 528.0 + "Integer": 312.0 }, "Width": { "Type": 3.0, @@ -2915,15 +2618,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -2957,7 +2660,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 34.0 + "Integer": 10.0 } } }, @@ -2966,15 +2669,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "nMod" + "String": "epc_cost_per_acre" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 147.0 }, "Y": { "Type": 3.0, - "Integer": 177.0 + "Integer": 312.0 }, "Width": { "Type": 3.0, @@ -2994,7 +2697,7 @@ }, "Mode": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Format": { "Type": 3.0, @@ -3002,11 +2705,11 @@ }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -3040,7 +2743,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 8.0 + "Integer": 0.0 } } }, @@ -3049,15 +2752,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "rec_htf_vol" + "String": "epc_cost_per_watt" }, "X": { "Type": 3.0, - "Integer": 360.0 + "Integer": 366.0 }, "Y": { "Type": 3.0, - "Integer": 561.0 + "Integer": 312.0 }, "Width": { "Type": 3.0, @@ -3081,15 +2784,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -3123,7 +2826,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 25.0 + "Integer": 0.0 } } }, @@ -3132,15 +2835,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "sf_q_design" + "String": "epc_cost_percent_direct" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 456.0 + "Integer": 312.0 }, "Width": { "Type": 3.0, @@ -3164,7 +2867,7 @@ }, "Format": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Decimals": { "Type": 3.0, @@ -3176,11 +2879,11 @@ }, "Suffix": { "Type": 5.0, - "String": "" + "String": " %" }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -3206,7 +2909,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 31.0 + "Integer": 8.0 } } }, @@ -3215,19 +2918,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "sm1_aperture" + "String": "heat_sink_spec_cost" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 450.0 }, "Y": { "Type": 3.0, - "Integer": 480.0 + "Integer": 129.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 124.0 }, "Height": { "Type": 3.0, @@ -3251,7 +2954,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 1.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -3259,7 +2962,7 @@ }, "Suffix": { "Type": 5.0, - "String": "" + "String": " $/kWt" }, "ThousandsSep": { "Type": 2.0, @@ -3289,7 +2992,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 32.0 + "Integer": 6.0 } } }, @@ -3298,19 +3001,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "solar_mult" + "String": "htf_system_spec_cost" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 450.0 }, "Y": { "Type": 3.0, - "Integer": 576.0 + "Integer": 81.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 124.0 }, "Height": { "Type": 3.0, @@ -3342,7 +3045,7 @@ }, "Suffix": { "Type": 5.0, - "String": "" + "String": " $/m2" }, "ThousandsSep": { "Type": 2.0, @@ -3372,7 +3075,106 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 36.0 + "Integer": 3.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "lblFinancingCost" + }, + "X": { + "Type": 3.0, + "Integer": 12.0 + }, + "Y": { + "Type": 3.0, + "Integer": 489.0 + }, + "Width": { + "Type": 3.0, + "Integer": 437.0 + }, + "Height": { + "Type": 3.0, + "Integer": 42.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Total installed cost excludes any financing costs from the Financial Parameters input page." + }, + "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 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 4" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 414.0 + }, + "Width": { + "Type": 3.0, + "Integer": 722.0 + }, + "Height": { + "Type": 3.0, + "Integer": 56.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Sales Tax" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 } } }, @@ -3381,15 +3183,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "solar_mult_spec" + "String": "plm_cost_fixed" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 33.0 + "Integer": 336.0 }, "Width": { "Type": 3.0, @@ -3413,15 +3215,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -3455,7 +3257,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 2.0 + "Integer": 11.0 } } }, @@ -3464,15 +3266,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "theta_dep" + "String": "plm_cost_per_acre" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 147.0 }, "Y": { "Type": 3.0, - "Integer": 318.0 + "Integer": 336.0 }, "Width": { "Type": 3.0, @@ -3496,15 +3298,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -3538,7 +3340,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 11.0 + "Integer": 0.0 } } }, @@ -3547,15 +3349,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "theta_stow" + "String": "plm_cost_per_watt" }, "X": { "Type": 3.0, - "Integer": 390.0 + "Integer": 366.0 }, "Y": { "Type": 3.0, - "Integer": 294.0 + "Integer": 336.0 }, "Width": { "Type": 3.0, @@ -3579,15 +3381,15 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, - "String": "" + "String": "$ " }, "Suffix": { "Type": 5.0, @@ -3621,7 +3423,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 11.0 + "Integer": 0.0 } } }, @@ -3630,15 +3432,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "total_land_area" + "String": "plm_cost_percent_direct" }, "X": { "Type": 3.0, - "Integer": 300.0 + "Integer": 258.0 }, "Y": { "Type": 3.0, - "Integer": 678.0 + "Integer": 336.0 }, "Width": { "Type": 3.0, @@ -3662,11 +3464,11 @@ }, "Format": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, @@ -3674,7 +3476,7 @@ }, "Suffix": { "Type": 5.0, - "String": "" + "String": " %" }, "ThousandsSep": { "Type": 2.0, @@ -3704,7 +3506,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 40.0 + "Integer": 9.0 } } }, @@ -3713,23 +3515,23 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "washes_per_year" + "String": "sales_tax_percent" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 378.0 }, "Y": { "Type": 3.0, - "Integer": 681.0 + "Integer": 435.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 60.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 24.0 }, "Tool Tip": { "Type": 5.0, @@ -3757,7 +3559,7 @@ }, "Suffix": { "Type": 5.0, - "String": "" + "String": " %" }, "ThousandsSep": { "Type": 2.0, @@ -3787,7 +3589,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 42.0 + "Integer": 12.0 } } }, @@ -3796,19 +3598,19 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "water_per_wash" + "String": "site_improvements_spec_cost" }, "X": { "Type": 3.0, - "Integer": 843.0 + "Integer": 450.0 }, "Y": { "Type": 3.0, - "Integer": 657.0 + "Integer": 33.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 124.0 }, "Height": { "Type": 3.0, @@ -3828,11 +3630,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -3840,7 +3642,7 @@ }, "Suffix": { "Type": 5.0, - "String": "" + "String": " $/m2" }, "ThousandsSep": { "Type": 2.0, @@ -3870,368 +3672,350 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 41.0 + "Integer": 1.0 } } - } - }, - "VarDatabase": { - "FieldConfig": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "Fluid": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "HDR_rough": { - "Version": 4.0, - "Type": 1.0, - "Label": "Header pipe roughness", - "Units": "m", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.000046, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "HTF_data": { - "Version": 4.0, - "Type": 3.0, - "Label": "User-defined solar field HTF", - "Units": " ", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - [ - 1.0, - 7.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0 - ] - ], - "UIObject": "MaterialProperties", - "sscVariableName": "", - "sscVariableValue": "" - }, - "I_bn_des": { - "Version": 4.0, - "Type": 1.0, - "Label": "Irradiation at design", - "Units": "W/m²", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 950.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "L_rnr_pb": { - "Version": 4.0, - "Type": 1.0, - "Label": "Length of runner pipe in pb", - "Units": "m", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "L_rnr_per_xpan": { - "Version": 4.0, - "Type": 1.0, - "Label": "Threshold length of straight runner pipe without an expansion loop", - "Units": "m", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "L_xpan_hdr": { - "Version": 4.0, - "Type": 1.0, - "Label": "Combined perpendicular lengths of each header expansion loop", - "Units": "m", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "L_xpan_rnr": { - "Version": 4.0, - "Type": 1.0, - "Label": "Combined perpendicular lengths of each runner expansion loop", - "Units": "m", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "Min_rnr_xpans": { - "Version": 4.0, - "Type": 1.0, - "Label": "Minimum number of expansion loops per single-diameter runner section", - "Units": "-", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "N_hdr_per_xpan": { - "Version": 4.0, - "Type": 1.0, - "Label": "Number of collector loops per expansion loop", - "Units": "-", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" }, - "N_max_hdr_diams": { - "Version": 4.0, - "Type": 1.0, - "Label": "Max header diameters", - "Units": "-", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "T_amb_sf_des": { - "Version": 4.0, - "Type": 1.0, - "Label": "Design-point ambient temperature", - "Units": "°C", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 25.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "T_field_ini": { - "Version": 4.0, - "Type": 1.0, - "Label": "Initial field temperature", - "Units": "°C", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 300.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "T_field_out_des": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "T_fp": { - "Version": 4.0, - "Type": 1.0, - "Label": "Freeze point heat trace activation temperature", - "Units": "°C", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 260.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "T_loop_in_des": { - "Version": 4.0, - "Type": 1.0, - "Label": "Design loop inlet temperature", - "Units": "°C", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 293.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "T_loop_out": { - "Version": 4.0, - "Type": 1.0, - "Label": "Target loop outlet temperature", - "Units": "°C", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 525.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "V_hdr_cold_max": { - "Version": 4.0, - "Type": 1.0, - "Label": "Header design max flow velocity", - "Units": "m/s", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "V_hdr_cold_min": { - "Version": 4.0, - "Type": 1.0, - "Label": "Header design min flow velocity", - "Units": "m/s", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "V_hdr_hot_max": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": "m/s", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "V_hdr_hot_min": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": "m/s", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "V_hdr_max": { - "Version": 4.0, - "Type": 1.0, - "Label": "Header design max flow velocity", - "Units": "m/s", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 3.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "V_hdr_min": { - "Version": 4.0, - "Type": 1.0, - "Label": "Header design min flow velocity", - "Units": "m/s", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "solar_field_spec_cost" + }, + "X": { + "Type": 3.0, + "Integer": 450.0 + }, + "Y": { + "Type": 3.0, + "Integer": 57.0 + }, + "Width": { + "Type": 3.0, + "Integer": 124.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": " $/m2" + }, + "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": 2.0 + } + } }, - "V_wind_des": { - "Version": 4.0, - "Type": 1.0, - "Label": "Design-point wind velocity", - "Units": "m/s", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 3.5, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "storage_spec_cost" + }, + "X": { + "Type": 3.0, + "Integer": 450.0 + }, + "Y": { + "Type": 3.0, + "Integer": 105.0 + }, + "Width": { + "Type": 3.0, + "Integer": 124.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": " $/kWht" + }, + "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": 3.0 + } + } }, - "a_field": { - "Version": 4.0, - "Type": 1.0, - "Label": "Field aperture", - "Units": "m²", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 850000.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "total_direct_cost" + }, + "X": { + "Type": 3.0, + "Integer": 582.0 + }, + "Y": { + "Type": 3.0, + "Integer": 210.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } }, - "a_loop": { + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "total_installed_cost" + }, + "X": { + "Type": 3.0, + "Integer": 582.0 + }, + "Y": { + "Type": 3.0, + "Integer": 507.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + } + }, + "VarDatabase": { + "CC_CALC_bop_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Single loop aperture", - "Units": "m²", - "Group": "MSLF Solar Field", + "Label": " ", + "Units": " ", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4239,12 +4023,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "a_sf_act": { + "CC_CALC_contingency_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Actual aperture", - "Units": "m²", - "Group": "MSLF Solar Field", + "Label": " ", + "Units": " ", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4252,64 +4036,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "calc_design_pipe_vals": { - "Version": 4.0, - "Type": 1.0, - "Label": "Calculate temps and pressures at design conditions for runners and headers", - "Units": "-", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.sf.FieldConfig": { - "Version": 4.0, - "Type": 1.0, - "Label": "Number of subfield headers", - "Units": " ", - "Group": "MSLF Solar Field", - "IndexLabels": "2", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.sf.Fluid": { - "Version": 4.0, - "Type": 1.0, - "Label": "Field HTF", - "Units": " ", - "Group": "MSLF Solar Field", - "IndexLabels": "Hitec Solar Salt|Caloria HT 43|Hitec XL|Therminol VP-1|Hitec|Dowtherm Q|Dowtherm RP|Therminol 59|Therminol 66|User-defined...", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.sf.fthrctrl": { - "Version": 4.0, - "Type": 1.0, - "Label": "Defocusing strategy", - "Units": " ", - "Group": "MSLF Solar Field", - "IndexLabels": "Sequenced|Simultaneous", - "Flags": 2.0, - "DefaultValue": 1.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.sf.sm1_nLoops": { + "CC_CALC_epc_total_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Required number of loops, SM=1", + "Label": "", "Units": " ", - "Group": "MSLF Solar Field", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4317,51 +4049,51 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.sf.sm_or_area": { + "CC_CALC_heat_sink_cost": { "Version": 4.0, "Type": 1.0, "Label": " ", "Units": " ", - "Group": "MSLF Solar Field", + "Group": "MSLF IPH Capital Costs", "IndexLabels": "", - "Flags": 0.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "custom_sf_pipe_sizes": { + "CC_CALC_htf_system_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Use custom solar field pipe diams, wallthks, and lengths", - "Units": "-", - "Group": "MSLF Solar Field", + "Label": " ", + "Units": " ", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 2.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "eta_pump": { + "CC_CALC_installed_per_capacity": { "Version": 4.0, "Type": 1.0, - "Label": "HTF pump efficiency", + "Label": "Estimated total installed cost per net capacity ($/kW)", "Units": " ", - "Group": "MSLF Solar Field", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.85, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "f_tc_cold": { + "CC_CALC_plm_total_cost": { "Version": 4.0, "Type": 1.0, "Label": " ", "Units": " ", - "Group": "MSLF Solar Field", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4369,12 +4101,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "fc_on": { + "CC_CALC_sales_tax_total": { "Version": 4.0, "Type": 1.0, "Label": " ", "Units": " ", - "Group": "MSLF Solar Field", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4382,42 +4114,25 @@ "sscVariableName": "", "sscVariableValue": "" }, - "field_area": { + "CC_CALC_site_improvements_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Solar field area", - "Units": "acres", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "field_fl_props": { - "Version": 4.0, - "Type": 3.0, "Label": " ", "Units": " ", - "Group": "MSLF Solar Field", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, - "DefaultValue": [ - [ - 0.0 - ] - ], + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "field_fluid": { + "CC_CALC_solar_field_cost": { "Version": 4.0, "Type": 1.0, "Label": " ", "Units": " ", - "Group": "MSLF Solar Field", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4425,12 +4140,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "field_htf_cp_avg": { + "CC_CALC_total_direct_cost": { "Version": 4.0, "Type": 1.0, - "Label": "field htf spec heat at T avg", - "Units": "kJ/kg-K", - "Group": " ", + "Label": "Total direct cost", + "Units": " ", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4438,12 +4153,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "field_thermal_output": { + "CC_CALC_total_indirect_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Field thermal output", - "Units": "MWt", - "Group": "MSLF Solar Field", + "Label": "Total indirect cost", + "Units": " ", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4451,12 +4166,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "fthr_ok": { + "CC_CALC_total_installed_cost": { "Version": 4.0, "Type": 1.0, - "Label": " ", + "Label": "Total installed cost", "Units": " ", - "Group": "MSLF Solar Field", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4464,38 +4179,25 @@ "sscVariableName": "", "sscVariableValue": "" }, - "fthrctrl": { + "CC_CALC_ts_cost": { "Version": 4.0, "Type": 1.0, "Label": " ", "Units": " ", - "Group": "MSLF Solar Field", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "fthrok": { - "Version": 4.0, - "Type": 1.0, - "Label": "Allow partial defocusing", - "Units": " ", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 1.0, - "UIObject": "Default", + "UIObject": "Numeric", "sscVariableName": "", "sscVariableValue": "" }, - "htf_max_opt_temp": { + "CC_COPY_Q_tes": { "Version": 4.0, "Type": 1.0, - "Label": "Field HTF max operating temp", - "Units": "°C", - "Group": "MSLF Solar Field", + "Label": "Storage", + "Units": "MWht", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4503,12 +4205,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "htf_min_opt_temp": { + "CC_COPY_nameplate": { "Version": 4.0, "Type": 1.0, - "Label": "Field HTF min operating temp", - "Units": "°C", - "Group": "MSLF Solar Field", + "Label": "Nameplate", + "Units": "MWt", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4516,25 +4218,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "land_mult": { - "Version": 4.0, - "Type": 1.0, - "Label": "Non-solar field land area multiplier", - "Units": " ", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 1.6, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "loop_eff": { + "CC_COPY_sales_tax_rate": { "Version": 4.0, "Type": 1.0, - "Label": "Total loop conversion efficiency", + "Label": "Sales Tax of", "Units": " ", - "Group": "MSLF Solar Field", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4542,12 +4231,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "loop_opt_eff": { + "CC_COPY_total_land_area": { "Version": 4.0, "Type": 1.0, - "Label": "Loop optical efficiency", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "Total land area", + "Units": "acres", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4555,103 +4244,38 @@ "sscVariableName": "", "sscVariableValue": "" }, - "m_dot_htfmax": { - "Version": 4.0, - "Type": 1.0, - "Label": "Max single loop flow rate", - "Units": "kg/s", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 12.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "m_dot_htfmin": { - "Version": 4.0, - "Type": 1.0, - "Label": "Min single loop flow rate", - "Units": "kg/s", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 1.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "mc_bal_cold": { - "Version": 4.0, - "Type": 1.0, - "Label": "Heat capacity of the balance of plant on the cold side", - "Units": "kWht/K-MWt", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.2, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "mc_bal_hot": { - "Version": 4.0, - "Type": 1.0, - "Label": "Heat capacity of the balance of plant on the hot side", - "Units": "kWht/K-MWt", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.2, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "mc_bal_sca": { - "Version": 4.0, - "Type": 1.0, - "Label": "Non-HTF heat capacity associated with each SCA", - "Units": "Wht/K-m", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 4.5, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "nLoops": { + "CC_DISP_bop_mwe": { "Version": 4.0, "Type": 1.0, - "Label": "Actual number of loops", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "Balance of plant", + "Units": "MWt, Gross", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, - "UIObject": "Default", + "UIObject": "Numeric", "sscVariableName": "", "sscVariableValue": "" }, - "nMod": { + "CC_DISP_heat_sink_mwe": { "Version": 4.0, "Type": 1.0, - "Label": "Number of collector modules in a loop", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "Heat Sink", + "Units": "MWt", + "Group": "MSLF IPH Capital Costs", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 16.0, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "nSCA": { + "CC_DISP_htf_system_area": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "HTF system", + "Units": "m²", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4659,12 +4283,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "nodes": { + "CC_DISP_site_improvements_area": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "Site improvements", + "Units": "m²", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -4672,501 +4296,291 @@ "sscVariableName": "", "sscVariableValue": "" }, - "northsouth_field_sep": { + "CC_DISP_solar_field_area": { "Version": 4.0, "Type": 1.0, - "Label": "North/south separation between subfields. 0 = SCAs are touching", - "Units": "m", - "Group": "MSLF Solar Field", + "Label": "Solar field", + "Units": "m²", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 2.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "offset_xpan_hdr": { + "bop_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Location of first header expansion loop. 1 = after first collector loop", - "Units": "-", - "Group": "MSLF Solar Field", + "Label": "Balance of Plant Cost per kWe", + "Units": "$/kWe", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 2.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "rec_htf_vol": { + "contingency_percent": { "Version": 4.0, "Type": 1.0, - "Label": "HTF volume in single collector unit", - "Units": "L/m²-ap", - "Group": "MSLF Solar Field", + "Label": "Contingency", + "Units": " ", + "Group": "MSLF Capital Costs", "IndexLabels": "", "Flags": 2.0, - "DefaultValue": 1.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "sf_hdr_diams": { - "Version": 4.0, - "Type": 2.0, - "Label": "Custom header diameters", - "Units": "m", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - 0.0 - ], - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "sf_hdr_lengths": { - "Version": 4.0, - "Type": 2.0, - "Label": "Custom header lengths", - "Units": "m", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - 0.0 - ], - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "sf_hdr_wallthicks": { - "Version": 4.0, - "Type": 2.0, - "Label": "Custom header wall thicknesses", - "Units": "m", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - 0.0 - ], + "DefaultValue": 10.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "sf_q_design": { + "epc_cost_fixed": { "Version": 4.0, "Type": 1.0, - "Label": "Power cycle design thermal input", - "Units": "MWt", - "Group": "MSLF Solar Field", + "Label": "Fixed EPC Cost", + "Units": "$", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "sf_rnr_diams": { - "Version": 4.0, - "Type": 2.0, - "Label": "Custom runner diameters", - "Units": "m", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - 0.0 - ], - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "sf_rnr_lengths": { - "Version": 4.0, - "Type": 2.0, - "Label": "Custom runner lengths", - "Units": "m", - "Group": "MSLF Solar Field", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - 0.0 - ], - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "sf_rnr_wallthicks": { + "epc_cost_per_acre": { "Version": 4.0, - "Type": 2.0, - "Label": "Custom runner wall thicknesses", - "Units": "m", - "Group": "MSLF Solar Field", + "Type": 1.0, + "Label": "EPC Costs acre", + "Units": "per acre", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - 0.0 - ], + "Flags": 3.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "sm1_aperture": { + "epc_cost_per_watt": { "Version": 4.0, "Type": 1.0, - "Label": "Total required aperture, SM=1", - "Units": "m²", - "Group": "MSLF Solar Field", + "Label": "EPC Cost Wac", + "Units": "per Wac", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "solar_mult": { + "epc_cost_percent_direct": { "Version": 4.0, "Type": 1.0, - "Label": "Actual solar multiple", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "EPC Costs % direct", + "Units": "% direct", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 15.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "solar_mult_spec": { + "heat_sink_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Solar multiple", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "Heat Sink Cost per kWe", + "Units": "", + "Group": "MSLF IPH Capital Costs", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 2.0, + "Flags": 1.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "solarm": { + "htf_system_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "HTF System Cost Per m2", + "Units": "$/m2", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 50.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "t_ch_out_max": { + "plm_cost_fixed": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "Fixed Land Cost", + "Units": "$", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "t_dis_out_min": { + "plm_cost_per_acre": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "Land Cost acre", + "Units": "per acre", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 10000.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "tc_fill": { + "plm_cost_per_watt": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "Land Cost Wac", + "Units": "per Wac", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "tc_void": { + "plm_cost_percent_direct": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "Land Cost % direct", + "Units": "% direct", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "tes_type": { + "sales_tax_percent": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Solar Field", + "Label": "Sales Tax Percentage of Direct Cost", + "Units": "%", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 3.0, + "DefaultValue": 80.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "theta_dep": { + "site_improvements_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Deploy angle", - "Units": "deg", - "Group": "MSLF Solar Field", + "Label": "Site Improvement Cost per m2", + "Units": "$/m2", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 10.0, + "Flags": 3.0, + "DefaultValue": 20.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "theta_stow": { + "solar_field_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Stow angle", - "Units": "deg", - "Group": "MSLF Solar Field", + "Label": "Solar Field Cost per m2", + "Units": "$/m2", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 170.0, + "Flags": 3.0, + "DefaultValue": 350.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "total_land_area": { + "storage_spec_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Total land area", - "Units": "acres", - "Group": "MSLF Solar Field", + "Label": "Storage cost per kWht", + "Units": "$/kWht", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 8.0, + "Flags": 3.0, "DefaultValue": 0.0, - "UIObject": "Default", + "UIObject": "Numeric", "sscVariableName": "", "sscVariableValue": "" }, - "washes_per_year": { + "total_direct_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Washes per year", + "Label": " ", "Units": " ", - "Group": "MSLF Solar Field", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 120.0, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "water_per_wash": { + "total_installed_cost": { "Version": 4.0, "Type": 1.0, - "Label": "Water usage per wash", - "Units": "L/m²,ap", - "Group": "MSLF Solar Field", + "Label": " Placeholder Variable used by Financial Parameters", + "Units": " ", + "Group": "MSLF Capital Costs", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.02, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" } }, "Equations": [ - "equations{ 'T_field_out_des' } = define() {", - "\treturn ${T_loop_out}; };", - "", - "equations{ 'field_fl_props' } = define() {", - "\treturn ${HTF_data};};", - "equations{ 'field_fluid' } = define() {", - "\treturn ${Fluid};};", - "", - "equations{ 'field_htf_cp_avg' } = define() {", - "\tif (${csp.mslf.sf.Fluid} < 9 )", - "\t\treturn substance_specific_heat( ${Fluid}, 0.5*(${T_loop_in_des}+${T_loop_out}) );", - "\telse", - "\t\treturn substance_userhtf(${field_fl_props},0.5*(${T_loop_in_des}+${T_loop_out}),\"specific heat\"); ", - "\t\t//return cspdtr_tes_userhtf( 1, 0.5*(${T_loop_in_des}+${T_loop_out}) );", - "};", - "", - "equations{ 'Fluid' } = define() {", - "\treturn ?${csp.mslf.sf.Fluid}", - "\t[", - "\t\t18, // 18.) Nitrate Salt**", - "\t\t19, // 19.) Caloria HT 43**", - "\t\t20, // 20.) Hitec XL**", - "\t\t21, // 21.) Therminol VP-1**", - "\t\t22, // 22.) Hitec**", - "\t\t23, // 23.) Dowtherm Q**", - "\t\t24, // 24.) Dowtherm RP**", - "\t\t30, // 30.) Therminol 59", - "\t\t29, // 29.) Therminol 66 ", - "\t\t50 // user defined HTF", - "\t];", - "};", - "", - "equations{ 'loop_eff' } = define() {", - "\treturn ${loop_opt_eff} * ${loop_therm_eff}; };", - "", - "equations{ 'htf_min_opt_temp' } = define() {", - "\treturn ?${csp.mslf.sf.Fluid}", - "[", - "\t238,/* fluid num 18 */", - "\t-12,/* fluid num 19 */", - "\t120,/* fluid num 20 */", - "\t12,/* fluid num 21 */", - "\t142,/* fluid num 22 */", - "\t-35,/* fluid num 23 */", - "\t0,/* fluid num 24 */", - "\t-45,/* fluid num 30 */", - "\t0,/* fluid num 29 */", - "\t0/* user fluid */", - "]; };", - "", - "//equations{ 'loop_therm_eff' } = define() {", - "//\treturn 1 - ${hl_des} * ${L_mod} * ${nMod} /", - "//\t(${a_loop} * ${I_bn_des} * ${loop_opt_eff}); };", - "", - "equations{ 'total_land_area' } = define() {", - "\treturn ${field_area}*${land_mult}; };", - "", - "equations{ 'field_area' } = define() {", - "\treturn ${a_sf_act}/4046.85642; };", - "", - "equations{ 'htf_max_opt_temp' } = define() {", - "\treturn ?${csp.mslf.sf.Fluid}", - "[", - "\t593,/* fluid num 18 */", - "\t315,/* fluid num 19 */", - "\t500,/* fluid num 20 */", - "\t400,/* fluid num 21 */", - "\t538,/* fluid num 22 */", - "\t330,/* fluid num 23 */", - "\t330,/* fluid num 24 */", - "\t315,/* fluid num 30 */", - "\t345,/* fluid num 29 */", - "\t0/* user fluid */", - "]; };", - "", - "equations{ 'a_loop' } = define() {", - "\treturn ${nMod} * ${A_aperture}; };", - "", - "equations{ 'field_thermal_output' } = define() {", - "\treturn 1.e-6 * ${a_sf_act} * ${I_bn_des} * ${loop_eff}; };", - "", - "equations{ 'solar_mult' } = define() {", - "\treturn ?${csp.mslf.sf.sm_or_area}", - "[ ", - "${solar_mult_spec}, ", - "${a_sf_act} / ${sm1_aperture}", - "]; };", - "", - "equations{ 'a_sf_act' } = define() {", - "\treturn ${a_loop} * ${nLoops}; };", - "", - "equations{ 'sf_q_design' } = define() {", - "\treturn ${P_ref} / ${eta_ref}; };", - "", - "equations{ 'nLoops' } = define() {", - "\treturn ceil( ?${csp.mslf.sf.sm_or_area} ", - "[ ", - "${solar_mult_spec} * ${sm1_aperture}, ", - "${a_field}", - "] / ${a_loop} ); };", - "", - "equations{ 'csp.mslf.sf.sm1_nLoops' } = define() {", - "\treturn ceil( ${sm1_aperture} / ${a_loop} ); };", - "", - "equations{ 'sm1_aperture' } = define() {", - "\treturn ${sf_q_design} / ", - "(${I_bn_des} * ${loop_eff} ) *1e6; };", - "", - "equations{ 'loop_opt_eff' } = define() {", - "\treturn ${opt_derate} * ${opt_normal}; };", - "", - "equations{ 'FieldConfig' } = define() {", - "\treturn 2 * (${csp.mslf.sf.FieldConfig} + 1); };", - "", - "equations{ 'fthrctrl' } = define() {", - "\treturn ${csp.mslf.sf.fthrctrl} + 1; };", - "", - "// from tcsMSLF.cpp in simsim interop layer", - "equations{ 'solarm' } = define() {", - "\treturn ${solar_mult}; };", - "equations{ 'nSCA' } = define() {", - "\treturn ${nMod}; };", - "equations{ 'fc_on' } = define() {", - "\treturn 0; };", - "equations{ 'tes_type' } = define() {", - "\treturn 1; };", - "equations{ 'tc_fill' } = define() {", - "\treturn 7; };", - "equations{ 'tc_void' } = define() {", - "\treturn 0.25; };", - "equations{ 't_dis_out_min' } = define() {", - "\treturn 500; };", - "equations{ 't_ch_out_max' } = define() {", - "\treturn 500; };", - "equations{ 'nodes' } = define() {", - "\treturn 2000; };", - "equations{ 'f_tc_cold' } = define() {", - "\treturn 2; };", - "\t", - "equations{ 'fthr_ok' } = define() {", - "\treturn ${fthrok}; };", - "", + "equations{ 'CC_DISP_site_improvements_area' } = define() {\r", + "\treturn ${SD_CALC_total_Ap}; };\r", + "\r", + "equations{ 'CC_DISP_solar_field_area' } = define() {\r", + "\treturn ${SD_CALC_total_Ap}; };\r", + "\t\r", + "equations{ 'CC_COPY_Q_tes' } = define() {\r", + "\treturn ${TS_CALC_Q_tes}; };\r", + "\r", + "equations{ 'CC_DISP_htf_system_area' } = define() {\r", + "\treturn ${SD_CALC_total_Ap}; };\r", + "\r", + "equations{ 'CC_DISP_heat_sink_mwe' } = define() {\r", + "\treturn ${q_pb_design}; };\r", + "\r", + "equations{ 'CC_DISP_bop_mwe' } = define() {\r", + "\treturn ${q_pb_design}; };\r", + "\r", + "equations{ 'CC_COPY_total_land_area' } = define() {\r", + "\treturn ${SF_CALC_total_land_area}; };\r", + "\t\r", + "equations{ 'CC_COPY_nameplate' } = define() {\r", + "\treturn ${nameplate}; };\r", + "\r", + "equations{ 'CC_COPY_sales_tax_rate' } = define() {\r", + "\treturn ${sales_tax_rate}; };\r", + "\r", + "equations{ 'total_installed_cost' } = define() {\r", + "\treturn ${CC_CALC_total_installed_cost}; };\r", + "\r", + "equations{ 'total_direct_cost' } = define() {\r", + "\treturn ${CC_CALC_total_direct_cost}; };\r", + "\t\r", + "equations{ 'total_indirect_cost' } = define() {\r", + "\treturn ${CC_CALC_total_indirect_cost}; };\r", "" ], - "Callbacks": [ - "on_load{'Molten Salt Linear Fresnel Solar Field'} = define()", - "{", - "\ton_change{'csp.mslf.sf.Fluid'}();", - "\ton_change{'csp.mslf.sf.sm_or_area'}();", - "};", - "", - "on_change{'csp.mslf.sf.Fluid'} = define()", - "{", - " bCustomHTF = (value('csp.mslf.sf.Fluid')==9);", - " enable('HTF_data',bCustomHTF);", - " enable('htf_min_opt_temp',!bCustomHTF);", - " enable('htf_max_opt_temp',!bCustomHTF);", - " ", - " mslf_hx_derate_update();", - "};", - "", - "on_change{'field_fl_props'} = define(){", - "\tmslf_hx_derate_update();", - "};", - "", - "on_change{'csp.mslf.sf.sm_or_area'} = define(){", - " state = value('csp.mslf.sf.sm_or_area');", - " enable ('solar_mult_spec', state == 0);", - " enable ('a_field', state == 1);", - "};" - ] + "Callbacks": [] } \ No newline at end of file diff --git a/deploy/runtime/ui/MSLF IPH Dispatch Control.json b/deploy/runtime/ui/MSLF IPH Dispatch Control.json new file mode 100644 index 0000000000..6500c5717e --- /dev/null +++ b/deploy/runtime/ui/MSLF IPH Dispatch Control.json @@ -0,0 +1,2622 @@ +{ + "Name": "MSLF IPH Dispatch Control", + "Width": 844.0, + "Height": 710.0, + "FormObjects": { + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "1" + }, + "X": { + "Type": 3.0, + "Integer": 21.0 + }, + "Y": { + "Type": 3.0, + "Integer": 294.0 + }, + "Width": { + "Type": 3.0, + "Integer": 233.0 + }, + "Height": { + "Type": 3.0, + "Integer": 83.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "The turbine output fraction scales the turbine thermal input relative to design for the corresponding time-of-delivery period." + }, + "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": "2" + }, + "X": { + "Type": 3.0, + "Integer": 273.0 + }, + "Y": { + "Type": 3.0, + "Integer": 45.0 + }, + "Width": { + "Type": 3.0, + "Integer": 524.0 + }, + "Height": { + "Type": 3.0, + "Integer": 45.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Use the schedule matrices to specify the month and hour of day for each of the nine periods." + }, + "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 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox2" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 0.0 + }, + "Width": { + "Type": 3.0, + "Integer": 830.0 + }, + "Height": { + "Type": 3.0, + "Integer": 701.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Dispatch Control" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox3" + }, + "X": { + "Type": 3.0, + "Integer": 270.0 + }, + "Y": { + "Type": 3.0, + "Integer": 87.0 + }, + "Width": { + "Type": 3.0, + "Integer": 533.0 + }, + "Height": { + "Type": 3.0, + "Integer": 302.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Weekday Schedule" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox4" + }, + "X": { + "Type": 3.0, + "Integer": 270.0 + }, + "Y": { + "Type": 3.0, + "Integer": 390.0 + }, + "Width": { + "Type": 3.0, + "Integer": 533.0 + }, + "Height": { + "Type": 3.0, + "Integer": 305.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Weekend Schedule" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label10" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 126.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 3:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 128.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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label101" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 222.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 7:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 81.0, + "Blue": 24.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label11" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 150.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 4:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 1.0, + "Green": 126.0, + "Blue": 67.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label111" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 246.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 8:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 244.0, + "Green": 138.0, + "Blue": 253.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label12" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 174.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 5:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 215.0, + "Green": 215.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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label121" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 270.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 9:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 254.0, + "Green": 22.0, + "Blue": 86.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label13" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 198.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 6:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 156.0, + "Green": 46.0, + "Blue": 68.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label2" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 1:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 232.0, + "Blue": 104.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label7" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 167.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Turbine output fraction" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label9" + }, + "X": { + "Type": 3.0, + "Integer": 51.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Period 2:" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 64.0, + "Green": 128.0, + "Blue": 128.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 0.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Button": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "copy_schedule" + }, + "X": { + "Type": 3.0, + "Integer": 420.0 + }, + "Y": { + "Type": 3.0, + "Integer": 18.0 + }, + "Width": { + "Type": 3.0, + "Integer": 261.0 + }, + "Height": { + "Type": 3.0, + "Integer": 28.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Copy schedule from TOD Factors page" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "CheckBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "is_tod_pc_target_also_pc_max" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 24.0 + }, + "Width": { + "Type": 3.0, + "Integer": 340.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Use output fraction as maximum cycle output" + }, + "State": { + "Type": 2.0, + "Boolean": 0.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_1_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 20.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_2_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 25.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_3_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 126.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 30.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_4_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 150.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 35.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_5_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 174.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 40.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_6_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 198.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 45.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_7_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 222.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 50.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_8_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 246.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 55.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_disp_9_turbout" + }, + "X": { + "Type": 3.0, + "Integer": 126.0 + }, + "Y": { + "Type": 3.0, + "Integer": 270.0 + }, + "Width": { + "Type": 3.0, + "Integer": 64.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 60.0 + } + } + }, + "DiurnalPeriod": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "weekday_schedule" + }, + "X": { + "Type": 3.0, + "Integer": 282.0 + }, + "Y": { + "Type": 3.0, + "Integer": 108.0 + }, + "Width": { + "Type": 3.0, + "Integer": 514.0 + }, + "Height": { + "Type": 3.0, + "Integer": 272.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + }, + "Schedule": { + "Type": 5.0, + "String": "111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111" + }, + "Max": { + "Type": 3.0, + "Integer": 9.0 + }, + "Min": { + "Type": 3.0, + "Integer": 1.0 + } + } + }, + "DiurnalPeriod": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "weekend_schedule" + }, + "X": { + "Type": 3.0, + "Integer": 279.0 + }, + "Y": { + "Type": 3.0, + "Integer": 411.0 + }, + "Width": { + "Type": 3.0, + "Integer": 514.0 + }, + "Height": { + "Type": 3.0, + "Integer": 272.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + }, + "Schedule": { + "Type": 5.0, + "String": "111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111" + }, + "Max": { + "Type": 3.0, + "Integer": 9.0 + }, + "Min": { + "Type": 3.0, + "Integer": 1.0 + } + } + } + }, + "VarDatabase": { + "f_turb_tou_periods": { + "Version": 4.0, + "Type": 2.0, + "Label": "Turbine output fraction TOU periods", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "is_tod_pc_target_also_pc_max": { + "Version": 4.0, + "Type": 1.0, + "Label": "Use turbine output fraction as maximum cycle output", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_1_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 1", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.1, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_2_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 2", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_3_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 3", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_4_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 4", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_5_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 5", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_6_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 6", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_7_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 7", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_8_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 8", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_disp_9_turbout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Turbine output fraction period 9", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "weekday_schedule": { + "Version": 4.0, + "Type": 3.0, + "Label": "Dispatch weekday schedule matrix", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "UIObject": "DiurnalPeriod", + "sscVariableName": "", + "sscVariableValue": "" + }, + "weekend_schedule": { + "Version": 4.0, + "Type": 3.0, + "Label": "Dispatch weekend schedule matrix", + "Units": " ", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "UIObject": "DiurnalPeriod", + "sscVariableName": "", + "sscVariableValue": "" + } + }, + "Equations": [ + "//", + "// ONLY ADD UI INDICATOR, COMBO CONVERTERS, AND", + "// INPUT AGGREGATOR EQUATIONS BELOW!", + "//", + "// If the equations change an input value", + "// modify the below main MIMO or add one,", + "// referencing in ssc_equations.h", + "//", + "", + "", + "// Just UI input aggregators", + "equations{ '$MIMO$ dispatch_vars_by_tech' } = define() {", + "", + " //turbine output fraction (,3)", + " disp[0] = ${ui_disp_1_turbout};", + " disp[1] = ${ui_disp_2_turbout};", + " disp[2] = ${ui_disp_3_turbout};", + " disp[3] = ${ui_disp_4_turbout};", + " disp[4] = ${ui_disp_5_turbout};", + " disp[5] = ${ui_disp_6_turbout};", + " disp[6] = ${ui_disp_7_turbout};", + " disp[7] = ${ui_disp_8_turbout};", + " disp[8] = ${ui_disp_9_turbout};", + "", + " ${f_turb_tou_periods} = disp; ", + "", + "", + "};", + "" + ], + "Callbacks": [ + "on_load{ 'MSLF IPH Dispatch Control' } = define() {", + "", + " fin = financing();", + " if ( fin == \"Commercial\" || fin == \"None\") ", + " show( 'copy_schedule', false );", + "};", + "\t", + "on_change{ 'copy_schedule' } = define() {", + "", + " value( 'weekday_schedule' , value ( 'dispatch_sched_weekday' ) );", + " value( 'weekend_schedule' , value ( 'dispatch_sched_weekend' ) );", + "", + "};" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/MSLF IPH System Control.json b/deploy/runtime/ui/MSLF IPH System Control.json new file mode 100644 index 0000000000..3fb998dff6 --- /dev/null +++ b/deploy/runtime/ui/MSLF IPH System Control.json @@ -0,0 +1,2059 @@ +{ + "Name": "MSLF IPH System Control", + "Width": 915.0, + "Height": 243.0, + "FormObjects": { + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox1" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 9.0 + }, + "Width": { + "Type": 3.0, + "Integer": 902.0 + }, + "Height": { + "Type": 3.0, + "Integer": 134.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Plant Energy Consumption" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label1" + }, + "X": { + "Type": 3.0, + "Integer": 390.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Factor" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label11" + }, + "X": { + "Type": 3.0, + "Integer": 447.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Coeff 0" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label111" + }, + "X": { + "Type": 3.0, + "Integer": 504.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Coeff 1" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label1111" + }, + "X": { + "Type": 3.0, + "Integer": 561.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Coeff 2" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_CALC_aux" + }, + "X": { + "Type": 3.0, + "Integer": 672.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 22.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_CALC_bop" + }, + "X": { + "Type": 3.0, + "Integer": 672.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 16.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_aux_par" + }, + "X": { + "Type": 3.0, + "Integer": 195.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 17.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_aux_par_0" + }, + "X": { + "Type": 3.0, + "Integer": 447.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 19.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_aux_par_1" + }, + "X": { + "Type": 3.0, + "Integer": 504.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 20.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_aux_par_2" + }, + "X": { + "Type": 3.0, + "Integer": 561.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 21.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_aux_par_f" + }, + "X": { + "Type": 3.0, + "Integer": 390.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 18.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_bop_par" + }, + "X": { + "Type": 3.0, + "Integer": 195.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_bop_par_0" + }, + "X": { + "Type": 3.0, + "Integer": 447.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 13.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_bop_par_1" + }, + "X": { + "Type": 3.0, + "Integer": 504.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 14.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_bop_par_2" + }, + "X": { + "Type": 3.0, + "Integer": 561.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 15.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_bop_par_f" + }, + "X": { + "Type": 3.0, + "Integer": 390.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 12.0 + } + } + }, + "LossAdjustment": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "adjust" + }, + "X": { + "Type": 3.0, + "Integer": 444.0 + }, + "Y": { + "Type": 3.0, + "Integer": 156.0 + }, + "Width": { + "Type": 3.0, + "Integer": 270.0 + }, + "Height": { + "Type": 3.0, + "Integer": 70.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + }, + "Description": { + "Type": 5.0, + "String": "" + }, + "Label": { + "Type": 5.0, + "String": "" + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "AnalysisPeriod": { + "Type": 3.0, + "Integer": 25.0 + }, + "ShowMode": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AnnualEnabled": { + "Type": 2.0, + "Boolean": 1.0 + }, + "WeeklyEnabled": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 418" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 144.0 + }, + "Width": { + "Type": 3.0, + "Integer": 902.0 + }, + "Height": { + "Type": 3.0, + "Integer": 93.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "System Availability" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 7" + }, + "X": { + "Type": 3.0, + "Integer": 36.0 + }, + "Y": { + "Type": 3.0, + "Integer": 165.0 + }, + "Width": { + "Type": 3.0, + "Integer": 339.0 + }, + "Height": { + "Type": 3.0, + "Integer": 54.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "System availability losses reduce the system output to represent system outages or other events." + }, + "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": "pb_fixed_par" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 27.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 4.0 + } + } + } + }, + "VarDatabase": { + "SC_CALC_aux": { + "Version": 4.0, + "Type": 1.0, + "Label": "Aux", + "Units": "MWe", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_CALC_bop": { + "Version": 4.0, + "Type": 1.0, + "Label": "BOP", + "Units": "MWe", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_aux_par": { + "Version": 4.0, + "Type": 1.0, + "Label": "Aux heater boiler parasitic", + "Units": "MWe/MWtcap", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.023, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_aux_par_0": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.483, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_aux_par_1": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.571, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_aux_par_2": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_aux_par_f": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_bop_par": { + "Version": 4.0, + "Type": 1.0, + "Label": "Balance of plant parasitic", + "Units": "MWe/MWtcap", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.025, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_bop_par_0": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_bop_par_1": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.483, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_bop_par_2": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_bop_par_f": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust": { + "Version": 4.0, + "Type": 5.0, + "Label": "Performance adjustment factors", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 1.0, + "DefaultValue": {}, + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_constant": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_en_periods": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_en_timeindex": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_periods": { + "Version": 4.0, + "Type": 3.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": [ + [ + 0.0 + ] + ], + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_timeindex": { + "Version": 4.0, + "Type": 2.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "aux_array": { + "Version": 4.0, + "Type": 2.0, + "Label": "Coefficients for auxiliary heater parasitics calcs", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "bop_array": { + "Version": 4.0, + "Type": 2.0, + "Label": "Coefficients for balance of plant parasitics calcs", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_csu_cost_rel": { + "Version": 4.0, + "Type": 1.0, + "Label": "Cycle startup cost penalty", + "Units": "$/MWe-cycle/start", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 87.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_frequency": { + "Version": 4.0, + "Type": 1.0, + "Label": "Frequency for dispatch reoptimization", + "Units": "hour", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 24.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_horizon": { + "Version": 4.0, + "Type": 1.0, + "Label": "Time horizon for dispatch optimization", + "Units": "hour", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 48.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_max_iter": { + "Version": 4.0, + "Type": 1.0, + "Label": "Maximum branch and bound iterations", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 10000.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_mip_gap": { + "Version": 4.0, + "Type": 1.0, + "Label": "Solution optimality gap tolerance", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.055, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_pen_ramping": { + "Version": 4.0, + "Type": 1.0, + "Label": "Power generation ramping penalty", + "Units": "$/ΔMWe", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_rsu_cost_rel": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver startup cost penalty", + "Units": "$/MWt-field/start", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.4, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_time_weighting": { + "Version": 4.0, + "Type": 1.0, + "Label": "Objective function time weighting exponent", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.99, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_timeout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Optimization solver timeout limit", + "Units": "sec", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 5.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_wlim_maxspec": { + "Version": 4.0, + "Type": 1.0, + "Label": "Max. net power to the grid", + "Units": "MWe", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "dispatch_series": { + "Version": 4.0, + "Type": 2.0, + "Label": "Dispatch TOD series", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "is_dispatch": { + "Version": 4.0, + "Type": 1.0, + "Label": "Enable dispatch optimization", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "is_dispatch_series": { + "Version": 4.0, + "Type": 1.0, + "Label": "Use specified TOD series", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "is_wlim_design": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "pb_fixed_par": { + "Version": 4.0, + "Type": 1.0, + "Label": "Fraction of rated gross power consumed all times", + "Units": "MWe/MWtcap", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + } + }, + "Equations": [ + "//", + "// ONLY ADD UI INDICATOR, COMBO CONVERTERS, AND", + "// INPUT AGGREGATOR EQUATIONS BELOW!", + "//", + "// If the equations change an input value", + "// modify the below main MIMO or add one,", + "// referencing in ssc_equations.h", + "//", + "\r", + "equations{ 'is_wlim_design' } = define() {\r", + "\treturn ${is_dispatch};\r", + "};\r", + "\r", + "// Just UI input aggregator\r", + "equations{ 'aux_array' } = define() {\r", + "\ta[0] = ${SC_DISP_aux_par};\r", + "\ta[1] = ${SC_DISP_aux_par_f};\r", + "\ta[2] = ${SC_DISP_aux_par_0};\r", + "\ta[3] = ${SC_DISP_aux_par_1};\r", + "\ta[4] = ${SC_DISP_aux_par_2};\r", + "\treturn a;\r", + "};\r", + "", + "// Just UI input aggregator\r", + "equations{ 'bop_array' } = define() {\r", + "\ta[0] = ${SC_DISP_bop_par};\r", + "\ta[1] = ${SC_DISP_bop_par_f};\r", + "\ta[2] = ${SC_DISP_bop_par_0};\r", + "\ta[3] = ${SC_DISP_bop_par_1};\r", + "\ta[4] = ${SC_DISP_bop_par_2};\r", + "\treturn a;\r", + "};\r", + "\r", + "" + ], + "Callbacks": [ + "on_load{'MSLF System Control'} = define()\r", + "{\r", + "\tloss_adjustment_set();\r", + "};\r", + "\r", + "\r", + "\r", + "function loss_adjustment_set() \r", + "{\r", + "\tif (financing() != \"LCOE Calculator\" && financing() != \"None\") {\r", + "\t\tif (value('system_use_lifetime_output') == 1) {\r", + "\t\t\tproperty('adjust', 'AnalysisPeriod', value('analysis_period'));\r", + "\t\t}\r", + "\t\telse {\r", + "\t\t\tproperty('adjust', 'AnalysisPeriod', 1);\r", + "\t\t}\r", + "\t}\r", + "\telse {\r", + "\t\tproperty('adjust', 'AnalysisPeriod', 1);\r", + "\t}\r", + "}" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/MSLF IPH System Design.json b/deploy/runtime/ui/MSLF IPH System Design.json new file mode 100644 index 0000000000..5279aca40c --- /dev/null +++ b/deploy/runtime/ui/MSLF IPH System Design.json @@ -0,0 +1,1763 @@ +{ + "Name": "MSLF IPH System Design", + "Width": 921.0, + "Height": 908.0, + "FormObjects": { + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "I_bn_des" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 189.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "SD_CALC_Q_rec_des" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 213.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 3.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SD_CALC_nLoops" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 285.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 32.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SD_CALC_solar_mult" + }, + "X": { + "Type": 3.0, + "Integer": 327.0 + }, + "Y": { + "Type": 3.0, + "Integer": 117.0 + }, + "Width": { + "Type": 3.0, + "Integer": 88.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 2.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SD_CALC_total_Ap" + }, + "X": { + "Type": 3.0, + "Integer": 327.0 + }, + "Y": { + "Type": 3.0, + "Integer": 141.0 + }, + "Width": { + "Type": 3.0, + "Integer": 88.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "T_loop_in_des" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 237.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 4.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "T_loop_out" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 261.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 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": 3.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 21" + }, + "X": { + "Type": 3.0, + "Integer": 444.0 + }, + "Y": { + "Type": 3.0, + "Integer": 264.0 + }, + "Width": { + "Type": 3.0, + "Integer": 405.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": "Thermal Energy Storage" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2120" + }, + "X": { + "Type": 3.0, + "Integer": 444.0 + }, + "Y": { + "Type": 3.0, + "Integer": 96.0 + }, + "Width": { + "Type": 3.0, + "Integer": 405.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": "Heat Sink" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2121" + }, + "X": { + "Type": 3.0, + "Integer": 12.0 + }, + "Y": { + "Type": 3.0, + "Integer": 96.0 + }, + "Width": { + "Type": 3.0, + "Integer": 405.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 Field" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 4" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 12.0 + }, + "Width": { + "Type": 3.0, + "Integer": 855.0 + }, + "Height": { + "Type": 3.0, + "Integer": 315.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Design Point Parameters" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 7" + }, + "X": { + "Type": 3.0, + "Integer": 12.0 + }, + "Y": { + "Type": 3.0, + "Integer": 27.0 + }, + "Width": { + "Type": 3.0, + "Integer": 831.0 + }, + "Height": { + "Type": 3.0, + "Integer": 63.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "The design point parameters determine the nominal ratings of each part of the linear fresnel system. After specifying the design point parameters here, you can specify details of each component of the system on the Solar Field, Collector and Receiver, and Thermal Storage input pages." + }, + "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": "pb_pump_coef" + }, + "X": { + "Type": 3.0, + "Integer": 687.0 + }, + "Y": { + "Type": 3.0, + "Integer": 141.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 2.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "q_pb_design" + }, + "X": { + "Type": 3.0, + "Integer": 687.0 + }, + "Y": { + "Type": 3.0, + "Integer": 117.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 2.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "solar_mult_in" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 117.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 2.0 + } + } + }, + "RadioChoice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "solar_mult_or_Ap" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 117.0 + }, + "Width": { + "Type": 3.0, + "Integer": 95.0 + }, + "Height": { + "Type": 3.0, + "Integer": 50.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Selection": { + "Type": 3.0, + "Integer": 0.0 + }, + "Items": { + "Type": 6.0, + "StringList": "Option 1:|Option 2:" + }, + "ShowCaptions": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Horizontal": { + "Type": 2.0, + "Boolean": 0.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": 1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "total_Ap_in" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 141.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 3.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "tshours" + }, + "X": { + "Type": 3.0, + "Integer": 687.0 + }, + "Y": { + "Type": 3.0, + "Integer": 285.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 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": 5.0 + } + } + } + }, + "VarDatabase": { + "I_bn_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Design point DNI", + "Units": "W/m²", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 950.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_Q_rec_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Field thermal power", + "Units": "MWt", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_m_dot_field_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Cycle design HTF mass flow rate", + "Units": "kg/s", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_nLoops": { + "Version": 4.0, + "Type": 1.0, + "Label": "Number of loops", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 8.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_solar_mult": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 10.0, + "DefaultValue": 2.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_total_Ap": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "m²", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "T_htf_hot_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "ONLY USED FOR USER DEFINED POWER CYCLE", + "Units": "", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "T_loop_in_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Loop inlet HTF temperature", + "Units": "°C", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 293.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "T_loop_out": { + "Version": 4.0, + "Type": 1.0, + "Label": "Loop outlet HTF temperature", + "Units": "°C", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 391.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp_financial_model": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "nameplate": { + "Version": 4.0, + "Type": 1.0, + "Label": "Copy of nameplate (needed for financial models)", + "Units": "MWe", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "pb_pump_coef": { + "Version": 4.0, + "Type": 1.0, + "Label": "Pumping power for HTF through power block", + "Units": "kW/kg/s", + "Group": "MSLF IPH System Design", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "q_pb_design": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heat sink thermal power", + "Units": "MWt", + "Group": "MSLF IPH System Design", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "solar_mult_in": { + "Version": 4.0, + "Type": 1.0, + "Label": "Solar multiple", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 2.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "solar_mult_or_Ap": { + "Version": 4.0, + "Type": 1.0, + "Label": "Solar field mode (0=SM, 1=area)", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 1.0, + "DefaultValue": 0.0, + "UIObject": "RadioChoice", + "sscVariableName": "", + "sscVariableValue": "" + }, + "total_Ap_in": { + "Version": 4.0, + "Type": 1.0, + "Label": "Field aperture", + "Units": "", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 877000.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "tshours": { + "Version": 4.0, + "Type": 1.0, + "Label": "Hours of storage at design point", + "Units": "hours", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 6.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + } + }, + "Equations": [ + "//", + "// ONLY ADD UI INDICATOR, COMBO CONVERTERS, AND", + "// INPUT AGGREGATOR EQUATIONS BELOW!", + "//", + "// If the equations change an input value", + "// modify the below main MIMO or add one,", + "// referencing in ssc_equations.h", + "//\r", + "\r", + "// Only used for Financial model", + "\r", + "equations{ 'T_htf_hot_des' } = define() {\r", + "\treturn ${T_loop_out}; };\r", + "\t\r", + "equations{ 'nameplate' } = define() {\r", + "\treturn ${q_pb_design}; };\r", + "\t", + "equations{ 'csp_financial_model' } = define() {", + "if(financing() == \"None\"){\r", + "\t\treturn 8;\r", + "\t}\r", + "\telse if(financing() == \"LCOH Calculator\"){\r", + "\t\treturn 7;\r", + "\t}\r", + "\telse{\r", + "\t\treturn -1;\r", + "\t}\r", + "};", + "\r", + "equations{ '$MIMO$ ui_mslf_iph_system_design__mslf_iph_cmod' } = define()\r", + "{\r", + "\tobj = ssc_create();\r", + "\r", + "\t//#ssc_auto_exec(obj, 'fresnel_physical_iph', 2);\r", + "\t\r", + "\tret_d = ssc_dump(obj, 'mslf_iph_mimo_ssc_auto_exec.lk');\r", + "\tret = ssc_exec(obj, 'fresnel_physical_iph');\r", + "\r", + "\tif(ret == 0)\r", + "\t{\r", + "\t\t// System Design\r", + "\t\t${SD_CALC_nLoops} = ssc_var(obj, \"nLoops\");\r", + "\t\t${SD_CALC_solar_mult} = ssc_var(obj, \"solar_mult\");\r", + "\t\t${SD_CALC_total_Ap} = ssc_var(obj, \"total_Ap\");\r", + "\t\t\r", + "\t\t//${SD_CALC_q_pb_design} = ssc_var(obj, \"q_dot_cycle_des\");\r", + "\t\t//${SD_CALC_nameplate} = ssc_var(obj, \"nameplate\");\r", + "\t\t${SD_CALC_Q_rec_des} = ssc_var(obj, \"q_dot_rec_des\");\r", + "\t\t\r", + "\t\t\r", + "\t\t// Solar Field\r", + "\t\t${SF_CALC_Ap_loop} = ssc_var(obj, \"A_loop\");\r", + "\t\t${SF_CALC_loop_opt_eff} = ssc_var(obj, \"loop_opt_eff\");\r", + "\t\t${SF_CALC_loop_therm_eff} = ssc_var(obj, \"loop_therm_eff\");\r", + "\t\t${SF_CALC_loop_eff} = ssc_var(obj, \"loop_eff\");\r", + "\t\t${SF_CALC_Ap_sm1} = ssc_var(obj, \"sm1_aperture\");\r", + "\t\t${SF_CALC_nLoops_sm1} = ssc_var(obj, \"sm1_nLoops\");\r", + "\t\t${SF_CALC_total_tracking_power} = ssc_var(obj, \"total_tracking_power\");\r", + "\t\t${SF_CALC_Ap_total} = ssc_var(obj, \"A_field\");\r", + "\t\t${SF_CALC_q_field_des} = ssc_var(obj, \"q_field_des\");\r", + "\t\t${SF_CALC_field_area} = ssc_var(obj, \"field_area\");\r", + "\t\t${SF_CALC_total_land_area} = ssc_var(obj, \"total_land_area\");\r", + "\t\t${SF_CALC_field_htf_min_temp} = ssc_var(obj, \"field_htf_min_temp\");\r", + "\t\t${SF_CALC_field_htf_max_temp} = ssc_var(obj, \"field_htf_max_temp\");\r", + "\t\t${SF_CALC_mdot_field_des} = ssc_var(obj, \"mdot_field_des\");\r", + "\t\t\r", + "\t\t${SF_CALC_dP_field_des_SS} = ssc_var(obj,\"dP_field_des_SS\");\r", + "\t\t${SF_CALC_Q_field_des_SS} = ssc_var(obj,\"Q_field_des_SS\");\r", + "\t\t${SF_CALC_T_field_out_des_SS} = ssc_var(obj, \"T_field_out_des_SS\");\r", + "\t\t${SF_CALC_m_dot_des_SS} = ssc_var(obj, \"m_dot_des_SS\");\r", + "\t\t${SF_CALC_m_dot_loop_des_SS} = ssc_var(obj, \"m_dot_loop_des_SS\");\r", + "\t\t//${SF_CALC_V_hdr_min_des_SS} = ssc_var(obj, \"V_hdr_min_des_SS\");\r", + "\t\t//${SF_CALC_V_hdr_max_des_SS} = ssc_var(obj, \"V_hdr_max_des_SS\");\r", + "\t\t${SF_CALC_eta_optical_des_SS} = ssc_var(obj, \"eta_optical_des_SS\");\r", + "\t\t${SF_CALC_therm_eff_des_SS} = ssc_var(obj, \"therm_eff_des_SS\");\r", + "\t\t${SF_CALC_eff_des_SS} = ssc_var(obj, \"eff_des_SS\");\r", + "\t\t${SF_CALC_W_dot_pump_des_SS} = ssc_var(obj, \"W_dot_pump_des_SS\");\r", + "\t\t\r", + "\t\t${SF_CALC_T_loop_out_des_SS} = ssc_var(obj, \"T_loop_out_des_SS\");\r", + "\t\t${SF_CALC_Q_loop_des_SS} = ssc_var(obj, \"Q_loop_des_SS\");\r", + "\t\t${SF_CALC_therm_eff_loop_des_SS} = ssc_var(obj, \"therm_eff_loop_des_SS\");\r", + "\t\t${SF_CALC_eff_loop_des_SS} = ssc_var(obj, \"eff_loop_des_SS\");\r", + "\t\t${SF_CALC_Q_loss_receiver_des_SS} = ssc_var(obj, \"Q_loss_receiver_des_SS\");\r", + "\t\t${SF_CALC_Q_loss_hdr_rnr_des_SS} = ssc_var(obj, \"Q_loss_hdr_rnr_des_SS\");\r", + "\t\t\r", + "\t\t// Collector and Receiver\r", + "\t\t${CR_CALC_DP_pressure_loss} = ssc_var(obj, \"DP_pressure_loss\");\r", + "\t\t${CR_CALC_avg_dt_des} = ssc_var(obj, \"avg_dt_des\");\r", + "\t\t${CR_CALC_hl_des} = ssc_var(obj, \"hl_des\");\r", + "\t\t${CR_CALC_opt_derate} = ssc_var(obj, \"opt_derate\");\r", + "\t\t${CR_CALC_opt_normal} = ssc_var(obj, \"opt_normal\");\r", + "\r", + "\t\t// Thermal Storage\r", + "\t\t${TS_CALC_vol_tank} = ssc_var(obj, \"vol_tank\");\r", + "\t\t${TS_CALC_Q_tes} = ssc_var(obj, \"Q_tes_des\");\r", + "\t\t${TS_CALC_d_tank} = ssc_var(obj, \"d_tank\");\r", + "\t\t${TS_CALC_vol_min} = ssc_var(obj, \"vol_min\");\r", + "\t\t${TS_CALC_q_dot_loss_tes_des} = ssc_var(obj, \"q_dot_loss_tes_des\");\r", + "\t\t${TS_CALC_tes_htf_min_temp} = ssc_var(obj, \"tes_htf_min_temp\");\r", + "\t\t${TS_CALC_tes_htf_max_temp} = ssc_var(obj, \"tes_htf_max_temp\");\r", + "\t\t${TS_CALC_tes_htf_dens} = ssc_var(obj, \"tes_htf_dens\");\r", + "\t\t${TS_CALC_tes_htf_cp} = ssc_var(obj, \"tes_htf_cp\");\r", + "\t\t\r", + "\t\t// System Control\r", + "\t\t${SC_CALC_bop} = ssc_var(obj, \"W_dot_bop_design\");\r", + "\t\t${SC_CALC_aux} = ssc_var(obj, \"aux_design\");\r", + "\t\t\r", + "\t\tcsp_financial_model = ${csp_financial_model};\r", + "\t\t\r", + "\t\t\r", + "\t\t// Capital Costs\r", + "\t\t${CC_CALC_site_improvements_cost} = ssc_var(obj, \"site_improvements_cost\");\r", + "\t\t${CC_CALC_solar_field_cost} = ssc_var(obj, \"solar_field_cost\");\r", + "\t\t${CC_CALC_htf_system_cost} = ssc_var(obj, \"htf_system_cost\");\r", + "\t\t${CC_CALC_ts_cost} = ssc_var(obj, \"ts_cost\");\r", + "\t\t//${CC_CALC_fossil_backup_cost} = ssc_var(obj, \"fossil_backup_cost\");\r", + "\t\t${CC_CALC_heat_sink_cost} = ssc_var(obj, \"heat_sink_cost\");\r", + "\t\t${CC_CALC_bop_cost} = ssc_var(obj, \"bop_cost\");\r", + "\t\t${CC_CALC_contingency_cost} = ssc_var(obj, \"contingency_cost\");\r", + "\t\t${CC_CALC_total_direct_cost} = ssc_var(obj, \"total_direct_cost\");\r", + "\t\t${CC_CALC_epc_total_cost} = ssc_var(obj, \"epc_total_cost\");\r", + "\t\t${CC_CALC_plm_total_cost} = ssc_var(obj, \"plm_total_cost\");\r", + "\t\t${CC_CALC_total_indirect_cost} = ssc_var(obj, \"total_indirect_cost\");\r", + "\t\t${CC_CALC_sales_tax_total} = ssc_var(obj, \"sales_tax_total\");\r", + "\t\t${CC_CALC_total_installed_cost} = ssc_var(obj, \"total_installed_cost\");\r", + "\t\t${CC_CALC_installed_per_capacity} = ssc_var(obj, \"installed_per_capacity\");\r", + "\t\r", + "\t\t\r", + "\t}\r", + "\telse\r", + "\t{\r", + "\t\tfail = -789;\r", + "\t\r", + "\t\t// System Design\r", + "\t\t${SD_CALC_nLoops} = fail;\r", + "\t\t${SD_CALC_solar_mult} = fail;\r", + "\t\t${SD_CALC_total_Ap} = fail;\r", + "\t\t\r", + "\t\t${SD_CALC_q_pb_design} = fail;\r", + "\t\t${SD_CALC_nameplate} = fail;\r", + "\t\t${SD_CALC_Q_rec_des} = fail;\r", + "\r", + "\t\t// Solar Field\r", + "\t\t${SF_CALC_Ap_loop} = fail;\r", + "\t\t${SF_CALC_loop_opt_eff} = fail;\r", + "\t\t${SF_CALC_loop_therm_eff} = fail;\r", + "\t\t${SF_CALC_loop_eff} = fail;\r", + "\t\t${SF_CALC_Ap_sm1} = fail;\r", + "\t\t${SF_CALC_nLoops_sm1} = fail;\r", + "\t\t${SF_CALC_total_tracking_power} = fail;\r", + "\t\t${SF_CALC_Ap_total} = fail;\r", + "\t\t${SF_CALC_q_field_des} = fail;\r", + "\t\t${SF_CALC_field_area} = fail;\r", + "\t\t${SF_CALC_total_land_area} = fail;\r", + "\t\t${SF_CALC_field_htf_min_temp} = fail;\r", + "\t\t${SF_CALC_field_htf_max_temp} = fail;\r", + "\t\t${SF_CALC_mdot_field_des} = fail;\r", + "\t\t\r", + "\t\t${SF_CALC_dP_field_des_SS} = fail;\r", + "\t\t${SF_CALC_Q_field_des_SS} = fail;\r", + "\t\t${SF_CALC_T_field_out_des_SS} = fail;\r", + "\t\t${SF_CALC_m_dot_des_SS} = fail;\r", + "\t\t${SF_CALC_m_dot_loop_des_SS} = fail;\r", + "\t\t//${SF_CALC_V_hdr_min_des_SS} = fail;\r", + "\t\t//${SF_CALC_V_hdr_max_des_SS} = fail;\r", + "\t\t${SF_CALC_eta_optical_des_SS} = fail;\r", + "\t\t${SF_CALC_therm_eff_des_SS} = fail;\r", + "\t\t${SF_CALC_eff_des_SS} = fail;\r", + "\t\t${SF_CALC_W_dot_pump_des_SS} = fail;\r", + "\t\t\r", + "\t\t${SF_CALC_T_loop_out_des_SS} = fail;\r", + "\t\t${SF_CALC_Q_loop_des_SS} = fail;\r", + "\t\t${SF_CALC_therm_eff_loop_des_SS} = fail;\r", + "\t\t${SF_CALC_eff_loop_des_SS} = fail;\r", + "\t\t${SF_CALC_Q_loss_receiver_des_SS} = fail;\r", + "\t\t${SF_CALC_Q_loss_hdr_rnr_des_SS} = fail;\r", + "\t\t\r", + "\t\t// Collector and Receiver\r", + "\t\t${CR_CALC_DP_pressure_loss} = fail;\r", + "\t\t${CR_CALC_avg_dt_des} = fail;\r", + "\t\t${CR_CALC_hl_des} = fail;\r", + "\t\t${CR_CALC_opt_derate} = fail;\r", + "\t\t${CR_CALC_opt_normal} = fail;\r", + "\t\t\t\t\r", + "\t\t// Thermal Storage\r", + "\t\t${TS_CALC_vol_tank} = fail;\r", + "\t\t${TS_CALC_Q_tes} = fail;\r", + "\t\t${TS_CALC_d_tank} = fail;\r", + "\t\t${TS_CALC_vol_min} = fail;\r", + "\t\t${TS_CALC_q_dot_loss_tes_des} = fail;\r", + "\t\t${TS_CALC_tes_htf_min_temp} = fail;\r", + "\t\t${TS_CALC_tes_htf_max_temp} = fail;\r", + "\t\t${TS_CALC_tes_htf_dens} = fail;\r", + "\t\t${TS_CALC_tes_htf_cp} = fail;\r", + "\t\t\r", + "\t\t// System Control\r", + "\t\t${W_dot_bop_design} = fail;\r", + "\t\t${W_dot_fixed} = fail;\r", + "\t\t\r", + "\t\t\r", + "\t\t// Capital Costs\r", + "\t\t${CC_CALC_site_improvements_cost} = fail;\r", + "\t\t${CC_CALC_solar_field_cost} = fail;\r", + "\t\t${CC_CALC_htf_system_cost} = fail;\r", + "\t\t${CC_CALC_ts_cost} = fail;\r", + "\t\t//${CC_CALC_fossil_backup_cost} = fail;\r", + "\t\t${CC_CALC_heat_sink_cost} = fail;\r", + "\t\t${CC_CALC_bop_cost} = fail;\r", + "\t\t${CC_CALC_contingency_cost} = fail;\r", + "\t\t${CC_CALC_total_direct_cost} = fail;\r", + "\t\t${CC_CALC_epc_total_cost} = fail;\r", + "\t\t${CC_CALC_plm_total_cost} = fail;\r", + "\t\t${CC_CALC_total_indirect_cost} = fail;\r", + "\t\t${CC_CALC_sales_tax_total} = fail;\r", + "\t\t${CC_CALC_total_installed_cost} = fail;\r", + "\t\t${CC_CALC_installed_per_capacity} = fail;\r", + "\t\t\r", + "\t\t\r", + "\t}\r", + "\r", + "};\r", + "\t\r", + "\r", + "\t\r", + "\t" + ], + "Callbacks": [ + "on_load{'MSLF IPH System Design'} = define()\r", + "{\r", + "\tenable ('total_Ap_in', 0);\r", + "};\r", + "\r", + "on_change{'solar_mult_or_Ap'} = define(){\r", + " state = value('solar_mult_or_Ap');\r", + " enable ('solar_mult_in', state == 0);\r", + " enable ('total_Ap_in', state == 1);\r", + "};" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/MSLF Power Cycle Common.json b/deploy/runtime/ui/MSLF Power Cycle Common.json index 719757bf87..9c619e86e9 100644 --- a/deploy/runtime/ui/MSLF Power Cycle Common.json +++ b/deploy/runtime/ui/MSLF Power Cycle Common.json @@ -1,30 +1,30 @@ { "Name": "MSLF Power Cycle Common", - "Width": 687.0, - "Height": 659.0, + "Width": 871.0, + "Height": 394.0, "FormObjects": { "GroupBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "GroupBox1" + "String": "GroupBox2" }, "X": { "Type": 3.0, - "Integer": 6.0 + "Integer": 9.0 }, "Y": { "Type": 3.0, - "Integer": 246.0 + "Integer": 174.0 }, "Width": { "Type": 3.0, - "Integer": 674.0 + "Integer": 851.0 }, "Height": { "Type": 3.0, - "Integer": 201.0 + "Integer": 212.0 }, "Tool Tip": { "Type": 5.0, @@ -32,7 +32,7 @@ }, "Caption": { "Type": 5.0, - "String": "Power Block Design Point" + "String": "General Design Parameters" }, "Bold": { "Type": 2.0, @@ -40,149 +40,66 @@ } } }, - "GroupBox": { + "Numeric": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "GroupBox2" + "String": "PB_CALC_mdot_cycle_des" }, "X": { "Type": 3.0, - "Integer": 6.0 + "Integer": 300.0 }, "Y": { "Type": 3.0, - "Integer": 456.0 + "Integer": 129.0 }, "Width": { "Type": 3.0, - "Integer": 674.0 + "Integer": 100.0 }, "Height": { "Type": 3.0, - "Integer": 194.0 + "Integer": 21.0 }, "Tool Tip": { "Type": 5.0, "String": "" }, - "Caption": { - "Type": 5.0, - "String": "Plant Control" - }, - "Bold": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "GroupBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "GroupBox221" - }, - "X": { - "Type": 3.0, - "Integer": 6.0 + "Value": { + "Type": 1.0, + "Double": 0.0 }, - "Y": { + "Mode": { "Type": 3.0, - "Integer": 144.0 + "Integer": 1.0 }, - "Width": { + "Format": { "Type": 3.0, - "Integer": 674.0 + "Integer": 0.0 }, - "Height": { + "Decimals": { "Type": 3.0, - "Integer": 101.0 + "Integer": 3.0 }, - "Tool Tip": { + "Prefix": { "Type": 5.0, "String": "" }, - "Caption": { + "Suffix": { "Type": 5.0, - "String": "System Availability" + "String": "" }, - "Bold": { + "ThousandsSep": { "Type": 2.0, "Boolean": 1.0 - } - } - }, - "GroupBox": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "GroupBox3" - }, - "X": { - "Type": 3.0, - "Integer": 6.0 - }, - "Y": { - "Type": 3.0, - "Integer": 9.0 - }, - "Width": { - "Type": 3.0, - "Integer": 674.0 - }, - "Height": { - "Type": 3.0, - "Integer": 134.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Plant Capacity" }, - "Bold": { + "Editable": { "Type": 2.0, "Boolean": 1.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "Label12" - }, - "X": { - "Type": 3.0, - "Integer": 24.0 - }, - "Y": { - "Type": 3.0, - "Integer": 102.0 - }, - "Width": { - "Type": 3.0, - "Integer": 626.0 - }, - "Height": { - "Type": 3.0, - "Integer": 36.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "Parasitic losses typically reduce net output to approximately 90 % of design gross power" }, - "TextColour": { + "ForeColour": { "Type": 4.0, "Color": { "Red": 0.0, @@ -191,25 +108,18 @@ "Alpha": 255.0 } }, - "Bold": { - "Type": 2.0, - "Boolean": 0.0 + "BackColour": { + "Type": 4.0, + "Color": { + "Red": 255.0, + "Green": 255.0, + "Blue": 255.0, + "Alpha": 255.0 + } }, - "FontSize": { + "TabOrder": { "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 + "Integer": -1.0 } } }, @@ -218,15 +128,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "PB_m_dot_htf_cycle_des" + "String": "PB_COPY_P_ref" }, "X": { "Type": 3.0, - "Integer": 375.0 + "Integer": 300.0 }, "Y": { "Type": 3.0, - "Integer": 342.0 + "Integer": 39.0 }, "Width": { "Type": 3.0, @@ -254,7 +164,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 1.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, @@ -301,15 +211,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "P_ref" + "String": "PB_COPY_T_htf_cold_des" }, "X": { "Type": 3.0, - "Integer": 420.0 + "Integer": 627.0 }, "Y": { "Type": 3.0, - "Integer": 27.0 + "Integer": 129.0 }, "Width": { "Type": 3.0, @@ -333,7 +243,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -349,7 +259,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -375,7 +285,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 1.0 + "Integer": -1.0 } } }, @@ -384,15 +294,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "T_htf_cold_ref" + "String": "PB_COPY_T_htf_hot_des" }, "X": { "Type": 3.0, - "Integer": 375.0 + "Integer": 627.0 }, "Y": { "Type": 3.0, - "Integer": 318.0 + "Integer": 99.0 }, "Width": { "Type": 3.0, @@ -416,7 +326,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -432,7 +342,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -458,7 +368,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 6.0 + "Integer": -1.0 } } }, @@ -467,15 +377,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "T_htf_hot_ref" + "String": "PB_COPY_eta_ref" }, "X": { "Type": 3.0, - "Integer": 375.0 + "Integer": 627.0 }, "Y": { "Type": 3.0, - "Integer": 294.0 + "Integer": 39.0 }, "Width": { "Type": 3.0, @@ -499,7 +409,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -515,7 +425,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -541,7 +451,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 5.0 + "Integer": -1.0 } } }, @@ -550,15 +460,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "T_set_aux" + "String": "PB_COPY_gross_net_conversion_factor" }, "X": { "Type": 3.0, - "Integer": 375.0 + "Integer": 300.0 }, "Y": { "Type": 3.0, - "Integer": 390.0 + "Integer": 69.0 }, "Width": { "Type": 3.0, @@ -582,7 +492,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -598,7 +508,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -624,7 +534,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 14.0 + "Integer": -1.0 } } }, @@ -633,15 +543,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "T_startup" + "String": "PB_COPY_nameplate" }, "X": { "Type": 3.0, - "Integer": 375.0 + "Integer": 300.0 }, "Y": { "Type": 3.0, - "Integer": 570.0 + "Integer": 99.0 }, "Width": { "Type": 3.0, @@ -665,7 +575,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -681,7 +591,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -707,109 +617,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 14.0 - } - } - }, - "LossAdjustment": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "adjust" - }, - "X": { - "Type": 3.0, - "Integer": 375.0 - }, - "Y": { - "Type": 3.0, - "Integer": 165.0 - }, - "Width": { - "Type": 3.0, - "Integer": 294.0 - }, - "Height": { - "Type": 3.0, - "Integer": 72.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "TabOrder": { - "Type": 3.0, - "Integer": 24.0 - }, - "Description": { - "Type": 5.0, - "String": "System Availability Losses" - }, - "Label": { - "Type": 5.0, - "String": "" - }, - "Mode": { - "Type": 3.0, - "Integer": 1.0 - }, - "AnalysisPeriod": { - "Type": 3.0, - "Integer": 25.0 - }, - "ShowMode": { - "Type": 2.0, - "Boolean": 1.0 - }, - "AnnualEnabled": { - "Type": 2.0, - "Boolean": 1.0 - }, - "WeeklyEnabled": { - "Type": 2.0, - "Boolean": 1.0 - } - } - }, - "Choice": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "csp.mslf.control.fossil_mode" - }, - "X": { - "Type": 3.0, - "Integer": 375.0 - }, - "Y": { - "Type": 3.0, - "Integer": 414.0 - }, - "Width": { - "Type": 3.0, - "Integer": 193.0 - }, - "Height": { - "Type": 3.0, - "Integer": 21.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Items": { - "Type": 6.0, - "StringList": "Minimum backup level|Supplemental operation" - }, - "Selection": { - "Type": 3.0, - "Integer": 0.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 13.0 + "Integer": -1.0 } } }, @@ -818,15 +626,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.cycle.gr_to_net" + "String": "PB_COPY_q_pb_design" }, "X": { "Type": 3.0, - "Integer": 420.0 + "Integer": 627.0 }, "Y": { "Type": 3.0, - "Integer": 51.0 + "Integer": 69.0 }, "Width": { "Type": 3.0, @@ -850,7 +658,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -866,7 +674,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -892,7 +700,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 2.0 + "Integer": -1.0 } } }, @@ -905,11 +713,11 @@ }, "X": { "Type": 3.0, - "Integer": 375.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 618.0 + "Integer": 321.0 }, "Width": { "Type": 3.0, @@ -988,11 +796,11 @@ }, "X": { "Type": 3.0, - "Integer": 375.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 594.0 + "Integer": 351.0 }, "Width": { "Type": 3.0, @@ -1062,229 +870,38 @@ } } }, - "Numeric": { + "GroupBox": { "Visible": 1.0, "ObjectProperties": { "Name": { "Type": 5.0, - "String": "eta_lhv" + "String": "object 4" }, "X": { "Type": 3.0, - "Integer": 375.0 + "Integer": 9.0 }, "Y": { "Type": 3.0, - "Integer": 366.0 + "Integer": 12.0 }, "Width": { "Type": 3.0, - "Integer": 100.0 + "Integer": 852.0 }, "Height": { "Type": 3.0, - "Integer": 21.0 + "Integer": 156.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": 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": 8.0 - } - } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "eta_ref" - }, - "X": { - "Type": 3.0, - "Integer": 375.0 - }, - "Y": { - "Type": 3.0, - "Integer": 270.0 - }, - "Width": { - "Type": 3.0, - "Integer": 100.0 - }, - "Height": { - "Type": 3.0, - "Integer": 21.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": 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": 4.0 - } - } - }, - "Label": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "object 7" - }, - "X": { - "Type": 3.0, - "Integer": 24.0 - }, - "Y": { - "Type": 3.0, - "Integer": 162.0 - }, - "Width": { - "Type": 3.0, - "Integer": 318.0 - }, - "Height": { - "Type": 3.0, - "Integer": 72.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Caption": { - "Type": 5.0, - "String": "System losses reduce the system output to represent system outages or other events." - }, - "TextColour": { - "Type": 4.0, - "Color": { - "Red": 0.0, - "Green": 0.0, - "Blue": 0.0, - "Alpha": 255.0 - } + "Caption": { + "Type": 5.0, + "String": "System Design Parameters" }, "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 } @@ -1295,15 +912,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "q_design" + "String": "pb_pump_coef" }, "X": { "Type": 3.0, - "Integer": 420.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 75.0 + "Integer": 201.0 }, "Width": { "Type": 3.0, @@ -1331,7 +948,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, @@ -1369,7 +986,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 3.0 + "Integer": -1.0 } } }, @@ -1382,11 +999,11 @@ }, "X": { "Type": 3.0, - "Integer": 375.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 498.0 + "Integer": 231.0 }, "Width": { "Type": 3.0, @@ -1465,11 +1082,11 @@ }, "X": { "Type": 3.0, - "Integer": 375.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 546.0 + "Integer": 291.0 }, "Width": { "Type": 3.0, @@ -1548,11 +1165,11 @@ }, "X": { "Type": 3.0, - "Integer": 375.0 + "Integer": 474.0 }, "Y": { "Type": 3.0, - "Integer": 522.0 + "Integer": 261.0 }, "Width": { "Type": 3.0, @@ -1621,89 +1238,6 @@ "Integer": 12.0 } } - }, - "Numeric": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "t_standby_reset" - }, - "X": { - "Type": 3.0, - "Integer": 375.0 - }, - "Y": { - "Type": 3.0, - "Integer": 474.0 - }, - "Width": { - "Type": 3.0, - "Integer": 100.0 - }, - "Height": { - "Type": 3.0, - "Integer": 21.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": 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 - } - } } }, "VarDatabase": { @@ -1720,64 +1254,12 @@ "sscVariableName": "", "sscVariableValue": "" }, - "PB_COPY_T_htf_cold_des": { - "Version": 4.0, - "Type": 1.0, - "Label": "HTF cold design temp", - "Units": "C", - "Group": " ", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "PB_COPY_T_htf_hot_des": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": " ", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "PB_COPY_htf_cp_avg": { - "Version": 4.0, - "Type": 1.0, - "Label": "field htf spec heat at T avg", - "Units": "kJ/kg-K", - "Group": " ", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "PB_COPY_q_pb_design": { - "Version": 4.0, - "Type": 1.0, - "Label": "design PC thermal power", - "Units": "MWt", - "Group": " ", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "PB_m_dot_htf_cycle_des": { + "PB_CALC_mdot_cycle_des": { "Version": 4.0, "Type": 1.0, "Label": "Cycle design HTF mass flow rate", "Units": "kg/s", - "Group": " ", + "Group": "MSLF Power Cycle", "IndexLabels": "", "Flags": 8.0, "DefaultValue": 0.0, @@ -1785,23 +1267,23 @@ "sscVariableName": "", "sscVariableValue": "" }, - "P_ref": { + "PB_COPY_P_ref": { "Version": 4.0, "Type": 1.0, - "Label": "Reference output electric power at design condition", + "Label": "Power cycle gross output", "Units": "MWe", "Group": "MSLF Power Cycle", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 111.0, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "T_htf_cold_ref": { + "PB_COPY_T_htf_cold_des": { "Version": 4.0, "Type": 1.0, - "Label": "Reference HTF inlet temperature at design", + "Label": "HTF cold temperature", "Units": "°C", "Group": "MSLF Power Cycle", "IndexLabels": "", @@ -1811,10 +1293,10 @@ "sscVariableName": "", "sscVariableValue": "" }, - "T_htf_hot_des": { + "PB_COPY_T_htf_hot_des": { "Version": 4.0, "Type": 1.0, - "Label": "HTF outlet temperature at design", + "Label": "HTF hot temperature", "Units": "°C", "Group": "MSLF Power Cycle", "IndexLabels": "", @@ -1824,11 +1306,11 @@ "sscVariableName": "", "sscVariableValue": "" }, - "T_htf_hot_ref": { + "PB_COPY_eta_ref": { "Version": 4.0, "Type": 1.0, - "Label": "Reference HTF outlet temperature at design", - "Units": "°C", + "Label": "Cycle thermal efficiency", + "Units": "", "Group": "MSLF Power Cycle", "IndexLabels": "", "Flags": 8.0, @@ -1837,138 +1319,41 @@ "sscVariableName": "", "sscVariableValue": "" }, - "T_set_aux": { + "PB_COPY_gross_net_conversion_factor": { "Version": 4.0, "Type": 1.0, - "Label": "Aux heater outlet set temp", - "Units": "°C", + "Label": "Estimated gross to net conversion factor", + "Units": "", "Group": "MSLF Power Cycle", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 525.0, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "T_startup": { + "PB_COPY_nameplate": { "Version": 4.0, "Type": 1.0, - "Label": "Startup temperature", - "Units": "°C", + "Label": "Estimated net output (nameplate)", + "Units": "MWe", "Group": "MSLF Power Cycle", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 400.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "adjust": { - "Version": 4.0, - "Type": 1.0, - "Label": "", - "Units": "", - "Group": "", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": 0.0, - "UIObject": "", - "sscVariableName": "", - "sscVariableValue": "" - }, - "adjust_constant": { - "Version": 4.0, - "Type": 1.0, - "Label": "", - "Units": "", - "Group": "", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": 0.0, - "UIObject": "LossAdjustment", - "sscVariableName": "", - "sscVariableValue": "" - }, - "adjust_en_periods": { - "Version": 4.0, - "Type": 1.0, - "Label": "", - "Units": "", - "Group": "", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": 0.0, - "UIObject": "LossAdjustment", - "sscVariableName": "", - "sscVariableValue": "" - }, - "adjust_en_timeindex": { - "Version": 4.0, - "Type": 1.0, - "Label": "", - "Units": "", - "Group": "", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": 0.0, - "UIObject": "LossAdjustment", - "sscVariableName": "", - "sscVariableValue": "" - }, - "adjust_periods": { - "Version": 4.0, - "Type": 3.0, - "Label": "", - "Units": "", - "Group": "", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - [ - 0.0 - ] - ], - "UIObject": "LossAdjustment", - "sscVariableName": "", - "sscVariableValue": "" - }, - "adjust_timeindex": { - "Version": 4.0, - "Type": 2.0, - "Label": "", - "Units": "", - "Group": "", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": [ - 0.0 - ], - "UIObject": "LossAdjustment", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.control.fossil_mode": { - "Version": 4.0, - "Type": 1.0, - "Label": "Fossil backup mode", - "Units": " ", - "Group": "MSLF Power Cycle", - "IndexLabels": "Minimum backup level|Supplemental operation", - "Flags": 2.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.cycle.gr_to_net": { + "PB_COPY_q_pb_design": { "Version": 4.0, "Type": 1.0, - "Label": "Estimated gross to net conversion factor", - "Units": " ", + "Label": "Cycle thermal power", + "Units": "MWt", "Group": "MSLF Power Cycle", "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.9, + "Flags": 8.0, + "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" @@ -1999,145 +1384,15 @@ "sscVariableName": "", "sscVariableValue": "" }, - "eta_lhv": { + "pb_pump_coef": { "Version": 4.0, "Type": 1.0, - "Label": "Fossil backup boiler LHV efficiency", - "Units": " ", + "Label": "Pumping power for HTF through power block", + "Units": "kW/kg/s", "Group": "MSLF Power Cycle", "IndexLabels": "", "Flags": 2.0, - "DefaultValue": 0.9, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "eta_ref": { - "Version": 4.0, - "Type": 1.0, - "Label": "Rated cycle conversion efficiency", - "Units": " ", - "Group": "MSLF Power Cycle", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.3774, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "fossil_mode": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Power Cycle", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "hx_config": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Power Cycle", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "is_hx": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Power Cycle", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "lhv_eff": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": " ", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.9, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "m_dot_in": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": " ", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "nameplate": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Power Cycle", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "pb_rated_cap": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Power Cycle", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "pb_tech_type": { - "Version": 4.0, - "Type": 1.0, - "Label": " ", - "Units": " ", - "Group": " ", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 2.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "q_design": { - "Version": 4.0, - "Type": 1.0, - "Label": "Estimated net output at design (nameplate)", - "Units": "MWe", - "Group": "MSLF Power Cycle", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "DefaultValue": 0.55, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" @@ -2184,8 +1439,8 @@ "system_capacity": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "Power block startup time", + "Units": "kW", "Group": "MSLF Power Cycle", "IndexLabels": "", "Flags": 8.0, @@ -2193,82 +1448,34 @@ "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" - }, - "t_standby_reset": { - "Version": 4.0, - "Type": 1.0, - "Label": "Low resource standby period", - "Units": "hr", - "Group": "MSLF Power Cycle", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 2.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" } }, "Equations": [ - "equations{ 'fossil_mode' } = define() {", - "\treturn ${csp.mslf.control.fossil_mode} + 1;};", - "", - "equations{ 'q_design' } = define() {", - "\treturn ${P_ref} * ${csp.mslf.cycle.gr_to_net}; };", - "", - "equations{ 'T_htf_cold_ref' } = define() {", - "\treturn ${T_loop_in_des}; };", - "", - "equations{ 'T_htf_hot_ref' } = define() {", - "\treturn ${T_loop_out}; };", - "\t", - "equations{ 'T_htf_hot_des' } = define(){", - "\treturn ${T_loop_out}; };", - "\t", - "equations{ 'nameplate' } = define() {", - "\treturn ${P_ref}*${csp.mslf.cycle.gr_to_net}; };//MWh", - "", - "equations{ 'system_capacity' } = define() {", - "\treturn ${nameplate}*1000; };//MWh to kWh", - "", - "\t", - "equations{ 'pb_rated_cap' } = define() {", - "\treturn ${P_ref}; };//MWh", - "", - "equations{ 'is_hx' } = define() {", - "\thx = 0;", - "\tif ( ${store_fluid} != ${Fluid})", - "\t\thx = 1;", - "\treturn hx;};", - "equations{ 'hx_config' } = define() {", - "\treturn 2;};", - "", - "equations{ 'lhv_eff' } = define() {", - "\treturn ${eta_lhv};};", - "equations{ 'pb_tech_type' } = define() {", - "\treturn 2;};", - "\t", - "equations{ 'm_dot_in' } = define() {", - "\treturn 0;};", - "\t", - "// Need common variable name for design cycle HTF temperature", - "// That user defined power cycle can reference", - "equations{ 'PB_COPY_T_htf_hot_des' } = define() {", - "\treturn ${T_htf_hot_ref}; };", - "\t", - "equations{ 'PB_COPY_T_htf_cold_des' } = define() {", - "\treturn ${T_htf_cold_ref}; };", - "\t", - "equations{ 'PB_COPY_q_pb_design' } = define() {", - "\treturn ${P_ref} / ${eta_ref}; };", - "\t", - "equations{ 'PB_COPY_htf_cp_avg' } = define() {", - "\treturn ${field_htf_cp_avg}; };", - "\t", - "equations{ 'PB_m_dot_htf_cycle_des' } = define(){", - "\treturn ${PB_COPY_q_pb_design}*1000.0", - "\t\t/(${PB_COPY_htf_cp_avg}", - "\t\t*(${PB_COPY_T_htf_hot_des}-${PB_COPY_T_htf_cold_des})); };", - "" + "// This is only used by the financial models. NOT for cmod\r", + "equations{ 'system_capacity' } = define() {\r", + "\treturn ${nameplate}*1000; };//MWh to kWh\r", + "\r", + "\r", + "equations{ 'PB_COPY_P_ref' } = define(){\r", + "\treturn ${P_ref}; };", + "\r", + "equations{ 'PB_COPY_T_htf_hot_des' } = define(){\r", + "\treturn ${T_loop_out}; };\r", + "\t\r", + "equations{ 'PB_COPY_T_htf_cold_des' } = define(){\r", + "\treturn ${T_loop_in_des}; };\r", + "\r", + "equations{ 'PB_COPY_eta_ref' } = define(){\r", + "\treturn ${eta_ref}; };\r", + "\r", + "equations{ 'PB_COPY_gross_net_conversion_factor' } = define(){\r", + "\treturn ${gross_net_conversion_factor}; };\r", + "\t\t\r", + "equations{ 'PB_COPY_nameplate' } = define(){\r", + "\treturn ${SD_CALC_nameplate}; };\t", + "\r", + "equations{ 'PB_COPY_q_pb_design' } = define() {\r", + "\treturn ${SD_CALC_q_pb_design}; };" ], "Callbacks": [] } \ No newline at end of file diff --git a/deploy/runtime/ui/MSLF Power Cycle Common_old.txt b/deploy/runtime/ui/MSLF Power Cycle Common_old.txt new file mode 100644 index 0000000000..eb1b2699dd --- /dev/null +++ b/deploy/runtime/ui/MSLF Power Cycle Common_old.txt @@ -0,0 +1,1799 @@ +MSLF Power Cycle Common +687 +659 +24 +GroupBox + +1 +8 +Name +5 +9 +GroupBox1 +X +3 +6 +Y +3 +246 +Width +3 +674 +Height +3 +201 +Tool Tip +5 +0 +Caption +5 +24 +Power Block Design Point +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +9 +GroupBox2 +X +3 +6 +Y +3 +456 +Width +3 +674 +Height +3 +194 +Tool Tip +5 +0 +Caption +5 +13 +Plant Control +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +11 +GroupBox221 +X +3 +6 +Y +3 +144 +Width +3 +674 +Height +3 +101 +Tool Tip +5 +0 +Caption +5 +19 +System Availability +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +9 +GroupBox3 +X +3 +6 +Y +3 +9 +Width +3 +674 +Height +3 +134 +Tool Tip +5 +0 +Caption +5 +14 +Plant Capacity +Bold +2 +1 +Label + +1 +13 +Name +5 +7 +Label12 +X +3 +24 +Y +3 +102 +Width +3 +626 +Height +3 +36 +Tool Tip +5 +0 +Caption +5 +88 +Parasitic losses typically reduce net output to approximately 90 % of design gross power +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +1 +AlignRight +2 +0 +AlignTop +2 +1 +Numeric + +1 +17 +Name +5 +22 +PB_m_dot_htf_cycle_des +X +3 +375 +Y +3 +342 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +1 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +4294967295 +Numeric + +1 +17 +Name +5 +5 +P_ref +X +3 +420 +Y +3 +27 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +1 +Numeric + +1 +17 +Name +5 +14 +T_htf_cold_ref +X +3 +375 +Y +3 +318 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +6 +Numeric + +1 +17 +Name +5 +13 +T_htf_hot_ref +X +3 +375 +Y +3 +294 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +5 +Numeric + +1 +17 +Name +5 +9 +T_set_aux +X +3 +375 +Y +3 +390 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +14 +Numeric + +1 +17 +Name +5 +9 +T_startup +X +3 +375 +Y +3 +570 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +14 +LossAdjustment + +1 +7 +Name +5 +6 +adjust +X +3 +375 +Y +3 +165 +Width +3 +294 +Height +3 +72 +Tool Tip +5 +0 +TabOrder +3 +24 +Choice + +1 +9 +Name +5 +28 +csp.mslf.control.fossil_mode +X +3 +375 +Y +3 +414 +Width +3 +193 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +2 +Minimum backup level +Supplemental operation +Selection +3 +0 +TabOrder +3 +13 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.cycle.gr_to_net +X +3 +420 +Y +3 +51 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +2 +Numeric + +1 +17 +Name +5 +17 +cycle_cutoff_frac +X +3 +375 +Y +3 +618 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +15 +Numeric + +1 +17 +Name +5 +14 +cycle_max_frac +X +3 +375 +Y +3 +594 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +15 +Numeric + +1 +17 +Name +5 +7 +eta_lhv +X +3 +375 +Y +3 +366 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +8 +Numeric + +1 +17 +Name +5 +7 +eta_ref +X +3 +375 +Y +3 +270 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +4 +Label + +1 +13 +Name +5 +8 +object 7 +X +3 +24 +Y +3 +162 +Width +3 +318 +Height +3 +72 +Tool Tip +5 +0 +Caption +5 +83 +System losses reduce the system output to represent system outages or other events. +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +1 +AlignRight +2 +0 +AlignTop +2 +1 +Numeric + +1 +17 +Name +5 +8 +q_design +X +3 +420 +Y +3 +75 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +3 +Numeric + +1 +17 +Name +5 +10 +q_sby_frac +X +3 +375 +Y +3 +498 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +11 +Numeric + +1 +17 +Name +5 +12 +startup_frac +X +3 +375 +Y +3 +546 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +13 +Numeric + +1 +17 +Name +5 +12 +startup_time +X +3 +375 +Y +3 +522 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +12 +Numeric + +1 +17 +Name +5 +15 +t_standby_reset +X +3 +375 +Y +3 +474 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +10 + +33 +DP_SGS +3 +1 +Pressure drop within the steam generator +bar +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +0 +Default +PB_COPY_T_htf_cold_des +3 +1 +HTF cold design temp +C + +0 +8 +1 +1 +1 +1 +0 +Default +PB_COPY_T_htf_hot_des +3 +1 + + + +0 +8 +1 +1 +1 +1 +0 +Default +PB_COPY_htf_cp_avg +3 +1 +field htf spec heat at T avg +kJ/kg-K + +0 +8 +1 +1 +1 +1 +0 +Default +PB_COPY_q_pb_design +3 +1 +design PC thermal power +MWt + +0 +8 +1 +1 +1 +1 +0 +Default +PB_m_dot_htf_cycle_des +3 +1 +Cycle design HTF mass flow rate +kg/s + +0 +8 +1 +1 +1 +1 +0 +Default +P_ref +3 +1 +Reference output electric power at design condition +MWe +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +111 +Default +T_htf_cold_ref +3 +1 +Reference HTF inlet temperature at design +°C +MSLF Power Cycle +0 +8 +1 +1 +1 +1 +0 +Default +T_htf_hot_des +3 +1 +HTF outlet temperature at design +°C +MSLF Power Cycle +0 +8 +1 +1 +1 +1 +0 +Default +T_htf_hot_ref +3 +1 +Reference HTF outlet temperature at design +°C +MSLF Power Cycle +0 +8 +1 +1 +1 +1 +0 +Default +T_set_aux +3 +1 +Aux heater outlet set temp +°C +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +525 +Default +T_startup +3 +1 +Startup temperature +°C +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +400 +Default +adjust +3 +5 +Performance adjustment + +MSLF Power Cycle +0 +1 +1 +5 +1 +0 +LossAdjustment +csp.mslf.control.fossil_mode +3 +1 +Fossil backup mode + +MSLF Power Cycle +43 +Minimum backup level|Supplemental operation +2 +1 +1 +1 +1 +0 +Default +csp.mslf.cycle.gr_to_net +3 +1 +Estimated gross to net conversion factor + +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +0.9 +Default +cycle_cutoff_frac +3 +1 +Minimum turbine operation fraction before shutdown + +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +0.25 +Default +cycle_max_frac +3 +1 +Maximum turbine over design operation fraction + +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +1.05 +Default +eta_lhv +3 +1 +Fossil backup boiler LHV efficiency + +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +0.9 +Default +eta_ref +3 +1 +Rated cycle conversion efficiency + +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +0.3774 +Default +fossil_mode +3 +1 + + +MSLF Power Cycle +0 +8 +1 +1 +1 +1 +0 +Default +hx_config +3 +1 + + +MSLF Power Cycle +0 +8 +1 +1 +1 +1 +0 +Default +is_hx +3 +1 + + +MSLF Power Cycle +0 +8 +1 +1 +1 +1 +0 +Default +lhv_eff +3 +1 + + + +0 +8 +1 +1 +1 +1 +0.9 +Default +m_dot_in +3 +1 + + + +0 +8 +1 +1 +1 +1 +0 +Default +nameplate +3 +1 + + +MSLF Power Cycle +0 +8 +1 +1 +1 +1 +0 +Default +pb_rated_cap +3 +1 + + +MSLF Power Cycle +0 +8 +1 +1 +1 +1 +0 +Default +pb_tech_type +3 +1 + + + +0 +8 +1 +1 +1 +1 +2 +Default +q_design +3 +1 +Estimated net output at design (nameplate) +MWe +MSLF Power Cycle +0 +8 +1 +1 +1 +1 +0 +Default +q_sby_frac +3 +1 +Fraction of thermal power needed for standby + +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +0.2 +Default +startup_frac +3 +1 +Fraction of thermal power needed for startup + +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +0.2 +Default +startup_time +3 +1 +Time needed for power block startup +hr +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +0.5 +Default +system_capacity +3 +1 + + +MSLF Power Cycle +0 +8 +1 +1 +1 +1 +0 +Default +t_standby_reset +3 +1 +Low resource standby period +hr +MSLF Power Cycle +0 +2 +1 +1 +1 +1 +2 +Default + +1571 +equations{ 'fossil_mode' } = define() { + return ${csp.mslf.control.fossil_mode} + 1;}; + +equations{ 'q_design' } = define() { + return ${P_ref} * ${csp.mslf.cycle.gr_to_net}; }; + +equations{ 'T_htf_cold_ref' } = define() { + return ${T_loop_in_des}; }; + +equations{ 'T_htf_hot_ref' } = define() { + return ${T_loop_out}; }; + +equations{ 'T_htf_hot_des' } = define(){ + return ${T_loop_out}; }; + +equations{ 'nameplate' } = define() { + return ${P_ref}*${csp.mslf.cycle.gr_to_net}; };//MWh + +equations{ 'system_capacity' } = define() { + return ${nameplate}*1000; };//MWh to kWh + + +equations{ 'pb_rated_cap' } = define() { + return ${P_ref}; };//MWh + +equations{ 'is_hx' } = define() { + hx = 0; + if ( ${store_fluid} != ${Fluid}) + hx = 1; + return hx;}; +equations{ 'hx_config' } = define() { + return 2;}; + +equations{ 'lhv_eff' } = define() { + return ${eta_lhv};}; +equations{ 'pb_tech_type' } = define() { + return 2;}; + +equations{ 'm_dot_in' } = define() { + return 0;}; + +// Need common variable name for design cycle HTF temperature +// That user defined power cycle can reference +equations{ 'PB_COPY_T_htf_hot_des' } = define() { + return ${T_htf_hot_ref}; }; + +equations{ 'PB_COPY_T_htf_cold_des' } = define() { + return ${T_htf_cold_ref}; }; + +equations{ 'PB_COPY_q_pb_design' } = define() { + return ${P_ref} / ${eta_ref}; }; + +equations{ 'PB_COPY_htf_cp_avg' } = define() { + return ${field_htf_cp_avg}; }; + +equations{ 'PB_m_dot_htf_cycle_des' } = define(){ + return ${PB_COPY_q_pb_design}*1000.0 + /(${PB_COPY_htf_cp_avg} + *(${PB_COPY_T_htf_hot_des}-${PB_COPY_T_htf_cold_des})); }; + +0 \ No newline at end of file diff --git a/deploy/runtime/ui/MSLF Solar Field.json b/deploy/runtime/ui/MSLF Solar Field.json new file mode 100644 index 0000000000..22f6330b77 --- /dev/null +++ b/deploy/runtime/ui/MSLF Solar Field.json @@ -0,0 +1,6379 @@ +{ + "Name": "MSLF Solar Field", + "Width": 1030.0, + "Height": 1128.0, + "FormObjects": { + "Choice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "DISP_combo_FieldConfig" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Items": { + "Type": 6.0, + "StringList": "" + }, + "Selection": { + "Type": 3.0, + "Integer": -1.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": 5.0 + } + } + }, + "Choice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "DISP_combo_htf_type" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 33.0 + }, + "Width": { + "Type": 3.0, + "Integer": 119.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Items": { + "Type": 6.0, + "StringList": "Solar Salt|Caloria|Hitec XL|VP-1|Hitec|Dowtherm Q|Dowtherm RP|Therminol 59|Therminol 66|User-defined..." + }, + "Selection": { + "Type": 3.0, + "Integer": -1.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": 14.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox1" + }, + "X": { + "Type": 3.0, + "Integer": 9.0 + }, + "Y": { + "Type": 3.0, + "Integer": 9.0 + }, + "Width": { + "Type": 3.0, + "Integer": 494.0 + }, + "Height": { + "Type": 3.0, + "Integer": 425.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Solar field parameters" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox2" + }, + "X": { + "Type": 3.0, + "Integer": 516.0 + }, + "Y": { + "Type": 3.0, + "Integer": 9.0 + }, + "Width": { + "Type": 3.0, + "Integer": 506.0 + }, + "Height": { + "Type": 3.0, + "Integer": 266.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Heat Transfer Fluid" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox3" + }, + "X": { + "Type": 3.0, + "Integer": 516.0 + }, + "Y": { + "Type": 3.0, + "Integer": 279.0 + }, + "Width": { + "Type": 3.0, + "Integer": 506.0 + }, + "Height": { + "Type": 3.0, + "Integer": 155.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Plant Heat Capacity" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox4" + }, + "X": { + "Type": 3.0, + "Integer": 9.0 + }, + "Y": { + "Type": 3.0, + "Integer": 561.0 + }, + "Width": { + "Type": 3.0, + "Integer": 1013.0 + }, + "Height": { + "Type": 3.0, + "Integer": 542.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Design Point" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox5" + }, + "X": { + "Type": 3.0, + "Integer": 9.0 + }, + "Y": { + "Type": 3.0, + "Integer": 438.0 + }, + "Width": { + "Type": 3.0, + "Integer": 494.0 + }, + "Height": { + "Type": 3.0, + "Integer": 113.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Land Area" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox6" + }, + "X": { + "Type": 3.0, + "Integer": 516.0 + }, + "Y": { + "Type": 3.0, + "Integer": 438.0 + }, + "Width": { + "Type": 3.0, + "Integer": 506.0 + }, + "Height": { + "Type": 3.0, + "Integer": 113.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Mirror Washing" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "HDR_rough" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 81.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "L_rnr_pb" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 405.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 4.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Pipe_hl_coef" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 135.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SCA_drives_elec" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 162.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_Ap_loop" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 579.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 27.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_Ap_sm1" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 729.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 32.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_Ap_total" + }, + "X": { + "Type": 3.0, + "Integer": 702.0 + }, + "Y": { + "Type": 3.0, + "Integer": 639.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 35.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_Q_field_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 705.0 + }, + "Y": { + "Type": 3.0, + "Integer": 1017.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_Q_loop_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 882.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_Q_loss_hdr_rnr_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 1017.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_Q_loss_receiver_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 1044.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_T_field_out_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 705.0 + }, + "Y": { + "Type": 3.0, + "Integer": 990.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_T_loop_out_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 705.0 + }, + "Y": { + "Type": 3.0, + "Integer": 963.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_W_dot_pump_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 705.0 + }, + "Y": { + "Type": 3.0, + "Integer": 882.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_dP_field_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 705.0 + }, + "Y": { + "Type": 3.0, + "Integer": 855.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_eff_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 990.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_eff_loop_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 909.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_eta_optical_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 936.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_field_area" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 459.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 38.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_field_htf_max_temp" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 87.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 16.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_field_htf_min_temp" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 60.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 16.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_loop_eff" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 669.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 30.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_loop_opt_eff" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 609.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 28.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_loop_therm_eff" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 639.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 30.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_m_dot_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 705.0 + }, + "Y": { + "Type": 3.0, + "Integer": 909.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_m_dot_loop_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 705.0 + }, + "Y": { + "Type": 3.0, + "Integer": 936.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_mdot_field_des" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 789.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 33.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_nLoops_sm1" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 759.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 33.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_q_field_des" + }, + "X": { + "Type": 3.0, + "Integer": 702.0 + }, + "Y": { + "Type": 3.0, + "Integer": 699.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 36.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_therm_eff_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 963.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_therm_eff_loop_des_SS" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 855.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_CALC_total_land_area" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 513.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 40.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_CALC_total_tracking_power" + }, + "X": { + "Type": 3.0, + "Integer": 702.0 + }, + "Y": { + "Type": 3.0, + "Integer": 579.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_COPY_T_loop_in_des" + }, + "X": { + "Type": 3.0, + "Integer": 702.0 + }, + "Y": { + "Type": 3.0, + "Integer": 729.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_COPY_T_loop_out" + }, + "X": { + "Type": 3.0, + "Integer": 702.0 + }, + "Y": { + "Type": 3.0, + "Integer": 759.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SF_COPY_nLoops" + }, + "X": { + "Type": 3.0, + "Integer": 702.0 + }, + "Y": { + "Type": 3.0, + "Integer": 609.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 34.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_COPY_q_pb_design" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 699.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 30.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SF_COPY_solar_mult" + }, + "X": { + "Type": 3.0, + "Integer": 702.0 + }, + "Y": { + "Type": 3.0, + "Integer": 669.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 36.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "T_amb_sf_des" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 270.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 4.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "T_fp" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 126.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "T_startup" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 297.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 4.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "V_hdr_max" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 234.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 23.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "V_hdr_min" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 207.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 22.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "V_wind_des" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 243.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 7.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.mslf.sf.field_thermal_output" + }, + "X": { + "Type": 3.0, + "Integer": 1284.0 + }, + "Y": { + "Type": 3.0, + "Integer": 834.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 37.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "eta_pump" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 108.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "MaterialProperties": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "field_fl_props" + }, + "X": { + "Type": 3.0, + "Integer": 948.0 + }, + "Y": { + "Type": 3.0, + "Integer": 30.0 + }, + "Width": { + "Type": 3.0, + "Integer": 59.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": 15.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "land_mult" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 486.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 39.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "m_dot_htfmax" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 180.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 19.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "m_dot_htfmin" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 153.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 18.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "mc_bal_cold" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 342.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 23.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "mc_bal_hot" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 315.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 22.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "mc_bal_sca" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 369.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 24.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "nMod" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 27.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 4" + }, + "X": { + "Type": 3.0, + "Integer": 18.0 + }, + "Y": { + "Type": 3.0, + "Integer": 819.0 + }, + "Width": { + "Type": 3.0, + "Integer": 993.0 + }, + "Height": { + "Type": 3.0, + "Integer": 273.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Steady State Design Point Results" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "p_start" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 378.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 4.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "rec_htf_vol" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 396.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 25.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "rec_qf_delay" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 351.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 4.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "rec_su_delay" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 324.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 4.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "theta_dep" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 216.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "theta_stow" + }, + "X": { + "Type": 3.0, + "Integer": 288.0 + }, + "Y": { + "Type": 3.0, + "Integer": 189.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "washes_per_year" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 501.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 42.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "water_per_wash" + }, + "X": { + "Type": 3.0, + "Integer": 816.0 + }, + "Y": { + "Type": 3.0, + "Integer": 474.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 41.0 + } + } + } + }, + "VarDatabase": { + "DISP_combo_FieldConfig": { + "Version": 4.0, + "Type": 1.0, + "Label": "Number of subfield headers", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "2", + "Flags": 2.0, + "DefaultValue": 0.0, + "UIObject": "Choice", + "sscVariableName": "", + "sscVariableValue": "" + }, + "DISP_combo_htf_type": { + "Version": 4.0, + "Type": 1.0, + "Label": "Field HTF Fluid", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "Hitec Solar Salt|Caloria HT 43|Hitec XL|Therminol VP-1|Hitec|Dowtherm Q|Dowtherm RP|Therminol 59|Therminol 66|User-defined...", + "Flags": 2.0, + "DefaultValue": 3.0, + "UIObject": "Choice", + "sscVariableName": "", + "sscVariableValue": "" + }, + "FieldConfig": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "Fluid": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "HDR_rough": { + "Version": 4.0, + "Type": 1.0, + "Label": "Header pipe roughness", + "Units": "m", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.000046, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "L_rnr_pb": { + "Version": 4.0, + "Type": 1.0, + "Label": "Length of runner pipe in power block", + "Units": "m", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "Pipe_hl_coef": { + "Version": 4.0, + "Type": 1.0, + "Label": "Piping thermal loss coefficient", + "Units": "W/m²-K", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SCA_drives_elec": { + "Version": 4.0, + "Type": 1.0, + "Label": "Tracking power per SCA", + "Units": "W/sca", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 125.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_Ap_loop": { + "Version": 4.0, + "Type": 1.0, + "Label": "Single loop aperture", + "Units": "m²", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_Ap_sm1": { + "Version": 4.0, + "Type": 1.0, + "Label": "Total required aperture, SM=1", + "Units": "m²", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_Ap_total": { + "Version": 4.0, + "Type": 1.0, + "Label": "Total aperture reflective area", + "Units": "m²", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_Q_field_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state field thermal power", + "Units": "MWt", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_Q_loop_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state loop thermal power", + "Units": "MWt", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_Q_loss_hdr_rnr_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state total header and runner heat loss", + "Units": "MWt", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_Q_loss_receiver_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state total receiver heat loss", + "Units": "MWt", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_T_field_out_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state field outlet temperature", + "Units": "C", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_T_loop_out_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state loop outlet temperature", + "Units": "C", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_W_dot_pump_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state pumping power", + "Units": "MWe", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_dP_field_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state pressure drop", + "Units": "bar", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_eff_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state field total efficiency", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_eff_loop_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state loop efficiency", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_eta_optical_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state field optical efficiency", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_field_area": { + "Version": 4.0, + "Type": 1.0, + "Label": "Solar field area", + "Units": "acres", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_field_htf_max_temp": { + "Version": 4.0, + "Type": 1.0, + "Label": "Field HTF max operating temp", + "Units": "°C", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_field_htf_min_temp": { + "Version": 4.0, + "Type": 1.0, + "Label": "Field HTF min operating temp", + "Units": "°C", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_loop_eff": { + "Version": 4.0, + "Type": 1.0, + "Label": "Total loop conversion efficiency", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_loop_opt_eff": { + "Version": 4.0, + "Type": 1.0, + "Label": "Loop optical efficiency", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_loop_therm_eff": { + "Version": 4.0, + "Type": 1.0, + "Label": "Loop thermal efficiency", + "Units": "", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_m_dot_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state field mass flow rate", + "Units": "kg/s", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_m_dot_loop_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state loop mass flow rate", + "Units": "kg/s", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_mdot_field_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Field design HTF mass flow rate", + "Units": "kg/s", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_nLoops_sm1": { + "Version": 4.0, + "Type": 1.0, + "Label": "Required number of loops, SM=1", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_q_field_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Actual field thermal output", + "Units": "MWt", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_therm_eff_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state field thermal efficiency", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_therm_eff_loop_des_SS": { + "Version": 4.0, + "Type": 1.0, + "Label": "Steady state loop thermal efficiency", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_total_land_area": { + "Version": 4.0, + "Type": 1.0, + "Label": "Total land area", + "Units": "acres", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_CALC_total_tracking_power": { + "Version": 4.0, + "Type": 1.0, + "Label": "Total tracking power", + "Units": "MW", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 100.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_COPY_T_loop_in_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Loop inlet HTF temperature", + "Units": "°C", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 293.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_COPY_T_loop_out": { + "Version": 4.0, + "Type": 1.0, + "Label": "Loop outlet HTF temperature", + "Units": "°C", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 391.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_COPY_nLoops": { + "Version": 4.0, + "Type": 1.0, + "Label": "Actual number of loops", + "Units": "", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 8.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_COPY_q_pb_design": { + "Version": 4.0, + "Type": 1.0, + "Label": "Cycle thermal power", + "Units": "MWt", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SF_COPY_solar_mult": { + "Version": 4.0, + "Type": 1.0, + "Label": "Actual solar multiple", + "Units": "", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 2.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "T_amb_sf_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Design-point ambient temperature", + "Units": "°C", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 25.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "T_fp": { + "Version": 4.0, + "Type": 1.0, + "Label": "Freeze point heat trace activation temperature", + "Units": "°C", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 260.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "T_startup": { + "Version": 4.0, + "Type": 1.0, + "Label": "Startup temperature", + "Units": "°C", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 400.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "V_hdr_max": { + "Version": 4.0, + "Type": 1.0, + "Label": "Header design max flow velocity", + "Units": "m/s", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 3.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "V_hdr_min": { + "Version": 4.0, + "Type": 1.0, + "Label": "Header design min flow velocity", + "Units": "m/s", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "V_wind_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Design-point wind velocity", + "Units": "m/s", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 3.5, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "eta_pump": { + "Version": 4.0, + "Type": 1.0, + "Label": "HTF pump efficiency", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.85, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "field_fl_props": { + "Version": 4.0, + "Type": 3.0, + "Label": " ", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": [ + [ + 1.0, + 7.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ] + ], + "UIObject": "MaterialProperties", + "sscVariableName": "", + "sscVariableValue": "" + }, + "land_mult": { + "Version": 4.0, + "Type": 1.0, + "Label": "Non-solar field land area multiplier", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.6, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "m_dot_htfmax": { + "Version": 4.0, + "Type": 1.0, + "Label": "Max single loop flow rate", + "Units": "kg/s", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 12.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "m_dot_htfmin": { + "Version": 4.0, + "Type": 1.0, + "Label": "Min single loop flow rate", + "Units": "kg/s", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "mc_bal_cold": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heat capacity of the balance of plant on the cold side", + "Units": "kWht/K-MWt", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.2, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "mc_bal_hot": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heat capacity of the balance of plant on the hot side", + "Units": "kWht/K-MWt", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.2, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "mc_bal_sca": { + "Version": 4.0, + "Type": 1.0, + "Label": "Non-HTF heat capacity associated with each SCA", + "Units": "Wht/K-m", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 4.5, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "nMod": { + "Version": 4.0, + "Type": 1.0, + "Label": "Number of collector modules in a loop", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 16.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "p_start": { + "Version": 4.0, + "Type": 1.0, + "Label": "Collector startup energy", + "Units": "kWhe/sca", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.021, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "rec_htf_vol": { + "Version": 4.0, + "Type": 1.0, + "Label": "HTF volume in single collector unit", + "Units": "L/m²-ap", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "rec_qf_delay": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver startup delay energy fraction", + "Units": "", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.25, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "rec_su_delay": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver startup delay time", + "Units": "hr", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.2, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "theta_dep": { + "Version": 4.0, + "Type": 1.0, + "Label": "Deploy angle", + "Units": "deg", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 10.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "theta_stow": { + "Version": 4.0, + "Type": 1.0, + "Label": "Stow angle", + "Units": "deg", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 170.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "washes_per_year": { + "Version": 4.0, + "Type": 1.0, + "Label": "Washes per year", + "Units": " ", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 120.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "water_per_wash": { + "Version": 4.0, + "Type": 1.0, + "Label": "Water usage per wash", + "Units": "L/m²,ap", + "Group": "MSLF Solar Field", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.02, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + } + }, + "Equations": [ + "// Just UI indicator\t\r", + "equations{ 'SF_COPY_T_loop_in_des' } = define() {\r", + "\treturn ${T_loop_in_des}; };\r", + "\r", + "// Just UI indicator\r", + "equations{ 'SF_COPY_T_loop_out' } = define() {\r", + "\treturn ${T_loop_out}; };\r", + "\t\r", + "// Just UI indicator\r", + "equations{ 'SF_COPY_nLoops' } = define() {\r", + "\treturn ${SD_CALC_nLoops}; };\r", + "\t\r", + "// Just UI indicator\r", + "equations{ 'SF_COPY_solar_mult' } = define() {\r", + "\treturn ${SD_CALC_solar_mult}; };", + "\r", + "// Just UI indicator\r", + "equations{ 'SF_COPY_q_pb_design' } = define() {\r", + "\r", + "\ttech = technology();\r", + "\tif ( tech == 'MSLF' ) {\r", + "\t\treturn ${SD_CALC_q_pb_design};\r", + "\t\t}\r", + "\telse if ( tech == 'MSLF IPH' ) {\r", + "\t\treturn ${q_pb_design};}\r", + "\r", + "\treturn 0;\r", + "\t};", + "\r", + "equations{ 'FieldConfig' } = define() {\r", + "\treturn 2 * (${DISP_combo_FieldConfig} + 1); };\r", + "", + "equations{ 'Fluid' } = define() {", + "\treturn ?${DISP_combo_htf_type}", + "\t[", + "\t\t18, // 18.) Nitrate Salt**", + "\t\t19, // 19.) Caloria HT 43**", + "\t\t20, // 20.) Hitec XL**", + "\t\t21, // 21.) Therminol VP-1**", + "\t\t22, // 22.) Hitec**", + "\t\t23, // 23.) Dowtherm Q**", + "\t\t24, // 24.) Dowtherm RP**", + "\t\t30, // 30.) Therminol 59", + "\t\t29, // 29.) Therminol 66 ", + "\t\t50 // user defined HTF", + "\t];", + "};", + "", + "", + "", + "", + "", + "", + "" + ], + "Callbacks": [ + "on_load{'MSLF Solar Field'} = define()", + "{", + "\ton_change{'DISP_combo_htf_type'}();", + "};", + "", + "on_change{'DISP_combo_htf_type'} = define()", + "{", + " bCustomHTF = (value('DISP_combo_htf_type')==9);", + " enable('field_fl_props',bCustomHTF);", + " enable('htf_min_opt_temp',!bCustomHTF);", + " enable('htf_max_opt_temp',!bCustomHTF);", + " ", + " mslf_hx_derate_update();", + "};", + "", + "on_change{'field_fl_props'} = define(){", + "\tmslf_hx_derate_update();", + "};" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/Molten Salt Linear Fresnel Storage.json b/deploy/runtime/ui/MSLF Storage.json similarity index 80% rename from deploy/runtime/ui/Molten Salt Linear Fresnel Storage.json rename to deploy/runtime/ui/MSLF Storage.json index 0383ff77fa..0aa7daa765 100644 --- a/deploy/runtime/ui/Molten Salt Linear Fresnel Storage.json +++ b/deploy/runtime/ui/MSLF Storage.json @@ -1,8 +1,49 @@ { - "Name": "Molten Salt Linear Fresnel Storage", - "Width": 920.0, - "Height": 376.0, + "Name": "MSLF Storage", + "Width": 959.0, + "Height": 573.0, "FormObjects": { + "Choice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "DISP_store_fluid" + }, + "X": { + "Type": 3.0, + "Integer": 645.0 + }, + "Y": { + "Type": 3.0, + "Integer": 318.0 + }, + "Width": { + "Type": 3.0, + "Integer": 129.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Items": { + "Type": 6.0, + "StringList": "" + }, + "Selection": { + "Type": 3.0, + "Integer": -1.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, "GroupBox": { "Visible": 1.0, "ObjectProperties": { @@ -12,11 +53,11 @@ }, "X": { "Type": 3.0, - "Integer": 6.0 + "Integer": 9.0 }, "Y": { "Type": 3.0, - "Integer": 12.0 + "Integer": 126.0 }, "Width": { "Type": 3.0, @@ -24,7 +65,7 @@ }, "Height": { "Type": 3.0, - "Integer": 353.0 + "Integer": 416.0 }, "Tool Tip": { "Type": 5.0, @@ -45,15 +86,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "TES_cap" + "String": "TS_CALC_Q_tes" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 264.0 }, "Y": { "Type": 3.0, - "Integer": 84.0 + "Integer": 159.0 }, "Width": { "Type": 3.0, @@ -128,15 +169,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "cold_tank_Thtr" + "String": "TS_CALC_d_tank" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 264.0 }, "Y": { "Type": 3.0, - "Integer": 276.0 + "Integer": 294.0 }, "Width": { "Type": 3.0, @@ -160,11 +201,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -176,7 +217,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -202,48 +243,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 11.0 - } - } - }, - "Choice": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "csp.mslf.control.store_fluid" - }, - "X": { - "Type": 3.0, - "Integer": 705.0 - }, - "Y": { - "Type": 3.0, - "Integer": 183.0 - }, - "Width": { - "Type": 3.0, - "Integer": 160.0 - }, - "Height": { - "Type": 3.0, - "Integer": 21.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Items": { - "Type": 6.0, - "StringList": "Solar Salt|Caloria|Hitec XL|VP-1|Hitec|Dowtherm Q|Dowtherm RP|Therminol 59|Therminol 66|User-defined..." - }, - "Selection": { - "Type": 3.0, - "Integer": -1.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 21.0 + "Integer": 7.0 } } }, @@ -252,15 +252,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.tes_cp" + "String": "TS_CALC_q_dot_loss_tes_des" }, "X": { "Type": 3.0, - "Integer": 705.0 + "Integer": 264.0 }, "Y": { "Type": 3.0, - "Integer": 333.0 + "Integer": 375.0 }, "Width": { "Type": 3.0, @@ -288,7 +288,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, @@ -300,7 +300,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -326,7 +326,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 25.0 + "Integer": 10.0 } } }, @@ -335,15 +335,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.control.tes_dens" + "String": "TS_CALC_tes_htf_cp" }, "X": { "Type": 3.0, - "Integer": 705.0 + "Integer": 645.0 }, "Y": { "Type": 3.0, - "Integer": 309.0 + "Integer": 375.0 }, "Width": { "Type": 3.0, @@ -383,7 +383,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -409,48 +409,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 24.0 - } - } - }, - "Choice": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "csp.mslf.enet.tes_fp_mode" - }, - "X": { - "Type": 3.0, - "Integer": 705.0 - }, - "Y": { - "Type": 3.0, - "Integer": 81.0 - }, - "Width": { - "Type": 3.0, - "Integer": 163.0 - }, - "Height": { - "Type": 3.0, - "Integer": 24.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "Items": { - "Type": 6.0, - "StringList": "Electric heating|Fossil heating" - }, - "Selection": { - "Type": 3.0, - "Integer": -1.0 - }, - "TabOrder": { - "Type": 3.0, - "Integer": 0.0 + "Integer": 25.0 } } }, @@ -459,15 +418,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.tes.estimated_heat_loss" + "String": "TS_CALC_tes_htf_dens" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 645.0 }, "Y": { "Type": 3.0, - "Integer": 252.0 + "Integer": 348.0 }, "Width": { "Type": 3.0, @@ -495,7 +454,7 @@ }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 2.0 }, "Prefix": { "Type": 5.0, @@ -533,7 +492,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 10.0 + "Integer": 24.0 } } }, @@ -542,15 +501,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.tes.htf_max_opt_temp" + "String": "TS_CALC_tes_htf_max_temp" }, "X": { "Type": 3.0, - "Integer": 705.0 + "Integer": 645.0 }, "Y": { "Type": 3.0, - "Integer": 261.0 + "Integer": 429.0 }, "Width": { "Type": 3.0, @@ -625,15 +584,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "csp.mslf.tes.htf_min_opt_temp" + "String": "TS_CALC_tes_htf_min_temp" }, "X": { "Type": 3.0, - "Integer": 705.0 + "Integer": 645.0 }, "Y": { "Type": 3.0, - "Integer": 237.0 + "Integer": 402.0 }, "Width": { "Type": 3.0, @@ -708,15 +667,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "d_tank" + "String": "TS_CALC_vol_min" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 264.0 }, "Y": { "Type": 3.0, - "Integer": 180.0 + "Integer": 321.0 }, "Width": { "Type": 3.0, @@ -782,7 +741,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 7.0 + "Integer": 8.0 } } }, @@ -791,15 +750,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "dt_cold" + "String": "TS_CALC_vol_tank" }, "X": { "Type": 3.0, - "Integer": 705.0 + "Integer": 264.0 }, "Y": { "Type": 3.0, - "Integer": 135.0 + "Integer": 240.0 }, "Width": { "Type": 3.0, @@ -823,11 +782,11 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, - "Integer": 3.0 + "Integer": 1.0 }, "Prefix": { "Type": 5.0, @@ -839,7 +798,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -865,7 +824,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 18.0 + "Integer": 2.0 } } }, @@ -874,15 +833,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "dt_hot" + "String": "TS_COPY_T_loop_in_des" }, "X": { "Type": 3.0, - "Integer": 705.0 + "Integer": 648.0 }, "Y": { "Type": 3.0, - "Integer": 111.0 + "Integer": 75.0 }, "Width": { "Type": 3.0, @@ -906,7 +865,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -922,7 +881,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -948,7 +907,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 17.0 + "Integer": -1.0 } } }, @@ -957,15 +916,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "eta_tes_htr" + "String": "TS_COPY_T_loop_out" }, "X": { "Type": 3.0, - "Integer": 705.0 + "Integer": 648.0 }, "Y": { "Type": 3.0, - "Integer": 57.0 + "Integer": 45.0 }, "Width": { "Type": 3.0, @@ -989,7 +948,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -1005,7 +964,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1031,7 +990,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 16.0 + "Integer": -1.0 } } }, @@ -1040,15 +999,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "h_tank" + "String": "TS_COPY_q_pb_design" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 264.0 }, "Y": { "Type": 3.0, - "Integer": 132.0 + "Integer": 45.0 }, "Width": { "Type": 3.0, @@ -1072,7 +1031,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -1088,7 +1047,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1114,7 +1073,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 5.0 + "Integer": -1.0 } } }, @@ -1123,15 +1082,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "h_tank_min" + "String": "TS_COPY_tshours" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 264.0 }, "Y": { "Type": 3.0, - "Integer": 156.0 + "Integer": 75.0 }, "Width": { "Type": 3.0, @@ -1155,7 +1114,7 @@ }, "Format": { "Type": 3.0, - "Integer": 1.0 + "Integer": 0.0 }, "Decimals": { "Type": 3.0, @@ -1171,7 +1130,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 0.0 + "Boolean": 1.0 }, "Editable": { "Type": 2.0, @@ -1197,7 +1156,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 6.0 + "Integer": -1.0 } } }, @@ -1206,15 +1165,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "hot_tank_Thtr" + "String": "cold_tank_Thtr" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 648.0 }, "Y": { "Type": 3.0, - "Integer": 300.0 + "Integer": 186.0 }, "Width": { "Type": 3.0, @@ -1280,7 +1239,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 12.0 + "Integer": 11.0 } } }, @@ -1289,15 +1248,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "hx_derate" + "String": "cold_tank_max_heat" }, "X": { "Type": 3.0, - "Integer": 705.0 + "Integer": 648.0 }, "Y": { "Type": 3.0, - "Integer": 159.0 + "Integer": 213.0 }, "Width": { "Type": 3.0, @@ -1321,7 +1280,7 @@ }, "Format": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Decimals": { "Type": 3.0, @@ -1363,40 +1322,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 19.0 - } - } - }, - "MaterialProperties": { - "Visible": 1.0, - "ObjectProperties": { - "Name": { - "Type": 5.0, - "String": "store_fl_props" - }, - "X": { - "Type": 3.0, - "Integer": 705.0 - }, - "Y": { - "Type": 3.0, - "Integer": 207.0 - }, - "Width": { - "Type": 3.0, - "Integer": 98.0 - }, - "Height": { - "Type": 3.0, - "Integer": 28.0 - }, - "Tool Tip": { - "Type": 5.0, - "String": "" - }, - "TabOrder": { - "Type": 3.0, - "Integer": 22.0 + "Integer": 17.0 } } }, @@ -1405,15 +1331,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "tank_max_heat" + "String": "dt_cold" }, "X": { "Type": 3.0, - "Integer": 705.0 + "Integer": 645.0 }, "Y": { "Type": 3.0, - "Integer": 33.0 + "Integer": 483.0 }, "Width": { "Type": 3.0, @@ -1453,7 +1379,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -1479,7 +1405,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 15.0 + "Integer": 18.0 } } }, @@ -1488,15 +1414,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "tank_pairs" + "String": "dt_hot" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 645.0 }, "Y": { "Type": 3.0, - "Integer": 108.0 + "Integer": 456.0 }, "Width": { "Type": 3.0, @@ -1512,15 +1438,15 @@ }, "Value": { "Type": 1.0, - "Double": 1.0 + "Double": 0.0 }, "Mode": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Format": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Decimals": { "Type": 3.0, @@ -1562,7 +1488,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 4.0 + "Integer": 17.0 } } }, @@ -1571,15 +1497,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "tes_temp" + "String": "h_tank" }, "X": { "Type": 3.0, - "Integer": 705.0 + "Integer": 264.0 }, "Y": { "Type": 3.0, - "Integer": 285.0 + "Integer": 186.0 }, "Width": { "Type": 3.0, @@ -1645,7 +1571,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 23.0 + "Integer": 5.0 } } }, @@ -1654,15 +1580,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "tshours" + "String": "h_tank_min" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 264.0 }, "Y": { "Type": 3.0, - "Integer": 36.0 + "Integer": 213.0 }, "Width": { "Type": 3.0, @@ -1728,7 +1654,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 1.0 + "Integer": 6.0 } } }, @@ -1737,15 +1663,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "u_tank" + "String": "hot_tank_Thtr" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 648.0 }, "Y": { "Type": 3.0, - "Integer": 228.0 + "Integer": 240.0 }, "Width": { "Type": 3.0, @@ -1811,7 +1737,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 9.0 + "Integer": 12.0 } } }, @@ -1820,15 +1746,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "vol_min" + "String": "hot_tank_max_heat" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 648.0 }, "Y": { "Type": 3.0, - "Integer": 204.0 + "Integer": 267.0 }, "Width": { "Type": 3.0, @@ -1852,11 +1778,11 @@ }, "Format": { "Type": 3.0, - "Integer": 0.0 + "Integer": 1.0 }, "Decimals": { "Type": 3.0, - "Integer": 2.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, @@ -1868,7 +1794,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -1894,7 +1820,7 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 8.0 + "Integer": 17.0 } } }, @@ -1903,15 +1829,15 @@ "ObjectProperties": { "Name": { "Type": 5.0, - "String": "vol_tank" + "String": "init_hot_htf_percent" }, "X": { "Type": 3.0, - "Integer": 321.0 + "Integer": 648.0 }, "Y": { "Type": 3.0, - "Integer": 60.0 + "Integer": 159.0 }, "Width": { "Type": 3.0, @@ -1935,11 +1861,433 @@ }, "Format": { "Type": 3.0, - "Integer": 0.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": 17.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": 12.0 + }, + "Width": { + "Type": 3.0, + "Integer": 900.0 + }, + "Height": { + "Type": 3.0, + "Integer": 105.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "System Design Parameters" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "MaterialProperties": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "store_fl_props" + }, + "X": { + "Type": 3.0, + "Integer": 789.0 + }, + "Y": { + "Type": 3.0, + "Integer": 315.0 + }, + "Width": { + "Type": 3.0, + "Integer": 68.0 + }, + "Height": { + "Type": 3.0, + "Integer": 30.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": 22.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "tank_pairs" + }, + "X": { + "Type": 3.0, + "Integer": 264.0 + }, + "Y": { + "Type": 3.0, + "Integer": 267.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Value": { + "Type": 1.0, + "Double": 1.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": 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": 4.0 + } + } + }, + "CheckBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "tanks_in_parallel" + }, + "X": { + "Type": 3.0, + "Integer": 264.0 + }, + "Y": { + "Type": 3.0, + "Integer": 489.0 + }, + "Width": { + "Type": 3.0, + "Integer": 18.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "" + }, + "State": { + "Type": 2.0, + "Boolean": 1.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "tes_bypass_msg" + }, + "X": { + "Type": 3.0, + "Integer": 120.0 + }, + "Y": { + "Type": 3.0, + "Integer": 438.0 + }, + "Width": { + "Type": 3.0, + "Integer": 243.0 + }, + "Height": { + "Type": 3.0, + "Integer": 45.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": "tes_pump_coef" + }, + "X": { + "Type": 3.0, + "Integer": 264.0 + }, + "Y": { + "Type": 3.0, + "Integer": 402.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 12.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "u_tank" + }, + "X": { + "Type": 3.0, + "Integer": 264.0 + }, + "Y": { + "Type": 3.0, + "Integer": 348.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.0 }, "Decimals": { "Type": 3.0, - "Integer": 1.0 + "Integer": 3.0 }, "Prefix": { "Type": 5.0, @@ -1951,7 +2299,7 @@ }, "ThousandsSep": { "Type": 2.0, - "Boolean": 1.0 + "Boolean": 0.0 }, "Editable": { "Type": 2.0, @@ -1977,43 +2325,43 @@ }, "TabOrder": { "Type": 3.0, - "Integer": 2.0 + "Integer": 9.0 } } } }, "VarDatabase": { - "TES_cap": { + "DISP_is_hx": { "Version": 4.0, "Type": 1.0, - "Label": "TES Thermal capacity", - "Units": "MWht", + "Label": "Heat exchanger no/yes flag (only used for UI logic)", + "Units": "0/1", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 8.0, + "Flags": 9.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "T_field_in_des": { + "DISP_store_fluid": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "Storage HTF", + "Units": "", "Group": "MSLF Thermal Storage", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "IndexLabels": "Hitec Solar Salt|Caloria HT 43|Hitec XL|Therminol VP-1|Hitec|Dowtherm Q|Dowtherm RP|Therminol 59|Therminol 66|User-defined...", + "Flags": 2.0, + "DefaultValue": 3.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "T_tank_cold_ini": { + "TS_CALC_Q_tes": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "TES Thermal capacity", + "Units": "MWt-hr", "Group": "MSLF Thermal Storage", "IndexLabels": "", "Flags": 8.0, @@ -2022,11 +2370,11 @@ "sscVariableName": "", "sscVariableValue": "" }, - "T_tank_hot_ini": { + "TS_CALC_d_tank": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "Tank diameter", + "Units": "m", "Group": "MSLF Thermal Storage", "IndexLabels": "", "Flags": 8.0, @@ -2035,24 +2383,11 @@ "sscVariableName": "", "sscVariableValue": "" }, - "T_tank_hot_inlet_min": { - "Version": 4.0, - "Type": 1.0, - "Label": "Minimum hot tank htf inlet temperature", - "Units": "C", - "Group": "MSLF Parasitics", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "V_tank_hot_ini": { + "TS_CALC_q_dot_loss_tes_des": { "Version": 4.0, "Type": 1.0, - "Label": " ", - "Units": " ", + "Label": "Estimated tank heat loss", + "Units": "MWt", "Group": "MSLF Thermal Storage", "IndexLabels": "", "Flags": 8.0, @@ -2061,154 +2396,89 @@ "sscVariableName": "", "sscVariableValue": "" }, - "cold_tank_Thtr": { - "Version": 4.0, - "Type": 1.0, - "Label": "Cold tank heater set point", - "Units": "°C", - "Group": "MSLF Thermal Storage", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 250.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.control.ffrac1": { - "Version": 4.0, - "Type": 1.0, - "Label": "Fossil Fill Fraction Period 1", - "Units": " ", - "Group": "MSLF Thermal Storage", - "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.control.ffrac2": { - "Version": 4.0, - "Type": 1.0, - "Label": "Fossil Fill Fraction Period 2", - "Units": " ", - "Group": "MSLF Thermal Storage", - "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.control.ffrac3": { - "Version": 4.0, - "Type": 1.0, - "Label": "Fossil Fill Fraction Period 3", - "Units": " ", - "Group": "MSLF Thermal Storage", - "IndexLabels": "", - "Flags": 3.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.control.ffrac4": { + "TS_CALC_tes_htf_cp": { "Version": 4.0, "Type": 1.0, - "Label": "Fossil Fill Fraction Period 4", - "Units": " ", + "Label": "TES specific heat", + "Units": "kJ/kg-K", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.ffrac5": { + "TS_CALC_tes_htf_dens": { "Version": 4.0, "Type": 1.0, - "Label": "Fossil Fill Fraction Period 5", - "Units": " ", + "Label": "TES fluid density", + "Units": "kg/m3", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.ffrac6": { + "TS_CALC_tes_htf_max_temp": { "Version": 4.0, "Type": 1.0, - "Label": "Fossil Fill Fraction Period 6", - "Units": " ", + "Label": "Storage HTF max operating temp", + "Units": "°C", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.ffrac7": { + "TS_CALC_tes_htf_min_temp": { "Version": 4.0, "Type": 1.0, - "Label": "Fossil Fill Fraction Period 7", - "Units": " ", + "Label": "Storage HTF min operating temp", + "Units": "°C", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.ffrac8": { + "TS_CALC_vol_min": { "Version": 4.0, "Type": 1.0, - "Label": "Fossil Fill Fraction Period 8", - "Units": " ", + "Label": "Min fluid volume", + "Units": "m³", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.ffrac9": { + "TS_CALC_vol_tank": { "Version": 4.0, "Type": 1.0, - "Label": "Fossil Fill Fraction Period 9", - "Units": " ", + "Label": "Total tank volume", + "Units": "m³", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 3.0, + "Flags": 8.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.store_fluid": { - "Version": 4.0, - "Type": 1.0, - "Label": "Storage HTF", - "Units": " ", - "Group": "MSLF Thermal Storage", - "IndexLabels": "Hitec Solar Salt|Caloria HT 43|Hitec XL|Therminol VP-1|Hitec|Dowtherm Q|Dowtherm RP|Therminol 59|Therminol 66|User-defined...", - "Flags": 2.0, - "DefaultValue": 3.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.control.tes_cp": { + "TS_COPY_T_loop_in_des": { "Version": 4.0, "Type": 1.0, - "Label": "TES specific heat", - "Units": "kJ/kg-K", + "Label": "Loop inlet HTF temperature", + "Units": "°C", "Group": "MSLF Thermal Storage", "IndexLabels": "", "Flags": 8.0, @@ -2217,11 +2487,11 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.control.tes_dens": { + "TS_COPY_T_loop_out": { "Version": 4.0, "Type": 1.0, - "Label": "TES fluid density", - "Units": "kg/m3", + "Label": "Loop outlet HTF temperature", + "Units": "°C", "Group": "MSLF Thermal Storage", "IndexLabels": "", "Flags": 8.0, @@ -2230,23 +2500,10 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.enet.tes_fp_mode": { - "Version": 4.0, - "Type": 1.0, - "Label": "HTF freeze protection mode", - "Units": " ", - "Group": "MSLF Thermal Storage", - "IndexLabels": "Electric heating|Fossil heating", - "Flags": 2.0, - "DefaultValue": 1.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.tes.estimated_heat_loss": { + "TS_COPY_q_pb_design": { "Version": 4.0, "Type": 1.0, - "Label": "Estimated tank heat loss", + "Label": "Cycle thermal power", "Units": "MWt", "Group": "MSLF Thermal Storage", "IndexLabels": "", @@ -2256,11 +2513,11 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.tes.htf_max_opt_temp": { + "TS_COPY_tshours": { "Version": 4.0, "Type": 1.0, - "Label": "Storage HTF max operating temp", - "Units": "°C", + "Label": "Hours of storage at design point", + "Units": "hours", "Group": "MSLF Thermal Storage", "IndexLabels": "", "Flags": 8.0, @@ -2269,41 +2526,28 @@ "sscVariableName": "", "sscVariableValue": "" }, - "csp.mslf.tes.htf_min_opt_temp": { + "cold_tank_Thtr": { "Version": 4.0, "Type": 1.0, - "Label": "Storage HTF min operating temp", + "Label": "Cold tank heater set point", "Units": "°C", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "csp.mslf.tes.notify_text": { - "Version": 4.0, - "Type": 4.0, - "Label": " ", - "Units": " ", - "Group": "MSLF Thermal Storage", - "IndexLabels": "", - "Flags": 0.0, - "DefaultValue": "empty", + "Flags": 2.0, + "DefaultValue": 250.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "d_tank": { + "cold_tank_max_heat": { "Version": 4.0, "Type": 1.0, - "Label": "Tank diameter", - "Units": "m", + "Label": "Cold tank heater capacity", + "Units": "MWe", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 2.0, + "DefaultValue": 0.5, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" @@ -2334,19 +2578,6 @@ "sscVariableName": "", "sscVariableValue": "" }, - "eta_tes_htr": { - "Version": 4.0, - "Type": 1.0, - "Label": "Tank heater efficiency", - "Units": " ", - "Group": "MSLF Thermal Storage", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.98, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, "fp_mode": { "Version": 4.0, "Type": 1.0, @@ -2386,19 +2617,6 @@ "sscVariableName": "", "sscVariableValue": "" }, - "has_hot_tank_bypass": { - "Version": 4.0, - "Type": 1.0, - "Label": "Bypass valve connects field outlet to cold tank", - "Units": "-", - "Group": "MSLF Parasitics", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, "hot_tank_Thtr": { "Version": 4.0, "Type": 1.0, @@ -2412,28 +2630,28 @@ "sscVariableName": "", "sscVariableValue": "" }, - "hx_derate": { + "hot_tank_max_heat": { "Version": 4.0, "Type": 1.0, - "Label": "Thermal storage exergetic efficiency", - "Units": " ", + "Label": "Hot tank heater capacity", + "Units": "MWe", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, + "Flags": 2.0, + "DefaultValue": 25.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "mslf_is_hx": { + "init_hot_htf_percent": { "Version": 4.0, "Type": 1.0, - "Label": "Heat exchanger no/yes flag", - "Units": "0/1", + "Label": "Initial hot HTF percent", + "Units": "%", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 9.0, - "DefaultValue": 0.0, + "Flags": 2.0, + "DefaultValue": 30.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" @@ -2458,7 +2676,7 @@ "Units": " ", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 0.0, + "Flags": 1.0, "DefaultValue": [ [ 1.0, @@ -2489,19 +2707,6 @@ "sscVariableName": "", "sscVariableValue": "" }, - "tank_max_heat": { - "Version": 4.0, - "Type": 1.0, - "Label": "Tank heater capacity", - "Units": "MWe", - "Group": "MSLF Thermal Storage", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 25.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, "tank_pairs": { "Version": 4.0, "Type": 1.0, @@ -2518,38 +2723,25 @@ "tanks_in_parallel": { "Version": 4.0, "Type": 1.0, - "Label": "Tanks are in parallel, not in series, with solar field", - "Units": "-", - "Group": "MSLF Parasitics", - "IndexLabels": "", - "Flags": 2.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "tes_temp": { - "Version": 4.0, - "Type": 1.0, - "Label": "Fluid Temperature", - "Units": "°C", + "Label": "Field HTF can bypass TES to cycle", + "Units": "", "Group": "MSLF Thermal Storage", "IndexLabels": "", - "Flags": 8.0, + "Flags": 2.0, "DefaultValue": 0.0, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" }, - "tshours": { + "tes_pump_coef": { "Version": 4.0, "Type": 1.0, - "Label": "Equivalent full-load thermal storage hours", - "Units": "hr", + "Label": "Pumping power for HTF through storage", + "Units": "kJ/kg", "Group": "MSLF Thermal Storage", "IndexLabels": "", "Flags": 2.0, - "DefaultValue": 6.0, + "DefaultValue": 0.15, "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" @@ -2566,51 +2758,35 @@ "UIObject": "Default", "sscVariableName": "", "sscVariableValue": "" - }, - "vol_min": { - "Version": 4.0, - "Type": 1.0, - "Label": "Min fluid volume", - "Units": "m³", - "Group": "MSLF Thermal Storage", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" - }, - "vol_tank": { - "Version": 4.0, - "Type": 1.0, - "Label": "Total tank volume", - "Units": "m³", - "Group": "MSLF Thermal Storage", - "IndexLabels": "", - "Flags": 8.0, - "DefaultValue": 0.0, - "UIObject": "Default", - "sscVariableName": "", - "sscVariableValue": "" } }, "Equations": [ - "equations{ 'fp_mode' } = define() {", - "\treturn ${csp.mslf.enet.tes_fp_mode} + 1; };", - "", - "equations{ 'q_max_aux' } = define() {", - "return ${sf_q_design}*${solar_mult}; };", - "equations{ 'V_tank_hot_ini' } = define() {", - "return ${vol_tank} * 0.2; };", - "equations{ 'T_tank_hot_ini' } = define() {", - "return ${T_loop_out}; };", - "equations{ 'T_tank_cold_ini' } = define() {", - "return ${T_loop_in_des}; };", - "equations{ 'T_field_in_des' } = define() {", - "return ${T_loop_in_des}; };", + "equations{ 'TS_COPY_q_pb_design' } = define() {\r", + "\t\r", + "\ttech = technology();\r", + "\tif ( tech == 'MSLF' ) {\r", + "\t\treturn ${SD_CALC_q_pb_design};\r", + "\t\t}\r", + "\telse if ( tech == 'MSLF IPH' ) {\r", + "\t\treturn ${q_pb_design};}\r", + "\r", + "\treturn 0;\r", + "\t};\r", + "\r", + "equations{ 'TS_COPY_tshours' } = define() {\r", + "\treturn ${tshours}; };\r", + "\r", + "equations{ 'TS_COPY_T_loop_in_des' } = define() {\r", + "\treturn ${T_loop_in_des}; };\r", + "\t\r", + "equations{ 'TS_COPY_T_loop_out' } = define() {\r", + "\treturn ${T_loop_out}; };", + "\r", + "equations{ 'dt_cold' } = define() {\r", + "\treturn ${dt_hot}; };\r", "", "equations{ 'store_fluid' } = define() {", - "\treturn ?${csp.mslf.control.store_fluid}", + "\treturn ?${DISP_store_fluid}", "\t[", "\t\t18, // 18.) Nitrate Salt**", "\t\t19, // 19.) Caloria HT 43**", @@ -2624,124 +2800,12 @@ "\t\t50 // user defined HTF", "\t];", "};", - "", - "equations{ 'csp.mslf.control.tes_cp' } = define() {", - "\treturn ?${csp.mslf.control.store_fluid}", - "[", - "\tsubstance_specific_heat( 18, ${tes_temp} ),", - "\tsubstance_specific_heat( 19, ${tes_temp} ),", - "\tsubstance_specific_heat( 20, ${tes_temp} ),", - "\tsubstance_specific_heat( 21, ${tes_temp} ),", - "\tsubstance_specific_heat( 22, ${tes_temp} ),", - "\tsubstance_specific_heat( 23, ${tes_temp} ),", - "\tsubstance_specific_heat( 24, ${tes_temp} ),", - "\tsubstance_specific_heat( 30, ${tes_temp} ),", - "\tsubstance_specific_heat( 29, ${tes_temp} ),", - "\tsubstance_userhtf( ${store_fl_props},${tes_temp}, 'specific heat' )", - "]; };", - "", - "equations{ 'vol_min' } = define() {", - "\treturn ${vol_tank} * ${h_tank_min} / ${h_tank}; };", - "", - "equations{ 'vol_tank' } = define() {", - "\treturn ${TES_cap} * 3.6e6 / ", - "(${csp.mslf.control.tes_dens} * ${csp.mslf.control.tes_cp} * ", - " ${hx_derate} * ", - "((${T_loop_out}-${dt_hot}) - ", - "\t\t\t (${T_loop_in_des}-${dt_cold})) ); ", - "};", - "", - "equations{ 'TES_cap' } = define() {", - "\treturn ${sf_q_design} * ${tshours}; };", - "", - "equations{ 'tes_temp' } = define() {", - "\treturn ( ${T_loop_in_des} + ${T_loop_out} )/2; };", - "", - "equations{ 'd_tank' } = define() {", - "\treturn 2*sqrt(${vol_tank}/(${h_tank}*3.1415926*${tank_pairs})); };", - "", - "equations{ 'csp.mslf.tes.estimated_heat_loss' } = define() {", - "\treturn ( ${h_tank} * 3.1415926 * ${d_tank} + ", - "3.1415926 * pow( ${d_tank}/2, 2) ) ", - "* ${tank_pairs} * ( ${tes_temp} - 20 ) * ${u_tank} / 1.e6; };", - "", - "", - "equations{ 'hx_derate' } = define() {", - "\tif (${mslf_is_hx} != 1 )", - "\t\treturn 1; /* fluids are the same, no HX */", - "\telse", - "\t{", - "\t\tdt_ave = 0.5*(${dt_hot}+${dt_cold});", - "\t\tT_htf_ave = 0.5*(${T_loop_out}+${T_loop_in_des});", - "\t\tT_cold_baseline = 50.0;", - "\t\treturn (T_htf_ave-2*dt_ave-T_cold_baseline)/(T_htf_ave-T_cold_baseline);", - "\t\t//return (${T_loop_out}-dt_ave-50.0)/(", - "\t\t//return 1-(${dt_hot}+${dt_cold})/(${T_loop_out}-${T_loop_in_des});", - "\t}", - "};", - "", - "//equations{ 'hx_derate' } = define() {", - "//\thx = 1; /* fluids are the same, no HX */", - "//\tif (${Fluid} != ${store_fluid})", - "//\t{ ", - "//\t\thx = 1-(${dt_hot}+${dt_cold})", - "//\t /(${T_loop_out} - ${T_loop_in_des});", - "//\t}", - "//\treturn hx; };", - "", - "equations{ 'csp.mslf.tes.htf_min_opt_temp' } = define() {", - "\treturn ?${csp.mslf.control.store_fluid} [ \t", - "\t238,/* fluid num 18 */ \t", - "\t-12,/* fluid num 19 */ \t", - "\t120,/* fluid num 20 */ \t", - "\t12,/* fluid num 21 */ \t", - "\t142,/* fluid num 22 */ \t", - "\t-35,/* fluid num 23 */ \t", - "\t0,/* fluid num 24 */ \t", - "\t-45,/* fluid num 30 */ \t", - "\t0,/* fluid num 29 */ \t", - "\t0/* user fluid */ ]; };", - "", - "equations{ 'csp.mslf.tes.htf_max_opt_temp' } = define() {", - "\treturn ?${csp.mslf.control.store_fluid}", - "[", - "\t593,/* fluid num 18 */", - "\t315,/* fluid num 19 */", - "\t500,/* fluid num 20 */", - "\t400,/* fluid num 21 */", - "\t538,/* fluid num 22 */", - "\t330,/* fluid num 23 */", - "\t330,/* fluid num 24 */", - "\t315,/* fluid num 30 */", - "\t345,/* fluid num 29 */", - "\t0/* user fluid */", - "]; };", - "", - "equations{ 'csp.mslf.control.tes_dens' } = define() {", - "\treturn ?${csp.mslf.control.store_fluid}", - "[", - "\tsubstance_density( 18, ${tes_temp} ),", - "\tsubstance_density( 19, ${tes_temp} ),", - "\tsubstance_density( 20, ${tes_temp} ),", - "\tsubstance_density( 21, ${tes_temp} ),", - "\tsubstance_density( 22, ${tes_temp} ),", - "\tsubstance_density( 23, ${tes_temp} ),", - "\tsubstance_density( 24, ${tes_temp} ),", - "\tsubstance_density( 30, ${tes_temp} ),", - "\tsubstance_density( 29, ${tes_temp} ),", - "\tsubstance_userhtf( ${store_fl_props},${tes_temp},'density' )", - "]; };", - "", - "", - "equations{ 'dt_cold' } = define() {", - "\treturn ${dt_hot};", - "};", "" ], "Callbacks": [ - "on_load{'Molten Salt Linear Fresnel Storage'} = define()", + "on_load{'MSLF Storage'} = define()", "{", - "\ton_change{'csp.mslf.control.store_fluid'}();", + "\ton_change{'DISP_store_fluid'}();", "\t//mslf_hx_derate_update();", "};", "", @@ -2764,25 +2828,53 @@ "\tenable('dt_hot', is_hx );", "\tenable('dt_cold', is_hx );", "\t", - "\t// Set 'is_hx' here", - "\tvalue(\"mslf_is_hx\", is_hx);", + "\t// Set 'is_hx' here\r", + "\t${DISP_is_hx} = is_hx;\r", + "\tenable('tanks_in_parallel', !is_hx);\r", + "\t\r", + "\tif(is_hx == true)\r", + "\t{\r", + "\t\tvalue('tanks_in_parallel', true);\r", + "\t}\r", + "\t", + "\t//value(\"mslf_is_hx\", is_hx);", "\t//value(\"flux_max_dsg\", flux_max_dsg);", + "\t\r", + "\tset_tes_bypass_msg(is_hx);\r", "\t", "\tssc_free( obj );", "}", + "\r", + "on_change{\"DISP_is_hx\"} = define(){\r", + "\t\r", + "\tis_hx = ${DISP_is_hx};\r", + "\r", + "\tenable('dt_hot', is_hx );\r", + "\tenable('dt_cold', is_hx );\r", + "\tenable('tanks_in_parallel', !is_hx);\r", + "\tset_tes_bypass_msg(is_hx);\r", + "};\r", + "\r", + "function set_tes_bypass_msg ( v ) {\r", + "\tmsg = '';\r", + "\tif ( v ) {\r", + "\t\tmsg = \"If the storage fluid is different than the field HTF, then the field and TES must operate in parallel.\";\r", + "\t}\r", + "\tproperty('tes_bypass_msg','Caption',msg);\r", + "}\r", "", "on_change{'store_fl_props'} = define(){", "\tmslf_hx_derate_update();", "};", "", - "on_change{'csp.mslf.control.store_fluid'} = define()", + "on_change{'DISP_store_fluid'} = define()", "{", "\tmslf_hx_derate_update();", "", - " bCustomHTF = (value('csp.mslf.control.store_fluid')==9);", - " enable('store_fl_props',bCustomHTF);", - " enable('csp.mslf.tes.htf_min_opt_temp',!bCustomHTF);", - " enable('csp.mslf.tes.htf_max_opt_temp',!bCustomHTF); ", + "\tbCustomHTF = (value('DISP_store_fluid')==9);", + "\tenable('store_fl_props',bCustomHTF);", + "\tenable('tes_htf_min_temp',!bCustomHTF);", + "\tenable('tes_htf_max_temp',!bCustomHTF); ", "};" ] } \ No newline at end of file diff --git a/deploy/runtime/ui/MSLF System Control.json b/deploy/runtime/ui/MSLF System Control.json new file mode 100644 index 0000000000..f54c2faf0a --- /dev/null +++ b/deploy/runtime/ui/MSLF System Control.json @@ -0,0 +1,2982 @@ +{ + "Name": "MSLF System Control", + "Width": 921.0, + "Height": 441.0, + "FormObjects": { + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox1" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 9.0 + }, + "Width": { + "Type": 3.0, + "Integer": 902.0 + }, + "Height": { + "Type": 3.0, + "Integer": 134.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Plant Energy Consumption" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label1" + }, + "X": { + "Type": 3.0, + "Integer": 390.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Factor" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label11" + }, + "X": { + "Type": 3.0, + "Integer": 447.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Coeff 0" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label111" + }, + "X": { + "Type": 3.0, + "Integer": 504.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Coeff 1" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label1111" + }, + "X": { + "Type": 3.0, + "Integer": 561.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Coeff 2" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_CALC_aux" + }, + "X": { + "Type": 3.0, + "Integer": 672.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 22.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_CALC_bop" + }, + "X": { + "Type": 3.0, + "Integer": 672.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 16.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_aux_par" + }, + "X": { + "Type": 3.0, + "Integer": 195.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 17.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_aux_par_0" + }, + "X": { + "Type": 3.0, + "Integer": 447.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 19.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_aux_par_1" + }, + "X": { + "Type": 3.0, + "Integer": 504.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 20.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_aux_par_2" + }, + "X": { + "Type": 3.0, + "Integer": 561.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 21.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_aux_par_f" + }, + "X": { + "Type": 3.0, + "Integer": 390.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 18.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_bop_par" + }, + "X": { + "Type": 3.0, + "Integer": 195.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_bop_par_0" + }, + "X": { + "Type": 3.0, + "Integer": 447.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 13.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_bop_par_1" + }, + "X": { + "Type": 3.0, + "Integer": 504.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 14.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_bop_par_2" + }, + "X": { + "Type": 3.0, + "Integer": 561.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 15.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SC_DISP_bop_par_f" + }, + "X": { + "Type": 3.0, + "Integer": 390.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 12.0 + } + } + }, + "LossAdjustment": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "adjust" + }, + "X": { + "Type": 3.0, + "Integer": 444.0 + }, + "Y": { + "Type": 3.0, + "Integer": 156.0 + }, + "Width": { + "Type": 3.0, + "Integer": 270.0 + }, + "Height": { + "Type": 3.0, + "Integer": 70.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + }, + "Description": { + "Type": 5.0, + "String": "" + }, + "Label": { + "Type": 5.0, + "String": "" + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "AnalysisPeriod": { + "Type": 3.0, + "Integer": 25.0 + }, + "ShowMode": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AnnualEnabled": { + "Type": 2.0, + "Boolean": 1.0 + }, + "WeeklyEnabled": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "disp_csu_cost_rel" + }, + "X": { + "Type": 3.0, + "Integer": 258.0 + }, + "Y": { + "Type": 3.0, + "Integer": 342.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "disp_frequency" + }, + "X": { + "Type": 3.0, + "Integer": 258.0 + }, + "Y": { + "Type": 3.0, + "Integer": 315.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "disp_horizon" + }, + "X": { + "Type": 3.0, + "Integer": 258.0 + }, + "Y": { + "Type": 3.0, + "Integer": 288.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "disp_max_iter" + }, + "X": { + "Type": 3.0, + "Integer": 747.0 + }, + "Y": { + "Type": 3.0, + "Integer": 288.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "disp_mip_gap" + }, + "X": { + "Type": 3.0, + "Integer": 747.0 + }, + "Y": { + "Type": 3.0, + "Integer": 315.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "disp_pen_ramping" + }, + "X": { + "Type": 3.0, + "Integer": 258.0 + }, + "Y": { + "Type": 3.0, + "Integer": 396.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "disp_rsu_cost_rel" + }, + "X": { + "Type": 3.0, + "Integer": 258.0 + }, + "Y": { + "Type": 3.0, + "Integer": 369.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "disp_time_weighting" + }, + "X": { + "Type": 3.0, + "Integer": 747.0 + }, + "Y": { + "Type": 3.0, + "Integer": 261.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "disp_timeout" + }, + "X": { + "Type": 3.0, + "Integer": 747.0 + }, + "Y": { + "Type": 3.0, + "Integer": 342.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "disp_wlim_maxspec" + }, + "X": { + "Type": 3.0, + "Integer": 747.0 + }, + "Y": { + "Type": 3.0, + "Integer": 369.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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 + } + } + }, + "CheckBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "is_dispatch" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 261.0 + }, + "Width": { + "Type": 3.0, + "Integer": 24.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "" + }, + "State": { + "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": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 240.0 + }, + "Width": { + "Type": 3.0, + "Integer": 902.0 + }, + "Height": { + "Type": 3.0, + "Integer": 186.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Dispatch Optimization" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 418" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 144.0 + }, + "Width": { + "Type": 3.0, + "Integer": 902.0 + }, + "Height": { + "Type": 3.0, + "Integer": 93.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "System Availability" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 7" + }, + "X": { + "Type": 3.0, + "Integer": 36.0 + }, + "Y": { + "Type": 3.0, + "Integer": 165.0 + }, + "Width": { + "Type": 3.0, + "Integer": 339.0 + }, + "Height": { + "Type": 3.0, + "Integer": 54.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "System availability losses reduce the system output to represent system outages or other events." + }, + "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": "pb_fixed_par" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 27.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 4.0 + } + } + } + }, + "VarDatabase": { + "SC_CALC_aux": { + "Version": 4.0, + "Type": 1.0, + "Label": "Aux", + "Units": "MWe", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_CALC_bop": { + "Version": 4.0, + "Type": 1.0, + "Label": "BOP", + "Units": "MWe", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_aux_par": { + "Version": 4.0, + "Type": 1.0, + "Label": "Aux heater boiler parasitic", + "Units": "MWe/MWtcap", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.023, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_aux_par_0": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.483, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_aux_par_1": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.571, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_aux_par_2": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_aux_par_f": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_bop_par": { + "Version": 4.0, + "Type": 1.0, + "Label": "Balance of plant parasitic", + "Units": "MWe/MWtcap", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.025, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_bop_par_0": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_bop_par_1": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.483, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_bop_par_2": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SC_DISP_bop_par_f": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust": { + "Version": 4.0, + "Type": 5.0, + "Label": "Performance adjustment factors", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 1.0, + "DefaultValue": {}, + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_constant": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_en_periods": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_en_timeindex": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_periods": { + "Version": 4.0, + "Type": 3.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": [ + [ + 0.0 + ] + ], + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_timeindex": { + "Version": 4.0, + "Type": 2.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "aux_array": { + "Version": 4.0, + "Type": 2.0, + "Label": "Coefficients for auxiliary heater parasitics calcs", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "bop_array": { + "Version": 4.0, + "Type": 2.0, + "Label": "Coefficients for balance of plant parasitics calcs", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_csu_cost_rel": { + "Version": 4.0, + "Type": 1.0, + "Label": "Cycle startup cost penalty", + "Units": "$/MWe-cycle/start", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 87.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_frequency": { + "Version": 4.0, + "Type": 1.0, + "Label": "Frequency for dispatch reoptimization", + "Units": "hour", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 24.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_horizon": { + "Version": 4.0, + "Type": 1.0, + "Label": "Time horizon for dispatch optimization", + "Units": "hour", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 48.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_max_iter": { + "Version": 4.0, + "Type": 1.0, + "Label": "Maximum branch and bound iterations", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 10000.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_mip_gap": { + "Version": 4.0, + "Type": 1.0, + "Label": "Solution optimality gap tolerance", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.055, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_pen_ramping": { + "Version": 4.0, + "Type": 1.0, + "Label": "Power generation ramping penalty", + "Units": "$/ΔMWe", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_rsu_cost_rel": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver startup cost penalty", + "Units": "$/MWt-field/start", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.4, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_time_weighting": { + "Version": 4.0, + "Type": 1.0, + "Label": "Objective function time weighting exponent", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.99, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_timeout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Optimization solver timeout limit", + "Units": "sec", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 5.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "disp_wlim_maxspec": { + "Version": 4.0, + "Type": 1.0, + "Label": "Max. net power to the grid", + "Units": "MWe", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "dispatch_series": { + "Version": 4.0, + "Type": 2.0, + "Label": "Dispatch TOD series", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "is_dispatch": { + "Version": 4.0, + "Type": 1.0, + "Label": "Enable dispatch optimization", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "is_dispatch_series": { + "Version": 4.0, + "Type": 1.0, + "Label": "Use specified TOD series", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "is_wlim_design": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "pb_fixed_par": { + "Version": 4.0, + "Type": 1.0, + "Label": "Fraction of rated gross power consumed all times", + "Units": "MWe/MWtcap", + "Group": "MSLF System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + } + }, + "Equations": [ + "//", + "// ONLY ADD UI INDICATOR, COMBO CONVERTERS, AND", + "// INPUT AGGREGATOR EQUATIONS BELOW!", + "//", + "// If the equations change an input value", + "// modify the below main MIMO or add one,", + "// referencing in ssc_equations.h", + "//", + "\r", + "equations{ 'is_wlim_design' } = define() {\r", + "\treturn ${is_dispatch};\r", + "};\r", + "\r", + "// Just UI input aggregator\r", + "equations{ 'aux_array' } = define() {\r", + "\ta[0] = ${SC_DISP_aux_par};\r", + "\ta[1] = ${SC_DISP_aux_par_f};\r", + "\ta[2] = ${SC_DISP_aux_par_0};\r", + "\ta[3] = ${SC_DISP_aux_par_1};\r", + "\ta[4] = ${SC_DISP_aux_par_2};\r", + "\treturn a;\r", + "};\r", + "", + "// Just UI input aggregator\r", + "equations{ 'bop_array' } = define() {\r", + "\ta[0] = ${SC_DISP_bop_par};\r", + "\ta[1] = ${SC_DISP_bop_par_f};\r", + "\ta[2] = ${SC_DISP_bop_par_0};\r", + "\ta[3] = ${SC_DISP_bop_par_1};\r", + "\ta[4] = ${SC_DISP_bop_par_2};\r", + "\treturn a;\r", + "};\r", + "\r", + "" + ], + "Callbacks": [ + "on_load{'MSLF System Control'} = define()\r", + "{\r", + "\ton_change{\"is_dispatch\"}();\r", + "\tloss_adjustment_set();\r", + "};\r", + "\r", + "on_change{\"is_dispatch\"} = define() {\r", + " en = value(\"is_dispatch\");\r", + " \r", + " enable(\"disp_horizon\", en==1);\r", + " enable(\"disp_frequency\", en==1);\r", + " enable(\"disp_max_iter\", en==1);\r", + " enable(\"disp_timeout\", en==1);\r", + " enable(\"disp_mip_gap\", en==1);\r", + " enable(\"disp_csu_cost_rel\", en==1);\r", + " enable(\"disp_rsu_cost_rel\", en==1);\r", + " enable(\"disp_pen_ramping\", en==1);\r", + " enable(\"disp_wlim_max\", en==1);\r", + " enable(\"disp_wlim_maxspec\", en==1);\r", + " enable(\"disp_time_weighting\", en==1);\r", + "};\r", + "\r", + "function loss_adjustment_set() \r", + "{\r", + "\tif (financing() != \"LCOE Calculator\" && financing() != \"None\") {\r", + "\t\tif (value('system_use_lifetime_output') == 1) {\r", + "\t\t\tproperty('adjust', 'AnalysisPeriod', value('analysis_period'));\r", + "\t\t}\r", + "\t\telse {\r", + "\t\t\tproperty('adjust', 'AnalysisPeriod', 1);\r", + "\t\t}\r", + "\t}\r", + "\telse {\r", + "\t\tproperty('adjust', 'AnalysisPeriod', 1);\r", + "\t}\r", + "}" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/MSLF System Design.json b/deploy/runtime/ui/MSLF System Design.json new file mode 100644 index 0000000000..c2aa89ebef --- /dev/null +++ b/deploy/runtime/ui/MSLF System Design.json @@ -0,0 +1,2077 @@ +{ + "Name": "MSLF System Design", + "Width": 921.0, + "Height": 908.0, + "FormObjects": { + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "I_bn_des" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 189.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": "P_ref" + }, + "X": { + "Type": 3.0, + "Integer": 687.0 + }, + "Y": { + "Type": 3.0, + "Integer": 117.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 6.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SD_CALC_Q_rec_des" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 213.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 3.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SD_CALC_nLoops" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 285.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 32.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SD_CALC_nameplate" + }, + "X": { + "Type": 3.0, + "Integer": 687.0 + }, + "Y": { + "Type": 3.0, + "Integer": 165.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SD_CALC_q_pb_design" + }, + "X": { + "Type": 3.0, + "Integer": 687.0 + }, + "Y": { + "Type": 3.0, + "Integer": 213.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "SD_CALC_solar_mult" + }, + "X": { + "Type": 3.0, + "Integer": 327.0 + }, + "Y": { + "Type": 3.0, + "Integer": 117.0 + }, + "Width": { + "Type": 3.0, + "Integer": 88.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 2.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "SD_CALC_total_Ap" + }, + "X": { + "Type": 3.0, + "Integer": 327.0 + }, + "Y": { + "Type": 3.0, + "Integer": 141.0 + }, + "Width": { + "Type": 3.0, + "Integer": 88.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "T_loop_in_des" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 237.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 4.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "T_loop_out" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 261.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 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": 3.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "eta_ref" + }, + "X": { + "Type": 3.0, + "Integer": 687.0 + }, + "Y": { + "Type": 3.0, + "Integer": 189.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.0 + }, + "Decimals": { + "Type": 3.0, + "Integer": 4.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": 8.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "gross_net_conversion_factor" + }, + "X": { + "Type": 3.0, + "Integer": 687.0 + }, + "Y": { + "Type": 3.0, + "Integer": 141.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 7.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 21" + }, + "X": { + "Type": 3.0, + "Integer": 444.0 + }, + "Y": { + "Type": 3.0, + "Integer": 264.0 + }, + "Width": { + "Type": 3.0, + "Integer": 405.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": "Thermal Energy Storage" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2120" + }, + "X": { + "Type": 3.0, + "Integer": 444.0 + }, + "Y": { + "Type": 3.0, + "Integer": 96.0 + }, + "Width": { + "Type": 3.0, + "Integer": 405.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": "Power Cycle" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2121" + }, + "X": { + "Type": 3.0, + "Integer": 12.0 + }, + "Y": { + "Type": 3.0, + "Integer": 96.0 + }, + "Width": { + "Type": 3.0, + "Integer": 405.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 Field" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 4" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 12.0 + }, + "Width": { + "Type": 3.0, + "Integer": 855.0 + }, + "Height": { + "Type": 3.0, + "Integer": 306.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Design Point Parameters" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 7" + }, + "X": { + "Type": 3.0, + "Integer": 12.0 + }, + "Y": { + "Type": 3.0, + "Integer": 27.0 + }, + "Width": { + "Type": 3.0, + "Integer": 831.0 + }, + "Height": { + "Type": 3.0, + "Integer": 63.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "The design point parameters determine the nominal ratings of each part of the linear fresnel system. After specifying the design point parameters here, you can specify details of each component of the system on the Solar Field, Collector and Receiver, Power Cycle, and Thermal Storage input pages." + }, + "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": "solar_mult_in" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 117.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 2.0 + } + } + }, + "RadioChoice": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "solar_mult_or_Ap" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 117.0 + }, + "Width": { + "Type": 3.0, + "Integer": 95.0 + }, + "Height": { + "Type": 3.0, + "Integer": 50.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Selection": { + "Type": 3.0, + "Integer": 0.0 + }, + "Items": { + "Type": 6.0, + "StringList": "Option 1:|Option 2:" + }, + "ShowCaptions": { + "Type": 2.0, + "Boolean": 1.0 + }, + "Horizontal": { + "Type": 2.0, + "Boolean": 0.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": 1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "total_Ap_in" + }, + "X": { + "Type": 3.0, + "Integer": 222.0 + }, + "Y": { + "Type": 3.0, + "Integer": 141.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 3.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "tshours" + }, + "X": { + "Type": 3.0, + "Integer": 687.0 + }, + "Y": { + "Type": 3.0, + "Integer": 285.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 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": 5.0 + } + } + } + }, + "VarDatabase": { + "I_bn_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Design point DNI", + "Units": "W/m²", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 950.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "P_ref": { + "Version": 4.0, + "Type": 1.0, + "Label": "Design turbine gross output", + "Units": "MWe", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 110.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_Q_rec_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Field thermal power", + "Units": "MWt", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_m_dot_field_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Cycle design HTF mass flow rate", + "Units": "kg/s", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_nLoops": { + "Version": 4.0, + "Type": 1.0, + "Label": "Number of loops", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 8.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_nameplate": { + "Version": 4.0, + "Type": 1.0, + "Label": "Estimated net output at design (nameplate)", + "Units": "MWe", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_q_pb_design": { + "Version": 4.0, + "Type": 1.0, + "Label": "Cycle thermal power", + "Units": "MWt", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_solar_mult": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 10.0, + "DefaultValue": 2.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "SD_CALC_total_Ap": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "m²", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "T_htf_hot_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "ONLY USED FOR USER DEFINED POWER CYCLE", + "Units": "", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "T_loop_in_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Loop inlet HTF temperature", + "Units": "°C", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 293.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "T_loop_out": { + "Version": 4.0, + "Type": 1.0, + "Label": "Loop outlet HTF temperature", + "Units": "°C", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 391.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp_financial_model": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "eta_ref": { + "Version": 4.0, + "Type": 1.0, + "Label": "Cycle thermal efficiency", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.412, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "gross_net_conversion_factor": { + "Version": 4.0, + "Type": 1.0, + "Label": "Estimated gross to net conversion factor", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.9, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "nameplate": { + "Version": 4.0, + "Type": 1.0, + "Label": "Copy of nameplate (needed for financial models)", + "Units": "MWe", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "solar_mult_in": { + "Version": 4.0, + "Type": 1.0, + "Label": "Solar multiple", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 2.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "solar_mult_or_Ap": { + "Version": 4.0, + "Type": 1.0, + "Label": "Solar field mode (0=SM, 1=area)", + "Units": " ", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 1.0, + "DefaultValue": 0.0, + "UIObject": "RadioChoice", + "sscVariableName": "", + "sscVariableValue": "" + }, + "total_Ap_in": { + "Version": 4.0, + "Type": 1.0, + "Label": "Field aperture", + "Units": "", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 877000.0, + "UIObject": "Numeric", + "sscVariableName": "", + "sscVariableValue": "" + }, + "tshours": { + "Version": 4.0, + "Type": 1.0, + "Label": "Hours of storage at design point", + "Units": "hours", + "Group": "MSLF System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 6.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + } + }, + "Equations": [ + "//", + "// ONLY ADD UI INDICATOR, COMBO CONVERTERS, AND", + "// INPUT AGGREGATOR EQUATIONS BELOW!", + "//", + "// If the equations change an input value", + "// modify the below main MIMO or add one,", + "// referencing in ssc_equations.h", + "//\r", + "\r", + "// Only used for Financial model", + "equations{'nameplate'} = define() {\r", + "\treturn ${SD_CALC_nameplate}; };\r", + "\r", + "equations{ 'T_htf_hot_des' } = define() {\r", + "\treturn ${T_loop_out}; };\r", + "", + "equations{ 'csp_financial_model' } = define() {", + "\tif (financing() == \"Single Owner\"){", + "\t\treturn 1;", + "\t}", + "\telse if(financing() == \"Leveraged Partnership Flip\"){", + "\t\treturn 2;", + "\t}", + "\telse if(financing() == \"All Equity Partnership Flip\"){", + "\t\treturn 3;", + "\t}", + "\telse if(financing() == \"Sale Leaseback\"){", + "\t\treturn 4;", + "\t}", + "\telse if(financing() == \"Commercial\"){", + "\t\treturn 5;", + "\t}", + "\telse if(financing() == \"Merchant Plant\"){", + "\t\treturn 6;", + "\t}", + "\telse if(financing() == \"LCOE Calculator\"){", + "\t\treturn 7;", + "\t}", + "\telse if(financing() == \"None\"){", + "\t\treturn 8;", + "\t}", + "\telse{", + "\t\treturn -1;", + "\t}", + "};", + "\r", + "equations{ '$MIMO$ ui_mslf_system_design__mslf_cmod' } = define()\r", + "{\r", + "\tobj = ssc_create();\r", + "\r", + "\t//#ssc_auto_exec(obj, 'fresnel_physical', 2);\r", + "\t\r", + "\t//ret_d = ssc_dump(obj, 'mslf_v2_mimo_ssc_auto_exec.lk');\r", + "\tret = ssc_exec(obj, 'fresnel_physical');\r", + "\t\r", + "\t\r", + "\t\r", + "\tif(ret == 0)\r", + "\t{\r", + "\t\t// System Design\r", + "\t\t${SD_CALC_nLoops} = ssc_var(obj, \"nLoops\");\r", + "\t\t${SD_CALC_solar_mult} = ssc_var(obj, \"solar_mult\");\r", + "\t\t${SD_CALC_total_Ap} = ssc_var(obj, \"total_Ap\");\r", + "\t\t\r", + "\t\t${SD_CALC_q_pb_design} = ssc_var(obj, \"q_dot_cycle_des\");\r", + "\t\t${SD_CALC_nameplate} = ssc_var(obj, \"nameplate\");\r", + "\t\t${SD_CALC_Q_rec_des} = ssc_var(obj, \"q_dot_rec_des\");\r", + "\t\t\r", + "\t\t\r", + "\t\t// Solar Field\r", + "\t\t${SF_CALC_Ap_loop} = ssc_var(obj, \"A_loop\");\r", + "\t\t${SF_CALC_loop_opt_eff} = ssc_var(obj, \"loop_opt_eff\");\r", + "\t\t${SF_CALC_loop_therm_eff} = ssc_var(obj, \"loop_therm_eff\");\r", + "\t\t${SF_CALC_loop_eff} = ssc_var(obj, \"loop_eff\");\r", + "\t\t${SF_CALC_Ap_sm1} = ssc_var(obj, \"sm1_aperture\");\r", + "\t\t${SF_CALC_nLoops_sm1} = ssc_var(obj, \"sm1_nLoops\");\r", + "\t\t${SF_CALC_total_tracking_power} = ssc_var(obj, \"total_tracking_power\");\r", + "\t\t${SF_CALC_Ap_total} = ssc_var(obj, \"A_field\");\r", + "\t\t${SF_CALC_q_field_des} = ssc_var(obj, \"q_field_des\");\r", + "\t\t${SF_CALC_field_area} = ssc_var(obj, \"field_area\");\r", + "\t\t${SF_CALC_total_land_area} = ssc_var(obj, \"total_land_area\");\r", + "\t\t${SF_CALC_field_htf_min_temp} = ssc_var(obj, \"field_htf_min_temp\");\r", + "\t\t${SF_CALC_field_htf_max_temp} = ssc_var(obj, \"field_htf_max_temp\");\r", + "\t\t${SF_CALC_mdot_field_des} = ssc_var(obj, \"mdot_field_des\");\r", + "\t\t\r", + "\t\t${SF_CALC_dP_field_des_SS} = ssc_var(obj,\"dP_field_des_SS\");\r", + "\t\t${SF_CALC_Q_field_des_SS} = ssc_var(obj,\"Q_field_des_SS\");\r", + "\t\t${SF_CALC_T_field_out_des_SS} = ssc_var(obj, \"T_field_out_des_SS\");\r", + "\t\t${SF_CALC_m_dot_des_SS} = ssc_var(obj, \"m_dot_des_SS\");\r", + "\t\t${SF_CALC_m_dot_loop_des_SS} = ssc_var(obj, \"m_dot_loop_des_SS\");\r", + "\t\t//${SF_CALC_V_hdr_min_des_SS} = ssc_var(obj, \"V_hdr_min_des_SS\");\r", + "\t\t//${SF_CALC_V_hdr_max_des_SS} = ssc_var(obj, \"V_hdr_max_des_SS\");\r", + "\t\t${SF_CALC_eta_optical_des_SS} = ssc_var(obj, \"eta_optical_des_SS\");\r", + "\t\t${SF_CALC_therm_eff_des_SS} = ssc_var(obj, \"therm_eff_des_SS\");\r", + "\t\t${SF_CALC_eff_des_SS} = ssc_var(obj, \"eff_des_SS\");\r", + "\t\t${SF_CALC_W_dot_pump_des_SS} = ssc_var(obj, \"W_dot_pump_des_SS\");\r", + "\t\t\r", + "\t\t${SF_CALC_T_loop_out_des_SS} = ssc_var(obj, \"T_loop_out_des_SS\");\r", + "\t\t${SF_CALC_Q_loop_des_SS} = ssc_var(obj, \"Q_loop_des_SS\");\r", + "\t\t${SF_CALC_therm_eff_loop_des_SS} = ssc_var(obj, \"therm_eff_loop_des_SS\");\r", + "\t\t${SF_CALC_eff_loop_des_SS} = ssc_var(obj, \"eff_loop_des_SS\");\r", + "\t\t${SF_CALC_Q_loss_receiver_des_SS} = ssc_var(obj, \"Q_loss_receiver_des_SS\");\r", + "\t\t${SF_CALC_Q_loss_hdr_rnr_des_SS} = ssc_var(obj, \"Q_loss_hdr_rnr_des_SS\");\r", + "\t\t\r", + "\t\t// Collector and Receiver\r", + "\t\t${CR_CALC_DP_pressure_loss} = ssc_var(obj, \"DP_pressure_loss\");\r", + "\t\t${CR_CALC_avg_dt_des} = ssc_var(obj, \"avg_dt_des\");\r", + "\t\t${CR_CALC_hl_des} = ssc_var(obj, \"hl_des\");\r", + "\t\t${CR_CALC_opt_derate} = ssc_var(obj, \"opt_derate\");\r", + "\t\t${CR_CALC_opt_normal} = ssc_var(obj, \"opt_normal\");\r", + "\t\t\r", + "\t\t// Power Cycle\r", + "\t\t${PB_CALC_mdot_cycle_des} = ssc_var(obj, \"mdot_cycle_des\");\r", + "\t\t\r", + "\t\t// Thermal Storage\r", + "\t\t${TS_CALC_vol_tank} = ssc_var(obj, \"vol_tank\");\r", + "\t\t${TS_CALC_Q_tes} = ssc_var(obj, \"Q_tes_des\");\r", + "\t\t${TS_CALC_d_tank} = ssc_var(obj, \"d_tank\");\r", + "\t\t${TS_CALC_vol_min} = ssc_var(obj, \"vol_min\");\r", + "\t\t${TS_CALC_q_dot_loss_tes_des} = ssc_var(obj, \"q_dot_loss_tes_des\");\r", + "\t\t${TS_CALC_tes_htf_min_temp} = ssc_var(obj, \"tes_htf_min_temp\");\r", + "\t\t${TS_CALC_tes_htf_max_temp} = ssc_var(obj, \"tes_htf_max_temp\");\r", + "\t\t${TS_CALC_tes_htf_dens} = ssc_var(obj, \"tes_htf_dens\");\r", + "\t\t${TS_CALC_tes_htf_cp} = ssc_var(obj, \"tes_htf_cp\");\r", + "\t\t\r", + "\t\t// System Control\r", + "\t\t${SC_CALC_bop} = ssc_var(obj, \"W_dot_bop_design\");\r", + "\t\t${SC_CALC_aux} = ssc_var(obj, \"aux_design\");\r", + "\t\t\r", + "\t\tcsp_financial_model = ${csp_financial_model};\r", + "\t\t\r", + "\t\tif(csp_financial_model != 8)\r", + "\t\t{\r", + "\t\t\t// Capital Costs\r", + "\t\t\t${CC_CALC_site_improvements_cost} = ssc_var(obj, \"site_improvements_cost\");\r", + "\t\t\t${CC_CALC_solar_field_cost} = ssc_var(obj, \"solar_field_cost\");\r", + "\t\t\t${CC_CALC_htf_system_cost} = ssc_var(obj, \"htf_system_cost\");\r", + "\t\t\t${CC_CALC_ts_cost} = ssc_var(obj, \"ts_cost\");\r", + "\t\t\t${CC_CALC_fossil_backup_cost} = ssc_var(obj, \"fossil_backup_cost\");\r", + "\t\t\t${CC_CALC_power_plant_cost} = ssc_var(obj, \"power_plant_cost\");\r", + "\t\t\t${CC_CALC_bop_cost} = ssc_var(obj, \"bop_cost\");\r", + "\t\t\t${CC_CALC_contingency_cost} = ssc_var(obj, \"contingency_cost\");\r", + "\t\t\t${CC_CALC_total_direct_cost} = ssc_var(obj, \"total_direct_cost\");\r", + "\t\t\t${CC_CALC_epc_total_cost} = ssc_var(obj, \"epc_total_cost\");\r", + "\t\t\t${CC_CALC_plm_total_cost} = ssc_var(obj, \"plm_total_cost\");\r", + "\t\t\t${CC_CALC_total_indirect_cost} = ssc_var(obj, \"total_indirect_cost\");\r", + "\t\t\t${CC_CALC_sales_tax_total} = ssc_var(obj, \"sales_tax_total\");\r", + "\t\t\t${CC_CALC_total_installed_cost} = ssc_var(obj, \"total_installed_cost\");\r", + "\t\t\t${CC_CALC_installed_per_capacity} = ssc_var(obj, \"installed_per_capacity\");\r", + "\t\t}\r", + "\t\t\r", + "\t}\r", + "\telse\r", + "\t{\r", + "\t\tfail = -789;\r", + "\t\r", + "\t\t// System Design\r", + "\t\t${SD_CALC_nLoops} = fail;\r", + "\t\t${SD_CALC_solar_mult} = fail;\r", + "\t\t${SD_CALC_total_Ap} = fail;\r", + "\t\t\r", + "\t\t${SD_CALC_q_pb_design} = fail;\r", + "\t\t${SD_CALC_nameplate} = fail;\r", + "\t\t${SD_CALC_Q_rec_des} = fail;\r", + "\r", + "\t\t// Solar Field\r", + "\t\t${SF_CALC_Ap_loop} = fail;\r", + "\t\t${SF_CALC_loop_opt_eff} = fail;\r", + "\t\t${SF_CALC_loop_therm_eff} = fail;\r", + "\t\t${SF_CALC_loop_eff} = fail;\r", + "\t\t${SF_CALC_Ap_sm1} = fail;\r", + "\t\t${SF_CALC_nLoops_sm1} = fail;\r", + "\t\t${SF_CALC_total_tracking_power} = fail;\r", + "\t\t${SF_CALC_Ap_total} = fail;\r", + "\t\t${SF_CALC_q_field_des} = fail;\r", + "\t\t${SF_CALC_field_area} = fail;\r", + "\t\t${SF_CALC_total_land_area} = fail;\r", + "\t\t${SF_CALC_field_htf_min_temp} = fail;\r", + "\t\t${SF_CALC_field_htf_max_temp} = fail;\r", + "\t\t${SF_CALC_mdot_field_des} = fail;\r", + "\t\t\r", + "\t\t${SF_CALC_dP_field_des_SS} = fail;\r", + "\t\t${SF_CALC_Q_field_des_SS} = fail;\r", + "\t\t${SF_CALC_T_field_out_des_SS} = fail;\r", + "\t\t${SF_CALC_m_dot_des_SS} = fail;\r", + "\t\t${SF_CALC_m_dot_loop_des_SS} = fail;\r", + "\t\t//${SF_CALC_V_hdr_min_des_SS} = fail;\r", + "\t\t//${SF_CALC_V_hdr_max_des_SS} = fail;\r", + "\t\t${SF_CALC_eta_optical_des_SS} = fail;\r", + "\t\t${SF_CALC_therm_eff_des_SS} = fail;\r", + "\t\t${SF_CALC_eff_des_SS} = fail;\r", + "\t\t${SF_CALC_W_dot_pump_des_SS} = fail;\r", + "\t\t\r", + "\t\t${SF_CALC_T_loop_out_des_SS} = fail;\r", + "\t\t${SF_CALC_Q_loop_des_SS} = fail;\r", + "\t\t${SF_CALC_therm_eff_loop_des_SS} = fail;\r", + "\t\t${SF_CALC_eff_loop_des_SS} = fail;\r", + "\t\t${SF_CALC_Q_loss_receiver_des_SS} = fail;\r", + "\t\t${SF_CALC_Q_loss_hdr_rnr_des_SS} = fail;\r", + "\t\t\r", + "\t\t// Collector and Receiver\r", + "\t\t${CR_CALC_DP_pressure_loss} = fail;\r", + "\t\t${CR_CALC_avg_dt_des} = fail;\r", + "\t\t${CR_CALC_hl_des} = fail;\r", + "\t\t${CR_CALC_opt_derate} = fail;\r", + "\t\t${CR_CALC_opt_normal} = fail;\r", + "\t\t\r", + "\t\t// Power Cycle\r", + "\t\t${PB_CALC_mdot_cycle_des} = fail;\r", + "\t\t\r", + "\t\t// Thermal Storage\r", + "\t\t${TS_CALC_vol_tank} = fail;\r", + "\t\t${TS_CALC_Q_tes} = fail;\r", + "\t\t${TS_CALC_d_tank} = fail;\r", + "\t\t${TS_CALC_vol_min} = fail;\r", + "\t\t${TS_CALC_q_dot_loss_tes_des} = fail;\r", + "\t\t${TS_CALC_tes_htf_min_temp} = fail;\r", + "\t\t${TS_CALC_tes_htf_max_temp} = fail;\r", + "\t\t${TS_CALC_tes_htf_dens} = fail;\r", + "\t\t${TS_CALC_tes_htf_cp} = fail;\r", + "\t\t\r", + "\t\t// System Control\r", + "\t\t${W_dot_bop_design} = fail;\r", + "\t\t${W_dot_fixed} = fail;\r", + "\t\t\r", + "\t\tif(csp_financial_model != 8)\r", + "\t\t{\r", + "\t\t\t// Capital Costs\r", + "\t\t\t${CC_CALC_site_improvements_cost} = fail;\r", + "\t\t\t${CC_CALC_solar_field_cost} = fail;\r", + "\t\t\t${CC_CALC_htf_system_cost} = fail;\r", + "\t\t\t${CC_CALC_ts_cost} = fail;\r", + "\t\t\t${CC_CALC_fossil_backup_cost} = fail;\r", + "\t\t\t${CC_CALC_power_plant_cost} = fail;\r", + "\t\t\t${CC_CALC_bop_cost} = fail;\r", + "\t\t\t${CC_CALC_contingency_cost} = fail;\r", + "\t\t\t${CC_CALC_total_direct_cost} = fail;\r", + "\t\t\t${CC_CALC_epc_total_cost} = fail;\r", + "\t\t\t${CC_CALC_plm_total_cost} = fail;\r", + "\t\t\t${CC_CALC_total_indirect_cost} = fail;\r", + "\t\t\t${CC_CALC_sales_tax_total} = fail;\r", + "\t\t\t${CC_CALC_total_installed_cost} = fail;\r", + "\t\t\t${CC_CALC_installed_per_capacity} = fail;\r", + "\t\t}\r", + "\t\t\r", + "\t}\r", + "};\r", + "\t\r", + "\r", + "\t\r", + "\t" + ], + "Callbacks": [ + "on_load{'MSLF System Design'} = define()\r", + "{\r", + "\tenable ('total_Ap_in', 0);\r", + "};\r", + "\r", + "on_change{'solar_mult_or_Ap'} = define(){\r", + " state = value('solar_mult_or_Ap');\r", + " enable ('solar_mult_in', state == 0);\r", + " enable ('total_Ap_in', state == 1);\r", + "};" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/MSPT IPH Capital Costs.json b/deploy/runtime/ui/MSPT IPH Capital Costs.json new file mode 100644 index 0000000000..0ea027042d --- /dev/null +++ b/deploy/runtime/ui/MSPT IPH Capital Costs.json @@ -0,0 +1,6166 @@ +{ + "Name": "MSPT IPH Capital Costs", + "Width": 843.0, + "Height": 878.0, + "FormObjects": { + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox1" + }, + "X": { + "Type": 3.0, + "Integer": 9.0 + }, + "Y": { + "Type": 3.0, + "Integer": 6.0 + }, + "Width": { + "Type": 3.0, + "Integer": 812.0 + }, + "Height": { + "Type": 3.0, + "Integer": 563.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Direct Capital Costs" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox211" + }, + "X": { + "Type": 3.0, + "Integer": 9.0 + }, + "Y": { + "Type": 3.0, + "Integer": 573.0 + }, + "Width": { + "Type": 3.0, + "Integer": 812.0 + }, + "Height": { + "Type": 3.0, + "Integer": 200.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Indirect Capital Costs" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox31" + }, + "X": { + "Type": 3.0, + "Integer": 9.0 + }, + "Y": { + "Type": 3.0, + "Integer": 777.0 + }, + "Width": { + "Type": 3.0, + "Integer": 812.0 + }, + "Height": { + "Type": 3.0, + "Integer": 89.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Total Installed Costs" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label112" + }, + "X": { + "Type": 3.0, + "Integer": 12.0 + }, + "Y": { + "Type": 3.0, + "Integer": 645.0 + }, + "Width": { + "Type": 3.0, + "Integer": 173.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "EPC and owner cost" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label1121" + }, + "X": { + "Type": 3.0, + "Integer": 21.0 + }, + "Y": { + "Type": 3.0, + "Integer": 669.0 + }, + "Width": { + "Type": 3.0, + "Integer": 164.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Total land cost" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label113" + }, + "X": { + "Type": 3.0, + "Integer": 294.0 + }, + "Y": { + "Type": 3.0, + "Integer": 621.0 + }, + "Width": { + "Type": 3.0, + "Integer": 104.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "% of direct cost" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label211" + }, + "X": { + "Type": 3.0, + "Integer": 189.0 + }, + "Y": { + "Type": 3.0, + "Integer": 621.0 + }, + "Width": { + "Type": 3.0, + "Integer": 98.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "$/acre" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label212" + }, + "X": { + "Type": 3.0, + "Integer": 408.0 + }, + "Y": { + "Type": 3.0, + "Integer": 621.0 + }, + "Width": { + "Type": 3.0, + "Integer": 98.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "$/We" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label311" + }, + "X": { + "Type": 3.0, + "Integer": 516.0 + }, + "Y": { + "Type": 3.0, + "Integer": 621.0 + }, + "Width": { + "Type": 3.0, + "Integer": 98.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "bop_spec_cost" + }, + "X": { + "Type": 3.0, + "Integer": 453.0 + }, + "Y": { + "Type": 3.0, + "Integer": 372.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "contingency_rate" + }, + "X": { + "Type": 3.0, + "Integer": 417.0 + }, + "Y": { + "Type": 3.0, + "Integer": 498.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 13.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "cost_sf_fixed" + }, + "X": { + "Type": 3.0, + "Integer": 453.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 3.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.bop" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 372.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.contingency" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 498.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.epc.fixed" + }, + "X": { + "Type": 3.0, + "Integer": 513.0 + }, + "Y": { + "Type": 3.0, + "Integer": 645.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 17.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.epc.per_acre" + }, + "X": { + "Type": 3.0, + "Integer": 186.0 + }, + "Y": { + "Type": 3.0, + "Integer": 645.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 14.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.epc.per_watt" + }, + "X": { + "Type": 3.0, + "Integer": 405.0 + }, + "Y": { + "Type": 3.0, + "Integer": 645.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 16.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.epc.percent" + }, + "X": { + "Type": 3.0, + "Integer": 297.0 + }, + "Y": { + "Type": 3.0, + "Integer": 645.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 15.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.epc.total" + }, + "X": { + "Type": 3.0, + "Integer": 645.0 + }, + "Y": { + "Type": 3.0, + "Integer": 645.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.heliostats" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.heliostats_m2" + }, + "X": { + "Type": 3.0, + "Integer": 141.0 + }, + "Y": { + "Type": 3.0, + "Integer": 45.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.installed_per_capacity" + }, + "X": { + "Type": 3.0, + "Integer": 645.0 + }, + "Y": { + "Type": 3.0, + "Integer": 825.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "csp.pt.cost.nameplate" + }, + "X": { + "Type": 3.0, + "Integer": 477.0 + }, + "Y": { + "Type": 3.0, + "Integer": 591.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.plm.fixed" + }, + "X": { + "Type": 3.0, + "Integer": 513.0 + }, + "Y": { + "Type": 3.0, + "Integer": 669.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 21.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.plm.per_watt" + }, + "X": { + "Type": 3.0, + "Integer": 405.0 + }, + "Y": { + "Type": 3.0, + "Integer": 669.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 20.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.plm.percent" + }, + "X": { + "Type": 3.0, + "Integer": 297.0 + }, + "Y": { + "Type": 3.0, + "Integer": 669.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 19.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.plm.total" + }, + "X": { + "Type": 3.0, + "Integer": 645.0 + }, + "Y": { + "Type": 3.0, + "Integer": 669.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.power_block_mwe" + }, + "X": { + "Type": 3.0, + "Integer": 141.0 + }, + "Y": { + "Type": 3.0, + "Integer": 372.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.receiver" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 285.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.receiver.area" + }, + "X": { + "Type": 3.0, + "Integer": 141.0 + }, + "Y": { + "Type": 3.0, + "Integer": 237.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 23.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.sales_tax.total" + }, + "X": { + "Type": 3.0, + "Integer": 645.0 + }, + "Y": { + "Type": 3.0, + "Integer": 708.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.sales_tax.value" + }, + "X": { + "Type": 3.0, + "Integer": 477.0 + }, + "Y": { + "Type": 3.0, + "Integer": 708.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.site_improvements" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 45.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.storage" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 327.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.storage_mwht" + }, + "X": { + "Type": 3.0, + "Integer": 141.0 + }, + "Y": { + "Type": 3.0, + "Integer": 327.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.total_land_area" + }, + "X": { + "Type": 3.0, + "Integer": 141.0 + }, + "Y": { + "Type": 3.0, + "Integer": 591.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.cost.tower" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 195.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "heater_cost" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 420.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "heater_spec_cost" + }, + "X": { + "Type": 3.0, + "Integer": 453.0 + }, + "Y": { + "Type": 3.0, + "Integer": 420.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "heliostat_spec_cost" + }, + "X": { + "Type": 3.0, + "Integer": 453.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "land_spec_cost" + }, + "X": { + "Type": 3.0, + "Integer": 186.0 + }, + "Y": { + "Type": 3.0, + "Integer": 669.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 18.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "lblFinancingCost" + }, + "X": { + "Type": 3.0, + "Integer": 15.0 + }, + "Y": { + "Type": 3.0, + "Integer": 798.0 + }, + "Width": { + "Type": 3.0, + "Integer": 269.0 + }, + "Height": { + "Type": 3.0, + "Integer": 63.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Total installed cost excludes any financing costs from the Financing input page." + }, + "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 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "obj_parallel_htr" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 402.0 + }, + "Width": { + "Type": 3.0, + "Integer": 600.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": "Parallel Heater" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 21" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 480.0 + }, + "Width": { + "Type": 3.0, + "Integer": 753.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": "Contingency" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2151" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 27.0 + }, + "Width": { + "Type": 3.0, + "Integer": 600.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": "Heliostat Field" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2152" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 354.0 + }, + "Width": { + "Type": 3.0, + "Integer": 600.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": "Heat Sink" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2153" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 306.0 + }, + "Width": { + "Type": 3.0, + "Integer": 600.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": "Thermal Energy Storage" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2154" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 219.0 + }, + "Width": { + "Type": 3.0, + "Integer": 600.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": "Receiver" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2155" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 123.0 + }, + "Width": { + "Type": 3.0, + "Integer": 600.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": "Tower" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2159" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 441.0 + }, + "Width": { + "Type": 3.0, + "Integer": 138.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": "" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2163" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 519.0 + }, + "Width": { + "Type": 3.0, + "Integer": 138.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": "" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2164" + }, + "X": { + "Type": 3.0, + "Integer": 303.0 + }, + "Y": { + "Type": 3.0, + "Integer": 66.0 + }, + "Width": { + "Type": 3.0, + "Integer": 287.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": "" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2167" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 693.0 + }, + "Width": { + "Type": 3.0, + "Integer": 591.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": "Sales Tax" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2173" + }, + "X": { + "Type": 3.0, + "Integer": 645.0 + }, + "Y": { + "Type": 3.0, + "Integer": 729.0 + }, + "Width": { + "Type": 3.0, + "Integer": 138.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": "" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 7" + }, + "X": { + "Type": 3.0, + "Integer": 480.0 + }, + "Y": { + "Type": 3.0, + "Integer": 801.0 + }, + "Width": { + "Type": 3.0, + "Integer": 159.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Total installed cost" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 758" + }, + "X": { + "Type": 3.0, + "Integer": 480.0 + }, + "Y": { + "Type": 3.0, + "Integer": 744.0 + }, + "Width": { + "Type": 3.0, + "Integer": 159.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Total indirect cost" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 761" + }, + "X": { + "Type": 3.0, + "Integer": 480.0 + }, + "Y": { + "Type": 3.0, + "Integer": 534.0 + }, + "Width": { + "Type": 3.0, + "Integer": 159.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Total direct cost" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 0.0, + "Green": 0.0, + "Blue": 0.0, + "Alpha": 255.0 + } + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + }, + "FontSize": { + "Type": 3.0, + "Integer": 0.0 + }, + "WordWrap": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 762" + }, + "X": { + "Type": 3.0, + "Integer": 480.0 + }, + "Y": { + "Type": 3.0, + "Integer": 456.0 + }, + "Width": { + "Type": 3.0, + "Integer": 159.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Subtotal" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "q_dot_heater_des_calc_COST" + }, + "X": { + "Type": 3.0, + "Integer": 141.0 + }, + "Y": { + "Type": 3.0, + "Integer": 420.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "rec_cost_exp" + }, + "X": { + "Type": 3.0, + "Integer": 453.0 + }, + "Y": { + "Type": 3.0, + "Integer": 285.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 8.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "rec_ref_area" + }, + "X": { + "Type": 3.0, + "Integer": 453.0 + }, + "Y": { + "Type": 3.0, + "Integer": 261.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 7.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "rec_ref_cost" + }, + "X": { + "Type": 3.0, + "Integer": 453.0 + }, + "Y": { + "Type": 3.0, + "Integer": 237.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "sales_tax_frac" + }, + "X": { + "Type": 3.0, + "Integer": 177.0 + }, + "Y": { + "Type": 3.0, + "Integer": 708.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 22.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "site_spec_cost" + }, + "X": { + "Type": 3.0, + "Integer": 453.0 + }, + "Y": { + "Type": 3.0, + "Integer": 45.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "tes_spec_cost" + }, + "X": { + "Type": 3.0, + "Integer": 453.0 + }, + "Y": { + "Type": 3.0, + "Integer": 327.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "total_direct_cost" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 534.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "total_indirect_cost" + }, + "X": { + "Type": 3.0, + "Integer": 645.0 + }, + "Y": { + "Type": 3.0, + "Integer": 744.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "total_installed_cost" + }, + "X": { + "Type": 3.0, + "Integer": 645.0 + }, + "Y": { + "Type": 3.0, + "Integer": 801.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 0.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "tower_exp" + }, + "X": { + "Type": 3.0, + "Integer": 453.0 + }, + "Y": { + "Type": 3.0, + "Integer": 195.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 5.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "tower_fixed_cost" + }, + "X": { + "Type": 3.0, + "Integer": 453.0 + }, + "Y": { + "Type": 3.0, + "Integer": 168.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 4.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "ui_direct_subtotal" + }, + "X": { + "Type": 3.0, + "Integer": 642.0 + }, + "Y": { + "Type": 3.0, + "Integer": 456.0 + }, + "Width": { + "Type": 3.0, + "Integer": 136.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "ui_heliostat_height" + }, + "X": { + "Type": 3.0, + "Integer": 141.0 + }, + "Y": { + "Type": 3.0, + "Integer": 195.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.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": 1.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": "ui_receiver_height" + }, + "X": { + "Type": 3.0, + "Integer": 141.0 + }, + "Y": { + "Type": 3.0, + "Integer": 168.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.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": 1.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": "ui_tower_height" + }, + "X": { + "Type": 3.0, + "Integer": 141.0 + }, + "Y": { + "Type": 3.0, + "Integer": 141.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.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": 1.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 + } + } + } + }, + "VarDatabase": { + "bop_spec_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": "Balance of plant cost", + "Units": "$/kWt", + "Group": "MSPT IPH Capital Costs", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 100.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "contingency_rate": { + "Version": 4.0, + "Type": 1.0, + "Label": "Contingency cost", + "Units": "% of subtotal", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 8.85, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "cost_sf_fixed": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heliostat field cost fixed", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.bop": { + "Version": 4.0, + "Type": 1.0, + "Label": "Balance of plant cost total", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.contingency": { + "Version": 4.0, + "Type": 1.0, + "Label": "Contingency cost", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.epc.fixed": { + "Version": 4.0, + "Type": 1.0, + "Label": "EPC fixed cost", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.epc.per_acre": { + "Version": 4.0, + "Type": 1.0, + "Label": "EPC cost per land area", + "Units": "$/acre", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.epc.per_watt": { + "Version": 4.0, + "Type": 1.0, + "Label": "EPC cost per net capacity", + "Units": "$/Wac", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.epc.percent": { + "Version": 4.0, + "Type": 1.0, + "Label": "EPC cost as percent of direct cost", + "Units": "% direct", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 15.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.epc.total": { + "Version": 4.0, + "Type": 1.0, + "Label": "EPC and owner cost total", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.heliostats": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heliostat field cost total", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.heliostats_m2": { + "Version": 4.0, + "Type": 1.0, + "Label": "Reflective area", + "Units": "m²", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.installed_per_capacity": { + "Version": 4.0, + "Type": 1.0, + "Label": "Estimated total installed cost per net capacity ($/kW)", + "Units": " ", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.nameplate": { + "Version": 4.0, + "Type": 1.0, + "Label": "Cycle net (nameplate) capacity", + "Units": "MWe", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.plm.fixed": { + "Version": 4.0, + "Type": 1.0, + "Label": "Land fixed cost", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.plm.per_watt": { + "Version": 4.0, + "Type": 1.0, + "Label": "Land cost per net capacity", + "Units": "$/We", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.plm.percent": { + "Version": 4.0, + "Type": 1.0, + "Label": "Land cost as percent of direct cost", + "Units": "% direct", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.plm.total": { + "Version": 4.0, + "Type": 1.0, + "Label": "Land cost total", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.power_block_mwe": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heat sink capacity", + "Units": "MWt", + "Group": "MSPT IPH Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.receiver": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver cost total", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.receiver.area": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver area", + "Units": "m²", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.sales_tax.total": { + "Version": 4.0, + "Type": 1.0, + "Label": "Sales tax total", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.sales_tax.value": { + "Version": 4.0, + "Type": 1.0, + "Label": "Sales tax rate", + "Units": "%", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.site_improvements": { + "Version": 4.0, + "Type": 1.0, + "Label": "Site improvement cost total", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.site_improvements_m2": { + "Version": 4.0, + "Type": 1.0, + "Label": "Site improvement cost", + "Units": "m²", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.storage": { + "Version": 4.0, + "Type": 1.0, + "Label": "Thermal energy storage cost total", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.storage_mwht": { + "Version": 4.0, + "Type": 1.0, + "Label": "Storage capacity", + "Units": "MWht", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.total_land_area": { + "Version": 4.0, + "Type": 1.0, + "Label": "Total land area", + "Units": "acres", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "csp.pt.cost.tower": { + "Version": 4.0, + "Type": 1.0, + "Label": "Tower cost total", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "heater_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "heater_spec_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heater cost", + "Units": "$/kWt", + "Group": " ", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 104.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "heliostat_spec_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heliostat field cost", + "Units": "$/m²", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 211.22, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "land_spec_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": "EPC cost per land area", + "Units": "$/acre", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "q_dot_heater_des_calc_COST": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heater capacity", + "Units": "MWt", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "rec_cost_exp": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver cost scaling exponent", + "Units": " ", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.7, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "rec_ref_area": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver reference area", + "Units": "m²", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1110.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "rec_ref_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver reference cost", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 55402800.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "sales_tax_frac": { + "Version": 4.0, + "Type": 1.0, + "Label": "Sales tax basis", + "Units": "% of direct cost", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 80.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "site_spec_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": "Site improvement cost", + "Units": "$/m²", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 3.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "tes_spec_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": "Thermal energy storage cost", + "Units": "$/kWht", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 40.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "total_direct_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": "Total direct cost", + "Units": " ", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "total_indirect_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": "Total indirect cost", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "total_installed_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": "Total installed cost", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "tower_exp": { + "Version": 4.0, + "Type": 1.0, + "Label": "Tower cost scaling exponent", + "Units": " ", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.01298, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "tower_fixed_cost": { + "Version": 4.0, + "Type": 1.0, + "Label": "Tower cost fixed", + "Units": "$", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 899272.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_direct_subtotal": { + "Version": 4.0, + "Type": 1.0, + "Label": "Direct capital cost subtotal", + "Units": " ", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_heliostat_height": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heliostat height", + "Units": "m", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_receiver_height": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver height", + "Units": "m", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "ui_tower_height": { + "Version": 4.0, + "Type": 1.0, + "Label": "Tower height", + "Units": "m", + "Group": "Tower SolarPilot Capital Costs", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + } + }, + "Equations": [ + "// ui only", + "equations{ 'q_dot_heater_des_calc_COST' } = define() {", + "\treturn ${q_dot_heater_des_calc};", + "};", + "", + "// ui only", + "equations{ 'csp.pt.cost.heliostats_m2' } = define() {", + "\tarea = ${A_sf_calc};", + "\treturn area;", + "};", + "", + "// ui only", + "equations{ 'csp.pt.cost.site_improvements_m2' } = define() {", + "\treturn ${A_sf_calc};", + "};", + "", + "// ui only", + "equations{'ui_tower_height'} = define() {", + "\treturn ${h_tower};", + "};", + "", + "equations{ 'csp.pt.cost.site_improvements' } = define() {", + "\treturn ${site_improvement_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.heliostats' } = define() {", + "\treturn ${heliostats_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.tower' } = define() {", + "\treturn ${tower_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.receiver' } = define() {", + "\treturn ${receiver_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.storage' } = define() {", + "\treturn ${storage_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.power_block' } = define() {", + "\treturn ${power_block_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.bop' } = define() {", + "\treturn ${bop_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.fossil' } = define() {", + "\treturn ${fossil_cost_calc};", + "};", + "", + "equations{ 'heater_cost' } = define() {", + "\treturn ${heater_cost_calc};", + "};", + "", + "equations{ 'ui_direct_subtotal' } = define() {", + "\treturn ${ui_direct_subtotal_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.contingency' } = define() {", + "\treturn ${contingency_cost_calc};", + "};", + "", + "equations{ 'total_direct_cost' } = define() {", + "\treturn ${total_direct_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.epc.total' } = define() {", + "\treturn ${epc_total_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.plm.total' } = define() {", + "\treturn ${plm_total_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.sales_tax.total' } = define() {", + "\treturn ${sales_tax_cost_calc};", + "};", + "", + "equations{ 'total_indirect_cost' } = define() {", + "\treturn ${total_indirect_cost_calc};", + "};", + "", + "equations{ 'total_installed_cost' } = define() {", + "\treturn ${total_installed_cost_calc};", + "};", + "", + "equations{ 'csp.pt.cost.installed_per_capacity' } = define() {", + "\treturn ${installed_per_capacity_calc};", + "};", + "", + "// ui only", + "equations{ 'ui_receiver_height' } = define() {", + "\treturn ${h_rec_input_to_cost_model_calc};", + "};", + "", + "// ui only", + "equations{ 'csp.pt.cost.receiver.area' } = define(){", + "\treturn ${A_rec_calc};", + "};", + "", + "// ui only", + "equations{'csp.pt.cost.storage_mwht'} = define() {", + "\treturn ${Q_tes};", + "};", + "", + "// ui only", + "equations{'csp.pt.cost.power_block_mwe'} = define(){", + "\treturn ${q_pb_design};", + "};", + "", + "// ui only", + "equations{'ui_heliostat_height'} = define() {", + "\treturn ${helio_height};", + "};", + "", + "// ui only", + "equations{ 'csp.pt.cost.total_land_area' } = define() {", + "\treturn ${csp.pt.sf.total_land_area};", + "};", + "\t", + "// ui only", + "equations{ 'csp.pt.cost.nameplate' } = define() {", + "\treturn ${nameplate};", + "};", + "", + "// ui only", + "equations{ 'csp.pt.cost.sales_tax.value' } = define() {", + "\treturn ${sales_tax_rate};", + "};" + ], + "Callbacks": [ + "on_load{\"Molten Salt Tower Capital Costs\"}=define()", + "{", + "\tfin = financing();", + "\t", + "\tshow( \"lblFinancingCost\", ((fin!=0)&&(fin!=1)&&(fin!=2)));", + "};", + "" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/MSPT IPH Dispatch Control.json b/deploy/runtime/ui/MSPT IPH Dispatch Control.json new file mode 100644 index 0000000000..006c03fb42 --- /dev/null +++ b/deploy/runtime/ui/MSPT IPH Dispatch Control.json @@ -0,0 +1,1223 @@ +{ + "Name": "MSPT IPH Dispatch Control", + "Width": 1591.0, + "Height": 753.0, + "FormObjects": { + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "1" + }, + "X": { + "Type": 3.0, + "Integer": 21.0 + }, + "Y": { + "Type": 3.0, + "Integer": 288.0 + }, + "Width": { + "Type": 3.0, + "Integer": 233.0 + }, + "Height": { + "Type": 3.0, + "Integer": 65.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "The turbine output fraction scales the turbine thermal input relative to design for the corresponding time-of-delivery period." + }, + "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": "2" + }, + "X": { + "Type": 3.0, + "Integer": 273.0 + }, + "Y": { + "Type": 3.0, + "Integer": 45.0 + }, + "Width": { + "Type": 3.0, + "Integer": 524.0 + }, + "Height": { + "Type": 3.0, + "Integer": 45.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Use the schedule matrices to specify the month and hour of day for each of the nine periods." + }, + "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 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox2" + }, + "X": { + "Type": 3.0, + "Integer": 9.0 + }, + "Y": { + "Type": 3.0, + "Integer": 3.0 + }, + "Width": { + "Type": 3.0, + "Integer": 830.0 + }, + "Height": { + "Type": 3.0, + "Integer": 701.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Dispatch Control" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox3" + }, + "X": { + "Type": 3.0, + "Integer": 270.0 + }, + "Y": { + "Type": 3.0, + "Integer": 87.0 + }, + "Width": { + "Type": 3.0, + "Integer": 533.0 + }, + "Height": { + "Type": 3.0, + "Integer": 302.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Weekday Schedule" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox4" + }, + "X": { + "Type": 3.0, + "Integer": 270.0 + }, + "Y": { + "Type": 3.0, + "Integer": 390.0 + }, + "Width": { + "Type": 3.0, + "Integer": 533.0 + }, + "Height": { + "Type": 3.0, + "Integer": 305.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Weekend Schedule" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Button": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "copy_schedule" + }, + "X": { + "Type": 3.0, + "Integer": 414.0 + }, + "Y": { + "Type": 3.0, + "Integer": 21.0 + }, + "Width": { + "Type": 3.0, + "Integer": 261.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Copy schedule from TOD Factors page" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "DataArrayTable": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "f_turb_tou_periods" + }, + "X": { + "Type": 3.0, + "Integer": 21.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 210.0 + }, + "Height": { + "Type": 3.0, + "Integer": 210.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "PasteAppendRows": { + "Type": 2.0, + "Boolean": 0.0 + }, + "PasteAppendCols": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ShowButtons": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ShowRows": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ShowRowLabels": { + "Type": 2.0, + "Boolean": 1.0 + }, + "RowLabels": { + "Type": 5.0, + "String": "Period 1,Period 2,Period 3,Period 4,Period 5,Period 6,Period 7,Period 8,Period 9" + }, + "ShadeR0C0": { + "Type": 2.0, + "Boolean": 0.0 + }, + "VerticalLabel": { + "Type": 5.0, + "String": "" + }, + "HorizontalLabel": { + "Type": 5.0, + "String": "" + }, + "ShadeC0": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ShowCols": { + "Type": 2.0, + "Boolean": 0.0 + }, + "ShowColLabels": { + "Type": 2.0, + "Boolean": 1.0 + }, + "ColLabels": { + "Type": 5.0, + "String": "Turbine output fraction" + }, + "NumRowsLabel": { + "Type": 5.0, + "String": "Rows:" + }, + "NumColsLabel": { + "Type": 5.0, + "String": "Cols:" + }, + "Layout": { + "Type": 3.0, + "Integer": 0.0 + }, + "Choices": { + "Type": 5.0, + "String": "Choice1,Choice2" + }, + "HideColumn": { + "Type": 3.0, + "Integer": -1.0 + }, + "ShowColumn": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "CheckBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "is_tod_pc_target_also_pc_max" + }, + "X": { + "Type": 3.0, + "Integer": 24.0 + }, + "Y": { + "Type": 3.0, + "Integer": 21.0 + }, + "Width": { + "Type": 3.0, + "Integer": 260.0 + }, + "Height": { + "Type": 3.0, + "Integer": 24.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Use output fraction as maximum cycle output" + }, + "State": { + "Type": 2.0, + "Boolean": 0.0 + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + } + } + }, + "DiurnalPeriod": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "weekday_schedule" + }, + "X": { + "Type": 3.0, + "Integer": 282.0 + }, + "Y": { + "Type": 3.0, + "Integer": 108.0 + }, + "Width": { + "Type": 3.0, + "Integer": 514.0 + }, + "Height": { + "Type": 3.0, + "Integer": 272.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + }, + "Schedule": { + "Type": 5.0, + "String": "111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111" + }, + "Max": { + "Type": 3.0, + "Integer": 9.0 + }, + "Min": { + "Type": 3.0, + "Integer": 1.0 + } + } + }, + "DiurnalPeriod": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "weekend_schedule" + }, + "X": { + "Type": 3.0, + "Integer": 279.0 + }, + "Y": { + "Type": 3.0, + "Integer": 411.0 + }, + "Width": { + "Type": 3.0, + "Integer": 514.0 + }, + "Height": { + "Type": 3.0, + "Integer": 272.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + }, + "Schedule": { + "Type": 5.0, + "String": "111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111" + }, + "Max": { + "Type": 3.0, + "Integer": 9.0 + }, + "Min": { + "Type": 3.0, + "Integer": 1.0 + } + } + } + }, + "VarDatabase": { + "f_turb_tou_periods": { + "Version": 4.0, + "Type": 2.0, + "Label": "Turbine output fraction", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": [ + 1.1, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "UIObject": "DataArrayTable", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "is_tod_pc_target_also_pc_max": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "weekday_schedule": { + "Version": 4.0, + "Type": 3.0, + "Label": "Dispatch weekday schedule matrix", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "UIObject": "DiurnalPeriod", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "weekend_schedule": { + "Version": 4.0, + "Type": 3.0, + "Label": "Dispatch weekend schedule matrix", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 3.0, + "DefaultValue": [ + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + ], + "UIObject": "DiurnalPeriod", + "sscVariableName": " ", + "sscVariableValue": "" + } + }, + "Equations": [], + "Callbacks": [ + "on_load{ 'MSPT Dispatch Control' } = define() {", + "", + " fin = financing();", + " if ( fin == \"Commercial\" || fin == \"None\") ", + " show( 'copy_schedule', false );", + "", + "};", + "\t", + "on_change{ 'copy_schedule' } = define() {", + "", + " value( 'weekday_schedule' , value ( 'dispatch_sched_weekday' ) );", + " value( 'weekend_schedule' , value ( 'dispatch_sched_weekend' ) );", + "", + "};", + "" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/MSPT IPH System Control.json b/deploy/runtime/ui/MSPT IPH System Control.json new file mode 100644 index 0000000000..24afe48270 --- /dev/null +++ b/deploy/runtime/ui/MSPT IPH System Control.json @@ -0,0 +1,2045 @@ +{ + "Name": "MSPT IPH System Control", + "Width": 840.0, + "Height": 241.0, + "FormObjects": { + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "GroupBox1" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 9.0 + }, + "Width": { + "Type": 3.0, + "Integer": 830.0 + }, + "Height": { + "Type": 3.0, + "Integer": 134.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Plant Energy Consumption" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label1" + }, + "X": { + "Type": 3.0, + "Integer": 390.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Factor" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label11" + }, + "X": { + "Type": 3.0, + "Integer": 447.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Coeff 0" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label111" + }, + "X": { + "Type": 3.0, + "Integer": 504.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Coeff 1" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Label1111" + }, + "X": { + "Type": 3.0, + "Integer": 561.0 + }, + "Y": { + "Type": 3.0, + "Integer": 54.0 + }, + "Width": { + "Type": 3.0, + "Integer": 56.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Coeff 2" + }, + "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": 0.0 + }, + "AlignRight": { + "Type": 2.0, + "Boolean": 0.0 + }, + "AlignTop": { + "Type": 2.0, + "Boolean": 0.0 + } + } + }, + "LossAdjustment": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "adjust" + }, + "X": { + "Type": 3.0, + "Integer": 429.0 + }, + "Y": { + "Type": 3.0, + "Integer": 162.0 + }, + "Width": { + "Type": 3.0, + "Integer": 276.0 + }, + "Height": { + "Type": 3.0, + "Integer": 67.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "TabOrder": { + "Type": 3.0, + "Integer": -1.0 + }, + "Description": { + "Type": 5.0, + "String": "" + }, + "Label": { + "Type": 5.0, + "String": "" + }, + "Mode": { + "Type": 3.0, + "Integer": 1.0 + }, + "AnalysisPeriod": { + "Type": 3.0, + "Integer": 25.0 + }, + "ShowMode": { + "Type": 2.0, + "Boolean": 1.0 + }, + "AnnualEnabled": { + "Type": 2.0, + "Boolean": 1.0 + }, + "WeeklyEnabled": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "aux_par" + }, + "X": { + "Type": 3.0, + "Integer": 195.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 17.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "aux_par_0" + }, + "X": { + "Type": 3.0, + "Integer": 447.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 19.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "aux_par_1" + }, + "X": { + "Type": 3.0, + "Integer": 504.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 20.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "aux_par_2" + }, + "X": { + "Type": 3.0, + "Integer": 561.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 21.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "aux_par_f" + }, + "X": { + "Type": 3.0, + "Integer": 390.0 + }, + "Y": { + "Type": 3.0, + "Integer": 102.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 18.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "bop_par" + }, + "X": { + "Type": 3.0, + "Integer": 195.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "bop_par_0" + }, + "X": { + "Type": 3.0, + "Integer": 447.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 13.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "bop_par_1" + }, + "X": { + "Type": 3.0, + "Integer": 504.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 14.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "bop_par_2" + }, + "X": { + "Type": 3.0, + "Integer": 561.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 15.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "bop_par_f" + }, + "X": { + "Type": 3.0, + "Integer": 390.0 + }, + "Y": { + "Type": 3.0, + "Integer": 78.0 + }, + "Width": { + "Type": 3.0, + "Integer": 55.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 12.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.par.calc.aux" + }, + "X": { + "Type": 3.0, + "Integer": 672.0 + }, + "Y": { + "Type": 3.0, + "Integer": 99.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 22.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "csp.pt.par.calc.bop" + }, + "X": { + "Type": 3.0, + "Integer": 672.0 + }, + "Y": { + "Type": 3.0, + "Integer": 75.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 16.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 418" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 144.0 + }, + "Width": { + "Type": 3.0, + "Integer": 830.0 + }, + "Height": { + "Type": 3.0, + "Integer": 93.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "System Availability" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 7" + }, + "X": { + "Type": 3.0, + "Integer": 36.0 + }, + "Y": { + "Type": 3.0, + "Integer": 165.0 + }, + "Width": { + "Type": 3.0, + "Integer": 339.0 + }, + "Height": { + "Type": 3.0, + "Integer": 69.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "System availability losses reduce the system output to represent system outages or other events." + }, + "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": "pb_fixed_par" + }, + "X": { + "Type": 3.0, + "Integer": 342.0 + }, + "Y": { + "Type": 3.0, + "Integer": 27.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 4.0 + } + } + } + }, + "VarDatabase": { + "adjust": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_constant": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_en_periods": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_en_timeindex": { + "Version": 4.0, + "Type": 1.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_periods": { + "Version": 4.0, + "Type": 3.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": [ + [ + 0.0 + ] + ], + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "adjust_timeindex": { + "Version": 4.0, + "Type": 2.0, + "Label": "", + "Units": "", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "LossAdjustment", + "sscVariableName": "", + "sscVariableValue": "" + }, + "aux_par": { + "Version": 4.0, + "Type": 1.0, + "Label": "Aux heater boiler parasitic", + "Units": "MWe/MWcap", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.023, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "aux_par_0": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.483, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "aux_par_1": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.571, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "aux_par_2": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "aux_par_f": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "bop_par": { + "Version": 4.0, + "Type": 1.0, + "Label": "Balance of plant parasitic", + "Units": "MWe/MWcap", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.025, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "bop_par_0": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Numeric", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "bop_par_1": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.483, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "bop_par_2": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "bop_par_f": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "csp.pt.par.calc.aux": { + "Version": 4.0, + "Type": 1.0, + "Label": "Aux", + "Units": "MWe", + "Group": "System Control", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "csp.pt.par.calc.bop": { + "Version": 4.0, + "Type": 1.0, + "Label": "BOP", + "Units": "MWe", + "Group": "System Control", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "disp_csu_cost_rel": { + "Version": 4.0, + "Type": 1.0, + "Label": "Cycle startup cost penalty", + "Units": "$/MWe-cycle/start", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 87.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "disp_frequency": { + "Version": 4.0, + "Type": 1.0, + "Label": "Frequency for dispatch reoptimization", + "Units": "hour", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 24.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "disp_horizon": { + "Version": 4.0, + "Type": 1.0, + "Label": "Time horizon for dispatch optimization", + "Units": "hour", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 48.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "disp_hsu_cost_rel": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heater startup cost penalty", + "Units": "$/MWt/start", + "Group": " ", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.015, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "disp_max_iter": { + "Version": 4.0, + "Type": 1.0, + "Label": "Maximum branch and bound iterations", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 10000.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "disp_mip_gap": { + "Version": 4.0, + "Type": 1.0, + "Label": "Solution optimality gap tolerance", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.055, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "disp_pen_ramping": { + "Version": 4.0, + "Type": 1.0, + "Label": "Power generation ramping penalty", + "Units": "$/ΔMWe", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "disp_rsu_cost_rel": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver startup cost penalty", + "Units": "$/MWt-rec/start", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.4, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "disp_time_weighting": { + "Version": 4.0, + "Type": 1.0, + "Label": "Objective function time weighting exponent", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.99, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "disp_timeout": { + "Version": 4.0, + "Type": 1.0, + "Label": "Optimization solver timeout limit", + "Units": "sec", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 5.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "disp_wlim_maxspec": { + "Version": 4.0, + "Type": 1.0, + "Label": "Max. net power to the grid", + "Units": "MWe", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "dispatch_series": { + "Version": 4.0, + "Type": 2.0, + "Label": "Dispatch TOD series", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "is_dispatch": { + "Version": 4.0, + "Type": 1.0, + "Label": "Enable dispatch optimization", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "is_dispatch_series": { + "Version": 4.0, + "Type": 1.0, + "Label": "Use specified TOD series", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "is_wlim_design": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "pb_fixed_par": { + "Version": 4.0, + "Type": 1.0, + "Label": "Fraction of rated gross power consumed all times", + "Units": "MWe/MWcap", + "Group": "System Control", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 0.0055, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "time_start": { + "Version": 4.0, + "Type": 1.0, + "Label": "Simulation start time", + "Units": "sec", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "time_stop": { + "Version": 4.0, + "Type": 1.0, + "Label": "Simulation stop time", + "Units": "sec", + "Group": "System Control", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 31536000.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "wlim_series": { + "Version": 4.0, + "Type": 2.0, + "Label": "Max. net power limit by time step", + "Units": " ", + "Group": "System Control", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": [ + 0.0 + ], + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + } + }, + "Equations": [ + "equations{ 'is_wlim_design' } = define() {", + "\treturn ${is_dispatch};", + "};", + "", + "equations{ 'csp.pt.par.calc.bop' } = define() {", + "\treturn ${W_dot_bop_design_calc};", + "};", + "", + "equations{ 'csp.pt.par.calc.aux' } = define() {", + "\treturn ${W_dot_fixed_calc};", + "};", + "" + ], + "Callbacks": [ + "on_load{\"MSPT System Control\"} = define()", + "{", + "\ton_change{\"is_dispatch\"}();", + "};", + "" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/MSPT IPH System Design.json b/deploy/runtime/ui/MSPT IPH System Design.json new file mode 100644 index 0000000000..e7977ea32e --- /dev/null +++ b/deploy/runtime/ui/MSPT IPH System Design.json @@ -0,0 +1,2417 @@ +{ + "Name": "MSPT IPH System Design", + "Width": 868.0, + "Height": 941.0, + "FormObjects": { + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "Q_rec_des" + }, + "X": { + "Type": 3.0, + "Integer": 219.0 + }, + "Y": { + "Type": 3.0, + "Integer": 165.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": 3.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "T_htf_cold_des" + }, + "X": { + "Type": 3.0, + "Integer": 219.0 + }, + "Y": { + "Type": 3.0, + "Integer": 240.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 4.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "T_htf_hot_des" + }, + "X": { + "Type": 3.0, + "Integer": 219.0 + }, + "Y": { + "Type": 3.0, + "Integer": 216.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 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": 3.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "dni_des" + }, + "X": { + "Type": 3.0, + "Integer": 219.0 + }, + "Y": { + "Type": 3.0, + "Integer": 117.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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 + } + } + }, + "Image": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 12" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 369.0 + }, + "Width": { + "Type": 3.0, + "Integer": 853.0 + }, + "Height": { + "Type": 3.0, + "Integer": 556.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Image": { + "Type": 7.0, + "Image": "MSPT IPH System Design.png" + }, + "Centered": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 21" + }, + "X": { + "Type": 3.0, + "Integer": 12.0 + }, + "Y": { + "Type": 3.0, + "Integer": 273.0 + }, + "Width": { + "Type": 3.0, + "Integer": 405.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": "Thermal Storage" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2119" + }, + "X": { + "Type": 3.0, + "Integer": 12.0 + }, + "Y": { + "Type": 3.0, + "Integer": 198.0 + }, + "Width": { + "Type": 3.0, + "Integer": 405.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": "Tower and Receiver" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2120" + }, + "X": { + "Type": 3.0, + "Integer": 444.0 + }, + "Y": { + "Type": 3.0, + "Integer": 96.0 + }, + "Width": { + "Type": 3.0, + "Integer": 405.0 + }, + "Height": { + "Type": 3.0, + "Integer": 22.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": "Heat Sink" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Divider": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 2121" + }, + "X": { + "Type": 3.0, + "Integer": 12.0 + }, + "Y": { + "Type": 3.0, + "Integer": 96.0 + }, + "Width": { + "Type": 3.0, + "Integer": 405.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": "Heliostat Field" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 4" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 12.0 + }, + "Width": { + "Type": 3.0, + "Integer": 855.0 + }, + "Height": { + "Type": 3.0, + "Integer": 342.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "Design Point Parameters" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Label": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "object 7" + }, + "X": { + "Type": 3.0, + "Integer": 18.0 + }, + "Y": { + "Type": 3.0, + "Integer": 30.0 + }, + "Width": { + "Type": 3.0, + "Integer": 831.0 + }, + "Height": { + "Type": 3.0, + "Integer": 66.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "The design point parameters determine the nominal ratings of each part of the power tower system. After specifying the design point parameters here, you can specify details of each component of the system on the Heliostat Field, Tower and Receiver, Thermal Storage, and Power Cycle input pages." + }, + "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": "pb_pump_coef" + }, + "X": { + "Type": 3.0, + "Integer": 687.0 + }, + "Y": { + "Type": 3.0, + "Integer": 141.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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 + } + } + }, + "GroupBox": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "picture_border" + }, + "X": { + "Type": 3.0, + "Integer": 6.0 + }, + "Y": { + "Type": 3.0, + "Integer": 363.0 + }, + "Width": { + "Type": 3.0, + "Integer": 855.0 + }, + "Height": { + "Type": 3.0, + "Integer": 570.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "" + }, + "Bold": { + "Type": 2.0, + "Boolean": 1.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "q_pb_design" + }, + "X": { + "Type": 3.0, + "Integer": 687.0 + }, + "Y": { + "Type": 3.0, + "Integer": 117.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "solarm" + }, + "X": { + "Type": 3.0, + "Integer": 219.0 + }, + "Y": { + "Type": 3.0, + "Integer": 141.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 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 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "tshours" + }, + "X": { + "Type": 3.0, + "Integer": 219.0 + }, + "Y": { + "Type": 3.0, + "Integer": 294.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 1.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": 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": 5.0 + } + } + }, + "Numeric": { + "Visible": 1.0, + "ObjectProperties": { + "Name": { + "Type": 5.0, + "String": "tshours_sf" + }, + "X": { + "Type": 3.0, + "Integer": 219.0 + }, + "Y": { + "Type": 3.0, + "Integer": 318.0 + }, + "Width": { + "Type": 3.0, + "Integer": 100.0 + }, + "Height": { + "Type": 3.0, + "Integer": 21.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": 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": "ui_msg" + }, + "X": { + "Type": 3.0, + "Integer": 447.0 + }, + "Y": { + "Type": 3.0, + "Integer": 246.0 + }, + "Width": { + "Type": 3.0, + "Integer": 405.0 + }, + "Height": { + "Type": 3.0, + "Integer": 87.0 + }, + "Tool Tip": { + "Type": 5.0, + "String": "" + }, + "Caption": { + "Type": 5.0, + "String": "" + }, + "TextColour": { + "Type": 4.0, + "Color": { + "Red": 255.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 + } + } + } + }, + "VarDatabase": { + "A_rec_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m2", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "A_sf_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m2", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "D_rec_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "E_heater_su_des_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "L_tower_piping_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "N_hel_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "Q_rec_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Receiver thermal power", + "Units": "MWt", + "Group": "System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "Q_tes": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "MWh-t", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "T_htf_cold_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "HTF cold temperature", + "Units": "°C", + "Group": "System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 290.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "T_htf_hot_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "HTF hot temperature", + "Units": "°C", + "Group": "System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 574.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "W_dot_bop_design_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "MWe", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "W_dot_col_tracking_des_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "MWe", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "W_dot_fixed_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "MWe", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "W_dot_heater_des_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "W_dot_rec_pump_des_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "MWe", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "W_dot_rec_pump_rec_share_des_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "MWe", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "W_dot_rec_pump_tower_share_des_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "MWe", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "average_attenuation_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "bop_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "cav_panel_width_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "cav_radius_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "cav_rec_area_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m2", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "cav_rec_height_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "cav_rec_width_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "contingency_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "csp_financial_model": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "dni_des": { + "Version": 4.0, + "Type": 1.0, + "Label": "Design point DNI", + "Units": "W/m²", + "Group": "System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 950.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "epc_total_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "eta_rec_thermal_des_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "ext_rec_area_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m2", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "fossil_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "h_rec_input_to_cost_model_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "h_tower_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "heater_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "heater_mult": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heater multiple", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "heliostat_area_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "heliostats_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "installed_per_capacity_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$/kWe", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "is_parallel_htr": { + "Version": 4.0, + "Type": 1.0, + "Label": " Enable electric heater to charge cold HTF", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "land_area_base_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "acre", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "land_max_abs_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "land_min_abs_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "m_dot_htf_rec_des_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "kg/s", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "m_dot_htf_rec_max_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "kg/s", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "nameplate": { + "Version": 4.0, + "Type": 1.0, + "Label": "Estimated net output at design (nameplate)", + "Units": "MWe", + "Group": "System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "pb_pump_coef": { + "Version": 4.0, + "Type": 1.0, + "Label": "Pumping power for HTF through power block", + "Units": "kW/kg/s", + "Group": "", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.55, + "UIObject": "Default", + "sscVariableName": "", + "sscVariableValue": "" + }, + "plm_total_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "power_block_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "q_dot_heater_des_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heater thermal power", + "Units": "MWt", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "q_dot_piping_loss_des_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "MWe", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "q_dot_tes_est": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "MWt", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "q_pb_design": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heat sink thermal power", + "Units": "MWt", + "Group": "System Design", + "IndexLabels": "", + "Flags": 0.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "rec_aspect": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "rec_height_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "receiver_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "refl_image_error_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "sales_tax_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "sf_excess": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heliostat field multiple", + "Units": " ", + "Group": "System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "site_improvement_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "solarm": { + "Version": 4.0, + "Type": 1.0, + "Label": "Solar multiple", + "Units": " ", + "Group": "System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 1.9, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "storage_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "tes_avail_vol": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m3", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "tes_htf_density": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": " ", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "tes_tank_diameter": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "tes_vol_total": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m3", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "total_direct_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "total_indirect_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "total_installed_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "total_land_area_before_rad_cooling_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "acre", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "tower_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "tshours": { + "Version": 4.0, + "Type": 1.0, + "Label": "Full load hours of storage", + "Units": "hours", + "Group": "System Design", + "IndexLabels": "", + "Flags": 2.0, + "DefaultValue": 6.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "tshours_heater": { + "Version": 4.0, + "Type": 1.0, + "Label": "Heater hours of storage", + "Units": "hours", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "tshours_sf": { + "Version": 4.0, + "Type": 1.0, + "Label": "Solar field hours of storage", + "Units": "hours", + "Group": "System Design", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": 0.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "ui_direct_subtotal_cost_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "$", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "ui_msg": { + "Version": 4.0, + "Type": 4.0, + "Label": "System design message", + "Units": " ", + "Group": "System Design", + "IndexLabels": "", + "Flags": 9.0, + "DefaultValue": "", + "UIObject": "Label", + "sscVariableName": " ", + "sscVariableValue": "" + }, + "vel_rec_htf_des_calc": { + "Version": 4.0, + "Type": 1.0, + "Label": " ", + "Units": "m/s", + "Group": " ", + "IndexLabels": "", + "Flags": 8.0, + "DefaultValue": -999.0, + "UIObject": "Default", + "sscVariableName": " ", + "sscVariableValue": "" + } + }, + "Equations": [ + "equations{ 'csp_financial_model' } = define() {", + "\tif(financing() == \"None\"){", + "\t\treturn 8;", + "\t}\r", + "\telse if(financing() == \"LCOH Calculator\"){\r", + "\t\treturn 7;\r", + "\t}", + "\telse{", + "\t\treturn -1;", + "\t}", + "};", + "", + "equations{ '$MIMO$ ui_mspt_system_design__mspt_iph_cmod' } = define()", + "{", + "\tobj = ssc_create();", + "\r", + "\t//#ssc_auto_exec(obj, 'mspt_iph', 2);\r", + "", + "\t//ret_d = ssc_dump(obj, 'mspt_iph_system_des_mimo_ssc_auto_exec.lk');", + "", + "\tret = ssc_exec(obj, 'mspt_iph');\r", + "\t\r", + "\t//ret = -1;", + "", + "\tif(ret == 0){", + "\t", + "\t\t${nameplate} = ssc_var(obj, \"nameplate\");", + "\t\t", + "\t\t${N_hel_calc} = ssc_var(obj, \"N_hel_calc\");", + "\t\t${refl_image_error_calc} = ssc_var(obj, \"refl_image_error\");", + "\t\t${heliostat_area_calc} = ssc_var(obj, \"heliostat_area\"); ", + "\t\t${average_attenuation_calc} = ssc_var(obj, \"average_attenuation\");", + "\t\t${A_sf_calc} = ssc_var(obj, \"A_sf\");", + "\t\t${land_min_abs_calc} = ssc_var(obj, \"land_min_abs\");", + "\t\t${land_max_abs_calc} = ssc_var(obj, \"land_max_abs\");", + "\t\t${land_area_base_calc} = ssc_var(obj, \"land_area_base_calc\");", + "\t\t${total_land_area_before_rad_cooling_calc} = ssc_var(obj, \"total_land_area_before_rad_cooling_calc\");", + "\t\t${W_dot_col_tracking_des_calc} = ssc_var(obj, \"W_dot_col_tracking_des\");", + "\t", + "\t\t${rec_height_calc} = ssc_var(obj, \"rec_height_calc\");", + "\t\t${D_rec_calc} = ssc_var(obj, \"D_rec_calc\");", + "\t\t${h_tower_calc} = ssc_var(obj, \"h_tower_calc\");", + "\t\t${rec_aspect} = ssc_var(obj, \"ext_rec_aspect\");", + "\t\t${ext_rec_area_calc} = ssc_var(obj, \"ext_rec_area\");", + "\t\t${cav_rec_height_calc} = ssc_var(obj, \"cav_rec_height_calc\");", + "\t\t${cav_rec_width_calc} = ssc_var(obj, \"cav_rec_width_calc\");", + "\t\t${L_tower_piping_calc} = ssc_var(obj, \"L_tower_piping_calc\"); ", + "\t\t${A_rec_calc} = ssc_var(obj, \"A_rec\");", + "\t\t${cav_rec_area_calc} = ssc_var(obj, \"cav_rec_area\");", + "\t\t${cav_panel_width_calc} = ssc_var(obj, \"cav_panel_width\");", + "\t\t${cav_radius_calc} = ssc_var(obj, \"cav_radius\");", + "\t", + "\t\t${Q_rec_des} = ssc_var(obj, \"q_dot_rec_des\");", + "\t\t${eta_rec_thermal_des_calc} = ssc_var(obj, \"eta_rec_thermal_des\");", + "\t\t${W_dot_rec_pump_des_calc} = ssc_var(obj, \"W_dot_rec_pump_des\"); ", + "\t\t${W_dot_rec_pump_tower_share_des_calc} = ssc_var(obj, \"W_dot_rec_pump_tower_share_des\");", + "\t\t${W_dot_rec_pump_rec_share_des_calc} = ssc_var(obj, \"W_dot_rec_pump_rec_share_des\");", + "\t\t${vel_rec_htf_des_calc} = ssc_var(obj, \"vel_rec_htf_des\"); ", + "\t\t${m_dot_htf_rec_des_calc} = ssc_var(obj, \"m_dot_htf_rec_des\"); ", + "\t\t${m_dot_htf_rec_max_calc} = ssc_var(obj, \"m_dot_htf_rec_max\");", + "\t\t${q_dot_piping_loss_des_calc} = ssc_var(obj, \"q_dot_piping_loss_des\"); ", + "", + "\t\t${q_dot_heater_des_calc} = ssc_var(obj, \"q_dot_heater_des\");", + "\t\t${W_dot_heater_des_calc} = ssc_var(obj, \"W_dot_heater_des\");", + "\t\t${E_heater_su_des_calc} = ssc_var(obj, \"E_heater_su_des\");", + "", + "\t\t// TES", + "\t\t${Q_tes} = ssc_var(obj, \"Q_tes_des\"); ", + "\t\t${tes_avail_vol} = ssc_var(obj, \"V_tes_htf_avail_des\"); ", + "\t\t${tes_vol_total} = ssc_var(obj, \"V_tes_htf_total_des\");", + "\t\t${tes_tank_diameter} = ssc_var(obj, \"d_tank_tes\");", + "\t\t${q_dot_tes_est} = ssc_var(obj, \"q_dot_loss_tes_des\"); ", + "\t\t${tshours_sf} = ssc_var(obj, \"tshours_rec\");", + "\t\t${tshours_heater} = ssc_var(obj, \"tshours_heater\");", + "\t\t${tes_htf_density} = ssc_var(obj, \"dens_store_htf_at_T_ave\");", + "", + "\t\t// Parasitics", + "\t\t${W_dot_bop_design_calc} = ssc_var(obj, \"W_dot_bop_design\"); ", + "\t\t${W_dot_fixed_calc} = ssc_var(obj, \"W_dot_fixed\"); ", + "\t\t", + "\t\t${h_rec_input_to_cost_model_calc} = ssc_var(obj, \"h_rec_input_to_cost_model\");", + "\t\t${site_improvement_cost_calc} = ssc_var(obj, \"csp.pt.cost.site_improvements\");", + "\t\t${heliostats_cost_calc} = ssc_var(obj, \"csp.pt.cost.heliostats\");", + "\t\t${tower_cost_calc} = ssc_var(obj, \"csp.pt.cost.tower\");", + "\t\t${receiver_cost_calc} = ssc_var(obj, \"csp.pt.cost.receiver\");", + "\t\t${storage_cost_calc} = ssc_var(obj, \"csp.pt.cost.storage\");", + "\t\t\r", + "\t\t${power_block_cost_calc} = ssc_var(obj, \"csp.pt.cost.power_block\"); ", + "\t\t\r", + "\t\t${heater_cost_calc} = ssc_var(obj, \"heater_cost\"); ", + "\t\t${bop_cost_calc} = ssc_var(obj, \"csp.pt.cost.bop\");", + "\t\t${fossil_cost_calc} = ssc_var(obj, \"csp.pt.cost.fossil\"); ", + "\t\t${ui_direct_subtotal_cost_calc} = ssc_var(obj, \"ui_direct_subtotal\");", + "\t\t${contingency_cost_calc} = ssc_var(obj, \"csp.pt.cost.contingency\");", + "\t\t${total_direct_cost_calc} = ssc_var(obj, \"total_direct_cost\");", + "\t\t${epc_total_cost_calc} = ssc_var(obj, \"csp.pt.cost.epc.total\");", + "\t\t${plm_total_cost_calc} = ssc_var(obj, \"csp.pt.cost.plm.total\"); ", + "\t\t${sales_tax_cost_calc} = ssc_var(obj, \"csp.pt.cost.sales_tax.total\"); ", + "\t\t${total_indirect_cost_calc} = ssc_var(obj, \"total_indirect_cost\"); ", + "\t\t${total_installed_cost_calc} = ssc_var(obj, \"total_installed_cost\");", + "\t\t${installed_per_capacity_calc} = ssc_var(obj, \"csp.pt.cost.installed_per_capacity\"); ", + "\t", + "\t}", + "\telse{", + "\t\tfail = -789;", + "\t\t", + "\t\t${nameplate} = fail;", + "\t\t", + "\t\t${N_hel_calc} = fail;", + "\t\t${refl_image_error_calc} = fail;", + "\t\t${heliostat_area_calc} = fail;", + "\t\t${average_attenuation_calc} = fail;", + "\t ${A_sf_calc} = fail;", + "\t ${land_min_abs_calc} = fail;", + "\t\t${land_max_abs_calc} = fail;", + "\t ${land_area_base_calc} = fail;", + " ${total_land_area_before_rad_cooling_calc} = fail;", + "\t ${W_dot_col_tracking_des_calc} = fail;", + "\t ", + "\t ${rec_height_calc} = fail;", + "\t\t${D_rec_calc} = fail;", + "\t\t${h_tower_calc} = fail;", + "\t\t${rec_aspect} = fail;", + "\t\t${ext_rec_area_calc} = fail;", + "\t\t${cav_rec_height_calc} = fail;", + "\t\t${cav_rec_width_calc} = fail;", + "\t\t${L_tower_piping_calc} = fail;", + "\t\t${A_rec_calc} = fail;", + "\t\t${cav_rec_area_calc} = fail;", + "\t\t${cav_panel_width_calc} = fail;", + "\t\t${cav_radius_calc} = fail;", + "\t ", + "\t ${Q_rec_des} = fail;", + "\t\t${eta_rec_thermal_des_calc} = fail;", + "\t\t${W_dot_rec_pump_des_calc} = fail;", + "\t\t${W_dot_rec_pump_tower_share_des_calc} = fail;", + "\t\t${W_dot_rec_pump_rec_share_des_calc} = fail;", + "\t\t${vel_rec_htf_des_calc} = fail;", + "\t\t${m_dot_htf_rec_des_calc} = fail;", + "\t\t${m_dot_htf_rec_max_calc} = fail;", + "\t\t${q_dot_piping_loss_des_calc} = fail;", + "", + "\t ${q_dot_heater_des_calc} = fail;", + "\t ${W_dot_heater_des_calc} = fail;", + "\t\t${E_heater_su_des_calc} = fail;", + "", + "\t\t// TES", + "\t ${Q_tes} = fail; ", + "\t\t${tes_avail_vol} = fail;", + "\t\t${tes_vol_total} = fail;", + "\t\t${tes_tank_diameter} = fail;", + "\t\t${q_dot_tes_est} = fail;", + "\t\t${tshours_sf} = fail;", + "\t\t${tshours_heater} = fail;", + "\t\t${tes_htf_density} = fail;", + "\t ", + "\t ${W_dot_bop_design_calc} = fail;", + "\t\t${W_dot_fixed_calc} = fail;", + "\t ", + "\t ${h_rec_input_to_cost_model_calc} = fail;", + "\t ${site_improvement_cost_calc} = fail;", + "\t\t${heliostats_cost_calc} = fail;", + "\t\t${tower_cost_calc} = fail;", + "\t\t${receiver_cost_calc} = fail;", + "\t\t${storage_cost_calc} = fail;", + "\t\t${power_block_cost_calc} = fail;", + "\t\t${heater_cost_calc} = fail;", + "\t\t${bop_cost_calc} = fail;", + "\t\t${fossil_cost_calc} = fail;", + "\t\t${ui_direct_subtotal_cost_calc} = fail;", + "\t\t${contingency_cost_calc} = fail;", + "\t\t${total_direct_cost_calc} = fail;", + "\t\t${epc_total_cost_calc} = fail;", + "\t\t${plm_total_cost_calc} = fail;", + "\t\t${sales_tax_cost_calc} = fail;", + "\t\t${total_indirect_cost_calc} = fail;", + "\t\t${total_installed_cost_calc} = fail;", + "\t\t${installed_per_capacity_calc} = fail;", + "\t", + "\t}", + "};", + "" + ], + "Callbacks": [ + "function change_msg ( v ) {", + "\tmsg = '';", + "\tm = 'NOT DEFINED';", + "\tif ( v != '' ) {", + "\t\tif ( v == 'dni_des' || v == 'sf_excess' ) m = 'solar field size at the design point';", + "\t\telseif ( v == 'solarm' ||", + "\t\t v == 'P_ref' ||", + "\t\t v == 'design_eff' ) m = 'receiver thermal power at the design point';", + "\t\tv_info = varinfo(v);", + "\t\tif ( value('field_model_type') != 0 )", + "\t\t\tmsg = 'You changed the value of ' + v_info.label + ', which changes the ' + m + '. You may want to optimize the field to ensure that the field layout and geometry are appropriate for the new value.';", + "\t}", + "\tproperty('ui_msg','Caption',msg);", + "}", + "", + "on_load{'MSPT System Design'} = define() ", + "\t{ change_msg('');", + "\t\ton_change{'is_parallel_htr'}();};", + "on_change{'dni_des'} = define()", + "\t{ change_msg('dni_des'); };", + "on_change{'solarm'} = define() ", + "\t{ change_msg('solarm'); };", + "on_change{'P_ref'} = define() ", + "\t{ change_msg('P_ref'); };", + "on_change{'design_eff'} = define() ", + "\t{ change_msg('design_eff'); };", + "//on_change{'tshours'} = define() { var_change_msg('tshours'); };", + "on_change{'sf_excess'} = define()", + "\t{ change_msg('sf_excess'); };", + "", + "", + "on_change{'is_parallel_htr'} = define()", + "{ \tis_htr = value('is_parallel_htr') == 1;", + "\tenable(\"heater_mult\", is_htr);", + "\tenable(\"tshours_heater\", is_htr);", + "\tenable(\"q_dot_heater_des_calc\", is_htr);", + "\tis_dispatch = value('is_dispatch') == 1;", + "\tmsg = \"\";", + "\tif(is_htr && !is_dispatch){", + "\t\tmsg = \"Dispatch optimization is required when using the electric charger. \"", + "\t\t\"Please select dispatch optimization on the System Control page.\";", + "\t}", + "\tproperty('heater_msg','Caption',msg);", + "};", + "", + "", + "/*", + "", + "\"W_dot_rec_pump_tower_share_des\", ", + "\"W_dot_rec_pump_rec_share_des\", ", + "", + "*/" + ] +} \ No newline at end of file diff --git a/deploy/runtime/ui/MSPT IPH System Design.png b/deploy/runtime/ui/MSPT IPH System Design.png new file mode 100644 index 0000000000000000000000000000000000000000..dd7346ac5cdf98dd3611ee753986e1a8241b260e GIT binary patch literal 321409 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 F`yYH|UFiS- literal 0 HcmV?d00001 diff --git a/deploy/runtime/ui/Molten Salt Linear Fresnel Capital Costs_old.txt b/deploy/runtime/ui/Molten Salt Linear Fresnel Capital Costs_old.txt new file mode 100644 index 0000000000..0c7f183b98 --- /dev/null +++ b/deploy/runtime/ui/Molten Salt Linear Fresnel Capital Costs_old.txt @@ -0,0 +1,3967 @@ +Molten Salt Linear Fresnel Capital Costs +738 +592 +56 +GroupBox + +1 +8 +Name +5 +9 +GroupBox1 +X +3 +6 +Y +3 +12 +Width +3 +722 +Height +3 +254 +Tool Tip +5 +0 +Caption +5 +20 +Direct Capital Costs +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +10 +GroupBox21 +X +3 +6 +Y +3 +267 +Width +3 +722 +Height +3 +167 +Tool Tip +5 +0 +Caption +5 +22 +Indirect Capital Costs +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +10 +GroupBox31 +X +3 +6 +Y +3 +492 +Width +3 +722 +Height +3 +89 +Tool Tip +5 +0 +Caption +5 +21 +Total Installed Costs +Bold +2 +1 +Label + +1 +13 +Name +5 +7 +Label11 +X +3 +258 +Y +3 +309 +Width +3 +104 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +16 +% of direct cost +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label111 +X +3 +480 +Y +3 +456 +Width +3 +98 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +14 +of Direct Cost +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label112 +X +3 +12 +Y +3 +333 +Width +3 +134 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +18 +EPC and owner cost +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +9 +Label1121 +X +3 +21 +Y +3 +357 +Width +3 +125 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +15 +Total land cost +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label21 +X +3 +366 +Y +3 +309 +Width +3 +98 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +12 +Cost per Wac +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label211 +X +3 +147 +Y +3 +309 +Width +3 +98 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +13 +Cost per acre +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label31 +X +3 +474 +Y +3 +309 +Width +3 +98 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +10 +Fixed cost +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label41 +X +3 +582 +Y +3 +309 +Width +3 +98 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +5 +Total +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label51 +X +3 +309 +Y +3 +456 +Width +3 +68 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +10 +applies to +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Numeric + +1 +17 +Name +5 +17 +csp.mslf.cost.bop +X +3 +582 +Y +3 +177 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.cost.bop_mwe +X +3 +258 +Y +3 +177 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.cost.bop_per_kwe +X +3 +450 +Y +3 +177 +Width +3 +124 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +6 + $/kWe +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +3 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.cost.contingency +X +3 +582 +Y +3 +201 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +33 +csp.mslf.cost.contingency_percent +X +3 +474 +Y +3 +201 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +2 + % +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +7 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.cost.epc.fixed +X +3 +474 +Y +3 +333 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +10 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.cost.epc.per_acre +X +3 +147 +Y +3 +333 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.cost.epc.per_watt +X +3 +366 +Y +3 +333 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.cost.epc.percent +X +3 +258 +Y +3 +333 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +2 + % +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +8 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.cost.epc.total +X +3 +582 +Y +3 +333 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +27 +csp.mslf.cost.fossil_backup +X +3 +582 +Y +3 +129 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +40 +csp.mslf.cost.fossil_backup.cost_per_kwe +X +3 +450 +Y +3 +129 +Width +3 +124 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +6 + $/kWe +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +5 +Numeric + +1 +17 +Name +5 +31 +csp.mslf.cost.fossil_backup.mwe +X +3 +258 +Y +3 +129 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.cost.htf_system +X +3 +582 +Y +3 +81 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.cost.htf_system.area +X +3 +258 +Y +3 +81 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +1 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +36 +csp.mslf.cost.htf_system.cost_per_m2 +X +3 +450 +Y +3 +81 +Width +3 +124 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +5 + $/m2 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +3 +Numeric + +1 +17 +Name +5 +36 +csp.mslf.cost.installed_per_capacity +X +3 +582 +Y +3 +552 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.cost.nameplate +X +3 +363 +Y +3 +285 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +0 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.cost.plm.fixed +X +3 +474 +Y +3 +357 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +11 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.cost.plm.per_acre +X +3 +147 +Y +3 +357 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.cost.plm.per_watt +X +3 +366 +Y +3 +357 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.cost.plm.percent +X +3 +258 +Y +3 +357 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +2 + % +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +9 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.cost.plm.total +X +3 +582 +Y +3 +357 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.cost.power_plant +X +3 +582 +Y +3 +153 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +38 +csp.mslf.cost.power_plant.cost_per_kwe +X +3 +450 +Y +3 +153 +Width +3 +124 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +6 + $/kWe +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +6 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.cost.power_plant.mwe +X +3 +258 +Y +3 +153 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +31 +csp.mslf.cost.sales_tax.percent +X +3 +378 +Y +3 +456 +Width +3 +60 +Height +3 +24 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +2 + % +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +12 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.cost.sales_tax.total +X +3 +582 +Y +3 +456 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.cost.sales_tax.value +X +3 +207 +Y +3 +456 +Width +3 +60 +Height +3 +24 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +2 + % +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +31 +csp.mslf.cost.site_improvements +X +3 +582 +Y +3 +33 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +36 +csp.mslf.cost.site_improvements.area +X +3 +258 +Y +3 +33 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +1 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +43 +csp.mslf.cost.site_improvements.cost_per_m2 +X +3 +450 +Y +3 +33 +Width +3 +124 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +5 + $/m2 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +1 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.cost.solar_field +X +3 +582 +Y +3 +57 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +30 +csp.mslf.cost.solar_field.area +X +3 +258 +Y +3 +57 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +1 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +37 +csp.mslf.cost.solar_field.cost_per_m2 +X +3 +450 +Y +3 +57 +Width +3 +124 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +5 + $/m2 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +2 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.cost.total_direct +X +3 +582 +Y +3 +234 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +28 +csp.mslf.cost.total_indirect +X +3 +582 +Y +3 +399 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.cost.total_installed +X +3 +582 +Y +3 +528 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.cost.total_land_area +X +3 +147 +Y +3 +285 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +0 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +16 +csp.mslf.cost.ts +X +3 +582 +Y +3 +105 +Width +3 +136 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +2 +$ +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.cost.ts_mwht +X +3 +258 +Y +3 +105 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.cost.ts_per_kwht +X +3 +450 +Y +3 +105 +Width +3 +124 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +7 + $/kWht +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +3 +Label + +1 +13 +Name +5 +16 +lblFinancingCost +X +3 +12 +Y +3 +510 +Width +3 +437 +Height +3 +42 +Tool Tip +5 +0 +Caption +5 +91 +Total installed cost excludes any financing costs from the Financial Parameters input page. +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +1 +AlignRight +2 +0 +AlignTop +2 +1 +GroupBox + +1 +8 +Name +5 +8 +object 4 +X +3 +6 +Y +3 +435 +Width +3 +722 +Height +3 +56 +Tool Tip +5 +0 +Caption +5 +9 +Sales Tax +Bold +2 +1 + +44 +csp.mslf.cost.bop +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.bop_mwe +3 +1 +Balance of plant +MWe, Gross +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Numeric +csp.mslf.cost.bop_per_kwe +3 +1 +Balance of Plant Cost per kWe +$/kWe +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.contingency +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.contingency_percent +3 +1 +Contingency + +MSLF Capital Costs +0 +2 +1 +1 +1 +1 +10 +Default +csp.mslf.cost.epc.fixed +3 +1 +Fixed EPC Cost +$ +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.epc.per_acre +3 +1 +EPC Costs acre +per acre +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.epc.per_watt +3 +1 +EPC Cost Wac +per Wac +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.epc.percent +3 +1 +EPC Costs % direct +% direct +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +15 +Default +csp.mslf.cost.epc.total +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.fossil_backup +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.fossil_backup.cost_per_kwe +3 +1 +Fossil Backup Cost per kWe +$/kWe +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.fossil_backup.mwe +3 +1 +Fossil backup +MWe, Gross +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.htf_system +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.htf_system.area +3 +1 +HTF system +m² +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.htf_system.cost_per_m2 +3 +1 +HTF System Cost Per m2 +$/m2 +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +50 +Default +csp.mslf.cost.installed_per_capacity +3 +1 +Estimated total installed cost per net capacity ($/kW) + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.nameplate +3 +1 +Nameplate +MWe +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.plm.fixed +3 +1 +Fixed Land Cost +$ +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.plm.per_acre +3 +1 +Land Cost acre +per acre +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +10000 +Default +csp.mslf.cost.plm.per_watt +3 +1 +Land Cost Wac +per Wac +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.plm.percent +3 +1 +Land Cost % direct +% direct +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.plm.total +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.power_plant +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.power_plant.cost_per_kwe +3 +1 +Power Plant Cost per kWe +$/kWe +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +880 +Default +csp.mslf.cost.power_plant.mwe +3 +1 +Power plant +MWe, Gross +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.sales_tax.percent +3 +1 +Sales Tax Percentage of Direct Cost +% +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +80 +Default +csp.mslf.cost.sales_tax.total +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.sales_tax.value +3 +1 +Sales Tax of + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.site_improvements +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.site_improvements.area +3 +1 +Site improvements +m² +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.site_improvements.cost_per_m2 +3 +1 +Site Improvement Cost per m2 +$/m2 +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +20 +Default +csp.mslf.cost.solar_field +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.solar_field.area +3 +1 +Solar field +m² +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.solar_field.cost_per_m2 +3 +1 +Solar Field Cost per m2 +$/m2 +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +350 +Default +csp.mslf.cost.total_direct +3 +1 +Total direct cost + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.total_indirect +3 +1 +Total indirect cost + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.total_installed +3 +1 +Total installed cost + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.total_land_area +3 +1 +Total land area +acres +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.ts +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Numeric +csp.mslf.cost.ts_mwht +3 +1 +Storage +MWht +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.cost.ts_per_kwht +3 +1 +Storage cost per kWht +$/kWht +MSLF Capital Costs +0 +3 +1 +1 +1 +1 +0 +Numeric +total_direct_cost +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default +total_installed_cost +3 +1 + + +MSLF Capital Costs +0 +8 +1 +1 +1 +1 +0 +Default + +3798 +equations{ 'csp.mslf.cost.plm.total' } = define() { + return ${csp.mslf.cost.plm.per_acre}*${csp.mslf.cost.total_land_area} ++ ${csp.mslf.cost.plm.percent}/100*${csp.mslf.cost.total_direct} ++ ${csp.mslf.cost.nameplate}*1000000*${csp.mslf.cost.plm.per_watt} ++ ${csp.mslf.cost.plm.fixed}; }; + +equations{ 'csp.mslf.cost.power_plant' } = define() { + return ${csp.mslf.cost.power_plant.mwe}*${csp.mslf.cost.power_plant.cost_per_kwe}*1000; }; + +equations{ 'csp.mslf.cost.total_installed' } = define() { + return ${csp.mslf.cost.total_direct}+${csp.mslf.cost.total_indirect}+${csp.mslf.cost.sales_tax.total}; }; + +equations{ 'csp.mslf.cost.bop_mwe' } = define() { + return ${demand_var}; }; + +equations{ 'csp.mslf.cost.ts_mwht' } = define() { + return ${TES_cap}; }; + +equations{ 'csp.mslf.cost.ts' } = define() { + return ${csp.mslf.cost.ts_mwht}*${csp.mslf.cost.ts_per_kwht}*1000; }; + +equations{ 'csp.mslf.cost.epc.total' } = define() { + return ${csp.mslf.cost.epc.per_acre}*${csp.mslf.cost.total_land_area} ++ ${csp.mslf.cost.epc.percent}/100*${csp.mslf.cost.total_direct} ++ ${csp.mslf.cost.nameplate}*1000000*${csp.mslf.cost.epc.per_watt} ++ ${csp.mslf.cost.epc.fixed}; }; + +equations{ 'csp.mslf.cost.htf_system' } = define() { + return ${csp.mslf.cost.htf_system.area}*${csp.mslf.cost.htf_system.cost_per_m2}; }; + +equations{ 'csp.mslf.cost.site_improvements' } = define() { + return ${csp.mslf.cost.site_improvements.area}*${csp.mslf.cost.site_improvements.cost_per_m2}; }; + +equations{ 'csp.mslf.cost.fossil_backup.mwe' } = define() { + return ${demand_var}; }; + +equations{ 'csp.mslf.cost.bop' } = define() { + return ${csp.mslf.cost.bop_mwe}*${csp.mslf.cost.bop_per_kwe}*1000; }; + +equations{ 'csp.mslf.cost.solar_field.area' } = define() { + return ${a_sf_act}; }; + +equations{ 'csp.mslf.cost.total_direct' } = define() { + return ${csp.mslf.cost.contingency} ++${csp.mslf.cost.site_improvements} ++${csp.mslf.cost.solar_field} ++${csp.mslf.cost.htf_system} ++${csp.mslf.cost.fossil_backup} ++${csp.mslf.cost.power_plant} ++${csp.mslf.cost.bop} ++${csp.mslf.cost.ts}; }; + +equations{ 'csp.mslf.cost.site_improvements.area' } = define() { + return ${a_sf_act}; }; + +equations{ 'csp.mslf.cost.htf_system.area' } = define() { + return ${a_sf_act}; }; + +equations{ 'csp.mslf.cost.power_plant.mwe' } = define() { + return ${demand_var}; }; + +equations{ 'csp.mslf.cost.solar_field' } = define() { + return ${csp.mslf.cost.solar_field.area}*${csp.mslf.cost.solar_field.cost_per_m2}; }; + +equations{ 'csp.mslf.cost.total_indirect' } = define() { + return ${csp.mslf.cost.epc.total}+${csp.mslf.cost.plm.total}; }; + +equations{ 'csp.mslf.cost.fossil_backup' } = define() { + return ${csp.mslf.cost.fossil_backup.mwe}*${csp.mslf.cost.fossil_backup.cost_per_kwe}*1000; }; + +equations{ 'csp.mslf.cost.contingency' } = define() { + return ${csp.mslf.cost.contingency_percent}/100*( + ${csp.mslf.cost.site_improvements} + +${csp.mslf.cost.solar_field} + +${csp.mslf.cost.htf_system} + +${csp.mslf.cost.fossil_backup} + +${csp.mslf.cost.power_plant} + +${csp.mslf.cost.bop} + +${csp.mslf.cost.ts} ); }; + +equations{ 'csp.mslf.cost.installed_per_capacity' } = define() { + return 0.001*${csp.mslf.cost.total_installed}/${nameplate}; }; + +equations{ 'csp.mslf.cost.total_land_area' } = define() { + return ${total_land_area}; }; + +equations{ 'csp.mslf.cost.nameplate' } = define() { + return ${nameplate}; }; + +equations{ 'csp.mslf.cost.sales_tax.value' } = define() { + return ${sales_tax_rate}; }; + +equations{ 'csp.mslf.cost.sales_tax.total' } = define() { + return ${csp.mslf.cost.sales_tax.value}/100*${csp.mslf.cost.total_direct}*${csp.mslf.cost.sales_tax.percent}/100; }; + +equations{ 'total_installed_cost' } = define() { + return ${csp.mslf.cost.total_installed}; +}; + +equations{ 'total_direct_cost' } = define() { + return ${csp.mslf.cost.total_indirect}; +}; + + + +0 \ No newline at end of file diff --git a/deploy/runtime/ui/Molten Salt Linear Fresnel Collector and Receiver_old.txt b/deploy/runtime/ui/Molten Salt Linear Fresnel Collector and Receiver_old.txt new file mode 100644 index 0000000000..e116b0e371 --- /dev/null +++ b/deploy/runtime/ui/Molten Salt Linear Fresnel Collector and Receiver_old.txt @@ -0,0 +1,10467 @@ +Molten Salt Linear Fresnel Collector and Receiver +774 +1543 +149 +Numeric + +1 +17 +Name +5 +10 +A_aperture +X +3 +297 +Y +3 +27 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +5 +ColAz +X +3 +297 +Y +3 +123 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +10 +DP_nominal +X +3 +246 +Y +3 +801 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +16 +DP_pressure_loss +X +3 +246 +Y +3 +882 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +11 +Dirt_mirror +X +3 +639 +Y +3 +99 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +5 +Error +X +3 +639 +Y +3 +123 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +11 +GeomEffects +X +3 +639 +Y +3 +51 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +GroupBox + +1 +8 +Name +5 +9 +GroupBox1 +X +3 +6 +Y +3 +9 +Width +3 +755 +Height +3 +623 +Tool Tip +5 +0 +Caption +5 +42 +Collector Geometry and Optical Performance +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +9 +GroupBox2 +X +3 +9 +Y +3 +636 +Width +3 +755 +Height +3 +740 +Tool Tip +5 +0 +Caption +5 +31 +Receiver Geometry and Heat Loss +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +9 +GroupBox3 +X +3 +12 +Y +3 +1380 +Width +3 +755 +Height +3 +146 +Tool Tip +5 +0 +Caption +5 +25 +Aggregate Weighted Losses +Bold +2 +1 +Divider + +1 +10 +Name +5 +6 +HLine1 +X +3 +30 +Y +3 +540 +Width +3 +724 +Height +3 +18 +Tool Tip +5 +0 +Orientation +3 +0 +Colour +4 +120 +120 +120 +255 +Caption +5 +37 +Incidence Angle Modifier Coefficients +Bold +2 +1 +Divider + +1 +10 +Name +5 +7 +HLine11 +X +3 +30 +Y +3 +207 +Width +3 +724 +Height +3 +27 +Tool Tip +5 +0 +Orientation +3 +0 +Colour +4 +120 +120 +120 +255 +Caption +5 +46 +Solar Position/Collector Incidence Angle Table +Bold +2 +1 +Divider + +1 +10 +Name +5 +7 +HLine12 +X +3 +27 +Y +3 +672 +Width +3 +724 +Height +3 +21 +Tool Tip +5 +0 +Orientation +3 +0 +Colour +4 +120 +120 +120 +255 +Caption +5 +30 +Polynomial fit heat loss model +Bold +2 +1 +Divider + +1 +10 +Name +5 +8 +HLine121 +X +3 +30 +Y +3 +921 +Width +3 +724 +Height +3 +18 +Tool Tip +5 +0 +Orientation +3 +0 +Colour +4 +120 +120 +120 +255 +Caption +5 +30 +Evacuated tube heat loss model +Bold +2 +1 +Numeric + +1 +17 +Name +5 +11 +L_crossover +X +3 +297 +Y +3 +75 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +5 +L_mod +X +3 +297 +Y +3 +51 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +13 +L_mod_spacing +X +3 +297 +Y +3 +99 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Label + +1 +13 +Name +5 +6 +Label1 +X +3 +48 +Y +3 +156 +Width +3 +260 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +32 +Optical characterization method: +TextColour +4 +0 +0 +0 +255 +Bold +2 +1 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +6 +Label2 +X +3 +42 +Y +3 +576 +Width +3 +257 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +35 +Transverse incidence angle modifier +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label21 +X +3 +45 +Y +3 +711 +Width +3 +197 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +26 +HTF temperature adjustment +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label211 +X +3 +45 +Y +3 +1128 +Width +3 +203 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +18 +Absorber emittance +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +9 +Label2111 +X +3 +45 +Y +3 +1152 +Width +3 +203 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +20 +Envelope absorptance +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +10 +Label21111 +X +3 +45 +Y +3 +1176 +Width +3 +203 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +25 +Glass envelope emissivity +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +11 +Label211111 +X +3 +45 +Y +3 +1200 +Width +3 +203 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +22 +Envelope transmittance +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label212 +X +3 +45 +Y +3 +1104 +Width +3 +203 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +20 +Absorber absorptance +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label22 +X +3 +45 +Y +3 +1080 +Width +3 +203 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +26 +Variant weighting fraction +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +6 +Label3 +X +3 +42 +Y +3 +600 +Width +3 +257 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +37 +Longitudinal incidence angle modifier +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label31 +X +3 +45 +Y +3 +756 +Width +3 +197 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +24 +Wind velocity adjustment +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label311 +X +3 +21 +Y +3 +1320 +Width +3 +227 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +31 +Receiver bellows shadowing loss +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +9 +Label3111 +X +3 +21 +Y +3 +1296 +Width +3 +227 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +34 +Receiver heat loss at design (W/m) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label312 +X +3 +45 +Y +3 +1248 +Width +3 +203 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +16 +Annulus gas type +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label313 +X +3 +15 +Y +3 +846 +Width +3 +230 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +34 +Part-load pressure loss adjustment +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label32 +X +3 +21 +Y +3 +1344 +Width +3 +227 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +34 +Dirt on the receiver envelope loss +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label33 +X +3 +45 +Y +3 +1272 +Width +3 +203 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +27 +Annulus gas pressure (torr) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +6 +Label4 +X +3 +312 +Y +3 +555 +Width +3 +53 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +5 +Const +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label41 +X +3 +387 +Y +3 +555 +Width +3 +53 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +2 +C1 +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label411 +X +3 +537 +Y +3 +555 +Width +3 +53 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +2 +C3 +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +9 +Label4111 +X +3 +546 +Y +3 +693 +Width +3 +95 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +12 +C3 (W/m-K^3) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +10 +Label41111 +X +3 +546 +Y +3 +738 +Width +3 +95 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +16 +C3 (W/m-(m/s)^3) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +11 +Label411111 +X +3 +645 +Y +3 +738 +Width +3 +95 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +16 +C4 (W/m-(m/s)^4) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +11 +Label411112 +X +3 +546 +Y +3 +828 +Width +3 +95 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +3 +C3 +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +10 +Label41112 +X +3 +636 +Y +3 +1053 +Width +3 +110 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +12 +Variation 4* +TextColour +4 +0 +0 +0 +255 +Bold +2 +1 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +10 +Label41113 +X +3 +645 +Y +3 +693 +Width +3 +95 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +12 +C4 (W/m-K^4) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +9 +Label4112 +X +3 +507 +Y +3 +1053 +Width +3 +110 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +11 +Variation 3 +TextColour +4 +0 +0 +0 +255 +Bold +2 +1 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label412 +X +3 +345 +Y +3 +693 +Width +3 +83 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +10 +C1 (W/m-K) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +9 +Label4121 +X +3 +345 +Y +3 +738 +Width +3 +83 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +14 +C1 (W/m-(m/s)) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +10 +Label41211 +X +3 +345 +Y +3 +828 +Width +3 +83 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +2 +C1 +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label413 +X +3 +378 +Y +3 +1053 +Width +3 +110 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +11 +Variation 2 +TextColour +4 +0 +0 +0 +255 +Bold +2 +1 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label42 +X +3 +462 +Y +3 +555 +Width +3 +53 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +2 +C2 +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label421 +X +3 +615 +Y +3 +555 +Width +3 +53 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +2 +C4 +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +1 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label422 +X +3 +444 +Y +3 +693 +Width +3 +95 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +12 +C2 (W/m-K^2) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +9 +Label4221 +X +3 +444 +Y +3 +738 +Width +3 +95 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +16 +C2 (W/m-(m/s)^2) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +10 +Label42211 +X +3 +444 +Y +3 +828 +Width +3 +95 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +2 +C2 +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label43 +X +3 +246 +Y +3 +693 +Width +3 +83 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +8 +C0 (W/m) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label431 +X +3 +246 +Y +3 +738 +Width +3 +83 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +8 +C0 (W/m) +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +9 +Label4311 +X +3 +246 +Y +3 +828 +Width +3 +83 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +2 +C0 +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label44 +X +3 +249 +Y +3 +1053 +Width +3 +110 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +11 +Variation 1 +TextColour +4 +0 +0 +0 +255 +Bold +2 +1 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +6 +Label5 +X +3 +39 +Y +3 +483 +Width +3 +707 +Height +3 +18 +Tool Tip +5 +0 +Caption +5 +112 +Specifying solar position table: Rows indicate solar zenith angles (deg), columns are solar azimuth angles (deg) +TextColour +4 +255 +128 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label51 +X +3 +39 +Y +3 +501 +Width +3 +707 +Height +3 +39 +Tool Tip +5 +0 +Caption +5 +146 +Specifying collector incidence angle table: Rows indicate longitudinal incidence angles (deg), columns indicate transversal incidence angles (deg) +TextColour +4 +255 +128 +0 +255 +Bold +2 +0 +FontSize +3 +4294967295 +WordWrap +2 +1 +AlignRight +2 +0 +AlignTop +2 +1 +DataMatrix + +1 +27 +Name +5 +12 +OpticalTable +X +3 +39 +Y +3 +237 +Width +3 +707 +Height +3 +244 +Tool Tip +5 +0 +PasteAppendRows +2 +0 +PasteAppendCols +2 +0 +ShowButtons +2 +1 +ShowRows +2 +1 +ShowRowLabels +2 +0 +RowLabels +5 +0 +ShadeR0C0 +2 +1 +VerticalLabel +5 +0 +HorizontalLabel +5 +0 +ShadeC0 +2 +0 +ShowCols +2 +1 +ShowColLabels +2 +0 +ColLabels +5 +0 +NumRowsLabel +5 +5 +Rows: +NumColsLabel +5 +5 +Cols: +Layout +3 +0 +ChoiceColumn +3 +4294967295 +Choices +5 +15 +Choice1,Choice2 +HideColumn +3 +4294967295 +ShowColumn +3 +4294967295 +ColorMap +2 +0 +Numeric + +1 +17 +Name +5 +13 +TrackingError +X +3 +639 +Y +3 +27 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Choice + +1 +9 +Name +5 +28 +csp.mslf.sf.AbsorberMaterial +X +3 +591 +Y +3 +1020 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +4 +304L +216L +321H +B42 Copper +Selection +3 +0 +TabOrder +3 +10 +Choice + +1 +9 +Name +5 +23 +csp.mslf.sf.AnnulusGas1 +X +3 +249 +Y +3 +1248 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +3 +Air +Argon +Hydrogen +Selection +3 +0 +TabOrder +3 +18 +Choice + +1 +9 +Name +5 +23 +csp.mslf.sf.AnnulusGas2 +X +3 +378 +Y +3 +1248 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +3 +Air +Argon +Hydrogen +Selection +3 +0 +TabOrder +3 +30 +Choice + +1 +9 +Name +5 +23 +csp.mslf.sf.AnnulusGas3 +X +3 +507 +Y +3 +1248 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +3 +Air +Argon +Hydrogen +Selection +3 +0 +TabOrder +3 +42 +Choice + +1 +9 +Name +5 +23 +csp.mslf.sf.AnnulusGas4 +X +3 +636 +Y +3 +1248 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +3 +Air +Argon +Hydrogen +Selection +3 +0 +TabOrder +3 +54 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.sf.DP_coefs0 +X +3 +246 +Y +3 +846 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.sf.DP_coefs1 +X +3 +345 +Y +3 +846 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.sf.DP_coefs2 +X +3 +444 +Y +3 +846 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.sf.DP_coefs3 +X +3 +546 +Y +3 +846 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +20 +csp.mslf.sf.D_abs_in +X +3 +249 +Y +3 +948 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +3 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.sf.D_abs_out +X +3 +249 +Y +3 +972 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +4 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.D_glass_in +X +3 +249 +Y +3 +996 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +5 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.sf.D_glass_out +X +3 +249 +Y +3 +1020 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +6 +Numeric + +1 +17 +Name +5 +18 +csp.mslf.sf.D_plug +X +3 +591 +Y +3 +948 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +7 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.Design_loss1 +X +3 +249 +Y +3 +1296 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +20 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.Design_loss2 +X +3 +378 +Y +3 +1296 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +32 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.Design_loss3 +X +3 +507 +Y +3 +1296 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +44 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.Design_loss4 +X +3 +636 +Y +3 +1296 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +56 +Choice + +1 +9 +Name +5 +21 +csp.mslf.sf.Flow_type +X +3 +591 +Y +3 +996 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +2 +Tube flow +Annular flow +Selection +3 +0 +TabOrder +3 +9 +CheckBox + +1 +9 +Name +5 +28 +csp.mslf.sf.GlazingIntactIn1 +X +3 +249 +Y +3 +1224 +Width +3 +128 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +12 +Broken Glass +State +2 +0 +TabOrder +3 +17 +CheckBox + +1 +9 +Name +5 +28 +csp.mslf.sf.GlazingIntactIn2 +X +3 +378 +Y +3 +1224 +Width +3 +128 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +12 +Broken Glass +State +2 +0 +TabOrder +3 +29 +CheckBox + +1 +9 +Name +5 +28 +csp.mslf.sf.GlazingIntactIn3 +X +3 +507 +Y +3 +1224 +Width +3 +128 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +12 +Broken Glass +State +2 +0 +TabOrder +3 +41 +CheckBox + +1 +9 +Name +5 +28 +csp.mslf.sf.GlazingIntactIn4 +X +3 +636 +Y +3 +1224 +Width +3 +131 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +12 +Broken Glass +State +2 +0 +TabOrder +3 +53 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.sf.HCE_FieldFrac1 +X +3 +249 +Y +3 +1080 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +11 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.sf.HCE_FieldFrac2 +X +3 +378 +Y +3 +1080 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +23 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.sf.HCE_FieldFrac3 +X +3 +507 +Y +3 +1080 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +35 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.sf.HCE_FieldFrac4 +X +3 +636 +Y +3 +1080 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +47 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.sf.HL_T_coefs0 +X +3 +246 +Y +3 +711 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.sf.HL_T_coefs1 +X +3 +345 +Y +3 +711 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.sf.HL_T_coefs2 +X +3 +444 +Y +3 +711 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.sf.HL_T_coefs3 +X +3 +546 +Y +3 +711 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.sf.HL_T_coefs4 +X +3 +645 +Y +3 +711 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.sf.HL_w_coefs0 +X +3 +246 +Y +3 +756 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.sf.HL_w_coefs1 +X +3 +345 +Y +3 +756 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.sf.HL_w_coefs2 +X +3 +444 +Y +3 +756 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.sf.HL_w_coefs3 +X +3 +546 +Y +3 +756 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.sf.HL_w_coefs4 +X +3 +645 +Y +3 +756 +Width +3 +85 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.IAM_L_coefs0 +X +3 +303 +Y +3 +600 +Width +3 +73 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.IAM_L_coefs1 +X +3 +378 +Y +3 +600 +Width +3 +73 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.IAM_L_coefs2 +X +3 +453 +Y +3 +600 +Width +3 +73 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.IAM_L_coefs3 +X +3 +528 +Y +3 +600 +Width +3 +73 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.IAM_L_coefs4 +X +3 +603 +Y +3 +600 +Width +3 +73 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.IAM_T_coefs0 +X +3 +303 +Y +3 +576 +Width +3 +73 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.IAM_T_coefs1 +X +3 +378 +Y +3 +576 +Width +3 +73 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.IAM_T_coefs2 +X +3 +453 +Y +3 +576 +Width +3 +73 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.IAM_T_coefs3 +X +3 +528 +Y +3 +576 +Width +3 +73 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +24 +csp.mslf.sf.IAM_T_coefs4 +X +3 +603 +Y +3 +576 +Width +3 +73 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +16 +csp.mslf.sf.P_a1 +X +3 +249 +Y +3 +1272 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +19 +Numeric + +1 +17 +Name +5 +16 +csp.mslf.sf.P_a2 +X +3 +378 +Y +3 +1272 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +31 +Numeric + +1 +17 +Name +5 +16 +csp.mslf.sf.P_a3 +X +3 +507 +Y +3 +1272 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +43 +Numeric + +1 +17 +Name +5 +16 +csp.mslf.sf.P_a4 +X +3 +636 +Y +3 +1272 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +55 +Numeric + +1 +17 +Name +5 +17 +csp.mslf.sf.Rough +X +3 +591 +Y +3 +972 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +8 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.Shadowing1 +X +3 +249 +Y +3 +1320 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +21 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.Shadowing2 +X +3 +378 +Y +3 +1320 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +33 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.Shadowing3 +X +3 +507 +Y +3 +1320 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +45 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.Shadowing4 +X +3 +636 +Y +3 +1320 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +57 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.sf.Tau_envelope1 +X +3 +249 +Y +3 +1200 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +16 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.sf.Tau_envelope2 +X +3 +378 +Y +3 +1200 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +28 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.sf.Tau_envelope3 +X +3 +507 +Y +3 +1200 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +40 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.sf.Tau_envelope4 +X +3 +636 +Y +3 +1200 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +52 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.alpha_abs1 +X +3 +249 +Y +3 +1104 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +12 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.alpha_abs2 +X +3 +378 +Y +3 +1104 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +24 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.alpha_abs3 +X +3 +507 +Y +3 +1104 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +36 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.alpha_abs4 +X +3 +636 +Y +3 +1104 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +48 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.alpha_env1 +X +3 +249 +Y +3 +1152 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +14 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.alpha_env2 +X +3 +378 +Y +3 +1152 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +26 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.alpha_env3 +X +3 +507 +Y +3 +1152 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +38 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.alpha_env4 +X +3 +636 +Y +3 +1152 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +50 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.avg_dt_des +X +3 +378 +Y +3 +1398 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.sf.dirt_env1 +X +3 +249 +Y +3 +1344 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +22 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.sf.dirt_env2 +X +3 +378 +Y +3 +1344 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +34 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.sf.dirt_env3 +X +3 +507 +Y +3 +1344 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +46 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.sf.dirt_env4 +X +3 +636 +Y +3 +1344 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +58 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.sf.epsilon_glass1 +X +3 +249 +Y +3 +1176 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +15 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.sf.epsilon_glass2 +X +3 +378 +Y +3 +1176 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +27 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.sf.epsilon_glass3 +X +3 +507 +Y +3 +1176 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +39 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.sf.epsilon_glass4 +X +3 +636 +Y +3 +1176 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +51 +RadioChoice + +1 +11 +Name +5 +21 +csp.mslf.sf.opt_model +X +3 +54 +Y +3 +177 +Width +3 +680 +Height +3 +23 +Tool Tip +5 +0 +Selection +3 +4294967295 +Items +6 +3 +Solar position table +Collector incidence angle table +Incidence angle modifiers +ShowCaptions +2 +1 +Horizontal +2 +1 +TabOrder +3 +0 +Choice + +1 +9 +Name +5 +21 +csp.mslf.sf.rec_model +X +3 +300 +Y +3 +654 +Width +3 +256 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +2 +Polynomial heat loss model +Evacuated tube model +Selection +3 +4294967295 +TabOrder +3 +0 +ValueMatrix + +1 +10 +Name +5 +13 +epsilon_abs_1 +X +3 +249 +Y +3 +1128 +Width +3 +100 +Height +3 +24 +Tool Tip +5 +0 +NumRows +3 +10 +NumCols +3 +2 +ColLabels +5 +19 +Temp (°C),Emittance +TabOrder +3 +4294967295 +ValueMatrix + +1 +10 +Name +5 +13 +epsilon_abs_2 +X +3 +378 +Y +3 +1128 +Width +3 +100 +Height +3 +24 +Tool Tip +5 +0 +NumRows +3 +10 +NumCols +3 +2 +ColLabels +5 +19 +Temp (°C),Emittance +TabOrder +3 +4294967295 +ValueMatrix + +1 +10 +Name +5 +13 +epsilon_abs_3 +X +3 +507 +Y +3 +1128 +Width +3 +100 +Height +3 +24 +Tool Tip +5 +0 +NumRows +3 +10 +NumCols +3 +2 +ColLabels +5 +19 +Temp (°C),Emittance +TabOrder +3 +4294967295 +ValueMatrix + +1 +10 +Name +5 +13 +epsilon_abs_4 +X +3 +636 +Y +3 +1128 +Width +3 +100 +Height +3 +24 +Tool Tip +5 +0 +NumRows +3 +10 +NumCols +3 +2 +ColLabels +5 +19 +Temp (°C),Emittance +TabOrder +3 +4294967295 +Numeric + +1 +17 +Name +5 +6 +hl_des +X +3 +378 +Y +3 +1422 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +1 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +59 +Numeric + +1 +17 +Name +5 +14 +loop_therm_eff +X +3 +378 +Y +3 +1446 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +60 +Numeric + +1 +17 +Name +5 +10 +opt_derate +X +3 +378 +Y +3 +1470 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +59 +Numeric + +1 +17 +Name +5 +10 +opt_normal +X +3 +378 +Y +3 +1494 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +60 +Numeric + +1 +17 +Name +5 +12 +reflectivity +X +3 +639 +Y +3 +75 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 + +139 +A_aperture +3 +1 +Reflective aperture area of the collector +m² +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +470.3 +Default +AbsorberMaterial +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +AnnulusGas +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +ColAz +3 +1 +Collector azimuth angle +deg +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +0 +Default +DP_coefs +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +DP_nominal +3 +1 +Pressure drop at design +bar +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +2.5 +Default +DP_pressure_loss +3 +1 +Total loop pressure loss at design +bar +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +D_abs_in +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +D_abs_out +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +D_glass_in +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +D_glass_out +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +D_plug +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +Design_loss +3 +2 + + + +0 +8 +1 +2 +1 +1 +0 +Default +Dirt_mirror +3 +1 +Dirt on mirror derate + +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +0.95 +Default +Error +3 +1 +General optical derate + +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +0.99 +Default +Flow_type +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +GeomEffects +3 +1 +Geometry effects derate + +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +0.98 +Default +GlazingIntactIn +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +HCE_FieldFrac +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +HL_T_coefs +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +HL_w_coefs +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +IAM_L_coefs +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +IAM_T_coefs +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +I_b +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +L_crossover +3 +1 +Length of crossover piping in a loop +m +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +15 +Default +L_mod +3 +1 +The length of the collector module +m +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +44.8 +Default +L_mod_spacing +3 +1 +Piping distance between sequential modules +m +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +1 +Default +OpticalTable +3 +3 + + +MSLF Collector and Receiver +0 +0 +1 +3 +1 +4 +2 1 2 1 + +Default +P_a +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +P_amb +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +Rough +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +Shadowing +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +T_cold_in +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +T_db +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +T_dp +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +Tau_envelope +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +TrackingError +3 +1 +Tracking error derate + +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +0.994 +Default +V_wind +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +W_pb_design +3 +1 + + + +0 +8 +1 +1 +1 +1 +0 +Default +alpha_abs +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +alpha_env +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +azimuth +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.AbsorberMaterial +3 +1 +Absorber material type + +MSLF Collector and Receiver +25 +304L|216L|321H|B42 Copper +2 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.AnnulusGas1 +3 +1 +Annulus gas type 1 + +MSLF Collector and Receiver +18 +Air|Argon|Hydrogen +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.AnnulusGas2 +3 +1 +Annulus gas type 2 + +MSLF Collector and Receiver +18 +Air|Argon|Hydrogen +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.AnnulusGas3 +3 +1 +Annulus gas type 3 + +MSLF Collector and Receiver +18 +Air|Argon|Hydrogen +3 +1 +1 +1 +1 +2 +Default +csp.mslf.sf.AnnulusGas4 +3 +1 +Annulus gas type 4 + +MSLF Collector and Receiver +18 +Air|Argon|Hydrogen +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.DP_coefs0 +3 +1 +Part-load pressure loss adjustment C0 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.DP_coefs1 +3 +1 +Part-load pressure loss adjustment C1 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.DP_coefs2 +3 +1 +Part-load pressure loss adjustment C2 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.DP_coefs3 +3 +1 +Part-load pressure loss adjustment C3 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.D_abs_in +3 +1 +Absorber tube inner diameter +m +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +0.066 +Default +csp.mslf.sf.D_abs_out +3 +1 +Absorber tube outer diameter +m +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +0.07 +Default +csp.mslf.sf.D_glass_in +3 +1 +Glass envelope inner diameter +m +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +0.115 +Default +csp.mslf.sf.D_glass_out +3 +1 +Glass envelope outer diameter +m +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +0.12 +Default +csp.mslf.sf.D_plug +3 +1 +Absorber flow plug diameter +m +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.Design_loss1 +3 +1 +Receiver heat loss at design 1 +W/m +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +150 +Default +csp.mslf.sf.Design_loss2 +3 +1 +Receiver heat loss at design 2 +W/m +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +1100 +Default +csp.mslf.sf.Design_loss3 +3 +1 +Receiver heat loss at design 3 +W/m +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +1500 +Default +csp.mslf.sf.Design_loss4 +3 +1 +Receiver heat loss at design 4 +W/m +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.Flow_type +3 +1 +Absorber flow pattern + +MSLF Collector and Receiver +22 +Tube flow|Annular flow +2 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.GlazingIntactIn1 +3 +1 +Broken glass 1 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.GlazingIntactIn2 +3 +1 +Broken glass 2 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.GlazingIntactIn3 +3 +1 +Broken glass 3 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +1 +Default +csp.mslf.sf.GlazingIntactIn4 +3 +1 +Broken glass 4 + +MSLF Collector and Receiver +0 +1 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.HCE_FieldFrac1 +3 +1 +Variant weighting fraction 1 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.985 +Default +csp.mslf.sf.HCE_FieldFrac2 +3 +1 +Variant weighting fraction 2 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.01 +Default +csp.mslf.sf.HCE_FieldFrac3 +3 +1 +Variant weighting fraction 3 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.005 +Default +csp.mslf.sf.HCE_FieldFrac4 +3 +1 +Variant weighting fraction 4 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.HL_T_coefs0 +3 +1 +HTF temperature adjustment C0 +W/m +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.HL_T_coefs1 +3 +1 +HTF temperature adjustment C1 +W/m-K +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.672 +Default +csp.mslf.sf.HL_T_coefs2 +3 +1 +HTF temperature adjustment C2 +W/m-K^2 +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.002556 +Default +csp.mslf.sf.HL_T_coefs3 +3 +1 +HTF temperature adjustment C3 +W/m-K^3 +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.HL_T_coefs4 +3 +1 +HTF temperature adjustment C4 +W/m-K^4 +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.HL_w_coefs0 +3 +1 +Wind velocity adjustment C0 +W/m +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +1 +Default +csp.mslf.sf.HL_w_coefs1 +3 +1 +Wind velocity adjustment C1 +W/m-(m/s) +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.HL_w_coefs2 +3 +1 +Wind velocity adjustment C2 +W/m-(m/s)^2 +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.HL_w_coefs3 +3 +1 +Wind velocity adjustment C3 +W/m-(m/s)^3 +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.HL_w_coefs4 +3 +1 +Wind velocity adjustment C4 +W/m-(m/s)^4 +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.IAM_L_coefs0 +3 +1 +Longitudinal incidence angle modifier C0 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +1.0031 +Default +csp.mslf.sf.IAM_L_coefs1 +3 +1 +Longitudinal incidence angle modifier C1 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +-0.2259 +Default +csp.mslf.sf.IAM_L_coefs2 +3 +1 +Longitudinal incidence angle modifier C2 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.5368 +Default +csp.mslf.sf.IAM_L_coefs3 +3 +1 +Longitudinal incidence angle modifier C3 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +-1.6434 +Default +csp.mslf.sf.IAM_L_coefs4 +3 +1 +Longitudinal incidence angle modifier C4 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.7222 +Default +csp.mslf.sf.IAM_T_coefs0 +3 +1 +Transverse incidence angle modifier C0 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.9896 +Default +csp.mslf.sf.IAM_T_coefs1 +3 +1 +Transverse incidence angle modifier C1 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.044 +Default +csp.mslf.sf.IAM_T_coefs2 +3 +1 +Transverse incidence angle modifier C2 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +-0.0721 +Default +csp.mslf.sf.IAM_T_coefs3 +3 +1 +Transverse incidence angle modifier C3 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +-0.2327 +Default +csp.mslf.sf.IAM_T_coefs4 +3 +1 +Transverse incidence angle modifier C4 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.P_a1 +3 +1 +Annulus gas pressure 1 +torr +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.0001 +Default +csp.mslf.sf.P_a2 +3 +1 +Annulus gas pressure 2 +torr +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +750 +Default +csp.mslf.sf.P_a3 +3 +1 +Annulus gas pressure 3 +torr +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +750 +Default +csp.mslf.sf.P_a4 +3 +1 +Annulus gas pressure 4 +torr +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.Rough +3 +1 +Internal surface roughness + +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +4.5e-05 +Default +csp.mslf.sf.Shadowing1 +3 +1 +Receiver bellows shadowing loss factor 1 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.96 +Default +csp.mslf.sf.Shadowing2 +3 +1 +Receiver bellows shadowing loss factor 2 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.96 +Default +csp.mslf.sf.Shadowing3 +3 +1 +Receiver bellows shadowing loss factor 3 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.96 +Default +csp.mslf.sf.Shadowing4 +3 +1 +Receiver bellows shadowing loss factor 4 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.963 +Default +csp.mslf.sf.Tau_envelope1 +3 +1 +Envelope transmittance 1 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.963 +Default +csp.mslf.sf.Tau_envelope2 +3 +1 +Envelope transmittance 2 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.963 +Default +csp.mslf.sf.Tau_envelope3 +3 +1 +Envelope transmittance 3 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +1 +Default +csp.mslf.sf.Tau_envelope4 +3 +1 +Envelope transmittance 4 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.alpha_abs1 +3 +1 +Absorber absorptance 1 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.96 +Default +csp.mslf.sf.alpha_abs2 +3 +1 +Absorber absorptance 2 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.96 +Default +csp.mslf.sf.alpha_abs3 +3 +1 +Absorber absorptance 3 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.8 +Default +csp.mslf.sf.alpha_abs4 +3 +1 +Absorber absorptance 4 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.alpha_env1 +3 +1 +Envelope absorptance 1 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.02 +Default +csp.mslf.sf.alpha_env2 +3 +1 +Envelope absorptance 2 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.02 +Default +csp.mslf.sf.alpha_env3 +3 +1 +Envelope absorptance 3 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.alpha_env4 +3 +1 +Envelope absorptance 4 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.avg_dt_des +3 +1 +Average field temp difference at design +'C +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.dirt_env1 +3 +1 +Loss due to dirt on the receiver envelope 1 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.98 +Default +csp.mslf.sf.dirt_env2 +3 +1 +Loss due to dirt on the receiver envelope 2 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.98 +Default +csp.mslf.sf.dirt_env3 +3 +1 +Loss due to dirt on the receiver envelope 3 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +1 +Default +csp.mslf.sf.dirt_env4 +3 +1 +Loss due to dirt on the receiver envelope 4 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.98 +Default +csp.mslf.sf.epsilon_glass1 +3 +1 +Glass envelope emissivity 1 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.86 +Default +csp.mslf.sf.epsilon_glass2 +3 +1 +Glass envelope emissivity 2 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0.86 +Default +csp.mslf.sf.epsilon_glass3 +3 +1 +Glass envelope emissivity 3 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +1 +Default +csp.mslf.sf.epsilon_glass4 +3 +1 +Glass envelope emissivity 4 + +MSLF Collector and Receiver +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.opt_model +3 +1 + + +MSLF Collector and Receiver +50 +Solar position|Collector incidence table|IAM polys +2 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.rec_model +3 +1 +Receiver model type + +MSLF Collector and Receiver +47 +Polynomial heat loss model|Evacuated tube model +2 +1 +1 +1 +1 +0 +Default +defocus +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +demand_var +3 +1 + + + +0 +8 +1 +1 +1 +1 +0 +Default +dirt_env +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +epsilon_abs_1 +3 +3 +Absorber emittance - HCE variation 1 + +MSLF Collector and Receiver +0 +1 +1 +3 +1 +1 +0 +ValueMatrix +epsilon_abs_2 +3 +3 +Absorber emittance - HCE variation 2 + +MSLF Collector and Receiver +19 +Temp ('C)|Emittance +1 +1 +3 +1 +1 +0 +ValueMatrix +epsilon_abs_3 +3 +3 +Absorber emittance - HCE variation 3 + +MSLF Collector and Receiver +19 +Temp ('C)|Emittance +1 +1 +3 +1 +1 +0 +ValueMatrix +epsilon_abs_4 +3 +3 +Absorber emittance - HCE variation 4 + +MSLF Collector and Receiver +19 +Temp ('C)|Emittance +1 +1 +3 +1 +1 +0 +ValueMatrix +epsilon_glass +3 +2 + + +MSLF Collector and Receiver +0 +8 +1 +2 +1 +1 +0 +Default +hl_des +3 +1 +Heat loss at design +W/m +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +loop_therm_eff +3 +1 +Loop thermal efficiency + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +opt_derate +3 +1 +Receiver optical derate + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +opt_model +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +opt_normal +3 +1 +Collector optical loss at normal incidence + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +q_pb_design +3 +1 + + + +0 +8 +1 +1 +1 +1 +0 +Default +rec_model +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +reflectivity +3 +1 +Solar-weighted mirror reflectivity + +MSLF Collector and Receiver +0 +2 +1 +1 +1 +1 +0.935 +Default +tilt +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default +track_mode +3 +1 + + +MSLF Collector and Receiver +0 +8 +1 +1 +1 +1 +0 +Default + +8565 +equations{ 'hl_des' } = define() { + return ?${csp.mslf.sf.rec_model} +[ + ${csp.mslf.sf.HL_T_coefs0} + + ${csp.mslf.sf.HL_T_coefs1} * ${csp.mslf.sf.avg_dt_des} + + ${csp.mslf.sf.HL_T_coefs2} * pow(${csp.mslf.sf.avg_dt_des},2) + + ${csp.mslf.sf.HL_T_coefs3} * pow(${csp.mslf.sf.avg_dt_des},3) + + ${csp.mslf.sf.HL_T_coefs4} * pow(${csp.mslf.sf.avg_dt_des},4) + , + ${csp.mslf.sf.HCE_FieldFrac1} * ${csp.mslf.sf.Design_loss1} + + ${csp.mslf.sf.HCE_FieldFrac2} * ${csp.mslf.sf.Design_loss2} + + ${csp.mslf.sf.HCE_FieldFrac3} * ${csp.mslf.sf.Design_loss3} + + ${csp.mslf.sf.HCE_FieldFrac4} * ${csp.mslf.sf.Design_loss4} +] ; }; + +equations{ 'DP_pressure_loss' } = define() { + return ${nMod} * ${DP_nominal}; }; + +equations{ 'csp.mslf.sf.avg_dt_des' } = define() { + return ( ${T_loop_in_des} + ${T_loop_out} ) / 2 - ${T_amb_sf_des}; }; + +equations{ 'loop_therm_eff' } = define() { + return 1 - ${hl_des} * ${L_mod} * ${nMod} / + (${a_loop} * ${I_bn_des} * ${loop_opt_eff}); }; + +equations{ 'opt_derate' } = define() { + return ?${csp.mslf.sf.rec_model} +[ + 1 +, + ${csp.mslf.sf.HCE_FieldFrac1}*${csp.mslf.sf.Shadowing1}*${csp.mslf.sf.dirt_env1} + + ${csp.mslf.sf.HCE_FieldFrac2}*${csp.mslf.sf.Shadowing2}*${csp.mslf.sf.dirt_env2} + + ${csp.mslf.sf.HCE_FieldFrac3}*${csp.mslf.sf.Shadowing3}*${csp.mslf.sf.dirt_env3} + + ${csp.mslf.sf.HCE_FieldFrac4}*${csp.mslf.sf.Shadowing4}*${csp.mslf.sf.dirt_env4} +]; }; + +equations{ 'opt_normal' } = define() { + return ${TrackingError} + * ${GeomEffects} + * ${reflectivity} + * ${Dirt_mirror} + * ${Error}; }; + +equations{ 'opt_model' } = define() { +return ${csp.mslf.sf.opt_model} + 1; }; + +equations{ 'rec_model' } = define() { +return ${csp.mslf.sf.rec_model} + 1; }; + + +//============================================================================= +// create receiver arrays based on variation +//============================================================================= +equations{ 'HCE_FieldFrac' } = define() { + hce[0] = ${csp.mslf.sf.HCE_FieldFrac1}; + hce[1] = ${csp.mslf.sf.HCE_FieldFrac2}; + hce[2] = ${csp.mslf.sf.HCE_FieldFrac3}; + hce[3] = ${csp.mslf.sf.HCE_FieldFrac4}; + return hce; +}; + +equations{ 'alpha_abs' } = define() { + hce[0] = ${csp.mslf.sf.alpha_abs1}; + hce[1] = ${csp.mslf.sf.alpha_abs2}; + hce[2] = ${csp.mslf.sf.alpha_abs3}; + hce[3] = ${csp.mslf.sf.alpha_abs4}; + return hce; +}; + +equations{ 'alpha_env' } = define() { + hce[0] = ${csp.mslf.sf.alpha_env1}; + hce[1] = ${csp.mslf.sf.alpha_env2}; + hce[2] = ${csp.mslf.sf.alpha_env3}; + hce[3] = ${csp.mslf.sf.alpha_env4}; + return hce; +}; + +equations{ 'epsilon_glass' } = define() { + hce[0] = ${csp.mslf.sf.epsilon_glass1}; + hce[1] = ${csp.mslf.sf.epsilon_glass2}; + hce[2] = ${csp.mslf.sf.epsilon_glass3}; + hce[3] = ${csp.mslf.sf.epsilon_glass4}; + return hce; +}; + +equations{ 'Tau_envelope' } = define() { + hce[0] = ${csp.mslf.sf.Tau_envelope1}; + hce[1] = ${csp.mslf.sf.Tau_envelope2}; + hce[2] = ${csp.mslf.sf.Tau_envelope3}; + hce[3] = ${csp.mslf.sf.Tau_envelope4}; + return hce; +}; + +equations{ 'GlazingIntactIn' } = define() { + hce[0] = 1 - ${csp.mslf.sf.GlazingIntactIn1}; + hce[1] = 1 - ${csp.mslf.sf.GlazingIntactIn2}; + hce[2] = 1 - ${csp.mslf.sf.GlazingIntactIn3}; + hce[3] = 1 - ${csp.mslf.sf.GlazingIntactIn4}; + return hce; +}; + +equations{ 'P_a' } = define() { + hce[0] = ${csp.mslf.sf.P_a1}; + hce[1] = ${csp.mslf.sf.P_a2}; + hce[2] = ${csp.mslf.sf.P_a3}; + hce[3] = ${csp.mslf.sf.P_a4}; + return hce; +}; + +equations{ 'Shadowing' } = define() { + hce[0] = ${csp.mslf.sf.Shadowing1}; + hce[1] = ${csp.mslf.sf.Shadowing2}; + hce[2] = ${csp.mslf.sf.Shadowing3}; + hce[3] = ${csp.mslf.sf.Shadowing4}; + return hce; +}; + +equations{ 'dirt_env' } = define() { + hce[0] = ${csp.mslf.sf.dirt_env1}; + hce[1] = ${csp.mslf.sf.dirt_env2}; + hce[2] = ${csp.mslf.sf.dirt_env3}; + hce[3] = ${csp.mslf.sf.dirt_env4}; + return hce; +}; + +equations{ 'DP_coefs' } = define() { + hce[0] = ${csp.mslf.sf.DP_coefs0}; + hce[1] = ${csp.mslf.sf.DP_coefs1}; + hce[2] = ${csp.mslf.sf.DP_coefs2}; + hce[3] = ${csp.mslf.sf.DP_coefs3}; + return hce; +}; + +equations{ 'Design_loss' } = define() { + hce[0] = ${csp.mslf.sf.Design_loss1}; + hce[1] = ${csp.mslf.sf.Design_loss2}; + hce[2] = ${csp.mslf.sf.Design_loss3}; + hce[3] = ${csp.mslf.sf.Design_loss4}; + return hce; +}; + +equations{ 'HL_T_coefs' } = define() { + hce[0] = ${csp.mslf.sf.HL_T_coefs0}; + hce[1] = ${csp.mslf.sf.HL_T_coefs1}; + hce[2] = ${csp.mslf.sf.HL_T_coefs2}; + hce[3] = ${csp.mslf.sf.HL_T_coefs3}; + hce[4] = ${csp.mslf.sf.HL_T_coefs4}; + return hce; +}; + +equations{ 'HL_w_coefs' } = define() { + hce[0] = ${csp.mslf.sf.HL_w_coefs0}; + hce[1] = ${csp.mslf.sf.HL_w_coefs1}; + hce[2] = ${csp.mslf.sf.HL_w_coefs2}; + hce[3] = ${csp.mslf.sf.HL_w_coefs3}; + hce[4] = ${csp.mslf.sf.HL_w_coefs4}; + return hce; +}; + +equations{ 'IAM_L_coefs' } = define() { + hce[0] = ${csp.mslf.sf.IAM_L_coefs0}; + hce[1] = ${csp.mslf.sf.IAM_L_coefs1}; + hce[2] = ${csp.mslf.sf.IAM_L_coefs2}; + hce[3] = ${csp.mslf.sf.IAM_L_coefs3}; + hce[4] = ${csp.mslf.sf.IAM_L_coefs4}; + return hce; +}; + +equations{ 'IAM_T_coefs' } = define() { + hce[0] = ${csp.mslf.sf.IAM_T_coefs0}; + hce[1] = ${csp.mslf.sf.IAM_T_coefs1}; + hce[2] = ${csp.mslf.sf.IAM_T_coefs2}; + hce[3] = ${csp.mslf.sf.IAM_T_coefs3}; + hce[4] = ${csp.mslf.sf.IAM_T_coefs4}; + return hce; +}; + + + +// four types in ssc one shown on ui + +equations{ 'D_abs_in' } = define() { + hce[0] = ${csp.mslf.sf.D_abs_in}; + hce[1] = ${csp.mslf.sf.D_abs_in}; + hce[2] = ${csp.mslf.sf.D_abs_in}; + hce[3] = ${csp.mslf.sf.D_abs_in}; + return hce; +}; + +equations{ 'D_abs_out' } = define() { + hce[0] = ${csp.mslf.sf.D_abs_out}; + hce[1] = ${csp.mslf.sf.D_abs_out}; + hce[2] = ${csp.mslf.sf.D_abs_out}; + hce[3] = ${csp.mslf.sf.D_abs_out}; + return hce; +}; + +equations{ 'D_glass_in' } = define() { + hce[0] = ${csp.mslf.sf.D_glass_in}; + hce[1] = ${csp.mslf.sf.D_glass_in}; + hce[2] = ${csp.mslf.sf.D_glass_in}; + hce[3] = ${csp.mslf.sf.D_glass_in}; + return hce; +}; + +equations{ 'D_glass_out' } = define() { + hce[0] = ${csp.mslf.sf.D_glass_out}; + hce[1] = ${csp.mslf.sf.D_glass_out}; + hce[2] = ${csp.mslf.sf.D_glass_out}; + hce[3] = ${csp.mslf.sf.D_glass_out}; + return hce; +}; + +equations{ 'D_plug' } = define() { + hce[0] = ${csp.mslf.sf.D_plug}; + hce[1] = ${csp.mslf.sf.D_plug}; + hce[2] = ${csp.mslf.sf.D_plug}; + hce[3] = ${csp.mslf.sf.D_plug}; + return hce; +}; + +equations{ 'Rough' } = define() { + hce[0] = ${csp.mslf.sf.Rough}; + hce[1] = ${csp.mslf.sf.Rough}; + hce[2] = ${csp.mslf.sf.Rough}; + hce[3] = ${csp.mslf.sf.Rough}; + return hce; +}; + +equations{ 'Flow_type' } = define() { + hce[0] = ${csp.mslf.sf.Flow_type}+1; + hce[1] = ${csp.mslf.sf.Flow_type}+1; + hce[2] = ${csp.mslf.sf.Flow_type}+1; + hce[3] = ${csp.mslf.sf.Flow_type}+1; + return hce; +}; + +equations{ 'AbsorberMaterial' } = define() { + hce[0] = ${csp.mslf.sf.AbsorberMaterial}+1; + hce[1] = ${csp.mslf.sf.AbsorberMaterial}+1; + hce[2] = ${csp.mslf.sf.AbsorberMaterial}+1; + hce[3] = ${csp.mslf.sf.AbsorberMaterial}+1; + return hce; +}; + +//============================================================================= +equations{ 'AnnulusGas' } = define() { // annulus gas type + hce[0] = ${csp.mslf.sf.AnnulusGas1}; + hce[1] = ${csp.mslf.sf.AnnulusGas2}; + hce[2] = ${csp.mslf.sf.AnnulusGas3}; + hce[3] = ${csp.mslf.sf.AnnulusGas4}; + + //case 1: p1[i]=26; break; // Argon + //case 2: p1[i]=27; break; // Hydrogen + //default: p1[i]=1; break; // Air + + for (i=0;i<4;i++) { + if(hce[i] == 1) + hce[i] = 26; + elseif(hce[i] == 2) + hce[i] = 27; + else + hce[i] = 1; + } + return hce; +}; + + + + + + +// initializations from tcsMSLF in SAMwx interop layer +equations{ 'I_b' } = define() { +return 0; }; +equations{ 'T_db' } = define() { +return 15; }; +equations{ 'V_wind' } = define() { +return 1.5; }; +equations{ 'P_amb' } = define() { +return 1; }; +equations{ 'T_dp' } = define() { +return 10; }; +equations{ 'SolarAz' } = define() { +return 0; }; +equations{ 'defocus' } = define() { +return 1; }; +equations{ 'T_cold_in' } = define() { +return 293; }; + +equations{ 'track_mode' } = define() { +return 1; }; +equations{ 'tilt' } = define() { +return 0; }; +equations{ 'azimuth' } = define() { +return 0; }; + + +equations{ 'I_b' } = define() { +return 0; }; +equations{ 'T_db' } = define() { +return 15; }; +equations{ 'V_wind' } = define() { +return 1.5; }; +equations{ 'P_amb' } = define() { +return 1; }; +equations{ 'T_dp' } = define() { +return 10; }; +//equations{ 'SolarAz' } = define() { +//return 0; }; +equations{ 'defocus' } = define() { +return 1; }; +equations{ 'T_cold_in' } = define() { +return 274.7; }; + + + + +equations{ 'q_pb_design' } = define() { +return ${sf_q_design}; }; +equations{ 'W_pb_design' } = define() { +return ${P_ref}; }; +equations{ 'demand_var' } = define() { +return ${P_ref}; }; + + +4102 +on_load{"Molten Salt Linear Fresnel Collector and Receiver"}=define(){ + on_change{"csp.mslf.sf.opt_model"}(); + on_change{"csp.mslf.sf.rec_model"}(); + }; + +on_change{"csp.mslf.sf.opt_model"}=define(){ + mode = value("csp.mslf.sf.opt_model"); + enable("csp.mslf.sf.IAM_T_coefs0",mode==2); + enable("csp.mslf.sf.IAM_T_coefs1",mode==2); + enable("csp.mslf.sf.IAM_T_coefs2",mode==2); + enable("csp.mslf.sf.IAM_T_coefs3",mode==2); + enable("csp.mslf.sf.IAM_T_coefs4",mode==2); + enable("csp.mslf.sf.IAM_L_coefs0",mode==2); + enable("csp.mslf.sf.IAM_L_coefs1",mode==2); + enable("csp.mslf.sf.IAM_L_coefs2",mode==2); + enable("csp.mslf.sf.IAM_L_coefs3",mode==2); + enable("csp.mslf.sf.IAM_L_coefs4",mode==2); + enable("csp.mslf.sf.OpticalTable",(mode==0)||(mode==1)); + + enable("ColAz",(mode!=0)); + if (mode==0){ + value("ColAz",0); + } + }; + + on_change{"csp.mslf.sf.rec_model"}=define(){ + mode = value("csp.mslf.sf.rec_model"); + + enable("csp.mslf.sf.HL_T_coefs0",mode==0); + enable("csp.mslf.sf.HL_T_coefs1",mode==0); + enable("csp.mslf.sf.HL_T_coefs2",mode==0); + enable("csp.mslf.sf.HL_T_coefs3",mode==0); + enable("csp.mslf.sf.HL_T_coefs4",mode==0); + enable("csp.mslf.sf.HL_w_coefs0",mode==0); + enable("csp.mslf.sf.HL_w_coefs1",mode==0); + enable("csp.mslf.sf.HL_w_coefs2",mode==0); + enable("csp.mslf.sf.HL_w_coefs3",mode==0); + enable("csp.mslf.sf.HL_w_coefs4",mode==0); + + enable("csp.mslf.sf.DP_nominal",mode==0); + enable("csp.mslf.sf.DP_coefs0",mode==0); + enable("csp.mslf.sf.DP_coefs1",mode==0); + enable("csp.mslf.sf.DP_coefs2",mode==0); + enable("csp.mslf.sf.DP_coefs3",mode==0); + enable("csp.mslf.sf.DP_pressure_loss",mode==0); + + enable("csp.mslf.sf.D_abs_in",mode==1); + enable("csp.mslf.sf.D_abs_out",mode==1); + enable("csp.mslf.sf.D_glass_in",mode==1); + enable("csp.mslf.sf.D_glass_out",mode==1); + enable("csp.mslf.sf.D_plug",mode==1); + enable("csp.mslf.sf.Rough",mode==1); + enable("csp.mslf.sf.Flow_type",mode==1); + enable("csp.mslf.sf.AbsorberMaterial",mode==1); + + enable("csp.mslf.sf.HCE_FieldFrac1",mode==1); + enable("csp.mslf.sf.HCE_FieldFrac2",mode==1); + enable("csp.mslf.sf.HCE_FieldFrac3",mode==1); + enable("csp.mslf.sf.HCE_FieldFrac4",mode==1); + + enable("csp.mslf.sf.alpha_abs1",mode==1); + enable("csp.mslf.sf.alpha_abs2",mode==1); + enable("csp.mslf.sf.alpha_abs3",mode==1); + enable("csp.mslf.sf.alpha_abs4",mode==1); + + enable("csp.mslf.sf.epsilon_abs_1",mode==1); + enable("csp.mslf.sf.epsilon_abs_2",mode==1); + enable("csp.mslf.sf.epsilon_abs_3",mode==1); + enable("csp.mslf.sf.epsilon_abs_4",mode==1); + + enable("csp.mslf.sf.alpha_env1",mode==1); + enable("csp.mslf.sf.alpha_env2",mode==1); + enable("csp.mslf.sf.alpha_env3",mode==1); + enable("csp.mslf.sf.alpha_env4",mode==1); + + enable("csp.mslf.sf.epsilon_glass1",mode==1); + enable("csp.mslf.sf.epsilon_glass2",mode==1); + enable("csp.mslf.sf.epsilon_glass3",mode==1); + enable("csp.mslf.sf.epsilon_glass4",mode==1); + + enable("csp.mslf.sf.Tau_envelope1",mode==1); + enable("csp.mslf.sf.Tau_envelope2",mode==1); + enable("csp.mslf.sf.Tau_envelope3",mode==1); + enable("csp.mslf.sf.Tau_envelope4",mode==1); + + enable("csp.mslf.sf.GlazingIntactIn1",mode==1); + enable("csp.mslf.sf.GlazingIntactIn2",mode==1); + enable("csp.mslf.sf.GlazingIntactIn3",mode==1); + enable("csp.mslf.sf.GlazingIntactIn4",mode==1); + + enable("csp.mslf.sf.AnnulusGas1",mode==1); + enable("csp.mslf.sf.AnnulusGas2",mode==1); + enable("csp.mslf.sf.AnnulusGas3",mode==1); + enable("csp.mslf.sf.AnnulusGas4",mode==1); + + enable("csp.mslf.sf.P_a1",mode==1); + enable("csp.mslf.sf.P_a2",mode==1); + enable("csp.mslf.sf.P_a3",mode==1); + enable("csp.mslf.sf.P_a4",mode==1); + + enable("csp.mslf.sf.Design_loss1",mode==1); + enable("csp.mslf.sf.Design_loss2",mode==1); + enable("csp.mslf.sf.Design_loss3",mode==1); + enable("csp.mslf.sf.Design_loss4",mode==1); + + enable("csp.mslf.sf.Shadowing1",mode==1); + enable("csp.mslf.sf.Shadowing2",mode==1); + enable("csp.mslf.sf.Shadowing3",mode==1); + enable("csp.mslf.sf.Shadowing4",mode==1); + + enable("csp.mslf.sf.dirt_env1",mode==1); + enable("csp.mslf.sf.dirt_env2",mode==1); + enable("csp.mslf.sf.dirt_env3",mode==1); + enable("csp.mslf.sf.dirt_env4",mode==1); + + }; diff --git a/deploy/runtime/ui/Molten Salt Linear Fresnel Parasitics_old.txt b/deploy/runtime/ui/Molten Salt Linear Fresnel Parasitics_old.txt new file mode 100644 index 0000000000..2311df755a --- /dev/null +++ b/deploy/runtime/ui/Molten Salt Linear Fresnel Parasitics_old.txt @@ -0,0 +1,1884 @@ +Molten Salt Linear Fresnel Parasitics +825 +346 +25 +GroupBox + +1 +8 +Name +5 +9 +GroupBox1 +X +3 +12 +Y +3 +9 +Width +3 +803 +Height +3 +329 +Tool Tip +5 +0 +Caption +5 +10 +Parasitics +Bold +2 +1 +Label + +1 +13 +Name +5 +6 +Label1 +X +3 +387 +Y +3 +255 +Width +3 +56 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +6 +Factor +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +7 +Label11 +X +3 +444 +Y +3 +255 +Width +3 +56 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +7 +Coeff 0 +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +8 +Label111 +X +3 +501 +Y +3 +255 +Width +3 +56 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +7 +Coeff 1 +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +9 +Label1111 +X +3 +558 +Y +3 +255 +Width +3 +56 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +7 +Coeff 2 +TextColour +4 +0 +0 +0 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Label + +1 +13 +Name +5 +6 +Label2 +X +3 +423 +Y +3 +162 +Width +3 +137 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +19 +Design Point Totals +TextColour +4 +0 +128 +192 +255 +Bold +2 +0 +FontSize +3 +0 +WordWrap +2 +0 +AlignRight +2 +0 +AlignTop +2 +0 +Numeric + +1 +17 +Name +5 +12 +Pipe_hl_coef +X +3 +423 +Y +3 +36 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +1 +Numeric + +1 +17 +Name +5 +15 +SCA_drives_elec +X +3 +423 +Y +3 +60 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +2 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.control.aux_array_c0 +X +3 +444 +Y +3 +303 +Width +3 +55 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +13 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.control.aux_array_c1 +X +3 +501 +Y +3 +303 +Width +3 +55 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +14 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.control.aux_array_c2 +X +3 +558 +Y +3 +303 +Width +3 +55 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +15 +Numeric + +1 +17 +Name +5 +31 +csp.mslf.control.aux_array_mult +X +3 +192 +Y +3 +303 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +11 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.control.aux_array_pf +X +3 +387 +Y +3 +303 +Width +3 +55 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +12 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.control.bop_array_c0 +X +3 +444 +Y +3 +279 +Width +3 +55 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +8 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.control.bop_array_c1 +X +3 +501 +Y +3 +279 +Width +3 +55 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +9 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.control.bop_array_c2 +X +3 +558 +Y +3 +279 +Width +3 +55 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +10 +Numeric + +1 +17 +Name +5 +31 +csp.mslf.control.bop_array_mult +X +3 +192 +Y +3 +279 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +6 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.control.bop_array_pf +X +3 +387 +Y +3 +279 +Width +3 +55 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +7 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.par.calc.aux +X +3 +669 +Y +3 +300 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +21 +csp.mslf.par.calc.bop +X +3 +669 +Y +3 +276 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +28 +csp.mslf.par.calc.frac_gross +X +3 +423 +Y +3 +213 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +26 +csp.mslf.par.calc.tracking +X +3 +423 +Y +3 +189 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +1 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +12 +pb_fixed_par +X +3 +423 +Y +3 +132 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +5 +Numeric + +1 +17 +Name +5 +12 +pb_pump_coef +X +3 +423 +Y +3 +84 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +3 +Numeric + +1 +17 +Name +5 +13 +tes_pump_coef +X +3 +423 +Y +3 +108 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +4 + +28 +Pipe_hl_coef +3 +1 +Non-receiver piping thermal loss coefficient +W/m²-K +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0.45 +Default +SCA_drives_elec +3 +1 +Tracking power in Watts per SCA drive +W/module +MSLF Parasitics +0 +2 +1 +1 +1 +1 +125 +Default +V_tes_des +3 +1 +Design-point velocity to size the TES pipe diameters +m/s +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0 +Default +aux_array +3 +2 + + +MSLF Parasitics +0 +8 +1 +2 +1 +1 +0 +Default +bop_array +3 +2 + + +MSLF Parasitics +0 +8 +1 +2 +1 +1 +0 +Default +csp.mslf.control.aux_array_c0 +3 +1 +Aux Coeff 0 + +MSLF Parasitics +0 +3 +1 +1 +1 +1 +0.483 +Default +csp.mslf.control.aux_array_c1 +3 +1 +Aux Coeff 1 + +MSLF Parasitics +0 +3 +1 +1 +1 +1 +0.517 +Default +csp.mslf.control.aux_array_c2 +3 +1 + + +MSLF Parasitics +0 +0 +1 +1 +1 +1 +0 +Default +csp.mslf.control.aux_array_mult +3 +1 +Aux heater,boiler parasitic +MWe/MWcap +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0.02273 +Default +csp.mslf.control.aux_array_pf +3 +1 +Aux Multiplier Factor + +MSLF Parasitics +0 +3 +1 +1 +1 +1 +1 +Default +csp.mslf.control.bop_array_c0 +3 +1 +BOP Coeff 0 + +MSLF Parasitics +0 +3 +1 +1 +1 +1 +0.483 +Default +csp.mslf.control.bop_array_c1 +3 +1 +BOP Coeff 1 + +MSLF Parasitics +0 +3 +1 +1 +1 +1 +0.517 +Default +csp.mslf.control.bop_array_c2 +3 +1 +BOP Coeff 2 + +MSLF Parasitics +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.control.bop_array_mult +3 +1 +Balance of plant parasitic +MWe/MWcap +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0 +Default +csp.mslf.control.bop_array_pf +3 +1 +BOP Multiplier Factor + +MSLF Parasitics +0 +3 +1 +1 +1 +1 +1 +Default +csp.mslf.par.calc.aux +3 +1 +Aux +MWe +MSLF Parasitics +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.par.calc.bop +3 +1 +BOP +MWe +MSLF Parasitics +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.par.calc.frac_gross +3 +1 +Fixed parasitic loss +MWe +MSLF Parasitics +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.par.calc.tracking +3 +1 +Tracking parasitic loss +We +MSLF Parasitics +0 +8 +1 +1 +1 +1 +0 +Default +custom_sgs_pipe_sizes +3 +1 +Use custom SGS pipe diams, wallthks, and lengths +- +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0 +Default +custom_tes_p_loss +3 +1 +TES pipe losses are based on custom lengths and coeffs +- +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0 +Default +k_tes_loss_coeffs +3 +2 +Minor loss coeffs for the coll, gen, and bypass loops +- +MSLF Parasitics +0 +0 +1 +2 +1 +1 +0 +Default +pb_fixed_par +3 +1 +Fraction of rated gross power constantly consumed + +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0.0055 +Default +pb_pump_coef +3 +1 +Pumping power to move 1kg of HTF through PB loop +kJ/kg +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0.55 +Default +sgs_diams +3 +2 +Custom SGS diameters +m +MSLF Parasitics +0 +0 +1 +2 +1 +1 +0 +Default +sgs_lengths +3 +2 +Custom SGS lengths +m +MSLF Parasitics +0 +0 +1 +2 +1 +1 +0 +Default +sgs_wallthicks +3 +2 +Custom SGS wall thicknesses +m +MSLF Parasitics +0 +0 +1 +2 +1 +1 +0 +Default +tes_pump_coef +3 +1 +Pumping power to move 1kg of HTF through TES loop +kJ/kg +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0.15 +Default + +1226 +equations{ 'csp.mslf.par.calc.frac_gross' } = define() { + return ${P_ref} * ${pb_fixed_par}; }; + +equations{ 'csp.mslf.par.calc.tracking' } = define() { + return ${nMod} * ${nLoops} * ${SCA_drives_elec}; }; + +equations{ 'csp.mslf.par.calc.bop' } = define() { + return ${csp.mslf.control.bop_array_mult}*${csp.mslf.control.bop_array_pf} + *(${csp.mslf.control.bop_array_c0}+${csp.mslf.control.bop_array_c1} + +${csp.mslf.control.bop_array_c2})*${P_ref} +; }; + +equations{ 'csp.mslf.par.calc.aux' } = define() { + return ${csp.mslf.control.aux_array_mult}*${csp.mslf.control.aux_array_pf} + *(${csp.mslf.control.aux_array_c0}+${csp.mslf.control.aux_array_c1} + +${csp.mslf.control.aux_array_c2})*${P_ref} +; }; + +equations{ 'bop_array' } = define() { + a[0] = ${csp.mslf.control.bop_array_mult}; + a[1] = ${csp.mslf.control.bop_array_pf}; + a[2] = ${csp.mslf.control.bop_array_c0}; + a[3] = ${csp.mslf.control.bop_array_c1}; + a[4] = ${csp.mslf.control.bop_array_c2}; + return a; +}; + +equations{ 'aux_array' } = define() { + a[0] = ${csp.mslf.control.aux_array_mult}; + a[1] = ${csp.mslf.control.aux_array_pf}; + a[2] = ${csp.mslf.control.aux_array_c0}; + a[3] = ${csp.mslf.control.aux_array_c1}; + a[4] = ${csp.mslf.control.aux_array_c2}; + return a; +}; +0 \ No newline at end of file diff --git a/deploy/runtime/ui/Molten Salt Linear Fresnel Solar Field_old.txt b/deploy/runtime/ui/Molten Salt Linear Fresnel Solar Field_old.txt new file mode 100644 index 0000000000..aee38d6cce --- /dev/null +++ b/deploy/runtime/ui/Molten Salt Linear Fresnel Solar Field_old.txt @@ -0,0 +1,4283 @@ +Molten Salt Linear Fresnel Solar Field +1011 +743 +53 +GroupBox + +1 +8 +Name +5 +9 +GroupBox1 +X +3 +6 +Y +3 +9 +Width +3 +542 +Height +3 +455 +Tool Tip +5 +0 +Caption +5 +22 +Solar field parameters +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +9 +GroupBox2 +X +3 +552 +Y +3 +9 +Width +3 +452 +Height +3 +326 +Tool Tip +5 +0 +Caption +5 +19 +Heat Transfer Fluid +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +9 +GroupBox3 +X +3 +9 +Y +3 +468 +Width +3 +539 +Height +3 +134 +Tool Tip +5 +0 +Caption +5 +19 +Plant Heat Capacity +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +9 +GroupBox4 +X +3 +552 +Y +3 +336 +Width +3 +452 +Height +3 +296 +Tool Tip +5 +0 +Caption +5 +12 +Design Point +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +9 +GroupBox5 +X +3 +9 +Y +3 +606 +Width +3 +539 +Height +3 +107 +Tool Tip +5 +0 +Caption +5 +9 +Land Area +Bold +2 +1 +GroupBox + +1 +8 +Name +5 +9 +GroupBox6 +X +3 +552 +Y +3 +633 +Width +3 +452 +Height +3 +80 +Tool Tip +5 +0 +Caption +5 +14 +Mirror Washing +Bold +2 +1 +Numeric + +1 +17 +Name +5 +9 +HDR_rough +X +3 +390 +Y +3 +270 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +10 +MaterialProperties + +1 +7 +Name +5 +8 +HTF_data +X +3 +783 +Y +3 +60 +Width +3 +98 +Height +3 +27 +Tool Tip +5 +0 +TabOrder +3 +15 +Numeric + +1 +17 +Name +5 +8 +I_bn_des +X +3 +390 +Y +3 +81 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +3 +Numeric + +1 +17 +Name +5 +12 +T_amb_sf_des +X +3 +390 +Y +3 +105 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +4 +Numeric + +1 +17 +Name +5 +11 +T_field_ini +X +3 +390 +Y +3 +366 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +11 +Numeric + +1 +17 +Name +5 +4 +T_fp +X +3 +390 +Y +3 +342 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +11 +Numeric + +1 +17 +Name +5 +13 +T_loop_in_des +X +3 +783 +Y +3 +141 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +16 +Numeric + +1 +17 +Name +5 +10 +T_loop_out +X +3 +783 +Y +3 +165 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +17 +Numeric + +1 +17 +Name +5 +9 +V_hdr_max +X +3 +783 +Y +3 +276 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +23 +Numeric + +1 +17 +Name +5 +9 +V_hdr_min +X +3 +783 +Y +3 +252 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +22 +Numeric + +1 +17 +Name +5 +10 +V_wind_des +X +3 +390 +Y +3 +129 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +0 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +7 +Numeric + +1 +17 +Name +5 +7 +a_field +X +3 +390 +Y +3 +57 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +2 +Numeric + +1 +17 +Name +5 +6 +a_loop +X +3 +843 +Y +3 +360 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +27 +Numeric + +1 +17 +Name +5 +8 +a_sf_act +X +3 +843 +Y +3 +552 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +1 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +35 +Choice + +1 +9 +Name +5 +23 +csp.mslf.sf.FieldConfig +X +3 +390 +Y +3 +198 +Width +3 +142 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +0 +Selection +3 +4294967295 +TabOrder +3 +5 +Choice + +1 +9 +Name +5 +17 +csp.mslf.sf.Fluid +X +3 +783 +Y +3 +36 +Width +3 +160 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +10 +Solar Salt +Caloria +Hitec XL +VP-1 +Hitec +Dowtherm Q +Dowtherm RP +Therminol 59 +Therminol 66 +User-defined... +Selection +3 +4294967295 +TabOrder +3 +14 +Numeric + +1 +17 +Name +5 +32 +csp.mslf.sf.field_thermal_output +X +3 +1284 +Y +3 +834 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +37 +Choice + +1 +9 +Name +5 +20 +csp.mslf.sf.fthrctrl +X +3 +390 +Y +3 +435 +Width +3 +142 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +0 +Selection +3 +4294967295 +TabOrder +3 +5 +Numeric + +1 +17 +Name +5 +22 +csp.mslf.sf.sm1_nLoops +X +3 +843 +Y +3 +504 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +33 +RadioChoice + +1 +11 +Name +5 +22 +csp.mslf.sf.sm_or_area +X +3 +27 +Y +3 +30 +Width +3 +95 +Height +3 +50 +Tool Tip +5 +0 +Selection +3 +0 +Items +6 +2 +Option 1: +Option 2: +ShowCaptions +2 +1 +Horizontal +2 +0 +TabOrder +3 +1 +Numeric + +1 +17 +Name +5 +8 +eta_pump +X +3 +390 +Y +3 +246 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +9 +Numeric + +1 +17 +Name +5 +10 +field_area +X +3 +300 +Y +3 +630 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +38 +Numeric + +1 +17 +Name +5 +20 +field_thermal_output +X +3 +843 +Y +3 +600 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +36 +CheckBox + +1 +9 +Name +5 +6 +fthrok +X +3 +390 +Y +3 +411 +Width +3 +110 +Height +3 +21 +Tool Tip +5 +0 +Caption +5 +0 +State +2 +1 +TabOrder +3 +6 +Numeric + +1 +17 +Name +5 +16 +htf_max_opt_temp +X +3 +783 +Y +3 +117 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +16 +Numeric + +1 +17 +Name +5 +16 +htf_min_opt_temp +X +3 +783 +Y +3 +93 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +16 +Numeric + +1 +17 +Name +5 +9 +land_mult +X +3 +300 +Y +3 +654 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +39 +Numeric + +1 +17 +Name +5 +8 +loop_eff +X +3 +843 +Y +3 +432 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +30 +Numeric + +1 +17 +Name +5 +12 +loop_opt_eff +X +3 +843 +Y +3 +384 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +28 +Numeric + +1 +17 +Name +5 +14 +loop_therm_eff +X +3 +843 +Y +3 +408 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +29 +Numeric + +1 +17 +Name +5 +12 +m_dot_htfmax +X +3 +783 +Y +3 +213 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +19 +Numeric + +1 +17 +Name +5 +12 +m_dot_htfmin +X +3 +783 +Y +3 +189 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +18 +Numeric + +1 +17 +Name +5 +11 +mc_bal_cold +X +3 +360 +Y +3 +513 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +23 +Numeric + +1 +17 +Name +5 +10 +mc_bal_hot +X +3 +360 +Y +3 +489 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +22 +Numeric + +1 +17 +Name +5 +10 +mc_bal_sca +X +3 +360 +Y +3 +537 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +24 +Numeric + +1 +17 +Name +5 +6 +nLoops +X +3 +843 +Y +3 +528 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +34 +Numeric + +1 +17 +Name +5 +4 +nMod +X +3 +390 +Y +3 +177 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +0 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +8 +Numeric + +1 +17 +Name +5 +11 +rec_htf_vol +X +3 +360 +Y +3 +561 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +25 +Numeric + +1 +17 +Name +5 +11 +sf_q_design +X +3 +843 +Y +3 +456 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +31 +Numeric + +1 +17 +Name +5 +12 +sm1_aperture +X +3 +843 +Y +3 +480 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +1 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +32 +Numeric + +1 +17 +Name +5 +10 +solar_mult +X +3 +843 +Y +3 +576 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +36 +Numeric + +1 +17 +Name +5 +15 +solar_mult_spec +X +3 +390 +Y +3 +33 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +2 +Numeric + +1 +17 +Name +5 +9 +theta_dep +X +3 +390 +Y +3 +318 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +11 +Numeric + +1 +17 +Name +5 +10 +theta_stow +X +3 +390 +Y +3 +294 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +11 +Numeric + +1 +17 +Name +5 +15 +total_land_area +X +3 +300 +Y +3 +678 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +40 +Numeric + +1 +17 +Name +5 +15 +washes_per_year +X +3 +843 +Y +3 +681 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +42 +Numeric + +1 +17 +Name +5 +14 +water_per_wash +X +3 +843 +Y +3 +657 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +41 + +84 +FieldConfig +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +Fluid +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +HDR_rough +3 +1 +Header pipe roughness +m +MSLF Solar Field +0 +2 +1 +1 +1 +1 +4.6e-05 +Default +HTF_data +3 +3 +User-defined solar field HTF + +MSLF Solar Field +0 +0 +1 +3 +1 +9 +1 7 0 0 0 0 0 0 0 + +MaterialProperties +I_bn_des +3 +1 +Irradiation at design +W/m² +MSLF Solar Field +0 +2 +1 +1 +1 +1 +950 +Default +L_rnr_pb +3 +1 +Length of runner pipe in pb +m +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +L_rnr_per_xpan +3 +1 +Threshold length of straight runner pipe without an expansion loop +m +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +L_xpan_hdr +3 +1 +Combined perpendicular lengths of each header expansion loop +m +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +L_xpan_rnr +3 +1 +Combined perpendicular lengths of each runner expansion loop +m +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +Min_rnr_xpans +3 +1 +Minimum number of expansion loops per single-diameter runner section +- +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +N_hdr_per_xpan +3 +1 +Number of collector loops per expansion loop +- +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +N_max_hdr_diams +3 +1 +Max header diameters +- +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +T_amb_sf_des +3 +1 +Design-point ambient temperature +°C +MSLF Solar Field +0 +2 +1 +1 +1 +1 +25 +Default +T_field_ini +3 +1 +Initial field temperature +°C +MSLF Solar Field +0 +2 +1 +1 +1 +1 +300 +Default +T_field_out_des +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +T_fp +3 +1 +Freeze point heat trace activation temperature +°C +MSLF Solar Field +0 +2 +1 +1 +1 +1 +260 +Default +T_loop_in_des +3 +1 +Design loop inlet temperature +°C +MSLF Solar Field +0 +2 +1 +1 +1 +1 +293 +Default +T_loop_out +3 +1 +Target loop outlet temperature +°C +MSLF Solar Field +0 +2 +1 +1 +1 +1 +525 +Default +V_hdr_cold_max +3 +1 +Header design max flow velocity +m/s +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +V_hdr_cold_min +3 +1 +Header design min flow velocity +m/s +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +V_hdr_hot_max +3 +1 + +m/s +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +V_hdr_hot_min +3 +1 + +m/s +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +V_hdr_max +3 +1 +Header design max flow velocity +m/s +MSLF Solar Field +0 +2 +1 +1 +1 +1 +3 +Default +V_hdr_min +3 +1 +Header design min flow velocity +m/s +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +V_wind_des +3 +1 +Design-point wind velocity +m/s +MSLF Solar Field +0 +2 +1 +1 +1 +1 +3.5 +Default +a_field +3 +1 +Field aperture +m² +MSLF Solar Field +0 +2 +1 +1 +1 +1 +850000 +Default +a_loop +3 +1 +Single loop aperture +m² +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +a_sf_act +3 +1 +Actual aperture +m² +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +calc_design_pipe_vals +3 +1 +Calculate temps and pressures at design conditions for runners and headers +- +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.FieldConfig +3 +1 +Number of subfield headers + +MSLF Solar Field +1 +2 +2 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.Fluid +3 +1 +Field HTF + +MSLF Solar Field +125 +Hitec Solar Salt|Caloria HT 43|Hitec XL|Therminol VP-1|Hitec|Dowtherm Q|Dowtherm RP|Therminol 59|Therminol 66|User-defined... +2 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.fthrctrl +3 +1 +Defocusing strategy + +MSLF Solar Field +22 +Sequenced|Simultaneous +2 +1 +1 +1 +1 +1 +Default +csp.mslf.sf.sm1_nLoops +3 +1 +Required number of loops, SM=1 + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.sf.sm_or_area +3 +1 + + +MSLF Solar Field +0 +0 +1 +1 +1 +1 +0 +Default +custom_sf_pipe_sizes +3 +1 +Use custom solar field pipe diams, wallthks, and lengths +- +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +eta_pump +3 +1 +HTF pump efficiency + +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0.85 +Default +f_tc_cold +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +fc_on +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +field_area +3 +1 +Solar field area +acres +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +field_fl_props +3 +3 + + +MSLF Solar Field +0 +8 +1 +3 +1 +1 +0 +Default +field_fluid +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +field_htf_cp_avg +3 +1 +field htf spec heat at T avg +kJ/kg-K + +0 +8 +1 +1 +1 +1 +0 +Default +field_thermal_output +3 +1 +Field thermal output +MWt +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +fthr_ok +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +fthrctrl +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +fthrok +3 +1 +Allow partial defocusing + +MSLF Solar Field +0 +2 +1 +1 +1 +1 +1 +Default +htf_max_opt_temp +3 +1 +Field HTF max operating temp +°C +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +htf_min_opt_temp +3 +1 +Field HTF min operating temp +°C +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +land_mult +3 +1 +Non-solar field land area multiplier + +MSLF Solar Field +0 +2 +1 +1 +1 +1 +1.6 +Default +loop_eff +3 +1 +Total loop conversion efficiency + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +loop_opt_eff +3 +1 +Loop optical efficiency + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +m_dot_htfmax +3 +1 +Max single loop flow rate +kg/s +MSLF Solar Field +0 +2 +1 +1 +1 +1 +12 +Default +m_dot_htfmin +3 +1 +Min single loop flow rate +kg/s +MSLF Solar Field +0 +2 +1 +1 +1 +1 +1 +Default +mc_bal_cold +3 +1 +Heat capacity of the balance of plant on the cold side +kWht/K-MWt +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0.2 +Default +mc_bal_hot +3 +1 +Heat capacity of the balance of plant on the hot side +kWht/K-MWt +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0.2 +Default +mc_bal_sca +3 +1 +Non-HTF heat capacity associated with each SCA +Wht/K-m +MSLF Solar Field +0 +2 +1 +1 +1 +1 +4.5 +Default +nLoops +3 +1 +Actual number of loops + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +nMod +3 +1 +Number of collector modules in a loop + +MSLF Solar Field +0 +2 +1 +1 +1 +1 +16 +Default +nSCA +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +nodes +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +northsouth_field_sep +3 +1 +North/south separation between subfields. 0 = SCAs are touching +m +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +offset_xpan_hdr +3 +1 +Location of first header expansion loop. 1 = after first collector loop +- +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0 +Default +rec_htf_vol +3 +1 +HTF volume in single collector unit +L/m²-ap +MSLF Solar Field +0 +2 +1 +1 +1 +1 +1 +Default +sf_hdr_diams +3 +2 +Custom header diameters +m +MSLF Solar Field +0 +0 +1 +2 +1 +1 +0 +Default +sf_hdr_lengths +3 +2 +Custom header lengths +m +MSLF Solar Field +0 +0 +1 +2 +1 +1 +0 +Default +sf_hdr_wallthicks +3 +2 +Custom header wall thicknesses +m +MSLF Solar Field +0 +0 +1 +2 +1 +1 +0 +Default +sf_q_design +3 +1 +Power cycle design thermal input +MWt +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +sf_rnr_diams +3 +2 +Custom runner diameters +m +MSLF Solar Field +0 +0 +1 +2 +1 +1 +0 +Default +sf_rnr_lengths +3 +2 +Custom runner lengths +m +MSLF Solar Field +0 +0 +1 +2 +1 +1 +0 +Default +sf_rnr_wallthicks +3 +2 +Custom runner wall thicknesses +m +MSLF Solar Field +0 +0 +1 +2 +1 +1 +0 +Default +sm1_aperture +3 +1 +Total required aperture, SM=1 +m² +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +solar_mult +3 +1 +Actual solar multiple + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +solar_mult_spec +3 +1 +Solar multiple + +MSLF Solar Field +0 +2 +1 +1 +1 +1 +2 +Default +solarm +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +t_ch_out_max +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +t_dis_out_min +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +tc_fill +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +tc_void +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +tes_type +3 +1 + + +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +theta_dep +3 +1 +Deploy angle +deg +MSLF Solar Field +0 +2 +1 +1 +1 +1 +10 +Default +theta_stow +3 +1 +Stow angle +deg +MSLF Solar Field +0 +2 +1 +1 +1 +1 +170 +Default +total_land_area +3 +1 +Total land area +acres +MSLF Solar Field +0 +8 +1 +1 +1 +1 +0 +Default +washes_per_year +3 +1 +Washes per year + +MSLF Solar Field +0 +2 +1 +1 +1 +1 +120 +Default +water_per_wash +3 +1 +Water usage per wash +L/m²,ap +MSLF Solar Field +0 +2 +1 +1 +1 +1 +0.02 +Default + +3662 +equations{ 'T_field_out_des' } = define() { + return ${T_loop_out}; }; + +equations{ 'field_fl_props' } = define() { + return ${HTF_data};}; +equations{ 'field_fluid' } = define() { + return ${Fluid};}; + +equations{ 'field_htf_cp_avg' } = define() { + if (${csp.mslf.sf.Fluid} < 9 ) + return substance_specific_heat( ${Fluid}, 0.5*(${T_loop_in_des}+${T_loop_out}) ); + else + return substance_userhtf(${field_fl_props},0.5*(${T_loop_in_des}+${T_loop_out}),"specific heat"); + //return cspdtr_tes_userhtf( 1, 0.5*(${T_loop_in_des}+${T_loop_out}) ); +}; + +equations{ 'Fluid' } = define() { + return ?${csp.mslf.sf.Fluid} + [ + 18, // 18.) Nitrate Salt** + 19, // 19.) Caloria HT 43** + 20, // 20.) Hitec XL** + 21, // 21.) Therminol VP-1** + 22, // 22.) Hitec** + 23, // 23.) Dowtherm Q** + 24, // 24.) Dowtherm RP** + 30, // 30.) Therminol 59 + 29, // 29.) Therminol 66 + 50 // user defined HTF + ]; +}; + +equations{ 'loop_eff' } = define() { + return ${loop_opt_eff} * ${loop_therm_eff}; }; + +equations{ 'htf_min_opt_temp' } = define() { + return ?${csp.mslf.sf.Fluid} +[ + 238,/* fluid num 18 */ + -12,/* fluid num 19 */ + 120,/* fluid num 20 */ + 12,/* fluid num 21 */ + 142,/* fluid num 22 */ + -35,/* fluid num 23 */ + 0,/* fluid num 24 */ + -45,/* fluid num 30 */ + 0,/* fluid num 29 */ + 0/* user fluid */ +]; }; + +//equations{ 'loop_therm_eff' } = define() { +// return 1 - ${hl_des} * ${L_mod} * ${nMod} / +// (${a_loop} * ${I_bn_des} * ${loop_opt_eff}); }; + +equations{ 'total_land_area' } = define() { + return ${field_area}*${land_mult}; }; + +equations{ 'field_area' } = define() { + return ${a_sf_act}/4046.85642; }; + +equations{ 'htf_max_opt_temp' } = define() { + return ?${csp.mslf.sf.Fluid} +[ + 593,/* fluid num 18 */ + 315,/* fluid num 19 */ + 500,/* fluid num 20 */ + 400,/* fluid num 21 */ + 538,/* fluid num 22 */ + 330,/* fluid num 23 */ + 330,/* fluid num 24 */ + 315,/* fluid num 30 */ + 345,/* fluid num 29 */ + 0/* user fluid */ +]; }; + +equations{ 'a_loop' } = define() { + return ${nMod} * ${A_aperture}; }; + +equations{ 'field_thermal_output' } = define() { + return 1.e-6 * ${a_sf_act} * ${I_bn_des} * ${loop_eff}; }; + +equations{ 'solar_mult' } = define() { + return ?${csp.mslf.sf.sm_or_area} +[ +${solar_mult_spec}, +${a_sf_act} / ${sm1_aperture} +]; }; + +equations{ 'a_sf_act' } = define() { + return ${a_loop} * ${nLoops}; }; + +equations{ 'sf_q_design' } = define() { + return ${P_ref} / ${eta_ref}; }; + +equations{ 'nLoops' } = define() { + return ceil( ?${csp.mslf.sf.sm_or_area} +[ +${solar_mult_spec} * ${sm1_aperture}, +${a_field} +] / ${a_loop} ); }; + +equations{ 'csp.mslf.sf.sm1_nLoops' } = define() { + return ceil( ${sm1_aperture} / ${a_loop} ); }; + +equations{ 'sm1_aperture' } = define() { + return ${sf_q_design} / +(${I_bn_des} * ${loop_eff} ) *1e6; }; + +equations{ 'loop_opt_eff' } = define() { + return ${opt_derate} * ${opt_normal}; }; + +equations{ 'FieldConfig' } = define() { + return 2 * (${csp.mslf.sf.FieldConfig} + 1); }; + +equations{ 'fthrctrl' } = define() { + return ${csp.mslf.sf.fthrctrl} + 1; }; + +// from tcsMSLF.cpp in simsim interop layer +equations{ 'solarm' } = define() { + return ${solar_mult}; }; +equations{ 'nSCA' } = define() { + return ${nMod}; }; +equations{ 'fc_on' } = define() { + return 0; }; +equations{ 'tes_type' } = define() { + return 1; }; +equations{ 'tc_fill' } = define() { + return 7; }; +equations{ 'tc_void' } = define() { + return 0.25; }; +equations{ 't_dis_out_min' } = define() { + return 500; }; +equations{ 't_ch_out_max' } = define() { + return 500; }; +equations{ 'nodes' } = define() { + return 2000; }; +equations{ 'f_tc_cold' } = define() { + return 2; }; + +equations{ 'fthr_ok' } = define() { + return ${fthrok}; }; + + +636 +on_load{'Molten Salt Linear Fresnel Solar Field'} = define() +{ + on_change{'csp.mslf.sf.Fluid'}(); + on_change{'csp.mslf.sf.sm_or_area'}(); +}; + +on_change{'csp.mslf.sf.Fluid'} = define() +{ + bCustomHTF = (value('csp.mslf.sf.Fluid')==9); + enable('HTF_data',bCustomHTF); + enable('htf_min_opt_temp',!bCustomHTF); + enable('htf_max_opt_temp',!bCustomHTF); + + mslf_hx_derate_update(); +}; + +on_change{'field_fl_props'} = define(){ + mslf_hx_derate_update(); +}; + +on_change{'csp.mslf.sf.sm_or_area'} = define(){ + state = value('csp.mslf.sf.sm_or_area'); + enable ('solar_mult_spec', state == 0); + enable ('a_field', state == 1); +}; \ No newline at end of file diff --git a/deploy/runtime/ui/Molten Salt Linear Fresnel Storage_old.txt b/deploy/runtime/ui/Molten Salt Linear Fresnel Storage_old.txt new file mode 100644 index 0000000000..7bb92d218d --- /dev/null +++ b/deploy/runtime/ui/Molten Salt Linear Fresnel Storage_old.txt @@ -0,0 +1,2338 @@ +Molten Salt Linear Fresnel Storage +920 +376 +26 +GroupBox + +1 +8 +Name +5 +9 +GroupBox1 +X +3 +6 +Y +3 +12 +Width +3 +900 +Height +3 +353 +Tool Tip +5 +0 +Caption +5 +14 +Storage System +Bold +2 +1 +Numeric + +1 +17 +Name +5 +7 +TES_cap +X +3 +321 +Y +3 +84 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +3 +Numeric + +1 +17 +Name +5 +14 +cold_tank_Thtr +X +3 +321 +Y +3 +276 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +11 +Choice + +1 +9 +Name +5 +28 +csp.mslf.control.store_fluid +X +3 +705 +Y +3 +183 +Width +3 +160 +Height +3 +21 +Tool Tip +5 +0 +Items +6 +10 +Solar Salt +Caloria +Hitec XL +VP-1 +Hitec +Dowtherm Q +Dowtherm RP +Therminol 59 +Therminol 66 +User-defined... +Selection +3 +4294967295 +TabOrder +3 +21 +Numeric + +1 +17 +Name +5 +23 +csp.mslf.control.tes_cp +X +3 +705 +Y +3 +333 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +25 +Numeric + +1 +17 +Name +5 +25 +csp.mslf.control.tes_dens +X +3 +705 +Y +3 +309 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +24 +Choice + +1 +9 +Name +5 +25 +csp.mslf.enet.tes_fp_mode +X +3 +705 +Y +3 +81 +Width +3 +163 +Height +3 +24 +Tool Tip +5 +0 +Items +6 +2 +Electric heating +Fossil heating +Selection +3 +4294967295 +TabOrder +3 +0 +Numeric + +1 +17 +Name +5 +32 +csp.mslf.tes.estimated_heat_loss +X +3 +321 +Y +3 +252 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +10 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.tes.htf_max_opt_temp +X +3 +705 +Y +3 +261 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +16 +Numeric + +1 +17 +Name +5 +29 +csp.mslf.tes.htf_min_opt_temp +X +3 +705 +Y +3 +237 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +16 +Numeric + +1 +17 +Name +5 +6 +d_tank +X +3 +321 +Y +3 +180 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +7 +Numeric + +1 +17 +Name +5 +7 +dt_cold +X +3 +705 +Y +3 +135 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +18 +Numeric + +1 +17 +Name +5 +6 +dt_hot +X +3 +705 +Y +3 +111 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +17 +Numeric + +1 +17 +Name +5 +11 +eta_tes_htr +X +3 +705 +Y +3 +57 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +16 +Numeric + +1 +17 +Name +5 +6 +h_tank +X +3 +321 +Y +3 +132 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +5 +Numeric + +1 +17 +Name +5 +10 +h_tank_min +X +3 +321 +Y +3 +156 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +6 +Numeric + +1 +17 +Name +5 +13 +hot_tank_Thtr +X +3 +321 +Y +3 +300 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +12 +Numeric + +1 +17 +Name +5 +9 +hx_derate +X +3 +705 +Y +3 +159 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +19 +MaterialProperties + +1 +7 +Name +5 +14 +store_fl_props +X +3 +705 +Y +3 +207 +Width +3 +98 +Height +3 +28 +Tool Tip +5 +0 +TabOrder +3 +22 +Numeric + +1 +17 +Name +5 +13 +tank_max_heat +X +3 +705 +Y +3 +33 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +15 +Numeric + +1 +17 +Name +5 +10 +tank_pairs +X +3 +321 +Y +3 +108 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +1 +Mode +3 +0 +Format +3 +0 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +4 +Numeric + +1 +17 +Name +5 +8 +tes_temp +X +3 +705 +Y +3 +285 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +23 +Numeric + +1 +17 +Name +5 +7 +tshours +X +3 +321 +Y +3 +36 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +1 +Numeric + +1 +17 +Name +5 +6 +u_tank +X +3 +321 +Y +3 +228 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +1 +Decimals +3 +3 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +0 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +9 +Numeric + +1 +17 +Name +5 +7 +vol_min +X +3 +321 +Y +3 +204 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +2 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +8 +Numeric + +1 +17 +Name +5 +8 +vol_tank +X +3 +321 +Y +3 +60 +Width +3 +100 +Height +3 +21 +Tool Tip +5 +0 +Value +1 +0 +Mode +3 +1 +Format +3 +0 +Decimals +3 +1 +Prefix +5 +0 +Suffix +5 +0 +ThousandsSep +2 +1 +Editable +2 +1 +ForeColour +4 +0 +0 +0 +255 +BackColour +4 +255 +255 +255 +255 +TabOrder +3 +2 + +46 +TES_cap +3 +1 +TES Thermal capacity +MWht +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +T_field_in_des +3 +1 + + +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +T_tank_cold_ini +3 +1 + + +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +T_tank_hot_ini +3 +1 + + +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +T_tank_hot_inlet_min +3 +1 +Minimum hot tank htf inlet temperature +C +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0 +Default +V_tank_hot_ini +3 +1 + + +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +cold_tank_Thtr +3 +1 +Cold tank heater set point +°C +MSLF Thermal Storage +0 +2 +1 +1 +1 +1 +250 +Default +csp.mslf.control.ffrac1 +3 +1 +Fossil Fill Fraction Period 1 + +MSLF Thermal Storage +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.control.ffrac2 +3 +1 +Fossil Fill Fraction Period 2 + +MSLF Thermal Storage +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.control.ffrac3 +3 +1 +Fossil Fill Fraction Period 3 + +MSLF Thermal Storage +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.control.ffrac4 +3 +1 +Fossil Fill Fraction Period 4 + +MSLF Thermal Storage +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.control.ffrac5 +3 +1 +Fossil Fill Fraction Period 5 + +MSLF Thermal Storage +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.control.ffrac6 +3 +1 +Fossil Fill Fraction Period 6 + +MSLF Thermal Storage +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.control.ffrac7 +3 +1 +Fossil Fill Fraction Period 7 + +MSLF Thermal Storage +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.control.ffrac8 +3 +1 +Fossil Fill Fraction Period 8 + +MSLF Thermal Storage +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.control.ffrac9 +3 +1 +Fossil Fill Fraction Period 9 + +MSLF Thermal Storage +0 +3 +1 +1 +1 +1 +0 +Default +csp.mslf.control.store_fluid +3 +1 +Storage HTF + +MSLF Thermal Storage +125 +Hitec Solar Salt|Caloria HT 43|Hitec XL|Therminol VP-1|Hitec|Dowtherm Q|Dowtherm RP|Therminol 59|Therminol 66|User-defined... +2 +1 +1 +1 +1 +3 +Default +csp.mslf.control.tes_cp +3 +1 +TES specific heat +kJ/kg-K +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.control.tes_dens +3 +1 +TES fluid density +kg/m3 +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.enet.tes_fp_mode +3 +1 +HTF freeze protection mode + +MSLF Thermal Storage +31 +Electric heating|Fossil heating +2 +1 +1 +1 +1 +1 +Default +csp.mslf.tes.estimated_heat_loss +3 +1 +Estimated tank heat loss +MWt +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.tes.htf_max_opt_temp +3 +1 +Storage HTF max operating temp +°C +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.tes.htf_min_opt_temp +3 +1 +Storage HTF min operating temp +°C +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +csp.mslf.tes.notify_text +3 +4 + + +MSLF Thermal Storage +0 +0 +1 +4 +5 +empty +Default +d_tank +3 +1 +Tank diameter +m +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +dt_cold +3 +1 +Cold side HX approach temp +°C +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +5 +Default +dt_hot +3 +1 +Hot side HX approach temp +°C +MSLF Thermal Storage +0 +2 +1 +1 +1 +1 +5 +Default +eta_tes_htr +3 +1 +Tank heater efficiency + +MSLF Thermal Storage +0 +2 +1 +1 +1 +1 +0.98 +Default +fp_mode +3 +1 + + +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +h_tank +3 +1 +Height of HTF when tank is full +m +MSLF Thermal Storage +0 +2 +1 +1 +1 +1 +20 +Default +h_tank_min +3 +1 +Minimum tank fluid height +m +MSLF Thermal Storage +0 +2 +1 +1 +1 +1 +1 +Default +has_hot_tank_bypass +3 +1 +Bypass valve connects field outlet to cold tank +- +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0 +Default +hot_tank_Thtr +3 +1 +Hot tank heater set point +°C +MSLF Thermal Storage +0 +2 +1 +1 +1 +1 +450 +Default +hx_derate +3 +1 +Thermal storage exergetic efficiency + +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +mslf_is_hx +3 +1 +Heat exchanger no/yes flag +0/1 +MSLF Thermal Storage +0 +9 +1 +1 +1 +1 +0 +Default +q_max_aux +3 +1 + + +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +store_fl_props +3 +3 +User-defined HTF + +MSLF Thermal Storage +0 +0 +1 +3 +1 +9 +1 7 0 0 0 0 0 0 0 + +MaterialProperties +store_fluid +3 +1 + + +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +tank_max_heat +3 +1 +Tank heater capacity +MWe +MSLF Thermal Storage +0 +2 +1 +1 +1 +1 +25 +Default +tank_pairs +3 +1 +Number of equivalent tank pairs + +MSLF Thermal Storage +0 +2 +1 +1 +1 +1 +1 +Default +tanks_in_parallel +3 +1 +Tanks are in parallel, not in series, with solar field +- +MSLF Parasitics +0 +2 +1 +1 +1 +1 +0 +Default +tes_temp +3 +1 +Fluid Temperature +°C +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +tshours +3 +1 +Equivalent full-load thermal storage hours +hr +MSLF Thermal Storage +0 +2 +1 +1 +1 +1 +6 +Default +u_tank +3 +1 +Loss coefficient from the tank +W/m2-K +MSLF Thermal Storage +0 +2 +1 +1 +1 +1 +0.4 +Default +vol_min +3 +1 +Min fluid volume +m³ +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default +vol_tank +3 +1 +Total tank volume +m³ +MSLF Thermal Storage +0 +8 +1 +1 +1 +1 +0 +Default + +4136 +equations{ 'fp_mode' } = define() { + return ${csp.mslf.enet.tes_fp_mode} + 1; }; + +equations{ 'q_max_aux' } = define() { +return ${sf_q_design}*${solar_mult}; }; +equations{ 'V_tank_hot_ini' } = define() { +return ${vol_tank} * 0.2; }; +equations{ 'T_tank_hot_ini' } = define() { +return ${T_loop_out}; }; +equations{ 'T_tank_cold_ini' } = define() { +return ${T_loop_in_des}; }; +equations{ 'T_field_in_des' } = define() { +return ${T_loop_in_des}; }; + +equations{ 'store_fluid' } = define() { + return ?${csp.mslf.control.store_fluid} + [ + 18, // 18.) Nitrate Salt** + 19, // 19.) Caloria HT 43** + 20, // 20.) Hitec XL** + 21, // 21.) Therminol VP-1** + 22, // 22.) Hitec** + 23, // 23.) Dowtherm Q** + 24, // 24.) Dowtherm RP** + 30, // 30.) Therminol 59 + 29, // 29.) Therminol 66 + 50 // user defined HTF + ]; +}; + +equations{ 'csp.mslf.control.tes_cp' } = define() { + return ?${csp.mslf.control.store_fluid} +[ + substance_specific_heat( 18, ${tes_temp} ), + substance_specific_heat( 19, ${tes_temp} ), + substance_specific_heat( 20, ${tes_temp} ), + substance_specific_heat( 21, ${tes_temp} ), + substance_specific_heat( 22, ${tes_temp} ), + substance_specific_heat( 23, ${tes_temp} ), + substance_specific_heat( 24, ${tes_temp} ), + substance_specific_heat( 30, ${tes_temp} ), + substance_specific_heat( 29, ${tes_temp} ), + substance_userhtf( ${store_fl_props},${tes_temp}, 'specific heat' ) +]; }; + +equations{ 'vol_min' } = define() { + return ${vol_tank} * ${h_tank_min} / ${h_tank}; }; + +equations{ 'vol_tank' } = define() { + return ${TES_cap} * 3.6e6 / +(${csp.mslf.control.tes_dens} * ${csp.mslf.control.tes_cp} * + ${hx_derate} * +((${T_loop_out}-${dt_hot}) - + (${T_loop_in_des}-${dt_cold})) ); +}; + +equations{ 'TES_cap' } = define() { + return ${sf_q_design} * ${tshours}; }; + +equations{ 'tes_temp' } = define() { + return ( ${T_loop_in_des} + ${T_loop_out} )/2; }; + +equations{ 'd_tank' } = define() { + return 2*sqrt(${vol_tank}/(${h_tank}*3.1415926*${tank_pairs})); }; + +equations{ 'csp.mslf.tes.estimated_heat_loss' } = define() { + return ( ${h_tank} * 3.1415926 * ${d_tank} + +3.1415926 * pow( ${d_tank}/2, 2) ) +* ${tank_pairs} * ( ${tes_temp} - 20 ) * ${u_tank} / 1.e6; }; + + +equations{ 'hx_derate' } = define() { + if (${mslf_is_hx} != 1 ) + return 1; /* fluids are the same, no HX */ + else + { + dt_ave = 0.5*(${dt_hot}+${dt_cold}); + T_htf_ave = 0.5*(${T_loop_out}+${T_loop_in_des}); + T_cold_baseline = 50.0; + return (T_htf_ave-2*dt_ave-T_cold_baseline)/(T_htf_ave-T_cold_baseline); + //return (${T_loop_out}-dt_ave-50.0)/( + //return 1-(${dt_hot}+${dt_cold})/(${T_loop_out}-${T_loop_in_des}); + } +}; + +//equations{ 'hx_derate' } = define() { +// hx = 1; /* fluids are the same, no HX */ +// if (${Fluid} != ${store_fluid}) +// { +// hx = 1-(${dt_hot}+${dt_cold}) +// /(${T_loop_out} - ${T_loop_in_des}); +// } +// return hx; }; + +equations{ 'csp.mslf.tes.htf_min_opt_temp' } = define() { + return ?${csp.mslf.control.store_fluid} [ + 238,/* fluid num 18 */ + -12,/* fluid num 19 */ + 120,/* fluid num 20 */ + 12,/* fluid num 21 */ + 142,/* fluid num 22 */ + -35,/* fluid num 23 */ + 0,/* fluid num 24 */ + -45,/* fluid num 30 */ + 0,/* fluid num 29 */ + 0/* user fluid */ ]; }; + +equations{ 'csp.mslf.tes.htf_max_opt_temp' } = define() { + return ?${csp.mslf.control.store_fluid} +[ + 593,/* fluid num 18 */ + 315,/* fluid num 19 */ + 500,/* fluid num 20 */ + 400,/* fluid num 21 */ + 538,/* fluid num 22 */ + 330,/* fluid num 23 */ + 330,/* fluid num 24 */ + 315,/* fluid num 30 */ + 345,/* fluid num 29 */ + 0/* user fluid */ +]; }; + +equations{ 'csp.mslf.control.tes_dens' } = define() { + return ?${csp.mslf.control.store_fluid} +[ + substance_density( 18, ${tes_temp} ), + substance_density( 19, ${tes_temp} ), + substance_density( 20, ${tes_temp} ), + substance_density( 21, ${tes_temp} ), + substance_density( 22, ${tes_temp} ), + substance_density( 23, ${tes_temp} ), + substance_density( 24, ${tes_temp} ), + substance_density( 30, ${tes_temp} ), + substance_density( 29, ${tes_temp} ), + substance_userhtf( ${store_fl_props},${tes_temp},'density' ) +]; }; + + +equations{ 'dt_cold' } = define() { + return ${dt_hot}; +}; + +1069 +on_load{'Molten Salt Linear Fresnel Storage'} = define() +{ + on_change{'csp.mslf.control.store_fluid'}(); + //mslf_hx_derate_update(); +}; + +function mslf_hx_derate_update() +{ + obj = ssc_create(); + + ssc_var(obj, "HTF_code1", ${store_fluid}); + ssc_var(obj, "fl_props1", ${store_fl_props}); + + ssc_var(obj, "HTF_code2", ${Fluid}); + ssc_var(obj, "fl_props2", ${field_fl_props}); + + ret = ssc_exec(obj, 'user_htf_comparison', {'show_dialog'=false, 'hold_dialog'=false}); + + are_equal = ssc_var(obj, "are_equal"); + + is_hx = !(are_equal==1); + + enable('dt_hot', is_hx ); + enable('dt_cold', is_hx ); + + // Set 'is_hx' here + value("mslf_is_hx", is_hx); + //value("flux_max_dsg", flux_max_dsg); + + ssc_free( obj ); +} + +on_change{'store_fl_props'} = define(){ + mslf_hx_derate_update(); +}; + +on_change{'csp.mslf.control.store_fluid'} = define() +{ + mslf_hx_derate_update(); + + bCustomHTF = (value('csp.mslf.control.store_fluid')==9); + enable('store_fl_props',bCustomHTF); + enable('csp.mslf.tes.htf_min_opt_temp',!bCustomHTF); + enable('csp.mslf.tes.htf_max_opt_temp',!bCustomHTF); +}; \ No newline at end of file diff --git a/deploy/runtime/ui/Operating Costs Land Lease.json b/deploy/runtime/ui/Operating Costs Land Lease.json index aefb0f8fd6..75f80d8e9b 100644 --- a/deploy/runtime/ui/Operating Costs Land Lease.json +++ b/deploy/runtime/ui/Operating Costs Land Lease.json @@ -632,8 +632,8 @@ "\t\tland_area = ${csp.pt.sf.total_land_area}; }", "\telseif ( tech == 'Generic CSP System') {\r", "\t\tland_area = ${csp.gss.solf.total_land_area}; }", - "\telseif ( tech == 'MSLF') {\r", - "\t\tland_area = ${csp.mslf.cost.total_land_area}; }", + "\telseif ( tech == 'MSLF' || tech == 'MSLF IPH') {\r", + "\t\tland_area = ${SF_CALC_total_land_area}; }", "\telseif ( tech == 'DSLF') {\r", "\t\tland_area = ${csp.lf.cost.total_land_area}; }\t", "\telseif ( tech == 'High-X Concentrating PV') {\r", diff --git a/deploy/runtime/ui/Rankine Cycle.json b/deploy/runtime/ui/Rankine Cycle.json index bd599da2ff..7a355f3397 100644 --- a/deploy/runtime/ui/Rankine Cycle.json +++ b/deploy/runtime/ui/Rankine Cycle.json @@ -4308,11 +4308,11 @@ "\tshow(\"h_ctes_tank\", mode==3);", "\tshow(\"h_ctes_tank_min\", mode==3);", "\tshow(\"cost_divider\", mode==3);", - "\tshow(\"ctes_cost_per_m3\", mode==3);", + "\tshow(\"ctes_cost\", mode==3);", "\tshow(\"radiator_unitcost\", mode==3);", "\t", "\tshow(\"radiator_installcost\", mode==3);", - "\tshow(\"radiator_fluidcost_per_m3\", mode==3);", + "\tshow(\"radiator_fluidcost\", mode==3);", "\t", "\t// white rectangles to hide the dividers", "\t", diff --git a/deploy/runtime/ui/Solar Resource Data.json b/deploy/runtime/ui/Solar Resource Data.json index 4ba1550ac5..31afaa4b32 100644 --- a/deploy/runtime/ui/Solar Resource Data.json +++ b/deploy/runtime/ui/Solar Resource Data.json @@ -3656,7 +3656,7 @@ "\tstr = '';", "\tstr_and = '';", "\ttech = technology();", - "\tcsp_techs = ['Physical Trough','Empirical Trough','MSPT','DSPT','MSLF','DSLF','Dish Stirling','Generic CSP System'];", + "\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] ) ", diff --git a/deploy/runtime/ui/Tower SolarPilot Solar Field.json b/deploy/runtime/ui/Tower SolarPilot Solar Field.json index b240974f23..35948feca6 100644 --- a/deploy/runtime/ui/Tower SolarPilot Solar Field.json +++ b/deploy/runtime/ui/Tower SolarPilot Solar Field.json @@ -5009,7 +5009,7 @@ "", "function sf_loss_adjustment_set() ", "{", - "\tif (financing() != \"LCOE Calculator\" && financing() != \"None\") {", + "\tif (financing() != \"LCOE Calculator\" && financing() != \"None\" && financing() != \"LCOH Calculator\") {", "\t\tif (value('system_use_lifetime_output') == 1) {", "\t\t\tproperty('sf_adjust', 'AnalysisPeriod', value('analysis_period'));", "\t\t}", diff --git a/deploy/runtime/versions.lk b/deploy/runtime/versions.lk index 29f65c1ac7..bfffe66a42 100644 --- a/deploy/runtime/versions.lk +++ b/deploy/runtime/versions.lk @@ -51,10 +51,173 @@ Some more examples: //*********************************************************************************************************************************************************** //CURRENT WORKING VERSION- CHANGE THIS VERSION NUMBER WHEN RELEASES ARE CREATED AND MAKE A NEW CURRENT WORKING VERSION FUNCTION -// update this date for Fall 2023 release version_upgrade{'2023.7.24'} = define() { + const cfg = config(); - if ( cfg.tech == 'Fuel Cell' ) { + + if(cfg.tech == 'MSLF'){ + + // System Design + value('solar_mult_in', oldvalue('solar_mult'), 'Changed variable cmod name.'); + value('total_Ap_in', oldvalue('a_field'), 'Added variable to cmod'); + value('solar_mult_or_Ap', oldvalue('csp.mslf.sf.sm_or_area'), 'Added variable to cmod'); + value('gross_net_conversion_factor', oldvalue('csp.mslf.cycle.gr_to_net'), 'Added variable to cmod'); + + // Solar Field + value('rec_su_delay', 0.2, 'Added receiver startup delay time (s)'); + value('rec_qf_delay', 0.25, 'Added receiver startup delay energy fraction'); + value('p_start', 0.021, 'Added collector startup energy (kWhe/sca)'); + value('DISP_combo_htf_type', oldvalue('csp.mslf.sf.Fluid'), 'Changed variable UI name'); + value('field_fl_props', oldvalue('HTF_data'), 'Changed variable UI name'); + + // Collector and Receiver + value('DISP_rec_model', oldvalue('csp.mslf.sf.rec_model'), 'Changed variable UI name.'); + value('DISP_opt_model', oldvalue('csp.mslf.sf.opt_model'), 'Changed variable UI name.'); + value('DISP_IAM_T_coefs0', oldvalue('csp.mslf.sf.IAM_T_coefs0'), 'Changed variable UI name.'); + value('DISP_IAM_T_coefs1', oldvalue('csp.mslf.sf.IAM_T_coefs1'), 'Changed variable UI name.'); + value('DISP_IAM_T_coefs2', oldvalue('csp.mslf.sf.IAM_T_coefs2'), 'Changed variable UI name.'); + value('DISP_IAM_T_coefs3', oldvalue('csp.mslf.sf.IAM_T_coefs3'), 'Changed variable UI name.'); + value('DISP_IAM_T_coefs4', oldvalue('csp.mslf.sf.IAM_T_coefs4'), 'Changed variable UI name.'); + value('DISP_IAM_L_coefs0', oldvalue('csp.mslf.sf.IAM_L_coefs0'), 'Changed variable UI name.'); + value('DISP_IAM_L_coefs1', oldvalue('csp.mslf.sf.IAM_L_coefs1'), 'Changed variable UI name.'); + value('DISP_IAM_L_coefs2', oldvalue('csp.mslf.sf.IAM_L_coefs2'), 'Changed variable UI name.'); + value('DISP_IAM_L_coefs3', oldvalue('csp.mslf.sf.IAM_L_coefs3'), 'Changed variable UI name.'); + value('DISP_IAM_L_coefs4', oldvalue('csp.mslf.sf.IAM_L_coefs4'), 'Changed variable UI name.'); + value('DISP_HL_T_coefs0', oldvalue('csp.mslf.sf.HL_T_coefs0'), 'Changed variable UI name.'); + value('DISP_HL_T_coefs1', oldvalue('csp.mslf.sf.HL_T_coefs1'), 'Changed variable UI name.'); + value('DISP_HL_T_coefs2', oldvalue('csp.mslf.sf.HL_T_coefs2'), 'Changed variable UI name.'); + value('DISP_HL_T_coefs3', oldvalue('csp.mslf.sf.HL_T_coefs3'), 'Changed variable UI name.'); + value('DISP_HL_T_coefs4', oldvalue('csp.mslf.sf.HL_T_coefs4'), 'Changed variable UI name.'); + value('DISP_HL_w_coefs0', oldvalue('csp.mslf.sf.HL_w_coefs0'), 'Changed variable UI name.'); + value('DISP_HL_w_coefs1', oldvalue('csp.mslf.sf.HL_w_coefs1'), 'Changed variable UI name.'); + value('DISP_HL_w_coefs2', oldvalue('csp.mslf.sf.HL_w_coefs2'), 'Changed variable UI name.'); + value('DISP_HL_w_coefs3', oldvalue('csp.mslf.sf.HL_w_coefs3'), 'Changed variable UI name.'); + value('DISP_HL_w_coefs4', oldvalue('csp.mslf.sf.HL_w_coefs4'), 'Changed variable UI name.'); + value('DISP_DP_coefs0', oldvalue('csp.mslf.sf.DP_coefs0'), 'Changed variable UI name.'); + value('DISP_DP_coefs1', oldvalue('csp.mslf.sf.DP_coefs1'), 'Changed variable UI name.'); + value('DISP_DP_coefs2', oldvalue('csp.mslf.sf.DP_coefs2'), 'Changed variable UI name.'); + value('DISP_DP_coefs3', oldvalue('csp.mslf.sf.DP_coefs3'), 'Changed variable UI name.'); + value('DISP_HCE_FieldFrac1', oldvalue('csp.mslf.sf.HCE_FieldFrac1'), 'Changed UI cmod name.'); + value('DISP_HCE_FieldFrac2', oldvalue('csp.mslf.sf.HCE_FieldFrac2'), 'Changed UI cmod name.'); + value('DISP_HCE_FieldFrac3', oldvalue('csp.mslf.sf.HCE_FieldFrac3'), 'Changed UI cmod name.'); + value('DISP_HCE_FieldFrac4', oldvalue('csp.mslf.sf.HCE_FieldFrac4'), 'Changed UI cmod name.'); + value('DISP_alpha_abs1', oldvalue('csp.mslf.sf.alpha_abs1'), 'Changed variable UI name.'); + value('DISP_alpha_abs2', oldvalue('csp.mslf.sf.alpha_abs2'), 'Changed variable UI name.'); + value('DISP_alpha_abs3', oldvalue('csp.mslf.sf.alpha_abs3'), 'Changed variable UI name.'); + value('DISP_alpha_abs4', oldvalue('csp.mslf.sf.alpha_abs4'), 'Changed variable UI name.'); + + value('DISP_alpha_env1', oldvalue('csp.mslf.sf.alpha_env1'), 'Changed variable UI name.'); + value('DISP_alpha_env2', oldvalue('csp.mslf.sf.alpha_env2'), 'Changed variable UI name.'); + value('DISP_alpha_env3', oldvalue('csp.mslf.sf.alpha_env3'), 'Changed variable UI name.'); + value('DISP_alpha_env4', oldvalue('csp.mslf.sf.alpha_env4'), 'Changed variable UI name.'); + value('DISP_epsilon_glass1', oldvalue('csp.mslf.sf.epsilon_glass1'), 'Changed variable UI name.'); + value('DISP_epsilon_glass2', oldvalue('csp.mslf.sf.epsilon_glass2'), 'Changed variable UI name.'); + value('DISP_epsilon_glass3', oldvalue('csp.mslf.sf.epsilon_glass3'), 'Changed variable UI name.'); + value('DISP_epsilon_glass4', oldvalue('csp.mslf.sf.epsilon_glass4'), 'Changed variable UI name.'); + value('DISP_Tau_envelope1', oldvalue('csp.mslf.sf.Tau_envelope1'), 'Changed variable UI name.'); + value('DISP_Tau_envelope2', oldvalue('csp.mslf.sf.Tau_envelope2'), 'Changed variable UI name.'); + value('DISP_Tau_envelope3', oldvalue('csp.mslf.sf.Tau_envelope3'), 'Changed variable UI name.'); + value('DISP_Tau_envelope4', oldvalue('csp.mslf.sf.Tau_envelope4'), 'Changed variable UI name.'); + value('DISP_GlazingIntactIn1', oldvalue('csp.mslf.sf.GlazingIntactIn1'), 'Changed variable UI name.'); + value('DISP_GlazingIntactIn2', oldvalue('csp.mslf.sf.GlazingIntactIn2'), 'Changed variable UI name.'); + value('DISP_GlazingIntactIn3', oldvalue('csp.mslf.sf.GlazingIntactIn3'), 'Changed variable UI name.'); + value('DISP_GlazingIntactIn4', oldvalue('csp.mslf.sf.GlazingIntactIn4'), 'Changed variable UI name.'); + value('DISP_AnnulusGas1', oldvalue('csp.mslf.sf.AnnulusGas1'), 'Changed variable UI name.'); + value('DISP_AnnulusGas2', oldvalue('csp.mslf.sf.AnnulusGas2'), 'Changed variable UI name.'); + value('DISP_AnnulusGas3', oldvalue('csp.mslf.sf.AnnulusGas3'), 'Changed variable UI name.'); + value('DISP_AnnulusGas4', oldvalue('csp.mslf.sf.AnnulusGas4'), 'Changed variable UI name.'); + value('DISP_P_a1', oldvalue('csp.mslf.sf.P_a1'), 'Changed variable UI name.'); + value('DISP_P_a2', oldvalue('csp.mslf.sf.P_a2'), 'Changed variable UI name.'); + value('DISP_P_a3', oldvalue('csp.mslf.sf.P_a3'), 'Changed variable UI name.'); + value('DISP_P_a4', oldvalue('csp.mslf.sf.P_a4'), 'Changed variable UI name.'); + value('DISP_Design_loss1', oldvalue('csp.mslf.sf.Design_loss1'), 'Changed variable UI name.'); + value('DISP_Design_loss2', oldvalue('csp.mslf.sf.Design_loss2'), 'Changed variable UI name.'); + value('DISP_Design_loss3', oldvalue('csp.mslf.sf.Design_loss3'), 'Changed variable UI name.'); + value('DISP_Design_loss4', oldvalue('csp.mslf.sf.Design_loss4'), 'Changed variable UI name.'); + value('DISP_Shadowing1', oldvalue('csp.mslf.sf.Shadowing1'), 'Changed variable UI name.'); + value('DISP_Shadowing2', oldvalue('csp.mslf.sf.Shadowing2'), 'Changed variable UI name.'); + value('DISP_Shadowing3', oldvalue('csp.mslf.sf.Shadowing3'), 'Changed variable UI name.'); + value('DISP_Shadowing4', oldvalue('csp.mslf.sf.Shadowing4'), 'Changed variable UI name.'); + value('DISP_dirt_env1', oldvalue('csp.mslf.sf.dirt_env1'), 'Changed variable UI name.'); + value('DISP_dirt_env2', oldvalue('csp.mslf.sf.dirt_env2'), 'Changed variable UI name.'); + value('DISP_dirt_env3', oldvalue('csp.mslf.sf.dirt_env3'), 'Changed variable UI name.'); + value('DISP_dirt_env4', oldvalue('csp.mslf.sf.dirt_env4'), 'Changed variable UI name.'); + + value('DISP_D_abs_in', oldvalue('csp.mslf.sf.D_abs_in'), 'Changed variable UI name.'); + value('DISP_D_abs_out', oldvalue('csp.mslf.sf.D_abs_out'), 'Changed variable UI name.'); + value('DISP_D_glass_in', oldvalue('csp.mslf.sf.D_glass_in'), 'Changed variable UI name.'); + value('DISP_D_glass_out', oldvalue('csp.mslf.sf.D_glass_out'), 'Changed variable UI name.'); + value('DISP_D_plug', oldvalue('csp.mslf.sf.D_plug'), 'Changed variable UI name.'); + value('DISP_Rough', oldvalue('csp.mslf.sf.Rough'), 'Changed variable UI name.'); + value('DISP_Flow_type', oldvalue('csp.mslf.sf.Flow_type'), 'Changed variable UI name.'); + value('DISP_AbsorberMaterial', oldvalue('csp.mslf.sf.AbsorberMaterial'), 'Changed variable UI name.'); + + // Thermal Storage + value('init_hot_htf_percent', 30, 'Added Initial hot HTF percent'); + value('hot_tank_max_heat', oldvalue('tank_max_heat'), 'New model has hot and cold tank max heat.'); + value('cold_tank_max_heat', oldvalue('tank_max_heat'), 'New model has hot and cold tank max heat.'); + value('DISP_store_fluid', oldvalue('csp.mslf.control.store_fluid'), 'Changed variable UI name.'); + + // System Control + value('is_dispatch', 0, 'Added dispatch optimization.'); + value('is_dispatch_series', 0, 'Added dispatch optimization.'); + //value('dispatch_series', oldvalue('tank_max_heat'), 'Added dispatch optimization.'); + value('disp_frequency', 24, 'Added dispatch optimization.'); + value('disp_horizon', 48, 'Added dispatch optimization.'); + value('disp_max_iter', 50000, 'Added dispatch optimizationv.'); + value('disp_timeout', 5, 'Added dispatch optimization.'); + value('disp_mip_gap', 0.001, 'Added dispatch optimization.'); + value('disp_time_weighting', 0.999, 'Added dispatch optimization.'); + value('disp_rsu_cost_rel', 1.4, 'Added dispatch optimization.'); + value('disp_csu_cost_rel', 87, 'Added dispatch optimization.'); + value('disp_pen_ramping', 1, 'Added dispatch optimization.'); + + value('SC_DISP_bop_par', oldvalue('csp.mslf.control.bop_array_mult'), 'Changed variable UI name.'); + value('SC_DISP_bop_par_f', oldvalue('csp.mslf.control.bop_array_pf'), 'Changed variable UI name.'); + value('SC_DISP_bop_par_0', oldvalue('csp.mslf.control.bop_array_c0'), 'Changed variable UI name.'); + value('SC_DISP_bop_par_1', oldvalue('csp.mslf.control.bop_array_c1'), 'Changed variable UI name.'); + value('SC_DISP_bop_par_2', oldvalue('csp.mslf.control.bop_array_c2'), 'Changed variable UI name.'); + value('SC_DISP_aux_par', oldvalue('csp.mslf.control.aux_array_mult'), 'Changed variable UI name.'); + value('SC_DISP_aux_par_f', oldvalue('csp.mslf.control.aux_array_pf'), 'Changed variable UI name.'); + value('SC_DISP_aux_par_0', oldvalue('csp.mslf.control.aux_array_c0'), 'Changed variable UI name.'); + value('SC_DISP_aux_par_1', oldvalue('csp.mslf.control.aux_array_c1'), 'Changed variable UI name.'); + value('SC_DISP_aux_par_2', oldvalue('csp.mslf.control.aux_array_c2'), 'Changed variable UI name.'); + + value('adjust_constant', oldvalue('adjust'){'constant'}, 'Changed adjust variable type.'); + value('adjust_en_periods', oldvalue('adjust'){'en_periods'}, 'Changed adjust variable type.'); + value('adjust_en_timeindex', oldvalue('adjust'){'en_timeindex'}, 'Changed adjust variable type.'); + + + // Financial TOD + value('dispatch_tod_factors', [oldvalue('dispatch_factor1'), oldvalue('dispatch_factor2'), oldvalue('dispatch_factor3'), + oldvalue('dispatch_factor4'), oldvalue('dispatch_factor5'), oldvalue('dispatch_factor6'), + oldvalue('dispatch_factor7'), oldvalue('dispatch_factor8'), oldvalue('dispatch_factor9')],'Combined dispatch factors into array.'); + + // Capital Costs + value('site_improvements_spec_cost', oldvalue('csp.mslf.cost.site_improvements.cost_per_m2'), 'Changed variable cmod name.'); + value('solar_field_spec_cost', oldvalue('csp.mslf.cost.solar_field.cost_per_m2'), 'Changed variable cmod name.'); + value('htf_system_spec_cost', oldvalue('csp.mslf.cost.htf_system.cost_per_m2'), 'Changed variable cmod name.'); + value('storage_spec_cost', oldvalue('csp.mslf.cost.ts_per_kwht'), 'Changed variable cmod name.'); + value('fossil_spec_cost', oldvalue('csp.mslf.cost.fossil_backup.cost_per_kwe'), 'Changed variable cmod name.'); + value('power_plant_spec_cost', oldvalue('csp.mslf.cost.power_plant.cost_per_kwe'), 'Changed variable cmod name.'); + value('bop_spec_cost', oldvalue('csp.mslf.cost.bop_per_kwe'), 'Changed variable cmod name.'); + value('contingency_percent', oldvalue('csp.mslf.cost.contingency_percent'), 'Changed variable cmod name.'); + value('epc_cost_per_acre', oldvalue('csp.mslf.cost.epc.per_acre'), 'Changed variable cmod name.'); + value('epc_cost_percent_direct', oldvalue('csp.mslf.cost.epc.percent'), 'Changed variable cmod name.'); + value('epc_cost_per_watt', oldvalue('csp.mslf.cost.epc.per_watt'), 'Changed variable cmod name.'); + value('epc_cost_fixed', oldvalue('csp.mslf.cost.epc.fixed'), 'Changed variable cmod name.'); + value('plm_cost_per_acre', oldvalue('csp.mslf.cost.plm.per_acre'), 'Changed variable cmod name.'); + value('plm_cost_percent_direct', oldvalue('csp.mslf.cost.plm.percent'), 'Changed variable cmod name.'); + value('plm_cost_per_watt', oldvalue('csp.mslf.cost.plm.per_watt'), 'Changed variable cmod name.'); + value('plm_cost_fixed', oldvalue('csp.mslf.cost.plm.fixed'), 'Changed variable cmod name.'); + value('sales_tax_percent', oldvalue('csp.mslf.cost.sales_tax.percent'), 'Changed variable cmod name.'); + + + // General Warnings + message('The new linear fresnel model does not provide an option for fossil heating freeze protection. Simulation results will be different if fossil heating was previously used.', 'warning'); + } + + if ( cfg.tech == 'Fuel Cell' ) { message('Fuel cell and battery dispatch inputs are now on separate pages.'); message('Update internal variable names for Run Fuel Cell, Fuel Cell Percent of Max Power, and Charge Battery from Fuel Cell inputs to use underscore instead of period.'); value('fc_p1_discharge',oldvalue('fc.p1.discharge')); @@ -80,6 +243,7 @@ version_upgrade{'2023.7.24'} = define() { } }; + version_upgrade{'2022.12.22'} = define() { const cfg = config(); diff --git a/src/main.cpp b/src/main.cpp index 1daa2b16f0..e4901e2fbf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2898,6 +2898,7 @@ void ConfigDialog::PopulateTech() //wxDataViewItem cont_pv = m_pTech->AppendContainer(wxDataViewItem(0), "Photovoltaic"); //wxDataViewItem cont_batt = m_pTech->AppendContainer(wxDataViewItem(0), "Energy Storage"); //wxDataViewItem cont_csp = m_pTech->AppendContainer(wxDataViewItem(0), "Concentrating Solar Power"); + //wxDataViewItem cont_heat = m_pTech->AppendContainer(wxDataViewItem(0), "Heat"); //wxDataViewItem cont_me = m_pTech->AppendContainer(wxDataViewItem(0), "Marine Energy"); //wxDataViewItem cont_hybrid = m_pTech->AppendContainer(wxDataViewItem(0), "Hybrid Power"); @@ -2908,6 +2909,8 @@ void ConfigDialog::PopulateTech() // if ( L.IsEmpty() ) L = m_tnames[i]; // if (TP.Find("PV") != wxNOT_FOUND) // m_pTech->AppendItem(cont_pv, L); + // else if (TP.Find("Heat") != wxNOT_FOUND) + // m_pTech->AppendItem(cont_heat, L); // else if (TP.Find("CSP") != wxNOT_FOUND ) // m_pTech->AppendItem(cont_csp, L); // else if (TP.Find("Retired") != wxNOT_FOUND); //Remove dish stirling, direct steam power tower from the list of selectable technologies diff --git a/src/main_add.h b/src/main_add.h index 7d5e4530a4..ff726cf9c6 100644 --- a/src/main_add.h +++ b/src/main_add.h @@ -74,7 +74,7 @@ static SamApp::ver releases[] = { //intermediate version numbers are required in this list in order for the version upgrade script (versions.lk) to work correctly //please clarify the reason for the new version in a comment. Examples: public release, variable changes, internal release, public beta release, etc. //the top version should always be the current working version - { 2023, 7, 24 }, // 2023.7.24 ssc 281 Beta release for SC + { 2023, 7, 24 }, // 2023.7.24 Add new molten salt linear fresnel model and IPH { 2022, 11, 21 }, // 2022.11.21 ssc 278 public release and ssc 279 revision 1 { 2021, 12, 02 }, // 2021.12.02 ssc 267 public release { 2021, 11, 30 }, // 2021.11.30 ssc 265 release candidate beta expires 11/30/2022 diff --git a/test_results_linux64.csv b/test_results_linux64.csv index cbce100042..69116eec5d 100644 --- a/test_results_linux64.csv +++ b/test_results_linux64.csv @@ -82,14 +82,15 @@ MSPT,Merchant Plant,593110016,9.43758,NA,; Warning: NPV is $-3.28648e+08. A nega MSPT,Leveraged Partnership Flip,593110016,9.16897,9.09775,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-1.51688e+07. A negative NPV indicates project costs are higher than revenues. Notice: At time = 2655 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470021. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2680 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00209756. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3688 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00149606. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3711 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00373925. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3735 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00367799. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3927 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015233. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3950 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00487446. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3975 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00167269. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3999 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00145229. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00406121. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4095 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127736. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4143 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00191467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4215 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00612851. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4599 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00568015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4623 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284772. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4719 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00273593. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5009 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00234189. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5103 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176128. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5511 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00231086. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5535 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00263191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5559 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00432714. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5703 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00541278. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5848 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00321445. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5920 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00187406. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5945 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00118163. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6376 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0016364. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00267965. Check that results at this timestep are not unreasonably biasing total simulation results MSPT,All Equity Partnership Flip,593110016,11.4654,9.09775,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-1.48189e+08. A negative NPV indicates project costs are higher than revenues. Notice: At time = 2655 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470021. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2680 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00209756. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3688 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00149606. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3711 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00373925. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3735 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00367799. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3927 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015233. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3950 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00487446. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3975 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00167269. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3999 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00145229. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00406121. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4095 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127736. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4143 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00191467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4215 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00612851. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4599 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00568015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4623 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284772. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4719 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00273593. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5009 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00234189. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5103 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176128. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5511 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00231086. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5535 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00263191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5559 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00432714. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5703 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00541278. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5848 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00321445. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5920 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00187406. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5945 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00118163. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6376 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0016364. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00267965. Check that results at this timestep are not unreasonably biasing total simulation results MSPT,Sale Leaseback,593110016,11.6901,9.09775,; Warning: NPV is $-1.52409e+08. A negative NPV indicates project costs are higher than revenues. Notice: At time = 2655 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470021. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2680 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00209756. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3688 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00149606. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3711 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00373925. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3735 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00367799. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3927 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015233. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3950 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00487446. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3975 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00167269. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3999 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00145229. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00406121. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4095 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127736. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4143 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00191467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4215 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00612851. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4599 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00568015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4623 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284772. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4719 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00273593. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5009 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00234189. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5103 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176128. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5511 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00231086. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5535 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00263191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5559 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00432714. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5703 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00541278. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5848 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00321445. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5920 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00187406. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5945 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00118163. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6376 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0016364. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00267965. Check that results at this timestep are not unreasonably biasing total simulation results -MSLF,Commercial,343947264,9.13602,NA,; Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Single Owner,343947264,13.1338,13.3217,; Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Merchant Plant,343947264,13.8422,NA,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-3.24033e+08. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Leveraged Partnership Flip,343947264,13.4233,13.3217,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-1.26622e+07. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,All Equity Partnership Flip,343947264,16.7094,13.3217,; Warning: NPV is $-1.06062e+07. A negative NPV indicates project costs are higher than revenues. Warning: NPV is $-9.19315e+07. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Sale Leaseback,343947264,16.6853,11.8054,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-1.66859e+08. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,LCOE Calculator,343947264,NA,NA,; Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,None,343947264,NA,NA,; Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 +MSLF,Single Owner,319685760,14.1669,13.3217,; Warning: NPV is $-2.91456e+07. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,Merchant Plant,319685760,13.9815,NA,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-3.37775e+08. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,Leveraged Partnership Flip,319685760,14.452,13.3217,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-3.81972e+07. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,All Equity Partnership Flip,319685760,17.3601,13.3217,; Warning: NPV is $-1.52516e+07. A negative NPV indicates project costs are higher than revenues. Warning: NPV is $-1.11507e+08. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,Sale Leaseback,319685760,17.2052,11.8054,; Warning: NPV is $-1.87586e+08. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF IPH,None,898375040,NA,NA,; Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 1960 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00246077. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF IPH,LCOH Calculator,898375040,NA,NA,; Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 1960 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00246077. Check that results at this timestep are not unreasonably biasing total simulation results +MSPT IPH,None,1614839424,NA,NA,; +MSPT IPH,LCOH Calculator,1614839424,NA,NA,; DSLF,Commercial,234568960,6.14211,NA,; DSLF,Single Owner,234568960,13.6505,13.7549,; DSLF,Merchant Plant,234568960,14.5622,NA,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-2.93057e+08. A negative NPV indicates project costs are higher than revenues. diff --git a/test_results_osx64.csv b/test_results_osx64.csv index 2b41e4fd59..c4aa8ff549 100644 --- a/test_results_osx64.csv +++ b/test_results_osx64.csv @@ -82,14 +82,15 @@ MSPT,Merchant Plant,593110016,9.43758,NA,; MSPT,Leveraged Partnership Flip,593110016,9.16897,9.09775,; MSPT,All Equity Partnership Flip,593110016,11.4654,9.09775,; MSPT,Sale Leaseback,593110016,11.6901,9.09775,; -MSLF,Commercial,343947264,9.13602,NA,; Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Single Owner,343947264,13.1338,13.3217,; Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Merchant Plant,343947264,13.8422,NA,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-3.24033e+08. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Leveraged Partnership Flip,343947264,13.4233,13.3217,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-1.26622e+07. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,All Equity Partnership Flip,343947264,16.7094,13.3217,; Warning: NPV is $-1.06062e+07. A negative NPV indicates project costs are higher than revenues. Warning: NPV is $-9.19315e+07. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Sale Leaseback,343947264,16.6853,11.8054,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-1.66859e+08. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,LCOE Calculator,343947264,NA,NA,; Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,None,343947264,NA,NA,; Notice: kernel exceeded maximum iterations of 100, at time 8013600.000000 Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 +MSLF,Single Owner,319685760,14.1669,13.3217,; Warning: NPV is $-2.91456e+07. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,Merchant Plant,319685760,13.9815,NA,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-3.37775e+08. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,Leveraged Partnership Flip,319685760,14.452,13.3217,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-3.81972e+07. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,All Equity Partnership Flip,319685760,17.3601,13.3217,; Warning: NPV is $-1.52516e+07. A negative NPV indicates project costs are higher than revenues. Warning: NPV is $-1.11507e+08. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,Sale Leaseback,319685760,17.2052,11.8054,; Warning: NPV is $-1.87586e+08. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF IPH,None,898375040,NA,NA,; Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 1960 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00246077. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF IPH,LCOH Calculator,898375040,NA,NA,; Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 1960 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00246077. Check that results at this timestep are not unreasonably biasing total simulation results +MSPT IPH,None,1614839424,NA,NA,; +MSPT IPH,LCOH Calculator,1614839424,NA,NA,; DSLF,Commercial,234568960,6.14211,NA,; DSLF,Single Owner,234568960,13.6505,13.7549,; DSLF,Merchant Plant,234568960,14.5622,NA,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-2.93057e+08. A negative NPV indicates project costs are higher than revenues. diff --git a/test_results_win64.csv b/test_results_win64.csv index ce778fea20..b834db7594 100644 --- a/test_results_win64.csv +++ b/test_results_win64.csv @@ -60,8 +60,8 @@ Standalone Battery,Merchant Plant,-8397703,25.7208,NA,; Warning: IRR at end of a Standalone Battery,Leveraged Partnership Flip,-8397703,81.3387,88.6283,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Standalone Battery,All Equity Partnership Flip,-8397703,85.2731,88.6283,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Standalone Battery,Sale Leaseback,-8397703,86.2847,88.6283,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-1.09395e+08. A negative NPV indicates project costs are higher than revenues. -ETES,Single Owner,-466572064,13.3084,7.40855,; -PTES,Single Owner,-197595520,16.8914,10.3676,; +ETES,Single Owner,-467649024,13.3195,7.39194,; +PTES,Single Owner,-197541776,16.8976,10.3681,; Physical Trough,Single Owner,376952608,12.1978,12.3469,; Physical Trough,Merchant Plant,376952608,12.8693,NA,; Physical Trough,Leveraged Partnership Flip,376952608,12.4668,12.3469,; @@ -83,14 +83,11 @@ MSPT,Leveraged Partnership Flip,615096320,8.83104,9.09775,; MSPT,All Equity Partnership Flip,615096320,11.1554,9.09775,; MSPT,Sale Leaseback,615096320,11.3717,9.09775,; MSPT,None,640725312,NA,NA,; -MSLF,Commercial,344062400,9.13303,NA,; Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Single Owner,344062400,13.1292,13.3217,; Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Merchant Plant,344062400,13.8377,NA,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-3.24013e+08. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Leveraged Partnership Flip,344062400,13.4186,13.3217,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-1.25123e+07. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,All Equity Partnership Flip,344062400,16.7051,13.3217,; Warning: NPV is $-1.05595e+07. A negative NPV indicates project costs are higher than revenues. Warning: NPV is $-9.18722e+07. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,Sale Leaseback,344062400,16.6809,11.8054,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-1.66765e+08. A negative NPV indicates project costs are higher than revenues. Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,LCOE Calculator,344062400,NA,NA,; Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 -MSLF,None,344062400,NA,NA,; Notice: kernel exceeded maximum iterations of 100, at time 9396000.000000 Notice: kernel exceeded maximum iterations of 100, at time 12855600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13028400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13287600.000000 Notice: kernel exceeded maximum iterations of 100, at time 13374000.000000 Notice: kernel exceeded maximum iterations of 100, at time 13460400.000000 Notice: kernel exceeded maximum iterations of 100, at time 13719600.000000 Notice: kernel exceeded maximum iterations of 100, at time 16830000.000000 Notice: kernel exceeded maximum iterations of 100, at time 17780400.000000 Notice: kernel exceeded maximum iterations of 100, at time 18900000.000000 Notice: kernel exceeded maximum iterations of 100, at time 29437200.000000 +MSLF,Single Owner,319685760,14.1669,13.3217,; Warning: NPV is $-2.91456e+07. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,Merchant Plant,319685760,13.9815,NA,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-3.37775e+08. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,Leveraged Partnership Flip,319685760,14.452,13.3217,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-3.81972e+07. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,All Equity Partnership Flip,319685760,17.3601,13.3217,; Warning: NPV is $-1.52516e+07. A negative NPV indicates project costs are higher than revenues. Warning: NPV is $-1.11507e+08. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF,Sale Leaseback,319685760,17.2052,11.8054,; Warning: NPV is $-1.87586e+08. A negative NPV indicates project costs are higher than revenues. Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 469 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00687218. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 470 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00519448. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 639.333 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 115.519 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1282 CR_ON__PC_SU__TES_OFF__AUX_OFF method converged to a power cycle thermal input, 124.31 [MWt], greater than the target 111.951 [MWt]. Notice: At time = 1815 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00652336. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 1959 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00676903. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2054 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00606937. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2151 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00991883. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00127698. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2270 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00977737. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2289.23 power cycle startup time iteration only reached a convergence= 0.613229 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2318 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0102759. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2438 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00217287. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2462 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00720022. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2510 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00615655. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2582 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00176847. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2630 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00678884. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2726 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.010642. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2752 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.003467. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2774 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00128533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2797 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00765036. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2821 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00964082. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2845 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00778015. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2870 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0015577. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2917 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00470471. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2941 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00554963. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 2965 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00865073. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3013 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00724533. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3109 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00441887. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3157 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00801018. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3181 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00959432. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3205 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00875696. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3229 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00979973. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3253 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0105611. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3278 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0042877. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3325 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00792076. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3349 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00259331. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3373 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00820085. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3397 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00993539. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3421 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00946609. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3446 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00184382. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3518 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00711443. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3538.05 power cycle startup time iteration only reached a convergence= 9.61295 [s]. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3613 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00860831. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3637 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00963191. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3661 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424477. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3685 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0100898. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3709 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00495872. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3733 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00884703. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3757 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00440264. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3781 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00344724. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3879 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00257391. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3901 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00625172. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3925 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00917347. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3949 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00898304. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 3973 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.004907. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4070 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00611591. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4118 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00672355. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4167 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00150773. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4238 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00274491. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4263 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00621692. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4310 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00332784. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4432 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00424687. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4455 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0013376. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4574 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00591675. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 4671 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0023798. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5006 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00613206. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5079 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00169469. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5150 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00111835. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5174 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00517251. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5199 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00593289. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5271 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00284198. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5295 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00123499. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5487 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00220516. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5607 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00501951. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5631 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00318077. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5799 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00813293. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5894 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00500292. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 5918 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00700378. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6014 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.0091244. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6112 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00127357. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6232 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00270284. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6400 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00156452. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 6424 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle heat input only reached a convergence = -0.00166738. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7621 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00529994. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 7765 power cycle mass flow for startup iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = 0.00347291. Check that results at this timestep are not unreasonably biasing total simulation results Notice: At time = 8025.85 power cycle startup time iteration only reached a convergence= 3.7069 [s]. Check that results at this timestep are not unreasonably biasing total simulation results DSLF,Commercial,234568960,6.14211,NA,; DSLF,Single Owner,234568960,13.6505,13.7549,; DSLF,Merchant Plant,234568960,14.5622,NA,; Warning: IRR at end of analysis period is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: IRR in target year is not a number (NaN). This can indicate that revenues are too low to cover costs, or that they are excessively high compared to costs. Warning: NPV is $-2.93057e+08. A negative NPV indicates project costs are higher than revenues. @@ -107,10 +104,14 @@ Generic CSP System,All Equity Partnership Flip,592360448,12.1667,9.63929,; Warni Generic CSP System,Sale Leaseback,592360448,12.3979,9.63929,; Warning: NPV is $-1.61549e+08. A negative NPV indicates project costs are higher than revenues. Notice: time 0.00 { Generic solar model 2 }:\ The interpolation code must be 1 (interpolate) or 2 (nearest neighbor)The input value was 0, so it was reset to 1 Generic CSP System,LCOE Calculator,592360448,NA,NA,; Notice: time 0.00 { Generic solar model 2 }:\ The interpolation code must be 1 (interpolate) or 2 (nearest neighbor)The input value was 0, so it was reset to 1 Generic CSP System,None,592360448,NA,NA,; Notice: time 0.00 { Generic solar model 2 }:\ The interpolation code must be 1 (interpolate) or 2 (nearest neighbor)The input value was 0, so it was reset to 1 +MSPT IPH,None,1614839424,NA,NA,; +MSPT IPH,LCOH Calculator,1614839424,NA,NA,; Physical Trough IPH,None,24110342,NA,NA,; Physical Trough IPH,LCOH Calculator,24110342,NA,NA,; DSGL IPH,None,10833103,NA,NA,; DSGL IPH,LCOH Calculator,10833103,NA,NA,; +MSLF IPH,None,898375040,NA,NA,; Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 1960 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00246077. Check that results at this timestep are not unreasonably biasing total simulation results +MSLF IPH,LCOH Calculator,898375040,NA,NA,; Notice: Piping geometry file\ \ Maximum fluid velocity: 3.00\ Minimum fluid velocity: 2.00\ \ To section 1 header pipe diameter: 0.4889 m (19.25 in)\ Loop No. | Diameter [m] | Diameter [in] | Diam. ID\ --------------------------------------------------\ 1 | 0.4889 | 19.2500 | 1\ 2 | 0.4889 | 19.2500 | 1\ 3 | 0.4889 | 19.2500 | 1\ 4 | 0.4889 | 19.2500 | 1\ 5 | 0.4889 | 19.2500 | 1\ 6 | 0.4889 | 19.2500 | 1\ 7 | 0.4889 | 19.2500 | 1\ 8 | 0.4889 | 19.2500 | 1\ 9 | 0.4381 | 17.2500 | 2\ 10 | 0.4381 | 17.2500 | 2\ 11 | 0.4381 | 17.2500 | 2\ 12 | 0.4381 | 17.2500 | 2\ 13 | 0.4381 | 17.2500 | 2\ 14 | 0.4381 | 17.2500 | 2\ 15 | 0.3906 | 15.3760 | 3\ 16 | 0.3906 | 15.3760 | 3\ 17 | 0.3906 | 15.3760 | 3\ 18 | 0.3906 | 15.3760 | 3\ 19 | 0.3906 | 15.3760 | 3\ 20 | 0.3398 | 13.3760 | 4\ 21 | 0.3398 | 13.3760 | 4\ 22 | 0.3398 | 13.3760 | 4\ 23 | 0.3398 | 13.3760 | 4\ 24 | 0.3111 | 12.2500 | 5\ 25 | 0.3111 | 12.2500 | 5\ 26 | 0.3111 | 12.2500 | 5\ 27 | 0.2604 | 10.2500 | 6\ 28 | 0.2604 | 10.2500 | 6\ 29 | 0.2604 | 10.2500 | 6\ 30 | 0.2604 | 10.2500 | 6\ 31 | 0.2604 | 10.2500 | 6\ 32 | 0.2604 | 10.2500 | 6\ 33 | 0.2604 | 10.2500 | 6\ 34 | 0.2604 | 10.2500 | 6\ 35 | 0.2604 | 10.2500 | 6\ 36 | 0.2604 | 10.2500 | 6\ 37 | 0.2604 | 10.2500 | 6\ 38 | 0.2604 | 10.2500 | 6\ Notice: At time = 1960 CR_DF__PC_MAX__TES_FULL__AUX_OFF iteration to find a defocus resulting in the maximum power cycle mass flow rate only reached a convergence = -0.00246077. Check that results at this timestep are not unreasonably biasing total simulation results MEwave,Single Owner,65589748,55.7011,60.3986,; MEwave,LCOE Calculator,59434320,NA,NA,; MEwave,None,594343,NA,NA,;